blob: f777d37d8e66b1d0afcaf38438b63c606084d0ff [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
Linus Torvalds1da177e2005-04-16 15:20:36 -070040char e1000_driver_version[] = DRV_VERSION;
Auke Kok3d41e302006-04-14 19:05:31 -070041static 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),
Auke Kokae2c3862006-06-27 09:08:30 -070076 INTEL_E1000_ETHERNET_DEVICE(0x1049),
77 INTEL_E1000_ETHERNET_DEVICE(0x104A),
78 INTEL_E1000_ETHERNET_DEVICE(0x104B),
79 INTEL_E1000_ETHERNET_DEVICE(0x104C),
80 INTEL_E1000_ETHERNET_DEVICE(0x104D),
Mallikarjuna R Chilakala07b8fed2005-10-19 10:40:08 -040081 INTEL_E1000_ETHERNET_DEVICE(0x105E),
82 INTEL_E1000_ETHERNET_DEVICE(0x105F),
83 INTEL_E1000_ETHERNET_DEVICE(0x1060),
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 INTEL_E1000_ETHERNET_DEVICE(0x1075),
85 INTEL_E1000_ETHERNET_DEVICE(0x1076),
86 INTEL_E1000_ETHERNET_DEVICE(0x1077),
87 INTEL_E1000_ETHERNET_DEVICE(0x1078),
88 INTEL_E1000_ETHERNET_DEVICE(0x1079),
89 INTEL_E1000_ETHERNET_DEVICE(0x107A),
90 INTEL_E1000_ETHERNET_DEVICE(0x107B),
91 INTEL_E1000_ETHERNET_DEVICE(0x107C),
Mallikarjuna R Chilakala07b8fed2005-10-19 10:40:08 -040092 INTEL_E1000_ETHERNET_DEVICE(0x107D),
93 INTEL_E1000_ETHERNET_DEVICE(0x107E),
94 INTEL_E1000_ETHERNET_DEVICE(0x107F),
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 INTEL_E1000_ETHERNET_DEVICE(0x108A),
Malli Chilakala26483452005-04-28 19:44:46 -070096 INTEL_E1000_ETHERNET_DEVICE(0x108B),
97 INTEL_E1000_ETHERNET_DEVICE(0x108C),
Jeff Kirsher6418ecc2006-03-02 18:21:10 -080098 INTEL_E1000_ETHERNET_DEVICE(0x1096),
99 INTEL_E1000_ETHERNET_DEVICE(0x1098),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -0800100 INTEL_E1000_ETHERNET_DEVICE(0x1099),
Mallikarjuna R Chilakala07b8fed2005-10-19 10:40:08 -0400101 INTEL_E1000_ETHERNET_DEVICE(0x109A),
Jesse Brandeburg5881cde2006-08-31 14:27:47 -0700102 INTEL_E1000_ETHERNET_DEVICE(0x10A4),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -0800103 INTEL_E1000_ETHERNET_DEVICE(0x10B5),
Jeff Kirsher6418ecc2006-03-02 18:21:10 -0800104 INTEL_E1000_ETHERNET_DEVICE(0x10B9),
Auke Kokae2c3862006-06-27 09:08:30 -0700105 INTEL_E1000_ETHERNET_DEVICE(0x10BA),
106 INTEL_E1000_ETHERNET_DEVICE(0x10BB),
Auke Kokfc2307d2006-11-01 08:47:56 -0800107 INTEL_E1000_ETHERNET_DEVICE(0x10BC),
108 INTEL_E1000_ETHERNET_DEVICE(0x10C4),
109 INTEL_E1000_ETHERNET_DEVICE(0x10C5),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 /* required last entry */
111 {0,}
112};
113
114MODULE_DEVICE_TABLE(pci, e1000_pci_tbl);
115
Nicholas Nunley35574762006-09-27 12:53:34 -0700116int e1000_up(struct e1000_adapter *adapter);
117void e1000_down(struct e1000_adapter *adapter);
118void e1000_reinit_locked(struct e1000_adapter *adapter);
119void e1000_reset(struct e1000_adapter *adapter);
120int e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx);
121int e1000_setup_all_tx_resources(struct e1000_adapter *adapter);
122int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
123void e1000_free_all_tx_resources(struct e1000_adapter *adapter);
124void e1000_free_all_rx_resources(struct e1000_adapter *adapter);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100125static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700126 struct e1000_tx_ring *txdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100127static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700128 struct e1000_rx_ring *rxdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100129static void e1000_free_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700130 struct e1000_tx_ring *tx_ring);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100131static void e1000_free_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700132 struct e1000_rx_ring *rx_ring);
133void e1000_update_stats(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
135static int e1000_init_module(void);
136static void e1000_exit_module(void);
137static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
138static void __devexit e1000_remove(struct pci_dev *pdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400139static int e1000_alloc_queues(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140static int e1000_sw_init(struct e1000_adapter *adapter);
141static int e1000_open(struct net_device *netdev);
142static int e1000_close(struct net_device *netdev);
143static void e1000_configure_tx(struct e1000_adapter *adapter);
144static void e1000_configure_rx(struct e1000_adapter *adapter);
145static void e1000_setup_rctl(struct e1000_adapter *adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400146static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter);
147static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter);
148static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
149 struct e1000_tx_ring *tx_ring);
150static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
151 struct e1000_rx_ring *rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152static void e1000_set_multi(struct net_device *netdev);
153static void e1000_update_phy_info(unsigned long data);
154static void e1000_watchdog(unsigned long data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155static void e1000_82547_tx_fifo_stall(unsigned long data);
156static int e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev);
157static struct net_device_stats * e1000_get_stats(struct net_device *netdev);
158static int e1000_change_mtu(struct net_device *netdev, int new_mtu);
159static int e1000_set_mac(struct net_device *netdev, void *p);
David Howells7d12e782006-10-05 14:55:46 +0100160static irqreturn_t e1000_intr(int irq, void *data);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800161#ifdef CONFIG_PCI_MSI
162static irqreturn_t e1000_intr_msi(int irq, void *data);
163#endif
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400164static boolean_t e1000_clean_tx_irq(struct e1000_adapter *adapter,
165 struct e1000_tx_ring *tx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166#ifdef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400167static int e1000_clean(struct net_device *poll_dev, int *budget);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168static boolean_t e1000_clean_rx_irq(struct e1000_adapter *adapter,
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400169 struct e1000_rx_ring *rx_ring,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 int *work_done, int work_to_do);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700171static boolean_t e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400172 struct e1000_rx_ring *rx_ring,
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700173 int *work_done, int work_to_do);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174#else
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400175static boolean_t e1000_clean_rx_irq(struct e1000_adapter *adapter,
176 struct e1000_rx_ring *rx_ring);
177static boolean_t e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
178 struct e1000_rx_ring *rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179#endif
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400180static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800181 struct e1000_rx_ring *rx_ring,
182 int cleaned_count);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400183static void e1000_alloc_rx_buffers_ps(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800184 struct e1000_rx_ring *rx_ring,
185 int cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
187static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
188 int cmd);
Nicholas Nunley35574762006-09-27 12:53:34 -0700189void e1000_set_ethtool_ops(struct net_device *netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190static void e1000_enter_82542_rst(struct e1000_adapter *adapter);
191static void e1000_leave_82542_rst(struct e1000_adapter *adapter);
192static void e1000_tx_timeout(struct net_device *dev);
David Howells65f27f32006-11-22 14:55:48 +0000193static void e1000_reset_task(struct work_struct *work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194static void e1000_smartspeed(struct e1000_adapter *adapter);
Auke Koke619d522006-04-14 19:04:52 -0700195static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
196 struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
198static void e1000_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp);
199static void e1000_vlan_rx_add_vid(struct net_device *netdev, uint16_t vid);
200static void e1000_vlan_rx_kill_vid(struct net_device *netdev, uint16_t vid);
201static void e1000_restore_vlan(struct e1000_adapter *adapter);
202
Ashutosh Naik977e74b2005-10-28 15:14:53 -0700203static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Auke Kok6fdfef12006-06-27 09:06:36 -0700204#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205static int e1000_resume(struct pci_dev *pdev);
206#endif
Auke Kokc653e632006-05-23 13:35:57 -0700207static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208
209#ifdef CONFIG_NET_POLL_CONTROLLER
210/* for netdump / net console */
211static void e1000_netpoll (struct net_device *netdev);
212#endif
213
Nicholas Nunley35574762006-09-27 12:53:34 -0700214extern void e1000_check_options(struct e1000_adapter *adapter);
215
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100216#define COPYBREAK_DEFAULT 256
217static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
218module_param(copybreak, uint, 0644);
219MODULE_PARM_DESC(copybreak,
220 "Maximum size of packet that is copied to a new buffer on receive");
221
Auke Kok90267292006-06-08 09:30:24 -0700222static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
223 pci_channel_state_t state);
224static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
225static void e1000_io_resume(struct pci_dev *pdev);
226
227static struct pci_error_handlers e1000_err_handler = {
228 .error_detected = e1000_io_error_detected,
229 .slot_reset = e1000_io_slot_reset,
230 .resume = e1000_io_resume,
231};
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -0400232
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233static struct pci_driver e1000_driver = {
234 .name = e1000_driver_name,
235 .id_table = e1000_pci_tbl,
236 .probe = e1000_probe,
237 .remove = __devexit_p(e1000_remove),
Auke Kokc4e24f02006-09-27 12:53:19 -0700238#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 /* Power Managment Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700241 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242#endif
Auke Kok90267292006-06-08 09:30:24 -0700243 .shutdown = e1000_shutdown,
244 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245};
246
247MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
248MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
249MODULE_LICENSE("GPL");
250MODULE_VERSION(DRV_VERSION);
251
252static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE;
253module_param(debug, int, 0);
254MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
255
256/**
257 * e1000_init_module - Driver Registration Routine
258 *
259 * e1000_init_module is the first routine called when the driver is
260 * loaded. All it does is register with the PCI subsystem.
261 **/
262
263static int __init
264e1000_init_module(void)
265{
266 int ret;
267 printk(KERN_INFO "%s - version %s\n",
268 e1000_driver_string, e1000_driver_version);
269
270 printk(KERN_INFO "%s\n", e1000_copyright);
271
Jeff Garzik29917622006-08-19 17:48:59 -0400272 ret = pci_register_driver(&e1000_driver);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100273 if (copybreak != COPYBREAK_DEFAULT) {
274 if (copybreak == 0)
275 printk(KERN_INFO "e1000: copybreak disabled\n");
276 else
277 printk(KERN_INFO "e1000: copybreak enabled for "
278 "packets <= %u bytes\n", copybreak);
279 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 return ret;
281}
282
283module_init(e1000_init_module);
284
285/**
286 * e1000_exit_module - Driver Exit Cleanup Routine
287 *
288 * e1000_exit_module is called just before the driver is removed
289 * from memory.
290 **/
291
292static void __exit
293e1000_exit_module(void)
294{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 pci_unregister_driver(&e1000_driver);
296}
297
298module_exit(e1000_exit_module);
299
Auke Kok2db10a02006-06-27 09:06:28 -0700300static int e1000_request_irq(struct e1000_adapter *adapter)
301{
302 struct net_device *netdev = adapter->netdev;
303 int flags, err = 0;
304
Jeff Garzikc0bc8722006-07-05 14:32:39 -0400305 flags = IRQF_SHARED;
Auke Kok2db10a02006-06-27 09:06:28 -0700306#ifdef CONFIG_PCI_MSI
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800307 if (adapter->hw.mac_type >= e1000_82571) {
Auke Kok2db10a02006-06-27 09:06:28 -0700308 adapter->have_msi = TRUE;
309 if ((err = pci_enable_msi(adapter->pdev))) {
310 DPRINTK(PROBE, ERR,
311 "Unable to allocate MSI interrupt Error: %d\n", err);
312 adapter->have_msi = FALSE;
313 }
314 }
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800315 if (adapter->have_msi) {
Andrew Morton61ef5c02006-07-06 23:58:19 -0700316 flags &= ~IRQF_SHARED;
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800317 err = request_irq(adapter->pdev->irq, &e1000_intr_msi, flags,
318 netdev->name, netdev);
319 if (err)
320 DPRINTK(PROBE, ERR,
321 "Unable to allocate interrupt Error: %d\n", err);
322 } else
Auke Kok2db10a02006-06-27 09:06:28 -0700323#endif
324 if ((err = request_irq(adapter->pdev->irq, &e1000_intr, flags,
325 netdev->name, netdev)))
326 DPRINTK(PROBE, ERR,
327 "Unable to allocate interrupt Error: %d\n", err);
328
329 return err;
330}
331
332static void e1000_free_irq(struct e1000_adapter *adapter)
333{
334 struct net_device *netdev = adapter->netdev;
335
336 free_irq(adapter->pdev->irq, netdev);
337
338#ifdef CONFIG_PCI_MSI
339 if (adapter->have_msi)
340 pci_disable_msi(adapter->pdev);
341#endif
342}
343
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344/**
345 * e1000_irq_disable - Mask off interrupt generation on the NIC
346 * @adapter: board private structure
347 **/
348
Auke Koke619d522006-04-14 19:04:52 -0700349static void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350e1000_irq_disable(struct e1000_adapter *adapter)
351{
352 atomic_inc(&adapter->irq_sem);
353 E1000_WRITE_REG(&adapter->hw, IMC, ~0);
354 E1000_WRITE_FLUSH(&adapter->hw);
355 synchronize_irq(adapter->pdev->irq);
356}
357
358/**
359 * e1000_irq_enable - Enable default interrupt generation settings
360 * @adapter: board private structure
361 **/
362
Auke Koke619d522006-04-14 19:04:52 -0700363static void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364e1000_irq_enable(struct e1000_adapter *adapter)
365{
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800366 if (likely(atomic_dec_and_test(&adapter->irq_sem))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367 E1000_WRITE_REG(&adapter->hw, IMS, IMS_ENABLE_MASK);
368 E1000_WRITE_FLUSH(&adapter->hw);
369 }
370}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100371
372static void
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700373e1000_update_mng_vlan(struct e1000_adapter *adapter)
374{
375 struct net_device *netdev = adapter->netdev;
376 uint16_t vid = adapter->hw.mng_cookie.vlan_id;
377 uint16_t old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800378 if (adapter->vlgrp) {
Dan Aloni5c15bde2007-03-02 20:44:51 -0800379 if (!vlan_group_get_device(adapter->vlgrp, vid)) {
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800380 if (adapter->hw.mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700381 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
382 e1000_vlan_rx_add_vid(netdev, vid);
383 adapter->mng_vlan_id = vid;
384 } else
385 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800386
387 if ((old_vid != (uint16_t)E1000_MNG_VLAN_NONE) &&
388 (vid != old_vid) &&
Dan Aloni5c15bde2007-03-02 20:44:51 -0800389 !vlan_group_get_device(adapter->vlgrp, old_vid))
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700390 e1000_vlan_rx_kill_vid(netdev, old_vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800391 } else
392 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700393 }
394}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800395
396/**
397 * e1000_release_hw_control - release control of the h/w to f/w
398 * @adapter: address of board private structure
399 *
400 * e1000_release_hw_control resets {CTRL_EXT|FWSM}:DRV_LOAD bit.
401 * For ASF and Pass Through versions of f/w this means that the
402 * driver is no longer loaded. For AMT version (only with 82573) i
Auke Kok90fb5132006-11-01 08:47:30 -0800403 * of the f/w this means that the network i/f is closed.
Auke Kok76c224b2006-05-23 13:36:06 -0700404 *
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800405 **/
406
Auke Koke619d522006-04-14 19:04:52 -0700407static void
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800408e1000_release_hw_control(struct e1000_adapter *adapter)
409{
410 uint32_t ctrl_ext;
411 uint32_t swsm;
Auke Kokcd94dd02006-06-27 09:08:22 -0700412 uint32_t extcnf;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800413
414 /* Let firmware taken over control of h/w */
415 switch (adapter->hw.mac_type) {
416 case e1000_82571:
417 case e1000_82572:
Auke Kok4cc15f52006-04-14 19:04:46 -0700418 case e1000_80003es2lan:
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800419 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
420 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
421 ctrl_ext & ~E1000_CTRL_EXT_DRV_LOAD);
422 break;
423 case e1000_82573:
424 swsm = E1000_READ_REG(&adapter->hw, SWSM);
425 E1000_WRITE_REG(&adapter->hw, SWSM,
426 swsm & ~E1000_SWSM_DRV_LOAD);
Auke Kokcd94dd02006-06-27 09:08:22 -0700427 case e1000_ich8lan:
428 extcnf = E1000_READ_REG(&adapter->hw, CTRL_EXT);
429 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
430 extcnf & ~E1000_CTRL_EXT_DRV_LOAD);
431 break;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800432 default:
433 break;
434 }
435}
436
437/**
438 * e1000_get_hw_control - get control of the h/w from f/w
439 * @adapter: address of board private structure
440 *
441 * e1000_get_hw_control sets {CTRL_EXT|FWSM}:DRV_LOAD bit.
Auke Kok76c224b2006-05-23 13:36:06 -0700442 * For ASF and Pass Through versions of f/w this means that
443 * the driver is loaded. For AMT version (only with 82573)
Auke Kok90fb5132006-11-01 08:47:30 -0800444 * of the f/w this means that the network i/f is open.
Auke Kok76c224b2006-05-23 13:36:06 -0700445 *
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800446 **/
447
Auke Koke619d522006-04-14 19:04:52 -0700448static void
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800449e1000_get_hw_control(struct e1000_adapter *adapter)
450{
451 uint32_t ctrl_ext;
452 uint32_t swsm;
Auke Kokcd94dd02006-06-27 09:08:22 -0700453 uint32_t extcnf;
Auke Kok90fb5132006-11-01 08:47:30 -0800454
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800455 /* Let firmware know the driver has taken over */
456 switch (adapter->hw.mac_type) {
457 case e1000_82571:
458 case e1000_82572:
Auke Kok4cc15f52006-04-14 19:04:46 -0700459 case e1000_80003es2lan:
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800460 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
461 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
462 ctrl_ext | E1000_CTRL_EXT_DRV_LOAD);
463 break;
464 case e1000_82573:
465 swsm = E1000_READ_REG(&adapter->hw, SWSM);
466 E1000_WRITE_REG(&adapter->hw, SWSM,
467 swsm | E1000_SWSM_DRV_LOAD);
468 break;
Auke Kokcd94dd02006-06-27 09:08:22 -0700469 case e1000_ich8lan:
470 extcnf = E1000_READ_REG(&adapter->hw, EXTCNF_CTRL);
471 E1000_WRITE_REG(&adapter->hw, EXTCNF_CTRL,
472 extcnf | E1000_EXTCNF_CTRL_SWFLAG);
473 break;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800474 default:
475 break;
476 }
477}
478
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500479static void
480e1000_init_manageability(struct e1000_adapter *adapter)
481{
482 if (adapter->en_mng_pt) {
483 uint32_t manc = E1000_READ_REG(&adapter->hw, MANC);
484
485 /* disable hardware interception of ARP */
486 manc &= ~(E1000_MANC_ARP_EN);
487
488 /* enable receiving management packets to the host */
489 /* this will probably generate destination unreachable messages
490 * from the host OS, but the packets will be handled on SMBUS */
491 if (adapter->hw.has_manc2h) {
492 uint32_t manc2h = E1000_READ_REG(&adapter->hw, MANC2H);
493
494 manc |= E1000_MANC_EN_MNG2HOST;
495#define E1000_MNG2HOST_PORT_623 (1 << 5)
496#define E1000_MNG2HOST_PORT_664 (1 << 6)
497 manc2h |= E1000_MNG2HOST_PORT_623;
498 manc2h |= E1000_MNG2HOST_PORT_664;
499 E1000_WRITE_REG(&adapter->hw, MANC2H, manc2h);
500 }
501
502 E1000_WRITE_REG(&adapter->hw, MANC, manc);
503 }
504}
505
506static void
507e1000_release_manageability(struct e1000_adapter *adapter)
508{
509 if (adapter->en_mng_pt) {
510 uint32_t manc = E1000_READ_REG(&adapter->hw, MANC);
511
512 /* re-enable hardware interception of ARP */
513 manc |= E1000_MANC_ARP_EN;
514
515 if (adapter->hw.has_manc2h)
516 manc &= ~E1000_MANC_EN_MNG2HOST;
517
518 /* don't explicitly have to mess with MANC2H since
519 * MANC has an enable disable that gates MANC2H */
520
521 E1000_WRITE_REG(&adapter->hw, MANC, manc);
522 }
523}
524
Auke Koke0aac5a2007-03-06 08:57:21 -0800525/**
526 * e1000_configure - configure the hardware for RX and TX
527 * @adapter = private board structure
528 **/
529static void e1000_configure(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530{
531 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700532 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 e1000_set_multi(netdev);
535
536 e1000_restore_vlan(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500537 e1000_init_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538
539 e1000_configure_tx(adapter);
540 e1000_setup_rctl(adapter);
541 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800542 /* call E1000_DESC_UNUSED which always leaves
543 * at least 1 descriptor unused to make sure
544 * next_to_use != next_to_clean */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800545 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800546 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800547 adapter->alloc_rx_buf(adapter, ring,
548 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800549 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800551 adapter->tx_queue_len = netdev->tx_queue_len;
Auke Koke0aac5a2007-03-06 08:57:21 -0800552}
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800553
Auke Koke0aac5a2007-03-06 08:57:21 -0800554int e1000_up(struct e1000_adapter *adapter)
555{
556 /* hardware has been reset, we need to reload some things */
557 e1000_configure(adapter);
Malli Chilakala5de55622005-04-28 19:39:30 -0700558
Auke Kok1314bbf2006-09-27 12:54:02 -0700559 clear_bit(__E1000_DOWN, &adapter->flags);
560
Auke Koke0aac5a2007-03-06 08:57:21 -0800561#ifdef CONFIG_E1000_NAPI
562 netif_poll_enable(adapter->netdev);
563#endif
564 e1000_irq_enable(adapter);
565
Jesse Brandeburg79f3d392006-12-15 10:42:34 +0100566 /* fire a link change interrupt to start the watchdog */
567 E1000_WRITE_REG(&adapter->hw, ICS, E1000_ICS_LSC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 return 0;
569}
570
Auke Kok79f05bf2006-06-27 09:06:32 -0700571/**
572 * e1000_power_up_phy - restore link in case the phy was powered down
573 * @adapter: address of board private structure
574 *
575 * The phy may be powered down to save power and turn off link when the
576 * driver is unloaded and wake on lan is not enabled (among others)
577 * *** this routine MUST be followed by a call to e1000_reset ***
578 *
579 **/
580
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700581void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700582{
583 uint16_t mii_reg = 0;
584
585 /* Just clear the power down bit to wake the phy back up */
586 if (adapter->hw.media_type == e1000_media_type_copper) {
587 /* according to the manual, the phy will retain its
588 * settings across a power-down/up cycle */
589 e1000_read_phy_reg(&adapter->hw, PHY_CTRL, &mii_reg);
590 mii_reg &= ~MII_CR_POWER_DOWN;
591 e1000_write_phy_reg(&adapter->hw, PHY_CTRL, mii_reg);
592 }
593}
594
595static void e1000_power_down_phy(struct e1000_adapter *adapter)
596{
Bruce Allan61c25052006-09-27 12:53:54 -0700597 /* Power down the PHY so no link is implied when interface is down *
598 * The PHY cannot be powered down if any of the following is TRUE *
Auke Kok79f05bf2006-06-27 09:06:32 -0700599 * (a) WoL is enabled
600 * (b) AMT is active
601 * (c) SoL/IDER session is active */
602 if (!adapter->wol && adapter->hw.mac_type >= e1000_82540 &&
Bruce Allan61c25052006-09-27 12:53:54 -0700603 adapter->hw.media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700604 uint16_t mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700605
606 switch (adapter->hw.mac_type) {
607 case e1000_82540:
608 case e1000_82545:
609 case e1000_82545_rev_3:
610 case e1000_82546:
611 case e1000_82546_rev_3:
612 case e1000_82541:
613 case e1000_82541_rev_2:
614 case e1000_82547:
615 case e1000_82547_rev_2:
616 if (E1000_READ_REG(&adapter->hw, MANC) &
617 E1000_MANC_SMBUS_EN)
618 goto out;
619 break;
620 case e1000_82571:
621 case e1000_82572:
622 case e1000_82573:
623 case e1000_80003es2lan:
624 case e1000_ich8lan:
625 if (e1000_check_mng_mode(&adapter->hw) ||
626 e1000_check_phy_reset_block(&adapter->hw))
627 goto out;
628 break;
629 default:
630 goto out;
631 }
Auke Kok79f05bf2006-06-27 09:06:32 -0700632 e1000_read_phy_reg(&adapter->hw, PHY_CTRL, &mii_reg);
633 mii_reg |= MII_CR_POWER_DOWN;
634 e1000_write_phy_reg(&adapter->hw, PHY_CTRL, mii_reg);
635 mdelay(1);
636 }
Bruce Allan61c25052006-09-27 12:53:54 -0700637out:
638 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700639}
640
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641void
642e1000_down(struct e1000_adapter *adapter)
643{
644 struct net_device *netdev = adapter->netdev;
645
Auke Kok1314bbf2006-09-27 12:54:02 -0700646 /* signal that we're down so the interrupt handler does not
647 * reschedule our watchdog timer */
648 set_bit(__E1000_DOWN, &adapter->flags);
649
Auke Koke0aac5a2007-03-06 08:57:21 -0800650#ifdef CONFIG_E1000_NAPI
651 netif_poll_disable(netdev);
652#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800654
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 del_timer_sync(&adapter->tx_fifo_stall_timer);
656 del_timer_sync(&adapter->watchdog_timer);
657 del_timer_sync(&adapter->phy_info_timer);
658
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800659 netdev->tx_queue_len = adapter->tx_queue_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 adapter->link_speed = 0;
661 adapter->link_duplex = 0;
662 netif_carrier_off(netdev);
663 netif_stop_queue(netdev);
664
665 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400666 e1000_clean_all_tx_rings(adapter);
667 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670void
Auke Kok2db10a02006-06-27 09:06:28 -0700671e1000_reinit_locked(struct e1000_adapter *adapter)
672{
673 WARN_ON(in_interrupt());
674 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
675 msleep(1);
676 e1000_down(adapter);
677 e1000_up(adapter);
678 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679}
680
681void
682e1000_reset(struct e1000_adapter *adapter)
683{
Bruce Allan018ea442006-12-15 10:39:45 +0100684 uint32_t pba = 0, tx_space, min_tx_space, min_rx_space;
Malli Chilakala1125ecb2005-04-28 19:44:25 -0700685 uint16_t fc_high_water_mark = E1000_FC_HIGH_DIFF;
Bruce Allan018ea442006-12-15 10:39:45 +0100686 boolean_t legacy_pba_adjust = FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687
688 /* Repartition Pba for greater than 9k mtu
689 * To take effect CTRL.RST is required.
690 */
691
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700692 switch (adapter->hw.mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100693 case e1000_82542_rev2_0:
694 case e1000_82542_rev2_1:
695 case e1000_82543:
696 case e1000_82544:
697 case e1000_82540:
698 case e1000_82541:
699 case e1000_82541_rev_2:
700 legacy_pba_adjust = TRUE;
701 pba = E1000_PBA_48K;
702 break;
703 case e1000_82545:
704 case e1000_82545_rev_3:
705 case e1000_82546:
706 case e1000_82546_rev_3:
707 pba = E1000_PBA_48K;
708 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700709 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700710 case e1000_82547_rev_2:
Bruce Allan018ea442006-12-15 10:39:45 +0100711 legacy_pba_adjust = TRUE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700712 pba = E1000_PBA_30K;
713 break;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -0400714 case e1000_82571:
715 case e1000_82572:
Jeff Kirsher6418ecc2006-03-02 18:21:10 -0800716 case e1000_80003es2lan:
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -0400717 pba = E1000_PBA_38K;
718 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700719 case e1000_82573:
Bruce Allan018ea442006-12-15 10:39:45 +0100720 pba = E1000_PBA_20K;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700721 break;
Auke Kokcd94dd02006-06-27 09:08:22 -0700722 case e1000_ich8lan:
723 pba = E1000_PBA_8K;
Bruce Allan018ea442006-12-15 10:39:45 +0100724 case e1000_undefined:
725 case e1000_num_macs:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700726 break;
727 }
728
Bruce Allan018ea442006-12-15 10:39:45 +0100729 if (legacy_pba_adjust == TRUE) {
730 if (adapter->netdev->mtu > E1000_RXBUFFER_8192)
731 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700732
Bruce Allan018ea442006-12-15 10:39:45 +0100733 if (adapter->hw.mac_type == e1000_82547) {
734 adapter->tx_fifo_head = 0;
735 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
736 adapter->tx_fifo_size =
737 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
738 atomic_set(&adapter->tx_fifo_stall, 0);
739 }
740 } else if (adapter->hw.max_frame_size > MAXIMUM_ETHERNET_FRAME_SIZE) {
741 /* adjust PBA for jumbo frames */
742 E1000_WRITE_REG(&adapter->hw, PBA, pba);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700743
Bruce Allan018ea442006-12-15 10:39:45 +0100744 /* To maintain wire speed transmits, the Tx FIFO should be
745 * large enough to accomodate two full transmit packets,
746 * rounded up to the next 1KB and expressed in KB. Likewise,
747 * the Rx FIFO should be large enough to accomodate at least
748 * one full receive packet and is similarly rounded up and
749 * expressed in KB. */
750 pba = E1000_READ_REG(&adapter->hw, PBA);
751 /* upper 16 bits has Tx packet buffer allocation size in KB */
752 tx_space = pba >> 16;
753 /* lower 16 bits has Rx packet buffer allocation size in KB */
754 pba &= 0xffff;
755 /* don't include ethernet FCS because hardware appends/strips */
756 min_rx_space = adapter->netdev->mtu + ENET_HEADER_SIZE +
757 VLAN_TAG_SIZE;
758 min_tx_space = min_rx_space;
759 min_tx_space *= 2;
760 E1000_ROUNDUP(min_tx_space, 1024);
761 min_tx_space >>= 10;
762 E1000_ROUNDUP(min_rx_space, 1024);
763 min_rx_space >>= 10;
764
765 /* If current Tx allocation is less than the min Tx FIFO size,
766 * and the min Tx FIFO size is less than the current Rx FIFO
767 * allocation, take space away from current Rx allocation */
768 if (tx_space < min_tx_space &&
769 ((min_tx_space - tx_space) < pba)) {
770 pba = pba - (min_tx_space - tx_space);
771
772 /* PCI/PCIx hardware has PBA alignment constraints */
773 switch (adapter->hw.mac_type) {
774 case e1000_82545 ... e1000_82546_rev_3:
775 pba &= ~(E1000_PBA_8K - 1);
776 break;
777 default:
778 break;
779 }
780
781 /* if short on rx space, rx wins and must trump tx
782 * adjustment or use Early Receive if available */
783 if (pba < min_rx_space) {
784 switch (adapter->hw.mac_type) {
785 case e1000_82573:
786 /* ERT enabled in e1000_configure_rx */
787 break;
788 default:
789 pba = min_rx_space;
790 break;
791 }
792 }
793 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700795
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 E1000_WRITE_REG(&adapter->hw, PBA, pba);
797
798 /* flow control settings */
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800799 /* Set the FC high water mark to 90% of the FIFO size.
800 * Required to clear last 3 LSB */
801 fc_high_water_mark = ((pba * 9216)/10) & 0xFFF8;
Auke Kokcd94dd02006-06-27 09:08:22 -0700802 /* We can't use 90% on small FIFOs because the remainder
803 * would be less than 1 full frame. In this case, we size
804 * it to allow at least a full frame above the high water
805 * mark. */
806 if (pba < E1000_PBA_16K)
807 fc_high_water_mark = (pba * 1024) - 1600;
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800808
809 adapter->hw.fc_high_water = fc_high_water_mark;
810 adapter->hw.fc_low_water = fc_high_water_mark - 8;
Jeff Kirsher87041632006-03-02 18:21:24 -0800811 if (adapter->hw.mac_type == e1000_80003es2lan)
812 adapter->hw.fc_pause_time = 0xFFFF;
813 else
814 adapter->hw.fc_pause_time = E1000_FC_PAUSE_TIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 adapter->hw.fc_send_xon = 1;
816 adapter->hw.fc = adapter->hw.original_fc;
817
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700818 /* Allow time for pending master requests to run */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 e1000_reset_hw(&adapter->hw);
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800820 if (adapter->hw.mac_type >= e1000_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 E1000_WRITE_REG(&adapter->hw, WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700822
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800823 if (e1000_init_hw(&adapter->hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824 DPRINTK(PROBE, ERR, "Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700825 e1000_update_mng_vlan(adapter);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100826
827 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
828 if (adapter->hw.mac_type >= e1000_82544 &&
829 adapter->hw.mac_type <= e1000_82547_rev_2 &&
830 adapter->hw.autoneg == 1 &&
831 adapter->hw.autoneg_advertised == ADVERTISE_1000_FULL) {
832 uint32_t ctrl = E1000_READ_REG(&adapter->hw, CTRL);
833 /* clear phy power management bit if we are in gig only mode,
834 * which if enabled will attempt negotiation to 100Mb, which
835 * can cause a loss of link at power off or driver unload */
836 ctrl &= ~E1000_CTRL_SWDPIN3;
837 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
838 }
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
841 E1000_WRITE_REG(&adapter->hw, VET, ETHERNET_IEEE_VLAN_TYPE);
842
843 e1000_reset_adaptive(&adapter->hw);
844 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700845
846 if (!adapter->smart_power_down &&
847 (adapter->hw.mac_type == e1000_82571 ||
848 adapter->hw.mac_type == e1000_82572)) {
849 uint16_t phy_data = 0;
850 /* speed up time to link by disabling smart power down, ignore
851 * the return value of this function because there is nothing
852 * different we would do if it failed */
853 e1000_read_phy_reg(&adapter->hw, IGP02E1000_PHY_POWER_MGMT,
854 &phy_data);
855 phy_data &= ~IGP02E1000_PM_SPD;
856 e1000_write_phy_reg(&adapter->hw, IGP02E1000_PHY_POWER_MGMT,
857 phy_data);
858 }
859
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500860 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861}
862
863/**
864 * e1000_probe - Device Initialization Routine
865 * @pdev: PCI device information struct
866 * @ent: entry in e1000_pci_tbl
867 *
868 * Returns 0 on success, negative on failure
869 *
870 * e1000_probe initializes an adapter identified by a pci_dev structure.
871 * The OS initialization, configuring of the adapter private structure,
872 * and a hardware reset occur.
873 **/
874
875static int __devinit
876e1000_probe(struct pci_dev *pdev,
877 const struct pci_device_id *ent)
878{
879 struct net_device *netdev;
880 struct e1000_adapter *adapter;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700881 unsigned long mmio_start, mmio_len;
Auke Kokcd94dd02006-06-27 09:08:22 -0700882 unsigned long flash_start, flash_len;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700883
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700885 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700886 int i, err, pci_using_dac;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700887 uint16_t eeprom_data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 uint16_t eeprom_apme_mask = E1000_EEPROM_APME;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800889 if ((err = pci_enable_device(pdev)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890 return err;
891
Auke Kokcd94dd02006-06-27 09:08:22 -0700892 if (!(err = pci_set_dma_mask(pdev, DMA_64BIT_MASK)) &&
893 !(err = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 pci_using_dac = 1;
895 } else {
Auke Kokcd94dd02006-06-27 09:08:22 -0700896 if ((err = pci_set_dma_mask(pdev, DMA_32BIT_MASK)) &&
897 (err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 E1000_ERR("No usable DMA configuration, aborting\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700899 goto err_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 }
901 pci_using_dac = 0;
902 }
903
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800904 if ((err = pci_request_regions(pdev, e1000_driver_name)))
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700905 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906
907 pci_set_master(pdev);
908
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700909 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700911 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913
914 SET_MODULE_OWNER(netdev);
915 SET_NETDEV_DEV(netdev, &pdev->dev);
916
917 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700918 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 adapter->netdev = netdev;
920 adapter->pdev = pdev;
921 adapter->hw.back = adapter;
922 adapter->msg_enable = (1 << debug) - 1;
923
924 mmio_start = pci_resource_start(pdev, BAR_0);
925 mmio_len = pci_resource_len(pdev, BAR_0);
926
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700927 err = -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928 adapter->hw.hw_addr = ioremap(mmio_start, mmio_len);
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700929 if (!adapter->hw.hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800932 for (i = BAR_1; i <= BAR_5; i++) {
933 if (pci_resource_len(pdev, i) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934 continue;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800935 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936 adapter->hw.io_base = pci_resource_start(pdev, i);
937 break;
938 }
939 }
940
941 netdev->open = &e1000_open;
942 netdev->stop = &e1000_close;
943 netdev->hard_start_xmit = &e1000_xmit_frame;
944 netdev->get_stats = &e1000_get_stats;
945 netdev->set_multicast_list = &e1000_set_multi;
946 netdev->set_mac_address = &e1000_set_mac;
947 netdev->change_mtu = &e1000_change_mtu;
948 netdev->do_ioctl = &e1000_ioctl;
949 e1000_set_ethtool_ops(netdev);
950 netdev->tx_timeout = &e1000_tx_timeout;
951 netdev->watchdog_timeo = 5 * HZ;
952#ifdef CONFIG_E1000_NAPI
953 netdev->poll = &e1000_clean;
954 netdev->weight = 64;
955#endif
956 netdev->vlan_rx_register = e1000_vlan_rx_register;
957 netdev->vlan_rx_add_vid = e1000_vlan_rx_add_vid;
958 netdev->vlan_rx_kill_vid = e1000_vlan_rx_kill_vid;
959#ifdef CONFIG_NET_POLL_CONTROLLER
960 netdev->poll_controller = e1000_netpoll;
961#endif
Auke Kok0eb5a342006-09-27 12:53:17 -0700962 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963
964 netdev->mem_start = mmio_start;
965 netdev->mem_end = mmio_start + mmio_len;
966 netdev->base_addr = adapter->hw.io_base;
967
968 adapter->bd_number = cards_found;
969
970 /* setup the private structure */
971
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800972 if ((err = e1000_sw_init(adapter)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973 goto err_sw_init;
974
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700975 err = -EIO;
Auke Kokcd94dd02006-06-27 09:08:22 -0700976 /* Flash BAR mapping must happen after e1000_sw_init
977 * because it depends on mac_type */
978 if ((adapter->hw.mac_type == e1000_ich8lan) &&
979 (pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) {
980 flash_start = pci_resource_start(pdev, 1);
981 flash_len = pci_resource_len(pdev, 1);
982 adapter->hw.flash_address = ioremap(flash_start, flash_len);
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700983 if (!adapter->hw.flash_address)
Auke Kokcd94dd02006-06-27 09:08:22 -0700984 goto err_flashmap;
Auke Kokcd94dd02006-06-27 09:08:22 -0700985 }
986
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700987 if (e1000_check_phy_reset_block(&adapter->hw))
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700988 DPRINTK(PROBE, INFO, "PHY reset is blocked due to SOL/IDER session.\n");
989
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800990 if (adapter->hw.mac_type >= e1000_82543) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991 netdev->features = NETIF_F_SG |
992 NETIF_F_HW_CSUM |
993 NETIF_F_HW_VLAN_TX |
994 NETIF_F_HW_VLAN_RX |
995 NETIF_F_HW_VLAN_FILTER;
Auke Kokcd94dd02006-06-27 09:08:22 -0700996 if (adapter->hw.mac_type == e1000_ich8lan)
997 netdev->features &= ~NETIF_F_HW_VLAN_FILTER;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998 }
999
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001000 if ((adapter->hw.mac_type >= e1000_82544) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 (adapter->hw.mac_type != e1000_82547))
1002 netdev->features |= NETIF_F_TSO;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001003
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001004 if (adapter->hw.mac_type > e1000_82547_rev_2)
Auke Kok87ca4e52006-11-01 08:47:36 -08001005 netdev->features |= NETIF_F_TSO6;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001006 if (pci_using_dac)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 netdev->features |= NETIF_F_HIGHDMA;
1008
Auke Kok76c224b2006-05-23 13:36:06 -07001009 netdev->features |= NETIF_F_LLTX;
1010
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001011 adapter->en_mng_pt = e1000_enable_mng_pass_thru(&adapter->hw);
1012
Auke Kokcd94dd02006-06-27 09:08:22 -07001013 /* initialize eeprom parameters */
1014
1015 if (e1000_init_eeprom_params(&adapter->hw)) {
1016 E1000_ERR("EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001017 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -07001018 }
1019
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001020 /* before reading the EEPROM, reset the controller to
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021 * put the device in a known good starting state */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 e1000_reset_hw(&adapter->hw);
1024
1025 /* make sure the EEPROM is good */
1026
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001027 if (e1000_validate_eeprom_checksum(&adapter->hw) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028 DPRINTK(PROBE, ERR, "The EEPROM Checksum Is Not Valid\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 goto err_eeprom;
1030 }
1031
1032 /* copy the MAC address out of the EEPROM */
1033
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001034 if (e1000_read_mac_addr(&adapter->hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 DPRINTK(PROBE, ERR, "EEPROM Read Error\n");
1036 memcpy(netdev->dev_addr, adapter->hw.mac_addr, netdev->addr_len);
John W. Linville9beb0ac2005-09-12 10:48:55 -04001037 memcpy(netdev->perm_addr, adapter->hw.mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001039 if (!is_valid_ether_addr(netdev->perm_addr)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 DPRINTK(PROBE, ERR, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 goto err_eeprom;
1042 }
1043
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 e1000_get_bus_info(&adapter->hw);
1045
1046 init_timer(&adapter->tx_fifo_stall_timer);
1047 adapter->tx_fifo_stall_timer.function = &e1000_82547_tx_fifo_stall;
1048 adapter->tx_fifo_stall_timer.data = (unsigned long) adapter;
1049
1050 init_timer(&adapter->watchdog_timer);
1051 adapter->watchdog_timer.function = &e1000_watchdog;
1052 adapter->watchdog_timer.data = (unsigned long) adapter;
1053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 init_timer(&adapter->phy_info_timer);
1055 adapter->phy_info_timer.function = &e1000_update_phy_info;
1056 adapter->phy_info_timer.data = (unsigned long) adapter;
1057
David Howells65f27f32006-11-22 14:55:48 +00001058 INIT_WORK(&adapter->reset_task, e1000_reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060 e1000_check_options(adapter);
1061
1062 /* Initial Wake on LAN setting
1063 * If APM wake is enabled in the EEPROM,
1064 * enable the ACPI Magic Packet filter
1065 */
1066
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001067 switch (adapter->hw.mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068 case e1000_82542_rev2_0:
1069 case e1000_82542_rev2_1:
1070 case e1000_82543:
1071 break;
1072 case e1000_82544:
1073 e1000_read_eeprom(&adapter->hw,
1074 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
1075 eeprom_apme_mask = E1000_EEPROM_82544_APM;
1076 break;
Auke Kokcd94dd02006-06-27 09:08:22 -07001077 case e1000_ich8lan:
1078 e1000_read_eeprom(&adapter->hw,
1079 EEPROM_INIT_CONTROL1_REG, 1, &eeprom_data);
1080 eeprom_apme_mask = E1000_EEPROM_ICH8_APME;
1081 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082 case e1000_82546:
1083 case e1000_82546_rev_3:
Jeff Kirsherfd803242005-12-13 00:06:22 -05001084 case e1000_82571:
Jeff Kirsher6418ecc2006-03-02 18:21:10 -08001085 case e1000_80003es2lan:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001086 if (E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_FUNC_1){
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 e1000_read_eeprom(&adapter->hw,
1088 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
1089 break;
1090 }
1091 /* Fall Through */
1092 default:
1093 e1000_read_eeprom(&adapter->hw,
1094 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
1095 break;
1096 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001097 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001098 adapter->eeprom_wol |= E1000_WUFC_MAG;
1099
1100 /* now that we have the eeprom settings, apply the special cases
1101 * where the eeprom may be wrong or the board simply won't support
1102 * wake on lan on a particular port */
1103 switch (pdev->device) {
1104 case E1000_DEV_ID_82546GB_PCIE:
1105 adapter->eeprom_wol = 0;
1106 break;
1107 case E1000_DEV_ID_82546EB_FIBER:
1108 case E1000_DEV_ID_82546GB_FIBER:
1109 case E1000_DEV_ID_82571EB_FIBER:
1110 /* Wake events only supported on port A for dual fiber
1111 * regardless of eeprom setting */
1112 if (E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_FUNC_1)
1113 adapter->eeprom_wol = 0;
1114 break;
1115 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
Jesse Brandeburg5881cde2006-08-31 14:27:47 -07001116 case E1000_DEV_ID_82571EB_QUAD_COPPER:
Auke Kokfc2307d2006-11-01 08:47:56 -08001117 case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE:
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001118 /* if quad port adapter, disable WoL on all but port A */
1119 if (global_quad_port_a != 0)
1120 adapter->eeprom_wol = 0;
1121 else
1122 adapter->quad_port_a = 1;
1123 /* Reset for multiple quad port adapters */
1124 if (++global_quad_port_a == 4)
1125 global_quad_port_a = 0;
1126 break;
1127 }
1128
1129 /* initialize the wol settings based on the eeprom settings */
1130 adapter->wol = adapter->eeprom_wol;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131
Jeff Kirsherfb3d47d2006-01-12 16:51:25 -08001132 /* print bus type/speed/width info */
1133 {
1134 struct e1000_hw *hw = &adapter->hw;
1135 DPRINTK(PROBE, INFO, "(PCI%s:%s:%s) ",
1136 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" :
1137 (hw->bus_type == e1000_bus_type_pci_express ? " Express":"")),
1138 ((hw->bus_speed == e1000_bus_speed_2500) ? "2.5Gb/s" :
1139 (hw->bus_speed == e1000_bus_speed_133) ? "133MHz" :
1140 (hw->bus_speed == e1000_bus_speed_120) ? "120MHz" :
1141 (hw->bus_speed == e1000_bus_speed_100) ? "100MHz" :
1142 (hw->bus_speed == e1000_bus_speed_66) ? "66MHz" : "33MHz"),
1143 ((hw->bus_width == e1000_bus_width_64) ? "64-bit" :
1144 (hw->bus_width == e1000_bus_width_pciex_4) ? "Width x4" :
1145 (hw->bus_width == e1000_bus_width_pciex_1) ? "Width x1" :
1146 "32-bit"));
1147 }
1148
1149 for (i = 0; i < 6; i++)
1150 printk("%2.2x%c", netdev->dev_addr[i], i == 5 ? '\n' : ':');
1151
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 /* reset the hardware with the new settings */
1153 e1000_reset(adapter);
1154
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001155 /* If the controller is 82573 and f/w is AMT, do not set
1156 * DRV_LOAD until the interface is up. For all other cases,
1157 * let the f/w know that the h/w is now under the control
1158 * of the driver. */
1159 if (adapter->hw.mac_type != e1000_82573 ||
1160 !e1000_check_mng_mode(&adapter->hw))
1161 e1000_get_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001162
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 strcpy(netdev->name, "eth%d");
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001164 if ((err = register_netdev(netdev)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 goto err_register;
1166
Auke Kok1314bbf2006-09-27 12:54:02 -07001167 /* tell the stack to leave us alone until e1000_open() is called */
1168 netif_carrier_off(netdev);
1169 netif_stop_queue(netdev);
1170
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171 DPRINTK(PROBE, INFO, "Intel(R) PRO/1000 Network Connection\n");
1172
1173 cards_found++;
1174 return 0;
1175
1176err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001177 e1000_release_hw_control(adapter);
1178err_eeprom:
1179 if (!e1000_check_phy_reset_block(&adapter->hw))
1180 e1000_phy_hw_reset(&adapter->hw);
1181
Auke Kokcd94dd02006-06-27 09:08:22 -07001182 if (adapter->hw.flash_address)
1183 iounmap(adapter->hw.flash_address);
1184err_flashmap:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001185#ifdef CONFIG_E1000_NAPI
1186 for (i = 0; i < adapter->num_rx_queues; i++)
1187 dev_put(&adapter->polling_netdev[i]);
1188#endif
1189
1190 kfree(adapter->tx_ring);
1191 kfree(adapter->rx_ring);
1192#ifdef CONFIG_E1000_NAPI
1193 kfree(adapter->polling_netdev);
1194#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195err_sw_init:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196 iounmap(adapter->hw.hw_addr);
1197err_ioremap:
1198 free_netdev(netdev);
1199err_alloc_etherdev:
1200 pci_release_regions(pdev);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001201err_pci_reg:
1202err_dma:
1203 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 return err;
1205}
1206
1207/**
1208 * e1000_remove - Device Removal Routine
1209 * @pdev: PCI device information struct
1210 *
1211 * e1000_remove is called by the PCI subsystem to alert the driver
1212 * that it should release a PCI device. The could be caused by a
1213 * Hot-Plug event, or because the driver is going to be removed from
1214 * memory.
1215 **/
1216
1217static void __devexit
1218e1000_remove(struct pci_dev *pdev)
1219{
1220 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001221 struct e1000_adapter *adapter = netdev_priv(netdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001222#ifdef CONFIG_E1000_NAPI
1223 int i;
1224#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225
Jeff Garzikbe2b28e2005-10-04 07:13:43 -04001226 flush_scheduled_work();
1227
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05001228 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001230 /* Release control of h/w to f/w. If f/w is AMT enabled, this
1231 * would have already happened in close and is redundant. */
1232 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234 unregister_netdev(netdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001235#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001236 for (i = 0; i < adapter->num_rx_queues; i++)
Stephen Hemminger15333062006-03-20 22:32:28 -08001237 dev_put(&adapter->polling_netdev[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001238#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001240 if (!e1000_check_phy_reset_block(&adapter->hw))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001241 e1000_phy_hw_reset(&adapter->hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001243 kfree(adapter->tx_ring);
1244 kfree(adapter->rx_ring);
1245#ifdef CONFIG_E1000_NAPI
1246 kfree(adapter->polling_netdev);
1247#endif
1248
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 iounmap(adapter->hw.hw_addr);
Auke Kokcd94dd02006-06-27 09:08:22 -07001250 if (adapter->hw.flash_address)
1251 iounmap(adapter->hw.flash_address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 pci_release_regions(pdev);
1253
1254 free_netdev(netdev);
1255
1256 pci_disable_device(pdev);
1257}
1258
1259/**
1260 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1261 * @adapter: board private structure to initialize
1262 *
1263 * e1000_sw_init initializes the Adapter private data structure.
1264 * Fields are initialized based on PCI device information and
1265 * OS network device settings (MTU size).
1266 **/
1267
1268static int __devinit
1269e1000_sw_init(struct e1000_adapter *adapter)
1270{
1271 struct e1000_hw *hw = &adapter->hw;
1272 struct net_device *netdev = adapter->netdev;
1273 struct pci_dev *pdev = adapter->pdev;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001274#ifdef CONFIG_E1000_NAPI
1275 int i;
1276#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277
1278 /* PCI config space info */
1279
1280 hw->vendor_id = pdev->vendor;
1281 hw->device_id = pdev->device;
1282 hw->subsystem_vendor_id = pdev->subsystem_vendor;
1283 hw->subsystem_id = pdev->subsystem_device;
1284
1285 pci_read_config_byte(pdev, PCI_REVISION_ID, &hw->revision_id);
1286
1287 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
1288
Auke Kokeb0f8052006-07-14 16:14:48 -07001289 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Auke Kok9e2feac2006-04-14 19:05:18 -07001290 adapter->rx_ps_bsize0 = E1000_RXBUFFER_128;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 hw->max_frame_size = netdev->mtu +
1292 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
1293 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
1294
1295 /* identify the MAC */
1296
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001297 if (e1000_set_mac_type(hw)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298 DPRINTK(PROBE, ERR, "Unknown MAC Type\n");
1299 return -EIO;
1300 }
1301
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001302 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303 default:
1304 break;
1305 case e1000_82541:
1306 case e1000_82547:
1307 case e1000_82541_rev_2:
1308 case e1000_82547_rev_2:
1309 hw->phy_init_script = 1;
1310 break;
1311 }
1312
1313 e1000_set_media_type(hw);
1314
1315 hw->wait_autoneg_complete = FALSE;
1316 hw->tbi_compatibility_en = TRUE;
1317 hw->adaptive_ifs = TRUE;
1318
1319 /* Copper options */
1320
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001321 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 hw->mdix = AUTO_ALL_MODES;
1323 hw->disable_polarity_correction = FALSE;
1324 hw->master_slave = E1000_MASTER_SLAVE;
1325 }
1326
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001327 adapter->num_tx_queues = 1;
1328 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001329
1330 if (e1000_alloc_queues(adapter)) {
1331 DPRINTK(PROBE, ERR, "Unable to allocate memory for queues\n");
1332 return -ENOMEM;
1333 }
1334
1335#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001336 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001337 adapter->polling_netdev[i].priv = adapter;
1338 adapter->polling_netdev[i].poll = &e1000_clean;
1339 adapter->polling_netdev[i].weight = 64;
1340 dev_hold(&adapter->polling_netdev[i]);
1341 set_bit(__LINK_STATE_START, &adapter->polling_netdev[i].state);
1342 }
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08001343 spin_lock_init(&adapter->tx_queue_lock);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001344#endif
1345
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346 atomic_set(&adapter->irq_sem, 1);
1347 spin_lock_init(&adapter->stats_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348
Auke Kok1314bbf2006-09-27 12:54:02 -07001349 set_bit(__E1000_DOWN, &adapter->flags);
1350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351 return 0;
1352}
1353
1354/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001355 * e1000_alloc_queues - Allocate memory for all rings
1356 * @adapter: board private structure to initialize
1357 *
1358 * We allocate one ring per queue at run-time since we don't know the
1359 * number of queues at compile-time. The polling_netdev array is
1360 * intended for Multiqueue, but should work fine with a single queue.
1361 **/
1362
1363static int __devinit
1364e1000_alloc_queues(struct e1000_adapter *adapter)
1365{
1366 int size;
1367
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001368 size = sizeof(struct e1000_tx_ring) * adapter->num_tx_queues;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001369 adapter->tx_ring = kmalloc(size, GFP_KERNEL);
1370 if (!adapter->tx_ring)
1371 return -ENOMEM;
1372 memset(adapter->tx_ring, 0, size);
1373
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001374 size = sizeof(struct e1000_rx_ring) * adapter->num_rx_queues;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001375 adapter->rx_ring = kmalloc(size, GFP_KERNEL);
1376 if (!adapter->rx_ring) {
1377 kfree(adapter->tx_ring);
1378 return -ENOMEM;
1379 }
1380 memset(adapter->rx_ring, 0, size);
1381
1382#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001383 size = sizeof(struct net_device) * adapter->num_rx_queues;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001384 adapter->polling_netdev = kmalloc(size, GFP_KERNEL);
1385 if (!adapter->polling_netdev) {
1386 kfree(adapter->tx_ring);
1387 kfree(adapter->rx_ring);
1388 return -ENOMEM;
1389 }
1390 memset(adapter->polling_netdev, 0, size);
1391#endif
1392
1393 return E1000_SUCCESS;
1394}
1395
1396/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397 * e1000_open - Called when a network interface is made active
1398 * @netdev: network interface device structure
1399 *
1400 * Returns 0 on success, negative value on failure
1401 *
1402 * The open entry point is called when a network interface is made
1403 * active by the system (IFF_UP). At this point all resources needed
1404 * for transmit and receive operations are allocated, the interrupt
1405 * handler is registered with the OS, the watchdog timer is started,
1406 * and the stack is notified that the interface is ready.
1407 **/
1408
1409static int
1410e1000_open(struct net_device *netdev)
1411{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001412 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 int err;
1414
Auke Kok2db10a02006-06-27 09:06:28 -07001415 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001416 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001417 return -EBUSY;
1418
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419 /* allocate transmit descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001420 err = e1000_setup_all_tx_resources(adapter);
1421 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422 goto err_setup_tx;
1423
1424 /* allocate receive descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001425 err = e1000_setup_all_rx_resources(adapter);
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001426 if (err)
Auke Koke0aac5a2007-03-06 08:57:21 -08001427 goto err_setup_rx;
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001428
Auke Kok79f05bf2006-06-27 09:06:32 -07001429 e1000_power_up_phy(adapter);
1430
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001431 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001432 if ((adapter->hw.mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001433 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1434 e1000_update_mng_vlan(adapter);
1435 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001437 /* If AMT is enabled, let the firmware know that the network
1438 * interface is now open */
1439 if (adapter->hw.mac_type == e1000_82573 &&
1440 e1000_check_mng_mode(&adapter->hw))
1441 e1000_get_hw_control(adapter);
1442
Auke Koke0aac5a2007-03-06 08:57:21 -08001443 /* before we allocate an interrupt, we must be ready to handle it.
1444 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1445 * as soon as we call pci_request_irq, so we have to setup our
1446 * clean_rx handler before we do so. */
1447 e1000_configure(adapter);
1448
1449 err = e1000_request_irq(adapter);
1450 if (err)
1451 goto err_req_irq;
1452
1453 /* From here on the code is the same as e1000_up() */
1454 clear_bit(__E1000_DOWN, &adapter->flags);
1455
1456#ifdef CONFIG_E1000_NAPI
1457 netif_poll_enable(netdev);
1458#endif
1459
1460 e1000_irq_enable(adapter);
1461
1462 /* fire a link status change interrupt to start the watchdog */
1463 E1000_WRITE_REG(&adapter->hw, ICS, E1000_ICS_LSC);
1464
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465 return E1000_SUCCESS;
1466
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001467err_req_irq:
Auke Koke0aac5a2007-03-06 08:57:21 -08001468 e1000_release_hw_control(adapter);
1469 e1000_power_down_phy(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001470 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001472 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473err_setup_tx:
1474 e1000_reset(adapter);
1475
1476 return err;
1477}
1478
1479/**
1480 * e1000_close - Disables a network interface
1481 * @netdev: network interface device structure
1482 *
1483 * Returns 0, this is not allowed to fail
1484 *
1485 * The close entry point is called when an interface is de-activated
1486 * by the OS. The hardware is still under the drivers control, but
1487 * needs to be disabled. A global MAC reset is issued to stop the
1488 * hardware, and all transmit and receive resources are freed.
1489 **/
1490
1491static int
1492e1000_close(struct net_device *netdev)
1493{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001494 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495
Auke Kok2db10a02006-06-27 09:06:28 -07001496 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001498 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001499 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001501 e1000_free_all_tx_resources(adapter);
1502 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503
Bruce Allan46665602006-09-27 12:54:08 -07001504 /* kill manageability vlan ID if supported, but not if a vlan with
1505 * the same ID is registered on the host OS (let 8021q kill it) */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001506 if ((adapter->hw.mng_cookie.status &
Bruce Allan46665602006-09-27 12:54:08 -07001507 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
1508 !(adapter->vlgrp &&
Dan Aloni5c15bde2007-03-02 20:44:51 -08001509 vlan_group_get_device(adapter->vlgrp, adapter->mng_vlan_id))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001510 e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id);
1511 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001512
1513 /* If AMT is enabled, let the firmware know that the network
1514 * interface is now closed */
1515 if (adapter->hw.mac_type == e1000_82573 &&
1516 e1000_check_mng_mode(&adapter->hw))
1517 e1000_release_hw_control(adapter);
1518
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 return 0;
1520}
1521
1522/**
1523 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1524 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001525 * @start: address of beginning of memory
1526 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 **/
Auke Koke619d522006-04-14 19:04:52 -07001528static boolean_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529e1000_check_64k_bound(struct e1000_adapter *adapter,
1530 void *start, unsigned long len)
1531{
1532 unsigned long begin = (unsigned long) start;
1533 unsigned long end = begin + len;
1534
Malli Chilakala26483452005-04-28 19:44:46 -07001535 /* First rev 82545 and 82546 need to not allow any memory
1536 * write location to cross 64k boundary due to errata 23 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 if (adapter->hw.mac_type == e1000_82545 ||
Malli Chilakala26483452005-04-28 19:44:46 -07001538 adapter->hw.mac_type == e1000_82546) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539 return ((begin ^ (end - 1)) >> 16) != 0 ? FALSE : TRUE;
1540 }
1541
1542 return TRUE;
1543}
1544
1545/**
1546 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1547 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001548 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 *
1550 * Return 0 on success, negative on failure
1551 **/
1552
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01001553static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001554e1000_setup_tx_resources(struct e1000_adapter *adapter,
1555 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557 struct pci_dev *pdev = adapter->pdev;
1558 int size;
1559
1560 size = sizeof(struct e1000_buffer) * txdr->count;
Auke Kokcd94dd02006-06-27 09:08:22 -07001561 txdr->buffer_info = vmalloc(size);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001562 if (!txdr->buffer_info) {
Malli Chilakala26483452005-04-28 19:44:46 -07001563 DPRINTK(PROBE, ERR,
1564 "Unable to allocate memory for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 return -ENOMEM;
1566 }
1567 memset(txdr->buffer_info, 0, size);
1568
1569 /* round up to nearest 4K */
1570
1571 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
1572 E1000_ROUNDUP(txdr->size, 4096);
1573
1574 txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001575 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 vfree(txdr->buffer_info);
Malli Chilakala26483452005-04-28 19:44:46 -07001578 DPRINTK(PROBE, ERR,
1579 "Unable to allocate memory for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580 return -ENOMEM;
1581 }
1582
Malli Chilakala26483452005-04-28 19:44:46 -07001583 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1585 void *olddesc = txdr->desc;
1586 dma_addr_t olddma = txdr->dma;
Malli Chilakala26483452005-04-28 19:44:46 -07001587 DPRINTK(TX_ERR, ERR, "txdr align check failed: %u bytes "
1588 "at %p\n", txdr->size, txdr->desc);
1589 /* Try again, without freeing the previous */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma);
Malli Chilakala26483452005-04-28 19:44:46 -07001591 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001592 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1594 goto setup_tx_desc_die;
1595 }
1596
1597 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1598 /* give up */
Malli Chilakala26483452005-04-28 19:44:46 -07001599 pci_free_consistent(pdev, txdr->size, txdr->desc,
1600 txdr->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1602 DPRINTK(PROBE, ERR,
Malli Chilakala26483452005-04-28 19:44:46 -07001603 "Unable to allocate aligned memory "
1604 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 vfree(txdr->buffer_info);
1606 return -ENOMEM;
1607 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001608 /* Free old allocation, new allocation was successful */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1610 }
1611 }
1612 memset(txdr->desc, 0, txdr->size);
1613
1614 txdr->next_to_use = 0;
1615 txdr->next_to_clean = 0;
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001616 spin_lock_init(&txdr->tx_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617
1618 return 0;
1619}
1620
1621/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001622 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1623 * (Descriptors) for all queues
1624 * @adapter: board private structure
1625 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001626 * Return 0 on success, negative on failure
1627 **/
1628
1629int
1630e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
1631{
1632 int i, err = 0;
1633
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001634 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001635 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1636 if (err) {
1637 DPRINTK(PROBE, ERR,
1638 "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001639 for (i-- ; i >= 0; i--)
1640 e1000_free_tx_resources(adapter,
1641 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001642 break;
1643 }
1644 }
1645
1646 return err;
1647}
1648
1649/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1651 * @adapter: board private structure
1652 *
1653 * Configure the Tx unit of the MAC after a reset.
1654 **/
1655
1656static void
1657e1000_configure_tx(struct e1000_adapter *adapter)
1658{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001659 uint64_t tdba;
1660 struct e1000_hw *hw = &adapter->hw;
1661 uint32_t tdlen, tctl, tipg, tarc;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001662 uint32_t ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
1664 /* Setup the HW Tx Head and Tail descriptor pointers */
1665
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001666 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001667 case 1:
1668 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001669 tdba = adapter->tx_ring[0].dma;
1670 tdlen = adapter->tx_ring[0].count *
1671 sizeof(struct e1000_tx_desc);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001672 E1000_WRITE_REG(hw, TDLEN, tdlen);
Auke Kok4ca213a2006-06-27 09:07:08 -07001673 E1000_WRITE_REG(hw, TDBAH, (tdba >> 32));
1674 E1000_WRITE_REG(hw, TDBAL, (tdba & 0x00000000ffffffffULL));
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001675 E1000_WRITE_REG(hw, TDT, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07001676 E1000_WRITE_REG(hw, TDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001677 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1678 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001679 break;
1680 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681
1682 /* Set the default values for the Tx Inter Packet Gap timer */
Jesse Brandeburgd89b6c62006-12-15 10:38:32 +01001683 if (adapter->hw.mac_type <= e1000_82547_rev_2 &&
1684 (hw->media_type == e1000_media_type_fiber ||
1685 hw->media_type == e1000_media_type_internal_serdes))
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001686 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1687 else
1688 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1689
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001690 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 case e1000_82542_rev2_0:
1692 case e1000_82542_rev2_1:
1693 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001694 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1695 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 break;
Jeff Kirsher87041632006-03-02 18:21:24 -08001697 case e1000_80003es2lan:
1698 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1699 ipgr2 = DEFAULT_80003ES2LAN_TIPG_IPGR2;
1700 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001702 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1703 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1704 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001706 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1707 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001708 E1000_WRITE_REG(hw, TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709
1710 /* Set the Tx Interrupt Delay register */
1711
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001712 E1000_WRITE_REG(hw, TIDV, adapter->tx_int_delay);
1713 if (hw->mac_type >= e1000_82540)
1714 E1000_WRITE_REG(hw, TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715
1716 /* Program the Transmit Control Register */
1717
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001718 tctl = E1000_READ_REG(hw, TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001720 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1722
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001723 if (hw->mac_type == e1000_82571 || hw->mac_type == e1000_82572) {
1724 tarc = E1000_READ_REG(hw, TARC0);
Auke Kok90fb5132006-11-01 08:47:30 -08001725 /* set the speed mode bit, we'll clear it if we're not at
1726 * gigabit link later */
Jeff Kirsher09ae3e82006-09-27 12:53:51 -07001727 tarc |= (1 << 21);
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001728 E1000_WRITE_REG(hw, TARC0, tarc);
Jeff Kirsher87041632006-03-02 18:21:24 -08001729 } else if (hw->mac_type == e1000_80003es2lan) {
1730 tarc = E1000_READ_REG(hw, TARC0);
1731 tarc |= 1;
Jeff Kirsher87041632006-03-02 18:21:24 -08001732 E1000_WRITE_REG(hw, TARC0, tarc);
1733 tarc = E1000_READ_REG(hw, TARC1);
1734 tarc |= 1;
1735 E1000_WRITE_REG(hw, TARC1, tarc);
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001736 }
1737
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001738 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739
1740 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001741 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1742
1743 /* only set IDE if we are delaying interrupts using the timers */
1744 if (adapter->tx_int_delay)
1745 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001747 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1749 else
1750 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1751
1752 /* Cache if we're 82544 running in PCI-X because we'll
1753 * need this to apply a workaround later in the send path. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001754 if (hw->mac_type == e1000_82544 &&
1755 hw->bus_type == e1000_bus_type_pcix)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756 adapter->pcix_82544 = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001757
1758 E1000_WRITE_REG(hw, TCTL, tctl);
1759
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760}
1761
1762/**
1763 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1764 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001765 * @rxdr: rx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766 *
1767 * Returns 0 on success, negative on failure
1768 **/
1769
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01001770static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001771e1000_setup_rx_resources(struct e1000_adapter *adapter,
1772 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001775 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776
1777 size = sizeof(struct e1000_buffer) * rxdr->count;
Auke Kokcd94dd02006-06-27 09:08:22 -07001778 rxdr->buffer_info = vmalloc(size);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001779 if (!rxdr->buffer_info) {
Malli Chilakala26483452005-04-28 19:44:46 -07001780 DPRINTK(PROBE, ERR,
1781 "Unable to allocate memory for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 return -ENOMEM;
1783 }
1784 memset(rxdr->buffer_info, 0, size);
1785
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001786 size = sizeof(struct e1000_ps_page) * rxdr->count;
1787 rxdr->ps_page = kmalloc(size, GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001788 if (!rxdr->ps_page) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001789 vfree(rxdr->buffer_info);
1790 DPRINTK(PROBE, ERR,
1791 "Unable to allocate memory for the receive descriptor ring\n");
1792 return -ENOMEM;
1793 }
1794 memset(rxdr->ps_page, 0, size);
1795
1796 size = sizeof(struct e1000_ps_page_dma) * rxdr->count;
1797 rxdr->ps_page_dma = kmalloc(size, GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001798 if (!rxdr->ps_page_dma) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001799 vfree(rxdr->buffer_info);
1800 kfree(rxdr->ps_page);
1801 DPRINTK(PROBE, ERR,
1802 "Unable to allocate memory for the receive descriptor ring\n");
1803 return -ENOMEM;
1804 }
1805 memset(rxdr->ps_page_dma, 0, size);
1806
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001807 if (adapter->hw.mac_type <= e1000_82547_rev_2)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001808 desc_len = sizeof(struct e1000_rx_desc);
1809 else
1810 desc_len = sizeof(union e1000_rx_desc_packet_split);
1811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 /* Round up to nearest 4K */
1813
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001814 rxdr->size = rxdr->count * desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815 E1000_ROUNDUP(rxdr->size, 4096);
1816
1817 rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma);
1818
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001819 if (!rxdr->desc) {
1820 DPRINTK(PROBE, ERR,
1821 "Unable to allocate memory for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823 vfree(rxdr->buffer_info);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001824 kfree(rxdr->ps_page);
1825 kfree(rxdr->ps_page_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 return -ENOMEM;
1827 }
1828
Malli Chilakala26483452005-04-28 19:44:46 -07001829 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1831 void *olddesc = rxdr->desc;
1832 dma_addr_t olddma = rxdr->dma;
Malli Chilakala26483452005-04-28 19:44:46 -07001833 DPRINTK(RX_ERR, ERR, "rxdr align check failed: %u bytes "
1834 "at %p\n", rxdr->size, rxdr->desc);
1835 /* Try again, without freeing the previous */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma);
Malli Chilakala26483452005-04-28 19:44:46 -07001837 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001838 if (!rxdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001840 DPRINTK(PROBE, ERR,
1841 "Unable to allocate memory "
1842 "for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 goto setup_rx_desc_die;
1844 }
1845
1846 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1847 /* give up */
Malli Chilakala26483452005-04-28 19:44:46 -07001848 pci_free_consistent(pdev, rxdr->size, rxdr->desc,
1849 rxdr->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
Malli Chilakala26483452005-04-28 19:44:46 -07001851 DPRINTK(PROBE, ERR,
1852 "Unable to allocate aligned memory "
1853 "for the receive descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001854 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001856 /* Free old allocation, new allocation was successful */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
1858 }
1859 }
1860 memset(rxdr->desc, 0, rxdr->size);
1861
1862 rxdr->next_to_clean = 0;
1863 rxdr->next_to_use = 0;
1864
1865 return 0;
1866}
1867
1868/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001869 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1870 * (Descriptors) for all queues
1871 * @adapter: board private structure
1872 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001873 * Return 0 on success, negative on failure
1874 **/
1875
1876int
1877e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
1878{
1879 int i, err = 0;
1880
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001881 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001882 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1883 if (err) {
1884 DPRINTK(PROBE, ERR,
1885 "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001886 for (i-- ; i >= 0; i--)
1887 e1000_free_rx_resources(adapter,
1888 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001889 break;
1890 }
1891 }
1892
1893 return err;
1894}
1895
1896/**
Malli Chilakala26483452005-04-28 19:44:46 -07001897 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 * @adapter: Board private structure
1899 **/
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001900#define PAGE_USE_COUNT(S) (((S) >> PAGE_SHIFT) + \
1901 (((S) & (PAGE_SIZE - 1)) ? 1 : 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902static void
1903e1000_setup_rctl(struct e1000_adapter *adapter)
1904{
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001905 uint32_t rctl, rfctl;
1906 uint32_t psrctl = 0;
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -08001907#ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001908 uint32_t pages = 0;
1909#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910
1911 rctl = E1000_READ_REG(&adapter->hw, RCTL);
1912
1913 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1914
1915 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM |
1916 E1000_RCTL_LBM_NO | E1000_RCTL_RDMTS_HALF |
1917 (adapter->hw.mc_filter_type << E1000_RCTL_MO_SHIFT);
1918
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001919 if (adapter->hw.tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 rctl |= E1000_RCTL_SBP;
1921 else
1922 rctl &= ~E1000_RCTL_SBP;
1923
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001924 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1925 rctl &= ~E1000_RCTL_LPE;
1926 else
1927 rctl |= E1000_RCTL_LPE;
1928
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001930 rctl &= ~E1000_RCTL_SZ_4096;
1931 rctl |= E1000_RCTL_BSEX;
1932 switch (adapter->rx_buffer_len) {
1933 case E1000_RXBUFFER_256:
1934 rctl |= E1000_RCTL_SZ_256;
1935 rctl &= ~E1000_RCTL_BSEX;
1936 break;
1937 case E1000_RXBUFFER_512:
1938 rctl |= E1000_RCTL_SZ_512;
1939 rctl &= ~E1000_RCTL_BSEX;
1940 break;
1941 case E1000_RXBUFFER_1024:
1942 rctl |= E1000_RCTL_SZ_1024;
1943 rctl &= ~E1000_RCTL_BSEX;
1944 break;
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001945 case E1000_RXBUFFER_2048:
1946 default:
1947 rctl |= E1000_RCTL_SZ_2048;
1948 rctl &= ~E1000_RCTL_BSEX;
1949 break;
1950 case E1000_RXBUFFER_4096:
1951 rctl |= E1000_RCTL_SZ_4096;
1952 break;
1953 case E1000_RXBUFFER_8192:
1954 rctl |= E1000_RCTL_SZ_8192;
1955 break;
1956 case E1000_RXBUFFER_16384:
1957 rctl |= E1000_RCTL_SZ_16384;
1958 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001959 }
1960
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -08001961#ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001962 /* 82571 and greater support packet-split where the protocol
1963 * header is placed in skb->data and the packet data is
1964 * placed in pages hanging off of skb_shinfo(skb)->nr_frags.
1965 * In the case of a non-split, skb->data is linearly filled,
1966 * followed by the page buffers. Therefore, skb->data is
1967 * sized to hold the largest protocol header.
1968 */
Jesse Brandeburge64d7d02006-10-24 14:46:01 -07001969 /* allocations using alloc_page take too long for regular MTU
1970 * so only enable packet split for jumbo frames */
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001971 pages = PAGE_USE_COUNT(adapter->netdev->mtu);
Jesse Brandeburge64d7d02006-10-24 14:46:01 -07001972 if ((adapter->hw.mac_type >= e1000_82571) && (pages <= 3) &&
1973 PAGE_SIZE <= 16384 && (rctl & E1000_RCTL_LPE))
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001974 adapter->rx_ps_pages = pages;
1975 else
1976 adapter->rx_ps_pages = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001977#endif
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001978 if (adapter->rx_ps_pages) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001979 /* Configure extra packet-split registers */
1980 rfctl = E1000_READ_REG(&adapter->hw, RFCTL);
1981 rfctl |= E1000_RFCTL_EXTEN;
Auke Kok87ca4e52006-11-01 08:47:36 -08001982 /* disable packet split support for IPv6 extension headers,
1983 * because some malformed IPv6 headers can hang the RX */
1984 rfctl |= (E1000_RFCTL_IPV6_EX_DIS |
1985 E1000_RFCTL_NEW_IPV6_EXT_DIS);
1986
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001987 E1000_WRITE_REG(&adapter->hw, RFCTL, rfctl);
1988
Auke Kok7dfee0c2006-06-27 09:07:50 -07001989 rctl |= E1000_RCTL_DTYP_PS;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001990
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001991 psrctl |= adapter->rx_ps_bsize0 >>
1992 E1000_PSRCTL_BSIZE0_SHIFT;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001993
1994 switch (adapter->rx_ps_pages) {
1995 case 3:
1996 psrctl |= PAGE_SIZE <<
1997 E1000_PSRCTL_BSIZE3_SHIFT;
1998 case 2:
1999 psrctl |= PAGE_SIZE <<
2000 E1000_PSRCTL_BSIZE2_SHIFT;
2001 case 1:
2002 psrctl |= PAGE_SIZE >>
2003 E1000_PSRCTL_BSIZE1_SHIFT;
2004 break;
2005 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002006
2007 E1000_WRITE_REG(&adapter->hw, PSRCTL, psrctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008 }
2009
2010 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
2011}
2012
2013/**
2014 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
2015 * @adapter: board private structure
2016 *
2017 * Configure the Rx unit of the MAC after a reset.
2018 **/
2019
2020static void
2021e1000_configure_rx(struct e1000_adapter *adapter)
2022{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002023 uint64_t rdba;
2024 struct e1000_hw *hw = &adapter->hw;
2025 uint32_t rdlen, rctl, rxcsum, ctrl_ext;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002026
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04002027 if (adapter->rx_ps_pages) {
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002028 /* this is a 32 byte descriptor */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002029 rdlen = adapter->rx_ring[0].count *
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002030 sizeof(union e1000_rx_desc_packet_split);
2031 adapter->clean_rx = e1000_clean_rx_irq_ps;
2032 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps;
2033 } else {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002034 rdlen = adapter->rx_ring[0].count *
2035 sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002036 adapter->clean_rx = e1000_clean_rx_irq;
2037 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
2038 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039
2040 /* disable receives while setting up the descriptors */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002041 rctl = E1000_READ_REG(hw, RCTL);
2042 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043
2044 /* set the Receive Delay Timer Register */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002045 E1000_WRITE_REG(hw, RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002047 if (hw->mac_type >= e1000_82540) {
2048 E1000_WRITE_REG(hw, RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002049 if (adapter->itr_setting != 0)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002050 E1000_WRITE_REG(hw, ITR,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051 1000000000 / (adapter->itr * 256));
2052 }
2053
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04002054 if (hw->mac_type >= e1000_82571) {
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04002055 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002056 /* Reset delay timers after every interrupt */
Auke Kok6fc7a7e2006-04-14 19:05:12 -07002057 ctrl_ext |= E1000_CTRL_EXT_INT_TIMER_CLR;
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002058#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002059 /* Auto-Mask interrupts upon ICR access */
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002060 ctrl_ext |= E1000_CTRL_EXT_IAME;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002061 E1000_WRITE_REG(hw, IAM, 0xffffffff);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08002062#endif
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04002063 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext);
2064 E1000_WRITE_FLUSH(hw);
2065 }
2066
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002067 /* Setup the HW Rx Head and Tail Descriptor Pointers and
2068 * the Base and Length of the Rx Descriptor Ring */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002069 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04002070 case 1:
2071 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002072 rdba = adapter->rx_ring[0].dma;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002073 E1000_WRITE_REG(hw, RDLEN, rdlen);
Auke Kok4ca213a2006-06-27 09:07:08 -07002074 E1000_WRITE_REG(hw, RDBAH, (rdba >> 32));
2075 E1000_WRITE_REG(hw, RDBAL, (rdba & 0x00000000ffffffffULL));
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002076 E1000_WRITE_REG(hw, RDT, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002077 E1000_WRITE_REG(hw, RDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07002078 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
2079 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002080 break;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04002081 }
2082
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002084 if (hw->mac_type >= e1000_82543) {
2085 rxcsum = E1000_READ_REG(hw, RXCSUM);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002086 if (adapter->rx_csum == TRUE) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002087 rxcsum |= E1000_RXCSUM_TUOFL;
2088
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002089 /* Enable 82571 IPv4 payload checksum for UDP fragments
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002090 * Must be used in conjunction with packet-split. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002091 if ((hw->mac_type >= e1000_82571) &&
2092 (adapter->rx_ps_pages)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002093 rxcsum |= E1000_RXCSUM_IPPCSE;
2094 }
2095 } else {
2096 rxcsum &= ~E1000_RXCSUM_TUOFL;
2097 /* don't need to clear IPPCSE as it defaults to 0 */
2098 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002099 E1000_WRITE_REG(hw, RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 }
2101
Auke Kok21c4d5e2006-11-01 08:47:39 -08002102 /* enable early receives on 82573, only takes effect if using > 2048
2103 * byte total frame size. for example only for jumbo frames */
2104#define E1000_ERT_2048 0x100
2105 if (hw->mac_type == e1000_82573)
2106 E1000_WRITE_REG(hw, ERT, E1000_ERT_2048);
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108 /* Enable Receives */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002109 E1000_WRITE_REG(hw, RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110}
2111
2112/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002113 * e1000_free_tx_resources - Free Tx Resources per Queue
2114 * @adapter: board private structure
2115 * @tx_ring: Tx descriptor ring for a specific queue
2116 *
2117 * Free all transmit software resources
2118 **/
2119
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01002120static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002121e1000_free_tx_resources(struct e1000_adapter *adapter,
2122 struct e1000_tx_ring *tx_ring)
2123{
2124 struct pci_dev *pdev = adapter->pdev;
2125
2126 e1000_clean_tx_ring(adapter, tx_ring);
2127
2128 vfree(tx_ring->buffer_info);
2129 tx_ring->buffer_info = NULL;
2130
2131 pci_free_consistent(pdev, tx_ring->size, tx_ring->desc, tx_ring->dma);
2132
2133 tx_ring->desc = NULL;
2134}
2135
2136/**
2137 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138 * @adapter: board private structure
2139 *
2140 * Free all transmit software resources
2141 **/
2142
2143void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002144e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002146 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002148 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002149 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150}
2151
Auke Koke619d522006-04-14 19:04:52 -07002152static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
2154 struct e1000_buffer *buffer_info)
2155{
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002156 if (buffer_info->dma) {
Malli Chilakala26483452005-04-28 19:44:46 -07002157 pci_unmap_page(adapter->pdev,
2158 buffer_info->dma,
2159 buffer_info->length,
2160 PCI_DMA_TODEVICE);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002161 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002163 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002165 buffer_info->skb = NULL;
2166 }
2167 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168}
2169
2170/**
2171 * e1000_clean_tx_ring - Free Tx Buffers
2172 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002173 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174 **/
2175
2176static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002177e1000_clean_tx_ring(struct e1000_adapter *adapter,
2178 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180 struct e1000_buffer *buffer_info;
2181 unsigned long size;
2182 unsigned int i;
2183
2184 /* Free all the Tx ring sk_buffs */
2185
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002186 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187 buffer_info = &tx_ring->buffer_info[i];
2188 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2189 }
2190
2191 size = sizeof(struct e1000_buffer) * tx_ring->count;
2192 memset(tx_ring->buffer_info, 0, size);
2193
2194 /* Zero out the descriptor ring */
2195
2196 memset(tx_ring->desc, 0, tx_ring->size);
2197
2198 tx_ring->next_to_use = 0;
2199 tx_ring->next_to_clean = 0;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002200 tx_ring->last_tx_tso = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002202 writel(0, adapter->hw.hw_addr + tx_ring->tdh);
2203 writel(0, adapter->hw.hw_addr + tx_ring->tdt);
2204}
2205
2206/**
2207 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2208 * @adapter: board private structure
2209 **/
2210
2211static void
2212e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
2213{
2214 int i;
2215
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002216 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002217 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218}
2219
2220/**
2221 * e1000_free_rx_resources - Free Rx Resources
2222 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002223 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224 *
2225 * Free all receive software resources
2226 **/
2227
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01002228static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002229e1000_free_rx_resources(struct e1000_adapter *adapter,
2230 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232 struct pci_dev *pdev = adapter->pdev;
2233
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002234 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235
2236 vfree(rx_ring->buffer_info);
2237 rx_ring->buffer_info = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002238 kfree(rx_ring->ps_page);
2239 rx_ring->ps_page = NULL;
2240 kfree(rx_ring->ps_page_dma);
2241 rx_ring->ps_page_dma = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
2243 pci_free_consistent(pdev, rx_ring->size, rx_ring->desc, rx_ring->dma);
2244
2245 rx_ring->desc = NULL;
2246}
2247
2248/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002249 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002251 *
2252 * Free all receive software resources
2253 **/
2254
2255void
2256e1000_free_all_rx_resources(struct e1000_adapter *adapter)
2257{
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
2270static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002271e1000_clean_rx_ring(struct e1000_adapter *adapter,
2272 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273{
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
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002320 writel(0, adapter->hw.hw_addr + rx_ring->rdh);
2321 writel(0, adapter->hw.hw_addr + rx_ring->rdt);
2322}
2323
2324/**
2325 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2326 * @adapter: board private structure
2327 **/
2328
2329static void
2330e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
2331{
2332 int i;
2333
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002334 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002335 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336}
2337
2338/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2339 * and memory write and invalidate disabled for certain operations
2340 */
2341static void
2342e1000_enter_82542_rst(struct e1000_adapter *adapter)
2343{
2344 struct net_device *netdev = adapter->netdev;
2345 uint32_t rctl;
2346
2347 e1000_pci_clear_mwi(&adapter->hw);
2348
2349 rctl = E1000_READ_REG(&adapter->hw, RCTL);
2350 rctl |= E1000_RCTL_RST;
2351 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
2352 E1000_WRITE_FLUSH(&adapter->hw);
2353 mdelay(5);
2354
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002355 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002356 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357}
2358
2359static void
2360e1000_leave_82542_rst(struct e1000_adapter *adapter)
2361{
2362 struct net_device *netdev = adapter->netdev;
2363 uint32_t rctl;
2364
2365 rctl = E1000_READ_REG(&adapter->hw, RCTL);
2366 rctl &= ~E1000_RCTL_RST;
2367 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
2368 E1000_WRITE_FLUSH(&adapter->hw);
2369 mdelay(5);
2370
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002371 if (adapter->hw.pci_cmd_word & PCI_COMMAND_INVALIDATE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372 e1000_pci_set_mwi(&adapter->hw);
2373
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002374 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002375 /* No need to loop, because 82542 supports only 1 queue */
2376 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002377 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002378 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 }
2380}
2381
2382/**
2383 * e1000_set_mac - Change the Ethernet Address of the NIC
2384 * @netdev: network interface device structure
2385 * @p: pointer to an address structure
2386 *
2387 * Returns 0 on success, negative on failure
2388 **/
2389
2390static int
2391e1000_set_mac(struct net_device *netdev, void *p)
2392{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002393 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394 struct sockaddr *addr = p;
2395
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002396 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397 return -EADDRNOTAVAIL;
2398
2399 /* 82542 2.0 needs to be in reset to write receive address registers */
2400
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002401 if (adapter->hw.mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402 e1000_enter_82542_rst(adapter);
2403
2404 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
2405 memcpy(adapter->hw.mac_addr, addr->sa_data, netdev->addr_len);
2406
2407 e1000_rar_set(&adapter->hw, adapter->hw.mac_addr, 0);
2408
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002409 /* With 82571 controllers, LAA may be overwritten (with the default)
2410 * due to controller reset from the other port. */
2411 if (adapter->hw.mac_type == e1000_82571) {
2412 /* activate the work around */
2413 adapter->hw.laa_is_present = 1;
2414
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002415 /* Hold a copy of the LAA in RAR[14] This is done so that
2416 * between the time RAR[0] gets clobbered and the time it
2417 * gets fixed (in e1000_watchdog), the actual LAA is in one
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002418 * of the RARs and no incoming packets directed to this port
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002419 * are dropped. Eventaully the LAA will be in RAR[0] and
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002420 * RAR[14] */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002421 e1000_rar_set(&adapter->hw, adapter->hw.mac_addr,
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002422 E1000_RAR_ENTRIES - 1);
2423 }
2424
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002425 if (adapter->hw.mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426 e1000_leave_82542_rst(adapter);
2427
2428 return 0;
2429}
2430
2431/**
2432 * e1000_set_multi - Multicast and Promiscuous mode set
2433 * @netdev: network interface device structure
2434 *
2435 * The set_multi entry point is called whenever the multicast address
2436 * list or the network interface flags are updated. This routine is
2437 * responsible for configuring the hardware for proper multicast,
2438 * promiscuous mode, and all-multi behavior.
2439 **/
2440
2441static void
2442e1000_set_multi(struct net_device *netdev)
2443{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002444 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 struct e1000_hw *hw = &adapter->hw;
2446 struct dev_mc_list *mc_ptr;
2447 uint32_t rctl;
2448 uint32_t hash_value;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002449 int i, rar_entries = E1000_RAR_ENTRIES;
Auke Kokcd94dd02006-06-27 09:08:22 -07002450 int mta_reg_count = (hw->mac_type == e1000_ich8lan) ?
2451 E1000_NUM_MTA_REGISTERS_ICH8LAN :
2452 E1000_NUM_MTA_REGISTERS;
2453
2454 if (adapter->hw.mac_type == e1000_ich8lan)
2455 rar_entries = E1000_RAR_ENTRIES_ICH8LAN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002457 /* reserve RAR[14] for LAA over-write work-around */
2458 if (adapter->hw.mac_type == e1000_82571)
2459 rar_entries--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
Malli Chilakala26483452005-04-28 19:44:46 -07002461 /* Check for Promiscuous and All Multicast modes */
2462
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 rctl = E1000_READ_REG(hw, RCTL);
2464
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002465 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002467 } else if (netdev->flags & IFF_ALLMULTI) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468 rctl |= E1000_RCTL_MPE;
2469 rctl &= ~E1000_RCTL_UPE;
2470 } else {
2471 rctl &= ~(E1000_RCTL_UPE | E1000_RCTL_MPE);
2472 }
2473
2474 E1000_WRITE_REG(hw, RCTL, rctl);
2475
2476 /* 82542 2.0 needs to be in reset to write receive address registers */
2477
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002478 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479 e1000_enter_82542_rst(adapter);
2480
2481 /* load the first 14 multicast address into the exact filters 1-14
2482 * RAR 0 is used for the station MAC adddress
2483 * if there are not 14 addresses, go ahead and clear the filters
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002484 * -- with 82571 controllers only 0-13 entries are filled here
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485 */
2486 mc_ptr = netdev->mc_list;
2487
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002488 for (i = 1; i < rar_entries; i++) {
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002489 if (mc_ptr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 e1000_rar_set(hw, mc_ptr->dmi_addr, i);
2491 mc_ptr = mc_ptr->next;
2492 } else {
2493 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002494 E1000_WRITE_FLUSH(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002496 E1000_WRITE_FLUSH(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 }
2498 }
2499
2500 /* clear the old settings from the multicast hash table */
2501
Auke Kokcd94dd02006-06-27 09:08:22 -07002502 for (i = 0; i < mta_reg_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 E1000_WRITE_REG_ARRAY(hw, MTA, i, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002504 E1000_WRITE_FLUSH(hw);
2505 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506
2507 /* load any remaining addresses into the hash table */
2508
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002509 for (; mc_ptr; mc_ptr = mc_ptr->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 hash_value = e1000_hash_mc_addr(hw, mc_ptr->dmi_addr);
2511 e1000_mta_set(hw, hash_value);
2512 }
2513
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002514 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515 e1000_leave_82542_rst(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516}
2517
2518/* Need to wait a few seconds after link up to get diagnostic information from
2519 * the phy */
2520
2521static void
2522e1000_update_phy_info(unsigned long data)
2523{
2524 struct e1000_adapter *adapter = (struct e1000_adapter *) data;
2525 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
2526}
2527
2528/**
2529 * e1000_82547_tx_fifo_stall - Timer Call-back
2530 * @data: pointer to adapter cast into an unsigned long
2531 **/
2532
2533static void
2534e1000_82547_tx_fifo_stall(unsigned long data)
2535{
2536 struct e1000_adapter *adapter = (struct e1000_adapter *) data;
2537 struct net_device *netdev = adapter->netdev;
2538 uint32_t tctl;
2539
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002540 if (atomic_read(&adapter->tx_fifo_stall)) {
2541 if ((E1000_READ_REG(&adapter->hw, TDT) ==
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 E1000_READ_REG(&adapter->hw, TDH)) &&
2543 (E1000_READ_REG(&adapter->hw, TDFT) ==
2544 E1000_READ_REG(&adapter->hw, TDFH)) &&
2545 (E1000_READ_REG(&adapter->hw, TDFTS) ==
2546 E1000_READ_REG(&adapter->hw, TDFHS))) {
2547 tctl = E1000_READ_REG(&adapter->hw, TCTL);
2548 E1000_WRITE_REG(&adapter->hw, TCTL,
2549 tctl & ~E1000_TCTL_EN);
2550 E1000_WRITE_REG(&adapter->hw, TDFT,
2551 adapter->tx_head_addr);
2552 E1000_WRITE_REG(&adapter->hw, TDFH,
2553 adapter->tx_head_addr);
2554 E1000_WRITE_REG(&adapter->hw, TDFTS,
2555 adapter->tx_head_addr);
2556 E1000_WRITE_REG(&adapter->hw, TDFHS,
2557 adapter->tx_head_addr);
2558 E1000_WRITE_REG(&adapter->hw, TCTL, tctl);
2559 E1000_WRITE_FLUSH(&adapter->hw);
2560
2561 adapter->tx_fifo_head = 0;
2562 atomic_set(&adapter->tx_fifo_stall, 0);
2563 netif_wake_queue(netdev);
2564 } else {
2565 mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1);
2566 }
2567 }
2568}
2569
2570/**
2571 * e1000_watchdog - Timer Call-back
2572 * @data: pointer to adapter cast into an unsigned long
2573 **/
2574static void
2575e1000_watchdog(unsigned long data)
2576{
2577 struct e1000_adapter *adapter = (struct e1000_adapter *) data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002579 struct e1000_tx_ring *txdr = adapter->tx_ring;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002580 uint32_t link, tctl;
Auke Kokcd94dd02006-06-27 09:08:22 -07002581 int32_t ret_val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582
Auke Kokcd94dd02006-06-27 09:08:22 -07002583 ret_val = e1000_check_for_link(&adapter->hw);
2584 if ((ret_val == E1000_ERR_PHY) &&
2585 (adapter->hw.phy_type == e1000_phy_igp_3) &&
2586 (E1000_READ_REG(&adapter->hw, CTRL) & E1000_PHY_CTRL_GBE_DISABLE)) {
2587 /* See e1000_kumeran_lock_loss_workaround() */
2588 DPRINTK(LINK, INFO,
2589 "Gigabit has been disabled, downgrading speed\n");
2590 }
Auke Kok90fb5132006-11-01 08:47:30 -08002591
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002592 if (adapter->hw.mac_type == e1000_82573) {
2593 e1000_enable_tx_pkt_filtering(&adapter->hw);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002594 if (adapter->mng_vlan_id != adapter->hw.mng_cookie.vlan_id)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002595 e1000_update_mng_vlan(adapter);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002596 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002598 if ((adapter->hw.media_type == e1000_media_type_internal_serdes) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 !(E1000_READ_REG(&adapter->hw, TXCW) & E1000_TXCW_ANE))
2600 link = !adapter->hw.serdes_link_down;
2601 else
2602 link = E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_LU;
2603
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002604 if (link) {
2605 if (!netif_carrier_ok(netdev)) {
Auke Kok9669f532007-01-18 09:25:26 -08002606 uint32_t ctrl;
Auke Kokfe7fe282006-04-14 19:04:59 -07002607 boolean_t txb2b = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608 e1000_get_speed_and_duplex(&adapter->hw,
2609 &adapter->link_speed,
2610 &adapter->link_duplex);
2611
Auke Kok9669f532007-01-18 09:25:26 -08002612 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
2613 DPRINTK(LINK, INFO, "NIC Link is Up %d Mbps %s, "
2614 "Flow Control: %s\n",
2615 adapter->link_speed,
2616 adapter->link_duplex == FULL_DUPLEX ?
2617 "Full Duplex" : "Half Duplex",
2618 ((ctrl & E1000_CTRL_TFCE) && (ctrl &
2619 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl &
2620 E1000_CTRL_RFCE) ? "RX" : ((ctrl &
2621 E1000_CTRL_TFCE) ? "TX" : "None" )));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002623 /* tweak tx_queue_len according to speed/duplex
2624 * and adjust the timeout factor */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002625 netdev->tx_queue_len = adapter->tx_queue_len;
2626 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002627 switch (adapter->link_speed) {
2628 case SPEED_10:
Auke Kokfe7fe282006-04-14 19:04:59 -07002629 txb2b = 0;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002630 netdev->tx_queue_len = 10;
2631 adapter->tx_timeout_factor = 8;
2632 break;
2633 case SPEED_100:
Auke Kokfe7fe282006-04-14 19:04:59 -07002634 txb2b = 0;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002635 netdev->tx_queue_len = 100;
2636 /* maybe add some timeout factor ? */
2637 break;
2638 }
2639
Auke Kokfe7fe282006-04-14 19:04:59 -07002640 if ((adapter->hw.mac_type == e1000_82571 ||
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002641 adapter->hw.mac_type == e1000_82572) &&
Auke Kokfe7fe282006-04-14 19:04:59 -07002642 txb2b == 0) {
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002643 uint32_t tarc0;
2644 tarc0 = E1000_READ_REG(&adapter->hw, TARC0);
Auke Kok90fb5132006-11-01 08:47:30 -08002645 tarc0 &= ~(1 << 21);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002646 E1000_WRITE_REG(&adapter->hw, TARC0, tarc0);
2647 }
Auke Kok90fb5132006-11-01 08:47:30 -08002648
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002649 /* disable TSO for pcie and 10/100 speeds, to avoid
2650 * some hardware issues */
2651 if (!adapter->tso_force &&
2652 adapter->hw.bus_type == e1000_bus_type_pci_express){
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002653 switch (adapter->link_speed) {
2654 case SPEED_10:
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002655 case SPEED_100:
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002656 DPRINTK(PROBE,INFO,
2657 "10/100 speed: disabling TSO\n");
2658 netdev->features &= ~NETIF_F_TSO;
Auke Kok87ca4e52006-11-01 08:47:36 -08002659 netdev->features &= ~NETIF_F_TSO6;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002660 break;
2661 case SPEED_1000:
2662 netdev->features |= NETIF_F_TSO;
Auke Kok87ca4e52006-11-01 08:47:36 -08002663 netdev->features |= NETIF_F_TSO6;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002664 break;
2665 default:
2666 /* oops */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002667 break;
2668 }
2669 }
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002670
2671 /* enable transmits in the hardware, need to do this
2672 * after setting TARC0 */
2673 tctl = E1000_READ_REG(&adapter->hw, TCTL);
2674 tctl |= E1000_TCTL_EN;
2675 E1000_WRITE_REG(&adapter->hw, TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002676
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 netif_carrier_on(netdev);
2678 netif_wake_queue(netdev);
2679 mod_timer(&adapter->phy_info_timer, jiffies + 2 * HZ);
2680 adapter->smartspeed = 0;
Jeff Garzikbb8e3312006-12-15 11:06:17 -05002681 } else {
2682 /* make sure the receive unit is started */
2683 if (adapter->hw.rx_needs_kicking) {
2684 struct e1000_hw *hw = &adapter->hw;
2685 uint32_t rctl = E1000_READ_REG(hw, RCTL);
2686 E1000_WRITE_REG(hw, RCTL, rctl | E1000_RCTL_EN);
2687 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688 }
2689 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002690 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691 adapter->link_speed = 0;
2692 adapter->link_duplex = 0;
2693 DPRINTK(LINK, INFO, "NIC Link is Down\n");
2694 netif_carrier_off(netdev);
2695 netif_stop_queue(netdev);
2696 mod_timer(&adapter->phy_info_timer, jiffies + 2 * HZ);
Jeff Kirsher87041632006-03-02 18:21:24 -08002697
2698 /* 80003ES2LAN workaround--
2699 * For packet buffer work-around on link down event;
2700 * disable receives in the ISR and
2701 * reset device here in the watchdog
2702 */
Auke Kok8fc897b2006-08-28 14:56:16 -07002703 if (adapter->hw.mac_type == e1000_80003es2lan)
Jeff Kirsher87041632006-03-02 18:21:24 -08002704 /* reset device */
2705 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 }
2707
2708 e1000_smartspeed(adapter);
2709 }
2710
2711 e1000_update_stats(adapter);
2712
2713 adapter->hw.tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
2714 adapter->tpt_old = adapter->stats.tpt;
2715 adapter->hw.collision_delta = adapter->stats.colc - adapter->colc_old;
2716 adapter->colc_old = adapter->stats.colc;
2717
2718 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2719 adapter->gorcl_old = adapter->stats.gorcl;
2720 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2721 adapter->gotcl_old = adapter->stats.gotcl;
2722
2723 e1000_update_adaptive(&adapter->hw);
2724
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002725 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002726 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727 /* We've lost link, so the controller stops DMA,
2728 * but we've got queued Tx work that's never going
2729 * to get done, so reset controller to flush Tx.
2730 * (Do the reset outside of interrupt context). */
Jeff Kirsher87041632006-03-02 18:21:24 -08002731 adapter->tx_timeout_count++;
2732 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733 }
2734 }
2735
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736 /* Cause software interrupt to ensure rx ring is cleaned */
2737 E1000_WRITE_REG(&adapter->hw, ICS, E1000_ICS_RXDMT0);
2738
Malli Chilakala26483452005-04-28 19:44:46 -07002739 /* Force detection of hung controller every watchdog period */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740 adapter->detect_tx_hung = TRUE;
2741
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002742 /* With 82571 controllers, LAA may be overwritten due to controller
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002743 * reset from the other port. Set the appropriate LAA in RAR[0] */
2744 if (adapter->hw.mac_type == e1000_82571 && adapter->hw.laa_is_present)
2745 e1000_rar_set(&adapter->hw, adapter->hw.mac_addr, 0);
2746
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747 /* Reset the timer */
2748 mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
2749}
2750
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002751enum latency_range {
2752 lowest_latency = 0,
2753 low_latency = 1,
2754 bulk_latency = 2,
2755 latency_invalid = 255
2756};
2757
2758/**
2759 * e1000_update_itr - update the dynamic ITR value based on statistics
2760 * Stores a new ITR value based on packets and byte
2761 * counts during the last interrupt. The advantage of per interrupt
2762 * computation is faster updates and more accurate ITR for the current
2763 * traffic pattern. Constants in this function were computed
2764 * based on theoretical maximum wire speed and thresholds were set based
2765 * on testing data as well as attempting to minimize response time
2766 * while increasing bulk throughput.
2767 * this functionality is controlled by the InterruptThrottleRate module
2768 * parameter (see e1000_param.c)
2769 * @adapter: pointer to adapter
2770 * @itr_setting: current adapter->itr
2771 * @packets: the number of packets during this measurement interval
2772 * @bytes: the number of bytes during this measurement interval
2773 **/
2774static unsigned int e1000_update_itr(struct e1000_adapter *adapter,
2775 uint16_t itr_setting,
2776 int packets,
2777 int bytes)
2778{
2779 unsigned int retval = itr_setting;
2780 struct e1000_hw *hw = &adapter->hw;
2781
2782 if (unlikely(hw->mac_type < e1000_82540))
2783 goto update_itr_done;
2784
2785 if (packets == 0)
2786 goto update_itr_done;
2787
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002788 switch (itr_setting) {
2789 case lowest_latency:
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002790 /* jumbo frames get bulk treatment*/
2791 if (bytes/packets > 8000)
2792 retval = bulk_latency;
2793 else if ((packets < 5) && (bytes > 512))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002794 retval = low_latency;
2795 break;
2796 case low_latency: /* 50 usec aka 20000 ints/s */
2797 if (bytes > 10000) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002798 /* jumbo frames need bulk latency setting */
2799 if (bytes/packets > 8000)
2800 retval = bulk_latency;
2801 else if ((packets < 10) || ((bytes/packets) > 1200))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002802 retval = bulk_latency;
2803 else if ((packets > 35))
2804 retval = lowest_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002805 } else if (bytes/packets > 2000)
2806 retval = bulk_latency;
2807 else if (packets <= 2 && bytes < 512)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002808 retval = lowest_latency;
2809 break;
2810 case bulk_latency: /* 250 usec aka 4000 ints/s */
2811 if (bytes > 25000) {
2812 if (packets > 35)
2813 retval = low_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002814 } else if (bytes < 6000) {
2815 retval = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002816 }
2817 break;
2818 }
2819
2820update_itr_done:
2821 return retval;
2822}
2823
2824static void e1000_set_itr(struct e1000_adapter *adapter)
2825{
2826 struct e1000_hw *hw = &adapter->hw;
2827 uint16_t current_itr;
2828 uint32_t new_itr = adapter->itr;
2829
2830 if (unlikely(hw->mac_type < e1000_82540))
2831 return;
2832
2833 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2834 if (unlikely(adapter->link_speed != SPEED_1000)) {
2835 current_itr = 0;
2836 new_itr = 4000;
2837 goto set_itr_now;
2838 }
2839
2840 adapter->tx_itr = e1000_update_itr(adapter,
2841 adapter->tx_itr,
2842 adapter->total_tx_packets,
2843 adapter->total_tx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002844 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2845 if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency)
2846 adapter->tx_itr = low_latency;
2847
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002848 adapter->rx_itr = e1000_update_itr(adapter,
2849 adapter->rx_itr,
2850 adapter->total_rx_packets,
2851 adapter->total_rx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002852 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2853 if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency)
2854 adapter->rx_itr = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002855
2856 current_itr = max(adapter->rx_itr, adapter->tx_itr);
2857
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002858 switch (current_itr) {
2859 /* counts and packets in update_itr are dependent on these numbers */
2860 case lowest_latency:
2861 new_itr = 70000;
2862 break;
2863 case low_latency:
2864 new_itr = 20000; /* aka hwitr = ~200 */
2865 break;
2866 case bulk_latency:
2867 new_itr = 4000;
2868 break;
2869 default:
2870 break;
2871 }
2872
2873set_itr_now:
2874 if (new_itr != adapter->itr) {
2875 /* this attempts to bias the interrupt rate towards Bulk
2876 * by adding intermediate steps when interrupt rate is
2877 * increasing */
2878 new_itr = new_itr > adapter->itr ?
2879 min(adapter->itr + (new_itr >> 2), new_itr) :
2880 new_itr;
2881 adapter->itr = new_itr;
2882 E1000_WRITE_REG(hw, ITR, 1000000000 / (new_itr * 256));
2883 }
2884
2885 return;
2886}
2887
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888#define E1000_TX_FLAGS_CSUM 0x00000001
2889#define E1000_TX_FLAGS_VLAN 0x00000002
2890#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002891#define E1000_TX_FLAGS_IPV4 0x00000008
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2893#define E1000_TX_FLAGS_VLAN_SHIFT 16
2894
Auke Koke619d522006-04-14 19:04:52 -07002895static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002896e1000_tso(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
2897 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002900 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901 unsigned int i;
2902 uint32_t cmd_length = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002903 uint16_t ipcse = 0, tucse, mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904 uint8_t ipcss, ipcso, tucss, tucso, hdr_len;
2905 int err;
2906
Herbert Xu89114af2006-07-08 13:34:32 -07002907 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908 if (skb_header_cloned(skb)) {
2909 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2910 if (err)
2911 return err;
2912 }
2913
2914 hdr_len = ((skb->h.raw - skb->data) + (skb->h.th->doff << 2));
Herbert Xu79671682006-06-22 02:40:14 -07002915 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002916 if (skb->protocol == htons(ETH_P_IP)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002917 skb->nh.iph->tot_len = 0;
2918 skb->nh.iph->check = 0;
2919 skb->h.th->check =
2920 ~csum_tcpudp_magic(skb->nh.iph->saddr,
2921 skb->nh.iph->daddr,
2922 0,
2923 IPPROTO_TCP,
2924 0);
2925 cmd_length = E1000_TXD_CMD_IP;
2926 ipcse = skb->h.raw - skb->data - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002927 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002928 skb->nh.ipv6h->payload_len = 0;
2929 skb->h.th->check =
2930 ~csum_ipv6_magic(&skb->nh.ipv6h->saddr,
2931 &skb->nh.ipv6h->daddr,
2932 0,
2933 IPPROTO_TCP,
2934 0);
2935 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002936 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937 ipcss = skb->nh.raw - skb->data;
2938 ipcso = (void *)&(skb->nh.iph->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939 tucss = skb->h.raw - skb->data;
2940 tucso = (void *)&(skb->h.th->check) - (void *)skb->data;
2941 tucse = 0;
2942
2943 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002944 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002946 i = tx_ring->next_to_use;
2947 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002948 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949
2950 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2951 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2952 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2953 context_desc->upper_setup.tcp_fields.tucss = tucss;
2954 context_desc->upper_setup.tcp_fields.tucso = tucso;
2955 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2956 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2957 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2958 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2959
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002960 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002961 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002962
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002963 if (++i == tx_ring->count) i = 0;
2964 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965
Jeff Kirsher8241e352006-01-12 16:51:34 -08002966 return TRUE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967 }
Jeff Kirsher8241e352006-01-12 16:51:34 -08002968 return FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969}
2970
Auke Koke619d522006-04-14 19:04:52 -07002971static boolean_t
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002972e1000_tx_csum(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
2973 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974{
2975 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002976 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 unsigned int i;
2978 uint8_t css;
2979
Patrick McHardy84fa7932006-08-29 16:44:56 -07002980 if (likely(skb->ip_summed == CHECKSUM_PARTIAL)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981 css = skb->h.raw - skb->data;
2982
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002983 i = tx_ring->next_to_use;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002984 buffer_info = &tx_ring->buffer_info[i];
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002985 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986
Bruce Allanf6c57ba2007-01-18 09:25:28 -08002987 context_desc->lower_setup.ip_config = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988 context_desc->upper_setup.tcp_fields.tucss = css;
Bruce Allanf6c57ba2007-01-18 09:25:28 -08002989 context_desc->upper_setup.tcp_fields.tucso = css + skb->csum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 context_desc->upper_setup.tcp_fields.tucse = 0;
2991 context_desc->tcp_seg_setup.data = 0;
2992 context_desc->cmd_and_length = cpu_to_le32(E1000_TXD_CMD_DEXT);
2993
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002994 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002995 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002996
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002997 if (unlikely(++i == tx_ring->count)) i = 0;
2998 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999
3000 return TRUE;
3001 }
3002
3003 return FALSE;
3004}
3005
3006#define E1000_MAX_TXD_PWR 12
3007#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
3008
Auke Koke619d522006-04-14 19:04:52 -07003009static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003010e1000_tx_map(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
3011 struct sk_buff *skb, unsigned int first, unsigned int max_per_txd,
3012 unsigned int nr_frags, unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014 struct e1000_buffer *buffer_info;
3015 unsigned int len = skb->len;
3016 unsigned int offset = 0, size, count = 0, i;
3017 unsigned int f;
3018 len -= skb->data_len;
3019
3020 i = tx_ring->next_to_use;
3021
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003022 while (len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023 buffer_info = &tx_ring->buffer_info[i];
3024 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05003025 /* Workaround for Controller erratum --
3026 * descriptor for non-tso packet in a linear SKB that follows a
3027 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08003028 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05003029 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07003030 !skb_is_gso(skb)) {
Jeff Kirsherfd803242005-12-13 00:06:22 -05003031 tx_ring->last_tx_tso = 0;
3032 size -= 4;
3033 }
3034
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035 /* Workaround for premature desc write-backs
3036 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003037 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07003039 /* work-around for errata 10 and it applies
3040 * to all controllers in PCI-X mode
3041 * The fix is to make sure that the first descriptor of a
3042 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
3043 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003044 if (unlikely((adapter->hw.bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003045 (size > 2015) && count == 0))
3046 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 /* Workaround for potential 82544 hang in PCI-X. Avoid
3049 * terminating buffers within evenly-aligned dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003050 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
3052 size > 4))
3053 size -= 4;
3054
3055 buffer_info->length = size;
3056 buffer_info->dma =
3057 pci_map_single(adapter->pdev,
3058 skb->data + offset,
3059 size,
3060 PCI_DMA_TODEVICE);
3061 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003062 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063
3064 len -= size;
3065 offset += size;
3066 count++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003067 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 }
3069
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003070 for (f = 0; f < nr_frags; f++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071 struct skb_frag_struct *frag;
3072
3073 frag = &skb_shinfo(skb)->frags[f];
3074 len = frag->size;
3075 offset = frag->page_offset;
3076
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003077 while (len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078 buffer_info = &tx_ring->buffer_info[i];
3079 size = min(len, max_per_txd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080 /* Workaround for premature desc write-backs
3081 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003082 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084 /* Workaround for potential 82544 hang in PCI-X.
3085 * Avoid terminating buffers within evenly-aligned
3086 * dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003087 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088 !((unsigned long)(frag->page+offset+size-1) & 4) &&
3089 size > 4))
3090 size -= 4;
3091
3092 buffer_info->length = size;
3093 buffer_info->dma =
3094 pci_map_page(adapter->pdev,
3095 frag->page,
3096 offset,
3097 size,
3098 PCI_DMA_TODEVICE);
3099 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003100 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101
3102 len -= size;
3103 offset += size;
3104 count++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003105 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 }
3107 }
3108
3109 i = (i == 0) ? tx_ring->count - 1 : i - 1;
3110 tx_ring->buffer_info[i].skb = skb;
3111 tx_ring->buffer_info[first].next_to_watch = i;
3112
3113 return count;
3114}
3115
Auke Koke619d522006-04-14 19:04:52 -07003116static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003117e1000_tx_queue(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
3118 int tx_flags, int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 struct e1000_tx_desc *tx_desc = NULL;
3121 struct e1000_buffer *buffer_info;
3122 uint32_t txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
3123 unsigned int i;
3124
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003125 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
3127 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003128 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
3129
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003130 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003131 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132 }
3133
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003134 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
3136 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
3137 }
3138
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003139 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140 txd_lower |= E1000_TXD_CMD_VLE;
3141 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
3142 }
3143
3144 i = tx_ring->next_to_use;
3145
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003146 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147 buffer_info = &tx_ring->buffer_info[i];
3148 tx_desc = E1000_TX_DESC(*tx_ring, i);
3149 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3150 tx_desc->lower.data =
3151 cpu_to_le32(txd_lower | buffer_info->length);
3152 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003153 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154 }
3155
3156 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3157
3158 /* Force memory writes to complete before letting h/w
3159 * know there are new descriptors to fetch. (Only
3160 * applicable for weak-ordered memory model archs,
3161 * such as IA-64). */
3162 wmb();
3163
3164 tx_ring->next_to_use = i;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003165 writel(i, adapter->hw.hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003166 /* we need this if more than one processor can write to our tail
3167 * at a time, it syncronizes IO on IA64/Altix systems */
3168 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169}
3170
3171/**
3172 * 82547 workaround to avoid controller hang in half-duplex environment.
3173 * The workaround is to avoid queuing a large packet that would span
3174 * the internal Tx FIFO ring boundary by notifying the stack to resend
3175 * the packet at a later time. This gives the Tx FIFO an opportunity to
3176 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3177 * to the beginning of the Tx FIFO.
3178 **/
3179
3180#define E1000_FIFO_HDR 0x10
3181#define E1000_82547_PAD_LEN 0x3E0
3182
Auke Koke619d522006-04-14 19:04:52 -07003183static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184e1000_82547_fifo_workaround(struct e1000_adapter *adapter, struct sk_buff *skb)
3185{
3186 uint32_t fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3187 uint32_t skb_fifo_len = skb->len + E1000_FIFO_HDR;
3188
3189 E1000_ROUNDUP(skb_fifo_len, E1000_FIFO_HDR);
3190
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003191 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192 goto no_fifo_stall_required;
3193
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003194 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195 return 1;
3196
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003197 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198 atomic_set(&adapter->tx_fifo_stall, 1);
3199 return 1;
3200 }
3201
3202no_fifo_stall_required:
3203 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003204 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3206 return 0;
3207}
3208
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003209#define MINIMUM_DHCP_PACKET_SIZE 282
Auke Koke619d522006-04-14 19:04:52 -07003210static int
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003211e1000_transfer_dhcp_info(struct e1000_adapter *adapter, struct sk_buff *skb)
3212{
3213 struct e1000_hw *hw = &adapter->hw;
3214 uint16_t length, offset;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003215 if (vlan_tx_tag_present(skb)) {
3216 if (!((vlan_tx_tag_get(skb) == adapter->hw.mng_cookie.vlan_id) &&
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003217 ( adapter->hw.mng_cookie.status &
3218 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) )
3219 return 0;
3220 }
Jeff Kirsher20a44022006-03-02 18:18:08 -08003221 if (skb->len > MINIMUM_DHCP_PACKET_SIZE) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003222 struct ethhdr *eth = (struct ethhdr *) skb->data;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003223 if ((htons(ETH_P_IP) == eth->h_proto)) {
3224 const struct iphdr *ip =
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003225 (struct iphdr *)((uint8_t *)skb->data+14);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003226 if (IPPROTO_UDP == ip->protocol) {
3227 struct udphdr *udp =
3228 (struct udphdr *)((uint8_t *)ip +
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003229 (ip->ihl << 2));
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003230 if (ntohs(udp->dest) == 67) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003231 offset = (uint8_t *)udp + 8 - skb->data;
3232 length = skb->len - offset;
3233
3234 return e1000_mng_write_dhcp_info(hw,
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003235 (uint8_t *)udp + 8,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003236 length);
3237 }
3238 }
3239 }
3240 }
3241 return 0;
3242}
3243
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003244static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3245{
3246 struct e1000_adapter *adapter = netdev_priv(netdev);
3247 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3248
3249 netif_stop_queue(netdev);
3250 /* Herbert's original patch had:
3251 * smp_mb__after_netif_stop_queue();
3252 * but since that doesn't exist yet, just open code it. */
3253 smp_mb();
3254
3255 /* We need to check again in a case another CPU has just
3256 * made room available. */
3257 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3258 return -EBUSY;
3259
3260 /* A reprieve! */
3261 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003262 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003263 return 0;
3264}
3265
3266static int e1000_maybe_stop_tx(struct net_device *netdev,
3267 struct e1000_tx_ring *tx_ring, int size)
3268{
3269 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3270 return 0;
3271 return __e1000_maybe_stop_tx(netdev, size);
3272}
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
3275static int
3276e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
3277{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003278 struct e1000_adapter *adapter = netdev_priv(netdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003279 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3281 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3282 unsigned int tx_flags = 0;
3283 unsigned int len = skb->len;
3284 unsigned long flags;
3285 unsigned int nr_frags = 0;
3286 unsigned int mss = 0;
3287 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003288 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289 unsigned int f;
3290 len -= skb->data_len;
3291
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003292 /* This goes back to the question of how to logically map a tx queue
3293 * to a flow. Right now, performance is impacted slightly negatively
3294 * if using multiple tx queues. If the stack breaks away from a
3295 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003296 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003297
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003298 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299 dev_kfree_skb_any(skb);
3300 return NETDEV_TX_OK;
3301 }
3302
Jesse Brandeburg032fe6e2006-10-24 14:46:04 -07003303 /* 82571 and newer doesn't need the workaround that limited descriptor
3304 * length to 4kB */
3305 if (adapter->hw.mac_type >= e1000_82571)
3306 max_per_txd = 8192;
3307
Herbert Xu79671682006-06-22 02:40:14 -07003308 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003309 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 * make sure there is enough room in the FIFO before
3311 * initiating the DMA for each buffer. The calc is:
3312 * 4 = ceil(buffer len/mss). To make sure we don't
3313 * overrun the FIFO, adjust the max buffer len if mss
3314 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003315 if (mss) {
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003316 uint8_t hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317 max_per_txd = min(mss << 2, max_per_txd);
3318 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003319
Auke Kok90fb5132006-11-01 08:47:30 -08003320 /* TSO Workaround for 82571/2/3 Controllers -- if skb->data
3321 * points to just header, pull a few bytes of payload from
3322 * frags into skb->data */
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003323 hdr_len = ((skb->h.raw - skb->data) + (skb->h.th->doff << 2));
Jeff Kirsher9f687882006-03-02 18:20:17 -08003324 if (skb->data_len && (hdr_len == (skb->len - skb->data_len))) {
3325 switch (adapter->hw.mac_type) {
3326 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003327 case e1000_82544:
3328 /* Make sure we have room to chop off 4 bytes,
3329 * and that the end alignment will work out to
3330 * this hardware's requirements
3331 * NOTE: this is a TSO only workaround
3332 * if end byte alignment not correct move us
3333 * into the next dword */
3334 if ((unsigned long)(skb->tail - 1) & 4)
3335 break;
3336 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003337 case e1000_82571:
3338 case e1000_82572:
3339 case e1000_82573:
Auke Kokcd94dd02006-06-27 09:08:22 -07003340 case e1000_ich8lan:
Jeff Kirsher9f687882006-03-02 18:20:17 -08003341 pull_size = min((unsigned int)4, skb->data_len);
3342 if (!__pskb_pull_tail(skb, pull_size)) {
Auke Koka5eafce2006-06-27 09:06:49 -07003343 DPRINTK(DRV, ERR,
Jeff Kirsher9f687882006-03-02 18:20:17 -08003344 "__pskb_pull_tail failed.\n");
3345 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003346 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003347 }
3348 len = skb->len - skb->data_len;
3349 break;
3350 default:
3351 /* do nothing */
3352 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003353 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003354 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355 }
3356
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003357 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003358 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003360 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003361
Jeff Kirsherfd803242005-12-13 00:06:22 -05003362 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003363 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003364 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003365
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366 count += TXD_USE_COUNT(len, max_txd_pwr);
3367
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003368 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369 count++;
3370
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003371 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003372 * in PCI-X mode, so add one more descriptor to the count
3373 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003374 if (unlikely((adapter->hw.bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003375 (len > 2015)))
3376 count++;
3377
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003379 for (f = 0; f < nr_frags; f++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380 count += TXD_USE_COUNT(skb_shinfo(skb)->frags[f].size,
3381 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003382 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383 count += nr_frags;
3384
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08003385
3386 if (adapter->hw.tx_pkt_filtering &&
3387 (adapter->hw.mac_type == e1000_82573))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003388 e1000_transfer_dhcp_info(adapter, skb);
3389
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003390 local_irq_save(flags);
3391 if (!spin_trylock(&tx_ring->tx_lock)) {
3392 /* Collision - tell upper layer to requeue */
3393 local_irq_restore(flags);
3394 return NETDEV_TX_LOCKED;
3395 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396
3397 /* need: count + 2 desc gap to keep tail from touching
3398 * head, otherwise try next time */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003399 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003400 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 return NETDEV_TX_BUSY;
3402 }
3403
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003404 if (unlikely(adapter->hw.mac_type == e1000_82547)) {
3405 if (unlikely(e1000_82547_fifo_workaround(adapter, skb))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406 netif_stop_queue(netdev);
Auke Kok1314bbf2006-09-27 12:54:02 -07003407 mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003408 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409 return NETDEV_TX_BUSY;
3410 }
3411 }
3412
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003413 if (unlikely(adapter->vlgrp && vlan_tx_tag_present(skb))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 tx_flags |= E1000_TX_FLAGS_VLAN;
3415 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3416 }
3417
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003418 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003419
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003420 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 if (tso < 0) {
3422 dev_kfree_skb_any(skb);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003423 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424 return NETDEV_TX_OK;
3425 }
3426
Jeff Kirsherfd803242005-12-13 00:06:22 -05003427 if (likely(tso)) {
3428 tx_ring->last_tx_tso = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003430 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 tx_flags |= E1000_TX_FLAGS_CSUM;
3432
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003433 /* Old method was to assume IPv4 packet by default if TSO was enabled.
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003434 * 82571 hardware supports TSO capabilities for IPv6 as well...
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003435 * no longer assume, we must. */
Alexey Dobriyan60828232006-05-23 14:52:21 -07003436 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003437 tx_flags |= E1000_TX_FLAGS_IPV4;
3438
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003439 e1000_tx_queue(adapter, tx_ring, tx_flags,
3440 e1000_tx_map(adapter, tx_ring, skb, first,
3441 max_per_txd, nr_frags, mss));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442
3443 netdev->trans_start = jiffies;
3444
3445 /* Make sure there is space in the ring for the next send. */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003446 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003448 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 return NETDEV_TX_OK;
3450}
3451
3452/**
3453 * e1000_tx_timeout - Respond to a Tx Hang
3454 * @netdev: network interface device structure
3455 **/
3456
3457static void
3458e1000_tx_timeout(struct net_device *netdev)
3459{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003460 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461
3462 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003463 adapter->tx_timeout_count++;
3464 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465}
3466
3467static void
David Howells65f27f32006-11-22 14:55:48 +00003468e1000_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
3484static struct net_device_stats *
3485e1000_get_stats(struct net_device *netdev)
3486{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003487 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003489 /* only return the current stats */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490 return &adapter->net_stats;
3491}
3492
3493/**
3494 * e1000_change_mtu - Change the Maximum Transfer Unit
3495 * @netdev: network interface device structure
3496 * @new_mtu: new value for maximum frame size
3497 *
3498 * Returns 0 on success, negative on failure
3499 **/
3500
3501static int
3502e1000_change_mtu(struct net_device *netdev, int new_mtu)
3503{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003504 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003506 uint16_t eeprom_data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003508 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3509 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
3510 DPRINTK(PROBE, ERR, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003511 return -EINVAL;
3512 }
3513
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003514 /* Adapter-specific max frame size limits. */
3515 switch (adapter->hw.mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003516 case e1000_undefined ... e1000_82542_rev2_1:
Auke Kokcd94dd02006-06-27 09:08:22 -07003517 case e1000_ich8lan:
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003518 if (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE) {
3519 DPRINTK(PROBE, ERR, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003520 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003521 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003522 break;
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003523 case e1000_82573:
Bruce Allan249d71d2006-09-27 12:53:45 -07003524 /* Jumbo Frames not supported if:
3525 * - this is not an 82573L device
3526 * - ASPM is enabled in any way (0x1A bits 3:2) */
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003527 e1000_read_eeprom(&adapter->hw, EEPROM_INIT_3GIO_3, 1,
3528 &eeprom_data);
Bruce Allan249d71d2006-09-27 12:53:45 -07003529 if ((adapter->hw.device_id != E1000_DEV_ID_82573L) ||
3530 (eeprom_data & EEPROM_WORD1A_ASPM_MASK)) {
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003531 if (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE) {
3532 DPRINTK(PROBE, ERR,
3533 "Jumbo Frames not supported.\n");
3534 return -EINVAL;
3535 }
3536 break;
3537 }
Bruce Allan249d71d2006-09-27 12:53:45 -07003538 /* ERT will be enabled later to enable wire speed receives */
3539
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003540 /* fall through to get support */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003541 case e1000_82571:
3542 case e1000_82572:
Jeff Kirsher87041632006-03-02 18:21:24 -08003543 case e1000_80003es2lan:
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003544#define MAX_STD_JUMBO_FRAME_SIZE 9234
3545 if (max_frame > MAX_STD_JUMBO_FRAME_SIZE) {
3546 DPRINTK(PROBE, ERR, "MTU > 9216 not supported.\n");
3547 return -EINVAL;
3548 }
3549 break;
3550 default:
3551 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3552 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003553 }
3554
David S. Miller87f50322006-07-31 22:39:40 -07003555 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003556 * means we reserve 2 more, this pushes us to allocate from the next
3557 * larger slab size
3558 * i.e. RXBUFFER_2048 --> size-4096 slab */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003559
Auke Kok9e2feac2006-04-14 19:05:18 -07003560 if (max_frame <= E1000_RXBUFFER_256)
3561 adapter->rx_buffer_len = E1000_RXBUFFER_256;
3562 else if (max_frame <= E1000_RXBUFFER_512)
3563 adapter->rx_buffer_len = E1000_RXBUFFER_512;
3564 else if (max_frame <= E1000_RXBUFFER_1024)
3565 adapter->rx_buffer_len = E1000_RXBUFFER_1024;
3566 else if (max_frame <= E1000_RXBUFFER_2048)
3567 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
3568 else if (max_frame <= E1000_RXBUFFER_4096)
3569 adapter->rx_buffer_len = E1000_RXBUFFER_4096;
3570 else if (max_frame <= E1000_RXBUFFER_8192)
3571 adapter->rx_buffer_len = E1000_RXBUFFER_8192;
3572 else if (max_frame <= E1000_RXBUFFER_16384)
3573 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
3574
3575 /* adjust allocation if LPE protects us, and we aren't using SBP */
Auke Kok9e2feac2006-04-14 19:05:18 -07003576 if (!adapter->hw.tbi_compatibility_on &&
3577 ((max_frame == MAXIMUM_ETHERNET_FRAME_SIZE) ||
3578 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3579 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003580
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003581 netdev->mtu = new_mtu;
Bruce Allan83cd8272006-12-15 10:36:35 +01003582 adapter->hw.max_frame_size = max_frame;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003583
Auke Kok2db10a02006-06-27 09:06:28 -07003584 if (netif_running(netdev))
3585 e1000_reinit_locked(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 return 0;
3588}
3589
3590/**
3591 * e1000_update_stats - Update the board statistics counters
3592 * @adapter: board private structure
3593 **/
3594
3595void
3596e1000_update_stats(struct e1000_adapter *adapter)
3597{
3598 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003599 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600 unsigned long flags;
3601 uint16_t phy_tmp;
3602
3603#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3604
Linas Vepstas282f33c2006-06-08 22:19:44 -07003605 /*
3606 * Prevent stats update while adapter is being reset, or if the pci
3607 * connection is down.
3608 */
Auke Kok90267292006-06-08 09:30:24 -07003609 if (adapter->link_speed == 0)
3610 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003611 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003612 return;
Auke Kok90267292006-06-08 09:30:24 -07003613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614 spin_lock_irqsave(&adapter->stats_lock, flags);
3615
3616 /* these counters are modified from e1000_adjust_tbi_stats,
3617 * called from the interrupt context, so they must only
3618 * be written while holding adapter->stats_lock
3619 */
3620
3621 adapter->stats.crcerrs += E1000_READ_REG(hw, CRCERRS);
3622 adapter->stats.gprc += E1000_READ_REG(hw, GPRC);
3623 adapter->stats.gorcl += E1000_READ_REG(hw, GORCL);
3624 adapter->stats.gorch += E1000_READ_REG(hw, GORCH);
3625 adapter->stats.bprc += E1000_READ_REG(hw, BPRC);
3626 adapter->stats.mprc += E1000_READ_REG(hw, MPRC);
3627 adapter->stats.roc += E1000_READ_REG(hw, ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003628
3629 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08003630 adapter->stats.prc64 += E1000_READ_REG(hw, PRC64);
3631 adapter->stats.prc127 += E1000_READ_REG(hw, PRC127);
3632 adapter->stats.prc255 += E1000_READ_REG(hw, PRC255);
3633 adapter->stats.prc511 += E1000_READ_REG(hw, PRC511);
3634 adapter->stats.prc1023 += E1000_READ_REG(hw, PRC1023);
3635 adapter->stats.prc1522 += E1000_READ_REG(hw, PRC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003636 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637
3638 adapter->stats.symerrs += E1000_READ_REG(hw, SYMERRS);
3639 adapter->stats.mpc += E1000_READ_REG(hw, MPC);
3640 adapter->stats.scc += E1000_READ_REG(hw, SCC);
3641 adapter->stats.ecol += E1000_READ_REG(hw, ECOL);
3642 adapter->stats.mcc += E1000_READ_REG(hw, MCC);
3643 adapter->stats.latecol += E1000_READ_REG(hw, LATECOL);
3644 adapter->stats.dc += E1000_READ_REG(hw, DC);
3645 adapter->stats.sec += E1000_READ_REG(hw, SEC);
3646 adapter->stats.rlec += E1000_READ_REG(hw, RLEC);
3647 adapter->stats.xonrxc += E1000_READ_REG(hw, XONRXC);
3648 adapter->stats.xontxc += E1000_READ_REG(hw, XONTXC);
3649 adapter->stats.xoffrxc += E1000_READ_REG(hw, XOFFRXC);
3650 adapter->stats.xofftxc += E1000_READ_REG(hw, XOFFTXC);
3651 adapter->stats.fcruc += E1000_READ_REG(hw, FCRUC);
3652 adapter->stats.gptc += E1000_READ_REG(hw, GPTC);
3653 adapter->stats.gotcl += E1000_READ_REG(hw, GOTCL);
3654 adapter->stats.gotch += E1000_READ_REG(hw, GOTCH);
3655 adapter->stats.rnbc += E1000_READ_REG(hw, RNBC);
3656 adapter->stats.ruc += E1000_READ_REG(hw, RUC);
3657 adapter->stats.rfc += E1000_READ_REG(hw, RFC);
3658 adapter->stats.rjc += E1000_READ_REG(hw, RJC);
3659 adapter->stats.torl += E1000_READ_REG(hw, TORL);
3660 adapter->stats.torh += E1000_READ_REG(hw, TORH);
3661 adapter->stats.totl += E1000_READ_REG(hw, TOTL);
3662 adapter->stats.toth += E1000_READ_REG(hw, TOTH);
3663 adapter->stats.tpr += E1000_READ_REG(hw, TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003664
3665 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08003666 adapter->stats.ptc64 += E1000_READ_REG(hw, PTC64);
3667 adapter->stats.ptc127 += E1000_READ_REG(hw, PTC127);
3668 adapter->stats.ptc255 += E1000_READ_REG(hw, PTC255);
3669 adapter->stats.ptc511 += E1000_READ_REG(hw, PTC511);
3670 adapter->stats.ptc1023 += E1000_READ_REG(hw, PTC1023);
3671 adapter->stats.ptc1522 += E1000_READ_REG(hw, PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003672 }
3673
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674 adapter->stats.mptc += E1000_READ_REG(hw, MPTC);
3675 adapter->stats.bptc += E1000_READ_REG(hw, BPTC);
3676
3677 /* used for adaptive IFS */
3678
3679 hw->tx_packet_delta = E1000_READ_REG(hw, TPT);
3680 adapter->stats.tpt += hw->tx_packet_delta;
3681 hw->collision_delta = E1000_READ_REG(hw, COLC);
3682 adapter->stats.colc += hw->collision_delta;
3683
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003684 if (hw->mac_type >= e1000_82543) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685 adapter->stats.algnerrc += E1000_READ_REG(hw, ALGNERRC);
3686 adapter->stats.rxerrc += E1000_READ_REG(hw, RXERRC);
3687 adapter->stats.tncrs += E1000_READ_REG(hw, TNCRS);
3688 adapter->stats.cexterr += E1000_READ_REG(hw, CEXTERR);
3689 adapter->stats.tsctc += E1000_READ_REG(hw, TSCTC);
3690 adapter->stats.tsctfc += E1000_READ_REG(hw, TSCTFC);
3691 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003692 if (hw->mac_type > e1000_82547_rev_2) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003693 adapter->stats.iac += E1000_READ_REG(hw, IAC);
3694 adapter->stats.icrxoc += E1000_READ_REG(hw, ICRXOC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003695
3696 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08003697 adapter->stats.icrxptc += E1000_READ_REG(hw, ICRXPTC);
3698 adapter->stats.icrxatc += E1000_READ_REG(hw, ICRXATC);
3699 adapter->stats.ictxptc += E1000_READ_REG(hw, ICTXPTC);
3700 adapter->stats.ictxatc += E1000_READ_REG(hw, ICTXATC);
3701 adapter->stats.ictxqec += E1000_READ_REG(hw, ICTXQEC);
3702 adapter->stats.ictxqmtc += E1000_READ_REG(hw, ICTXQMTC);
3703 adapter->stats.icrxdmtc += E1000_READ_REG(hw, ICRXDMTC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003704 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003705 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706
3707 /* Fill out the OS statistics structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708 adapter->net_stats.rx_packets = adapter->stats.gprc;
3709 adapter->net_stats.tx_packets = adapter->stats.gptc;
3710 adapter->net_stats.rx_bytes = adapter->stats.gorcl;
3711 adapter->net_stats.tx_bytes = adapter->stats.gotcl;
3712 adapter->net_stats.multicast = adapter->stats.mprc;
3713 adapter->net_stats.collisions = adapter->stats.colc;
3714
3715 /* Rx Errors */
3716
Jeff Kirsher87041632006-03-02 18:21:24 -08003717 /* RLEC on some newer hardware can be incorrect so build
3718 * our own version based on RUC and ROC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719 adapter->net_stats.rx_errors = adapter->stats.rxerrc +
3720 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003721 adapter->stats.ruc + adapter->stats.roc +
3722 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003723 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
3724 adapter->net_stats.rx_length_errors = adapter->stats.rlerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725 adapter->net_stats.rx_crc_errors = adapter->stats.crcerrs;
3726 adapter->net_stats.rx_frame_errors = adapter->stats.algnerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727 adapter->net_stats.rx_missed_errors = adapter->stats.mpc;
3728
3729 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003730 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
3731 adapter->net_stats.tx_errors = adapter->stats.txerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732 adapter->net_stats.tx_aborted_errors = adapter->stats.ecol;
3733 adapter->net_stats.tx_window_errors = adapter->stats.latecol;
3734 adapter->net_stats.tx_carrier_errors = adapter->stats.tncrs;
Jeff Garzik167fb282006-12-15 10:41:15 -05003735 if (adapter->hw.bad_tx_carr_stats_fd &&
3736 adapter->link_duplex == FULL_DUPLEX) {
3737 adapter->net_stats.tx_carrier_errors = 0;
3738 adapter->stats.tncrs = 0;
3739 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740
3741 /* Tx Dropped needs to be maintained elsewhere */
3742
3743 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003744 if (hw->media_type == e1000_media_type_copper) {
3745 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3747 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3748 adapter->phy_stats.idle_errors += phy_tmp;
3749 }
3750
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003751 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752 (hw->phy_type == e1000_phy_m88) &&
3753 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3754 adapter->phy_stats.receive_errors += phy_tmp;
3755 }
3756
Jeff Garzik15e376b2006-12-15 11:16:33 -05003757 /* Management Stats */
3758 if (adapter->hw.has_smbus) {
3759 adapter->stats.mgptc += E1000_READ_REG(hw, MGTPTC);
3760 adapter->stats.mgprc += E1000_READ_REG(hw, MGTPRC);
3761 adapter->stats.mgpdc += E1000_READ_REG(hw, MGTPDC);
3762 }
3763
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3765}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003766#ifdef CONFIG_PCI_MSI
3767
3768/**
3769 * e1000_intr_msi - Interrupt Handler
3770 * @irq: interrupt number
3771 * @data: pointer to a network interface device structure
3772 **/
3773
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003774static irqreturn_t
3775e1000_intr_msi(int irq, void *data)
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003776{
3777 struct net_device *netdev = data;
3778 struct e1000_adapter *adapter = netdev_priv(netdev);
3779 struct e1000_hw *hw = &adapter->hw;
3780#ifndef CONFIG_E1000_NAPI
3781 int i;
3782#endif
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003783 uint32_t icr = E1000_READ_REG(hw, ICR);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003784
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003785#ifdef CONFIG_E1000_NAPI
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003786 /* read ICR disables interrupts using IAM, so keep up with our
3787 * enable/disable accounting */
3788 atomic_inc(&adapter->irq_sem);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003789#endif
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003790 if (icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) {
3791 hw->get_link_status = 1;
3792 /* 80003ES2LAN workaround-- For packet buffer work-around on
3793 * link down event; disable receives here in the ISR and reset
3794 * adapter in watchdog */
3795 if (netif_carrier_ok(netdev) &&
3796 (adapter->hw.mac_type == e1000_80003es2lan)) {
3797 /* disable receives */
3798 uint32_t rctl = E1000_READ_REG(hw, RCTL);
3799 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003800 }
Jesse Brandeburgb5fc8f02007-01-18 09:25:21 -08003801 /* guard against interrupt when we're going down */
3802 if (!test_bit(__E1000_DOWN, &adapter->flags))
3803 mod_timer(&adapter->watchdog_timer, jiffies + 1);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003804 }
3805
3806#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003807 if (likely(netif_rx_schedule_prep(netdev))) {
3808 adapter->total_tx_bytes = 0;
3809 adapter->total_tx_packets = 0;
3810 adapter->total_rx_bytes = 0;
3811 adapter->total_rx_packets = 0;
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003812 __netif_rx_schedule(netdev);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003813 } else
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003814 e1000_irq_enable(adapter);
3815#else
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003816 adapter->total_tx_bytes = 0;
3817 adapter->total_rx_bytes = 0;
3818 adapter->total_tx_packets = 0;
3819 adapter->total_rx_packets = 0;
3820
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003821 for (i = 0; i < E1000_MAX_INTR; i++)
3822 if (unlikely(!adapter->clean_rx(adapter, adapter->rx_ring) &
Linus Torvalds46fcc862007-04-19 18:21:01 -07003823 !e1000_clean_tx_irq(adapter, adapter->tx_ring)))
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003824 break;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003825
3826 if (likely(adapter->itr_setting & 3))
3827 e1000_set_itr(adapter);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003828#endif
3829
3830 return IRQ_HANDLED;
3831}
3832#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833
3834/**
3835 * e1000_intr - Interrupt Handler
3836 * @irq: interrupt number
3837 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 **/
3839
3840static irqreturn_t
David Howells7d12e782006-10-05 14:55:46 +01003841e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842{
3843 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003844 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845 struct e1000_hw *hw = &adapter->hw;
Jeff Kirsher87041632006-03-02 18:21:24 -08003846 uint32_t rctl, icr = E1000_READ_REG(hw, ICR);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003847#ifndef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003848 int i;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003849#endif
3850 if (unlikely(!icr))
3851 return IRQ_NONE; /* Not our interrupt */
3852
3853#ifdef CONFIG_E1000_NAPI
3854 /* IMS will not auto-mask if INT_ASSERTED is not set, and if it is
3855 * not set, then the adapter didn't send an interrupt */
3856 if (unlikely(hw->mac_type >= e1000_82571 &&
3857 !(icr & E1000_ICR_INT_ASSERTED)))
3858 return IRQ_NONE;
3859
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003860 /* Interrupt Auto-Mask...upon reading ICR,
3861 * interrupts are masked. No need for the
3862 * IMC write, but it does mean we should
3863 * account for it ASAP. */
3864 if (likely(hw->mac_type >= e1000_82571))
3865 atomic_inc(&adapter->irq_sem);
Jeff Garzikbe2b28e2005-10-04 07:13:43 -04003866#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003868 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869 hw->get_link_status = 1;
Jeff Kirsher87041632006-03-02 18:21:24 -08003870 /* 80003ES2LAN workaround--
3871 * For packet buffer work-around on link down event;
3872 * disable receives here in the ISR and
3873 * reset adapter in watchdog
3874 */
3875 if (netif_carrier_ok(netdev) &&
3876 (adapter->hw.mac_type == e1000_80003es2lan)) {
3877 /* disable receives */
3878 rctl = E1000_READ_REG(hw, RCTL);
3879 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN);
3880 }
Auke Kok1314bbf2006-09-27 12:54:02 -07003881 /* guard against interrupt when we're going down */
3882 if (!test_bit(__E1000_DOWN, &adapter->flags))
3883 mod_timer(&adapter->watchdog_timer, jiffies + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884 }
3885
3886#ifdef CONFIG_E1000_NAPI
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003887 if (unlikely(hw->mac_type < e1000_82571)) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003888 /* disable interrupts, without the synchronize_irq bit */
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003889 atomic_inc(&adapter->irq_sem);
3890 E1000_WRITE_REG(hw, IMC, ~0);
3891 E1000_WRITE_FLUSH(hw);
3892 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003893 if (likely(netif_rx_schedule_prep(netdev))) {
3894 adapter->total_tx_bytes = 0;
3895 adapter->total_tx_packets = 0;
3896 adapter->total_rx_bytes = 0;
3897 adapter->total_rx_packets = 0;
Auke Kokd3d9e482006-07-14 16:14:23 -07003898 __netif_rx_schedule(netdev);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003899 } else
Auke Kok90fb5132006-11-01 08:47:30 -08003900 /* this really should not happen! if it does it is basically a
3901 * bug, but not a hard error, so enable ints and continue */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003902 e1000_irq_enable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -08003903#else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904 /* Writing IMC and IMS is needed for 82547.
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003905 * Due to Hub Link bus being occupied, an interrupt
3906 * de-assertion message is not able to be sent.
3907 * When an interrupt assertion message is generated later,
3908 * two messages are re-ordered and sent out.
3909 * That causes APIC to think 82547 is in de-assertion
3910 * state, while 82547 is in assertion state, resulting
3911 * in dead lock. Writing IMC forces 82547 into
3912 * de-assertion state.
3913 */
3914 if (hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915 atomic_inc(&adapter->irq_sem);
Malli Chilakala26483452005-04-28 19:44:46 -07003916 E1000_WRITE_REG(hw, IMC, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917 }
3918
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003919 adapter->total_tx_bytes = 0;
3920 adapter->total_rx_bytes = 0;
3921 adapter->total_tx_packets = 0;
3922 adapter->total_rx_packets = 0;
3923
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003924 for (i = 0; i < E1000_MAX_INTR; i++)
3925 if (unlikely(!adapter->clean_rx(adapter, adapter->rx_ring) &
Linus Torvalds46fcc862007-04-19 18:21:01 -07003926 !e1000_clean_tx_irq(adapter, adapter->tx_ring)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927 break;
3928
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003929 if (likely(adapter->itr_setting & 3))
3930 e1000_set_itr(adapter);
3931
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003932 if (hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 e1000_irq_enable(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003934
Jeff Kirsherc1605eb2006-03-02 18:16:38 -08003935#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936 return IRQ_HANDLED;
3937}
3938
3939#ifdef CONFIG_E1000_NAPI
3940/**
3941 * e1000_clean - NAPI Rx polling callback
3942 * @adapter: board private structure
3943 **/
3944
3945static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003946e1000_clean(struct net_device *poll_dev, int *budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003948 struct e1000_adapter *adapter;
3949 int work_to_do = min(*budget, poll_dev->quota);
Auke Kokd3d9e482006-07-14 16:14:23 -07003950 int tx_cleaned = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003951
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003952 /* Must NOT use netdev_priv macro here. */
3953 adapter = poll_dev->priv;
3954
3955 /* Keep link state information with original netdev */
Auke Kokd3d9e482006-07-14 16:14:23 -07003956 if (!netif_carrier_ok(poll_dev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003957 goto quit_polling;
3958
Auke Kokd3d9e482006-07-14 16:14:23 -07003959 /* e1000_clean is called per-cpu. This lock protects
3960 * tx_ring[0] from being cleaned by multiple cpus
3961 * simultaneously. A failure obtaining the lock means
3962 * tx_ring[0] is currently being cleaned anyway. */
3963 if (spin_trylock(&adapter->tx_queue_lock)) {
3964 tx_cleaned = e1000_clean_tx_irq(adapter,
3965 &adapter->tx_ring[0]);
3966 spin_unlock(&adapter->tx_queue_lock);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003967 }
3968
Auke Kokd3d9e482006-07-14 16:14:23 -07003969 adapter->clean_rx(adapter, &adapter->rx_ring[0],
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003970 &work_done, work_to_do);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971
3972 *budget -= work_done;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003973 poll_dev->quota -= work_done;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003974
Malli Chilakala2b028932005-06-17 17:46:06 -07003975 /* If no Tx and not enough Rx work done, exit the polling mode */
Linus Torvalds46fcc862007-04-19 18:21:01 -07003976 if ((!tx_cleaned && (work_done == 0)) ||
Auke Kokd3d9e482006-07-14 16:14:23 -07003977 !netif_running(poll_dev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003978quit_polling:
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003979 if (likely(adapter->itr_setting & 3))
3980 e1000_set_itr(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003981 netif_rx_complete(poll_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982 e1000_irq_enable(adapter);
3983 return 0;
3984 }
3985
3986 return 1;
3987}
3988
3989#endif
3990/**
3991 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3992 * @adapter: board private structure
3993 **/
3994
3995static boolean_t
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003996e1000_clean_tx_irq(struct e1000_adapter *adapter,
3997 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999 struct net_device *netdev = adapter->netdev;
4000 struct e1000_tx_desc *tx_desc, *eop_desc;
4001 struct e1000_buffer *buffer_info;
4002 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08004003#ifdef CONFIG_E1000_NAPI
4004 unsigned int count = 0;
4005#endif
Linus Torvalds46fcc862007-04-19 18:21:01 -07004006 boolean_t cleaned = FALSE;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004007 unsigned int total_tx_bytes=0, total_tx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008
4009 i = tx_ring->next_to_clean;
4010 eop = tx_ring->buffer_info[i].next_to_watch;
4011 eop_desc = E1000_TX_DESC(*tx_ring, eop);
4012
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004013 while (eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004014 for (cleaned = FALSE; !cleaned; ) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015 tx_desc = E1000_TX_DESC(*tx_ring, i);
4016 buffer_info = &tx_ring->buffer_info[i];
4017 cleaned = (i == eop);
4018
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004019 if (cleaned) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01004020 struct sk_buff *skb = buffer_info->skb;
Jesse Brandeburg7753b172007-01-18 09:25:31 -08004021 unsigned int segs, bytecount;
4022 segs = skb_shinfo(skb)->gso_segs ?: 1;
4023 /* multiply data chunks by size of headers */
4024 bytecount = ((segs - 1) * skb_headlen(skb)) +
4025 skb->len;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01004026 total_tx_packets += segs;
Jesse Brandeburg7753b172007-01-18 09:25:31 -08004027 total_tx_bytes += bytecount;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004028 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05004029 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08004030 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004032 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004034
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035 eop = tx_ring->buffer_info[i].next_to_watch;
4036 eop_desc = E1000_TX_DESC(*tx_ring, eop);
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08004037#ifdef CONFIG_E1000_NAPI
4038#define E1000_TX_WEIGHT 64
4039 /* weight of a sort for tx, to avoid endless transmit cleanup */
Linus Torvalds46fcc862007-04-19 18:21:01 -07004040 if (count++ == E1000_TX_WEIGHT) break;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08004041#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042 }
4043
4044 tx_ring->next_to_clean = i;
4045
Auke Kok77b2aad2006-04-14 19:05:25 -07004046#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg65c79732006-09-27 12:53:48 -07004047 if (unlikely(cleaned && netif_carrier_ok(netdev) &&
4048 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
4049 /* Make sure that anybody stopping the queue after this
4050 * sees the new next_to_clean.
4051 */
4052 smp_mb();
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08004053 if (netif_queue_stopped(netdev)) {
Auke Kok77b2aad2006-04-14 19:05:25 -07004054 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08004055 ++adapter->restart_queue;
4056 }
Auke Kok77b2aad2006-04-14 19:05:25 -07004057 }
Malli Chilakala26483452005-04-28 19:44:46 -07004058
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004059 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07004060 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061 * check with the clearing of time_stamp and movement of i */
4062 adapter->detect_tx_hung = FALSE;
Jeff Kirsher392137f2006-01-12 16:50:57 -08004063 if (tx_ring->buffer_info[eop].dma &&
4064 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08004065 (adapter->tx_timeout_factor * HZ))
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004066 && !(E1000_READ_REG(&adapter->hw, STATUS) &
Jeff Kirsher392137f2006-01-12 16:50:57 -08004067 E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004068
4069 /* detected Tx unit hang */
Malli Chilakalac6963ef2005-06-17 17:42:07 -07004070 DPRINTK(DRV, ERR, "Detected Tx Unit Hang\n"
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08004071 " Tx Queue <%lu>\n"
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004072 " TDH <%x>\n"
4073 " TDT <%x>\n"
4074 " next_to_use <%x>\n"
4075 " next_to_clean <%x>\n"
4076 "buffer_info[next_to_clean]\n"
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004077 " time_stamp <%lx>\n"
4078 " next_to_watch <%x>\n"
4079 " jiffies <%lx>\n"
4080 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08004081 (unsigned long)((tx_ring - adapter->tx_ring) /
4082 sizeof(struct e1000_tx_ring)),
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004083 readl(adapter->hw.hw_addr + tx_ring->tdh),
4084 readl(adapter->hw.hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004085 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08004086 tx_ring->next_to_clean,
4087 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004088 eop,
4089 jiffies,
4090 eop_desc->upper.fields.status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07004092 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004094 adapter->total_tx_bytes += total_tx_bytes;
4095 adapter->total_tx_packets += total_tx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096 return cleaned;
4097}
4098
4099/**
4100 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004101 * @adapter: board private structure
4102 * @status_err: receive descriptor status and error fields
4103 * @csum: receive descriptor csum field
4104 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105 **/
4106
Auke Koke619d522006-04-14 19:04:52 -07004107static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108e1000_rx_checksum(struct e1000_adapter *adapter,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004109 uint32_t status_err, uint32_t csum,
4110 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111{
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004112 uint16_t status = (uint16_t)status_err;
4113 uint8_t errors = (uint8_t)(status_err >> 24);
4114 skb->ip_summed = CHECKSUM_NONE;
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116 /* 82543 or newer only */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004117 if (unlikely(adapter->hw.mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004119 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004120 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004121 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004122 /* let the stack verify checksum errors */
4123 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124 return;
4125 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004126 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004127 if (adapter->hw.mac_type <= e1000_82547_rev_2) {
4128 if (!(status & E1000_RXD_STAT_TCPCS))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004129 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004131 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004132 return;
4133 }
4134 /* It must be a TCP or UDP packet with a valid checksum */
4135 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136 /* TCP checksum is good */
4137 skb->ip_summed = CHECKSUM_UNNECESSARY;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004138 } else if (adapter->hw.mac_type > e1000_82547_rev_2) {
4139 /* IP fragment with UDP payload */
4140 /* Hardware complements the payload checksum, so we undo it
4141 * and then put the value in host order for further stack use.
4142 */
4143 csum = ntohl(csum ^ 0xFFFF);
4144 skb->csum = csum;
Patrick McHardy84fa7932006-08-29 16:44:56 -07004145 skb->ip_summed = CHECKSUM_COMPLETE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004147 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148}
4149
4150/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004151 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152 * @adapter: board private structure
4153 **/
4154
4155static boolean_t
4156#ifdef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004157e1000_clean_rx_irq(struct e1000_adapter *adapter,
4158 struct e1000_rx_ring *rx_ring,
4159 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160#else
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004161e1000_clean_rx_irq(struct e1000_adapter *adapter,
4162 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163#endif
4164{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165 struct net_device *netdev = adapter->netdev;
4166 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004167 struct e1000_rx_desc *rx_desc, *next_rxd;
4168 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169 unsigned long flags;
4170 uint32_t length;
4171 uint8_t last_byte;
4172 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004173 int cleaned_count = 0;
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004174 boolean_t cleaned = FALSE;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004175 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176
4177 i = rx_ring->next_to_clean;
4178 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004179 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004181 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07004182 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004183 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004184
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004186 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187 break;
4188 (*work_done)++;
4189#endif
Jeff Kirshera292ca62006-01-12 16:51:30 -08004190 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004191 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004192 buffer_info->skb = NULL;
4193
Jeff Kirsher30320be2006-03-02 18:21:57 -08004194 prefetch(skb->data - NET_IP_ALIGN);
4195
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004196 if (++i == rx_ring->count) i = 0;
4197 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004198 prefetch(next_rxd);
4199
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004200 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004201
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004202 cleaned = TRUE;
4203 cleaned_count++;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004204 pci_unmap_single(pdev,
4205 buffer_info->dma,
4206 buffer_info->length,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207 PCI_DMA_FROMDEVICE);
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209 length = le16_to_cpu(rx_desc->length);
4210
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004211 if (unlikely(!(status & E1000_RXD_STAT_EOP))) {
4212 /* All receives must fit into a single buffer */
4213 E1000_DBG("%s: Receive packet consumed multiple"
4214 " buffers\n", netdev->name);
Auke Kok864c4e42006-06-27 09:06:53 -07004215 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004216 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217 goto next_desc;
4218 }
4219
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004220 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221 last_byte = *(skb->data + length - 1);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004222 if (TBI_ACCEPT(&adapter->hw, status,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223 rx_desc->errors, length, last_byte)) {
4224 spin_lock_irqsave(&adapter->stats_lock, flags);
Jeff Kirshera292ca62006-01-12 16:51:30 -08004225 e1000_tbi_adjust_stats(&adapter->hw,
4226 &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227 length, skb->data);
4228 spin_unlock_irqrestore(&adapter->stats_lock,
4229 flags);
4230 length--;
4231 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07004232 /* recycle */
4233 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234 goto next_desc;
4235 }
Auke Kok1cb58212006-04-18 12:31:04 -07004236 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237
Jesse Brandeburgd2a1e212006-10-24 14:46:06 -07004238 /* adjust length to remove Ethernet CRC, this must be
4239 * done after the TBI_ACCEPT workaround above */
4240 length -= 4;
4241
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004242 /* probably a little skewed due to removing CRC */
4243 total_rx_bytes += length;
4244 total_rx_packets++;
4245
Jeff Kirshera292ca62006-01-12 16:51:30 -08004246 /* code added for copybreak, this should improve
4247 * performance for small packets with large amounts
4248 * of reassembly being done in the stack */
Jesse Brandeburg1f753862006-12-15 10:40:39 +01004249 if (length < copybreak) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004250 struct sk_buff *new_skb =
David S. Miller87f50322006-07-31 22:39:40 -07004251 netdev_alloc_skb(netdev, length + NET_IP_ALIGN);
Jeff Kirshera292ca62006-01-12 16:51:30 -08004252 if (new_skb) {
4253 skb_reserve(new_skb, NET_IP_ALIGN);
Jeff Kirshera292ca62006-01-12 16:51:30 -08004254 memcpy(new_skb->data - NET_IP_ALIGN,
4255 skb->data - NET_IP_ALIGN,
4256 length + NET_IP_ALIGN);
4257 /* save the skb in buffer_info as good */
4258 buffer_info->skb = skb;
4259 skb = new_skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004260 }
Auke Kok996695d2006-11-01 08:47:50 -08004261 /* else just continue with the old one */
4262 }
Jeff Kirshera292ca62006-01-12 16:51:30 -08004263 /* end copybreak code */
Auke Kok996695d2006-11-01 08:47:50 -08004264 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265
4266 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004267 e1000_rx_checksum(adapter,
4268 (uint32_t)(status) |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004269 ((uint32_t)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004270 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004271
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272 skb->protocol = eth_type_trans(skb, netdev);
4273#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004274 if (unlikely(adapter->vlgrp &&
Jeff Kirshera292ca62006-01-12 16:51:30 -08004275 (status & E1000_RXD_STAT_VP))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276 vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004277 le16_to_cpu(rx_desc->special) &
4278 E1000_RXD_SPC_VLAN_MASK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279 } else {
4280 netif_receive_skb(skb);
4281 }
4282#else /* CONFIG_E1000_NAPI */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004283 if (unlikely(adapter->vlgrp &&
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004284 (status & E1000_RXD_STAT_VP))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285 vlan_hwaccel_rx(skb, adapter->vlgrp,
4286 le16_to_cpu(rx_desc->special) &
4287 E1000_RXD_SPC_VLAN_MASK);
4288 } else {
4289 netif_rx(skb);
4290 }
4291#endif /* CONFIG_E1000_NAPI */
4292 netdev->last_rx = jiffies;
4293
4294next_desc:
4295 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004297 /* return some buffers to hardware, one at a time is too slow */
4298 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4299 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4300 cleaned_count = 0;
4301 }
4302
Jeff Kirsher30320be2006-03-02 18:21:57 -08004303 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004304 rx_desc = next_rxd;
4305 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004308
4309 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4310 if (cleaned_count)
4311 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004313 adapter->total_rx_packets += total_rx_packets;
4314 adapter->total_rx_bytes += total_rx_bytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315 return cleaned;
4316}
4317
4318/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004319 * e1000_clean_rx_irq_ps - Send received data up the network stack; packet split
4320 * @adapter: board private structure
4321 **/
4322
4323static boolean_t
4324#ifdef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004325e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
4326 struct e1000_rx_ring *rx_ring,
4327 int *work_done, int work_to_do)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004328#else
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004329e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
4330 struct e1000_rx_ring *rx_ring)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004331#endif
4332{
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004333 union e1000_rx_desc_packet_split *rx_desc, *next_rxd;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004334 struct net_device *netdev = adapter->netdev;
4335 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004336 struct e1000_buffer *buffer_info, *next_buffer;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004337 struct e1000_ps_page *ps_page;
4338 struct e1000_ps_page_dma *ps_page_dma;
Auke Kok24f476e2006-06-08 09:28:47 -07004339 struct sk_buff *skb;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004340 unsigned int i, j;
4341 uint32_t length, staterr;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004342 int cleaned_count = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004343 boolean_t cleaned = FALSE;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004344 unsigned int total_rx_bytes=0, total_rx_packets=0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004345
4346 i = rx_ring->next_to_clean;
4347 rx_desc = E1000_RX_DESC_PS(*rx_ring, i);
Malli Chilakala683a38f2005-06-17 17:43:25 -07004348 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
Auke Kok9e2feac2006-04-14 19:05:18 -07004349 buffer_info = &rx_ring->buffer_info[i];
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004350
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004351 while (staterr & E1000_RXD_STAT_DD) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004352 ps_page = &rx_ring->ps_page[i];
4353 ps_page_dma = &rx_ring->ps_page_dma[i];
4354#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004355 if (unlikely(*work_done >= work_to_do))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004356 break;
4357 (*work_done)++;
4358#endif
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004359 skb = buffer_info->skb;
4360
Jeff Kirsher30320be2006-03-02 18:21:57 -08004361 /* in the packet split case this is header only */
4362 prefetch(skb->data - NET_IP_ALIGN);
4363
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004364 if (++i == rx_ring->count) i = 0;
4365 next_rxd = E1000_RX_DESC_PS(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004366 prefetch(next_rxd);
4367
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004368 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004369
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004370 cleaned = TRUE;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004371 cleaned_count++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004372 pci_unmap_single(pdev, buffer_info->dma,
4373 buffer_info->length,
4374 PCI_DMA_FROMDEVICE);
4375
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004376 if (unlikely(!(staterr & E1000_RXD_STAT_EOP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004377 E1000_DBG("%s: Packet Split buffers didn't pick up"
4378 " the full packet\n", netdev->name);
4379 dev_kfree_skb_irq(skb);
4380 goto next_desc;
4381 }
4382
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004383 if (unlikely(staterr & E1000_RXDEXT_ERR_FRAME_ERR_MASK)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004384 dev_kfree_skb_irq(skb);
4385 goto next_desc;
4386 }
4387
4388 length = le16_to_cpu(rx_desc->wb.middle.length0);
4389
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004390 if (unlikely(!length)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004391 E1000_DBG("%s: Last part of the packet spanning"
4392 " multiple descriptors\n", netdev->name);
4393 dev_kfree_skb_irq(skb);
4394 goto next_desc;
4395 }
4396
4397 /* Good Receive */
4398 skb_put(skb, length);
4399
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004400 {
4401 /* this looks ugly, but it seems compiler issues make it
4402 more efficient than reusing j */
4403 int l1 = le16_to_cpu(rx_desc->wb.upper.length[0]);
4404
4405 /* page alloc/put takes too long and effects small packet
4406 * throughput, so unsplit small packets and save the alloc/put*/
Jesse Brandeburg1f753862006-12-15 10:40:39 +01004407 if (l1 && (l1 <= copybreak) && ((length + l1) <= adapter->rx_ps_bsize0)) {
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004408 u8 *vaddr;
Auke Kok76c224b2006-05-23 13:36:06 -07004409 /* there is no documentation about how to call
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004410 * kmap_atomic, so we can't hold the mapping
4411 * very long */
4412 pci_dma_sync_single_for_cpu(pdev,
4413 ps_page_dma->ps_page_dma[0],
4414 PAGE_SIZE,
4415 PCI_DMA_FROMDEVICE);
4416 vaddr = kmap_atomic(ps_page->ps_page[0],
4417 KM_SKB_DATA_SOFTIRQ);
4418 memcpy(skb->tail, vaddr, l1);
4419 kunmap_atomic(vaddr, KM_SKB_DATA_SOFTIRQ);
4420 pci_dma_sync_single_for_device(pdev,
4421 ps_page_dma->ps_page_dma[0],
4422 PAGE_SIZE, PCI_DMA_FROMDEVICE);
Auke Kokf235a2a2006-07-14 16:14:34 -07004423 /* remove the CRC */
4424 l1 -= 4;
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004425 skb_put(skb, l1);
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004426 goto copydone;
4427 } /* if */
4428 }
Auke Kok90fb5132006-11-01 08:47:30 -08004429
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004430 for (j = 0; j < adapter->rx_ps_pages; j++) {
Jeff Kirsher30320be2006-03-02 18:21:57 -08004431 if (!(length= le16_to_cpu(rx_desc->wb.upper.length[j])))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004432 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004433 pci_unmap_page(pdev, ps_page_dma->ps_page_dma[j],
4434 PAGE_SIZE, PCI_DMA_FROMDEVICE);
4435 ps_page_dma->ps_page_dma[j] = 0;
Jeff Kirsher329bfd02006-03-02 18:20:02 -08004436 skb_fill_page_desc(skb, j, ps_page->ps_page[j], 0,
4437 length);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004438 ps_page->ps_page[j] = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004439 skb->len += length;
4440 skb->data_len += length;
Auke Kok5d51b802006-04-14 19:05:06 -07004441 skb->truesize += length;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004442 }
4443
Auke Kokf235a2a2006-07-14 16:14:34 -07004444 /* strip the ethernet crc, problem is we're using pages now so
4445 * this whole operation can get a little cpu intensive */
4446 pskb_trim(skb, skb->len - 4);
4447
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004448copydone:
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004449 total_rx_bytes += skb->len;
4450 total_rx_packets++;
4451
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004452 e1000_rx_checksum(adapter, staterr,
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004453 le16_to_cpu(rx_desc->wb.lower.hi_dword.csum_ip.csum), skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004454 skb->protocol = eth_type_trans(skb, netdev);
4455
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004456 if (likely(rx_desc->wb.upper.header_status &
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004457 cpu_to_le16(E1000_RXDPS_HDRSTAT_HDRSP)))
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004458 adapter->rx_hdr_split++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004459#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004460 if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004461 vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
Malli Chilakala683a38f2005-06-17 17:43:25 -07004462 le16_to_cpu(rx_desc->wb.middle.vlan) &
4463 E1000_RXD_SPC_VLAN_MASK);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004464 } else {
4465 netif_receive_skb(skb);
4466 }
4467#else /* CONFIG_E1000_NAPI */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004468 if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004469 vlan_hwaccel_rx(skb, adapter->vlgrp,
Malli Chilakala683a38f2005-06-17 17:43:25 -07004470 le16_to_cpu(rx_desc->wb.middle.vlan) &
4471 E1000_RXD_SPC_VLAN_MASK);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004472 } else {
4473 netif_rx(skb);
4474 }
4475#endif /* CONFIG_E1000_NAPI */
4476 netdev->last_rx = jiffies;
4477
4478next_desc:
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004479 rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004480 buffer_info->skb = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004481
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004482 /* return some buffers to hardware, one at a time is too slow */
4483 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4484 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4485 cleaned_count = 0;
4486 }
4487
Jeff Kirsher30320be2006-03-02 18:21:57 -08004488 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004489 rx_desc = next_rxd;
4490 buffer_info = next_buffer;
4491
Malli Chilakala683a38f2005-06-17 17:43:25 -07004492 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004493 }
4494 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004495
4496 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4497 if (cleaned_count)
4498 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004499
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004500 adapter->total_rx_packets += total_rx_packets;
4501 adapter->total_rx_bytes += total_rx_bytes;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004502 return cleaned;
4503}
4504
4505/**
4506 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507 * @adapter: address of board private structure
4508 **/
4509
4510static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004511e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004512 struct e1000_rx_ring *rx_ring,
Jeff Kirshera292ca62006-01-12 16:51:30 -08004513 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515 struct net_device *netdev = adapter->netdev;
4516 struct pci_dev *pdev = adapter->pdev;
4517 struct e1000_rx_desc *rx_desc;
4518 struct e1000_buffer *buffer_info;
4519 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004520 unsigned int i;
4521 unsigned int bufsz = adapter->rx_buffer_len + NET_IP_ALIGN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522
4523 i = rx_ring->next_to_use;
4524 buffer_info = &rx_ring->buffer_info[i];
4525
Jeff Kirshera292ca62006-01-12 16:51:30 -08004526 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004527 skb = buffer_info->skb;
4528 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004529 skb_trim(skb, 0);
4530 goto map_skb;
4531 }
4532
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004533 skb = netdev_alloc_skb(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004534 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004536 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537 break;
4538 }
4539
Malli Chilakala26483452005-04-28 19:44:46 -07004540 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4542 struct sk_buff *oldskb = skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004543 DPRINTK(RX_ERR, ERR, "skb align check failed: %u bytes "
4544 "at %p\n", bufsz, skb->data);
4545 /* Try again, without freeing the previous */
David S. Miller87f50322006-07-31 22:39:40 -07004546 skb = netdev_alloc_skb(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004547 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548 if (!skb) {
4549 dev_kfree_skb(oldskb);
4550 break;
4551 }
Malli Chilakala26483452005-04-28 19:44:46 -07004552
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4554 /* give up */
4555 dev_kfree_skb(skb);
4556 dev_kfree_skb(oldskb);
4557 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004559
4560 /* Use new allocation */
4561 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563 /* Make buffer alignment 2 beyond a 16 byte boundary
4564 * this will result in a 16 byte aligned IP header after
4565 * the 14 byte MAC header is removed
4566 */
4567 skb_reserve(skb, NET_IP_ALIGN);
4568
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569 buffer_info->skb = skb;
4570 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004571map_skb:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572 buffer_info->dma = pci_map_single(pdev,
4573 skb->data,
4574 adapter->rx_buffer_len,
4575 PCI_DMA_FROMDEVICE);
4576
Malli Chilakala26483452005-04-28 19:44:46 -07004577 /* Fix for errata 23, can't cross 64kB boundary */
4578 if (!e1000_check_64k_bound(adapter,
4579 (void *)(unsigned long)buffer_info->dma,
4580 adapter->rx_buffer_len)) {
4581 DPRINTK(RX_ERR, ERR,
4582 "dma align check failed: %u bytes at %p\n",
4583 adapter->rx_buffer_len,
4584 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585 dev_kfree_skb(skb);
4586 buffer_info->skb = NULL;
4587
Malli Chilakala26483452005-04-28 19:44:46 -07004588 pci_unmap_single(pdev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589 adapter->rx_buffer_len,
4590 PCI_DMA_FROMDEVICE);
4591
4592 break; /* while !buffer_info->skb */
4593 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594 rx_desc = E1000_RX_DESC(*rx_ring, i);
4595 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4596
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004597 if (unlikely(++i == rx_ring->count))
4598 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599 buffer_info = &rx_ring->buffer_info[i];
4600 }
4601
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004602 if (likely(rx_ring->next_to_use != i)) {
4603 rx_ring->next_to_use = i;
4604 if (unlikely(i-- == 0))
4605 i = (rx_ring->count - 1);
4606
4607 /* Force memory writes to complete before letting h/w
4608 * know there are new descriptors to fetch. (Only
4609 * applicable for weak-ordered memory model archs,
4610 * such as IA-64). */
4611 wmb();
4612 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4613 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614}
4615
4616/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004617 * e1000_alloc_rx_buffers_ps - Replace used receive buffers; packet split
4618 * @adapter: address of board private structure
4619 **/
4620
4621static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004622e1000_alloc_rx_buffers_ps(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004623 struct e1000_rx_ring *rx_ring,
4624 int cleaned_count)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004625{
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004626 struct net_device *netdev = adapter->netdev;
4627 struct pci_dev *pdev = adapter->pdev;
4628 union e1000_rx_desc_packet_split *rx_desc;
4629 struct e1000_buffer *buffer_info;
4630 struct e1000_ps_page *ps_page;
4631 struct e1000_ps_page_dma *ps_page_dma;
4632 struct sk_buff *skb;
4633 unsigned int i, j;
4634
4635 i = rx_ring->next_to_use;
4636 buffer_info = &rx_ring->buffer_info[i];
4637 ps_page = &rx_ring->ps_page[i];
4638 ps_page_dma = &rx_ring->ps_page_dma[i];
4639
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004640 while (cleaned_count--) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004641 rx_desc = E1000_RX_DESC_PS(*rx_ring, i);
4642
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004643 for (j = 0; j < PS_PAGE_BUFFERS; j++) {
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004644 if (j < adapter->rx_ps_pages) {
4645 if (likely(!ps_page->ps_page[j])) {
4646 ps_page->ps_page[j] =
4647 alloc_page(GFP_ATOMIC);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004648 if (unlikely(!ps_page->ps_page[j])) {
4649 adapter->alloc_rx_buff_failed++;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004650 goto no_buffers;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004651 }
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004652 ps_page_dma->ps_page_dma[j] =
4653 pci_map_page(pdev,
4654 ps_page->ps_page[j],
4655 0, PAGE_SIZE,
4656 PCI_DMA_FROMDEVICE);
4657 }
4658 /* Refresh the desc even if buffer_addrs didn't
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004659 * change because each write-back erases
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004660 * this info.
4661 */
4662 rx_desc->read.buffer_addr[j+1] =
4663 cpu_to_le64(ps_page_dma->ps_page_dma[j]);
4664 } else
4665 rx_desc->read.buffer_addr[j+1] = ~0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004666 }
4667
David S. Miller87f50322006-07-31 22:39:40 -07004668 skb = netdev_alloc_skb(netdev,
Auke Kok90fb5132006-11-01 08:47:30 -08004669 adapter->rx_ps_bsize0 + NET_IP_ALIGN);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004670
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004671 if (unlikely(!skb)) {
4672 adapter->alloc_rx_buff_failed++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004673 break;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004674 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004675
4676 /* Make buffer alignment 2 beyond a 16 byte boundary
4677 * this will result in a 16 byte aligned IP header after
4678 * the 14 byte MAC header is removed
4679 */
4680 skb_reserve(skb, NET_IP_ALIGN);
4681
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004682 buffer_info->skb = skb;
4683 buffer_info->length = adapter->rx_ps_bsize0;
4684 buffer_info->dma = pci_map_single(pdev, skb->data,
4685 adapter->rx_ps_bsize0,
4686 PCI_DMA_FROMDEVICE);
4687
4688 rx_desc->read.buffer_addr[0] = cpu_to_le64(buffer_info->dma);
4689
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004690 if (unlikely(++i == rx_ring->count)) i = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004691 buffer_info = &rx_ring->buffer_info[i];
4692 ps_page = &rx_ring->ps_page[i];
4693 ps_page_dma = &rx_ring->ps_page_dma[i];
4694 }
4695
4696no_buffers:
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004697 if (likely(rx_ring->next_to_use != i)) {
4698 rx_ring->next_to_use = i;
4699 if (unlikely(i-- == 0)) i = (rx_ring->count - 1);
4700
4701 /* Force memory writes to complete before letting h/w
4702 * know there are new descriptors to fetch. (Only
4703 * applicable for weak-ordered memory model archs,
4704 * such as IA-64). */
4705 wmb();
4706 /* Hardware increments by 16 bytes, but packet split
4707 * descriptors are 32 bytes...so we increment tail
4708 * twice as much.
4709 */
4710 writel(i<<1, adapter->hw.hw_addr + rx_ring->rdt);
4711 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004712}
4713
4714/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4716 * @adapter:
4717 **/
4718
4719static void
4720e1000_smartspeed(struct e1000_adapter *adapter)
4721{
4722 uint16_t phy_status;
4723 uint16_t phy_ctrl;
4724
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004725 if ((adapter->hw.phy_type != e1000_phy_igp) || !adapter->hw.autoneg ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07004726 !(adapter->hw.autoneg_advertised & ADVERTISE_1000_FULL))
4727 return;
4728
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004729 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004730 /* If Master/Slave config fault is asserted twice,
4731 * we assume back-to-back */
4732 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004733 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004734 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004735 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004736 e1000_read_phy_reg(&adapter->hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004737 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004738 phy_ctrl &= ~CR_1000T_MS_ENABLE;
4739 e1000_write_phy_reg(&adapter->hw, PHY_1000T_CTRL,
4740 phy_ctrl);
4741 adapter->smartspeed++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004742 if (!e1000_phy_setup_autoneg(&adapter->hw) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743 !e1000_read_phy_reg(&adapter->hw, PHY_CTRL,
4744 &phy_ctrl)) {
4745 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4746 MII_CR_RESTART_AUTO_NEG);
4747 e1000_write_phy_reg(&adapter->hw, PHY_CTRL,
4748 phy_ctrl);
4749 }
4750 }
4751 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004752 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004753 /* If still no link, perhaps using 2/3 pair cable */
4754 e1000_read_phy_reg(&adapter->hw, PHY_1000T_CTRL, &phy_ctrl);
4755 phy_ctrl |= CR_1000T_MS_ENABLE;
4756 e1000_write_phy_reg(&adapter->hw, PHY_1000T_CTRL, phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004757 if (!e1000_phy_setup_autoneg(&adapter->hw) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758 !e1000_read_phy_reg(&adapter->hw, PHY_CTRL, &phy_ctrl)) {
4759 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4760 MII_CR_RESTART_AUTO_NEG);
4761 e1000_write_phy_reg(&adapter->hw, PHY_CTRL, phy_ctrl);
4762 }
4763 }
4764 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004765 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004766 adapter->smartspeed = 0;
4767}
4768
4769/**
4770 * e1000_ioctl -
4771 * @netdev:
4772 * @ifreq:
4773 * @cmd:
4774 **/
4775
4776static int
4777e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
4778{
4779 switch (cmd) {
4780 case SIOCGMIIPHY:
4781 case SIOCGMIIREG:
4782 case SIOCSMIIREG:
4783 return e1000_mii_ioctl(netdev, ifr, cmd);
4784 default:
4785 return -EOPNOTSUPP;
4786 }
4787}
4788
4789/**
4790 * e1000_mii_ioctl -
4791 * @netdev:
4792 * @ifreq:
4793 * @cmd:
4794 **/
4795
4796static int
4797e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
4798{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004799 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004800 struct mii_ioctl_data *data = if_mii(ifr);
4801 int retval;
4802 uint16_t mii_reg;
4803 uint16_t spddplx;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004804 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004805
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004806 if (adapter->hw.media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807 return -EOPNOTSUPP;
4808
4809 switch (cmd) {
4810 case SIOCGMIIPHY:
4811 data->phy_id = adapter->hw.phy_addr;
4812 break;
4813 case SIOCGMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004814 if (!capable(CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004815 return -EPERM;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004816 spin_lock_irqsave(&adapter->stats_lock, flags);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004817 if (e1000_read_phy_reg(&adapter->hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004818 &data->val_out)) {
4819 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004820 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004821 }
4822 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004823 break;
4824 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004825 if (!capable(CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004826 return -EPERM;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004827 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828 return -EFAULT;
4829 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004830 spin_lock_irqsave(&adapter->stats_lock, flags);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004831 if (e1000_write_phy_reg(&adapter->hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004832 mii_reg)) {
4833 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004834 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004835 }
Auke Kokdc86d322006-04-18 12:30:51 -07004836 if (adapter->hw.media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004837 switch (data->reg_num) {
4838 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004839 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004841 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842 adapter->hw.autoneg = 1;
4843 adapter->hw.autoneg_advertised = 0x2F;
4844 } else {
4845 if (mii_reg & 0x40)
4846 spddplx = SPEED_1000;
4847 else if (mii_reg & 0x2000)
4848 spddplx = SPEED_100;
4849 else
4850 spddplx = SPEED_10;
4851 spddplx += (mii_reg & 0x100)
Jeff Kirshercb764322006-03-08 17:24:12 -08004852 ? DUPLEX_FULL :
4853 DUPLEX_HALF;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854 retval = e1000_set_spd_dplx(adapter,
4855 spddplx);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004856 if (retval) {
Malli Chilakala97876fc2005-06-17 17:40:19 -07004857 spin_unlock_irqrestore(
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004858 &adapter->stats_lock,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004859 flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004860 return retval;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004861 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004862 }
Auke Kok2db10a02006-06-27 09:06:28 -07004863 if (netif_running(adapter->netdev))
4864 e1000_reinit_locked(adapter);
4865 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004866 e1000_reset(adapter);
4867 break;
4868 case M88E1000_PHY_SPEC_CTRL:
4869 case M88E1000_EXT_PHY_SPEC_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004870 if (e1000_phy_reset(&adapter->hw)) {
Malli Chilakala97876fc2005-06-17 17:40:19 -07004871 spin_unlock_irqrestore(
4872 &adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004873 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004874 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875 break;
4876 }
4877 } else {
4878 switch (data->reg_num) {
4879 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004880 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004882 if (netif_running(adapter->netdev))
4883 e1000_reinit_locked(adapter);
4884 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885 e1000_reset(adapter);
4886 break;
4887 }
4888 }
Malli Chilakala97876fc2005-06-17 17:40:19 -07004889 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890 break;
4891 default:
4892 return -EOPNOTSUPP;
4893 }
4894 return E1000_SUCCESS;
4895}
4896
4897void
4898e1000_pci_set_mwi(struct e1000_hw *hw)
4899{
4900 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004901 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004903 if (ret_val)
Malli Chilakala26483452005-04-28 19:44:46 -07004904 DPRINTK(PROBE, ERR, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004905}
4906
4907void
4908e1000_pci_clear_mwi(struct e1000_hw *hw)
4909{
4910 struct e1000_adapter *adapter = hw->back;
4911
4912 pci_clear_mwi(adapter->pdev);
4913}
4914
4915void
4916e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
4917{
4918 struct e1000_adapter *adapter = hw->back;
4919
4920 pci_read_config_word(adapter->pdev, reg, value);
4921}
4922
4923void
4924e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
4925{
4926 struct e1000_adapter *adapter = hw->back;
4927
4928 pci_write_config_word(adapter->pdev, reg, *value);
4929}
4930
Jeff Kirshercaeccb62006-09-27 12:53:57 -07004931int32_t
4932e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
4933{
4934 struct e1000_adapter *adapter = hw->back;
4935 uint16_t cap_offset;
4936
4937 cap_offset = pci_find_capability(adapter->pdev, PCI_CAP_ID_EXP);
4938 if (!cap_offset)
4939 return -E1000_ERR_CONFIG;
4940
4941 pci_read_config_word(adapter->pdev, cap_offset + reg, value);
4942
4943 return E1000_SUCCESS;
4944}
4945
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946void
4947e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value)
4948{
4949 outl(value, port);
4950}
4951
4952static void
4953e1000_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp)
4954{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004955 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004956 uint32_t ctrl, rctl;
4957
4958 e1000_irq_disable(adapter);
4959 adapter->vlgrp = grp;
4960
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004961 if (grp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004962 /* enable VLAN tag insert/strip */
4963 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
4964 ctrl |= E1000_CTRL_VME;
4965 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
4966
Auke Kokcd94dd02006-06-27 09:08:22 -07004967 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08004968 /* enable VLAN receive filtering */
4969 rctl = E1000_READ_REG(&adapter->hw, RCTL);
4970 rctl |= E1000_RCTL_VFE;
4971 rctl &= ~E1000_RCTL_CFIEN;
4972 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
4973 e1000_update_mng_vlan(adapter);
Auke Kokcd94dd02006-06-27 09:08:22 -07004974 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975 } else {
4976 /* disable VLAN tag insert/strip */
4977 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
4978 ctrl &= ~E1000_CTRL_VME;
4979 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
4980
Auke Kokcd94dd02006-06-27 09:08:22 -07004981 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08004982 /* disable VLAN filtering */
4983 rctl = E1000_READ_REG(&adapter->hw, RCTL);
4984 rctl &= ~E1000_RCTL_VFE;
4985 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
4986 if (adapter->mng_vlan_id !=
4987 (uint16_t)E1000_MNG_VLAN_NONE) {
4988 e1000_vlan_rx_kill_vid(netdev,
4989 adapter->mng_vlan_id);
4990 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
4991 }
Auke Kokcd94dd02006-06-27 09:08:22 -07004992 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993 }
4994
4995 e1000_irq_enable(adapter);
4996}
4997
4998static void
4999e1000_vlan_rx_add_vid(struct net_device *netdev, uint16_t vid)
5000{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005001 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005002 uint32_t vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005003
5004 if ((adapter->hw.mng_cookie.status &
5005 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
5006 (vid == adapter->mng_vlan_id))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005007 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005008 /* add VID to filter table */
5009 index = (vid >> 5) & 0x7F;
5010 vfta = E1000_READ_REG_ARRAY(&adapter->hw, VFTA, index);
5011 vfta |= (1 << (vid & 0x1F));
5012 e1000_write_vfta(&adapter->hw, index, vfta);
5013}
5014
5015static void
5016e1000_vlan_rx_kill_vid(struct net_device *netdev, uint16_t vid)
5017{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005018 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005019 uint32_t vfta, index;
5020
5021 e1000_irq_disable(adapter);
Dan Aloni5c15bde2007-03-02 20:44:51 -08005022 vlan_group_set_device(adapter->vlgrp, vid, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005023 e1000_irq_enable(adapter);
5024
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005025 if ((adapter->hw.mng_cookie.status &
5026 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
Jeff Kirsherff147012006-01-12 16:51:10 -08005027 (vid == adapter->mng_vlan_id)) {
5028 /* release control to f/w */
5029 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005030 return;
Jeff Kirsherff147012006-01-12 16:51:10 -08005031 }
5032
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033 /* remove VID from filter table */
5034 index = (vid >> 5) & 0x7F;
5035 vfta = E1000_READ_REG_ARRAY(&adapter->hw, VFTA, index);
5036 vfta &= ~(1 << (vid & 0x1F));
5037 e1000_write_vfta(&adapter->hw, index, vfta);
5038}
5039
5040static void
5041e1000_restore_vlan(struct e1000_adapter *adapter)
5042{
5043 e1000_vlan_rx_register(adapter->netdev, adapter->vlgrp);
5044
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005045 if (adapter->vlgrp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005046 uint16_t vid;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005047 for (vid = 0; vid < VLAN_GROUP_ARRAY_LEN; vid++) {
Dan Aloni5c15bde2007-03-02 20:44:51 -08005048 if (!vlan_group_get_device(adapter->vlgrp, vid))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005049 continue;
5050 e1000_vlan_rx_add_vid(adapter->netdev, vid);
5051 }
5052 }
5053}
5054
5055int
5056e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx)
5057{
5058 adapter->hw.autoneg = 0;
5059
Malli Chilakala69213682005-06-17 17:44:20 -07005060 /* Fiber NICs only allow 1000 gbps Full duplex */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005061 if ((adapter->hw.media_type == e1000_media_type_fiber) &&
Malli Chilakala69213682005-06-17 17:44:20 -07005062 spddplx != (SPEED_1000 + DUPLEX_FULL)) {
5063 DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n");
5064 return -EINVAL;
5065 }
5066
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005067 switch (spddplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005068 case SPEED_10 + DUPLEX_HALF:
5069 adapter->hw.forced_speed_duplex = e1000_10_half;
5070 break;
5071 case SPEED_10 + DUPLEX_FULL:
5072 adapter->hw.forced_speed_duplex = e1000_10_full;
5073 break;
5074 case SPEED_100 + DUPLEX_HALF:
5075 adapter->hw.forced_speed_duplex = e1000_100_half;
5076 break;
5077 case SPEED_100 + DUPLEX_FULL:
5078 adapter->hw.forced_speed_duplex = e1000_100_full;
5079 break;
5080 case SPEED_1000 + DUPLEX_FULL:
5081 adapter->hw.autoneg = 1;
5082 adapter->hw.autoneg_advertised = ADVERTISE_1000_FULL;
5083 break;
5084 case SPEED_1000 + DUPLEX_HALF: /* not supported */
5085 default:
Malli Chilakala26483452005-04-28 19:44:46 -07005086 DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005087 return -EINVAL;
5088 }
5089 return 0;
5090}
5091
5092static int
Pavel Machek829ca9a2005-09-03 15:56:56 -07005093e1000_suspend(struct pci_dev *pdev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005094{
5095 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005096 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005097 uint32_t ctrl, ctrl_ext, rctl, status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005098 uint32_t wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07005099#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08005100 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07005101#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005102
5103 netif_device_detach(netdev);
5104
Auke Kok2db10a02006-06-27 09:06:28 -07005105 if (netif_running(netdev)) {
5106 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005107 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07005108 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005109
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005110#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005111 retval = pci_save_state(pdev);
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005112 if (retval)
5113 return retval;
5114#endif
5115
Linus Torvalds1da177e2005-04-16 15:20:36 -07005116 status = E1000_READ_REG(&adapter->hw, STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005117 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005118 wufc &= ~E1000_WUFC_LNKC;
5119
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005120 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005121 e1000_setup_rctl(adapter);
5122 e1000_set_multi(netdev);
5123
5124 /* turn on all-multi mode if wake on multicast is enabled */
Jesse Brandeburg120cd572006-08-31 14:27:46 -07005125 if (wufc & E1000_WUFC_MC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005126 rctl = E1000_READ_REG(&adapter->hw, RCTL);
5127 rctl |= E1000_RCTL_MPE;
5128 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
5129 }
5130
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005131 if (adapter->hw.mac_type >= e1000_82540) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005132 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
5133 /* advertise wake from D3Cold */
5134 #define E1000_CTRL_ADVD3WUC 0x00100000
5135 /* phy power management enable */
5136 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
5137 ctrl |= E1000_CTRL_ADVD3WUC |
5138 E1000_CTRL_EN_PHY_PWR_MGMT;
5139 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
5140 }
5141
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005142 if (adapter->hw.media_type == e1000_media_type_fiber ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07005143 adapter->hw.media_type == e1000_media_type_internal_serdes) {
5144 /* keep the laser running in D3 */
5145 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
5146 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
5147 E1000_WRITE_REG(&adapter->hw, CTRL_EXT, ctrl_ext);
5148 }
5149
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005150 /* Allow time for pending master requests to run */
5151 e1000_disable_pciex_master(&adapter->hw);
5152
Linus Torvalds1da177e2005-04-16 15:20:36 -07005153 E1000_WRITE_REG(&adapter->hw, WUC, E1000_WUC_PME_EN);
5154 E1000_WRITE_REG(&adapter->hw, WUFC, wufc);
Auke Kokd0e027d2006-04-14 19:04:40 -07005155 pci_enable_wake(pdev, PCI_D3hot, 1);
5156 pci_enable_wake(pdev, PCI_D3cold, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005157 } else {
5158 E1000_WRITE_REG(&adapter->hw, WUC, 0);
5159 E1000_WRITE_REG(&adapter->hw, WUFC, 0);
Auke Kokd0e027d2006-04-14 19:04:40 -07005160 pci_enable_wake(pdev, PCI_D3hot, 0);
5161 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005162 }
5163
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005164 e1000_release_manageability(adapter);
5165
5166 /* make sure adapter isn't asleep if manageability is enabled */
5167 if (adapter->en_mng_pt) {
5168 pci_enable_wake(pdev, PCI_D3hot, 1);
5169 pci_enable_wake(pdev, PCI_D3cold, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005170 }
5171
Auke Kokcd94dd02006-06-27 09:08:22 -07005172 if (adapter->hw.phy_type == e1000_phy_igp_3)
5173 e1000_phy_powerdown_workaround(&adapter->hw);
5174
Auke Kokedd106f2006-11-06 08:57:12 -08005175 if (netif_running(netdev))
5176 e1000_free_irq(adapter);
5177
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08005178 /* Release control of h/w to f/w. If f/w is AMT enabled, this
5179 * would have already happened in close and is redundant. */
5180 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005181
Linus Torvalds1da177e2005-04-16 15:20:36 -07005182 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08005183
Auke Kokd0e027d2006-04-14 19:04:40 -07005184 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005185
5186 return 0;
5187}
5188
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005189#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -07005190static int
5191e1000_resume(struct pci_dev *pdev)
5192{
5193 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005194 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005195 uint32_t err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005196
Auke Kokd0e027d2006-04-14 19:04:40 -07005197 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005198 pci_restore_state(pdev);
Auke Kok3d1dd8c2006-08-28 14:56:27 -07005199 if ((err = pci_enable_device(pdev))) {
5200 printk(KERN_ERR "e1000: Cannot enable PCI device from suspend\n");
5201 return err;
5202 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07005203 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005204
Auke Kokd0e027d2006-04-14 19:04:40 -07005205 pci_enable_wake(pdev, PCI_D3hot, 0);
5206 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005207
Auke Kokedd106f2006-11-06 08:57:12 -08005208 if (netif_running(netdev) && (err = e1000_request_irq(adapter)))
5209 return err;
5210
5211 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005212 e1000_reset(adapter);
5213 E1000_WRITE_REG(&adapter->hw, WUS, ~0);
5214
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005215 e1000_init_manageability(adapter);
5216
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005217 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005218 e1000_up(adapter);
5219
5220 netif_device_attach(netdev);
5221
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08005222 /* If the controller is 82573 and f/w is AMT, do not set
5223 * DRV_LOAD until the interface is up. For all other cases,
5224 * let the f/w know that the h/w is now under the control
5225 * of the driver. */
5226 if (adapter->hw.mac_type != e1000_82573 ||
5227 !e1000_check_mng_mode(&adapter->hw))
5228 e1000_get_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07005229
Linus Torvalds1da177e2005-04-16 15:20:36 -07005230 return 0;
5231}
5232#endif
Auke Kokc653e632006-05-23 13:35:57 -07005233
5234static void e1000_shutdown(struct pci_dev *pdev)
5235{
5236 e1000_suspend(pdev, PMSG_SUSPEND);
5237}
5238
Linus Torvalds1da177e2005-04-16 15:20:36 -07005239#ifdef CONFIG_NET_POLL_CONTROLLER
5240/*
5241 * Polling 'interrupt' - used by things like netconsole to send skbs
5242 * without having to re-enable interrupts. It's not called while
5243 * the interrupt routine is executing.
5244 */
5245static void
Malli Chilakala26483452005-04-28 19:44:46 -07005246e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005247{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005248 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07005249
Linus Torvalds1da177e2005-04-16 15:20:36 -07005250 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01005251 e1000_intr(adapter->pdev->irq, netdev);
Andrew Mortonc4cfe562005-10-15 00:32:29 -07005252 e1000_clean_tx_irq(adapter, adapter->tx_ring);
Jeff Kirshere8da8be2006-01-12 16:51:14 -08005253#ifndef CONFIG_E1000_NAPI
5254 adapter->clean_rx(adapter, adapter->rx_ring);
5255#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005256 enable_irq(adapter->pdev->irq);
5257}
5258#endif
5259
Auke Kok90267292006-06-08 09:30:24 -07005260/**
5261 * e1000_io_error_detected - called when PCI error is detected
5262 * @pdev: Pointer to PCI device
5263 * @state: The current pci conneection state
5264 *
5265 * This function is called after a PCI bus error affecting
5266 * this device has been detected.
5267 */
5268static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
5269{
5270 struct net_device *netdev = pci_get_drvdata(pdev);
5271 struct e1000_adapter *adapter = netdev->priv;
5272
5273 netif_device_detach(netdev);
5274
5275 if (netif_running(netdev))
5276 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005277 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005278
5279 /* Request a slot slot reset. */
5280 return PCI_ERS_RESULT_NEED_RESET;
5281}
5282
5283/**
5284 * e1000_io_slot_reset - called after the pci bus has been reset.
5285 * @pdev: Pointer to PCI device
5286 *
5287 * Restart the card from scratch, as if from a cold-boot. Implementation
5288 * resembles the first-half of the e1000_resume routine.
5289 */
5290static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5291{
5292 struct net_device *netdev = pci_get_drvdata(pdev);
5293 struct e1000_adapter *adapter = netdev->priv;
5294
5295 if (pci_enable_device(pdev)) {
5296 printk(KERN_ERR "e1000: Cannot re-enable PCI device after reset.\n");
5297 return PCI_ERS_RESULT_DISCONNECT;
5298 }
5299 pci_set_master(pdev);
5300
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005301 pci_enable_wake(pdev, PCI_D3hot, 0);
5302 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005303
Auke Kok90267292006-06-08 09:30:24 -07005304 e1000_reset(adapter);
5305 E1000_WRITE_REG(&adapter->hw, WUS, ~0);
5306
5307 return PCI_ERS_RESULT_RECOVERED;
5308}
5309
5310/**
5311 * e1000_io_resume - called when traffic can start flowing again.
5312 * @pdev: Pointer to PCI device
5313 *
5314 * This callback is called when the error recovery driver tells us that
5315 * its OK to resume normal operation. Implementation resembles the
5316 * second-half of the e1000_resume routine.
5317 */
5318static void e1000_io_resume(struct pci_dev *pdev)
5319{
5320 struct net_device *netdev = pci_get_drvdata(pdev);
5321 struct e1000_adapter *adapter = netdev->priv;
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005322
5323 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005324
5325 if (netif_running(netdev)) {
5326 if (e1000_up(adapter)) {
5327 printk("e1000: can't bring device back up after reset\n");
5328 return;
5329 }
5330 }
5331
5332 netif_device_attach(netdev);
5333
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005334 /* If the controller is 82573 and f/w is AMT, do not set
5335 * DRV_LOAD until the interface is up. For all other cases,
5336 * let the f/w know that the h/w is now under the control
5337 * of the driver. */
5338 if (adapter->hw.mac_type != e1000_82573 ||
5339 !e1000_check_mng_mode(&adapter->hw))
5340 e1000_get_hw_control(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005341
Auke Kok90267292006-06-08 09:30:24 -07005342}
5343
Linus Torvalds1da177e2005-04-16 15:20:36 -07005344/* e1000_main.c */