blob: cb44fded47ed088c86a106f94b14a0b813a3483d [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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Linus Torvalds1da177e2005-04-16 15:20:36 -070032char e1000_driver_name[] = "e1000";
Adrian Bunk3ad2cc62005-10-30 16:53:34 +010033static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver";
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#ifndef CONFIG_E1000_NAPI
35#define DRIVERNAPI
36#else
37#define DRIVERNAPI "-NAPI"
38#endif
Auke Kok7e721572007-01-18 09:25:33 -080039#define DRV_VERSION "7.3.20-k2"DRIVERNAPI
Stephen Hemmingerabec42a2007-10-29 10:46:19 -070040const char e1000_driver_version[] = DRV_VERSION;
41static const char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43/* e1000_pci_tbl - PCI Device ID Table
44 *
45 * Last entry must be all 0s
46 *
47 * Macro expands to...
48 * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)}
49 */
50static struct pci_device_id e1000_pci_tbl[] = {
51 INTEL_E1000_ETHERNET_DEVICE(0x1000),
52 INTEL_E1000_ETHERNET_DEVICE(0x1001),
53 INTEL_E1000_ETHERNET_DEVICE(0x1004),
54 INTEL_E1000_ETHERNET_DEVICE(0x1008),
55 INTEL_E1000_ETHERNET_DEVICE(0x1009),
56 INTEL_E1000_ETHERNET_DEVICE(0x100C),
57 INTEL_E1000_ETHERNET_DEVICE(0x100D),
58 INTEL_E1000_ETHERNET_DEVICE(0x100E),
59 INTEL_E1000_ETHERNET_DEVICE(0x100F),
60 INTEL_E1000_ETHERNET_DEVICE(0x1010),
61 INTEL_E1000_ETHERNET_DEVICE(0x1011),
62 INTEL_E1000_ETHERNET_DEVICE(0x1012),
63 INTEL_E1000_ETHERNET_DEVICE(0x1013),
64 INTEL_E1000_ETHERNET_DEVICE(0x1014),
65 INTEL_E1000_ETHERNET_DEVICE(0x1015),
66 INTEL_E1000_ETHERNET_DEVICE(0x1016),
67 INTEL_E1000_ETHERNET_DEVICE(0x1017),
68 INTEL_E1000_ETHERNET_DEVICE(0x1018),
69 INTEL_E1000_ETHERNET_DEVICE(0x1019),
Malli Chilakala26483452005-04-28 19:44:46 -070070 INTEL_E1000_ETHERNET_DEVICE(0x101A),
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 INTEL_E1000_ETHERNET_DEVICE(0x101D),
72 INTEL_E1000_ETHERNET_DEVICE(0x101E),
73 INTEL_E1000_ETHERNET_DEVICE(0x1026),
74 INTEL_E1000_ETHERNET_DEVICE(0x1027),
75 INTEL_E1000_ETHERNET_DEVICE(0x1028),
76 INTEL_E1000_ETHERNET_DEVICE(0x1075),
77 INTEL_E1000_ETHERNET_DEVICE(0x1076),
78 INTEL_E1000_ETHERNET_DEVICE(0x1077),
79 INTEL_E1000_ETHERNET_DEVICE(0x1078),
80 INTEL_E1000_ETHERNET_DEVICE(0x1079),
81 INTEL_E1000_ETHERNET_DEVICE(0x107A),
82 INTEL_E1000_ETHERNET_DEVICE(0x107B),
83 INTEL_E1000_ETHERNET_DEVICE(0x107C),
84 INTEL_E1000_ETHERNET_DEVICE(0x108A),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080085 INTEL_E1000_ETHERNET_DEVICE(0x1099),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080086 INTEL_E1000_ETHERNET_DEVICE(0x10B5),
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);
Joe Perches406874a2008-04-03 10:06:32 -070097int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx);
Nicholas Nunley35574762006-09-27 12:53:34 -070098int e1000_setup_all_tx_resources(struct e1000_adapter *adapter);
99int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
100void e1000_free_all_tx_resources(struct e1000_adapter *adapter);
101void e1000_free_all_rx_resources(struct e1000_adapter *adapter);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100102static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700103 struct e1000_tx_ring *txdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100104static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700105 struct e1000_rx_ring *rxdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100106static void e1000_free_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700107 struct e1000_tx_ring *tx_ring);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100108static void e1000_free_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700109 struct e1000_rx_ring *rx_ring);
110void e1000_update_stats(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111
112static int e1000_init_module(void);
113static void e1000_exit_module(void);
114static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
115static void __devexit e1000_remove(struct pci_dev *pdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400116static int e1000_alloc_queues(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117static int e1000_sw_init(struct e1000_adapter *adapter);
118static int e1000_open(struct net_device *netdev);
119static int e1000_close(struct net_device *netdev);
120static void e1000_configure_tx(struct e1000_adapter *adapter);
121static void e1000_configure_rx(struct e1000_adapter *adapter);
122static void e1000_setup_rctl(struct e1000_adapter *adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400123static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter);
124static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter);
125static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
126 struct e1000_tx_ring *tx_ring);
127static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
128 struct e1000_rx_ring *rx_ring);
Patrick McHardydb0ce502007-11-13 20:54:59 -0800129static void e1000_set_rx_mode(struct net_device *netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130static void e1000_update_phy_info(unsigned long data);
131static void e1000_watchdog(unsigned long data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132static void e1000_82547_tx_fifo_stall(unsigned long data);
133static int e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev);
134static 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);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800138static irqreturn_t e1000_intr_msi(int irq, void *data);
Joe Perchesc3033b02008-03-21 11:06:25 -0700139static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
140 struct e1000_tx_ring *tx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141#ifdef CONFIG_E1000_NAPI
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700142static int e1000_clean(struct napi_struct *napi, int budget);
Joe Perchesc3033b02008-03-21 11:06:25 -0700143static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
144 struct e1000_rx_ring *rx_ring,
145 int *work_done, int work_to_do);
146static bool e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
147 struct e1000_rx_ring *rx_ring,
148 int *work_done, int work_to_do);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149#else
Joe Perchesc3033b02008-03-21 11:06:25 -0700150static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
151 struct e1000_rx_ring *rx_ring);
152static bool e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
153 struct e1000_rx_ring *rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154#endif
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400155static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800156 struct e1000_rx_ring *rx_ring,
157 int cleaned_count);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400158static void e1000_alloc_rx_buffers_ps(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800159 struct e1000_rx_ring *rx_ring,
160 int cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
162static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
163 int cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164static void e1000_enter_82542_rst(struct e1000_adapter *adapter);
165static void e1000_leave_82542_rst(struct e1000_adapter *adapter);
166static void e1000_tx_timeout(struct net_device *dev);
David Howells65f27f32006-11-22 14:55:48 +0000167static void e1000_reset_task(struct work_struct *work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168static void e1000_smartspeed(struct e1000_adapter *adapter);
Auke Koke619d522006-04-14 19:04:52 -0700169static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
170 struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171
172static void e1000_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp);
Joe Perches406874a2008-04-03 10:06:32 -0700173static void e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid);
174static void e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175static void e1000_restore_vlan(struct e1000_adapter *adapter);
176
Ashutosh Naik977e74b2005-10-28 15:14:53 -0700177static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Auke Kok6fdfef12006-06-27 09:06:36 -0700178#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179static int e1000_resume(struct pci_dev *pdev);
180#endif
Auke Kokc653e632006-05-23 13:35:57 -0700181static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182
183#ifdef CONFIG_NET_POLL_CONTROLLER
184/* for netdump / net console */
185static void e1000_netpoll (struct net_device *netdev);
186#endif
187
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100188#define COPYBREAK_DEFAULT 256
189static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
190module_param(copybreak, uint, 0644);
191MODULE_PARM_DESC(copybreak,
192 "Maximum size of packet that is copied to a new buffer on receive");
193
Auke Kok90267292006-06-08 09:30:24 -0700194static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
195 pci_channel_state_t state);
196static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
197static void e1000_io_resume(struct pci_dev *pdev);
198
199static struct pci_error_handlers e1000_err_handler = {
200 .error_detected = e1000_io_error_detected,
201 .slot_reset = e1000_io_slot_reset,
202 .resume = e1000_io_resume,
203};
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -0400204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205static struct pci_driver e1000_driver = {
206 .name = e1000_driver_name,
207 .id_table = e1000_pci_tbl,
208 .probe = e1000_probe,
209 .remove = __devexit_p(e1000_remove),
Auke Kokc4e24f02006-09-27 12:53:19 -0700210#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 /* Power Managment Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700213 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214#endif
Auke Kok90267292006-06-08 09:30:24 -0700215 .shutdown = e1000_shutdown,
216 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217};
218
219MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
220MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
221MODULE_LICENSE("GPL");
222MODULE_VERSION(DRV_VERSION);
223
224static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE;
225module_param(debug, int, 0);
226MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
227
228/**
229 * e1000_init_module - Driver Registration Routine
230 *
231 * e1000_init_module is the first routine called when the driver is
232 * loaded. All it does is register with the PCI subsystem.
233 **/
234
Joe Perches64798842008-07-11 15:17:02 -0700235static int __init e1000_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236{
237 int ret;
238 printk(KERN_INFO "%s - version %s\n",
239 e1000_driver_string, e1000_driver_version);
240
241 printk(KERN_INFO "%s\n", e1000_copyright);
242
Jeff Garzik29917622006-08-19 17:48:59 -0400243 ret = pci_register_driver(&e1000_driver);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100244 if (copybreak != COPYBREAK_DEFAULT) {
245 if (copybreak == 0)
246 printk(KERN_INFO "e1000: copybreak disabled\n");
247 else
248 printk(KERN_INFO "e1000: copybreak enabled for "
249 "packets <= %u bytes\n", copybreak);
250 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 return ret;
252}
253
254module_init(e1000_init_module);
255
256/**
257 * e1000_exit_module - Driver Exit Cleanup Routine
258 *
259 * e1000_exit_module is called just before the driver is removed
260 * from memory.
261 **/
262
Joe Perches64798842008-07-11 15:17:02 -0700263static void __exit e1000_exit_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 pci_unregister_driver(&e1000_driver);
266}
267
268module_exit(e1000_exit_module);
269
Auke Kok2db10a02006-06-27 09:06:28 -0700270static int e1000_request_irq(struct e1000_adapter *adapter)
271{
Joe Perches1dc32912008-07-11 15:17:08 -0700272 struct e1000_hw *hw = &adapter->hw;
Auke Kok2db10a02006-06-27 09:06:28 -0700273 struct net_device *netdev = adapter->netdev;
Al Viro3e188262007-12-11 19:49:39 +0000274 irq_handler_t handler = e1000_intr;
Auke Koke94bd232007-05-16 01:49:46 -0700275 int irq_flags = IRQF_SHARED;
276 int err;
Auke Kok2db10a02006-06-27 09:06:28 -0700277
Joe Perches1dc32912008-07-11 15:17:08 -0700278 if (hw->mac_type >= e1000_82571) {
Auke Koke94bd232007-05-16 01:49:46 -0700279 adapter->have_msi = !pci_enable_msi(adapter->pdev);
280 if (adapter->have_msi) {
Al Viro3e188262007-12-11 19:49:39 +0000281 handler = e1000_intr_msi;
Auke Koke94bd232007-05-16 01:49:46 -0700282 irq_flags = 0;
Auke Kok2db10a02006-06-27 09:06:28 -0700283 }
284 }
Auke Koke94bd232007-05-16 01:49:46 -0700285
286 err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name,
287 netdev);
288 if (err) {
289 if (adapter->have_msi)
290 pci_disable_msi(adapter->pdev);
Auke Kok2db10a02006-06-27 09:06:28 -0700291 DPRINTK(PROBE, ERR,
292 "Unable to allocate interrupt Error: %d\n", err);
Auke Koke94bd232007-05-16 01:49:46 -0700293 }
Auke Kok2db10a02006-06-27 09:06:28 -0700294
295 return err;
296}
297
298static void e1000_free_irq(struct e1000_adapter *adapter)
299{
300 struct net_device *netdev = adapter->netdev;
301
302 free_irq(adapter->pdev->irq, netdev);
303
Auke Kok2db10a02006-06-27 09:06:28 -0700304 if (adapter->have_msi)
305 pci_disable_msi(adapter->pdev);
Auke Kok2db10a02006-06-27 09:06:28 -0700306}
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308/**
309 * e1000_irq_disable - Mask off interrupt generation on the NIC
310 * @adapter: board private structure
311 **/
312
Joe Perches64798842008-07-11 15:17:02 -0700313static void e1000_irq_disable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314{
Joe Perches1dc32912008-07-11 15:17:08 -0700315 struct e1000_hw *hw = &adapter->hw;
316
317 ew32(IMC, ~0);
318 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 synchronize_irq(adapter->pdev->irq);
320}
321
322/**
323 * e1000_irq_enable - Enable default interrupt generation settings
324 * @adapter: board private structure
325 **/
326
Joe Perches64798842008-07-11 15:17:02 -0700327static void e1000_irq_enable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328{
Joe Perches1dc32912008-07-11 15:17:08 -0700329 struct e1000_hw *hw = &adapter->hw;
330
331 ew32(IMS, IMS_ENABLE_MASK);
332 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100334
Joe Perches64798842008-07-11 15:17:02 -0700335static void e1000_update_mng_vlan(struct e1000_adapter *adapter)
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700336{
Joe Perches1dc32912008-07-11 15:17:08 -0700337 struct e1000_hw *hw = &adapter->hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700338 struct net_device *netdev = adapter->netdev;
Joe Perches1dc32912008-07-11 15:17:08 -0700339 u16 vid = hw->mng_cookie.vlan_id;
Joe Perches406874a2008-04-03 10:06:32 -0700340 u16 old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800341 if (adapter->vlgrp) {
Dan Aloni5c15bde2007-03-02 20:44:51 -0800342 if (!vlan_group_get_device(adapter->vlgrp, vid)) {
Joe Perches1dc32912008-07-11 15:17:08 -0700343 if (hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700344 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
345 e1000_vlan_rx_add_vid(netdev, vid);
346 adapter->mng_vlan_id = vid;
347 } else
348 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800349
Joe Perches406874a2008-04-03 10:06:32 -0700350 if ((old_vid != (u16)E1000_MNG_VLAN_NONE) &&
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800351 (vid != old_vid) &&
Dan Aloni5c15bde2007-03-02 20:44:51 -0800352 !vlan_group_get_device(adapter->vlgrp, old_vid))
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700353 e1000_vlan_rx_kill_vid(netdev, old_vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800354 } else
355 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700356 }
357}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800358
359/**
360 * e1000_release_hw_control - release control of the h/w to f/w
361 * @adapter: address of board private structure
362 *
363 * e1000_release_hw_control resets {CTRL_EXT|FWSM}:DRV_LOAD bit.
364 * For ASF and Pass Through versions of f/w this means that the
365 * driver is no longer loaded. For AMT version (only with 82573) i
Auke Kok90fb5132006-11-01 08:47:30 -0800366 * of the f/w this means that the network i/f is closed.
Auke Kok76c224b2006-05-23 13:36:06 -0700367 *
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800368 **/
369
Joe Perches64798842008-07-11 15:17:02 -0700370static void e1000_release_hw_control(struct e1000_adapter *adapter)
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800371{
Joe Perches406874a2008-04-03 10:06:32 -0700372 u32 ctrl_ext;
373 u32 swsm;
Joe Perches1dc32912008-07-11 15:17:08 -0700374 struct e1000_hw *hw = &adapter->hw;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800375
376 /* Let firmware taken over control of h/w */
Joe Perches1dc32912008-07-11 15:17:08 -0700377 switch (hw->mac_type) {
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800378 case e1000_82573:
Joe Perches1dc32912008-07-11 15:17:08 -0700379 swsm = er32(SWSM);
380 ew32(SWSM, swsm & ~E1000_SWSM_DRV_LOAD);
Bruce Allan31d76442007-03-06 08:57:24 -0800381 break;
382 case e1000_82571:
383 case e1000_82572:
384 case e1000_80003es2lan:
Auke Kokcd94dd02006-06-27 09:08:22 -0700385 case e1000_ich8lan:
Joe Perches1dc32912008-07-11 15:17:08 -0700386 ctrl_ext = er32(CTRL_EXT);
387 ew32(CTRL_EXT, ctrl_ext & ~E1000_CTRL_EXT_DRV_LOAD);
Auke Kokcd94dd02006-06-27 09:08:22 -0700388 break;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800389 default:
390 break;
391 }
392}
393
394/**
395 * e1000_get_hw_control - get control of the h/w from f/w
396 * @adapter: address of board private structure
397 *
398 * e1000_get_hw_control sets {CTRL_EXT|FWSM}:DRV_LOAD bit.
Auke Kok76c224b2006-05-23 13:36:06 -0700399 * For ASF and Pass Through versions of f/w this means that
400 * the driver is loaded. For AMT version (only with 82573)
Auke Kok90fb5132006-11-01 08:47:30 -0800401 * of the f/w this means that the network i/f is open.
Auke Kok76c224b2006-05-23 13:36:06 -0700402 *
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800403 **/
404
Joe Perches64798842008-07-11 15:17:02 -0700405static void e1000_get_hw_control(struct e1000_adapter *adapter)
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800406{
Joe Perches406874a2008-04-03 10:06:32 -0700407 u32 ctrl_ext;
408 u32 swsm;
Joe Perches1dc32912008-07-11 15:17:08 -0700409 struct e1000_hw *hw = &adapter->hw;
Auke Kok90fb5132006-11-01 08:47:30 -0800410
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800411 /* Let firmware know the driver has taken over */
Joe Perches1dc32912008-07-11 15:17:08 -0700412 switch (hw->mac_type) {
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800413 case e1000_82573:
Joe Perches1dc32912008-07-11 15:17:08 -0700414 swsm = er32(SWSM);
415 ew32(SWSM, swsm | E1000_SWSM_DRV_LOAD);
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800416 break;
Bruce Allan31d76442007-03-06 08:57:24 -0800417 case e1000_82571:
418 case e1000_82572:
419 case e1000_80003es2lan:
Auke Kokcd94dd02006-06-27 09:08:22 -0700420 case e1000_ich8lan:
Joe Perches1dc32912008-07-11 15:17:08 -0700421 ctrl_ext = er32(CTRL_EXT);
422 ew32(CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_DRV_LOAD);
Auke Kokcd94dd02006-06-27 09:08:22 -0700423 break;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800424 default:
425 break;
426 }
427}
428
Joe Perches64798842008-07-11 15:17:02 -0700429static void e1000_init_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500430{
Joe Perches1dc32912008-07-11 15:17:08 -0700431 struct e1000_hw *hw = &adapter->hw;
432
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500433 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700434 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500435
436 /* disable hardware interception of ARP */
437 manc &= ~(E1000_MANC_ARP_EN);
438
439 /* enable receiving management packets to the host */
440 /* this will probably generate destination unreachable messages
441 * from the host OS, but the packets will be handled on SMBUS */
Joe Perches1dc32912008-07-11 15:17:08 -0700442 if (hw->has_manc2h) {
443 u32 manc2h = er32(MANC2H);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500444
445 manc |= E1000_MANC_EN_MNG2HOST;
446#define E1000_MNG2HOST_PORT_623 (1 << 5)
447#define E1000_MNG2HOST_PORT_664 (1 << 6)
448 manc2h |= E1000_MNG2HOST_PORT_623;
449 manc2h |= E1000_MNG2HOST_PORT_664;
Joe Perches1dc32912008-07-11 15:17:08 -0700450 ew32(MANC2H, manc2h);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500451 }
452
Joe Perches1dc32912008-07-11 15:17:08 -0700453 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500454 }
455}
456
Joe Perches64798842008-07-11 15:17:02 -0700457static void e1000_release_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500458{
Joe Perches1dc32912008-07-11 15:17:08 -0700459 struct e1000_hw *hw = &adapter->hw;
460
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500461 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700462 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500463
464 /* re-enable hardware interception of ARP */
465 manc |= E1000_MANC_ARP_EN;
466
Joe Perches1dc32912008-07-11 15:17:08 -0700467 if (hw->has_manc2h)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500468 manc &= ~E1000_MANC_EN_MNG2HOST;
469
470 /* don't explicitly have to mess with MANC2H since
471 * MANC has an enable disable that gates MANC2H */
472
Joe Perches1dc32912008-07-11 15:17:08 -0700473 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500474 }
475}
476
Auke Koke0aac5a2007-03-06 08:57:21 -0800477/**
478 * e1000_configure - configure the hardware for RX and TX
479 * @adapter = private board structure
480 **/
481static void e1000_configure(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482{
483 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700484 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485
Patrick McHardydb0ce502007-11-13 20:54:59 -0800486 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487
488 e1000_restore_vlan(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500489 e1000_init_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490
491 e1000_configure_tx(adapter);
492 e1000_setup_rctl(adapter);
493 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800494 /* call E1000_DESC_UNUSED which always leaves
495 * at least 1 descriptor unused to make sure
496 * next_to_use != next_to_clean */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800497 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800498 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800499 adapter->alloc_rx_buf(adapter, ring,
500 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800501 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800503 adapter->tx_queue_len = netdev->tx_queue_len;
Auke Koke0aac5a2007-03-06 08:57:21 -0800504}
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800505
Auke Koke0aac5a2007-03-06 08:57:21 -0800506int e1000_up(struct e1000_adapter *adapter)
507{
Joe Perches1dc32912008-07-11 15:17:08 -0700508 struct e1000_hw *hw = &adapter->hw;
509
Auke Koke0aac5a2007-03-06 08:57:21 -0800510 /* hardware has been reset, we need to reload some things */
511 e1000_configure(adapter);
Malli Chilakala5de55622005-04-28 19:39:30 -0700512
Auke Kok1314bbf2006-09-27 12:54:02 -0700513 clear_bit(__E1000_DOWN, &adapter->flags);
514
Auke Koke0aac5a2007-03-06 08:57:21 -0800515#ifdef CONFIG_E1000_NAPI
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700516 napi_enable(&adapter->napi);
Auke Koke0aac5a2007-03-06 08:57:21 -0800517#endif
518 e1000_irq_enable(adapter);
519
Jesse Brandeburg79f3d392006-12-15 10:42:34 +0100520 /* fire a link change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -0700521 ew32(ICS, E1000_ICS_LSC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 return 0;
523}
524
Auke Kok79f05bf2006-06-27 09:06:32 -0700525/**
526 * e1000_power_up_phy - restore link in case the phy was powered down
527 * @adapter: address of board private structure
528 *
529 * The phy may be powered down to save power and turn off link when the
530 * driver is unloaded and wake on lan is not enabled (among others)
531 * *** this routine MUST be followed by a call to e1000_reset ***
532 *
533 **/
534
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700535void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700536{
Joe Perches1dc32912008-07-11 15:17:08 -0700537 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700538 u16 mii_reg = 0;
Auke Kok79f05bf2006-06-27 09:06:32 -0700539
540 /* Just clear the power down bit to wake the phy back up */
Joe Perches1dc32912008-07-11 15:17:08 -0700541 if (hw->media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700542 /* according to the manual, the phy will retain its
543 * settings across a power-down/up cycle */
Joe Perches1dc32912008-07-11 15:17:08 -0700544 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700545 mii_reg &= ~MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700546 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700547 }
548}
549
550static void e1000_power_down_phy(struct e1000_adapter *adapter)
551{
Joe Perches1dc32912008-07-11 15:17:08 -0700552 struct e1000_hw *hw = &adapter->hw;
553
Bruce Allan61c25052006-09-27 12:53:54 -0700554 /* Power down the PHY so no link is implied when interface is down *
Joe Perchesc3033b02008-03-21 11:06:25 -0700555 * The PHY cannot be powered down if any of the following is true *
Auke Kok79f05bf2006-06-27 09:06:32 -0700556 * (a) WoL is enabled
557 * (b) AMT is active
558 * (c) SoL/IDER session is active */
Joe Perches1dc32912008-07-11 15:17:08 -0700559 if (!adapter->wol && hw->mac_type >= e1000_82540 &&
560 hw->media_type == e1000_media_type_copper) {
Joe Perches406874a2008-04-03 10:06:32 -0700561 u16 mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700562
Joe Perches1dc32912008-07-11 15:17:08 -0700563 switch (hw->mac_type) {
Bruce Allan61c25052006-09-27 12:53:54 -0700564 case e1000_82540:
565 case e1000_82545:
566 case e1000_82545_rev_3:
567 case e1000_82546:
568 case e1000_82546_rev_3:
569 case e1000_82541:
570 case e1000_82541_rev_2:
571 case e1000_82547:
572 case e1000_82547_rev_2:
Joe Perches1dc32912008-07-11 15:17:08 -0700573 if (er32(MANC) & E1000_MANC_SMBUS_EN)
Bruce Allan61c25052006-09-27 12:53:54 -0700574 goto out;
575 break;
576 case e1000_82571:
577 case e1000_82572:
578 case e1000_82573:
579 case e1000_80003es2lan:
580 case e1000_ich8lan:
Joe Perches1dc32912008-07-11 15:17:08 -0700581 if (e1000_check_mng_mode(hw) ||
582 e1000_check_phy_reset_block(hw))
Bruce Allan61c25052006-09-27 12:53:54 -0700583 goto out;
584 break;
585 default:
586 goto out;
587 }
Joe Perches1dc32912008-07-11 15:17:08 -0700588 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700589 mii_reg |= MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700590 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700591 mdelay(1);
592 }
Bruce Allan61c25052006-09-27 12:53:54 -0700593out:
594 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700595}
596
Joe Perches64798842008-07-11 15:17:02 -0700597void e1000_down(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598{
599 struct net_device *netdev = adapter->netdev;
600
Auke Kok1314bbf2006-09-27 12:54:02 -0700601 /* signal that we're down so the interrupt handler does not
602 * reschedule our watchdog timer */
603 set_bit(__E1000_DOWN, &adapter->flags);
604
Auke Koke0aac5a2007-03-06 08:57:21 -0800605#ifdef CONFIG_E1000_NAPI
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700606 napi_disable(&adapter->napi);
Auke Koke0aac5a2007-03-06 08:57:21 -0800607#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800609
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 del_timer_sync(&adapter->tx_fifo_stall_timer);
611 del_timer_sync(&adapter->watchdog_timer);
612 del_timer_sync(&adapter->phy_info_timer);
613
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800614 netdev->tx_queue_len = adapter->tx_queue_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615 adapter->link_speed = 0;
616 adapter->link_duplex = 0;
617 netif_carrier_off(netdev);
618 netif_stop_queue(netdev);
619
620 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400621 e1000_clean_all_tx_rings(adapter);
622 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
Joe Perches64798842008-07-11 15:17:02 -0700625void e1000_reinit_locked(struct e1000_adapter *adapter)
Auke Kok2db10a02006-06-27 09:06:28 -0700626{
627 WARN_ON(in_interrupt());
628 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
629 msleep(1);
630 e1000_down(adapter);
631 e1000_up(adapter);
632 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633}
634
Joe Perches64798842008-07-11 15:17:02 -0700635void e1000_reset(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636{
Joe Perches1dc32912008-07-11 15:17:08 -0700637 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700638 u32 pba = 0, tx_space, min_tx_space, min_rx_space;
639 u16 fc_high_water_mark = E1000_FC_HIGH_DIFF;
Joe Perchesc3033b02008-03-21 11:06:25 -0700640 bool legacy_pba_adjust = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
642 /* Repartition Pba for greater than 9k mtu
643 * To take effect CTRL.RST is required.
644 */
645
Joe Perches1dc32912008-07-11 15:17:08 -0700646 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100647 case e1000_82542_rev2_0:
648 case e1000_82542_rev2_1:
649 case e1000_82543:
650 case e1000_82544:
651 case e1000_82540:
652 case e1000_82541:
653 case e1000_82541_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700654 legacy_pba_adjust = true;
Bruce Allan018ea442006-12-15 10:39:45 +0100655 pba = E1000_PBA_48K;
656 break;
657 case e1000_82545:
658 case e1000_82545_rev_3:
659 case e1000_82546:
660 case e1000_82546_rev_3:
661 pba = E1000_PBA_48K;
662 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700663 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700664 case e1000_82547_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700665 legacy_pba_adjust = true;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700666 pba = E1000_PBA_30K;
667 break;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -0400668 case e1000_82571:
669 case e1000_82572:
Jeff Kirsher6418ecc2006-03-02 18:21:10 -0800670 case e1000_80003es2lan:
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -0400671 pba = E1000_PBA_38K;
672 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700673 case e1000_82573:
Bruce Allan018ea442006-12-15 10:39:45 +0100674 pba = E1000_PBA_20K;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700675 break;
Auke Kokcd94dd02006-06-27 09:08:22 -0700676 case e1000_ich8lan:
677 pba = E1000_PBA_8K;
Bruce Allan018ea442006-12-15 10:39:45 +0100678 case e1000_undefined:
679 case e1000_num_macs:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700680 break;
681 }
682
Joe Perchesc3033b02008-03-21 11:06:25 -0700683 if (legacy_pba_adjust) {
Bruce Allan018ea442006-12-15 10:39:45 +0100684 if (adapter->netdev->mtu > E1000_RXBUFFER_8192)
685 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700686
Joe Perches1dc32912008-07-11 15:17:08 -0700687 if (hw->mac_type == e1000_82547) {
Bruce Allan018ea442006-12-15 10:39:45 +0100688 adapter->tx_fifo_head = 0;
689 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
690 adapter->tx_fifo_size =
691 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
692 atomic_set(&adapter->tx_fifo_stall, 0);
693 }
Joe Perches1dc32912008-07-11 15:17:08 -0700694 } else if (hw->max_frame_size > MAXIMUM_ETHERNET_FRAME_SIZE) {
Bruce Allan018ea442006-12-15 10:39:45 +0100695 /* adjust PBA for jumbo frames */
Joe Perches1dc32912008-07-11 15:17:08 -0700696 ew32(PBA, pba);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700697
Bruce Allan018ea442006-12-15 10:39:45 +0100698 /* To maintain wire speed transmits, the Tx FIFO should be
699 * large enough to accomodate two full transmit packets,
700 * rounded up to the next 1KB and expressed in KB. Likewise,
701 * the Rx FIFO should be large enough to accomodate at least
702 * one full receive packet and is similarly rounded up and
703 * expressed in KB. */
Joe Perches1dc32912008-07-11 15:17:08 -0700704 pba = er32(PBA);
Bruce Allan018ea442006-12-15 10:39:45 +0100705 /* upper 16 bits has Tx packet buffer allocation size in KB */
706 tx_space = pba >> 16;
707 /* lower 16 bits has Rx packet buffer allocation size in KB */
708 pba &= 0xffff;
709 /* don't include ethernet FCS because hardware appends/strips */
710 min_rx_space = adapter->netdev->mtu + ENET_HEADER_SIZE +
711 VLAN_TAG_SIZE;
712 min_tx_space = min_rx_space;
713 min_tx_space *= 2;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700714 min_tx_space = ALIGN(min_tx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100715 min_tx_space >>= 10;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700716 min_rx_space = ALIGN(min_rx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100717 min_rx_space >>= 10;
718
719 /* If current Tx allocation is less than the min Tx FIFO size,
720 * and the min Tx FIFO size is less than the current Rx FIFO
721 * allocation, take space away from current Rx allocation */
722 if (tx_space < min_tx_space &&
723 ((min_tx_space - tx_space) < pba)) {
724 pba = pba - (min_tx_space - tx_space);
725
726 /* PCI/PCIx hardware has PBA alignment constraints */
Joe Perches1dc32912008-07-11 15:17:08 -0700727 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100728 case e1000_82545 ... e1000_82546_rev_3:
729 pba &= ~(E1000_PBA_8K - 1);
730 break;
731 default:
732 break;
733 }
734
735 /* if short on rx space, rx wins and must trump tx
736 * adjustment or use Early Receive if available */
737 if (pba < min_rx_space) {
Joe Perches1dc32912008-07-11 15:17:08 -0700738 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100739 case e1000_82573:
740 /* ERT enabled in e1000_configure_rx */
741 break;
742 default:
743 pba = min_rx_space;
744 break;
745 }
746 }
747 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700749
Joe Perches1dc32912008-07-11 15:17:08 -0700750 ew32(PBA, pba);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751
752 /* flow control settings */
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800753 /* Set the FC high water mark to 90% of the FIFO size.
754 * Required to clear last 3 LSB */
755 fc_high_water_mark = ((pba * 9216)/10) & 0xFFF8;
Auke Kokcd94dd02006-06-27 09:08:22 -0700756 /* We can't use 90% on small FIFOs because the remainder
757 * would be less than 1 full frame. In this case, we size
758 * it to allow at least a full frame above the high water
759 * mark. */
760 if (pba < E1000_PBA_16K)
761 fc_high_water_mark = (pba * 1024) - 1600;
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800762
Joe Perches1dc32912008-07-11 15:17:08 -0700763 hw->fc_high_water = fc_high_water_mark;
764 hw->fc_low_water = fc_high_water_mark - 8;
765 if (hw->mac_type == e1000_80003es2lan)
766 hw->fc_pause_time = 0xFFFF;
Jeff Kirsher87041632006-03-02 18:21:24 -0800767 else
Joe Perches1dc32912008-07-11 15:17:08 -0700768 hw->fc_pause_time = E1000_FC_PAUSE_TIME;
769 hw->fc_send_xon = 1;
770 hw->fc = hw->original_fc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700772 /* Allow time for pending master requests to run */
Joe Perches1dc32912008-07-11 15:17:08 -0700773 e1000_reset_hw(hw);
774 if (hw->mac_type >= e1000_82544)
775 ew32(WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700776
Joe Perches1dc32912008-07-11 15:17:08 -0700777 if (e1000_init_hw(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778 DPRINTK(PROBE, ERR, "Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700779 e1000_update_mng_vlan(adapter);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100780
781 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
Joe Perches1dc32912008-07-11 15:17:08 -0700782 if (hw->mac_type >= e1000_82544 &&
783 hw->mac_type <= e1000_82547_rev_2 &&
784 hw->autoneg == 1 &&
785 hw->autoneg_advertised == ADVERTISE_1000_FULL) {
786 u32 ctrl = er32(CTRL);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100787 /* clear phy power management bit if we are in gig only mode,
788 * which if enabled will attempt negotiation to 100Mb, which
789 * can cause a loss of link at power off or driver unload */
790 ctrl &= ~E1000_CTRL_SWDPIN3;
Joe Perches1dc32912008-07-11 15:17:08 -0700791 ew32(CTRL, ctrl);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100792 }
793
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
Joe Perches1dc32912008-07-11 15:17:08 -0700795 ew32(VET, ETHERNET_IEEE_VLAN_TYPE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796
Joe Perches1dc32912008-07-11 15:17:08 -0700797 e1000_reset_adaptive(hw);
798 e1000_phy_get_info(hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700799
800 if (!adapter->smart_power_down &&
Joe Perches1dc32912008-07-11 15:17:08 -0700801 (hw->mac_type == e1000_82571 ||
802 hw->mac_type == e1000_82572)) {
Joe Perches406874a2008-04-03 10:06:32 -0700803 u16 phy_data = 0;
Auke Kok9a53a202006-06-27 09:06:45 -0700804 /* speed up time to link by disabling smart power down, ignore
805 * the return value of this function because there is nothing
806 * different we would do if it failed */
Joe Perches1dc32912008-07-11 15:17:08 -0700807 e1000_read_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT,
Auke Kok9a53a202006-06-27 09:06:45 -0700808 &phy_data);
809 phy_data &= ~IGP02E1000_PM_SPD;
Joe Perches1dc32912008-07-11 15:17:08 -0700810 e1000_write_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT,
Auke Kok9a53a202006-06-27 09:06:45 -0700811 phy_data);
812 }
813
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500814 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815}
816
817/**
Auke Kok67b3c272007-12-17 13:50:23 -0800818 * Dump the eeprom for users having checksum issues
819 **/
Adrian Bunkb4ea8952008-02-01 08:21:28 -0800820static void e1000_dump_eeprom(struct e1000_adapter *adapter)
Auke Kok67b3c272007-12-17 13:50:23 -0800821{
822 struct net_device *netdev = adapter->netdev;
823 struct ethtool_eeprom eeprom;
824 const struct ethtool_ops *ops = netdev->ethtool_ops;
825 u8 *data;
826 int i;
827 u16 csum_old, csum_new = 0;
828
829 eeprom.len = ops->get_eeprom_len(netdev);
830 eeprom.offset = 0;
831
832 data = kmalloc(eeprom.len, GFP_KERNEL);
833 if (!data) {
834 printk(KERN_ERR "Unable to allocate memory to dump EEPROM"
835 " data\n");
836 return;
837 }
838
839 ops->get_eeprom(netdev, &eeprom, data);
840
841 csum_old = (data[EEPROM_CHECKSUM_REG * 2]) +
842 (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8);
843 for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2)
844 csum_new += data[i] + (data[i + 1] << 8);
845 csum_new = EEPROM_SUM - csum_new;
846
847 printk(KERN_ERR "/*********************/\n");
848 printk(KERN_ERR "Current EEPROM Checksum : 0x%04x\n", csum_old);
849 printk(KERN_ERR "Calculated : 0x%04x\n", csum_new);
850
851 printk(KERN_ERR "Offset Values\n");
852 printk(KERN_ERR "======== ======\n");
853 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0);
854
855 printk(KERN_ERR "Include this output when contacting your support "
856 "provider.\n");
857 printk(KERN_ERR "This is not a software error! Something bad "
858 "happened to your hardware or\n");
859 printk(KERN_ERR "EEPROM image. Ignoring this "
860 "problem could result in further problems,\n");
861 printk(KERN_ERR "possibly loss of data, corruption or system hangs!\n");
862 printk(KERN_ERR "The MAC Address will be reset to 00:00:00:00:00:00, "
863 "which is invalid\n");
864 printk(KERN_ERR "and requires you to set the proper MAC "
865 "address manually before continuing\n");
866 printk(KERN_ERR "to enable this network device.\n");
867 printk(KERN_ERR "Please inspect the EEPROM dump and report the issue "
868 "to your hardware vendor\n");
869 printk(KERN_ERR "or Intel Customer Support: linux-nics@intel.com\n");
870 printk(KERN_ERR "/*********************/\n");
871
872 kfree(data);
873}
874
875/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 * e1000_probe - Device Initialization Routine
877 * @pdev: PCI device information struct
878 * @ent: entry in e1000_pci_tbl
879 *
880 * Returns 0 on success, negative on failure
881 *
882 * e1000_probe initializes an adapter identified by a pci_dev structure.
883 * The OS initialization, configuring of the adapter private structure,
884 * and a hardware reset occur.
885 **/
886
Joe Perches1dc32912008-07-11 15:17:08 -0700887static int __devinit e1000_probe(struct pci_dev *pdev,
888 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889{
890 struct net_device *netdev;
891 struct e1000_adapter *adapter;
Joe Perches1dc32912008-07-11 15:17:08 -0700892 struct e1000_hw *hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700895 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700896 int i, err, pci_using_dac;
Joe Perches406874a2008-04-03 10:06:32 -0700897 u16 eeprom_data = 0;
898 u16 eeprom_apme_mask = E1000_EEPROM_APME;
Joe Perches0795af52007-10-03 17:59:30 -0700899 DECLARE_MAC_BUF(mac);
900
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800901 if ((err = pci_enable_device(pdev)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 return err;
903
Auke Kokcd94dd02006-06-27 09:08:22 -0700904 if (!(err = pci_set_dma_mask(pdev, DMA_64BIT_MASK)) &&
905 !(err = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 pci_using_dac = 1;
907 } else {
Auke Kokcd94dd02006-06-27 09:08:22 -0700908 if ((err = pci_set_dma_mask(pdev, DMA_32BIT_MASK)) &&
909 (err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 E1000_ERR("No usable DMA configuration, aborting\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700911 goto err_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912 }
913 pci_using_dac = 0;
914 }
915
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800916 if ((err = pci_request_regions(pdev, e1000_driver_name)))
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700917 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
919 pci_set_master(pdev);
920
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700921 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700923 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 SET_NETDEV_DEV(netdev, &pdev->dev);
927
928 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700929 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 adapter->netdev = netdev;
931 adapter->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 adapter->msg_enable = (1 << debug) - 1;
933
Joe Perches1dc32912008-07-11 15:17:08 -0700934 hw = &adapter->hw;
935 hw->back = adapter;
936
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700937 err = -EIO;
Joe Perches1dc32912008-07-11 15:17:08 -0700938 hw->hw_addr = ioremap(pci_resource_start(pdev, BAR_0),
939 pci_resource_len(pdev, BAR_0));
940 if (!hw->hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800943 for (i = BAR_1; i <= BAR_5; i++) {
944 if (pci_resource_len(pdev, i) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 continue;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800946 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
Joe Perches1dc32912008-07-11 15:17:08 -0700947 hw->io_base = pci_resource_start(pdev, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948 break;
949 }
950 }
951
952 netdev->open = &e1000_open;
953 netdev->stop = &e1000_close;
954 netdev->hard_start_xmit = &e1000_xmit_frame;
955 netdev->get_stats = &e1000_get_stats;
Patrick McHardydb0ce502007-11-13 20:54:59 -0800956 netdev->set_rx_mode = &e1000_set_rx_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 netdev->set_mac_address = &e1000_set_mac;
958 netdev->change_mtu = &e1000_change_mtu;
959 netdev->do_ioctl = &e1000_ioctl;
960 e1000_set_ethtool_ops(netdev);
961 netdev->tx_timeout = &e1000_tx_timeout;
962 netdev->watchdog_timeo = 5 * HZ;
963#ifdef CONFIG_E1000_NAPI
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700964 netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965#endif
966 netdev->vlan_rx_register = e1000_vlan_rx_register;
967 netdev->vlan_rx_add_vid = e1000_vlan_rx_add_vid;
968 netdev->vlan_rx_kill_vid = e1000_vlan_rx_kill_vid;
969#ifdef CONFIG_NET_POLL_CONTROLLER
970 netdev->poll_controller = e1000_netpoll;
971#endif
Auke Kok0eb5a342006-09-27 12:53:17 -0700972 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 adapter->bd_number = cards_found;
975
976 /* setup the private structure */
977
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800978 if ((err = e1000_sw_init(adapter)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 goto err_sw_init;
980
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700981 err = -EIO;
Auke Kokcd94dd02006-06-27 09:08:22 -0700982 /* Flash BAR mapping must happen after e1000_sw_init
983 * because it depends on mac_type */
Joe Perches1dc32912008-07-11 15:17:08 -0700984 if ((hw->mac_type == e1000_ich8lan) &&
Auke Kokcd94dd02006-06-27 09:08:22 -0700985 (pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) {
Joe Perches1dc32912008-07-11 15:17:08 -0700986 hw->flash_address =
Benjamin Herrenschmidt3c34ac32007-11-16 18:37:38 +1100987 ioremap(pci_resource_start(pdev, 1),
988 pci_resource_len(pdev, 1));
Joe Perches1dc32912008-07-11 15:17:08 -0700989 if (!hw->flash_address)
Auke Kokcd94dd02006-06-27 09:08:22 -0700990 goto err_flashmap;
Auke Kokcd94dd02006-06-27 09:08:22 -0700991 }
992
Joe Perches1dc32912008-07-11 15:17:08 -0700993 if (e1000_check_phy_reset_block(hw))
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700994 DPRINTK(PROBE, INFO, "PHY reset is blocked due to SOL/IDER session.\n");
995
Joe Perches1dc32912008-07-11 15:17:08 -0700996 if (hw->mac_type >= e1000_82543) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 netdev->features = NETIF_F_SG |
998 NETIF_F_HW_CSUM |
999 NETIF_F_HW_VLAN_TX |
1000 NETIF_F_HW_VLAN_RX |
1001 NETIF_F_HW_VLAN_FILTER;
Joe Perches1dc32912008-07-11 15:17:08 -07001002 if (hw->mac_type == e1000_ich8lan)
Auke Kokcd94dd02006-06-27 09:08:22 -07001003 netdev->features &= ~NETIF_F_HW_VLAN_FILTER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 }
1005
Joe Perches1dc32912008-07-11 15:17:08 -07001006 if ((hw->mac_type >= e1000_82544) &&
1007 (hw->mac_type != e1000_82547))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 netdev->features |= NETIF_F_TSO;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001009
Joe Perches1dc32912008-07-11 15:17:08 -07001010 if (hw->mac_type > e1000_82547_rev_2)
Auke Kok87ca4e52006-11-01 08:47:36 -08001011 netdev->features |= NETIF_F_TSO6;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001012 if (pci_using_dac)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 netdev->features |= NETIF_F_HIGHDMA;
1014
Auke Kok76c224b2006-05-23 13:36:06 -07001015 netdev->features |= NETIF_F_LLTX;
1016
Joe Perches1dc32912008-07-11 15:17:08 -07001017 adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001018
Auke Kokcd94dd02006-06-27 09:08:22 -07001019 /* initialize eeprom parameters */
Joe Perches1dc32912008-07-11 15:17:08 -07001020 if (e1000_init_eeprom_params(hw)) {
Auke Kokcd94dd02006-06-27 09:08:22 -07001021 E1000_ERR("EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001022 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -07001023 }
1024
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001025 /* before reading the EEPROM, reset the controller to
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 * put the device in a known good starting state */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001027
Joe Perches1dc32912008-07-11 15:17:08 -07001028 e1000_reset_hw(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
1030 /* make sure the EEPROM is good */
Joe Perches1dc32912008-07-11 15:17:08 -07001031 if (e1000_validate_eeprom_checksum(hw) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032 DPRINTK(PROBE, ERR, "The EEPROM Checksum Is Not Valid\n");
Auke Kok67b3c272007-12-17 13:50:23 -08001033 e1000_dump_eeprom(adapter);
1034 /*
1035 * set MAC address to all zeroes to invalidate and temporary
1036 * disable this device for the user. This blocks regular
1037 * traffic while still permitting ethtool ioctls from reaching
1038 * the hardware as well as allowing the user to run the
1039 * interface after manually setting a hw addr using
1040 * `ip set address`
1041 */
Joe Perches1dc32912008-07-11 15:17:08 -07001042 memset(hw->mac_addr, 0, netdev->addr_len);
Auke Kok67b3c272007-12-17 13:50:23 -08001043 } else {
1044 /* copy the MAC address out of the EEPROM */
Joe Perches1dc32912008-07-11 15:17:08 -07001045 if (e1000_read_mac_addr(hw))
Auke Kok67b3c272007-12-17 13:50:23 -08001046 DPRINTK(PROBE, ERR, "EEPROM Read Error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 }
Auke Kok67b3c272007-12-17 13:50:23 -08001048 /* don't block initalization here due to bad MAC address */
Joe Perches1dc32912008-07-11 15:17:08 -07001049 memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len);
1050 memcpy(netdev->perm_addr, hw->mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051
Auke Kok67b3c272007-12-17 13:50:23 -08001052 if (!is_valid_ether_addr(netdev->perm_addr))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 DPRINTK(PROBE, ERR, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054
Joe Perches1dc32912008-07-11 15:17:08 -07001055 e1000_get_bus_info(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056
1057 init_timer(&adapter->tx_fifo_stall_timer);
1058 adapter->tx_fifo_stall_timer.function = &e1000_82547_tx_fifo_stall;
Joe Perchese982f172008-07-11 15:17:18 -07001059 adapter->tx_fifo_stall_timer.data = (unsigned long)adapter;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
1061 init_timer(&adapter->watchdog_timer);
1062 adapter->watchdog_timer.function = &e1000_watchdog;
1063 adapter->watchdog_timer.data = (unsigned long) adapter;
1064
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 init_timer(&adapter->phy_info_timer);
1066 adapter->phy_info_timer.function = &e1000_update_phy_info;
Joe Perchese982f172008-07-11 15:17:18 -07001067 adapter->phy_info_timer.data = (unsigned long)adapter;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
David Howells65f27f32006-11-22 14:55:48 +00001069 INIT_WORK(&adapter->reset_task, e1000_reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 e1000_check_options(adapter);
1072
1073 /* Initial Wake on LAN setting
1074 * If APM wake is enabled in the EEPROM,
1075 * enable the ACPI Magic Packet filter
1076 */
1077
Joe Perches1dc32912008-07-11 15:17:08 -07001078 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 case e1000_82542_rev2_0:
1080 case e1000_82542_rev2_1:
1081 case e1000_82543:
1082 break;
1083 case e1000_82544:
Joe Perches1dc32912008-07-11 15:17:08 -07001084 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
1086 eeprom_apme_mask = E1000_EEPROM_82544_APM;
1087 break;
Auke Kokcd94dd02006-06-27 09:08:22 -07001088 case e1000_ich8lan:
Joe Perches1dc32912008-07-11 15:17:08 -07001089 e1000_read_eeprom(hw,
Auke Kokcd94dd02006-06-27 09:08:22 -07001090 EEPROM_INIT_CONTROL1_REG, 1, &eeprom_data);
1091 eeprom_apme_mask = E1000_EEPROM_ICH8_APME;
1092 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 case e1000_82546:
1094 case e1000_82546_rev_3:
Jeff Kirsherfd803242005-12-13 00:06:22 -05001095 case e1000_82571:
Jeff Kirsher6418ecc2006-03-02 18:21:10 -08001096 case e1000_80003es2lan:
Joe Perches1dc32912008-07-11 15:17:08 -07001097 if (er32(STATUS) & E1000_STATUS_FUNC_1){
1098 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
1100 break;
1101 }
1102 /* Fall Through */
1103 default:
Joe Perches1dc32912008-07-11 15:17:08 -07001104 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
1106 break;
1107 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001108 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001109 adapter->eeprom_wol |= E1000_WUFC_MAG;
1110
1111 /* now that we have the eeprom settings, apply the special cases
1112 * where the eeprom may be wrong or the board simply won't support
1113 * wake on lan on a particular port */
1114 switch (pdev->device) {
1115 case E1000_DEV_ID_82546GB_PCIE:
1116 adapter->eeprom_wol = 0;
1117 break;
1118 case E1000_DEV_ID_82546EB_FIBER:
1119 case E1000_DEV_ID_82546GB_FIBER:
1120 case E1000_DEV_ID_82571EB_FIBER:
1121 /* Wake events only supported on port A for dual fiber
1122 * regardless of eeprom setting */
Joe Perches1dc32912008-07-11 15:17:08 -07001123 if (er32(STATUS) & E1000_STATUS_FUNC_1)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001124 adapter->eeprom_wol = 0;
1125 break;
1126 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
Jesse Brandeburg5881cde2006-08-31 14:27:47 -07001127 case E1000_DEV_ID_82571EB_QUAD_COPPER:
Auke Kokce57a022007-08-09 14:09:34 -07001128 case E1000_DEV_ID_82571EB_QUAD_FIBER:
Auke Kokfc2307d2006-11-01 08:47:56 -08001129 case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE:
Auke Kokf4ec7f92007-08-30 11:23:58 -07001130 case E1000_DEV_ID_82571PT_QUAD_COPPER:
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001131 /* if quad port adapter, disable WoL on all but port A */
1132 if (global_quad_port_a != 0)
1133 adapter->eeprom_wol = 0;
1134 else
1135 adapter->quad_port_a = 1;
1136 /* Reset for multiple quad port adapters */
1137 if (++global_quad_port_a == 4)
1138 global_quad_port_a = 0;
1139 break;
1140 }
1141
1142 /* initialize the wol settings based on the eeprom settings */
1143 adapter->wol = adapter->eeprom_wol;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144
Jeff Kirsherfb3d47d2006-01-12 16:51:25 -08001145 /* print bus type/speed/width info */
Jeff Kirsherfb3d47d2006-01-12 16:51:25 -08001146 DPRINTK(PROBE, INFO, "(PCI%s:%s:%s) ",
1147 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" :
1148 (hw->bus_type == e1000_bus_type_pci_express ? " Express":"")),
1149 ((hw->bus_speed == e1000_bus_speed_2500) ? "2.5Gb/s" :
1150 (hw->bus_speed == e1000_bus_speed_133) ? "133MHz" :
1151 (hw->bus_speed == e1000_bus_speed_120) ? "120MHz" :
1152 (hw->bus_speed == e1000_bus_speed_100) ? "100MHz" :
1153 (hw->bus_speed == e1000_bus_speed_66) ? "66MHz" : "33MHz"),
1154 ((hw->bus_width == e1000_bus_width_64) ? "64-bit" :
1155 (hw->bus_width == e1000_bus_width_pciex_4) ? "Width x4" :
1156 (hw->bus_width == e1000_bus_width_pciex_1) ? "Width x1" :
1157 "32-bit"));
Jeff Kirsherfb3d47d2006-01-12 16:51:25 -08001158
Joe Perches0795af52007-10-03 17:59:30 -07001159 printk("%s\n", print_mac(mac, netdev->dev_addr));
Jeff Kirsherfb3d47d2006-01-12 16:51:25 -08001160
Joe Perches1dc32912008-07-11 15:17:08 -07001161 if (hw->bus_type == e1000_bus_type_pci_express) {
Auke Kok14782ca2008-02-11 09:25:46 -08001162 DPRINTK(PROBE, WARNING, "This device (id %04x:%04x) will no "
1163 "longer be supported by this driver in the future.\n",
1164 pdev->vendor, pdev->device);
1165 DPRINTK(PROBE, WARNING, "please use the \"e1000e\" "
1166 "driver instead.\n");
1167 }
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 /* reset the hardware with the new settings */
1170 e1000_reset(adapter);
1171
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001172 /* If the controller is 82573 and f/w is AMT, do not set
1173 * DRV_LOAD until the interface is up. For all other cases,
1174 * let the f/w know that the h/w is now under the control
1175 * of the driver. */
Joe Perches1dc32912008-07-11 15:17:08 -07001176 if (hw->mac_type != e1000_82573 ||
1177 !e1000_check_mng_mode(hw))
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001178 e1000_get_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001179
Auke Kok1314bbf2006-09-27 12:54:02 -07001180 /* tell the stack to leave us alone until e1000_open() is called */
1181 netif_carrier_off(netdev);
1182 netif_stop_queue(netdev);
Auke Kok416b5d12007-06-01 10:22:39 -07001183
1184 strcpy(netdev->name, "eth%d");
1185 if ((err = register_netdev(netdev)))
1186 goto err_register;
Auke Kok1314bbf2006-09-27 12:54:02 -07001187
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188 DPRINTK(PROBE, INFO, "Intel(R) PRO/1000 Network Connection\n");
1189
1190 cards_found++;
1191 return 0;
1192
1193err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001194 e1000_release_hw_control(adapter);
1195err_eeprom:
Joe Perches1dc32912008-07-11 15:17:08 -07001196 if (!e1000_check_phy_reset_block(hw))
1197 e1000_phy_hw_reset(hw);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001198
Joe Perches1dc32912008-07-11 15:17:08 -07001199 if (hw->flash_address)
1200 iounmap(hw->flash_address);
Auke Kokcd94dd02006-06-27 09:08:22 -07001201err_flashmap:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001202#ifdef CONFIG_E1000_NAPI
1203 for (i = 0; i < adapter->num_rx_queues; i++)
1204 dev_put(&adapter->polling_netdev[i]);
1205#endif
1206
1207 kfree(adapter->tx_ring);
1208 kfree(adapter->rx_ring);
1209#ifdef CONFIG_E1000_NAPI
1210 kfree(adapter->polling_netdev);
1211#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212err_sw_init:
Joe Perches1dc32912008-07-11 15:17:08 -07001213 iounmap(hw->hw_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214err_ioremap:
1215 free_netdev(netdev);
1216err_alloc_etherdev:
1217 pci_release_regions(pdev);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001218err_pci_reg:
1219err_dma:
1220 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 return err;
1222}
1223
1224/**
1225 * e1000_remove - Device Removal Routine
1226 * @pdev: PCI device information struct
1227 *
1228 * e1000_remove is called by the PCI subsystem to alert the driver
1229 * that it should release a PCI device. The could be caused by a
1230 * Hot-Plug event, or because the driver is going to be removed from
1231 * memory.
1232 **/
1233
Joe Perches64798842008-07-11 15:17:02 -07001234static void __devexit e1000_remove(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235{
1236 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001237 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001238 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001239#ifdef CONFIG_E1000_NAPI
1240 int i;
1241#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242
Oleg Nesterov28e53bd2007-05-09 02:34:22 -07001243 cancel_work_sync(&adapter->reset_task);
Jeff Garzikbe2b28e2005-10-04 07:13:43 -04001244
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05001245 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001247 /* Release control of h/w to f/w. If f/w is AMT enabled, this
1248 * would have already happened in close and is redundant. */
1249 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001250
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001251#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001252 for (i = 0; i < adapter->num_rx_queues; i++)
Stephen Hemminger15333062006-03-20 22:32:28 -08001253 dev_put(&adapter->polling_netdev[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001254#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001256 unregister_netdev(netdev);
1257
Joe Perches1dc32912008-07-11 15:17:08 -07001258 if (!e1000_check_phy_reset_block(hw))
1259 e1000_phy_hw_reset(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04001261 kfree(adapter->tx_ring);
1262 kfree(adapter->rx_ring);
1263#ifdef CONFIG_E1000_NAPI
1264 kfree(adapter->polling_netdev);
1265#endif
1266
Joe Perches1dc32912008-07-11 15:17:08 -07001267 iounmap(hw->hw_addr);
1268 if (hw->flash_address)
1269 iounmap(hw->flash_address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270 pci_release_regions(pdev);
1271
1272 free_netdev(netdev);
1273
1274 pci_disable_device(pdev);
1275}
1276
1277/**
1278 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1279 * @adapter: board private structure to initialize
1280 *
1281 * e1000_sw_init initializes the Adapter private data structure.
1282 * Fields are initialized based on PCI device information and
1283 * OS network device settings (MTU size).
1284 **/
1285
Joe Perches64798842008-07-11 15:17:02 -07001286static int __devinit e1000_sw_init(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287{
1288 struct e1000_hw *hw = &adapter->hw;
1289 struct net_device *netdev = adapter->netdev;
1290 struct pci_dev *pdev = adapter->pdev;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001291#ifdef CONFIG_E1000_NAPI
1292 int i;
1293#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294
1295 /* PCI config space info */
1296
1297 hw->vendor_id = pdev->vendor;
1298 hw->device_id = pdev->device;
1299 hw->subsystem_vendor_id = pdev->subsystem_vendor;
1300 hw->subsystem_id = pdev->subsystem_device;
Auke Kok44c10132007-06-08 15:46:36 -07001301 hw->revision_id = pdev->revision;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
1303 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
1304
Auke Kokeb0f8052006-07-14 16:14:48 -07001305 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Auke Kok9e2feac2006-04-14 19:05:18 -07001306 adapter->rx_ps_bsize0 = E1000_RXBUFFER_128;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307 hw->max_frame_size = netdev->mtu +
1308 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
1309 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
1310
1311 /* identify the MAC */
1312
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001313 if (e1000_set_mac_type(hw)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314 DPRINTK(PROBE, ERR, "Unknown MAC Type\n");
1315 return -EIO;
1316 }
1317
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001318 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 default:
1320 break;
1321 case e1000_82541:
1322 case e1000_82547:
1323 case e1000_82541_rev_2:
1324 case e1000_82547_rev_2:
1325 hw->phy_init_script = 1;
1326 break;
1327 }
1328
1329 e1000_set_media_type(hw);
1330
Joe Perchesc3033b02008-03-21 11:06:25 -07001331 hw->wait_autoneg_complete = false;
1332 hw->tbi_compatibility_en = true;
1333 hw->adaptive_ifs = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334
1335 /* Copper options */
1336
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001337 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338 hw->mdix = AUTO_ALL_MODES;
Joe Perchesc3033b02008-03-21 11:06:25 -07001339 hw->disable_polarity_correction = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 hw->master_slave = E1000_MASTER_SLAVE;
1341 }
1342
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001343 adapter->num_tx_queues = 1;
1344 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001345
1346 if (e1000_alloc_queues(adapter)) {
1347 DPRINTK(PROBE, ERR, "Unable to allocate memory for queues\n");
1348 return -ENOMEM;
1349 }
1350
1351#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001352 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001353 adapter->polling_netdev[i].priv = adapter;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001354 dev_hold(&adapter->polling_netdev[i]);
1355 set_bit(__LINK_STATE_START, &adapter->polling_netdev[i].state);
1356 }
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08001357 spin_lock_init(&adapter->tx_queue_lock);
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04001358#endif
1359
Herbert Xu47313052007-05-29 15:07:31 -07001360 /* Explicitly disable IRQ since the NIC can be in any state. */
Herbert Xu47313052007-05-29 15:07:31 -07001361 e1000_irq_disable(adapter);
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 spin_lock_init(&adapter->stats_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364
Auke Kok1314bbf2006-09-27 12:54:02 -07001365 set_bit(__E1000_DOWN, &adapter->flags);
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367 return 0;
1368}
1369
1370/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001371 * e1000_alloc_queues - Allocate memory for all rings
1372 * @adapter: board private structure to initialize
1373 *
1374 * We allocate one ring per queue at run-time since we don't know the
1375 * number of queues at compile-time. The polling_netdev array is
1376 * intended for Multiqueue, but should work fine with a single queue.
1377 **/
1378
Joe Perches64798842008-07-11 15:17:02 -07001379static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001380{
Yan Burman1c7e5b12007-03-06 08:58:04 -08001381 adapter->tx_ring = kcalloc(adapter->num_tx_queues,
1382 sizeof(struct e1000_tx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001383 if (!adapter->tx_ring)
1384 return -ENOMEM;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001385
Yan Burman1c7e5b12007-03-06 08:58:04 -08001386 adapter->rx_ring = kcalloc(adapter->num_rx_queues,
1387 sizeof(struct e1000_rx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001388 if (!adapter->rx_ring) {
1389 kfree(adapter->tx_ring);
1390 return -ENOMEM;
1391 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001392
1393#ifdef CONFIG_E1000_NAPI
Yan Burman1c7e5b12007-03-06 08:58:04 -08001394 adapter->polling_netdev = kcalloc(adapter->num_rx_queues,
1395 sizeof(struct net_device),
1396 GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001397 if (!adapter->polling_netdev) {
1398 kfree(adapter->tx_ring);
1399 kfree(adapter->rx_ring);
1400 return -ENOMEM;
1401 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001402#endif
1403
1404 return E1000_SUCCESS;
1405}
1406
1407/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 * e1000_open - Called when a network interface is made active
1409 * @netdev: network interface device structure
1410 *
1411 * Returns 0 on success, negative value on failure
1412 *
1413 * The open entry point is called when a network interface is made
1414 * active by the system (IFF_UP). At this point all resources needed
1415 * for transmit and receive operations are allocated, the interrupt
1416 * handler is registered with the OS, the watchdog timer is started,
1417 * and the stack is notified that the interface is ready.
1418 **/
1419
Joe Perches64798842008-07-11 15:17:02 -07001420static int e1000_open(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001422 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001423 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424 int err;
1425
Auke Kok2db10a02006-06-27 09:06:28 -07001426 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001427 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001428 return -EBUSY;
1429
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430 /* allocate transmit descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001431 err = e1000_setup_all_tx_resources(adapter);
1432 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433 goto err_setup_tx;
1434
1435 /* allocate receive descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001436 err = e1000_setup_all_rx_resources(adapter);
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001437 if (err)
Auke Koke0aac5a2007-03-06 08:57:21 -08001438 goto err_setup_rx;
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001439
Auke Kok79f05bf2006-06-27 09:06:32 -07001440 e1000_power_up_phy(adapter);
1441
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001442 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Joe Perches1dc32912008-07-11 15:17:08 -07001443 if ((hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001444 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1445 e1000_update_mng_vlan(adapter);
1446 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001448 /* If AMT is enabled, let the firmware know that the network
1449 * interface is now open */
Joe Perches1dc32912008-07-11 15:17:08 -07001450 if (hw->mac_type == e1000_82573 &&
1451 e1000_check_mng_mode(hw))
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001452 e1000_get_hw_control(adapter);
1453
Auke Koke0aac5a2007-03-06 08:57:21 -08001454 /* before we allocate an interrupt, we must be ready to handle it.
1455 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1456 * as soon as we call pci_request_irq, so we have to setup our
1457 * clean_rx handler before we do so. */
1458 e1000_configure(adapter);
1459
1460 err = e1000_request_irq(adapter);
1461 if (err)
1462 goto err_req_irq;
1463
1464 /* From here on the code is the same as e1000_up() */
1465 clear_bit(__E1000_DOWN, &adapter->flags);
1466
Herbert Xu47313052007-05-29 15:07:31 -07001467#ifdef CONFIG_E1000_NAPI
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001468 napi_enable(&adapter->napi);
Herbert Xu47313052007-05-29 15:07:31 -07001469#endif
1470
Auke Koke0aac5a2007-03-06 08:57:21 -08001471 e1000_irq_enable(adapter);
1472
Ben Hutchings076152d2008-07-18 17:50:57 -07001473 netif_start_queue(netdev);
1474
Auke Koke0aac5a2007-03-06 08:57:21 -08001475 /* fire a link status change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -07001476 ew32(ICS, E1000_ICS_LSC);
Auke Koke0aac5a2007-03-06 08:57:21 -08001477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478 return E1000_SUCCESS;
1479
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001480err_req_irq:
Auke Koke0aac5a2007-03-06 08:57:21 -08001481 e1000_release_hw_control(adapter);
1482 e1000_power_down_phy(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001483 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001485 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486err_setup_tx:
1487 e1000_reset(adapter);
1488
1489 return err;
1490}
1491
1492/**
1493 * e1000_close - Disables a network interface
1494 * @netdev: network interface device structure
1495 *
1496 * Returns 0, this is not allowed to fail
1497 *
1498 * The close entry point is called when an interface is de-activated
1499 * by the OS. The hardware is still under the drivers control, but
1500 * needs to be disabled. A global MAC reset is issued to stop the
1501 * hardware, and all transmit and receive resources are freed.
1502 **/
1503
Joe Perches64798842008-07-11 15:17:02 -07001504static int e1000_close(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001506 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001507 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508
Auke Kok2db10a02006-06-27 09:06:28 -07001509 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001511 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001512 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001514 e1000_free_all_tx_resources(adapter);
1515 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516
Bruce Allan46665602006-09-27 12:54:08 -07001517 /* kill manageability vlan ID if supported, but not if a vlan with
1518 * the same ID is registered on the host OS (let 8021q kill it) */
Joe Perches1dc32912008-07-11 15:17:08 -07001519 if ((hw->mng_cookie.status &
Bruce Allan46665602006-09-27 12:54:08 -07001520 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
1521 !(adapter->vlgrp &&
Dan Aloni5c15bde2007-03-02 20:44:51 -08001522 vlan_group_get_device(adapter->vlgrp, adapter->mng_vlan_id))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001523 e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id);
1524 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001525
1526 /* If AMT is enabled, let the firmware know that the network
1527 * interface is now closed */
Joe Perches1dc32912008-07-11 15:17:08 -07001528 if (hw->mac_type == e1000_82573 &&
1529 e1000_check_mng_mode(hw))
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001530 e1000_release_hw_control(adapter);
1531
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532 return 0;
1533}
1534
1535/**
1536 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1537 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001538 * @start: address of beginning of memory
1539 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540 **/
Joe Perches64798842008-07-11 15:17:02 -07001541static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start,
1542 unsigned long len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543{
Joe Perches1dc32912008-07-11 15:17:08 -07001544 struct e1000_hw *hw = &adapter->hw;
Joe Perchese982f172008-07-11 15:17:18 -07001545 unsigned long begin = (unsigned long)start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 unsigned long end = begin + len;
1547
Malli Chilakala26483452005-04-28 19:44:46 -07001548 /* First rev 82545 and 82546 need to not allow any memory
1549 * write location to cross 64k boundary due to errata 23 */
Joe Perches1dc32912008-07-11 15:17:08 -07001550 if (hw->mac_type == e1000_82545 ||
1551 hw->mac_type == e1000_82546) {
Joe Perchesc3033b02008-03-21 11:06:25 -07001552 return ((begin ^ (end - 1)) >> 16) != 0 ? false : true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 }
1554
Joe Perchesc3033b02008-03-21 11:06:25 -07001555 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556}
1557
1558/**
1559 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1560 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001561 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 *
1563 * Return 0 on success, negative on failure
1564 **/
1565
Joe Perches64798842008-07-11 15:17:02 -07001566static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
1567 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569 struct pci_dev *pdev = adapter->pdev;
1570 int size;
1571
1572 size = sizeof(struct e1000_buffer) * txdr->count;
Auke Kokcd94dd02006-06-27 09:08:22 -07001573 txdr->buffer_info = vmalloc(size);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001574 if (!txdr->buffer_info) {
Malli Chilakala26483452005-04-28 19:44:46 -07001575 DPRINTK(PROBE, ERR,
1576 "Unable to allocate memory for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 return -ENOMEM;
1578 }
1579 memset(txdr->buffer_info, 0, size);
1580
1581 /* round up to nearest 4K */
1582
1583 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001584 txdr->size = ALIGN(txdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585
1586 txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001587 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589 vfree(txdr->buffer_info);
Malli Chilakala26483452005-04-28 19:44:46 -07001590 DPRINTK(PROBE, ERR,
1591 "Unable to allocate memory for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592 return -ENOMEM;
1593 }
1594
Malli Chilakala26483452005-04-28 19:44:46 -07001595 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1597 void *olddesc = txdr->desc;
1598 dma_addr_t olddma = txdr->dma;
Malli Chilakala26483452005-04-28 19:44:46 -07001599 DPRINTK(TX_ERR, ERR, "txdr align check failed: %u bytes "
1600 "at %p\n", txdr->size, txdr->desc);
1601 /* Try again, without freeing the previous */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma);
Malli Chilakala26483452005-04-28 19:44:46 -07001603 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001604 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1606 goto setup_tx_desc_die;
1607 }
1608
1609 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1610 /* give up */
Malli Chilakala26483452005-04-28 19:44:46 -07001611 pci_free_consistent(pdev, txdr->size, txdr->desc,
1612 txdr->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1614 DPRINTK(PROBE, ERR,
Malli Chilakala26483452005-04-28 19:44:46 -07001615 "Unable to allocate aligned memory "
1616 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617 vfree(txdr->buffer_info);
1618 return -ENOMEM;
1619 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001620 /* Free old allocation, new allocation was successful */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1622 }
1623 }
1624 memset(txdr->desc, 0, txdr->size);
1625
1626 txdr->next_to_use = 0;
1627 txdr->next_to_clean = 0;
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001628 spin_lock_init(&txdr->tx_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629
1630 return 0;
1631}
1632
1633/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001634 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1635 * (Descriptors) for all queues
1636 * @adapter: board private structure
1637 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001638 * Return 0 on success, negative on failure
1639 **/
1640
Joe Perches64798842008-07-11 15:17:02 -07001641int e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001642{
1643 int i, err = 0;
1644
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001645 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001646 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1647 if (err) {
1648 DPRINTK(PROBE, ERR,
1649 "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001650 for (i-- ; i >= 0; i--)
1651 e1000_free_tx_resources(adapter,
1652 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001653 break;
1654 }
1655 }
1656
1657 return err;
1658}
1659
1660/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1662 * @adapter: board private structure
1663 *
1664 * Configure the Tx unit of the MAC after a reset.
1665 **/
1666
Joe Perches64798842008-07-11 15:17:02 -07001667static void e1000_configure_tx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668{
Joe Perches406874a2008-04-03 10:06:32 -07001669 u64 tdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001670 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07001671 u32 tdlen, tctl, tipg, tarc;
1672 u32 ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673
1674 /* Setup the HW Tx Head and Tail descriptor pointers */
1675
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001676 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04001677 case 1:
1678 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001679 tdba = adapter->tx_ring[0].dma;
1680 tdlen = adapter->tx_ring[0].count *
1681 sizeof(struct e1000_tx_desc);
Joe Perches1dc32912008-07-11 15:17:08 -07001682 ew32(TDLEN, tdlen);
1683 ew32(TDBAH, (tdba >> 32));
1684 ew32(TDBAL, (tdba & 0x00000000ffffffffULL));
1685 ew32(TDT, 0);
1686 ew32(TDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001687 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1688 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04001689 break;
1690 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691
1692 /* Set the default values for the Tx Inter Packet Gap timer */
Joe Perches1dc32912008-07-11 15:17:08 -07001693 if (hw->mac_type <= e1000_82547_rev_2 &&
Jesse Brandeburgd89b6c62006-12-15 10:38:32 +01001694 (hw->media_type == e1000_media_type_fiber ||
1695 hw->media_type == e1000_media_type_internal_serdes))
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001696 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1697 else
1698 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1699
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001700 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 case e1000_82542_rev2_0:
1702 case e1000_82542_rev2_1:
1703 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001704 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1705 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706 break;
Jeff Kirsher87041632006-03-02 18:21:24 -08001707 case e1000_80003es2lan:
1708 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1709 ipgr2 = DEFAULT_80003ES2LAN_TIPG_IPGR2;
1710 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001712 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1713 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1714 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001716 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1717 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Joe Perches1dc32912008-07-11 15:17:08 -07001718 ew32(TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719
1720 /* Set the Tx Interrupt Delay register */
1721
Joe Perches1dc32912008-07-11 15:17:08 -07001722 ew32(TIDV, adapter->tx_int_delay);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001723 if (hw->mac_type >= e1000_82540)
Joe Perches1dc32912008-07-11 15:17:08 -07001724 ew32(TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725
1726 /* Program the Transmit Control Register */
1727
Joe Perches1dc32912008-07-11 15:17:08 -07001728 tctl = er32(TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001730 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1732
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001733 if (hw->mac_type == e1000_82571 || hw->mac_type == e1000_82572) {
Joe Perches1dc32912008-07-11 15:17:08 -07001734 tarc = er32(TARC0);
Auke Kok90fb5132006-11-01 08:47:30 -08001735 /* set the speed mode bit, we'll clear it if we're not at
1736 * gigabit link later */
Jeff Kirsher09ae3e82006-09-27 12:53:51 -07001737 tarc |= (1 << 21);
Joe Perches1dc32912008-07-11 15:17:08 -07001738 ew32(TARC0, tarc);
Jeff Kirsher87041632006-03-02 18:21:24 -08001739 } else if (hw->mac_type == e1000_80003es2lan) {
Joe Perches1dc32912008-07-11 15:17:08 -07001740 tarc = er32(TARC0);
Jeff Kirsher87041632006-03-02 18:21:24 -08001741 tarc |= 1;
Joe Perches1dc32912008-07-11 15:17:08 -07001742 ew32(TARC0, tarc);
1743 tarc = er32(TARC1);
Jeff Kirsher87041632006-03-02 18:21:24 -08001744 tarc |= 1;
Joe Perches1dc32912008-07-11 15:17:08 -07001745 ew32(TARC1, tarc);
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001746 }
1747
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001748 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749
1750 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001751 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1752
1753 /* only set IDE if we are delaying interrupts using the timers */
1754 if (adapter->tx_int_delay)
1755 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001757 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1759 else
1760 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1761
1762 /* Cache if we're 82544 running in PCI-X because we'll
1763 * need this to apply a workaround later in the send path. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001764 if (hw->mac_type == e1000_82544 &&
1765 hw->bus_type == e1000_bus_type_pcix)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766 adapter->pcix_82544 = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001767
Joe Perches1dc32912008-07-11 15:17:08 -07001768 ew32(TCTL, tctl);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770}
1771
1772/**
1773 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1774 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001775 * @rxdr: rx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776 *
1777 * Returns 0 on success, negative on failure
1778 **/
1779
Joe Perches64798842008-07-11 15:17:02 -07001780static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
1781 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782{
Joe Perches1dc32912008-07-11 15:17:08 -07001783 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001785 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786
1787 size = sizeof(struct e1000_buffer) * rxdr->count;
Auke Kokcd94dd02006-06-27 09:08:22 -07001788 rxdr->buffer_info = vmalloc(size);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001789 if (!rxdr->buffer_info) {
Malli Chilakala26483452005-04-28 19:44:46 -07001790 DPRINTK(PROBE, ERR,
1791 "Unable to allocate memory for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 return -ENOMEM;
1793 }
1794 memset(rxdr->buffer_info, 0, size);
1795
Yan Burman1c7e5b12007-03-06 08:58:04 -08001796 rxdr->ps_page = kcalloc(rxdr->count, sizeof(struct e1000_ps_page),
1797 GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001798 if (!rxdr->ps_page) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001799 vfree(rxdr->buffer_info);
1800 DPRINTK(PROBE, ERR,
1801 "Unable to allocate memory for the receive descriptor ring\n");
1802 return -ENOMEM;
1803 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001804
Yan Burman1c7e5b12007-03-06 08:58:04 -08001805 rxdr->ps_page_dma = kcalloc(rxdr->count,
1806 sizeof(struct e1000_ps_page_dma),
1807 GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001808 if (!rxdr->ps_page_dma) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001809 vfree(rxdr->buffer_info);
1810 kfree(rxdr->ps_page);
1811 DPRINTK(PROBE, ERR,
1812 "Unable to allocate memory for the receive descriptor ring\n");
1813 return -ENOMEM;
1814 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001815
Joe Perches1dc32912008-07-11 15:17:08 -07001816 if (hw->mac_type <= e1000_82547_rev_2)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001817 desc_len = sizeof(struct e1000_rx_desc);
1818 else
1819 desc_len = sizeof(union e1000_rx_desc_packet_split);
1820
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821 /* Round up to nearest 4K */
1822
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001823 rxdr->size = rxdr->count * desc_len;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001824 rxdr->size = ALIGN(rxdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825
1826 rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma);
1827
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001828 if (!rxdr->desc) {
1829 DPRINTK(PROBE, ERR,
1830 "Unable to allocate memory for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 vfree(rxdr->buffer_info);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001833 kfree(rxdr->ps_page);
1834 kfree(rxdr->ps_page_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 return -ENOMEM;
1836 }
1837
Malli Chilakala26483452005-04-28 19:44:46 -07001838 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1840 void *olddesc = rxdr->desc;
1841 dma_addr_t olddma = rxdr->dma;
Malli Chilakala26483452005-04-28 19:44:46 -07001842 DPRINTK(RX_ERR, ERR, "rxdr align check failed: %u bytes "
1843 "at %p\n", rxdr->size, rxdr->desc);
1844 /* Try again, without freeing the previous */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845 rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma);
Malli Chilakala26483452005-04-28 19:44:46 -07001846 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001847 if (!rxdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001849 DPRINTK(PROBE, ERR,
1850 "Unable to allocate memory "
1851 "for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852 goto setup_rx_desc_die;
1853 }
1854
1855 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1856 /* give up */
Malli Chilakala26483452005-04-28 19:44:46 -07001857 pci_free_consistent(pdev, rxdr->size, rxdr->desc,
1858 rxdr->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
Malli Chilakala26483452005-04-28 19:44:46 -07001860 DPRINTK(PROBE, ERR,
1861 "Unable to allocate aligned memory "
1862 "for the receive descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001863 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001865 /* Free old allocation, new allocation was successful */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
1867 }
1868 }
1869 memset(rxdr->desc, 0, rxdr->size);
1870
1871 rxdr->next_to_clean = 0;
1872 rxdr->next_to_use = 0;
1873
1874 return 0;
1875}
1876
1877/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001878 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1879 * (Descriptors) for all queues
1880 * @adapter: board private structure
1881 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001882 * Return 0 on success, negative on failure
1883 **/
1884
Joe Perches64798842008-07-11 15:17:02 -07001885int e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001886{
1887 int i, err = 0;
1888
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001889 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001890 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1891 if (err) {
1892 DPRINTK(PROBE, ERR,
1893 "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001894 for (i-- ; i >= 0; i--)
1895 e1000_free_rx_resources(adapter,
1896 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001897 break;
1898 }
1899 }
1900
1901 return err;
1902}
1903
1904/**
Malli Chilakala26483452005-04-28 19:44:46 -07001905 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 * @adapter: Board private structure
1907 **/
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001908#define PAGE_USE_COUNT(S) (((S) >> PAGE_SHIFT) + \
1909 (((S) & (PAGE_SIZE - 1)) ? 1 : 0))
Joe Perches64798842008-07-11 15:17:02 -07001910static void e1000_setup_rctl(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911{
Joe Perches1dc32912008-07-11 15:17:08 -07001912 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07001913 u32 rctl, rfctl;
1914 u32 psrctl = 0;
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -08001915#ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
Joe Perches406874a2008-04-03 10:06:32 -07001916 u32 pages = 0;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001917#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918
Joe Perches1dc32912008-07-11 15:17:08 -07001919 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920
1921 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1922
1923 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM |
1924 E1000_RCTL_LBM_NO | E1000_RCTL_RDMTS_HALF |
Joe Perches1dc32912008-07-11 15:17:08 -07001925 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926
Joe Perches1dc32912008-07-11 15:17:08 -07001927 if (hw->tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928 rctl |= E1000_RCTL_SBP;
1929 else
1930 rctl &= ~E1000_RCTL_SBP;
1931
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001932 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1933 rctl &= ~E1000_RCTL_LPE;
1934 else
1935 rctl |= E1000_RCTL_LPE;
1936
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001938 rctl &= ~E1000_RCTL_SZ_4096;
1939 rctl |= E1000_RCTL_BSEX;
1940 switch (adapter->rx_buffer_len) {
1941 case E1000_RXBUFFER_256:
1942 rctl |= E1000_RCTL_SZ_256;
1943 rctl &= ~E1000_RCTL_BSEX;
1944 break;
1945 case E1000_RXBUFFER_512:
1946 rctl |= E1000_RCTL_SZ_512;
1947 rctl &= ~E1000_RCTL_BSEX;
1948 break;
1949 case E1000_RXBUFFER_1024:
1950 rctl |= E1000_RCTL_SZ_1024;
1951 rctl &= ~E1000_RCTL_BSEX;
1952 break;
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001953 case E1000_RXBUFFER_2048:
1954 default:
1955 rctl |= E1000_RCTL_SZ_2048;
1956 rctl &= ~E1000_RCTL_BSEX;
1957 break;
1958 case E1000_RXBUFFER_4096:
1959 rctl |= E1000_RCTL_SZ_4096;
1960 break;
1961 case E1000_RXBUFFER_8192:
1962 rctl |= E1000_RCTL_SZ_8192;
1963 break;
1964 case E1000_RXBUFFER_16384:
1965 rctl |= E1000_RCTL_SZ_16384;
1966 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001967 }
1968
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -08001969#ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001970 /* 82571 and greater support packet-split where the protocol
1971 * header is placed in skb->data and the packet data is
1972 * placed in pages hanging off of skb_shinfo(skb)->nr_frags.
1973 * In the case of a non-split, skb->data is linearly filled,
1974 * followed by the page buffers. Therefore, skb->data is
1975 * sized to hold the largest protocol header.
1976 */
Jesse Brandeburge64d7d02006-10-24 14:46:01 -07001977 /* allocations using alloc_page take too long for regular MTU
1978 * so only enable packet split for jumbo frames */
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001979 pages = PAGE_USE_COUNT(adapter->netdev->mtu);
Joe Perches1dc32912008-07-11 15:17:08 -07001980 if ((hw->mac_type >= e1000_82571) && (pages <= 3) &&
Jesse Brandeburge64d7d02006-10-24 14:46:01 -07001981 PAGE_SIZE <= 16384 && (rctl & E1000_RCTL_LPE))
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001982 adapter->rx_ps_pages = pages;
1983 else
1984 adapter->rx_ps_pages = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001985#endif
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001986 if (adapter->rx_ps_pages) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001987 /* Configure extra packet-split registers */
Joe Perches1dc32912008-07-11 15:17:08 -07001988 rfctl = er32(RFCTL);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001989 rfctl |= E1000_RFCTL_EXTEN;
Auke Kok87ca4e52006-11-01 08:47:36 -08001990 /* disable packet split support for IPv6 extension headers,
1991 * because some malformed IPv6 headers can hang the RX */
1992 rfctl |= (E1000_RFCTL_IPV6_EX_DIS |
1993 E1000_RFCTL_NEW_IPV6_EXT_DIS);
1994
Joe Perches1dc32912008-07-11 15:17:08 -07001995 ew32(RFCTL, rfctl);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001996
Auke Kok7dfee0c2006-06-27 09:07:50 -07001997 rctl |= E1000_RCTL_DTYP_PS;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001998
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001999 psrctl |= adapter->rx_ps_bsize0 >>
2000 E1000_PSRCTL_BSIZE0_SHIFT;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04002001
2002 switch (adapter->rx_ps_pages) {
2003 case 3:
2004 psrctl |= PAGE_SIZE <<
2005 E1000_PSRCTL_BSIZE3_SHIFT;
2006 case 2:
2007 psrctl |= PAGE_SIZE <<
2008 E1000_PSRCTL_BSIZE2_SHIFT;
2009 case 1:
2010 psrctl |= PAGE_SIZE >>
2011 E1000_PSRCTL_BSIZE1_SHIFT;
2012 break;
2013 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002014
Joe Perches1dc32912008-07-11 15:17:08 -07002015 ew32(PSRCTL, psrctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016 }
2017
Joe Perches1dc32912008-07-11 15:17:08 -07002018 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019}
2020
2021/**
2022 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
2023 * @adapter: board private structure
2024 *
2025 * Configure the Rx unit of the MAC after a reset.
2026 **/
2027
Joe Perches64798842008-07-11 15:17:02 -07002028static void e1000_configure_rx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029{
Joe Perches406874a2008-04-03 10:06:32 -07002030 u64 rdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002031 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07002032 u32 rdlen, rctl, rxcsum, ctrl_ext;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002033
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04002034 if (adapter->rx_ps_pages) {
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002035 /* this is a 32 byte descriptor */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002036 rdlen = adapter->rx_ring[0].count *
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002037 sizeof(union e1000_rx_desc_packet_split);
2038 adapter->clean_rx = e1000_clean_rx_irq_ps;
2039 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps;
2040 } else {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002041 rdlen = adapter->rx_ring[0].count *
2042 sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002043 adapter->clean_rx = e1000_clean_rx_irq;
2044 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
2045 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046
2047 /* disable receives while setting up the descriptors */
Joe Perches1dc32912008-07-11 15:17:08 -07002048 rctl = er32(RCTL);
2049 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
2051 /* set the Receive Delay Timer Register */
Joe Perches1dc32912008-07-11 15:17:08 -07002052 ew32(RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002054 if (hw->mac_type >= e1000_82540) {
Joe Perches1dc32912008-07-11 15:17:08 -07002055 ew32(RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002056 if (adapter->itr_setting != 0)
Joe Perches1dc32912008-07-11 15:17:08 -07002057 ew32(ITR, 1000000000 / (adapter->itr * 256));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058 }
2059
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04002060 if (hw->mac_type >= e1000_82571) {
Joe Perches1dc32912008-07-11 15:17:08 -07002061 ctrl_ext = er32(CTRL_EXT);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002062 /* Reset delay timers after every interrupt */
Auke Kok6fc7a7e2006-04-14 19:05:12 -07002063 ctrl_ext |= E1000_CTRL_EXT_INT_TIMER_CLR;
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002064#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002065 /* Auto-Mask interrupts upon ICR access */
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002066 ctrl_ext |= E1000_CTRL_EXT_IAME;
Joe Perches1dc32912008-07-11 15:17:08 -07002067 ew32(IAM, 0xffffffff);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002068#endif
Joe Perches1dc32912008-07-11 15:17:08 -07002069 ew32(CTRL_EXT, ctrl_ext);
2070 E1000_WRITE_FLUSH();
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04002071 }
2072
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002073 /* Setup the HW Rx Head and Tail Descriptor Pointers and
2074 * the Base and Length of the Rx Descriptor Ring */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002075 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04002076 case 1:
2077 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002078 rdba = adapter->rx_ring[0].dma;
Joe Perches1dc32912008-07-11 15:17:08 -07002079 ew32(RDLEN, rdlen);
2080 ew32(RDBAH, (rdba >> 32));
2081 ew32(RDBAL, (rdba & 0x00000000ffffffffULL));
2082 ew32(RDT, 0);
2083 ew32(RDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07002084 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
2085 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002086 break;
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04002087 }
2088
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002090 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07002091 rxcsum = er32(RXCSUM);
Joe Perchesc3033b02008-03-21 11:06:25 -07002092 if (adapter->rx_csum) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002093 rxcsum |= E1000_RXCSUM_TUOFL;
2094
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002095 /* Enable 82571 IPv4 payload checksum for UDP fragments
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002096 * Must be used in conjunction with packet-split. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002097 if ((hw->mac_type >= e1000_82571) &&
2098 (adapter->rx_ps_pages)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002099 rxcsum |= E1000_RXCSUM_IPPCSE;
2100 }
2101 } else {
2102 rxcsum &= ~E1000_RXCSUM_TUOFL;
2103 /* don't need to clear IPPCSE as it defaults to 0 */
2104 }
Joe Perches1dc32912008-07-11 15:17:08 -07002105 ew32(RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 }
2107
Auke Kok21c4d5e2006-11-01 08:47:39 -08002108 /* enable early receives on 82573, only takes effect if using > 2048
2109 * byte total frame size. for example only for jumbo frames */
2110#define E1000_ERT_2048 0x100
2111 if (hw->mac_type == e1000_82573)
Joe Perches1dc32912008-07-11 15:17:08 -07002112 ew32(ERT, E1000_ERT_2048);
Auke Kok21c4d5e2006-11-01 08:47:39 -08002113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 /* Enable Receives */
Joe Perches1dc32912008-07-11 15:17:08 -07002115 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116}
2117
2118/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002119 * e1000_free_tx_resources - Free Tx Resources per Queue
2120 * @adapter: board private structure
2121 * @tx_ring: Tx descriptor ring for a specific queue
2122 *
2123 * Free all transmit software resources
2124 **/
2125
Joe Perches64798842008-07-11 15:17:02 -07002126static void e1000_free_tx_resources(struct e1000_adapter *adapter,
2127 struct e1000_tx_ring *tx_ring)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002128{
2129 struct pci_dev *pdev = adapter->pdev;
2130
2131 e1000_clean_tx_ring(adapter, tx_ring);
2132
2133 vfree(tx_ring->buffer_info);
2134 tx_ring->buffer_info = NULL;
2135
2136 pci_free_consistent(pdev, tx_ring->size, tx_ring->desc, tx_ring->dma);
2137
2138 tx_ring->desc = NULL;
2139}
2140
2141/**
2142 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143 * @adapter: board private structure
2144 *
2145 * Free all transmit software resources
2146 **/
2147
Joe Perches64798842008-07-11 15:17:02 -07002148void e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002150 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002152 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002153 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154}
2155
Joe Perches64798842008-07-11 15:17:02 -07002156static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
2157 struct e1000_buffer *buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158{
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002159 if (buffer_info->dma) {
Malli Chilakala26483452005-04-28 19:44:46 -07002160 pci_unmap_page(adapter->pdev,
2161 buffer_info->dma,
2162 buffer_info->length,
2163 PCI_DMA_TODEVICE);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002164 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002166 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002168 buffer_info->skb = NULL;
2169 }
2170 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171}
2172
2173/**
2174 * e1000_clean_tx_ring - Free Tx Buffers
2175 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002176 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 **/
2178
Joe Perches64798842008-07-11 15:17:02 -07002179static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
2180 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181{
Joe Perches1dc32912008-07-11 15:17:08 -07002182 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183 struct e1000_buffer *buffer_info;
2184 unsigned long size;
2185 unsigned int i;
2186
2187 /* Free all the Tx ring sk_buffs */
2188
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002189 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 buffer_info = &tx_ring->buffer_info[i];
2191 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2192 }
2193
2194 size = sizeof(struct e1000_buffer) * tx_ring->count;
2195 memset(tx_ring->buffer_info, 0, size);
2196
2197 /* Zero out the descriptor ring */
2198
2199 memset(tx_ring->desc, 0, tx_ring->size);
2200
2201 tx_ring->next_to_use = 0;
2202 tx_ring->next_to_clean = 0;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002203 tx_ring->last_tx_tso = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Joe Perches1dc32912008-07-11 15:17:08 -07002205 writel(0, hw->hw_addr + tx_ring->tdh);
2206 writel(0, hw->hw_addr + tx_ring->tdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002207}
2208
2209/**
2210 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2211 * @adapter: board private structure
2212 **/
2213
Joe Perches64798842008-07-11 15:17:02 -07002214static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002215{
2216 int i;
2217
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002218 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002219 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220}
2221
2222/**
2223 * e1000_free_rx_resources - Free Rx Resources
2224 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002225 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226 *
2227 * Free all receive software resources
2228 **/
2229
Joe Perches64798842008-07-11 15:17:02 -07002230static void e1000_free_rx_resources(struct e1000_adapter *adapter,
2231 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233 struct pci_dev *pdev = adapter->pdev;
2234
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002235 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
2237 vfree(rx_ring->buffer_info);
2238 rx_ring->buffer_info = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002239 kfree(rx_ring->ps_page);
2240 rx_ring->ps_page = NULL;
2241 kfree(rx_ring->ps_page_dma);
2242 rx_ring->ps_page_dma = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
2244 pci_free_consistent(pdev, rx_ring->size, rx_ring->desc, rx_ring->dma);
2245
2246 rx_ring->desc = NULL;
2247}
2248
2249/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002250 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002252 *
2253 * Free all receive software resources
2254 **/
2255
Joe Perches64798842008-07-11 15:17:02 -07002256void e1000_free_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002257{
2258 int i;
2259
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002260 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002261 e1000_free_rx_resources(adapter, &adapter->rx_ring[i]);
2262}
2263
2264/**
2265 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2266 * @adapter: board private structure
2267 * @rx_ring: ring to free buffers from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268 **/
2269
Joe Perches64798842008-07-11 15:17:02 -07002270static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
2271 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272{
Joe Perches1dc32912008-07-11 15:17:08 -07002273 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 struct e1000_buffer *buffer_info;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002275 struct e1000_ps_page *ps_page;
2276 struct e1000_ps_page_dma *ps_page_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277 struct pci_dev *pdev = adapter->pdev;
2278 unsigned long size;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002279 unsigned int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280
2281 /* Free all the Rx ring sk_buffs */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002282 for (i = 0; i < rx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283 buffer_info = &rx_ring->buffer_info[i];
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002284 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 pci_unmap_single(pdev,
2286 buffer_info->dma,
2287 buffer_info->length,
2288 PCI_DMA_FROMDEVICE);
2289
2290 dev_kfree_skb(buffer_info->skb);
2291 buffer_info->skb = NULL;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08002292 }
2293 ps_page = &rx_ring->ps_page[i];
2294 ps_page_dma = &rx_ring->ps_page_dma[i];
2295 for (j = 0; j < adapter->rx_ps_pages; j++) {
2296 if (!ps_page->ps_page[j]) break;
2297 pci_unmap_page(pdev,
2298 ps_page_dma->ps_page_dma[j],
2299 PAGE_SIZE, PCI_DMA_FROMDEVICE);
2300 ps_page_dma->ps_page_dma[j] = 0;
2301 put_page(ps_page->ps_page[j]);
2302 ps_page->ps_page[j] = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303 }
2304 }
2305
2306 size = sizeof(struct e1000_buffer) * rx_ring->count;
2307 memset(rx_ring->buffer_info, 0, size);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002308 size = sizeof(struct e1000_ps_page) * rx_ring->count;
2309 memset(rx_ring->ps_page, 0, size);
2310 size = sizeof(struct e1000_ps_page_dma) * rx_ring->count;
2311 memset(rx_ring->ps_page_dma, 0, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312
2313 /* Zero out the descriptor ring */
2314
2315 memset(rx_ring->desc, 0, rx_ring->size);
2316
2317 rx_ring->next_to_clean = 0;
2318 rx_ring->next_to_use = 0;
2319
Joe Perches1dc32912008-07-11 15:17:08 -07002320 writel(0, hw->hw_addr + rx_ring->rdh);
2321 writel(0, hw->hw_addr + rx_ring->rdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002322}
2323
2324/**
2325 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2326 * @adapter: board private structure
2327 **/
2328
Joe Perches64798842008-07-11 15:17:02 -07002329static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002330{
2331 int i;
2332
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002333 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002334 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335}
2336
2337/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2338 * and memory write and invalidate disabled for certain operations
2339 */
Joe Perches64798842008-07-11 15:17:02 -07002340static void e1000_enter_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341{
Joe Perches1dc32912008-07-11 15:17:08 -07002342 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002344 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345
Joe Perches1dc32912008-07-11 15:17:08 -07002346 e1000_pci_clear_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347
Joe Perches1dc32912008-07-11 15:17:08 -07002348 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349 rctl |= E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002350 ew32(RCTL, rctl);
2351 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 mdelay(5);
2353
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002354 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002355 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356}
2357
Joe Perches64798842008-07-11 15:17:02 -07002358static void e1000_leave_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359{
Joe Perches1dc32912008-07-11 15:17:08 -07002360 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002362 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363
Joe Perches1dc32912008-07-11 15:17:08 -07002364 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365 rctl &= ~E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002366 ew32(RCTL, rctl);
2367 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 mdelay(5);
2369
Joe Perches1dc32912008-07-11 15:17:08 -07002370 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE)
2371 e1000_pci_set_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002373 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002374 /* No need to loop, because 82542 supports only 1 queue */
2375 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002376 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002377 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378 }
2379}
2380
2381/**
2382 * e1000_set_mac - Change the Ethernet Address of the NIC
2383 * @netdev: network interface device structure
2384 * @p: pointer to an address structure
2385 *
2386 * Returns 0 on success, negative on failure
2387 **/
2388
Joe Perches64798842008-07-11 15:17:02 -07002389static int e1000_set_mac(struct net_device *netdev, void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002391 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07002392 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 struct sockaddr *addr = p;
2394
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002395 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396 return -EADDRNOTAVAIL;
2397
2398 /* 82542 2.0 needs to be in reset to write receive address registers */
2399
Joe Perches1dc32912008-07-11 15:17:08 -07002400 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401 e1000_enter_82542_rst(adapter);
2402
2403 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
Joe Perches1dc32912008-07-11 15:17:08 -07002404 memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405
Joe Perches1dc32912008-07-11 15:17:08 -07002406 e1000_rar_set(hw, hw->mac_addr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002408 /* With 82571 controllers, LAA may be overwritten (with the default)
2409 * due to controller reset from the other port. */
Joe Perches1dc32912008-07-11 15:17:08 -07002410 if (hw->mac_type == e1000_82571) {
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002411 /* activate the work around */
Joe Perches1dc32912008-07-11 15:17:08 -07002412 hw->laa_is_present = 1;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002413
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002414 /* Hold a copy of the LAA in RAR[14] This is done so that
2415 * between the time RAR[0] gets clobbered and the time it
2416 * gets fixed (in e1000_watchdog), the actual LAA is in one
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002417 * of the RARs and no incoming packets directed to this port
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002418 * are dropped. Eventaully the LAA will be in RAR[0] and
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002419 * RAR[14] */
Joe Perches1dc32912008-07-11 15:17:08 -07002420 e1000_rar_set(hw, hw->mac_addr,
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002421 E1000_RAR_ENTRIES - 1);
2422 }
2423
Joe Perches1dc32912008-07-11 15:17:08 -07002424 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425 e1000_leave_82542_rst(adapter);
2426
2427 return 0;
2428}
2429
2430/**
Patrick McHardydb0ce502007-11-13 20:54:59 -08002431 * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432 * @netdev: network interface device structure
2433 *
Patrick McHardydb0ce502007-11-13 20:54:59 -08002434 * The set_rx_mode entry point is called whenever the unicast or multicast
2435 * address lists or the network interface flags are updated. This routine is
2436 * responsible for configuring the hardware for proper unicast, multicast,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437 * promiscuous mode, and all-multi behavior.
2438 **/
2439
Joe Perches64798842008-07-11 15:17:02 -07002440static void e1000_set_rx_mode(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002442 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443 struct e1000_hw *hw = &adapter->hw;
Patrick McHardydb0ce502007-11-13 20:54:59 -08002444 struct dev_addr_list *uc_ptr;
2445 struct dev_addr_list *mc_ptr;
Joe Perches406874a2008-04-03 10:06:32 -07002446 u32 rctl;
2447 u32 hash_value;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002448 int i, rar_entries = E1000_RAR_ENTRIES;
Auke Kokcd94dd02006-06-27 09:08:22 -07002449 int mta_reg_count = (hw->mac_type == e1000_ich8lan) ?
2450 E1000_NUM_MTA_REGISTERS_ICH8LAN :
2451 E1000_NUM_MTA_REGISTERS;
2452
Joe Perches1dc32912008-07-11 15:17:08 -07002453 if (hw->mac_type == e1000_ich8lan)
Auke Kokcd94dd02006-06-27 09:08:22 -07002454 rar_entries = E1000_RAR_ENTRIES_ICH8LAN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002456 /* reserve RAR[14] for LAA over-write work-around */
Joe Perches1dc32912008-07-11 15:17:08 -07002457 if (hw->mac_type == e1000_82571)
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002458 rar_entries--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459
Malli Chilakala26483452005-04-28 19:44:46 -07002460 /* Check for Promiscuous and All Multicast modes */
2461
Joe Perches1dc32912008-07-11 15:17:08 -07002462 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002464 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Patrick McHardy746b9f02008-07-16 20:15:45 -07002466 rctl &= ~E1000_RCTL_VFE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 } else {
Patrick McHardy746b9f02008-07-16 20:15:45 -07002468 if (netdev->flags & IFF_ALLMULTI) {
2469 rctl |= E1000_RCTL_MPE;
2470 } else {
2471 rctl &= ~E1000_RCTL_MPE;
2472 }
Patrick McHardy78ed11a2008-07-16 20:16:14 -07002473 if (adapter->hw.mac_type != e1000_ich8lan)
Patrick McHardy746b9f02008-07-16 20:15:45 -07002474 rctl |= E1000_RCTL_VFE;
Patrick McHardydb0ce502007-11-13 20:54:59 -08002475 }
2476
2477 uc_ptr = NULL;
2478 if (netdev->uc_count > rar_entries - 1) {
2479 rctl |= E1000_RCTL_UPE;
2480 } else if (!(netdev->flags & IFF_PROMISC)) {
2481 rctl &= ~E1000_RCTL_UPE;
2482 uc_ptr = netdev->uc_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483 }
2484
Joe Perches1dc32912008-07-11 15:17:08 -07002485 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486
2487 /* 82542 2.0 needs to be in reset to write receive address registers */
2488
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002489 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 e1000_enter_82542_rst(adapter);
2491
Patrick McHardydb0ce502007-11-13 20:54:59 -08002492 /* load the first 14 addresses into the exact filters 1-14. Unicast
2493 * addresses take precedence to avoid disabling unicast filtering
2494 * when possible.
2495 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496 * RAR 0 is used for the station MAC adddress
2497 * if there are not 14 addresses, go ahead and clear the filters
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002498 * -- with 82571 controllers only 0-13 entries are filled here
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 */
2500 mc_ptr = netdev->mc_list;
2501
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002502 for (i = 1; i < rar_entries; i++) {
Patrick McHardydb0ce502007-11-13 20:54:59 -08002503 if (uc_ptr) {
2504 e1000_rar_set(hw, uc_ptr->da_addr, i);
2505 uc_ptr = uc_ptr->next;
2506 } else if (mc_ptr) {
2507 e1000_rar_set(hw, mc_ptr->da_addr, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508 mc_ptr = mc_ptr->next;
2509 } else {
2510 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
Joe Perches1dc32912008-07-11 15:17:08 -07002511 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
Joe Perches1dc32912008-07-11 15:17:08 -07002513 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 }
2515 }
Patrick McHardydb0ce502007-11-13 20:54:59 -08002516 WARN_ON(uc_ptr != NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517
2518 /* clear the old settings from the multicast hash table */
2519
Auke Kokcd94dd02006-06-27 09:08:22 -07002520 for (i = 0; i < mta_reg_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 E1000_WRITE_REG_ARRAY(hw, MTA, i, 0);
Joe Perches1dc32912008-07-11 15:17:08 -07002522 E1000_WRITE_FLUSH();
Auke Kok4ca213a2006-06-27 09:07:08 -07002523 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524
2525 /* load any remaining addresses into the hash table */
2526
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002527 for (; mc_ptr; mc_ptr = mc_ptr->next) {
Patrick McHardydb0ce502007-11-13 20:54:59 -08002528 hash_value = e1000_hash_mc_addr(hw, mc_ptr->da_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529 e1000_mta_set(hw, hash_value);
2530 }
2531
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002532 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533 e1000_leave_82542_rst(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534}
2535
2536/* Need to wait a few seconds after link up to get diagnostic information from
2537 * the phy */
2538
Joe Perches64798842008-07-11 15:17:02 -07002539static void e1000_update_phy_info(unsigned long data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540{
Joe Perchese982f172008-07-11 15:17:18 -07002541 struct e1000_adapter *adapter = (struct e1000_adapter *)data;
Joe Perches1dc32912008-07-11 15:17:08 -07002542 struct e1000_hw *hw = &adapter->hw;
2543 e1000_phy_get_info(hw, &adapter->phy_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544}
2545
2546/**
2547 * e1000_82547_tx_fifo_stall - Timer Call-back
2548 * @data: pointer to adapter cast into an unsigned long
2549 **/
2550
Joe Perches64798842008-07-11 15:17:02 -07002551static void e1000_82547_tx_fifo_stall(unsigned long data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552{
Joe Perchese982f172008-07-11 15:17:18 -07002553 struct e1000_adapter *adapter = (struct e1000_adapter *)data;
Joe Perches1dc32912008-07-11 15:17:08 -07002554 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002556 u32 tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002558 if (atomic_read(&adapter->tx_fifo_stall)) {
Joe Perches1dc32912008-07-11 15:17:08 -07002559 if ((er32(TDT) == er32(TDH)) &&
2560 (er32(TDFT) == er32(TDFH)) &&
2561 (er32(TDFTS) == er32(TDFHS))) {
2562 tctl = er32(TCTL);
2563 ew32(TCTL, tctl & ~E1000_TCTL_EN);
2564 ew32(TDFT, adapter->tx_head_addr);
2565 ew32(TDFH, adapter->tx_head_addr);
2566 ew32(TDFTS, adapter->tx_head_addr);
2567 ew32(TDFHS, adapter->tx_head_addr);
2568 ew32(TCTL, tctl);
2569 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570
2571 adapter->tx_fifo_head = 0;
2572 atomic_set(&adapter->tx_fifo_stall, 0);
2573 netif_wake_queue(netdev);
2574 } else {
2575 mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1);
2576 }
2577 }
2578}
2579
2580/**
2581 * e1000_watchdog - Timer Call-back
2582 * @data: pointer to adapter cast into an unsigned long
2583 **/
Joe Perches64798842008-07-11 15:17:02 -07002584static void e1000_watchdog(unsigned long data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585{
Joe Perchese982f172008-07-11 15:17:18 -07002586 struct e1000_adapter *adapter = (struct e1000_adapter *)data;
Joe Perches1dc32912008-07-11 15:17:08 -07002587 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002589 struct e1000_tx_ring *txdr = adapter->tx_ring;
Joe Perches406874a2008-04-03 10:06:32 -07002590 u32 link, tctl;
2591 s32 ret_val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592
Joe Perches1dc32912008-07-11 15:17:08 -07002593 ret_val = e1000_check_for_link(hw);
Auke Kokcd94dd02006-06-27 09:08:22 -07002594 if ((ret_val == E1000_ERR_PHY) &&
Joe Perches1dc32912008-07-11 15:17:08 -07002595 (hw->phy_type == e1000_phy_igp_3) &&
2596 (er32(CTRL) & E1000_PHY_CTRL_GBE_DISABLE)) {
Auke Kokcd94dd02006-06-27 09:08:22 -07002597 /* See e1000_kumeran_lock_loss_workaround() */
2598 DPRINTK(LINK, INFO,
2599 "Gigabit has been disabled, downgrading speed\n");
2600 }
Auke Kok90fb5132006-11-01 08:47:30 -08002601
Joe Perches1dc32912008-07-11 15:17:08 -07002602 if (hw->mac_type == e1000_82573) {
2603 e1000_enable_tx_pkt_filtering(hw);
2604 if (adapter->mng_vlan_id != hw->mng_cookie.vlan_id)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002605 e1000_update_mng_vlan(adapter);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002606 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607
Joe Perches1dc32912008-07-11 15:17:08 -07002608 if ((hw->media_type == e1000_media_type_internal_serdes) &&
2609 !(er32(TXCW) & E1000_TXCW_ANE))
2610 link = !hw->serdes_link_down;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 else
Joe Perches1dc32912008-07-11 15:17:08 -07002612 link = er32(STATUS) & E1000_STATUS_LU;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002614 if (link) {
2615 if (!netif_carrier_ok(netdev)) {
Joe Perches406874a2008-04-03 10:06:32 -07002616 u32 ctrl;
Joe Perchesc3033b02008-03-21 11:06:25 -07002617 bool txb2b = true;
Joe Perches1dc32912008-07-11 15:17:08 -07002618 e1000_get_speed_and_duplex(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619 &adapter->link_speed,
2620 &adapter->link_duplex);
2621
Joe Perches1dc32912008-07-11 15:17:08 -07002622 ctrl = er32(CTRL);
Auke Kok9669f532007-01-18 09:25:26 -08002623 DPRINTK(LINK, INFO, "NIC Link is Up %d Mbps %s, "
2624 "Flow Control: %s\n",
2625 adapter->link_speed,
2626 adapter->link_duplex == FULL_DUPLEX ?
2627 "Full Duplex" : "Half Duplex",
2628 ((ctrl & E1000_CTRL_TFCE) && (ctrl &
2629 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl &
2630 E1000_CTRL_RFCE) ? "RX" : ((ctrl &
2631 E1000_CTRL_TFCE) ? "TX" : "None" )));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002633 /* tweak tx_queue_len according to speed/duplex
2634 * and adjust the timeout factor */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002635 netdev->tx_queue_len = adapter->tx_queue_len;
2636 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002637 switch (adapter->link_speed) {
2638 case SPEED_10:
Joe Perchesc3033b02008-03-21 11:06:25 -07002639 txb2b = false;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002640 netdev->tx_queue_len = 10;
2641 adapter->tx_timeout_factor = 8;
2642 break;
2643 case SPEED_100:
Joe Perchesc3033b02008-03-21 11:06:25 -07002644 txb2b = false;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002645 netdev->tx_queue_len = 100;
2646 /* maybe add some timeout factor ? */
2647 break;
2648 }
2649
Joe Perches1dc32912008-07-11 15:17:08 -07002650 if ((hw->mac_type == e1000_82571 ||
2651 hw->mac_type == e1000_82572) &&
Joe Perchesc3033b02008-03-21 11:06:25 -07002652 !txb2b) {
Joe Perches406874a2008-04-03 10:06:32 -07002653 u32 tarc0;
Joe Perches1dc32912008-07-11 15:17:08 -07002654 tarc0 = er32(TARC0);
Auke Kok90fb5132006-11-01 08:47:30 -08002655 tarc0 &= ~(1 << 21);
Joe Perches1dc32912008-07-11 15:17:08 -07002656 ew32(TARC0, tarc0);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002657 }
Auke Kok90fb5132006-11-01 08:47:30 -08002658
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002659 /* disable TSO for pcie and 10/100 speeds, to avoid
2660 * some hardware issues */
2661 if (!adapter->tso_force &&
Joe Perches1dc32912008-07-11 15:17:08 -07002662 hw->bus_type == e1000_bus_type_pci_express){
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002663 switch (adapter->link_speed) {
2664 case SPEED_10:
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002665 case SPEED_100:
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002666 DPRINTK(PROBE,INFO,
2667 "10/100 speed: disabling TSO\n");
2668 netdev->features &= ~NETIF_F_TSO;
Auke Kok87ca4e52006-11-01 08:47:36 -08002669 netdev->features &= ~NETIF_F_TSO6;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002670 break;
2671 case SPEED_1000:
2672 netdev->features |= NETIF_F_TSO;
Auke Kok87ca4e52006-11-01 08:47:36 -08002673 netdev->features |= NETIF_F_TSO6;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002674 break;
2675 default:
2676 /* oops */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002677 break;
2678 }
2679 }
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002680
2681 /* enable transmits in the hardware, need to do this
2682 * after setting TARC0 */
Joe Perches1dc32912008-07-11 15:17:08 -07002683 tctl = er32(TCTL);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002684 tctl |= E1000_TCTL_EN;
Joe Perches1dc32912008-07-11 15:17:08 -07002685 ew32(TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002686
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687 netif_carrier_on(netdev);
2688 netif_wake_queue(netdev);
Arjan van de Ven56e13932007-03-06 02:41:48 -08002689 mod_timer(&adapter->phy_info_timer, round_jiffies(jiffies + 2 * HZ));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 adapter->smartspeed = 0;
Jeff Garzikbb8e3312006-12-15 11:06:17 -05002691 } else {
2692 /* make sure the receive unit is started */
Joe Perches1dc32912008-07-11 15:17:08 -07002693 if (hw->rx_needs_kicking) {
2694 u32 rctl = er32(RCTL);
2695 ew32(RCTL, rctl | E1000_RCTL_EN);
Jeff Garzikbb8e3312006-12-15 11:06:17 -05002696 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697 }
2698 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002699 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 adapter->link_speed = 0;
2701 adapter->link_duplex = 0;
2702 DPRINTK(LINK, INFO, "NIC Link is Down\n");
2703 netif_carrier_off(netdev);
2704 netif_stop_queue(netdev);
Arjan van de Ven56e13932007-03-06 02:41:48 -08002705 mod_timer(&adapter->phy_info_timer, round_jiffies(jiffies + 2 * HZ));
Jeff Kirsher87041632006-03-02 18:21:24 -08002706
2707 /* 80003ES2LAN workaround--
2708 * For packet buffer work-around on link down event;
2709 * disable receives in the ISR and
2710 * reset device here in the watchdog
2711 */
Joe Perches1dc32912008-07-11 15:17:08 -07002712 if (hw->mac_type == e1000_80003es2lan)
Jeff Kirsher87041632006-03-02 18:21:24 -08002713 /* reset device */
2714 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715 }
2716
2717 e1000_smartspeed(adapter);
2718 }
2719
2720 e1000_update_stats(adapter);
2721
Joe Perches1dc32912008-07-11 15:17:08 -07002722 hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723 adapter->tpt_old = adapter->stats.tpt;
Joe Perches1dc32912008-07-11 15:17:08 -07002724 hw->collision_delta = adapter->stats.colc - adapter->colc_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725 adapter->colc_old = adapter->stats.colc;
2726
2727 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2728 adapter->gorcl_old = adapter->stats.gorcl;
2729 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2730 adapter->gotcl_old = adapter->stats.gotcl;
2731
Joe Perches1dc32912008-07-11 15:17:08 -07002732 e1000_update_adaptive(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002734 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002735 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736 /* We've lost link, so the controller stops DMA,
2737 * but we've got queued Tx work that's never going
2738 * to get done, so reset controller to flush Tx.
2739 * (Do the reset outside of interrupt context). */
Jeff Kirsher87041632006-03-02 18:21:24 -08002740 adapter->tx_timeout_count++;
2741 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 }
2743 }
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745 /* Cause software interrupt to ensure rx ring is cleaned */
Joe Perches1dc32912008-07-11 15:17:08 -07002746 ew32(ICS, E1000_ICS_RXDMT0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
Malli Chilakala26483452005-04-28 19:44:46 -07002748 /* Force detection of hung controller every watchdog period */
Joe Perchesc3033b02008-03-21 11:06:25 -07002749 adapter->detect_tx_hung = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002751 /* With 82571 controllers, LAA may be overwritten due to controller
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002752 * reset from the other port. Set the appropriate LAA in RAR[0] */
Joe Perches1dc32912008-07-11 15:17:08 -07002753 if (hw->mac_type == e1000_82571 && hw->laa_is_present)
2754 e1000_rar_set(hw, hw->mac_addr, 0);
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002755
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756 /* Reset the timer */
Arjan van de Ven56e13932007-03-06 02:41:48 -08002757 mod_timer(&adapter->watchdog_timer, round_jiffies(jiffies + 2 * HZ));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758}
2759
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002760enum latency_range {
2761 lowest_latency = 0,
2762 low_latency = 1,
2763 bulk_latency = 2,
2764 latency_invalid = 255
2765};
2766
2767/**
2768 * e1000_update_itr - update the dynamic ITR value based on statistics
2769 * Stores a new ITR value based on packets and byte
2770 * counts during the last interrupt. The advantage of per interrupt
2771 * computation is faster updates and more accurate ITR for the current
2772 * traffic pattern. Constants in this function were computed
2773 * based on theoretical maximum wire speed and thresholds were set based
2774 * on testing data as well as attempting to minimize response time
2775 * while increasing bulk throughput.
2776 * this functionality is controlled by the InterruptThrottleRate module
2777 * parameter (see e1000_param.c)
2778 * @adapter: pointer to adapter
2779 * @itr_setting: current adapter->itr
2780 * @packets: the number of packets during this measurement interval
2781 * @bytes: the number of bytes during this measurement interval
2782 **/
2783static unsigned int e1000_update_itr(struct e1000_adapter *adapter,
Joe Perches64798842008-07-11 15:17:02 -07002784 u16 itr_setting, int packets, int bytes)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002785{
2786 unsigned int retval = itr_setting;
2787 struct e1000_hw *hw = &adapter->hw;
2788
2789 if (unlikely(hw->mac_type < e1000_82540))
2790 goto update_itr_done;
2791
2792 if (packets == 0)
2793 goto update_itr_done;
2794
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002795 switch (itr_setting) {
2796 case lowest_latency:
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002797 /* jumbo frames get bulk treatment*/
2798 if (bytes/packets > 8000)
2799 retval = bulk_latency;
2800 else if ((packets < 5) && (bytes > 512))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002801 retval = low_latency;
2802 break;
2803 case low_latency: /* 50 usec aka 20000 ints/s */
2804 if (bytes > 10000) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002805 /* jumbo frames need bulk latency setting */
2806 if (bytes/packets > 8000)
2807 retval = bulk_latency;
2808 else if ((packets < 10) || ((bytes/packets) > 1200))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002809 retval = bulk_latency;
2810 else if ((packets > 35))
2811 retval = lowest_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002812 } else if (bytes/packets > 2000)
2813 retval = bulk_latency;
2814 else if (packets <= 2 && bytes < 512)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002815 retval = lowest_latency;
2816 break;
2817 case bulk_latency: /* 250 usec aka 4000 ints/s */
2818 if (bytes > 25000) {
2819 if (packets > 35)
2820 retval = low_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002821 } else if (bytes < 6000) {
2822 retval = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002823 }
2824 break;
2825 }
2826
2827update_itr_done:
2828 return retval;
2829}
2830
2831static void e1000_set_itr(struct e1000_adapter *adapter)
2832{
2833 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07002834 u16 current_itr;
2835 u32 new_itr = adapter->itr;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002836
2837 if (unlikely(hw->mac_type < e1000_82540))
2838 return;
2839
2840 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2841 if (unlikely(adapter->link_speed != SPEED_1000)) {
2842 current_itr = 0;
2843 new_itr = 4000;
2844 goto set_itr_now;
2845 }
2846
2847 adapter->tx_itr = e1000_update_itr(adapter,
2848 adapter->tx_itr,
2849 adapter->total_tx_packets,
2850 adapter->total_tx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002851 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2852 if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency)
2853 adapter->tx_itr = low_latency;
2854
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002855 adapter->rx_itr = e1000_update_itr(adapter,
2856 adapter->rx_itr,
2857 adapter->total_rx_packets,
2858 adapter->total_rx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002859 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2860 if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency)
2861 adapter->rx_itr = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002862
2863 current_itr = max(adapter->rx_itr, adapter->tx_itr);
2864
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002865 switch (current_itr) {
2866 /* counts and packets in update_itr are dependent on these numbers */
2867 case lowest_latency:
2868 new_itr = 70000;
2869 break;
2870 case low_latency:
2871 new_itr = 20000; /* aka hwitr = ~200 */
2872 break;
2873 case bulk_latency:
2874 new_itr = 4000;
2875 break;
2876 default:
2877 break;
2878 }
2879
2880set_itr_now:
2881 if (new_itr != adapter->itr) {
2882 /* this attempts to bias the interrupt rate towards Bulk
2883 * by adding intermediate steps when interrupt rate is
2884 * increasing */
2885 new_itr = new_itr > adapter->itr ?
2886 min(adapter->itr + (new_itr >> 2), new_itr) :
2887 new_itr;
2888 adapter->itr = new_itr;
Joe Perches1dc32912008-07-11 15:17:08 -07002889 ew32(ITR, 1000000000 / (new_itr * 256));
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002890 }
2891
2892 return;
2893}
2894
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895#define E1000_TX_FLAGS_CSUM 0x00000001
2896#define E1000_TX_FLAGS_VLAN 0x00000002
2897#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002898#define E1000_TX_FLAGS_IPV4 0x00000008
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2900#define E1000_TX_FLAGS_VLAN_SHIFT 16
2901
Joe Perches64798842008-07-11 15:17:02 -07002902static int e1000_tso(struct e1000_adapter *adapter,
2903 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002906 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002908 u32 cmd_length = 0;
2909 u16 ipcse = 0, tucse, mss;
2910 u8 ipcss, ipcso, tucss, tucso, hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911 int err;
2912
Herbert Xu89114af2006-07-08 13:34:32 -07002913 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 if (skb_header_cloned(skb)) {
2915 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2916 if (err)
2917 return err;
2918 }
2919
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07002920 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Herbert Xu79671682006-06-22 02:40:14 -07002921 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002922 if (skb->protocol == htons(ETH_P_IP)) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002923 struct iphdr *iph = ip_hdr(skb);
2924 iph->tot_len = 0;
2925 iph->check = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002926 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
2927 iph->daddr, 0,
2928 IPPROTO_TCP,
2929 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002930 cmd_length = E1000_TXD_CMD_IP;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002931 ipcse = skb_transport_offset(skb) - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002932 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002933 ipv6_hdr(skb)->payload_len = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002934 tcp_hdr(skb)->check =
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002935 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
2936 &ipv6_hdr(skb)->daddr,
2937 0, IPPROTO_TCP, 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002938 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002939 }
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002940 ipcss = skb_network_offset(skb);
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002941 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002942 tucss = skb_transport_offset(skb);
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002943 tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944 tucse = 0;
2945
2946 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002947 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002949 i = tx_ring->next_to_use;
2950 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002951 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952
2953 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2954 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2955 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2956 context_desc->upper_setup.tcp_fields.tucss = tucss;
2957 context_desc->upper_setup.tcp_fields.tucso = tucso;
2958 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2959 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2960 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2961 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2962
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002963 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002964 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002965
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002966 if (++i == tx_ring->count) i = 0;
2967 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
Joe Perchesc3033b02008-03-21 11:06:25 -07002969 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970 }
Joe Perchesc3033b02008-03-21 11:06:25 -07002971 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972}
2973
Joe Perches64798842008-07-11 15:17:02 -07002974static bool e1000_tx_csum(struct e1000_adapter *adapter,
2975 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976{
2977 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002978 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002980 u8 css;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981
Patrick McHardy84fa7932006-08-29 16:44:56 -07002982 if (likely(skb->ip_summed == CHECKSUM_PARTIAL)) {
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002983 css = skb_transport_offset(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002985 i = tx_ring->next_to_use;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002986 buffer_info = &tx_ring->buffer_info[i];
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002987 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988
Bruce Allanf6c57ba2007-01-18 09:25:28 -08002989 context_desc->lower_setup.ip_config = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 context_desc->upper_setup.tcp_fields.tucss = css;
Herbert Xu628592c2007-04-23 17:06:40 -07002991 context_desc->upper_setup.tcp_fields.tucso =
2992 css + skb->csum_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993 context_desc->upper_setup.tcp_fields.tucse = 0;
2994 context_desc->tcp_seg_setup.data = 0;
2995 context_desc->cmd_and_length = cpu_to_le32(E1000_TXD_CMD_DEXT);
2996
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002997 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002998 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002999
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003000 if (unlikely(++i == tx_ring->count)) i = 0;
3001 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002
Joe Perchesc3033b02008-03-21 11:06:25 -07003003 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004 }
3005
Joe Perchesc3033b02008-03-21 11:06:25 -07003006 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007}
3008
3009#define E1000_MAX_TXD_PWR 12
3010#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
3011
Joe Perches64798842008-07-11 15:17:02 -07003012static int e1000_tx_map(struct e1000_adapter *adapter,
3013 struct e1000_tx_ring *tx_ring,
3014 struct sk_buff *skb, unsigned int first,
3015 unsigned int max_per_txd, unsigned int nr_frags,
3016 unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017{
Joe Perches1dc32912008-07-11 15:17:08 -07003018 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019 struct e1000_buffer *buffer_info;
3020 unsigned int len = skb->len;
3021 unsigned int offset = 0, size, count = 0, i;
3022 unsigned int f;
3023 len -= skb->data_len;
3024
3025 i = tx_ring->next_to_use;
3026
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003027 while (len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028 buffer_info = &tx_ring->buffer_info[i];
3029 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05003030 /* Workaround for Controller erratum --
3031 * descriptor for non-tso packet in a linear SKB that follows a
3032 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08003033 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05003034 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07003035 !skb_is_gso(skb)) {
Jeff Kirsherfd803242005-12-13 00:06:22 -05003036 tx_ring->last_tx_tso = 0;
3037 size -= 4;
3038 }
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040 /* Workaround for premature desc write-backs
3041 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003042 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07003044 /* work-around for errata 10 and it applies
3045 * to all controllers in PCI-X mode
3046 * The fix is to make sure that the first descriptor of a
3047 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
3048 */
Joe Perches1dc32912008-07-11 15:17:08 -07003049 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003050 (size > 2015) && count == 0))
3051 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003052
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053 /* Workaround for potential 82544 hang in PCI-X. Avoid
3054 * terminating buffers within evenly-aligned dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003055 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
3057 size > 4))
3058 size -= 4;
3059
3060 buffer_info->length = size;
3061 buffer_info->dma =
3062 pci_map_single(adapter->pdev,
3063 skb->data + offset,
3064 size,
3065 PCI_DMA_TODEVICE);
3066 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003067 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068
3069 len -= size;
3070 offset += size;
3071 count++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003072 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073 }
3074
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003075 for (f = 0; f < nr_frags; f++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076 struct skb_frag_struct *frag;
3077
3078 frag = &skb_shinfo(skb)->frags[f];
3079 len = frag->size;
3080 offset = frag->page_offset;
3081
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003082 while (len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083 buffer_info = &tx_ring->buffer_info[i];
3084 size = min(len, max_per_txd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085 /* Workaround for premature desc write-backs
3086 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003087 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089 /* Workaround for potential 82544 hang in PCI-X.
3090 * Avoid terminating buffers within evenly-aligned
3091 * dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003092 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093 !((unsigned long)(frag->page+offset+size-1) & 4) &&
3094 size > 4))
3095 size -= 4;
3096
3097 buffer_info->length = size;
3098 buffer_info->dma =
3099 pci_map_page(adapter->pdev,
3100 frag->page,
3101 offset,
3102 size,
3103 PCI_DMA_TODEVICE);
3104 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003105 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106
3107 len -= size;
3108 offset += size;
3109 count++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003110 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111 }
3112 }
3113
3114 i = (i == 0) ? tx_ring->count - 1 : i - 1;
3115 tx_ring->buffer_info[i].skb = skb;
3116 tx_ring->buffer_info[first].next_to_watch = i;
3117
3118 return count;
3119}
3120
Joe Perches64798842008-07-11 15:17:02 -07003121static void e1000_tx_queue(struct e1000_adapter *adapter,
3122 struct e1000_tx_ring *tx_ring, int tx_flags,
3123 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124{
Joe Perches1dc32912008-07-11 15:17:08 -07003125 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126 struct e1000_tx_desc *tx_desc = NULL;
3127 struct e1000_buffer *buffer_info;
Joe Perches406874a2008-04-03 10:06:32 -07003128 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129 unsigned int i;
3130
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003131 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
3133 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003134 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
3135
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003136 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003137 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 }
3139
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003140 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
3142 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
3143 }
3144
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003145 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 txd_lower |= E1000_TXD_CMD_VLE;
3147 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
3148 }
3149
3150 i = tx_ring->next_to_use;
3151
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003152 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153 buffer_info = &tx_ring->buffer_info[i];
3154 tx_desc = E1000_TX_DESC(*tx_ring, i);
3155 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3156 tx_desc->lower.data =
3157 cpu_to_le32(txd_lower | buffer_info->length);
3158 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003159 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160 }
3161
3162 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3163
3164 /* Force memory writes to complete before letting h/w
3165 * know there are new descriptors to fetch. (Only
3166 * applicable for weak-ordered memory model archs,
3167 * such as IA-64). */
3168 wmb();
3169
3170 tx_ring->next_to_use = i;
Joe Perches1dc32912008-07-11 15:17:08 -07003171 writel(i, hw->hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003172 /* we need this if more than one processor can write to our tail
3173 * at a time, it syncronizes IO on IA64/Altix systems */
3174 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175}
3176
3177/**
3178 * 82547 workaround to avoid controller hang in half-duplex environment.
3179 * The workaround is to avoid queuing a large packet that would span
3180 * the internal Tx FIFO ring boundary by notifying the stack to resend
3181 * the packet at a later time. This gives the Tx FIFO an opportunity to
3182 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3183 * to the beginning of the Tx FIFO.
3184 **/
3185
3186#define E1000_FIFO_HDR 0x10
3187#define E1000_82547_PAD_LEN 0x3E0
3188
Joe Perches64798842008-07-11 15:17:02 -07003189static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
3190 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191{
Joe Perches406874a2008-04-03 10:06:32 -07003192 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3193 u32 skb_fifo_len = skb->len + E1000_FIFO_HDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07003195 skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003197 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198 goto no_fifo_stall_required;
3199
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003200 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201 return 1;
3202
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003203 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 atomic_set(&adapter->tx_fifo_stall, 1);
3205 return 1;
3206 }
3207
3208no_fifo_stall_required:
3209 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003210 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3212 return 0;
3213}
3214
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003215#define MINIMUM_DHCP_PACKET_SIZE 282
Joe Perches64798842008-07-11 15:17:02 -07003216static int e1000_transfer_dhcp_info(struct e1000_adapter *adapter,
3217 struct sk_buff *skb)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003218{
3219 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07003220 u16 length, offset;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003221 if (vlan_tx_tag_present(skb)) {
Joe Perches1dc32912008-07-11 15:17:08 -07003222 if (!((vlan_tx_tag_get(skb) == hw->mng_cookie.vlan_id) &&
3223 ( hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003224 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) )
3225 return 0;
3226 }
Jeff Kirsher20a44022006-03-02 18:18:08 -08003227 if (skb->len > MINIMUM_DHCP_PACKET_SIZE) {
Joe Perchese982f172008-07-11 15:17:18 -07003228 struct ethhdr *eth = (struct ethhdr *)skb->data;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003229 if ((htons(ETH_P_IP) == eth->h_proto)) {
3230 const struct iphdr *ip =
Joe Perches406874a2008-04-03 10:06:32 -07003231 (struct iphdr *)((u8 *)skb->data+14);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003232 if (IPPROTO_UDP == ip->protocol) {
3233 struct udphdr *udp =
Joe Perches406874a2008-04-03 10:06:32 -07003234 (struct udphdr *)((u8 *)ip +
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003235 (ip->ihl << 2));
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003236 if (ntohs(udp->dest) == 67) {
Joe Perches406874a2008-04-03 10:06:32 -07003237 offset = (u8 *)udp + 8 - skb->data;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003238 length = skb->len - offset;
3239
3240 return e1000_mng_write_dhcp_info(hw,
Joe Perches406874a2008-04-03 10:06:32 -07003241 (u8 *)udp + 8,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003242 length);
3243 }
3244 }
3245 }
3246 }
3247 return 0;
3248}
3249
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003250static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3251{
3252 struct e1000_adapter *adapter = netdev_priv(netdev);
3253 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3254
3255 netif_stop_queue(netdev);
3256 /* Herbert's original patch had:
3257 * smp_mb__after_netif_stop_queue();
3258 * but since that doesn't exist yet, just open code it. */
3259 smp_mb();
3260
3261 /* We need to check again in a case another CPU has just
3262 * made room available. */
3263 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3264 return -EBUSY;
3265
3266 /* A reprieve! */
3267 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003268 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003269 return 0;
3270}
3271
3272static int e1000_maybe_stop_tx(struct net_device *netdev,
3273 struct e1000_tx_ring *tx_ring, int size)
3274{
3275 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3276 return 0;
3277 return __e1000_maybe_stop_tx(netdev, size);
3278}
3279
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
Joe Perches64798842008-07-11 15:17:02 -07003281static int e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003283 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003284 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003285 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3287 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3288 unsigned int tx_flags = 0;
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003289 unsigned int len = skb->len - skb->data_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290 unsigned long flags;
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003291 unsigned int nr_frags;
3292 unsigned int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003294 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 unsigned int f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003297 /* This goes back to the question of how to logically map a tx queue
3298 * to a flow. Right now, performance is impacted slightly negatively
3299 * if using multiple tx queues. If the stack breaks away from a
3300 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003301 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e42005-10-04 07:03:23 -04003302
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003303 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304 dev_kfree_skb_any(skb);
3305 return NETDEV_TX_OK;
3306 }
3307
Jesse Brandeburg032fe6e2006-10-24 14:46:04 -07003308 /* 82571 and newer doesn't need the workaround that limited descriptor
3309 * length to 4kB */
Joe Perches1dc32912008-07-11 15:17:08 -07003310 if (hw->mac_type >= e1000_82571)
Jesse Brandeburg032fe6e2006-10-24 14:46:04 -07003311 max_per_txd = 8192;
3312
Herbert Xu79671682006-06-22 02:40:14 -07003313 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003314 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315 * make sure there is enough room in the FIFO before
3316 * initiating the DMA for each buffer. The calc is:
3317 * 4 = ceil(buffer len/mss). To make sure we don't
3318 * overrun the FIFO, adjust the max buffer len if mss
3319 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003320 if (mss) {
Joe Perches406874a2008-04-03 10:06:32 -07003321 u8 hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322 max_per_txd = min(mss << 2, max_per_txd);
3323 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003324
Auke Kok90fb5132006-11-01 08:47:30 -08003325 /* TSO Workaround for 82571/2/3 Controllers -- if skb->data
3326 * points to just header, pull a few bytes of payload from
3327 * frags into skb->data */
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07003328 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003329 if (skb->data_len && hdr_len == len) {
Joe Perches1dc32912008-07-11 15:17:08 -07003330 switch (hw->mac_type) {
Jeff Kirsher9f687882006-03-02 18:20:17 -08003331 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003332 case e1000_82544:
3333 /* Make sure we have room to chop off 4 bytes,
3334 * and that the end alignment will work out to
3335 * this hardware's requirements
3336 * NOTE: this is a TSO only workaround
3337 * if end byte alignment not correct move us
3338 * into the next dword */
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -07003339 if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4)
Herbert Xu683a2aa2006-12-16 12:04:33 +11003340 break;
3341 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003342 case e1000_82571:
3343 case e1000_82572:
3344 case e1000_82573:
Auke Kokcd94dd02006-06-27 09:08:22 -07003345 case e1000_ich8lan:
Jeff Kirsher9f687882006-03-02 18:20:17 -08003346 pull_size = min((unsigned int)4, skb->data_len);
3347 if (!__pskb_pull_tail(skb, pull_size)) {
Auke Koka5eafce2006-06-27 09:06:49 -07003348 DPRINTK(DRV, ERR,
Jeff Kirsher9f687882006-03-02 18:20:17 -08003349 "__pskb_pull_tail failed.\n");
3350 dev_kfree_skb_any(skb);
Jeff Garzik749dfc72006-03-11 13:35:31 -05003351 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003352 }
3353 len = skb->len - skb->data_len;
3354 break;
3355 default:
3356 /* do nothing */
3357 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003358 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003359 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360 }
3361
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003362 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003363 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003365 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003366
Jeff Kirsherfd803242005-12-13 00:06:22 -05003367 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003368 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003369 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003370
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371 count += TXD_USE_COUNT(len, max_txd_pwr);
3372
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003373 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374 count++;
3375
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003376 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003377 * in PCI-X mode, so add one more descriptor to the count
3378 */
Joe Perches1dc32912008-07-11 15:17:08 -07003379 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003380 (len > 2015)))
3381 count++;
3382
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003384 for (f = 0; f < nr_frags; f++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385 count += TXD_USE_COUNT(skb_shinfo(skb)->frags[f].size,
3386 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003387 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388 count += nr_frags;
3389
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08003390
Joe Perches1dc32912008-07-11 15:17:08 -07003391 if (hw->tx_pkt_filtering &&
3392 (hw->mac_type == e1000_82573))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003393 e1000_transfer_dhcp_info(adapter, skb);
3394
Mark Huthf50393f2007-03-06 08:57:26 -08003395 if (!spin_trylock_irqsave(&tx_ring->tx_lock, flags))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003396 /* Collision - tell upper layer to requeue */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003397 return NETDEV_TX_LOCKED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398
3399 /* need: count + 2 desc gap to keep tail from touching
3400 * head, otherwise try next time */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003401 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003402 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403 return NETDEV_TX_BUSY;
3404 }
3405
Joe Perches1dc32912008-07-11 15:17:08 -07003406 if (unlikely(hw->mac_type == e1000_82547)) {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003407 if (unlikely(e1000_82547_fifo_workaround(adapter, skb))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408 netif_stop_queue(netdev);
Auke Kok1314bbf2006-09-27 12:54:02 -07003409 mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003410 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411 return NETDEV_TX_BUSY;
3412 }
3413 }
3414
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003415 if (unlikely(adapter->vlgrp && vlan_tx_tag_present(skb))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 tx_flags |= E1000_TX_FLAGS_VLAN;
3417 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3418 }
3419
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003420 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003421
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003422 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423 if (tso < 0) {
3424 dev_kfree_skb_any(skb);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003425 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426 return NETDEV_TX_OK;
3427 }
3428
Jeff Kirsherfd803242005-12-13 00:06:22 -05003429 if (likely(tso)) {
3430 tx_ring->last_tx_tso = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003432 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433 tx_flags |= E1000_TX_FLAGS_CSUM;
3434
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003435 /* Old method was to assume IPv4 packet by default if TSO was enabled.
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003436 * 82571 hardware supports TSO capabilities for IPv6 as well...
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003437 * no longer assume, we must. */
Alexey Dobriyan60828232006-05-23 14:52:21 -07003438 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003439 tx_flags |= E1000_TX_FLAGS_IPV4;
3440
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003441 e1000_tx_queue(adapter, tx_ring, tx_flags,
3442 e1000_tx_map(adapter, tx_ring, skb, first,
3443 max_per_txd, nr_frags, mss));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444
3445 netdev->trans_start = jiffies;
3446
3447 /* Make sure there is space in the ring for the next send. */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003448 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003450 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451 return NETDEV_TX_OK;
3452}
3453
3454/**
3455 * e1000_tx_timeout - Respond to a Tx Hang
3456 * @netdev: network interface device structure
3457 **/
3458
Joe Perches64798842008-07-11 15:17:02 -07003459static void e1000_tx_timeout(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003461 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462
3463 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003464 adapter->tx_timeout_count++;
3465 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466}
3467
Joe Perches64798842008-07-11 15:17:02 -07003468static void e1000_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469{
David Howells65f27f32006-11-22 14:55:48 +00003470 struct e1000_adapter *adapter =
3471 container_of(work, struct e1000_adapter, reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472
Auke Kok2db10a02006-06-27 09:06:28 -07003473 e1000_reinit_locked(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474}
3475
3476/**
3477 * e1000_get_stats - Get System Network Statistics
3478 * @netdev: network interface device structure
3479 *
3480 * Returns the address of the device statistics structure.
3481 * The statistics are actually updated from the timer callback.
3482 **/
3483
Joe Perches64798842008-07-11 15:17:02 -07003484static struct net_device_stats *e1000_get_stats(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003486 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003488 /* only return the current stats */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489 return &adapter->net_stats;
3490}
3491
3492/**
3493 * e1000_change_mtu - Change the Maximum Transfer Unit
3494 * @netdev: network interface device structure
3495 * @new_mtu: new value for maximum frame size
3496 *
3497 * Returns 0 on success, negative on failure
3498 **/
3499
Joe Perches64798842008-07-11 15:17:02 -07003500static int e1000_change_mtu(struct net_device *netdev, int new_mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003502 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003503 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
Joe Perches406874a2008-04-03 10:06:32 -07003505 u16 eeprom_data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003507 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3508 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
3509 DPRINTK(PROBE, ERR, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003510 return -EINVAL;
3511 }
3512
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003513 /* Adapter-specific max frame size limits. */
Joe Perches1dc32912008-07-11 15:17:08 -07003514 switch (hw->mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003515 case e1000_undefined ... e1000_82542_rev2_1:
Auke Kokcd94dd02006-06-27 09:08:22 -07003516 case e1000_ich8lan:
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003517 if (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE) {
3518 DPRINTK(PROBE, ERR, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003519 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003520 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003521 break;
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003522 case e1000_82573:
Bruce Allan249d71d2006-09-27 12:53:45 -07003523 /* Jumbo Frames not supported if:
3524 * - this is not an 82573L device
3525 * - ASPM is enabled in any way (0x1A bits 3:2) */
Joe Perches1dc32912008-07-11 15:17:08 -07003526 e1000_read_eeprom(hw, EEPROM_INIT_3GIO_3, 1,
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003527 &eeprom_data);
Joe Perches1dc32912008-07-11 15:17:08 -07003528 if ((hw->device_id != E1000_DEV_ID_82573L) ||
Bruce Allan249d71d2006-09-27 12:53:45 -07003529 (eeprom_data & EEPROM_WORD1A_ASPM_MASK)) {
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003530 if (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE) {
3531 DPRINTK(PROBE, ERR,
3532 "Jumbo Frames not supported.\n");
3533 return -EINVAL;
3534 }
3535 break;
3536 }
Bruce Allan249d71d2006-09-27 12:53:45 -07003537 /* ERT will be enabled later to enable wire speed receives */
3538
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003539 /* fall through to get support */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003540 case e1000_82571:
3541 case e1000_82572:
Jeff Kirsher87041632006-03-02 18:21:24 -08003542 case e1000_80003es2lan:
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003543#define MAX_STD_JUMBO_FRAME_SIZE 9234
3544 if (max_frame > MAX_STD_JUMBO_FRAME_SIZE) {
3545 DPRINTK(PROBE, ERR, "MTU > 9216 not supported.\n");
3546 return -EINVAL;
3547 }
3548 break;
3549 default:
3550 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3551 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003552 }
3553
David S. Miller87f50322006-07-31 22:39:40 -07003554 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003555 * means we reserve 2 more, this pushes us to allocate from the next
3556 * larger slab size
3557 * i.e. RXBUFFER_2048 --> size-4096 slab */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003558
Auke Kok9e2feac2006-04-14 19:05:18 -07003559 if (max_frame <= E1000_RXBUFFER_256)
3560 adapter->rx_buffer_len = E1000_RXBUFFER_256;
3561 else if (max_frame <= E1000_RXBUFFER_512)
3562 adapter->rx_buffer_len = E1000_RXBUFFER_512;
3563 else if (max_frame <= E1000_RXBUFFER_1024)
3564 adapter->rx_buffer_len = E1000_RXBUFFER_1024;
3565 else if (max_frame <= E1000_RXBUFFER_2048)
3566 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
3567 else if (max_frame <= E1000_RXBUFFER_4096)
3568 adapter->rx_buffer_len = E1000_RXBUFFER_4096;
3569 else if (max_frame <= E1000_RXBUFFER_8192)
3570 adapter->rx_buffer_len = E1000_RXBUFFER_8192;
3571 else if (max_frame <= E1000_RXBUFFER_16384)
3572 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
3573
3574 /* adjust allocation if LPE protects us, and we aren't using SBP */
Joe Perches1dc32912008-07-11 15:17:08 -07003575 if (!hw->tbi_compatibility_on &&
Auke Kok9e2feac2006-04-14 19:05:18 -07003576 ((max_frame == MAXIMUM_ETHERNET_FRAME_SIZE) ||
3577 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3578 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003579
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003580 netdev->mtu = new_mtu;
Joe Perches1dc32912008-07-11 15:17:08 -07003581 hw->max_frame_size = max_frame;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003582
Auke Kok2db10a02006-06-27 09:06:28 -07003583 if (netif_running(netdev))
3584 e1000_reinit_locked(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586 return 0;
3587}
3588
3589/**
3590 * e1000_update_stats - Update the board statistics counters
3591 * @adapter: board private structure
3592 **/
3593
Joe Perches64798842008-07-11 15:17:02 -07003594void e1000_update_stats(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595{
3596 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003597 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003599 u16 phy_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600
3601#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3602
Linas Vepstas282f33c2006-06-08 22:19:44 -07003603 /*
3604 * Prevent stats update while adapter is being reset, or if the pci
3605 * connection is down.
3606 */
Auke Kok90267292006-06-08 09:30:24 -07003607 if (adapter->link_speed == 0)
3608 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003609 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003610 return;
Auke Kok90267292006-06-08 09:30:24 -07003611
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612 spin_lock_irqsave(&adapter->stats_lock, flags);
3613
Masatake YAMATO828d0552007-10-20 03:06:37 +02003614 /* these counters are modified from e1000_tbi_adjust_stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615 * called from the interrupt context, so they must only
3616 * be written while holding adapter->stats_lock
3617 */
3618
Joe Perches1dc32912008-07-11 15:17:08 -07003619 adapter->stats.crcerrs += er32(CRCERRS);
3620 adapter->stats.gprc += er32(GPRC);
3621 adapter->stats.gorcl += er32(GORCL);
3622 adapter->stats.gorch += er32(GORCH);
3623 adapter->stats.bprc += er32(BPRC);
3624 adapter->stats.mprc += er32(MPRC);
3625 adapter->stats.roc += er32(ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003626
Joe Perches1dc32912008-07-11 15:17:08 -07003627 if (hw->mac_type != e1000_ich8lan) {
3628 adapter->stats.prc64 += er32(PRC64);
3629 adapter->stats.prc127 += er32(PRC127);
3630 adapter->stats.prc255 += er32(PRC255);
3631 adapter->stats.prc511 += er32(PRC511);
3632 adapter->stats.prc1023 += er32(PRC1023);
3633 adapter->stats.prc1522 += er32(PRC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003634 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635
Joe Perches1dc32912008-07-11 15:17:08 -07003636 adapter->stats.symerrs += er32(SYMERRS);
3637 adapter->stats.mpc += er32(MPC);
3638 adapter->stats.scc += er32(SCC);
3639 adapter->stats.ecol += er32(ECOL);
3640 adapter->stats.mcc += er32(MCC);
3641 adapter->stats.latecol += er32(LATECOL);
3642 adapter->stats.dc += er32(DC);
3643 adapter->stats.sec += er32(SEC);
3644 adapter->stats.rlec += er32(RLEC);
3645 adapter->stats.xonrxc += er32(XONRXC);
3646 adapter->stats.xontxc += er32(XONTXC);
3647 adapter->stats.xoffrxc += er32(XOFFRXC);
3648 adapter->stats.xofftxc += er32(XOFFTXC);
3649 adapter->stats.fcruc += er32(FCRUC);
3650 adapter->stats.gptc += er32(GPTC);
3651 adapter->stats.gotcl += er32(GOTCL);
3652 adapter->stats.gotch += er32(GOTCH);
3653 adapter->stats.rnbc += er32(RNBC);
3654 adapter->stats.ruc += er32(RUC);
3655 adapter->stats.rfc += er32(RFC);
3656 adapter->stats.rjc += er32(RJC);
3657 adapter->stats.torl += er32(TORL);
3658 adapter->stats.torh += er32(TORH);
3659 adapter->stats.totl += er32(TOTL);
3660 adapter->stats.toth += er32(TOTH);
3661 adapter->stats.tpr += er32(TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003662
Joe Perches1dc32912008-07-11 15:17:08 -07003663 if (hw->mac_type != e1000_ich8lan) {
3664 adapter->stats.ptc64 += er32(PTC64);
3665 adapter->stats.ptc127 += er32(PTC127);
3666 adapter->stats.ptc255 += er32(PTC255);
3667 adapter->stats.ptc511 += er32(PTC511);
3668 adapter->stats.ptc1023 += er32(PTC1023);
3669 adapter->stats.ptc1522 += er32(PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003670 }
3671
Joe Perches1dc32912008-07-11 15:17:08 -07003672 adapter->stats.mptc += er32(MPTC);
3673 adapter->stats.bptc += er32(BPTC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674
3675 /* used for adaptive IFS */
3676
Joe Perches1dc32912008-07-11 15:17:08 -07003677 hw->tx_packet_delta = er32(TPT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678 adapter->stats.tpt += hw->tx_packet_delta;
Joe Perches1dc32912008-07-11 15:17:08 -07003679 hw->collision_delta = er32(COLC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680 adapter->stats.colc += hw->collision_delta;
3681
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003682 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07003683 adapter->stats.algnerrc += er32(ALGNERRC);
3684 adapter->stats.rxerrc += er32(RXERRC);
3685 adapter->stats.tncrs += er32(TNCRS);
3686 adapter->stats.cexterr += er32(CEXTERR);
3687 adapter->stats.tsctc += er32(TSCTC);
3688 adapter->stats.tsctfc += er32(TSCTFC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003690 if (hw->mac_type > e1000_82547_rev_2) {
Joe Perches1dc32912008-07-11 15:17:08 -07003691 adapter->stats.iac += er32(IAC);
3692 adapter->stats.icrxoc += er32(ICRXOC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003693
Joe Perches1dc32912008-07-11 15:17:08 -07003694 if (hw->mac_type != e1000_ich8lan) {
3695 adapter->stats.icrxptc += er32(ICRXPTC);
3696 adapter->stats.icrxatc += er32(ICRXATC);
3697 adapter->stats.ictxptc += er32(ICTXPTC);
3698 adapter->stats.ictxatc += er32(ICTXATC);
3699 adapter->stats.ictxqec += er32(ICTXQEC);
3700 adapter->stats.ictxqmtc += er32(ICTXQMTC);
3701 adapter->stats.icrxdmtc += er32(ICRXDMTC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003702 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003703 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704
3705 /* Fill out the OS statistics structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 adapter->net_stats.multicast = adapter->stats.mprc;
3707 adapter->net_stats.collisions = adapter->stats.colc;
3708
3709 /* Rx Errors */
3710
Jeff Kirsher87041632006-03-02 18:21:24 -08003711 /* RLEC on some newer hardware can be incorrect so build
3712 * our own version based on RUC and ROC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713 adapter->net_stats.rx_errors = adapter->stats.rxerrc +
3714 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003715 adapter->stats.ruc + adapter->stats.roc +
3716 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003717 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
3718 adapter->net_stats.rx_length_errors = adapter->stats.rlerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719 adapter->net_stats.rx_crc_errors = adapter->stats.crcerrs;
3720 adapter->net_stats.rx_frame_errors = adapter->stats.algnerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721 adapter->net_stats.rx_missed_errors = adapter->stats.mpc;
3722
3723 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003724 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
3725 adapter->net_stats.tx_errors = adapter->stats.txerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726 adapter->net_stats.tx_aborted_errors = adapter->stats.ecol;
3727 adapter->net_stats.tx_window_errors = adapter->stats.latecol;
3728 adapter->net_stats.tx_carrier_errors = adapter->stats.tncrs;
Joe Perches1dc32912008-07-11 15:17:08 -07003729 if (hw->bad_tx_carr_stats_fd &&
Jeff Garzik167fb282006-12-15 10:41:15 -05003730 adapter->link_duplex == FULL_DUPLEX) {
3731 adapter->net_stats.tx_carrier_errors = 0;
3732 adapter->stats.tncrs = 0;
3733 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734
3735 /* Tx Dropped needs to be maintained elsewhere */
3736
3737 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003738 if (hw->media_type == e1000_media_type_copper) {
3739 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3741 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3742 adapter->phy_stats.idle_errors += phy_tmp;
3743 }
3744
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003745 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746 (hw->phy_type == e1000_phy_m88) &&
3747 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3748 adapter->phy_stats.receive_errors += phy_tmp;
3749 }
3750
Jeff Garzik15e376b2006-12-15 11:16:33 -05003751 /* Management Stats */
Joe Perches1dc32912008-07-11 15:17:08 -07003752 if (hw->has_smbus) {
3753 adapter->stats.mgptc += er32(MGTPTC);
3754 adapter->stats.mgprc += er32(MGTPRC);
3755 adapter->stats.mgpdc += er32(MGTPDC);
Jeff Garzik15e376b2006-12-15 11:16:33 -05003756 }
3757
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3759}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003760
3761/**
3762 * e1000_intr_msi - Interrupt Handler
3763 * @irq: interrupt number
3764 * @data: pointer to a network interface device structure
3765 **/
3766
Joe Perches64798842008-07-11 15:17:02 -07003767static irqreturn_t e1000_intr_msi(int irq, void *data)
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003768{
3769 struct net_device *netdev = data;
3770 struct e1000_adapter *adapter = netdev_priv(netdev);
3771 struct e1000_hw *hw = &adapter->hw;
3772#ifndef CONFIG_E1000_NAPI
3773 int i;
3774#endif
Joe Perches1dc32912008-07-11 15:17:08 -07003775 u32 icr = er32(ICR);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003776
Jesse Brandeburg9150b762008-03-21 11:06:58 -07003777 /* in NAPI mode read ICR disables interrupts using IAM */
3778
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003779 if (icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) {
3780 hw->get_link_status = 1;
3781 /* 80003ES2LAN workaround-- For packet buffer work-around on
3782 * link down event; disable receives here in the ISR and reset
3783 * adapter in watchdog */
3784 if (netif_carrier_ok(netdev) &&
Joe Perches1dc32912008-07-11 15:17:08 -07003785 (hw->mac_type == e1000_80003es2lan)) {
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003786 /* disable receives */
Joe Perches1dc32912008-07-11 15:17:08 -07003787 u32 rctl = er32(RCTL);
3788 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003789 }
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003790 /* guard against interrupt when we're going down */
3791 if (!test_bit(__E1000_DOWN, &adapter->flags))
3792 mod_timer(&adapter->watchdog_timer, jiffies + 1);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003793 }
3794
3795#ifdef CONFIG_E1000_NAPI
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003796 if (likely(netif_rx_schedule_prep(netdev, &adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003797 adapter->total_tx_bytes = 0;
3798 adapter->total_tx_packets = 0;
3799 adapter->total_rx_bytes = 0;
3800 adapter->total_rx_packets = 0;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003801 __netif_rx_schedule(netdev, &adapter->napi);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003802 } else
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003803 e1000_irq_enable(adapter);
3804#else
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003805 adapter->total_tx_bytes = 0;
3806 adapter->total_rx_bytes = 0;
3807 adapter->total_tx_packets = 0;
3808 adapter->total_rx_packets = 0;
3809
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003810 for (i = 0; i < E1000_MAX_INTR; i++)
3811 if (unlikely(!adapter->clean_rx(adapter, adapter->rx_ring) &
Linus Torvalds46fcc862007-04-19 18:21:01 -07003812 !e1000_clean_tx_irq(adapter, adapter->tx_ring)))
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003813 break;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003814
3815 if (likely(adapter->itr_setting & 3))
3816 e1000_set_itr(adapter);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003817#endif
3818
3819 return IRQ_HANDLED;
3820}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821
3822/**
3823 * e1000_intr - Interrupt Handler
3824 * @irq: interrupt number
3825 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826 **/
3827
Joe Perches64798842008-07-11 15:17:02 -07003828static irqreturn_t e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829{
3830 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003831 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832 struct e1000_hw *hw = &adapter->hw;
Joe Perches1dc32912008-07-11 15:17:08 -07003833 u32 rctl, icr = er32(ICR);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003834#ifndef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003835 int i;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003836#endif
3837 if (unlikely(!icr))
3838 return IRQ_NONE; /* Not our interrupt */
3839
3840#ifdef CONFIG_E1000_NAPI
3841 /* IMS will not auto-mask if INT_ASSERTED is not set, and if it is
3842 * not set, then the adapter didn't send an interrupt */
3843 if (unlikely(hw->mac_type >= e1000_82571 &&
3844 !(icr & E1000_ICR_INT_ASSERTED)))
3845 return IRQ_NONE;
3846
Jesse Brandeburg9150b762008-03-21 11:06:58 -07003847 /* Interrupt Auto-Mask...upon reading ICR, interrupts are masked. No
3848 * need for the IMC write */
Jeff Garzikbe2b28e2005-10-04 07:13:43 -04003849#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003851 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852 hw->get_link_status = 1;
Jeff Kirsher87041632006-03-02 18:21:24 -08003853 /* 80003ES2LAN workaround--
3854 * For packet buffer work-around on link down event;
3855 * disable receives here in the ISR and
3856 * reset adapter in watchdog
3857 */
3858 if (netif_carrier_ok(netdev) &&
Joe Perches1dc32912008-07-11 15:17:08 -07003859 (hw->mac_type == e1000_80003es2lan)) {
Jeff Kirsher87041632006-03-02 18:21:24 -08003860 /* disable receives */
Joe Perches1dc32912008-07-11 15:17:08 -07003861 rctl = er32(RCTL);
3862 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Jeff Kirsher87041632006-03-02 18:21:24 -08003863 }
Auke Kok1314bbf2006-09-27 12:54:02 -07003864 /* guard against interrupt when we're going down */
3865 if (!test_bit(__E1000_DOWN, &adapter->flags))
3866 mod_timer(&adapter->watchdog_timer, jiffies + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867 }
3868
3869#ifdef CONFIG_E1000_NAPI
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003870 if (unlikely(hw->mac_type < e1000_82571)) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003871 /* disable interrupts, without the synchronize_irq bit */
Joe Perches1dc32912008-07-11 15:17:08 -07003872 ew32(IMC, ~0);
3873 E1000_WRITE_FLUSH();
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003874 }
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003875 if (likely(netif_rx_schedule_prep(netdev, &adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003876 adapter->total_tx_bytes = 0;
3877 adapter->total_tx_packets = 0;
3878 adapter->total_rx_bytes = 0;
3879 adapter->total_rx_packets = 0;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003880 __netif_rx_schedule(netdev, &adapter->napi);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003881 } else
Auke Kok90fb5132006-11-01 08:47:30 -08003882 /* this really should not happen! if it does it is basically a
3883 * bug, but not a hard error, so enable ints and continue */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003884 e1000_irq_enable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -08003885#else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886 /* Writing IMC and IMS is needed for 82547.
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003887 * Due to Hub Link bus being occupied, an interrupt
3888 * de-assertion message is not able to be sent.
3889 * When an interrupt assertion message is generated later,
3890 * two messages are re-ordered and sent out.
3891 * That causes APIC to think 82547 is in de-assertion
3892 * state, while 82547 is in assertion state, resulting
3893 * in dead lock. Writing IMC forces 82547 into
3894 * de-assertion state.
3895 */
Jesse Brandeburg9150b762008-03-21 11:06:58 -07003896 if (hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2)
Joe Perches1dc32912008-07-11 15:17:08 -07003897 ew32(IMC, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003899 adapter->total_tx_bytes = 0;
3900 adapter->total_rx_bytes = 0;
3901 adapter->total_tx_packets = 0;
3902 adapter->total_rx_packets = 0;
3903
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003904 for (i = 0; i < E1000_MAX_INTR; i++)
3905 if (unlikely(!adapter->clean_rx(adapter, adapter->rx_ring) &
Linus Torvalds46fcc862007-04-19 18:21:01 -07003906 !e1000_clean_tx_irq(adapter, adapter->tx_ring)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907 break;
3908
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003909 if (likely(adapter->itr_setting & 3))
3910 e1000_set_itr(adapter);
3911
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003912 if (hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913 e1000_irq_enable(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003914
Jeff Kirsherc1605eb2006-03-02 18:16:38 -08003915#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916 return IRQ_HANDLED;
3917}
3918
3919#ifdef CONFIG_E1000_NAPI
3920/**
3921 * e1000_clean - NAPI Rx polling callback
3922 * @adapter: board private structure
3923 **/
3924
Joe Perches64798842008-07-11 15:17:02 -07003925static int e1000_clean(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926{
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003927 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi);
3928 struct net_device *poll_dev = adapter->netdev;
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003929 int tx_cleaned = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003930
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003931 /* Must NOT use netdev_priv macro here. */
3932 adapter = poll_dev->priv;
3933
Auke Kokd3d9e482006-07-14 16:14:23 -07003934 /* e1000_clean is called per-cpu. This lock protects
3935 * tx_ring[0] from being cleaned by multiple cpus
3936 * simultaneously. A failure obtaining the lock means
3937 * tx_ring[0] is currently being cleaned anyway. */
3938 if (spin_trylock(&adapter->tx_queue_lock)) {
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003939 tx_cleaned = e1000_clean_tx_irq(adapter,
3940 &adapter->tx_ring[0]);
Auke Kokd3d9e482006-07-14 16:14:23 -07003941 spin_unlock(&adapter->tx_queue_lock);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003942 }
3943
Auke Kokd3d9e482006-07-14 16:14:23 -07003944 adapter->clean_rx(adapter, &adapter->rx_ring[0],
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003945 &work_done, budget);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003946
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003947 if (tx_cleaned)
3948 work_done = budget;
3949
David S. Miller53e52c72008-01-07 21:06:12 -08003950 /* If budget not fully consumed, exit the polling mode */
3951 if (work_done < budget) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003952 if (likely(adapter->itr_setting & 3))
3953 e1000_set_itr(adapter);
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003954 netif_rx_complete(poll_dev, napi);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956 }
3957
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003958 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959}
3960
3961#endif
3962/**
3963 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3964 * @adapter: board private structure
3965 **/
3966
Joe Perches64798842008-07-11 15:17:02 -07003967static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
3968 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969{
Joe Perches1dc32912008-07-11 15:17:08 -07003970 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971 struct net_device *netdev = adapter->netdev;
3972 struct e1000_tx_desc *tx_desc, *eop_desc;
3973 struct e1000_buffer *buffer_info;
3974 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003975#ifdef CONFIG_E1000_NAPI
3976 unsigned int count = 0;
3977#endif
Joe Perchesc3033b02008-03-21 11:06:25 -07003978 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003979 unsigned int total_tx_bytes=0, total_tx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980
3981 i = tx_ring->next_to_clean;
3982 eop = tx_ring->buffer_info[i].next_to_watch;
3983 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3984
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003985 while (eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) {
Joe Perchesc3033b02008-03-21 11:06:25 -07003986 for (cleaned = false; !cleaned; ) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987 tx_desc = E1000_TX_DESC(*tx_ring, i);
3988 buffer_info = &tx_ring->buffer_info[i];
3989 cleaned = (i == eop);
3990
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003991 if (cleaned) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01003992 struct sk_buff *skb = buffer_info->skb;
Jesse Brandeburg7753b172007-01-18 09:25:31 -08003993 unsigned int segs, bytecount;
3994 segs = skb_shinfo(skb)->gso_segs ?: 1;
3995 /* multiply data chunks by size of headers */
3996 bytecount = ((segs - 1) * skb_headlen(skb)) +
3997 skb->len;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01003998 total_tx_packets += segs;
Jesse Brandeburg7753b172007-01-18 09:25:31 -08003999 total_tx_bytes += bytecount;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004000 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05004001 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08004002 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004004 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004006
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007 eop = tx_ring->buffer_info[i].next_to_watch;
4008 eop_desc = E1000_TX_DESC(*tx_ring, eop);
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08004009#ifdef CONFIG_E1000_NAPI
4010#define E1000_TX_WEIGHT 64
4011 /* weight of a sort for tx, to avoid endless transmit cleanup */
Linus Torvalds46fcc862007-04-19 18:21:01 -07004012 if (count++ == E1000_TX_WEIGHT) break;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08004013#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014 }
4015
4016 tx_ring->next_to_clean = i;
4017
Auke Kok77b2aad2006-04-14 19:05:25 -07004018#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg65c79732006-09-27 12:53:48 -07004019 if (unlikely(cleaned && netif_carrier_ok(netdev) &&
4020 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
4021 /* Make sure that anybody stopping the queue after this
4022 * sees the new next_to_clean.
4023 */
4024 smp_mb();
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08004025 if (netif_queue_stopped(netdev)) {
Auke Kok77b2aad2006-04-14 19:05:25 -07004026 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08004027 ++adapter->restart_queue;
4028 }
Auke Kok77b2aad2006-04-14 19:05:25 -07004029 }
Malli Chilakala26483452005-04-28 19:44:46 -07004030
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004031 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07004032 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033 * check with the clearing of time_stamp and movement of i */
Joe Perchesc3033b02008-03-21 11:06:25 -07004034 adapter->detect_tx_hung = false;
Jeff Kirsher392137f2006-01-12 16:50:57 -08004035 if (tx_ring->buffer_info[eop].dma &&
4036 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08004037 (adapter->tx_timeout_factor * HZ))
Joe Perches1dc32912008-07-11 15:17:08 -07004038 && !(er32(STATUS) & E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004039
4040 /* detected Tx unit hang */
Malli Chilakalac6963ef2005-06-17 17:42:07 -07004041 DPRINTK(DRV, ERR, "Detected Tx Unit Hang\n"
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08004042 " Tx Queue <%lu>\n"
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004043 " TDH <%x>\n"
4044 " TDT <%x>\n"
4045 " next_to_use <%x>\n"
4046 " next_to_clean <%x>\n"
4047 "buffer_info[next_to_clean]\n"
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004048 " time_stamp <%lx>\n"
4049 " next_to_watch <%x>\n"
4050 " jiffies <%lx>\n"
4051 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08004052 (unsigned long)((tx_ring - adapter->tx_ring) /
4053 sizeof(struct e1000_tx_ring)),
Joe Perches1dc32912008-07-11 15:17:08 -07004054 readl(hw->hw_addr + tx_ring->tdh),
4055 readl(hw->hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004056 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08004057 tx_ring->next_to_clean,
4058 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004059 eop,
4060 jiffies,
4061 eop_desc->upper.fields.status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004063 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004065 adapter->total_tx_bytes += total_tx_bytes;
4066 adapter->total_tx_packets += total_tx_packets;
Auke Kokef90e4e2007-11-13 20:49:15 -08004067 adapter->net_stats.tx_bytes += total_tx_bytes;
4068 adapter->net_stats.tx_packets += total_tx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069 return cleaned;
4070}
4071
4072/**
4073 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004074 * @adapter: board private structure
4075 * @status_err: receive descriptor status and error fields
4076 * @csum: receive descriptor csum field
4077 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078 **/
4079
Joe Perches64798842008-07-11 15:17:02 -07004080static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err,
4081 u32 csum, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082{
Joe Perches1dc32912008-07-11 15:17:08 -07004083 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004084 u16 status = (u16)status_err;
4085 u8 errors = (u8)(status_err >> 24);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004086 skb->ip_summed = CHECKSUM_NONE;
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088 /* 82543 or newer only */
Joe Perches1dc32912008-07-11 15:17:08 -07004089 if (unlikely(hw->mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004091 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004092 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004093 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004094 /* let the stack verify checksum errors */
4095 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096 return;
4097 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004098 /* TCP/UDP Checksum has not been calculated */
Joe Perches1dc32912008-07-11 15:17:08 -07004099 if (hw->mac_type <= e1000_82547_rev_2) {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004100 if (!(status & E1000_RXD_STAT_TCPCS))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004101 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004103 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004104 return;
4105 }
4106 /* It must be a TCP or UDP packet with a valid checksum */
4107 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108 /* TCP checksum is good */
4109 skb->ip_summed = CHECKSUM_UNNECESSARY;
Joe Perches1dc32912008-07-11 15:17:08 -07004110 } else if (hw->mac_type > e1000_82547_rev_2) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004111 /* IP fragment with UDP payload */
4112 /* Hardware complements the payload checksum, so we undo it
4113 * and then put the value in host order for further stack use.
4114 */
Al Viro3e188262007-12-11 19:49:39 +00004115 __sum16 sum = (__force __sum16)htons(csum);
4116 skb->csum = csum_unfold(~sum);
Patrick McHardy84fa7932006-08-29 16:44:56 -07004117 skb->ip_summed = CHECKSUM_COMPLETE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004119 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120}
4121
4122/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004123 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124 * @adapter: board private structure
4125 **/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126#ifdef CONFIG_E1000_NAPI
Joe Perches64798842008-07-11 15:17:02 -07004127static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
4128 struct e1000_rx_ring *rx_ring,
4129 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130#else
Joe Perches64798842008-07-11 15:17:02 -07004131static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
4132 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133#endif
4134{
Joe Perches1dc32912008-07-11 15:17:08 -07004135 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136 struct net_device *netdev = adapter->netdev;
4137 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004138 struct e1000_rx_desc *rx_desc, *next_rxd;
4139 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07004141 u32 length;
4142 u8 last_byte;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004144 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07004145 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004146 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147
4148 i = rx_ring->next_to_clean;
4149 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004150 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004152 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07004153 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004154 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004157 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158 break;
4159 (*work_done)++;
4160#endif
Jeff Kirshera292ca62006-01-12 16:51:30 -08004161 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004162 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004163 buffer_info->skb = NULL;
4164
Jeff Kirsher30320be2006-03-02 18:21:57 -08004165 prefetch(skb->data - NET_IP_ALIGN);
4166
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004167 if (++i == rx_ring->count) i = 0;
4168 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004169 prefetch(next_rxd);
4170
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004171 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004172
Joe Perchesc3033b02008-03-21 11:06:25 -07004173 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004174 cleaned_count++;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004175 pci_unmap_single(pdev,
4176 buffer_info->dma,
4177 buffer_info->length,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178 PCI_DMA_FROMDEVICE);
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180 length = le16_to_cpu(rx_desc->length);
4181
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004182 if (unlikely(!(status & E1000_RXD_STAT_EOP))) {
4183 /* All receives must fit into a single buffer */
4184 E1000_DBG("%s: Receive packet consumed multiple"
4185 " buffers\n", netdev->name);
Auke Kok864c4e42006-06-27 09:06:53 -07004186 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004187 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188 goto next_desc;
4189 }
4190
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004191 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192 last_byte = *(skb->data + length - 1);
Joe Perches1dc32912008-07-11 15:17:08 -07004193 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4194 last_byte)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004196 e1000_tbi_adjust_stats(hw, &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197 length, skb->data);
4198 spin_unlock_irqrestore(&adapter->stats_lock,
4199 flags);
4200 length--;
4201 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07004202 /* recycle */
4203 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204 goto next_desc;
4205 }
Auke Kok1cb58212006-04-18 12:31:04 -07004206 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207
Jesse Brandeburgd2a1e212006-10-24 14:46:06 -07004208 /* adjust length to remove Ethernet CRC, this must be
4209 * done after the TBI_ACCEPT workaround above */
4210 length -= 4;
4211
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004212 /* probably a little skewed due to removing CRC */
4213 total_rx_bytes += length;
4214 total_rx_packets++;
4215
Jeff Kirshera292ca62006-01-12 16:51:30 -08004216 /* code added for copybreak, this should improve
4217 * performance for small packets with large amounts
4218 * of reassembly being done in the stack */
Jesse Brandeburg1f753862006-12-15 10:40:39 +01004219 if (length < copybreak) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004220 struct sk_buff *new_skb =
David S. Miller87f50322006-07-31 22:39:40 -07004221 netdev_alloc_skb(netdev, length + NET_IP_ALIGN);
Jeff Kirshera292ca62006-01-12 16:51:30 -08004222 if (new_skb) {
4223 skb_reserve(new_skb, NET_IP_ALIGN);
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03004224 skb_copy_to_linear_data_offset(new_skb,
4225 -NET_IP_ALIGN,
4226 (skb->data -
4227 NET_IP_ALIGN),
4228 (length +
4229 NET_IP_ALIGN));
Jeff Kirshera292ca62006-01-12 16:51:30 -08004230 /* save the skb in buffer_info as good */
4231 buffer_info->skb = skb;
4232 skb = new_skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004233 }
Auke Kok996695d2006-11-01 08:47:50 -08004234 /* else just continue with the old one */
4235 }
Jeff Kirshera292ca62006-01-12 16:51:30 -08004236 /* end copybreak code */
Auke Kok996695d2006-11-01 08:47:50 -08004237 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238
4239 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004240 e1000_rx_checksum(adapter,
Joe Perches406874a2008-04-03 10:06:32 -07004241 (u32)(status) |
4242 ((u32)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004243 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004244
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245 skb->protocol = eth_type_trans(skb, netdev);
4246#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004247 if (unlikely(adapter->vlgrp &&
Jeff Kirshera292ca62006-01-12 16:51:30 -08004248 (status & E1000_RXD_STAT_VP))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249 vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
Patrick McHardy38b22192008-07-06 20:48:41 -07004250 le16_to_cpu(rx_desc->special));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251 } else {
4252 netif_receive_skb(skb);
4253 }
4254#else /* CONFIG_E1000_NAPI */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004255 if (unlikely(adapter->vlgrp &&
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004256 (status & E1000_RXD_STAT_VP))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257 vlan_hwaccel_rx(skb, adapter->vlgrp,
Patrick McHardy38b22192008-07-06 20:48:41 -07004258 le16_to_cpu(rx_desc->special));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259 } else {
4260 netif_rx(skb);
4261 }
4262#endif /* CONFIG_E1000_NAPI */
4263 netdev->last_rx = jiffies;
4264
4265next_desc:
4266 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004268 /* return some buffers to hardware, one at a time is too slow */
4269 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4270 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4271 cleaned_count = 0;
4272 }
4273
Jeff Kirsher30320be2006-03-02 18:21:57 -08004274 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004275 rx_desc = next_rxd;
4276 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004279
4280 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4281 if (cleaned_count)
4282 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004284 adapter->total_rx_packets += total_rx_packets;
4285 adapter->total_rx_bytes += total_rx_bytes;
Auke Kokef90e4e2007-11-13 20:49:15 -08004286 adapter->net_stats.rx_bytes += total_rx_bytes;
4287 adapter->net_stats.rx_packets += total_rx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288 return cleaned;
4289}
4290
4291/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004292 * e1000_clean_rx_irq_ps - Send received data up the network stack; packet split
4293 * @adapter: board private structure
4294 **/
4295
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004296#ifdef CONFIG_E1000_NAPI
Joe Perches64798842008-07-11 15:17:02 -07004297static bool e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
4298 struct e1000_rx_ring *rx_ring,
4299 int *work_done, int work_to_do)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004300#else
Joe Perches64798842008-07-11 15:17:02 -07004301static bool e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
4302 struct e1000_rx_ring *rx_ring)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004303#endif
4304{
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004305 union e1000_rx_desc_packet_split *rx_desc, *next_rxd;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004306 struct net_device *netdev = adapter->netdev;
4307 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004308 struct e1000_buffer *buffer_info, *next_buffer;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004309 struct e1000_ps_page *ps_page;
4310 struct e1000_ps_page_dma *ps_page_dma;
Auke Kok24f476e2006-06-08 09:28:47 -07004311 struct sk_buff *skb;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004312 unsigned int i, j;
Joe Perches406874a2008-04-03 10:06:32 -07004313 u32 length, staterr;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004314 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07004315 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004316 unsigned int total_rx_bytes=0, total_rx_packets=0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004317
4318 i = rx_ring->next_to_clean;
4319 rx_desc = E1000_RX_DESC_PS(*rx_ring, i);
Malli Chilakala683a38f2005-06-17 17:43:25 -07004320 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
Auke Kok9e2feac2006-04-14 19:05:18 -07004321 buffer_info = &rx_ring->buffer_info[i];
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004322
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004323 while (staterr & E1000_RXD_STAT_DD) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004324 ps_page = &rx_ring->ps_page[i];
4325 ps_page_dma = &rx_ring->ps_page_dma[i];
4326#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004327 if (unlikely(*work_done >= work_to_do))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004328 break;
4329 (*work_done)++;
4330#endif
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004331 skb = buffer_info->skb;
4332
Jeff Kirsher30320be2006-03-02 18:21:57 -08004333 /* in the packet split case this is header only */
4334 prefetch(skb->data - NET_IP_ALIGN);
4335
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004336 if (++i == rx_ring->count) i = 0;
4337 next_rxd = E1000_RX_DESC_PS(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004338 prefetch(next_rxd);
4339
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004340 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004341
Joe Perchesc3033b02008-03-21 11:06:25 -07004342 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004343 cleaned_count++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004344 pci_unmap_single(pdev, buffer_info->dma,
4345 buffer_info->length,
4346 PCI_DMA_FROMDEVICE);
4347
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004348 if (unlikely(!(staterr & E1000_RXD_STAT_EOP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004349 E1000_DBG("%s: Packet Split buffers didn't pick up"
4350 " the full packet\n", netdev->name);
4351 dev_kfree_skb_irq(skb);
4352 goto next_desc;
4353 }
4354
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004355 if (unlikely(staterr & E1000_RXDEXT_ERR_FRAME_ERR_MASK)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004356 dev_kfree_skb_irq(skb);
4357 goto next_desc;
4358 }
4359
4360 length = le16_to_cpu(rx_desc->wb.middle.length0);
4361
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004362 if (unlikely(!length)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004363 E1000_DBG("%s: Last part of the packet spanning"
4364 " multiple descriptors\n", netdev->name);
4365 dev_kfree_skb_irq(skb);
4366 goto next_desc;
4367 }
4368
4369 /* Good Receive */
4370 skb_put(skb, length);
4371
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004372 {
4373 /* this looks ugly, but it seems compiler issues make it
4374 more efficient than reusing j */
4375 int l1 = le16_to_cpu(rx_desc->wb.upper.length[0]);
4376
4377 /* page alloc/put takes too long and effects small packet
4378 * throughput, so unsplit small packets and save the alloc/put*/
Jesse Brandeburg1f753862006-12-15 10:40:39 +01004379 if (l1 && (l1 <= copybreak) && ((length + l1) <= adapter->rx_ps_bsize0)) {
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004380 u8 *vaddr;
Auke Kok76c224b2006-05-23 13:36:06 -07004381 /* there is no documentation about how to call
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004382 * kmap_atomic, so we can't hold the mapping
4383 * very long */
4384 pci_dma_sync_single_for_cpu(pdev,
4385 ps_page_dma->ps_page_dma[0],
4386 PAGE_SIZE,
4387 PCI_DMA_FROMDEVICE);
4388 vaddr = kmap_atomic(ps_page->ps_page[0],
4389 KM_SKB_DATA_SOFTIRQ);
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -07004390 memcpy(skb_tail_pointer(skb), vaddr, l1);
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004391 kunmap_atomic(vaddr, KM_SKB_DATA_SOFTIRQ);
4392 pci_dma_sync_single_for_device(pdev,
4393 ps_page_dma->ps_page_dma[0],
4394 PAGE_SIZE, PCI_DMA_FROMDEVICE);
Auke Kokf235a2a2006-07-14 16:14:34 -07004395 /* remove the CRC */
4396 l1 -= 4;
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004397 skb_put(skb, l1);
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004398 goto copydone;
4399 } /* if */
4400 }
Auke Kok90fb5132006-11-01 08:47:30 -08004401
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004402 for (j = 0; j < adapter->rx_ps_pages; j++) {
Jeff Kirsher30320be2006-03-02 18:21:57 -08004403 if (!(length= le16_to_cpu(rx_desc->wb.upper.length[j])))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004404 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004405 pci_unmap_page(pdev, ps_page_dma->ps_page_dma[j],
4406 PAGE_SIZE, PCI_DMA_FROMDEVICE);
4407 ps_page_dma->ps_page_dma[j] = 0;
Jeff Kirsher329bfd02006-03-02 18:20:02 -08004408 skb_fill_page_desc(skb, j, ps_page->ps_page[j], 0,
4409 length);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004410 ps_page->ps_page[j] = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004411 skb->len += length;
4412 skb->data_len += length;
Auke Kok5d51b802006-04-14 19:05:06 -07004413 skb->truesize += length;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004414 }
4415
Auke Kokf235a2a2006-07-14 16:14:34 -07004416 /* strip the ethernet crc, problem is we're using pages now so
4417 * this whole operation can get a little cpu intensive */
4418 pskb_trim(skb, skb->len - 4);
4419
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004420copydone:
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004421 total_rx_bytes += skb->len;
4422 total_rx_packets++;
4423
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004424 e1000_rx_checksum(adapter, staterr,
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004425 le16_to_cpu(rx_desc->wb.lower.hi_dword.csum_ip.csum), skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004426 skb->protocol = eth_type_trans(skb, netdev);
4427
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004428 if (likely(rx_desc->wb.upper.header_status &
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004429 cpu_to_le16(E1000_RXDPS_HDRSTAT_HDRSP)))
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004430 adapter->rx_hdr_split++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004431#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004432 if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004433 vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
Patrick McHardy38b22192008-07-06 20:48:41 -07004434 le16_to_cpu(rx_desc->wb.middle.vlan));
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004435 } else {
4436 netif_receive_skb(skb);
4437 }
4438#else /* CONFIG_E1000_NAPI */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004439 if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004440 vlan_hwaccel_rx(skb, adapter->vlgrp,
Patrick McHardy38b22192008-07-06 20:48:41 -07004441 le16_to_cpu(rx_desc->wb.middle.vlan));
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004442 } else {
4443 netif_rx(skb);
4444 }
4445#endif /* CONFIG_E1000_NAPI */
4446 netdev->last_rx = jiffies;
4447
4448next_desc:
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004449 rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004450 buffer_info->skb = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004451
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004452 /* return some buffers to hardware, one at a time is too slow */
4453 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4454 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4455 cleaned_count = 0;
4456 }
4457
Jeff Kirsher30320be2006-03-02 18:21:57 -08004458 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004459 rx_desc = next_rxd;
4460 buffer_info = next_buffer;
4461
Malli Chilakala683a38f2005-06-17 17:43:25 -07004462 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004463 }
4464 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004465
4466 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4467 if (cleaned_count)
4468 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004469
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004470 adapter->total_rx_packets += total_rx_packets;
4471 adapter->total_rx_bytes += total_rx_bytes;
Auke Kokef90e4e2007-11-13 20:49:15 -08004472 adapter->net_stats.rx_bytes += total_rx_bytes;
4473 adapter->net_stats.rx_packets += total_rx_packets;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004474 return cleaned;
4475}
4476
4477/**
4478 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004479 * @adapter: address of board private structure
4480 **/
4481
Joe Perches64798842008-07-11 15:17:02 -07004482static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
4483 struct e1000_rx_ring *rx_ring,
4484 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485{
Joe Perches1dc32912008-07-11 15:17:08 -07004486 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487 struct net_device *netdev = adapter->netdev;
4488 struct pci_dev *pdev = adapter->pdev;
4489 struct e1000_rx_desc *rx_desc;
4490 struct e1000_buffer *buffer_info;
4491 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004492 unsigned int i;
4493 unsigned int bufsz = adapter->rx_buffer_len + NET_IP_ALIGN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494
4495 i = rx_ring->next_to_use;
4496 buffer_info = &rx_ring->buffer_info[i];
4497
Jeff Kirshera292ca62006-01-12 16:51:30 -08004498 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004499 skb = buffer_info->skb;
4500 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004501 skb_trim(skb, 0);
4502 goto map_skb;
4503 }
4504
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004505 skb = netdev_alloc_skb(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004506 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004508 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509 break;
4510 }
4511
Malli Chilakala26483452005-04-28 19:44:46 -07004512 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4514 struct sk_buff *oldskb = skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004515 DPRINTK(RX_ERR, ERR, "skb align check failed: %u bytes "
4516 "at %p\n", bufsz, skb->data);
4517 /* Try again, without freeing the previous */
David S. Miller87f50322006-07-31 22:39:40 -07004518 skb = netdev_alloc_skb(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004519 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520 if (!skb) {
4521 dev_kfree_skb(oldskb);
4522 break;
4523 }
Malli Chilakala26483452005-04-28 19:44:46 -07004524
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4526 /* give up */
4527 dev_kfree_skb(skb);
4528 dev_kfree_skb(oldskb);
4529 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004531
4532 /* Use new allocation */
4533 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535 /* Make buffer alignment 2 beyond a 16 byte boundary
4536 * this will result in a 16 byte aligned IP header after
4537 * the 14 byte MAC header is removed
4538 */
4539 skb_reserve(skb, NET_IP_ALIGN);
4540
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541 buffer_info->skb = skb;
4542 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004543map_skb:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544 buffer_info->dma = pci_map_single(pdev,
4545 skb->data,
4546 adapter->rx_buffer_len,
4547 PCI_DMA_FROMDEVICE);
4548
Malli Chilakala26483452005-04-28 19:44:46 -07004549 /* Fix for errata 23, can't cross 64kB boundary */
4550 if (!e1000_check_64k_bound(adapter,
4551 (void *)(unsigned long)buffer_info->dma,
4552 adapter->rx_buffer_len)) {
4553 DPRINTK(RX_ERR, ERR,
4554 "dma align check failed: %u bytes at %p\n",
4555 adapter->rx_buffer_len,
4556 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557 dev_kfree_skb(skb);
4558 buffer_info->skb = NULL;
4559
Malli Chilakala26483452005-04-28 19:44:46 -07004560 pci_unmap_single(pdev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561 adapter->rx_buffer_len,
4562 PCI_DMA_FROMDEVICE);
4563
4564 break; /* while !buffer_info->skb */
4565 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566 rx_desc = E1000_RX_DESC(*rx_ring, i);
4567 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4568
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004569 if (unlikely(++i == rx_ring->count))
4570 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571 buffer_info = &rx_ring->buffer_info[i];
4572 }
4573
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004574 if (likely(rx_ring->next_to_use != i)) {
4575 rx_ring->next_to_use = i;
4576 if (unlikely(i-- == 0))
4577 i = (rx_ring->count - 1);
4578
4579 /* Force memory writes to complete before letting h/w
4580 * know there are new descriptors to fetch. (Only
4581 * applicable for weak-ordered memory model archs,
4582 * such as IA-64). */
4583 wmb();
Joe Perches1dc32912008-07-11 15:17:08 -07004584 writel(i, hw->hw_addr + rx_ring->rdt);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004585 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586}
4587
4588/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004589 * e1000_alloc_rx_buffers_ps - Replace used receive buffers; packet split
4590 * @adapter: address of board private structure
4591 **/
4592
Joe Perches64798842008-07-11 15:17:02 -07004593static void e1000_alloc_rx_buffers_ps(struct e1000_adapter *adapter,
4594 struct e1000_rx_ring *rx_ring,
4595 int cleaned_count)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004596{
Joe Perches1dc32912008-07-11 15:17:08 -07004597 struct e1000_hw *hw = &adapter->hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004598 struct net_device *netdev = adapter->netdev;
4599 struct pci_dev *pdev = adapter->pdev;
4600 union e1000_rx_desc_packet_split *rx_desc;
4601 struct e1000_buffer *buffer_info;
4602 struct e1000_ps_page *ps_page;
4603 struct e1000_ps_page_dma *ps_page_dma;
4604 struct sk_buff *skb;
4605 unsigned int i, j;
4606
4607 i = rx_ring->next_to_use;
4608 buffer_info = &rx_ring->buffer_info[i];
4609 ps_page = &rx_ring->ps_page[i];
4610 ps_page_dma = &rx_ring->ps_page_dma[i];
4611
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004612 while (cleaned_count--) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004613 rx_desc = E1000_RX_DESC_PS(*rx_ring, i);
4614
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004615 for (j = 0; j < PS_PAGE_BUFFERS; j++) {
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004616 if (j < adapter->rx_ps_pages) {
4617 if (likely(!ps_page->ps_page[j])) {
4618 ps_page->ps_page[j] =
4619 alloc_page(GFP_ATOMIC);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004620 if (unlikely(!ps_page->ps_page[j])) {
4621 adapter->alloc_rx_buff_failed++;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004622 goto no_buffers;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004623 }
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004624 ps_page_dma->ps_page_dma[j] =
4625 pci_map_page(pdev,
4626 ps_page->ps_page[j],
4627 0, PAGE_SIZE,
4628 PCI_DMA_FROMDEVICE);
4629 }
4630 /* Refresh the desc even if buffer_addrs didn't
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004631 * change because each write-back erases
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004632 * this info.
4633 */
4634 rx_desc->read.buffer_addr[j+1] =
4635 cpu_to_le64(ps_page_dma->ps_page_dma[j]);
4636 } else
Al Viro3e188262007-12-11 19:49:39 +00004637 rx_desc->read.buffer_addr[j+1] = ~cpu_to_le64(0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004638 }
4639
David S. Miller87f50322006-07-31 22:39:40 -07004640 skb = netdev_alloc_skb(netdev,
Auke Kok90fb5132006-11-01 08:47:30 -08004641 adapter->rx_ps_bsize0 + NET_IP_ALIGN);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004642
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004643 if (unlikely(!skb)) {
4644 adapter->alloc_rx_buff_failed++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004645 break;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004646 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004647
4648 /* Make buffer alignment 2 beyond a 16 byte boundary
4649 * this will result in a 16 byte aligned IP header after
4650 * the 14 byte MAC header is removed
4651 */
4652 skb_reserve(skb, NET_IP_ALIGN);
4653
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004654 buffer_info->skb = skb;
4655 buffer_info->length = adapter->rx_ps_bsize0;
4656 buffer_info->dma = pci_map_single(pdev, skb->data,
4657 adapter->rx_ps_bsize0,
4658 PCI_DMA_FROMDEVICE);
4659
4660 rx_desc->read.buffer_addr[0] = cpu_to_le64(buffer_info->dma);
4661
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004662 if (unlikely(++i == rx_ring->count)) i = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004663 buffer_info = &rx_ring->buffer_info[i];
4664 ps_page = &rx_ring->ps_page[i];
4665 ps_page_dma = &rx_ring->ps_page_dma[i];
4666 }
4667
4668no_buffers:
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004669 if (likely(rx_ring->next_to_use != i)) {
4670 rx_ring->next_to_use = i;
4671 if (unlikely(i-- == 0)) i = (rx_ring->count - 1);
4672
4673 /* Force memory writes to complete before letting h/w
4674 * know there are new descriptors to fetch. (Only
4675 * applicable for weak-ordered memory model archs,
4676 * such as IA-64). */
4677 wmb();
4678 /* Hardware increments by 16 bytes, but packet split
4679 * descriptors are 32 bytes...so we increment tail
4680 * twice as much.
4681 */
Joe Perches1dc32912008-07-11 15:17:08 -07004682 writel(i<<1, hw->hw_addr + rx_ring->rdt);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004683 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004684}
4685
4686/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4688 * @adapter:
4689 **/
4690
Joe Perches64798842008-07-11 15:17:02 -07004691static void e1000_smartspeed(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692{
Joe Perches1dc32912008-07-11 15:17:08 -07004693 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004694 u16 phy_status;
4695 u16 phy_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696
Joe Perches1dc32912008-07-11 15:17:08 -07004697 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
4698 !(hw->autoneg_advertised & ADVERTISE_1000_FULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 return;
4700
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004701 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702 /* If Master/Slave config fault is asserted twice,
4703 * we assume back-to-back */
Joe Perches1dc32912008-07-11 15:17:08 -07004704 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004705 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004706 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004707 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004708 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004709 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710 phy_ctrl &= ~CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004711 e1000_write_phy_reg(hw, PHY_1000T_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004712 phy_ctrl);
4713 adapter->smartspeed++;
Joe Perches1dc32912008-07-11 15:17:08 -07004714 if (!e1000_phy_setup_autoneg(hw) &&
4715 !e1000_read_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716 &phy_ctrl)) {
4717 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4718 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004719 e1000_write_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004720 phy_ctrl);
4721 }
4722 }
4723 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004724 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725 /* If still no link, perhaps using 2/3 pair cable */
Joe Perches1dc32912008-07-11 15:17:08 -07004726 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727 phy_ctrl |= CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004728 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
4729 if (!e1000_phy_setup_autoneg(hw) &&
4730 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4732 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004733 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004734 }
4735 }
4736 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004737 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004738 adapter->smartspeed = 0;
4739}
4740
4741/**
4742 * e1000_ioctl -
4743 * @netdev:
4744 * @ifreq:
4745 * @cmd:
4746 **/
4747
Joe Perches64798842008-07-11 15:17:02 -07004748static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004749{
4750 switch (cmd) {
4751 case SIOCGMIIPHY:
4752 case SIOCGMIIREG:
4753 case SIOCSMIIREG:
4754 return e1000_mii_ioctl(netdev, ifr, cmd);
4755 default:
4756 return -EOPNOTSUPP;
4757 }
4758}
4759
4760/**
4761 * e1000_mii_ioctl -
4762 * @netdev:
4763 * @ifreq:
4764 * @cmd:
4765 **/
4766
Joe Perches64798842008-07-11 15:17:02 -07004767static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
4768 int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004769{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004770 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004771 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772 struct mii_ioctl_data *data = if_mii(ifr);
4773 int retval;
Joe Perches406874a2008-04-03 10:06:32 -07004774 u16 mii_reg;
4775 u16 spddplx;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004776 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004777
Joe Perches1dc32912008-07-11 15:17:08 -07004778 if (hw->media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004779 return -EOPNOTSUPP;
4780
4781 switch (cmd) {
4782 case SIOCGMIIPHY:
Joe Perches1dc32912008-07-11 15:17:08 -07004783 data->phy_id = hw->phy_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004784 break;
4785 case SIOCGMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004786 if (!capable(CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004787 return -EPERM;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004788 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004789 if (e1000_read_phy_reg(hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004790 &data->val_out)) {
4791 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004792 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004793 }
4794 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795 break;
4796 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004797 if (!capable(CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004798 return -EPERM;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004799 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004800 return -EFAULT;
4801 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004802 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004803 if (e1000_write_phy_reg(hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004804 mii_reg)) {
4805 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004806 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004807 }
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004808 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004809 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810 switch (data->reg_num) {
4811 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004812 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004813 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004814 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Joe Perches1dc32912008-07-11 15:17:08 -07004815 hw->autoneg = 1;
4816 hw->autoneg_advertised = 0x2F;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004817 } else {
4818 if (mii_reg & 0x40)
4819 spddplx = SPEED_1000;
4820 else if (mii_reg & 0x2000)
4821 spddplx = SPEED_100;
4822 else
4823 spddplx = SPEED_10;
4824 spddplx += (mii_reg & 0x100)
Jeff Kirshercb764322006-03-08 17:24:12 -08004825 ? DUPLEX_FULL :
4826 DUPLEX_HALF;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004827 retval = e1000_set_spd_dplx(adapter,
4828 spddplx);
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004829 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004830 return retval;
4831 }
Auke Kok2db10a02006-06-27 09:06:28 -07004832 if (netif_running(adapter->netdev))
4833 e1000_reinit_locked(adapter);
4834 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004835 e1000_reset(adapter);
4836 break;
4837 case M88E1000_PHY_SPEC_CTRL:
4838 case M88E1000_EXT_PHY_SPEC_CTRL:
Joe Perches1dc32912008-07-11 15:17:08 -07004839 if (e1000_phy_reset(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840 return -EIO;
4841 break;
4842 }
4843 } else {
4844 switch (data->reg_num) {
4845 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004846 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004847 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004848 if (netif_running(adapter->netdev))
4849 e1000_reinit_locked(adapter);
4850 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851 e1000_reset(adapter);
4852 break;
4853 }
4854 }
4855 break;
4856 default:
4857 return -EOPNOTSUPP;
4858 }
4859 return E1000_SUCCESS;
4860}
4861
Joe Perches64798842008-07-11 15:17:02 -07004862void e1000_pci_set_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004863{
4864 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004865 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004866
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004867 if (ret_val)
Malli Chilakala26483452005-04-28 19:44:46 -07004868 DPRINTK(PROBE, ERR, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869}
4870
Joe Perches64798842008-07-11 15:17:02 -07004871void e1000_pci_clear_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872{
4873 struct e1000_adapter *adapter = hw->back;
4874
4875 pci_clear_mwi(adapter->pdev);
4876}
4877
Joe Perches64798842008-07-11 15:17:02 -07004878int e1000_pcix_get_mmrbc(struct e1000_hw *hw)
Peter Oruba007755e2007-09-28 22:42:06 -07004879{
4880 struct e1000_adapter *adapter = hw->back;
4881 return pcix_get_mmrbc(adapter->pdev);
4882}
4883
Joe Perches64798842008-07-11 15:17:02 -07004884void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc)
Peter Oruba007755e2007-09-28 22:42:06 -07004885{
4886 struct e1000_adapter *adapter = hw->back;
4887 pcix_set_mmrbc(adapter->pdev, mmrbc);
4888}
4889
Joe Perches64798842008-07-11 15:17:02 -07004890s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value)
Jeff Kirshercaeccb62006-09-27 12:53:57 -07004891{
4892 struct e1000_adapter *adapter = hw->back;
Joe Perches406874a2008-04-03 10:06:32 -07004893 u16 cap_offset;
Jeff Kirshercaeccb62006-09-27 12:53:57 -07004894
4895 cap_offset = pci_find_capability(adapter->pdev, PCI_CAP_ID_EXP);
4896 if (!cap_offset)
4897 return -E1000_ERR_CONFIG;
4898
4899 pci_read_config_word(adapter->pdev, cap_offset + reg, value);
4900
4901 return E1000_SUCCESS;
4902}
4903
Joe Perches64798842008-07-11 15:17:02 -07004904void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004905{
4906 outl(value, port);
4907}
4908
Joe Perches64798842008-07-11 15:17:02 -07004909static void e1000_vlan_rx_register(struct net_device *netdev,
4910 struct vlan_group *grp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004912 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004913 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004914 u32 ctrl, rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004916 if (!test_bit(__E1000_DOWN, &adapter->flags))
4917 e1000_irq_disable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918 adapter->vlgrp = grp;
4919
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004920 if (grp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921 /* enable VLAN tag insert/strip */
Joe Perches1dc32912008-07-11 15:17:08 -07004922 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004923 ctrl |= E1000_CTRL_VME;
Joe Perches1dc32912008-07-11 15:17:08 -07004924 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004925
Auke Kokcd94dd02006-06-27 09:08:22 -07004926 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08004927 /* enable VLAN receive filtering */
Joe Perches1dc32912008-07-11 15:17:08 -07004928 rctl = er32(RCTL);
Auke Kok90fb5132006-11-01 08:47:30 -08004929 rctl &= ~E1000_RCTL_CFIEN;
Joe Perches1dc32912008-07-11 15:17:08 -07004930 ew32(RCTL, rctl);
Auke Kok90fb5132006-11-01 08:47:30 -08004931 e1000_update_mng_vlan(adapter);
Auke Kokcd94dd02006-06-27 09:08:22 -07004932 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933 } else {
4934 /* disable VLAN tag insert/strip */
Joe Perches1dc32912008-07-11 15:17:08 -07004935 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004936 ctrl &= ~E1000_CTRL_VME;
Joe Perches1dc32912008-07-11 15:17:08 -07004937 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004938
Auke Kokcd94dd02006-06-27 09:08:22 -07004939 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08004940 if (adapter->mng_vlan_id !=
Joe Perches406874a2008-04-03 10:06:32 -07004941 (u16)E1000_MNG_VLAN_NONE) {
Auke Kok90fb5132006-11-01 08:47:30 -08004942 e1000_vlan_rx_kill_vid(netdev,
4943 adapter->mng_vlan_id);
4944 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
4945 }
Auke Kokcd94dd02006-06-27 09:08:22 -07004946 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004947 }
4948
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004949 if (!test_bit(__E1000_DOWN, &adapter->flags))
4950 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951}
4952
Joe Perches64798842008-07-11 15:17:02 -07004953static void e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004954{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004955 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004956 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004957 u32 vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004958
Joe Perches1dc32912008-07-11 15:17:08 -07004959 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004960 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4961 (vid == adapter->mng_vlan_id))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004962 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963 /* add VID to filter table */
4964 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004965 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966 vfta |= (1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004967 e1000_write_vfta(hw, index, vfta);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968}
4969
Joe Perches64798842008-07-11 15:17:02 -07004970static void e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004971{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004972 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004973 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004974 u32 vfta, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004976 if (!test_bit(__E1000_DOWN, &adapter->flags))
4977 e1000_irq_disable(adapter);
Dan Aloni5c15bde2007-03-02 20:44:51 -08004978 vlan_group_set_device(adapter->vlgrp, vid, NULL);
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004979 if (!test_bit(__E1000_DOWN, &adapter->flags))
4980 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004981
Joe Perches1dc32912008-07-11 15:17:08 -07004982 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004983 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
Jeff Kirsherff147012006-01-12 16:51:10 -08004984 (vid == adapter->mng_vlan_id)) {
4985 /* release control to f/w */
4986 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004987 return;
Jeff Kirsherff147012006-01-12 16:51:10 -08004988 }
4989
Linus Torvalds1da177e2005-04-16 15:20:36 -07004990 /* remove VID from filter table */
4991 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004992 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993 vfta &= ~(1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004994 e1000_write_vfta(hw, index, vfta);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995}
4996
Joe Perches64798842008-07-11 15:17:02 -07004997static void e1000_restore_vlan(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998{
4999 e1000_vlan_rx_register(adapter->netdev, adapter->vlgrp);
5000
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005001 if (adapter->vlgrp) {
Joe Perches406874a2008-04-03 10:06:32 -07005002 u16 vid;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005003 for (vid = 0; vid < VLAN_GROUP_ARRAY_LEN; vid++) {
Dan Aloni5c15bde2007-03-02 20:44:51 -08005004 if (!vlan_group_get_device(adapter->vlgrp, vid))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005005 continue;
5006 e1000_vlan_rx_add_vid(adapter->netdev, vid);
5007 }
5008 }
5009}
5010
Joe Perches64798842008-07-11 15:17:02 -07005011int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005012{
Joe Perches1dc32912008-07-11 15:17:08 -07005013 struct e1000_hw *hw = &adapter->hw;
5014
5015 hw->autoneg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005016
Malli Chilakala69213682005-06-17 17:44:20 -07005017 /* Fiber NICs only allow 1000 gbps Full duplex */
Joe Perches1dc32912008-07-11 15:17:08 -07005018 if ((hw->media_type == e1000_media_type_fiber) &&
Malli Chilakala69213682005-06-17 17:44:20 -07005019 spddplx != (SPEED_1000 + DUPLEX_FULL)) {
5020 DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n");
5021 return -EINVAL;
5022 }
5023
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005024 switch (spddplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005025 case SPEED_10 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07005026 hw->forced_speed_duplex = e1000_10_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005027 break;
5028 case SPEED_10 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07005029 hw->forced_speed_duplex = e1000_10_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005030 break;
5031 case SPEED_100 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07005032 hw->forced_speed_duplex = e1000_100_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033 break;
5034 case SPEED_100 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07005035 hw->forced_speed_duplex = e1000_100_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036 break;
5037 case SPEED_1000 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07005038 hw->autoneg = 1;
5039 hw->autoneg_advertised = ADVERTISE_1000_FULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005040 break;
5041 case SPEED_1000 + DUPLEX_HALF: /* not supported */
5042 default:
Malli Chilakala26483452005-04-28 19:44:46 -07005043 DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005044 return -EINVAL;
5045 }
5046 return 0;
5047}
5048
Joe Perches64798842008-07-11 15:17:02 -07005049static int e1000_suspend(struct pci_dev *pdev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005050{
5051 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005052 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005053 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07005054 u32 ctrl, ctrl_ext, rctl, status;
5055 u32 wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07005056#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08005057 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07005058#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005059
5060 netif_device_detach(netdev);
5061
Auke Kok2db10a02006-06-27 09:06:28 -07005062 if (netif_running(netdev)) {
5063 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005064 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07005065 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005066
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005067#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005068 retval = pci_save_state(pdev);
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005069 if (retval)
5070 return retval;
5071#endif
5072
Joe Perches1dc32912008-07-11 15:17:08 -07005073 status = er32(STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005074 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005075 wufc &= ~E1000_WUFC_LNKC;
5076
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005077 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005078 e1000_setup_rctl(adapter);
Patrick McHardydb0ce502007-11-13 20:54:59 -08005079 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005080
5081 /* turn on all-multi mode if wake on multicast is enabled */
Jesse Brandeburg120cd572006-08-31 14:27:46 -07005082 if (wufc & E1000_WUFC_MC) {
Joe Perches1dc32912008-07-11 15:17:08 -07005083 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005084 rctl |= E1000_RCTL_MPE;
Joe Perches1dc32912008-07-11 15:17:08 -07005085 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005086 }
5087
Joe Perches1dc32912008-07-11 15:17:08 -07005088 if (hw->mac_type >= e1000_82540) {
5089 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005090 /* advertise wake from D3Cold */
5091 #define E1000_CTRL_ADVD3WUC 0x00100000
5092 /* phy power management enable */
5093 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
5094 ctrl |= E1000_CTRL_ADVD3WUC |
5095 E1000_CTRL_EN_PHY_PWR_MGMT;
Joe Perches1dc32912008-07-11 15:17:08 -07005096 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005097 }
5098
Joe Perches1dc32912008-07-11 15:17:08 -07005099 if (hw->media_type == e1000_media_type_fiber ||
5100 hw->media_type == e1000_media_type_internal_serdes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101 /* keep the laser running in D3 */
Joe Perches1dc32912008-07-11 15:17:08 -07005102 ctrl_ext = er32(CTRL_EXT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005103 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
Joe Perches1dc32912008-07-11 15:17:08 -07005104 ew32(CTRL_EXT, ctrl_ext);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005105 }
5106
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005107 /* Allow time for pending master requests to run */
Joe Perches1dc32912008-07-11 15:17:08 -07005108 e1000_disable_pciex_master(hw);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005109
Joe Perches1dc32912008-07-11 15:17:08 -07005110 ew32(WUC, E1000_WUC_PME_EN);
5111 ew32(WUFC, wufc);
Auke Kokd0e027d2006-04-14 19:04:40 -07005112 pci_enable_wake(pdev, PCI_D3hot, 1);
5113 pci_enable_wake(pdev, PCI_D3cold, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005114 } else {
Joe Perches1dc32912008-07-11 15:17:08 -07005115 ew32(WUC, 0);
5116 ew32(WUFC, 0);
Auke Kokd0e027d2006-04-14 19:04:40 -07005117 pci_enable_wake(pdev, PCI_D3hot, 0);
5118 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005119 }
5120
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005121 e1000_release_manageability(adapter);
5122
5123 /* make sure adapter isn't asleep if manageability is enabled */
5124 if (adapter->en_mng_pt) {
5125 pci_enable_wake(pdev, PCI_D3hot, 1);
5126 pci_enable_wake(pdev, PCI_D3cold, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005127 }
5128
Joe Perches1dc32912008-07-11 15:17:08 -07005129 if (hw->phy_type == e1000_phy_igp_3)
5130 e1000_phy_powerdown_workaround(hw);
Auke Kokcd94dd02006-06-27 09:08:22 -07005131
Auke Kokedd106f2006-11-06 08:57:12 -08005132 if (netif_running(netdev))
5133 e1000_free_irq(adapter);
5134
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08005135 /* Release control of h/w to f/w. If f/w is AMT enabled, this
5136 * would have already happened in close and is redundant. */
5137 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005138
Linus Torvalds1da177e2005-04-16 15:20:36 -07005139 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08005140
Auke Kokd0e027d2006-04-14 19:04:40 -07005141 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005142
5143 return 0;
5144}
5145
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005146#ifdef CONFIG_PM
Joe Perches64798842008-07-11 15:17:02 -07005147static int e1000_resume(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005148{
5149 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005150 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005151 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07005152 u32 err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005153
Auke Kokd0e027d2006-04-14 19:04:40 -07005154 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005155 pci_restore_state(pdev);
Auke Kok3d1dd8c2006-08-28 14:56:27 -07005156 if ((err = pci_enable_device(pdev))) {
5157 printk(KERN_ERR "e1000: Cannot enable PCI device from suspend\n");
5158 return err;
5159 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07005160 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005161
Auke Kokd0e027d2006-04-14 19:04:40 -07005162 pci_enable_wake(pdev, PCI_D3hot, 0);
5163 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005164
Auke Kokedd106f2006-11-06 08:57:12 -08005165 if (netif_running(netdev) && (err = e1000_request_irq(adapter)))
5166 return err;
5167
5168 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005169 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005170 ew32(WUS, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005171
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005172 e1000_init_manageability(adapter);
5173
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005174 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005175 e1000_up(adapter);
5176
5177 netif_device_attach(netdev);
5178
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08005179 /* If the controller is 82573 and f/w is AMT, do not set
5180 * DRV_LOAD until the interface is up. For all other cases,
5181 * let the f/w know that the h/w is now under the control
5182 * of the driver. */
Joe Perches1dc32912008-07-11 15:17:08 -07005183 if (hw->mac_type != e1000_82573 ||
5184 !e1000_check_mng_mode(hw))
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08005185 e1000_get_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005186
Linus Torvalds1da177e2005-04-16 15:20:36 -07005187 return 0;
5188}
5189#endif
Auke Kokc653e632006-05-23 13:35:57 -07005190
5191static void e1000_shutdown(struct pci_dev *pdev)
5192{
5193 e1000_suspend(pdev, PMSG_SUSPEND);
5194}
5195
Linus Torvalds1da177e2005-04-16 15:20:36 -07005196#ifdef CONFIG_NET_POLL_CONTROLLER
5197/*
5198 * Polling 'interrupt' - used by things like netconsole to send skbs
5199 * without having to re-enable interrupts. It's not called while
5200 * the interrupt routine is executing.
5201 */
Joe Perches64798842008-07-11 15:17:02 -07005202static void e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005203{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005204 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07005205
Linus Torvalds1da177e2005-04-16 15:20:36 -07005206 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01005207 e1000_intr(adapter->pdev->irq, netdev);
Jeff Kirshere8da8be2006-01-12 16:51:14 -08005208#ifndef CONFIG_E1000_NAPI
5209 adapter->clean_rx(adapter, adapter->rx_ring);
5210#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005211 enable_irq(adapter->pdev->irq);
5212}
5213#endif
5214
Auke Kok90267292006-06-08 09:30:24 -07005215/**
5216 * e1000_io_error_detected - called when PCI error is detected
5217 * @pdev: Pointer to PCI device
5218 * @state: The current pci conneection state
5219 *
5220 * This function is called after a PCI bus error affecting
5221 * this device has been detected.
5222 */
Joe Perches64798842008-07-11 15:17:02 -07005223static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
5224 pci_channel_state_t state)
Auke Kok90267292006-06-08 09:30:24 -07005225{
5226 struct net_device *netdev = pci_get_drvdata(pdev);
5227 struct e1000_adapter *adapter = netdev->priv;
5228
5229 netif_device_detach(netdev);
5230
5231 if (netif_running(netdev))
5232 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005233 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005234
5235 /* Request a slot slot reset. */
5236 return PCI_ERS_RESULT_NEED_RESET;
5237}
5238
5239/**
5240 * e1000_io_slot_reset - called after the pci bus has been reset.
5241 * @pdev: Pointer to PCI device
5242 *
5243 * Restart the card from scratch, as if from a cold-boot. Implementation
5244 * resembles the first-half of the e1000_resume routine.
5245 */
5246static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5247{
5248 struct net_device *netdev = pci_get_drvdata(pdev);
5249 struct e1000_adapter *adapter = netdev->priv;
Joe Perches1dc32912008-07-11 15:17:08 -07005250 struct e1000_hw *hw = &adapter->hw;
Auke Kok90267292006-06-08 09:30:24 -07005251
5252 if (pci_enable_device(pdev)) {
5253 printk(KERN_ERR "e1000: Cannot re-enable PCI device after reset.\n");
5254 return PCI_ERS_RESULT_DISCONNECT;
5255 }
5256 pci_set_master(pdev);
5257
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005258 pci_enable_wake(pdev, PCI_D3hot, 0);
5259 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005260
Auke Kok90267292006-06-08 09:30:24 -07005261 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005262 ew32(WUS, ~0);
Auke Kok90267292006-06-08 09:30:24 -07005263
5264 return PCI_ERS_RESULT_RECOVERED;
5265}
5266
5267/**
5268 * e1000_io_resume - called when traffic can start flowing again.
5269 * @pdev: Pointer to PCI device
5270 *
5271 * This callback is called when the error recovery driver tells us that
5272 * its OK to resume normal operation. Implementation resembles the
5273 * second-half of the e1000_resume routine.
5274 */
5275static void e1000_io_resume(struct pci_dev *pdev)
5276{
5277 struct net_device *netdev = pci_get_drvdata(pdev);
5278 struct e1000_adapter *adapter = netdev->priv;
Joe Perches1dc32912008-07-11 15:17:08 -07005279 struct e1000_hw *hw = &adapter->hw;
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005280
5281 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005282
5283 if (netif_running(netdev)) {
5284 if (e1000_up(adapter)) {
5285 printk("e1000: can't bring device back up after reset\n");
5286 return;
5287 }
5288 }
5289
5290 netif_device_attach(netdev);
5291
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005292 /* If the controller is 82573 and f/w is AMT, do not set
5293 * DRV_LOAD until the interface is up. For all other cases,
5294 * let the f/w know that the h/w is now under the control
5295 * of the driver. */
Joe Perches1dc32912008-07-11 15:17:08 -07005296 if (hw->mac_type != e1000_82573 ||
5297 !e1000_check_mng_mode(hw))
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005298 e1000_get_hw_control(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005299
Auke Kok90267292006-06-08 09:30:24 -07005300}
5301
Linus Torvalds1da177e2005-04-16 15:20:36 -07005302/* e1000_main.c */