blob: 35e4e32c7702b3c029e0a83c564473b28ba8f41c [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"
30
Linus Torvalds1da177e2005-04-16 15:20:36 -070031char e1000_driver_name[] = "e1000";
Adrian Bunk3ad2cc62005-10-30 16:53:34 +010032static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver";
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#ifndef CONFIG_E1000_NAPI
34#define DRIVERNAPI
35#else
36#define DRIVERNAPI "-NAPI"
37#endif
Auke Kokff1e55b072006-10-24 14:46:09 -070038#define DRV_VERSION "7.2.9-k4"DRIVERNAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070039char e1000_driver_version[] = DRV_VERSION;
Auke Kok3d41e302006-04-14 19:05:31 -070040static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
42/* e1000_pci_tbl - PCI Device ID Table
43 *
44 * Last entry must be all 0s
45 *
46 * Macro expands to...
47 * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)}
48 */
49static struct pci_device_id e1000_pci_tbl[] = {
50 INTEL_E1000_ETHERNET_DEVICE(0x1000),
51 INTEL_E1000_ETHERNET_DEVICE(0x1001),
52 INTEL_E1000_ETHERNET_DEVICE(0x1004),
53 INTEL_E1000_ETHERNET_DEVICE(0x1008),
54 INTEL_E1000_ETHERNET_DEVICE(0x1009),
55 INTEL_E1000_ETHERNET_DEVICE(0x100C),
56 INTEL_E1000_ETHERNET_DEVICE(0x100D),
57 INTEL_E1000_ETHERNET_DEVICE(0x100E),
58 INTEL_E1000_ETHERNET_DEVICE(0x100F),
59 INTEL_E1000_ETHERNET_DEVICE(0x1010),
60 INTEL_E1000_ETHERNET_DEVICE(0x1011),
61 INTEL_E1000_ETHERNET_DEVICE(0x1012),
62 INTEL_E1000_ETHERNET_DEVICE(0x1013),
63 INTEL_E1000_ETHERNET_DEVICE(0x1014),
64 INTEL_E1000_ETHERNET_DEVICE(0x1015),
65 INTEL_E1000_ETHERNET_DEVICE(0x1016),
66 INTEL_E1000_ETHERNET_DEVICE(0x1017),
67 INTEL_E1000_ETHERNET_DEVICE(0x1018),
68 INTEL_E1000_ETHERNET_DEVICE(0x1019),
Malli Chilakala26483452005-04-28 19:44:46 -070069 INTEL_E1000_ETHERNET_DEVICE(0x101A),
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 INTEL_E1000_ETHERNET_DEVICE(0x101D),
71 INTEL_E1000_ETHERNET_DEVICE(0x101E),
72 INTEL_E1000_ETHERNET_DEVICE(0x1026),
73 INTEL_E1000_ETHERNET_DEVICE(0x1027),
74 INTEL_E1000_ETHERNET_DEVICE(0x1028),
Auke Kokae2c3862006-06-27 09:08:30 -070075 INTEL_E1000_ETHERNET_DEVICE(0x1049),
76 INTEL_E1000_ETHERNET_DEVICE(0x104A),
77 INTEL_E1000_ETHERNET_DEVICE(0x104B),
78 INTEL_E1000_ETHERNET_DEVICE(0x104C),
79 INTEL_E1000_ETHERNET_DEVICE(0x104D),
Mallikarjuna R Chilakala07b8fed2005-10-19 10:40:08 -040080 INTEL_E1000_ETHERNET_DEVICE(0x105E),
81 INTEL_E1000_ETHERNET_DEVICE(0x105F),
82 INTEL_E1000_ETHERNET_DEVICE(0x1060),
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 INTEL_E1000_ETHERNET_DEVICE(0x1075),
84 INTEL_E1000_ETHERNET_DEVICE(0x1076),
85 INTEL_E1000_ETHERNET_DEVICE(0x1077),
86 INTEL_E1000_ETHERNET_DEVICE(0x1078),
87 INTEL_E1000_ETHERNET_DEVICE(0x1079),
88 INTEL_E1000_ETHERNET_DEVICE(0x107A),
89 INTEL_E1000_ETHERNET_DEVICE(0x107B),
90 INTEL_E1000_ETHERNET_DEVICE(0x107C),
Mallikarjuna R Chilakala07b8fed2005-10-19 10:40:08 -040091 INTEL_E1000_ETHERNET_DEVICE(0x107D),
92 INTEL_E1000_ETHERNET_DEVICE(0x107E),
93 INTEL_E1000_ETHERNET_DEVICE(0x107F),
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 INTEL_E1000_ETHERNET_DEVICE(0x108A),
Malli Chilakala26483452005-04-28 19:44:46 -070095 INTEL_E1000_ETHERNET_DEVICE(0x108B),
96 INTEL_E1000_ETHERNET_DEVICE(0x108C),
Jeff Kirsher6418ecc2006-03-02 18:21:10 -080097 INTEL_E1000_ETHERNET_DEVICE(0x1096),
98 INTEL_E1000_ETHERNET_DEVICE(0x1098),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080099 INTEL_E1000_ETHERNET_DEVICE(0x1099),
Mallikarjuna R Chilakala07b8fed2005-10-19 10:40:08 -0400100 INTEL_E1000_ETHERNET_DEVICE(0x109A),
Jesse Brandeburg5881cde2006-08-31 14:27:47 -0700101 INTEL_E1000_ETHERNET_DEVICE(0x10A4),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -0800102 INTEL_E1000_ETHERNET_DEVICE(0x10B5),
Jeff Kirsher6418ecc2006-03-02 18:21:10 -0800103 INTEL_E1000_ETHERNET_DEVICE(0x10B9),
Auke Kokae2c3862006-06-27 09:08:30 -0700104 INTEL_E1000_ETHERNET_DEVICE(0x10BA),
105 INTEL_E1000_ETHERNET_DEVICE(0x10BB),
Auke Kokfc2307d2006-11-01 08:47:56 -0800106 INTEL_E1000_ETHERNET_DEVICE(0x10BC),
107 INTEL_E1000_ETHERNET_DEVICE(0x10C4),
108 INTEL_E1000_ETHERNET_DEVICE(0x10C5),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 /* required last entry */
110 {0,}
111};
112
113MODULE_DEVICE_TABLE(pci, e1000_pci_tbl);
114
Nicholas Nunley35574762006-09-27 12:53:34 -0700115int e1000_up(struct e1000_adapter *adapter);
116void e1000_down(struct e1000_adapter *adapter);
117void e1000_reinit_locked(struct e1000_adapter *adapter);
118void e1000_reset(struct e1000_adapter *adapter);
119int e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx);
120int e1000_setup_all_tx_resources(struct e1000_adapter *adapter);
121int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
122void e1000_free_all_tx_resources(struct e1000_adapter *adapter);
123void e1000_free_all_rx_resources(struct e1000_adapter *adapter);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100124static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700125 struct e1000_tx_ring *txdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100126static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700127 struct e1000_rx_ring *rxdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100128static void e1000_free_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700129 struct e1000_tx_ring *tx_ring);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100130static void e1000_free_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700131 struct e1000_rx_ring *rx_ring);
132void e1000_update_stats(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133
134static int e1000_init_module(void);
135static void e1000_exit_module(void);
136static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
137static void __devexit e1000_remove(struct pci_dev *pdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400138static int e1000_alloc_queues(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139static int e1000_sw_init(struct e1000_adapter *adapter);
140static int e1000_open(struct net_device *netdev);
141static int e1000_close(struct net_device *netdev);
142static void e1000_configure_tx(struct e1000_adapter *adapter);
143static void e1000_configure_rx(struct e1000_adapter *adapter);
144static void e1000_setup_rctl(struct e1000_adapter *adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400145static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter);
146static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter);
147static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
148 struct e1000_tx_ring *tx_ring);
149static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
150 struct e1000_rx_ring *rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151static void e1000_set_multi(struct net_device *netdev);
152static void e1000_update_phy_info(unsigned long data);
153static void e1000_watchdog(unsigned long data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154static void e1000_82547_tx_fifo_stall(unsigned long data);
155static int e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev);
156static struct net_device_stats * e1000_get_stats(struct net_device *netdev);
157static int e1000_change_mtu(struct net_device *netdev, int new_mtu);
158static int e1000_set_mac(struct net_device *netdev, void *p);
David Howells7d12e782006-10-05 14:55:46 +0100159static irqreturn_t e1000_intr(int irq, void *data);
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800160#ifdef CONFIG_PCI_MSI
161static irqreturn_t e1000_intr_msi(int irq, void *data);
162#endif
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400163static boolean_t e1000_clean_tx_irq(struct e1000_adapter *adapter,
164 struct e1000_tx_ring *tx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165#ifdef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400166static int e1000_clean(struct net_device *poll_dev, int *budget);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167static boolean_t e1000_clean_rx_irq(struct e1000_adapter *adapter,
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400168 struct e1000_rx_ring *rx_ring,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 int *work_done, int work_to_do);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700170static boolean_t e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400171 struct e1000_rx_ring *rx_ring,
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700172 int *work_done, int work_to_do);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173#else
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400174static boolean_t e1000_clean_rx_irq(struct e1000_adapter *adapter,
175 struct e1000_rx_ring *rx_ring);
176static boolean_t e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
177 struct e1000_rx_ring *rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178#endif
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400179static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800180 struct e1000_rx_ring *rx_ring,
181 int cleaned_count);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400182static void e1000_alloc_rx_buffers_ps(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800183 struct e1000_rx_ring *rx_ring,
184 int cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
186static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
187 int cmd);
Nicholas Nunley35574762006-09-27 12:53:34 -0700188void e1000_set_ethtool_ops(struct net_device *netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189static void e1000_enter_82542_rst(struct e1000_adapter *adapter);
190static void e1000_leave_82542_rst(struct e1000_adapter *adapter);
191static void e1000_tx_timeout(struct net_device *dev);
Jeff Kirsher87041632006-03-02 18:21:24 -0800192static void e1000_reset_task(struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193static void e1000_smartspeed(struct e1000_adapter *adapter);
Auke Koke619d522006-04-14 19:04:52 -0700194static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
195 struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196
197static void e1000_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp);
198static void e1000_vlan_rx_add_vid(struct net_device *netdev, uint16_t vid);
199static void e1000_vlan_rx_kill_vid(struct net_device *netdev, uint16_t vid);
200static void e1000_restore_vlan(struct e1000_adapter *adapter);
201
Ashutosh Naik977e74b2005-10-28 15:14:53 -0700202static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Auke Kok6fdfef12006-06-27 09:06:36 -0700203#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204static int e1000_resume(struct pci_dev *pdev);
205#endif
Auke Kokc653e632006-05-23 13:35:57 -0700206static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207
208#ifdef CONFIG_NET_POLL_CONTROLLER
209/* for netdump / net console */
210static void e1000_netpoll (struct net_device *netdev);
211#endif
212
Nicholas Nunley35574762006-09-27 12:53:34 -0700213extern void e1000_check_options(struct e1000_adapter *adapter);
214
Auke Kok90267292006-06-08 09:30:24 -0700215static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
216 pci_channel_state_t state);
217static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
218static void e1000_io_resume(struct pci_dev *pdev);
219
220static struct pci_error_handlers e1000_err_handler = {
221 .error_detected = e1000_io_error_detected,
222 .slot_reset = e1000_io_slot_reset,
223 .resume = e1000_io_resume,
224};
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -0400225
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226static struct pci_driver e1000_driver = {
227 .name = e1000_driver_name,
228 .id_table = e1000_pci_tbl,
229 .probe = e1000_probe,
230 .remove = __devexit_p(e1000_remove),
Auke Kokc4e24f02006-09-27 12:53:19 -0700231#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 /* Power Managment Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700234 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235#endif
Auke Kok90267292006-06-08 09:30:24 -0700236 .shutdown = e1000_shutdown,
237 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238};
239
240MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
241MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
242MODULE_LICENSE("GPL");
243MODULE_VERSION(DRV_VERSION);
244
245static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE;
246module_param(debug, int, 0);
247MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
248
249/**
250 * e1000_init_module - Driver Registration Routine
251 *
252 * e1000_init_module is the first routine called when the driver is
253 * loaded. All it does is register with the PCI subsystem.
254 **/
255
256static int __init
257e1000_init_module(void)
258{
259 int ret;
260 printk(KERN_INFO "%s - version %s\n",
261 e1000_driver_string, e1000_driver_version);
262
263 printk(KERN_INFO "%s\n", e1000_copyright);
264
Jeff Garzik29917622006-08-19 17:48:59 -0400265 ret = pci_register_driver(&e1000_driver);
Tony Luck8b378de2005-07-28 01:07:38 -0700266
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 return ret;
268}
269
270module_init(e1000_init_module);
271
272/**
273 * e1000_exit_module - Driver Exit Cleanup Routine
274 *
275 * e1000_exit_module is called just before the driver is removed
276 * from memory.
277 **/
278
279static void __exit
280e1000_exit_module(void)
281{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 pci_unregister_driver(&e1000_driver);
283}
284
285module_exit(e1000_exit_module);
286
Auke Kok2db10a02006-06-27 09:06:28 -0700287static int e1000_request_irq(struct e1000_adapter *adapter)
288{
289 struct net_device *netdev = adapter->netdev;
290 int flags, err = 0;
291
Jeff Garzikc0bc8722006-07-05 14:32:39 -0400292 flags = IRQF_SHARED;
Auke Kok2db10a02006-06-27 09:06:28 -0700293#ifdef CONFIG_PCI_MSI
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800294 if (adapter->hw.mac_type >= e1000_82571) {
Auke Kok2db10a02006-06-27 09:06:28 -0700295 adapter->have_msi = TRUE;
296 if ((err = pci_enable_msi(adapter->pdev))) {
297 DPRINTK(PROBE, ERR,
298 "Unable to allocate MSI interrupt Error: %d\n", err);
299 adapter->have_msi = FALSE;
300 }
301 }
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800302 if (adapter->have_msi) {
Andrew Morton61ef5c02006-07-06 23:58:19 -0700303 flags &= ~IRQF_SHARED;
Jesse Brandeburg9ac98282006-11-01 08:48:10 -0800304 err = request_irq(adapter->pdev->irq, &e1000_intr_msi, flags,
305 netdev->name, netdev);
306 if (err)
307 DPRINTK(PROBE, ERR,
308 "Unable to allocate interrupt Error: %d\n", err);
309 } else
Auke Kok2db10a02006-06-27 09:06:28 -0700310#endif
311 if ((err = request_irq(adapter->pdev->irq, &e1000_intr, flags,
312 netdev->name, netdev)))
313 DPRINTK(PROBE, ERR,
314 "Unable to allocate interrupt Error: %d\n", err);
315
316 return err;
317}
318
319static void e1000_free_irq(struct e1000_adapter *adapter)
320{
321 struct net_device *netdev = adapter->netdev;
322
323 free_irq(adapter->pdev->irq, netdev);
324
325#ifdef CONFIG_PCI_MSI
326 if (adapter->have_msi)
327 pci_disable_msi(adapter->pdev);
328#endif
329}
330
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331/**
332 * e1000_irq_disable - Mask off interrupt generation on the NIC
333 * @adapter: board private structure
334 **/
335
Auke Koke619d522006-04-14 19:04:52 -0700336static void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337e1000_irq_disable(struct e1000_adapter *adapter)
338{
339 atomic_inc(&adapter->irq_sem);
340 E1000_WRITE_REG(&adapter->hw, IMC, ~0);
341 E1000_WRITE_FLUSH(&adapter->hw);
342 synchronize_irq(adapter->pdev->irq);
343}
344
345/**
346 * e1000_irq_enable - Enable default interrupt generation settings
347 * @adapter: board private structure
348 **/
349
Auke Koke619d522006-04-14 19:04:52 -0700350static void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351e1000_irq_enable(struct e1000_adapter *adapter)
352{
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800353 if (likely(atomic_dec_and_test(&adapter->irq_sem))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354 E1000_WRITE_REG(&adapter->hw, IMS, IMS_ENABLE_MASK);
355 E1000_WRITE_FLUSH(&adapter->hw);
356 }
357}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100358
359static void
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700360e1000_update_mng_vlan(struct e1000_adapter *adapter)
361{
362 struct net_device *netdev = adapter->netdev;
363 uint16_t vid = adapter->hw.mng_cookie.vlan_id;
364 uint16_t old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800365 if (adapter->vlgrp) {
366 if (!adapter->vlgrp->vlan_devices[vid]) {
367 if (adapter->hw.mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700368 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
369 e1000_vlan_rx_add_vid(netdev, vid);
370 adapter->mng_vlan_id = vid;
371 } else
372 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800373
374 if ((old_vid != (uint16_t)E1000_MNG_VLAN_NONE) &&
375 (vid != old_vid) &&
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700376 !adapter->vlgrp->vlan_devices[old_vid])
377 e1000_vlan_rx_kill_vid(netdev, old_vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800378 } else
379 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700380 }
381}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800382
383/**
384 * e1000_release_hw_control - release control of the h/w to f/w
385 * @adapter: address of board private structure
386 *
387 * e1000_release_hw_control resets {CTRL_EXT|FWSM}:DRV_LOAD bit.
388 * For ASF and Pass Through versions of f/w this means that the
389 * driver is no longer loaded. For AMT version (only with 82573) i
Auke Kok90fb5132006-11-01 08:47:30 -0800390 * of the f/w this means that the network i/f is closed.
Auke Kok76c224b2006-05-23 13:36:06 -0700391 *
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800392 **/
393
Auke Koke619d522006-04-14 19:04:52 -0700394static void
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800395e1000_release_hw_control(struct e1000_adapter *adapter)
396{
397 uint32_t ctrl_ext;
398 uint32_t swsm;
Auke Kokcd94dd02006-06-27 09:08:22 -0700399 uint32_t extcnf;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800400
401 /* Let firmware taken over control of h/w */
402 switch (adapter->hw.mac_type) {
403 case e1000_82571:
404 case e1000_82572:
Auke Kok4cc15f52006-04-14 19:04:46 -0700405 case e1000_80003es2lan:
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800406 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
407 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
408 ctrl_ext & ~E1000_CTRL_EXT_DRV_LOAD);
409 break;
410 case e1000_82573:
411 swsm = E1000_READ_REG(&adapter->hw, SWSM);
412 E1000_WRITE_REG(&adapter->hw, SWSM,
413 swsm & ~E1000_SWSM_DRV_LOAD);
Auke Kokcd94dd02006-06-27 09:08:22 -0700414 case e1000_ich8lan:
415 extcnf = E1000_READ_REG(&adapter->hw, CTRL_EXT);
416 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
417 extcnf & ~E1000_CTRL_EXT_DRV_LOAD);
418 break;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800419 default:
420 break;
421 }
422}
423
424/**
425 * e1000_get_hw_control - get control of the h/w from f/w
426 * @adapter: address of board private structure
427 *
428 * e1000_get_hw_control sets {CTRL_EXT|FWSM}:DRV_LOAD bit.
Auke Kok76c224b2006-05-23 13:36:06 -0700429 * For ASF and Pass Through versions of f/w this means that
430 * the driver is loaded. For AMT version (only with 82573)
Auke Kok90fb5132006-11-01 08:47:30 -0800431 * of the f/w this means that the network i/f is open.
Auke Kok76c224b2006-05-23 13:36:06 -0700432 *
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800433 **/
434
Auke Koke619d522006-04-14 19:04:52 -0700435static void
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800436e1000_get_hw_control(struct e1000_adapter *adapter)
437{
438 uint32_t ctrl_ext;
439 uint32_t swsm;
Auke Kokcd94dd02006-06-27 09:08:22 -0700440 uint32_t extcnf;
Auke Kok90fb5132006-11-01 08:47:30 -0800441
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800442 /* Let firmware know the driver has taken over */
443 switch (adapter->hw.mac_type) {
444 case e1000_82571:
445 case e1000_82572:
Auke Kok4cc15f52006-04-14 19:04:46 -0700446 case e1000_80003es2lan:
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800447 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
448 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
449 ctrl_ext | E1000_CTRL_EXT_DRV_LOAD);
450 break;
451 case e1000_82573:
452 swsm = E1000_READ_REG(&adapter->hw, SWSM);
453 E1000_WRITE_REG(&adapter->hw, SWSM,
454 swsm | E1000_SWSM_DRV_LOAD);
455 break;
Auke Kokcd94dd02006-06-27 09:08:22 -0700456 case e1000_ich8lan:
457 extcnf = E1000_READ_REG(&adapter->hw, EXTCNF_CTRL);
458 E1000_WRITE_REG(&adapter->hw, EXTCNF_CTRL,
459 extcnf | E1000_EXTCNF_CTRL_SWFLAG);
460 break;
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800461 default:
462 break;
463 }
464}
465
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466int
467e1000_up(struct e1000_adapter *adapter)
468{
469 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700470 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471
472 /* hardware has been reset, we need to reload some things */
473
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 e1000_set_multi(netdev);
475
476 e1000_restore_vlan(adapter);
477
478 e1000_configure_tx(adapter);
479 e1000_setup_rctl(adapter);
480 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800481 /* call E1000_DESC_UNUSED which always leaves
482 * at least 1 descriptor unused to make sure
483 * next_to_use != next_to_clean */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800484 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800485 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800486 adapter->alloc_rx_buf(adapter, ring,
487 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800488 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800490 adapter->tx_queue_len = netdev->tx_queue_len;
491
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492#ifdef CONFIG_E1000_NAPI
493 netif_poll_enable(netdev);
494#endif
Malli Chilakala5de55622005-04-28 19:39:30 -0700495 e1000_irq_enable(adapter);
496
Auke Kok1314bbf2006-09-27 12:54:02 -0700497 clear_bit(__E1000_DOWN, &adapter->flags);
498
499 mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 return 0;
501}
502
Auke Kok79f05bf2006-06-27 09:06:32 -0700503/**
504 * e1000_power_up_phy - restore link in case the phy was powered down
505 * @adapter: address of board private structure
506 *
507 * The phy may be powered down to save power and turn off link when the
508 * driver is unloaded and wake on lan is not enabled (among others)
509 * *** this routine MUST be followed by a call to e1000_reset ***
510 *
511 **/
512
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700513void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700514{
515 uint16_t mii_reg = 0;
516
517 /* Just clear the power down bit to wake the phy back up */
518 if (adapter->hw.media_type == e1000_media_type_copper) {
519 /* according to the manual, the phy will retain its
520 * settings across a power-down/up cycle */
521 e1000_read_phy_reg(&adapter->hw, PHY_CTRL, &mii_reg);
522 mii_reg &= ~MII_CR_POWER_DOWN;
523 e1000_write_phy_reg(&adapter->hw, PHY_CTRL, mii_reg);
524 }
525}
526
527static void e1000_power_down_phy(struct e1000_adapter *adapter)
528{
Bruce Allan61c25052006-09-27 12:53:54 -0700529 /* Power down the PHY so no link is implied when interface is down *
530 * The PHY cannot be powered down if any of the following is TRUE *
Auke Kok79f05bf2006-06-27 09:06:32 -0700531 * (a) WoL is enabled
532 * (b) AMT is active
533 * (c) SoL/IDER session is active */
534 if (!adapter->wol && adapter->hw.mac_type >= e1000_82540 &&
Bruce Allan61c25052006-09-27 12:53:54 -0700535 adapter->hw.media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700536 uint16_t mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700537
538 switch (adapter->hw.mac_type) {
539 case e1000_82540:
540 case e1000_82545:
541 case e1000_82545_rev_3:
542 case e1000_82546:
543 case e1000_82546_rev_3:
544 case e1000_82541:
545 case e1000_82541_rev_2:
546 case e1000_82547:
547 case e1000_82547_rev_2:
548 if (E1000_READ_REG(&adapter->hw, MANC) &
549 E1000_MANC_SMBUS_EN)
550 goto out;
551 break;
552 case e1000_82571:
553 case e1000_82572:
554 case e1000_82573:
555 case e1000_80003es2lan:
556 case e1000_ich8lan:
557 if (e1000_check_mng_mode(&adapter->hw) ||
558 e1000_check_phy_reset_block(&adapter->hw))
559 goto out;
560 break;
561 default:
562 goto out;
563 }
Auke Kok79f05bf2006-06-27 09:06:32 -0700564 e1000_read_phy_reg(&adapter->hw, PHY_CTRL, &mii_reg);
565 mii_reg |= MII_CR_POWER_DOWN;
566 e1000_write_phy_reg(&adapter->hw, PHY_CTRL, mii_reg);
567 mdelay(1);
568 }
Bruce Allan61c25052006-09-27 12:53:54 -0700569out:
570 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700571}
572
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573void
574e1000_down(struct e1000_adapter *adapter)
575{
576 struct net_device *netdev = adapter->netdev;
577
Auke Kok1314bbf2006-09-27 12:54:02 -0700578 /* signal that we're down so the interrupt handler does not
579 * reschedule our watchdog timer */
580 set_bit(__E1000_DOWN, &adapter->flags);
581
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800583
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 del_timer_sync(&adapter->tx_fifo_stall_timer);
585 del_timer_sync(&adapter->watchdog_timer);
586 del_timer_sync(&adapter->phy_info_timer);
587
588#ifdef CONFIG_E1000_NAPI
589 netif_poll_disable(netdev);
590#endif
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800591 netdev->tx_queue_len = adapter->tx_queue_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 adapter->link_speed = 0;
593 adapter->link_duplex = 0;
594 netif_carrier_off(netdev);
595 netif_stop_queue(netdev);
596
597 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400598 e1000_clean_all_tx_rings(adapter);
599 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602void
Auke Kok2db10a02006-06-27 09:06:28 -0700603e1000_reinit_locked(struct e1000_adapter *adapter)
604{
605 WARN_ON(in_interrupt());
606 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
607 msleep(1);
608 e1000_down(adapter);
609 e1000_up(adapter);
610 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611}
612
613void
614e1000_reset(struct e1000_adapter *adapter)
615{
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700616 uint32_t pba, manc;
Malli Chilakala1125ecb2005-04-28 19:44:25 -0700617 uint16_t fc_high_water_mark = E1000_FC_HIGH_DIFF;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618
619 /* Repartition Pba for greater than 9k mtu
620 * To take effect CTRL.RST is required.
621 */
622
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700623 switch (adapter->hw.mac_type) {
624 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700625 case e1000_82547_rev_2:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700626 pba = E1000_PBA_30K;
627 break;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -0400628 case e1000_82571:
629 case e1000_82572:
Jeff Kirsher6418ecc2006-03-02 18:21:10 -0800630 case e1000_80003es2lan:
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -0400631 pba = E1000_PBA_38K;
632 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700633 case e1000_82573:
634 pba = E1000_PBA_12K;
635 break;
Auke Kokcd94dd02006-06-27 09:08:22 -0700636 case e1000_ich8lan:
637 pba = E1000_PBA_8K;
638 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700639 default:
640 pba = E1000_PBA_48K;
641 break;
642 }
643
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800644 if ((adapter->hw.mac_type != e1000_82573) &&
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800645 (adapter->netdev->mtu > E1000_RXBUFFER_8192))
Malli Chilakala1125ecb2005-04-28 19:44:25 -0700646 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700647
648
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800649 if (adapter->hw.mac_type == e1000_82547) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 adapter->tx_fifo_head = 0;
651 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
652 adapter->tx_fifo_size =
653 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
654 atomic_set(&adapter->tx_fifo_stall, 0);
655 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700656
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 E1000_WRITE_REG(&adapter->hw, PBA, pba);
658
659 /* flow control settings */
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800660 /* Set the FC high water mark to 90% of the FIFO size.
661 * Required to clear last 3 LSB */
662 fc_high_water_mark = ((pba * 9216)/10) & 0xFFF8;
Auke Kokcd94dd02006-06-27 09:08:22 -0700663 /* We can't use 90% on small FIFOs because the remainder
664 * would be less than 1 full frame. In this case, we size
665 * it to allow at least a full frame above the high water
666 * mark. */
667 if (pba < E1000_PBA_16K)
668 fc_high_water_mark = (pba * 1024) - 1600;
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800669
670 adapter->hw.fc_high_water = fc_high_water_mark;
671 adapter->hw.fc_low_water = fc_high_water_mark - 8;
Jeff Kirsher87041632006-03-02 18:21:24 -0800672 if (adapter->hw.mac_type == e1000_80003es2lan)
673 adapter->hw.fc_pause_time = 0xFFFF;
674 else
675 adapter->hw.fc_pause_time = E1000_FC_PAUSE_TIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 adapter->hw.fc_send_xon = 1;
677 adapter->hw.fc = adapter->hw.original_fc;
678
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700679 /* Allow time for pending master requests to run */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 e1000_reset_hw(&adapter->hw);
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800681 if (adapter->hw.mac_type >= e1000_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682 E1000_WRITE_REG(&adapter->hw, WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700683
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800684 if (e1000_init_hw(&adapter->hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 DPRINTK(PROBE, ERR, "Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700686 e1000_update_mng_vlan(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
688 E1000_WRITE_REG(&adapter->hw, VET, ETHERNET_IEEE_VLAN_TYPE);
689
690 e1000_reset_adaptive(&adapter->hw);
691 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700692
693 if (!adapter->smart_power_down &&
694 (adapter->hw.mac_type == e1000_82571 ||
695 adapter->hw.mac_type == e1000_82572)) {
696 uint16_t phy_data = 0;
697 /* speed up time to link by disabling smart power down, ignore
698 * the return value of this function because there is nothing
699 * different we would do if it failed */
700 e1000_read_phy_reg(&adapter->hw, IGP02E1000_PHY_POWER_MGMT,
701 &phy_data);
702 phy_data &= ~IGP02E1000_PM_SPD;
703 e1000_write_phy_reg(&adapter->hw, IGP02E1000_PHY_POWER_MGMT,
704 phy_data);
705 }
706
Jesse Brandeburg4ccc12a2006-10-24 14:45:53 -0700707 if ((adapter->en_mng_pt) &&
708 (adapter->hw.mac_type >= e1000_82540) &&
709 (adapter->hw.mac_type < e1000_82571) &&
710 (adapter->hw.media_type == e1000_media_type_copper)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700711 manc = E1000_READ_REG(&adapter->hw, MANC);
712 manc |= (E1000_MANC_ARP_EN | E1000_MANC_EN_MNG2HOST);
713 E1000_WRITE_REG(&adapter->hw, MANC, manc);
714 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715}
716
717/**
718 * e1000_probe - Device Initialization Routine
719 * @pdev: PCI device information struct
720 * @ent: entry in e1000_pci_tbl
721 *
722 * Returns 0 on success, negative on failure
723 *
724 * e1000_probe initializes an adapter identified by a pci_dev structure.
725 * The OS initialization, configuring of the adapter private structure,
726 * and a hardware reset occur.
727 **/
728
729static int __devinit
730e1000_probe(struct pci_dev *pdev,
731 const struct pci_device_id *ent)
732{
733 struct net_device *netdev;
734 struct e1000_adapter *adapter;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700735 unsigned long mmio_start, mmio_len;
Auke Kokcd94dd02006-06-27 09:08:22 -0700736 unsigned long flash_start, flash_len;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700739 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700740 int i, err, pci_using_dac;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700741 uint16_t eeprom_data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 uint16_t eeprom_apme_mask = E1000_EEPROM_APME;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800743 if ((err = pci_enable_device(pdev)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744 return err;
745
Auke Kokcd94dd02006-06-27 09:08:22 -0700746 if (!(err = pci_set_dma_mask(pdev, DMA_64BIT_MASK)) &&
747 !(err = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 pci_using_dac = 1;
749 } else {
Auke Kokcd94dd02006-06-27 09:08:22 -0700750 if ((err = pci_set_dma_mask(pdev, DMA_32BIT_MASK)) &&
751 (err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 E1000_ERR("No usable DMA configuration, aborting\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700753 goto err_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 }
755 pci_using_dac = 0;
756 }
757
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800758 if ((err = pci_request_regions(pdev, e1000_driver_name)))
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700759 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760
761 pci_set_master(pdev);
762
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700763 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700765 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767
768 SET_MODULE_OWNER(netdev);
769 SET_NETDEV_DEV(netdev, &pdev->dev);
770
771 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700772 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 adapter->netdev = netdev;
774 adapter->pdev = pdev;
775 adapter->hw.back = adapter;
776 adapter->msg_enable = (1 << debug) - 1;
777
778 mmio_start = pci_resource_start(pdev, BAR_0);
779 mmio_len = pci_resource_len(pdev, BAR_0);
780
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700781 err = -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782 adapter->hw.hw_addr = ioremap(mmio_start, mmio_len);
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700783 if (!adapter->hw.hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800786 for (i = BAR_1; i <= BAR_5; i++) {
787 if (pci_resource_len(pdev, i) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 continue;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800789 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 adapter->hw.io_base = pci_resource_start(pdev, i);
791 break;
792 }
793 }
794
795 netdev->open = &e1000_open;
796 netdev->stop = &e1000_close;
797 netdev->hard_start_xmit = &e1000_xmit_frame;
798 netdev->get_stats = &e1000_get_stats;
799 netdev->set_multicast_list = &e1000_set_multi;
800 netdev->set_mac_address = &e1000_set_mac;
801 netdev->change_mtu = &e1000_change_mtu;
802 netdev->do_ioctl = &e1000_ioctl;
803 e1000_set_ethtool_ops(netdev);
804 netdev->tx_timeout = &e1000_tx_timeout;
805 netdev->watchdog_timeo = 5 * HZ;
806#ifdef CONFIG_E1000_NAPI
807 netdev->poll = &e1000_clean;
808 netdev->weight = 64;
809#endif
810 netdev->vlan_rx_register = e1000_vlan_rx_register;
811 netdev->vlan_rx_add_vid = e1000_vlan_rx_add_vid;
812 netdev->vlan_rx_kill_vid = e1000_vlan_rx_kill_vid;
813#ifdef CONFIG_NET_POLL_CONTROLLER
814 netdev->poll_controller = e1000_netpoll;
815#endif
Auke Kok0eb5a342006-09-27 12:53:17 -0700816 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817
818 netdev->mem_start = mmio_start;
819 netdev->mem_end = mmio_start + mmio_len;
820 netdev->base_addr = adapter->hw.io_base;
821
822 adapter->bd_number = cards_found;
823
824 /* setup the private structure */
825
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800826 if ((err = e1000_sw_init(adapter)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 goto err_sw_init;
828
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700829 err = -EIO;
Auke Kokcd94dd02006-06-27 09:08:22 -0700830 /* Flash BAR mapping must happen after e1000_sw_init
831 * because it depends on mac_type */
832 if ((adapter->hw.mac_type == e1000_ich8lan) &&
833 (pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) {
834 flash_start = pci_resource_start(pdev, 1);
835 flash_len = pci_resource_len(pdev, 1);
836 adapter->hw.flash_address = ioremap(flash_start, flash_len);
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700837 if (!adapter->hw.flash_address)
Auke Kokcd94dd02006-06-27 09:08:22 -0700838 goto err_flashmap;
Auke Kokcd94dd02006-06-27 09:08:22 -0700839 }
840
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700841 if (e1000_check_phy_reset_block(&adapter->hw))
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700842 DPRINTK(PROBE, INFO, "PHY reset is blocked due to SOL/IDER session.\n");
843
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800844 if (adapter->hw.mac_type >= e1000_82543) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 netdev->features = NETIF_F_SG |
846 NETIF_F_HW_CSUM |
847 NETIF_F_HW_VLAN_TX |
848 NETIF_F_HW_VLAN_RX |
849 NETIF_F_HW_VLAN_FILTER;
Auke Kokcd94dd02006-06-27 09:08:22 -0700850 if (adapter->hw.mac_type == e1000_ich8lan)
851 netdev->features &= ~NETIF_F_HW_VLAN_FILTER;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 }
853
854#ifdef NETIF_F_TSO
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800855 if ((adapter->hw.mac_type >= e1000_82544) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 (adapter->hw.mac_type != e1000_82547))
857 netdev->features |= NETIF_F_TSO;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700858
Auke Kok87ca4e52006-11-01 08:47:36 -0800859#ifdef NETIF_F_TSO6
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800860 if (adapter->hw.mac_type > e1000_82547_rev_2)
Auke Kok87ca4e52006-11-01 08:47:36 -0800861 netdev->features |= NETIF_F_TSO6;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700862#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863#endif
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800864 if (pci_using_dac)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 netdev->features |= NETIF_F_HIGHDMA;
866
Auke Kok76c224b2006-05-23 13:36:06 -0700867 netdev->features |= NETIF_F_LLTX;
868
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700869 adapter->en_mng_pt = e1000_enable_mng_pass_thru(&adapter->hw);
870
Auke Kokcd94dd02006-06-27 09:08:22 -0700871 /* initialize eeprom parameters */
872
873 if (e1000_init_eeprom_params(&adapter->hw)) {
874 E1000_ERR("EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700875 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -0700876 }
877
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800878 /* before reading the EEPROM, reset the controller to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 * put the device in a known good starting state */
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 e1000_reset_hw(&adapter->hw);
882
883 /* make sure the EEPROM is good */
884
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800885 if (e1000_validate_eeprom_checksum(&adapter->hw) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 DPRINTK(PROBE, ERR, "The EEPROM Checksum Is Not Valid\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 goto err_eeprom;
888 }
889
890 /* copy the MAC address out of the EEPROM */
891
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800892 if (e1000_read_mac_addr(&adapter->hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893 DPRINTK(PROBE, ERR, "EEPROM Read Error\n");
894 memcpy(netdev->dev_addr, adapter->hw.mac_addr, netdev->addr_len);
John W. Linville9beb0ac2005-09-12 10:48:55 -0400895 memcpy(netdev->perm_addr, adapter->hw.mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800897 if (!is_valid_ether_addr(netdev->perm_addr)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 DPRINTK(PROBE, ERR, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 goto err_eeprom;
900 }
901
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 e1000_get_bus_info(&adapter->hw);
903
904 init_timer(&adapter->tx_fifo_stall_timer);
905 adapter->tx_fifo_stall_timer.function = &e1000_82547_tx_fifo_stall;
906 adapter->tx_fifo_stall_timer.data = (unsigned long) adapter;
907
908 init_timer(&adapter->watchdog_timer);
909 adapter->watchdog_timer.function = &e1000_watchdog;
910 adapter->watchdog_timer.data = (unsigned long) adapter;
911
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912 init_timer(&adapter->phy_info_timer);
913 adapter->phy_info_timer.function = &e1000_update_phy_info;
914 adapter->phy_info_timer.data = (unsigned long) adapter;
915
Jeff Kirsher87041632006-03-02 18:21:24 -0800916 INIT_WORK(&adapter->reset_task,
917 (void (*)(void *))e1000_reset_task, netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 e1000_check_options(adapter);
920
921 /* Initial Wake on LAN setting
922 * If APM wake is enabled in the EEPROM,
923 * enable the ACPI Magic Packet filter
924 */
925
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800926 switch (adapter->hw.mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 case e1000_82542_rev2_0:
928 case e1000_82542_rev2_1:
929 case e1000_82543:
930 break;
931 case e1000_82544:
932 e1000_read_eeprom(&adapter->hw,
933 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
934 eeprom_apme_mask = E1000_EEPROM_82544_APM;
935 break;
Auke Kokcd94dd02006-06-27 09:08:22 -0700936 case e1000_ich8lan:
937 e1000_read_eeprom(&adapter->hw,
938 EEPROM_INIT_CONTROL1_REG, 1, &eeprom_data);
939 eeprom_apme_mask = E1000_EEPROM_ICH8_APME;
940 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 case e1000_82546:
942 case e1000_82546_rev_3:
Jeff Kirsherfd803242005-12-13 00:06:22 -0500943 case e1000_82571:
Jeff Kirsher6418ecc2006-03-02 18:21:10 -0800944 case e1000_80003es2lan:
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800945 if (E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_FUNC_1){
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946 e1000_read_eeprom(&adapter->hw,
947 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
948 break;
949 }
950 /* Fall Through */
951 default:
952 e1000_read_eeprom(&adapter->hw,
953 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
954 break;
955 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800956 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700957 adapter->eeprom_wol |= E1000_WUFC_MAG;
958
959 /* now that we have the eeprom settings, apply the special cases
960 * where the eeprom may be wrong or the board simply won't support
961 * wake on lan on a particular port */
962 switch (pdev->device) {
963 case E1000_DEV_ID_82546GB_PCIE:
964 adapter->eeprom_wol = 0;
965 break;
966 case E1000_DEV_ID_82546EB_FIBER:
967 case E1000_DEV_ID_82546GB_FIBER:
968 case E1000_DEV_ID_82571EB_FIBER:
969 /* Wake events only supported on port A for dual fiber
970 * regardless of eeprom setting */
971 if (E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_FUNC_1)
972 adapter->eeprom_wol = 0;
973 break;
974 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
Jesse Brandeburg5881cde2006-08-31 14:27:47 -0700975 case E1000_DEV_ID_82571EB_QUAD_COPPER:
Auke Kokfc2307d2006-11-01 08:47:56 -0800976 case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE:
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700977 /* if quad port adapter, disable WoL on all but port A */
978 if (global_quad_port_a != 0)
979 adapter->eeprom_wol = 0;
980 else
981 adapter->quad_port_a = 1;
982 /* Reset for multiple quad port adapters */
983 if (++global_quad_port_a == 4)
984 global_quad_port_a = 0;
985 break;
986 }
987
988 /* initialize the wol settings based on the eeprom settings */
989 adapter->wol = adapter->eeprom_wol;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
Jeff Kirsherfb3d47d2006-01-12 16:51:25 -0800991 /* print bus type/speed/width info */
992 {
993 struct e1000_hw *hw = &adapter->hw;
994 DPRINTK(PROBE, INFO, "(PCI%s:%s:%s) ",
995 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" :
996 (hw->bus_type == e1000_bus_type_pci_express ? " Express":"")),
997 ((hw->bus_speed == e1000_bus_speed_2500) ? "2.5Gb/s" :
998 (hw->bus_speed == e1000_bus_speed_133) ? "133MHz" :
999 (hw->bus_speed == e1000_bus_speed_120) ? "120MHz" :
1000 (hw->bus_speed == e1000_bus_speed_100) ? "100MHz" :
1001 (hw->bus_speed == e1000_bus_speed_66) ? "66MHz" : "33MHz"),
1002 ((hw->bus_width == e1000_bus_width_64) ? "64-bit" :
1003 (hw->bus_width == e1000_bus_width_pciex_4) ? "Width x4" :
1004 (hw->bus_width == e1000_bus_width_pciex_1) ? "Width x1" :
1005 "32-bit"));
1006 }
1007
1008 for (i = 0; i < 6; i++)
1009 printk("%2.2x%c", netdev->dev_addr[i], i == 5 ? '\n' : ':');
1010
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 /* reset the hardware with the new settings */
1012 e1000_reset(adapter);
1013
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001014 /* If the controller is 82573 and f/w is AMT, do not set
1015 * DRV_LOAD until the interface is up. For all other cases,
1016 * let the f/w know that the h/w is now under the control
1017 * of the driver. */
1018 if (adapter->hw.mac_type != e1000_82573 ||
1019 !e1000_check_mng_mode(&adapter->hw))
1020 e1000_get_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 strcpy(netdev->name, "eth%d");
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001023 if ((err = register_netdev(netdev)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024 goto err_register;
1025
Auke Kok1314bbf2006-09-27 12:54:02 -07001026 /* tell the stack to leave us alone until e1000_open() is called */
1027 netif_carrier_off(netdev);
1028 netif_stop_queue(netdev);
1029
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 DPRINTK(PROBE, INFO, "Intel(R) PRO/1000 Network Connection\n");
1031
1032 cards_found++;
1033 return 0;
1034
1035err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001036 e1000_release_hw_control(adapter);
1037err_eeprom:
1038 if (!e1000_check_phy_reset_block(&adapter->hw))
1039 e1000_phy_hw_reset(&adapter->hw);
1040
Auke Kokcd94dd02006-06-27 09:08:22 -07001041 if (adapter->hw.flash_address)
1042 iounmap(adapter->hw.flash_address);
1043err_flashmap:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001044#ifdef CONFIG_E1000_NAPI
1045 for (i = 0; i < adapter->num_rx_queues; i++)
1046 dev_put(&adapter->polling_netdev[i]);
1047#endif
1048
1049 kfree(adapter->tx_ring);
1050 kfree(adapter->rx_ring);
1051#ifdef CONFIG_E1000_NAPI
1052 kfree(adapter->polling_netdev);
1053#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054err_sw_init:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 iounmap(adapter->hw.hw_addr);
1056err_ioremap:
1057 free_netdev(netdev);
1058err_alloc_etherdev:
1059 pci_release_regions(pdev);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001060err_pci_reg:
1061err_dma:
1062 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 return err;
1064}
1065
1066/**
1067 * e1000_remove - Device Removal Routine
1068 * @pdev: PCI device information struct
1069 *
1070 * e1000_remove is called by the PCI subsystem to alert the driver
1071 * that it should release a PCI device. The could be caused by a
1072 * Hot-Plug event, or because the driver is going to be removed from
1073 * memory.
1074 **/
1075
1076static void __devexit
1077e1000_remove(struct pci_dev *pdev)
1078{
1079 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001080 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001081 uint32_t manc;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001082#ifdef CONFIG_E1000_NAPI
1083 int i;
1084#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085
Jeff Garzikbe2b28e2005-10-04 07:13:43 -04001086 flush_scheduled_work();
1087
Jesse Brandeburg4ccc12a2006-10-24 14:45:53 -07001088 if (adapter->hw.mac_type >= e1000_82540 &&
1089 adapter->hw.mac_type < e1000_82571 &&
1090 adapter->hw.media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091 manc = E1000_READ_REG(&adapter->hw, MANC);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001092 if (manc & E1000_MANC_SMBUS_EN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 manc |= E1000_MANC_ARP_EN;
1094 E1000_WRITE_REG(&adapter->hw, MANC, manc);
1095 }
1096 }
1097
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001098 /* Release control of h/w to f/w. If f/w is AMT enabled, this
1099 * would have already happened in close and is redundant. */
1100 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001101
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 unregister_netdev(netdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001103#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001104 for (i = 0; i < adapter->num_rx_queues; i++)
Stephen Hemminger15333062006-03-20 22:32:28 -08001105 dev_put(&adapter->polling_netdev[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001106#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001108 if (!e1000_check_phy_reset_block(&adapter->hw))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001109 e1000_phy_hw_reset(&adapter->hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001111 kfree(adapter->tx_ring);
1112 kfree(adapter->rx_ring);
1113#ifdef CONFIG_E1000_NAPI
1114 kfree(adapter->polling_netdev);
1115#endif
1116
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117 iounmap(adapter->hw.hw_addr);
Auke Kokcd94dd02006-06-27 09:08:22 -07001118 if (adapter->hw.flash_address)
1119 iounmap(adapter->hw.flash_address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 pci_release_regions(pdev);
1121
1122 free_netdev(netdev);
1123
1124 pci_disable_device(pdev);
1125}
1126
1127/**
1128 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1129 * @adapter: board private structure to initialize
1130 *
1131 * e1000_sw_init initializes the Adapter private data structure.
1132 * Fields are initialized based on PCI device information and
1133 * OS network device settings (MTU size).
1134 **/
1135
1136static int __devinit
1137e1000_sw_init(struct e1000_adapter *adapter)
1138{
1139 struct e1000_hw *hw = &adapter->hw;
1140 struct net_device *netdev = adapter->netdev;
1141 struct pci_dev *pdev = adapter->pdev;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001142#ifdef CONFIG_E1000_NAPI
1143 int i;
1144#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
1146 /* PCI config space info */
1147
1148 hw->vendor_id = pdev->vendor;
1149 hw->device_id = pdev->device;
1150 hw->subsystem_vendor_id = pdev->subsystem_vendor;
1151 hw->subsystem_id = pdev->subsystem_device;
1152
1153 pci_read_config_byte(pdev, PCI_REVISION_ID, &hw->revision_id);
1154
1155 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
1156
Auke Kokeb0f8052006-07-14 16:14:48 -07001157 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Auke Kok9e2feac2006-04-14 19:05:18 -07001158 adapter->rx_ps_bsize0 = E1000_RXBUFFER_128;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159 hw->max_frame_size = netdev->mtu +
1160 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
1161 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
1162
1163 /* identify the MAC */
1164
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001165 if (e1000_set_mac_type(hw)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 DPRINTK(PROBE, ERR, "Unknown MAC Type\n");
1167 return -EIO;
1168 }
1169
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001170 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171 default:
1172 break;
1173 case e1000_82541:
1174 case e1000_82547:
1175 case e1000_82541_rev_2:
1176 case e1000_82547_rev_2:
1177 hw->phy_init_script = 1;
1178 break;
1179 }
1180
1181 e1000_set_media_type(hw);
1182
1183 hw->wait_autoneg_complete = FALSE;
1184 hw->tbi_compatibility_en = TRUE;
1185 hw->adaptive_ifs = TRUE;
1186
1187 /* Copper options */
1188
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001189 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190 hw->mdix = AUTO_ALL_MODES;
1191 hw->disable_polarity_correction = FALSE;
1192 hw->master_slave = E1000_MASTER_SLAVE;
1193 }
1194
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001195 adapter->num_tx_queues = 1;
1196 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001197
1198 if (e1000_alloc_queues(adapter)) {
1199 DPRINTK(PROBE, ERR, "Unable to allocate memory for queues\n");
1200 return -ENOMEM;
1201 }
1202
1203#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001204 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001205 adapter->polling_netdev[i].priv = adapter;
1206 adapter->polling_netdev[i].poll = &e1000_clean;
1207 adapter->polling_netdev[i].weight = 64;
1208 dev_hold(&adapter->polling_netdev[i]);
1209 set_bit(__LINK_STATE_START, &adapter->polling_netdev[i].state);
1210 }
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08001211 spin_lock_init(&adapter->tx_queue_lock);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001212#endif
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 atomic_set(&adapter->irq_sem, 1);
1215 spin_lock_init(&adapter->stats_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216
Auke Kok1314bbf2006-09-27 12:54:02 -07001217 set_bit(__E1000_DOWN, &adapter->flags);
1218
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219 return 0;
1220}
1221
1222/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001223 * e1000_alloc_queues - Allocate memory for all rings
1224 * @adapter: board private structure to initialize
1225 *
1226 * We allocate one ring per queue at run-time since we don't know the
1227 * number of queues at compile-time. The polling_netdev array is
1228 * intended for Multiqueue, but should work fine with a single queue.
1229 **/
1230
1231static int __devinit
1232e1000_alloc_queues(struct e1000_adapter *adapter)
1233{
1234 int size;
1235
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001236 size = sizeof(struct e1000_tx_ring) * adapter->num_tx_queues;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001237 adapter->tx_ring = kmalloc(size, GFP_KERNEL);
1238 if (!adapter->tx_ring)
1239 return -ENOMEM;
1240 memset(adapter->tx_ring, 0, size);
1241
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001242 size = sizeof(struct e1000_rx_ring) * adapter->num_rx_queues;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001243 adapter->rx_ring = kmalloc(size, GFP_KERNEL);
1244 if (!adapter->rx_ring) {
1245 kfree(adapter->tx_ring);
1246 return -ENOMEM;
1247 }
1248 memset(adapter->rx_ring, 0, size);
1249
1250#ifdef CONFIG_E1000_NAPI
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001251 size = sizeof(struct net_device) * adapter->num_rx_queues;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001252 adapter->polling_netdev = kmalloc(size, GFP_KERNEL);
1253 if (!adapter->polling_netdev) {
1254 kfree(adapter->tx_ring);
1255 kfree(adapter->rx_ring);
1256 return -ENOMEM;
1257 }
1258 memset(adapter->polling_netdev, 0, size);
1259#endif
1260
1261 return E1000_SUCCESS;
1262}
1263
1264/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265 * e1000_open - Called when a network interface is made active
1266 * @netdev: network interface device structure
1267 *
1268 * Returns 0 on success, negative value on failure
1269 *
1270 * The open entry point is called when a network interface is made
1271 * active by the system (IFF_UP). At this point all resources needed
1272 * for transmit and receive operations are allocated, the interrupt
1273 * handler is registered with the OS, the watchdog timer is started,
1274 * and the stack is notified that the interface is ready.
1275 **/
1276
1277static int
1278e1000_open(struct net_device *netdev)
1279{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001280 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 int err;
1282
Auke Kok2db10a02006-06-27 09:06:28 -07001283 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001284 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001285 return -EBUSY;
1286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287 /* allocate transmit descriptors */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001288 if ((err = e1000_setup_all_tx_resources(adapter)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 goto err_setup_tx;
1290
1291 /* allocate receive descriptors */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001292 if ((err = e1000_setup_all_rx_resources(adapter)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293 goto err_setup_rx;
1294
Auke Kok2db10a02006-06-27 09:06:28 -07001295 err = e1000_request_irq(adapter);
1296 if (err)
Vasily Averin401a5522006-08-28 14:56:19 -07001297 goto err_req_irq;
Auke Kok2db10a02006-06-27 09:06:28 -07001298
Auke Kok79f05bf2006-06-27 09:06:32 -07001299 e1000_power_up_phy(adapter);
1300
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001301 if ((err = e1000_up(adapter)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302 goto err_up;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001303 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001304 if ((adapter->hw.mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001305 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1306 e1000_update_mng_vlan(adapter);
1307 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001309 /* If AMT is enabled, let the firmware know that the network
1310 * interface is now open */
1311 if (adapter->hw.mac_type == e1000_82573 &&
1312 e1000_check_mng_mode(&adapter->hw))
1313 e1000_get_hw_control(adapter);
1314
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 return E1000_SUCCESS;
1316
1317err_up:
Vasily Averin401a5522006-08-28 14:56:19 -07001318 e1000_power_down_phy(adapter);
1319 e1000_free_irq(adapter);
1320err_req_irq:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001321 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001323 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324err_setup_tx:
1325 e1000_reset(adapter);
1326
1327 return err;
1328}
1329
1330/**
1331 * e1000_close - Disables a network interface
1332 * @netdev: network interface device structure
1333 *
1334 * Returns 0, this is not allowed to fail
1335 *
1336 * The close entry point is called when an interface is de-activated
1337 * by the OS. The hardware is still under the drivers control, but
1338 * needs to be disabled. A global MAC reset is issued to stop the
1339 * hardware, and all transmit and receive resources are freed.
1340 **/
1341
1342static int
1343e1000_close(struct net_device *netdev)
1344{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001345 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346
Auke Kok2db10a02006-06-27 09:06:28 -07001347 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001349 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001350 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001352 e1000_free_all_tx_resources(adapter);
1353 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354
Bruce Allan46665602006-09-27 12:54:08 -07001355 /* kill manageability vlan ID if supported, but not if a vlan with
1356 * the same ID is registered on the host OS (let 8021q kill it) */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001357 if ((adapter->hw.mng_cookie.status &
Bruce Allan46665602006-09-27 12:54:08 -07001358 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
1359 !(adapter->vlgrp &&
1360 adapter->vlgrp->vlan_devices[adapter->mng_vlan_id])) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001361 e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id);
1362 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001363
1364 /* If AMT is enabled, let the firmware know that the network
1365 * interface is now closed */
1366 if (adapter->hw.mac_type == e1000_82573 &&
1367 e1000_check_mng_mode(&adapter->hw))
1368 e1000_release_hw_control(adapter);
1369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 return 0;
1371}
1372
1373/**
1374 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1375 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001376 * @start: address of beginning of memory
1377 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 **/
Auke Koke619d522006-04-14 19:04:52 -07001379static boolean_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380e1000_check_64k_bound(struct e1000_adapter *adapter,
1381 void *start, unsigned long len)
1382{
1383 unsigned long begin = (unsigned long) start;
1384 unsigned long end = begin + len;
1385
Malli Chilakala26483452005-04-28 19:44:46 -07001386 /* First rev 82545 and 82546 need to not allow any memory
1387 * write location to cross 64k boundary due to errata 23 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388 if (adapter->hw.mac_type == e1000_82545 ||
Malli Chilakala26483452005-04-28 19:44:46 -07001389 adapter->hw.mac_type == e1000_82546) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 return ((begin ^ (end - 1)) >> 16) != 0 ? FALSE : TRUE;
1391 }
1392
1393 return TRUE;
1394}
1395
1396/**
1397 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1398 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001399 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400 *
1401 * Return 0 on success, negative on failure
1402 **/
1403
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01001404static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001405e1000_setup_tx_resources(struct e1000_adapter *adapter,
1406 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 struct pci_dev *pdev = adapter->pdev;
1409 int size;
1410
1411 size = sizeof(struct e1000_buffer) * txdr->count;
Auke Kokcd94dd02006-06-27 09:08:22 -07001412 txdr->buffer_info = vmalloc(size);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001413 if (!txdr->buffer_info) {
Malli Chilakala26483452005-04-28 19:44:46 -07001414 DPRINTK(PROBE, ERR,
1415 "Unable to allocate memory for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 return -ENOMEM;
1417 }
1418 memset(txdr->buffer_info, 0, size);
1419
1420 /* round up to nearest 4K */
1421
1422 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
1423 E1000_ROUNDUP(txdr->size, 4096);
1424
1425 txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001426 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 vfree(txdr->buffer_info);
Malli Chilakala26483452005-04-28 19:44:46 -07001429 DPRINTK(PROBE, ERR,
1430 "Unable to allocate memory for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 return -ENOMEM;
1432 }
1433
Malli Chilakala26483452005-04-28 19:44:46 -07001434 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1436 void *olddesc = txdr->desc;
1437 dma_addr_t olddma = txdr->dma;
Malli Chilakala26483452005-04-28 19:44:46 -07001438 DPRINTK(TX_ERR, ERR, "txdr align check failed: %u bytes "
1439 "at %p\n", txdr->size, txdr->desc);
1440 /* Try again, without freeing the previous */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441 txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma);
Malli Chilakala26483452005-04-28 19:44:46 -07001442 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001443 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1445 goto setup_tx_desc_die;
1446 }
1447
1448 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1449 /* give up */
Malli Chilakala26483452005-04-28 19:44:46 -07001450 pci_free_consistent(pdev, txdr->size, txdr->desc,
1451 txdr->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1453 DPRINTK(PROBE, ERR,
Malli Chilakala26483452005-04-28 19:44:46 -07001454 "Unable to allocate aligned memory "
1455 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 vfree(txdr->buffer_info);
1457 return -ENOMEM;
1458 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001459 /* Free old allocation, new allocation was successful */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 pci_free_consistent(pdev, txdr->size, olddesc, olddma);
1461 }
1462 }
1463 memset(txdr->desc, 0, txdr->size);
1464
1465 txdr->next_to_use = 0;
1466 txdr->next_to_clean = 0;
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001467 spin_lock_init(&txdr->tx_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468
1469 return 0;
1470}
1471
1472/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001473 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1474 * (Descriptors) for all queues
1475 * @adapter: board private structure
1476 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001477 * Return 0 on success, negative on failure
1478 **/
1479
1480int
1481e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
1482{
1483 int i, err = 0;
1484
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001485 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001486 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1487 if (err) {
1488 DPRINTK(PROBE, ERR,
1489 "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001490 for (i-- ; i >= 0; i--)
1491 e1000_free_tx_resources(adapter,
1492 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001493 break;
1494 }
1495 }
1496
1497 return err;
1498}
1499
1500/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1502 * @adapter: board private structure
1503 *
1504 * Configure the Tx unit of the MAC after a reset.
1505 **/
1506
1507static void
1508e1000_configure_tx(struct e1000_adapter *adapter)
1509{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001510 uint64_t tdba;
1511 struct e1000_hw *hw = &adapter->hw;
1512 uint32_t tdlen, tctl, tipg, tarc;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001513 uint32_t ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514
1515 /* Setup the HW Tx Head and Tail descriptor pointers */
1516
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001517 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001518 case 1:
1519 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001520 tdba = adapter->tx_ring[0].dma;
1521 tdlen = adapter->tx_ring[0].count *
1522 sizeof(struct e1000_tx_desc);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001523 E1000_WRITE_REG(hw, TDLEN, tdlen);
Auke Kok4ca213a2006-06-27 09:07:08 -07001524 E1000_WRITE_REG(hw, TDBAH, (tdba >> 32));
1525 E1000_WRITE_REG(hw, TDBAL, (tdba & 0x00000000ffffffffULL));
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001526 E1000_WRITE_REG(hw, TDT, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07001527 E1000_WRITE_REG(hw, TDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001528 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1529 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001530 break;
1531 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532
1533 /* Set the default values for the Tx Inter Packet Gap timer */
1534
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001535 if (hw->media_type == e1000_media_type_fiber ||
1536 hw->media_type == e1000_media_type_internal_serdes)
1537 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1538 else
1539 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1540
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001541 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542 case e1000_82542_rev2_0:
1543 case e1000_82542_rev2_1:
1544 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001545 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1546 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547 break;
Jeff Kirsher87041632006-03-02 18:21:24 -08001548 case e1000_80003es2lan:
1549 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1550 ipgr2 = DEFAULT_80003ES2LAN_TIPG_IPGR2;
1551 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001553 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1554 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1555 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001557 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1558 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001559 E1000_WRITE_REG(hw, TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560
1561 /* Set the Tx Interrupt Delay register */
1562
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001563 E1000_WRITE_REG(hw, TIDV, adapter->tx_int_delay);
1564 if (hw->mac_type >= e1000_82540)
1565 E1000_WRITE_REG(hw, TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
1567 /* Program the Transmit Control Register */
1568
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001569 tctl = E1000_READ_REG(hw, TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001571 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1573
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001574 if (hw->mac_type == e1000_82571 || hw->mac_type == e1000_82572) {
1575 tarc = E1000_READ_REG(hw, TARC0);
Auke Kok90fb5132006-11-01 08:47:30 -08001576 /* set the speed mode bit, we'll clear it if we're not at
1577 * gigabit link later */
Jeff Kirsher09ae3e82006-09-27 12:53:51 -07001578 tarc |= (1 << 21);
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001579 E1000_WRITE_REG(hw, TARC0, tarc);
Jeff Kirsher87041632006-03-02 18:21:24 -08001580 } else if (hw->mac_type == e1000_80003es2lan) {
1581 tarc = E1000_READ_REG(hw, TARC0);
1582 tarc |= 1;
Jeff Kirsher87041632006-03-02 18:21:24 -08001583 E1000_WRITE_REG(hw, TARC0, tarc);
1584 tarc = E1000_READ_REG(hw, TARC1);
1585 tarc |= 1;
1586 E1000_WRITE_REG(hw, TARC1, tarc);
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001587 }
1588
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001589 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590
1591 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001592 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1593
1594 /* only set IDE if we are delaying interrupts using the timers */
1595 if (adapter->tx_int_delay)
1596 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001598 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1600 else
1601 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1602
1603 /* Cache if we're 82544 running in PCI-X because we'll
1604 * need this to apply a workaround later in the send path. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001605 if (hw->mac_type == e1000_82544 &&
1606 hw->bus_type == e1000_bus_type_pcix)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 adapter->pcix_82544 = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001608
1609 E1000_WRITE_REG(hw, TCTL, tctl);
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611}
1612
1613/**
1614 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1615 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001616 * @rxdr: rx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617 *
1618 * Returns 0 on success, negative on failure
1619 **/
1620
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01001621static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001622e1000_setup_rx_resources(struct e1000_adapter *adapter,
1623 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001626 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627
1628 size = sizeof(struct e1000_buffer) * rxdr->count;
Auke Kokcd94dd02006-06-27 09:08:22 -07001629 rxdr->buffer_info = vmalloc(size);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001630 if (!rxdr->buffer_info) {
Malli Chilakala26483452005-04-28 19:44:46 -07001631 DPRINTK(PROBE, ERR,
1632 "Unable to allocate memory for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 return -ENOMEM;
1634 }
1635 memset(rxdr->buffer_info, 0, size);
1636
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001637 size = sizeof(struct e1000_ps_page) * rxdr->count;
1638 rxdr->ps_page = kmalloc(size, GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001639 if (!rxdr->ps_page) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001640 vfree(rxdr->buffer_info);
1641 DPRINTK(PROBE, ERR,
1642 "Unable to allocate memory for the receive descriptor ring\n");
1643 return -ENOMEM;
1644 }
1645 memset(rxdr->ps_page, 0, size);
1646
1647 size = sizeof(struct e1000_ps_page_dma) * rxdr->count;
1648 rxdr->ps_page_dma = kmalloc(size, GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001649 if (!rxdr->ps_page_dma) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001650 vfree(rxdr->buffer_info);
1651 kfree(rxdr->ps_page);
1652 DPRINTK(PROBE, ERR,
1653 "Unable to allocate memory for the receive descriptor ring\n");
1654 return -ENOMEM;
1655 }
1656 memset(rxdr->ps_page_dma, 0, size);
1657
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001658 if (adapter->hw.mac_type <= e1000_82547_rev_2)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001659 desc_len = sizeof(struct e1000_rx_desc);
1660 else
1661 desc_len = sizeof(union e1000_rx_desc_packet_split);
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 /* Round up to nearest 4K */
1664
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001665 rxdr->size = rxdr->count * desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666 E1000_ROUNDUP(rxdr->size, 4096);
1667
1668 rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma);
1669
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001670 if (!rxdr->desc) {
1671 DPRINTK(PROBE, ERR,
1672 "Unable to allocate memory for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 vfree(rxdr->buffer_info);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001675 kfree(rxdr->ps_page);
1676 kfree(rxdr->ps_page_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 return -ENOMEM;
1678 }
1679
Malli Chilakala26483452005-04-28 19:44:46 -07001680 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1682 void *olddesc = rxdr->desc;
1683 dma_addr_t olddma = rxdr->dma;
Malli Chilakala26483452005-04-28 19:44:46 -07001684 DPRINTK(RX_ERR, ERR, "rxdr align check failed: %u bytes "
1685 "at %p\n", rxdr->size, rxdr->desc);
1686 /* Try again, without freeing the previous */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687 rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma);
Malli Chilakala26483452005-04-28 19:44:46 -07001688 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001689 if (!rxdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001691 DPRINTK(PROBE, ERR,
1692 "Unable to allocate memory "
1693 "for the receive descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694 goto setup_rx_desc_die;
1695 }
1696
1697 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1698 /* give up */
Malli Chilakala26483452005-04-28 19:44:46 -07001699 pci_free_consistent(pdev, rxdr->size, rxdr->desc,
1700 rxdr->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
Malli Chilakala26483452005-04-28 19:44:46 -07001702 DPRINTK(PROBE, ERR,
1703 "Unable to allocate aligned memory "
1704 "for the receive descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001705 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001707 /* Free old allocation, new allocation was successful */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 pci_free_consistent(pdev, rxdr->size, olddesc, olddma);
1709 }
1710 }
1711 memset(rxdr->desc, 0, rxdr->size);
1712
1713 rxdr->next_to_clean = 0;
1714 rxdr->next_to_use = 0;
1715
1716 return 0;
1717}
1718
1719/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001720 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1721 * (Descriptors) for all queues
1722 * @adapter: board private structure
1723 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001724 * Return 0 on success, negative on failure
1725 **/
1726
1727int
1728e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
1729{
1730 int i, err = 0;
1731
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001732 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001733 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1734 if (err) {
1735 DPRINTK(PROBE, ERR,
1736 "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001737 for (i-- ; i >= 0; i--)
1738 e1000_free_rx_resources(adapter,
1739 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001740 break;
1741 }
1742 }
1743
1744 return err;
1745}
1746
1747/**
Malli Chilakala26483452005-04-28 19:44:46 -07001748 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749 * @adapter: Board private structure
1750 **/
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001751#define PAGE_USE_COUNT(S) (((S) >> PAGE_SHIFT) + \
1752 (((S) & (PAGE_SIZE - 1)) ? 1 : 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753static void
1754e1000_setup_rctl(struct e1000_adapter *adapter)
1755{
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001756 uint32_t rctl, rfctl;
1757 uint32_t psrctl = 0;
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -08001758#ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001759 uint32_t pages = 0;
1760#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
1762 rctl = E1000_READ_REG(&adapter->hw, RCTL);
1763
1764 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1765
1766 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM |
1767 E1000_RCTL_LBM_NO | E1000_RCTL_RDMTS_HALF |
1768 (adapter->hw.mc_filter_type << E1000_RCTL_MO_SHIFT);
1769
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001770 if (adapter->hw.tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771 rctl |= E1000_RCTL_SBP;
1772 else
1773 rctl &= ~E1000_RCTL_SBP;
1774
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001775 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1776 rctl &= ~E1000_RCTL_LPE;
1777 else
1778 rctl |= E1000_RCTL_LPE;
1779
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001781 rctl &= ~E1000_RCTL_SZ_4096;
1782 rctl |= E1000_RCTL_BSEX;
1783 switch (adapter->rx_buffer_len) {
1784 case E1000_RXBUFFER_256:
1785 rctl |= E1000_RCTL_SZ_256;
1786 rctl &= ~E1000_RCTL_BSEX;
1787 break;
1788 case E1000_RXBUFFER_512:
1789 rctl |= E1000_RCTL_SZ_512;
1790 rctl &= ~E1000_RCTL_BSEX;
1791 break;
1792 case E1000_RXBUFFER_1024:
1793 rctl |= E1000_RCTL_SZ_1024;
1794 rctl &= ~E1000_RCTL_BSEX;
1795 break;
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001796 case E1000_RXBUFFER_2048:
1797 default:
1798 rctl |= E1000_RCTL_SZ_2048;
1799 rctl &= ~E1000_RCTL_BSEX;
1800 break;
1801 case E1000_RXBUFFER_4096:
1802 rctl |= E1000_RCTL_SZ_4096;
1803 break;
1804 case E1000_RXBUFFER_8192:
1805 rctl |= E1000_RCTL_SZ_8192;
1806 break;
1807 case E1000_RXBUFFER_16384:
1808 rctl |= E1000_RCTL_SZ_16384;
1809 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001810 }
1811
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -08001812#ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001813 /* 82571 and greater support packet-split where the protocol
1814 * header is placed in skb->data and the packet data is
1815 * placed in pages hanging off of skb_shinfo(skb)->nr_frags.
1816 * In the case of a non-split, skb->data is linearly filled,
1817 * followed by the page buffers. Therefore, skb->data is
1818 * sized to hold the largest protocol header.
1819 */
Jesse Brandeburge64d7d02006-10-24 14:46:01 -07001820 /* allocations using alloc_page take too long for regular MTU
1821 * so only enable packet split for jumbo frames */
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001822 pages = PAGE_USE_COUNT(adapter->netdev->mtu);
Jesse Brandeburge64d7d02006-10-24 14:46:01 -07001823 if ((adapter->hw.mac_type >= e1000_82571) && (pages <= 3) &&
1824 PAGE_SIZE <= 16384 && (rctl & E1000_RCTL_LPE))
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001825 adapter->rx_ps_pages = pages;
1826 else
1827 adapter->rx_ps_pages = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001828#endif
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001829 if (adapter->rx_ps_pages) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001830 /* Configure extra packet-split registers */
1831 rfctl = E1000_READ_REG(&adapter->hw, RFCTL);
1832 rfctl |= E1000_RFCTL_EXTEN;
Auke Kok87ca4e52006-11-01 08:47:36 -08001833 /* disable packet split support for IPv6 extension headers,
1834 * because some malformed IPv6 headers can hang the RX */
1835 rfctl |= (E1000_RFCTL_IPV6_EX_DIS |
1836 E1000_RFCTL_NEW_IPV6_EXT_DIS);
1837
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001838 E1000_WRITE_REG(&adapter->hw, RFCTL, rfctl);
1839
Auke Kok7dfee0c2006-06-27 09:07:50 -07001840 rctl |= E1000_RCTL_DTYP_PS;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001841
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001842 psrctl |= adapter->rx_ps_bsize0 >>
1843 E1000_PSRCTL_BSIZE0_SHIFT;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001844
1845 switch (adapter->rx_ps_pages) {
1846 case 3:
1847 psrctl |= PAGE_SIZE <<
1848 E1000_PSRCTL_BSIZE3_SHIFT;
1849 case 2:
1850 psrctl |= PAGE_SIZE <<
1851 E1000_PSRCTL_BSIZE2_SHIFT;
1852 case 1:
1853 psrctl |= PAGE_SIZE >>
1854 E1000_PSRCTL_BSIZE1_SHIFT;
1855 break;
1856 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001857
1858 E1000_WRITE_REG(&adapter->hw, PSRCTL, psrctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 }
1860
1861 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
1862}
1863
1864/**
1865 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
1866 * @adapter: board private structure
1867 *
1868 * Configure the Rx unit of the MAC after a reset.
1869 **/
1870
1871static void
1872e1000_configure_rx(struct e1000_adapter *adapter)
1873{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001874 uint64_t rdba;
1875 struct e1000_hw *hw = &adapter->hw;
1876 uint32_t rdlen, rctl, rxcsum, ctrl_ext;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001877
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04001878 if (adapter->rx_ps_pages) {
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08001879 /* this is a 32 byte descriptor */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001880 rdlen = adapter->rx_ring[0].count *
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001881 sizeof(union e1000_rx_desc_packet_split);
1882 adapter->clean_rx = e1000_clean_rx_irq_ps;
1883 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps;
1884 } else {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001885 rdlen = adapter->rx_ring[0].count *
1886 sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001887 adapter->clean_rx = e1000_clean_rx_irq;
1888 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
1889 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890
1891 /* disable receives while setting up the descriptors */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001892 rctl = E1000_READ_REG(hw, RCTL);
1893 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894
1895 /* set the Receive Delay Timer Register */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001896 E1000_WRITE_REG(hw, RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001898 if (hw->mac_type >= e1000_82540) {
1899 E1000_WRITE_REG(hw, RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001900 if (adapter->itr > 1)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001901 E1000_WRITE_REG(hw, ITR,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 1000000000 / (adapter->itr * 256));
1903 }
1904
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001905 if (hw->mac_type >= e1000_82571) {
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001906 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08001907 /* Reset delay timers after every interrupt */
Auke Kok6fc7a7e2006-04-14 19:05:12 -07001908 ctrl_ext |= E1000_CTRL_EXT_INT_TIMER_CLR;
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08001909#ifdef CONFIG_E1000_NAPI
1910 /* Auto-Mask interrupts upon ICR read. */
1911 ctrl_ext |= E1000_CTRL_EXT_IAME;
1912#endif
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001913 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08001914 E1000_WRITE_REG(hw, IAM, ~0);
Mallikarjuna R Chilakala2ae76d92005-10-04 07:04:22 -04001915 E1000_WRITE_FLUSH(hw);
1916 }
1917
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001918 /* Setup the HW Rx Head and Tail Descriptor Pointers and
1919 * the Base and Length of the Rx Descriptor Ring */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001920 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001921 case 1:
1922 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001923 rdba = adapter->rx_ring[0].dma;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001924 E1000_WRITE_REG(hw, RDLEN, rdlen);
Auke Kok4ca213a2006-06-27 09:07:08 -07001925 E1000_WRITE_REG(hw, RDBAH, (rdba >> 32));
1926 E1000_WRITE_REG(hw, RDBAL, (rdba & 0x00000000ffffffffULL));
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001927 E1000_WRITE_REG(hw, RDT, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07001928 E1000_WRITE_REG(hw, RDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001929 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
1930 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001931 break;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001932 }
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001935 if (hw->mac_type >= e1000_82543) {
1936 rxcsum = E1000_READ_REG(hw, RXCSUM);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001937 if (adapter->rx_csum == TRUE) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001938 rxcsum |= E1000_RXCSUM_TUOFL;
1939
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04001940 /* Enable 82571 IPv4 payload checksum for UDP fragments
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001941 * Must be used in conjunction with packet-split. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001942 if ((hw->mac_type >= e1000_82571) &&
1943 (adapter->rx_ps_pages)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001944 rxcsum |= E1000_RXCSUM_IPPCSE;
1945 }
1946 } else {
1947 rxcsum &= ~E1000_RXCSUM_TUOFL;
1948 /* don't need to clear IPPCSE as it defaults to 0 */
1949 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001950 E1000_WRITE_REG(hw, RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 }
1952
Auke Kok21c4d5e2006-11-01 08:47:39 -08001953 /* enable early receives on 82573, only takes effect if using > 2048
1954 * byte total frame size. for example only for jumbo frames */
1955#define E1000_ERT_2048 0x100
1956 if (hw->mac_type == e1000_82573)
1957 E1000_WRITE_REG(hw, ERT, E1000_ERT_2048);
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959 /* Enable Receives */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001960 E1000_WRITE_REG(hw, RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961}
1962
1963/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001964 * e1000_free_tx_resources - Free Tx Resources per Queue
1965 * @adapter: board private structure
1966 * @tx_ring: Tx descriptor ring for a specific queue
1967 *
1968 * Free all transmit software resources
1969 **/
1970
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01001971static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001972e1000_free_tx_resources(struct e1000_adapter *adapter,
1973 struct e1000_tx_ring *tx_ring)
1974{
1975 struct pci_dev *pdev = adapter->pdev;
1976
1977 e1000_clean_tx_ring(adapter, tx_ring);
1978
1979 vfree(tx_ring->buffer_info);
1980 tx_ring->buffer_info = NULL;
1981
1982 pci_free_consistent(pdev, tx_ring->size, tx_ring->desc, tx_ring->dma);
1983
1984 tx_ring->desc = NULL;
1985}
1986
1987/**
1988 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989 * @adapter: board private structure
1990 *
1991 * Free all transmit software resources
1992 **/
1993
1994void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001995e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001997 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001999 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002000 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001}
2002
Auke Koke619d522006-04-14 19:04:52 -07002003static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
2005 struct e1000_buffer *buffer_info)
2006{
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002007 if (buffer_info->dma) {
Malli Chilakala26483452005-04-28 19:44:46 -07002008 pci_unmap_page(adapter->pdev,
2009 buffer_info->dma,
2010 buffer_info->length,
2011 PCI_DMA_TODEVICE);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002012 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002014 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002016 buffer_info->skb = NULL;
2017 }
2018 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019}
2020
2021/**
2022 * e1000_clean_tx_ring - Free Tx Buffers
2023 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002024 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 **/
2026
2027static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002028e1000_clean_tx_ring(struct e1000_adapter *adapter,
2029 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031 struct e1000_buffer *buffer_info;
2032 unsigned long size;
2033 unsigned int i;
2034
2035 /* Free all the Tx ring sk_buffs */
2036
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002037 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038 buffer_info = &tx_ring->buffer_info[i];
2039 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2040 }
2041
2042 size = sizeof(struct e1000_buffer) * tx_ring->count;
2043 memset(tx_ring->buffer_info, 0, size);
2044
2045 /* Zero out the descriptor ring */
2046
2047 memset(tx_ring->desc, 0, tx_ring->size);
2048
2049 tx_ring->next_to_use = 0;
2050 tx_ring->next_to_clean = 0;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002051 tx_ring->last_tx_tso = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002053 writel(0, adapter->hw.hw_addr + tx_ring->tdh);
2054 writel(0, adapter->hw.hw_addr + tx_ring->tdt);
2055}
2056
2057/**
2058 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2059 * @adapter: board private structure
2060 **/
2061
2062static void
2063e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
2064{
2065 int i;
2066
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002067 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002068 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069}
2070
2071/**
2072 * e1000_free_rx_resources - Free Rx Resources
2073 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002074 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 *
2076 * Free all receive software resources
2077 **/
2078
Adrian Bunk3ad2cc62005-10-30 16:53:34 +01002079static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002080e1000_free_rx_resources(struct e1000_adapter *adapter,
2081 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 struct pci_dev *pdev = adapter->pdev;
2084
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002085 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086
2087 vfree(rx_ring->buffer_info);
2088 rx_ring->buffer_info = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002089 kfree(rx_ring->ps_page);
2090 rx_ring->ps_page = NULL;
2091 kfree(rx_ring->ps_page_dma);
2092 rx_ring->ps_page_dma = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
2094 pci_free_consistent(pdev, rx_ring->size, rx_ring->desc, rx_ring->dma);
2095
2096 rx_ring->desc = NULL;
2097}
2098
2099/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002100 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002102 *
2103 * Free all receive software resources
2104 **/
2105
2106void
2107e1000_free_all_rx_resources(struct e1000_adapter *adapter)
2108{
2109 int i;
2110
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002111 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002112 e1000_free_rx_resources(adapter, &adapter->rx_ring[i]);
2113}
2114
2115/**
2116 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2117 * @adapter: board private structure
2118 * @rx_ring: ring to free buffers from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119 **/
2120
2121static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002122e1000_clean_rx_ring(struct e1000_adapter *adapter,
2123 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 struct e1000_buffer *buffer_info;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002126 struct e1000_ps_page *ps_page;
2127 struct e1000_ps_page_dma *ps_page_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 struct pci_dev *pdev = adapter->pdev;
2129 unsigned long size;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002130 unsigned int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131
2132 /* Free all the Rx ring sk_buffs */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002133 for (i = 0; i < rx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 buffer_info = &rx_ring->buffer_info[i];
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002135 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 pci_unmap_single(pdev,
2137 buffer_info->dma,
2138 buffer_info->length,
2139 PCI_DMA_FROMDEVICE);
2140
2141 dev_kfree_skb(buffer_info->skb);
2142 buffer_info->skb = NULL;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08002143 }
2144 ps_page = &rx_ring->ps_page[i];
2145 ps_page_dma = &rx_ring->ps_page_dma[i];
2146 for (j = 0; j < adapter->rx_ps_pages; j++) {
2147 if (!ps_page->ps_page[j]) break;
2148 pci_unmap_page(pdev,
2149 ps_page_dma->ps_page_dma[j],
2150 PAGE_SIZE, PCI_DMA_FROMDEVICE);
2151 ps_page_dma->ps_page_dma[j] = 0;
2152 put_page(ps_page->ps_page[j]);
2153 ps_page->ps_page[j] = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154 }
2155 }
2156
2157 size = sizeof(struct e1000_buffer) * rx_ring->count;
2158 memset(rx_ring->buffer_info, 0, size);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002159 size = sizeof(struct e1000_ps_page) * rx_ring->count;
2160 memset(rx_ring->ps_page, 0, size);
2161 size = sizeof(struct e1000_ps_page_dma) * rx_ring->count;
2162 memset(rx_ring->ps_page_dma, 0, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163
2164 /* Zero out the descriptor ring */
2165
2166 memset(rx_ring->desc, 0, rx_ring->size);
2167
2168 rx_ring->next_to_clean = 0;
2169 rx_ring->next_to_use = 0;
2170
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002171 writel(0, adapter->hw.hw_addr + rx_ring->rdh);
2172 writel(0, adapter->hw.hw_addr + rx_ring->rdt);
2173}
2174
2175/**
2176 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2177 * @adapter: board private structure
2178 **/
2179
2180static void
2181e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
2182{
2183 int i;
2184
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002185 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002186 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187}
2188
2189/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2190 * and memory write and invalidate disabled for certain operations
2191 */
2192static void
2193e1000_enter_82542_rst(struct e1000_adapter *adapter)
2194{
2195 struct net_device *netdev = adapter->netdev;
2196 uint32_t rctl;
2197
2198 e1000_pci_clear_mwi(&adapter->hw);
2199
2200 rctl = E1000_READ_REG(&adapter->hw, RCTL);
2201 rctl |= E1000_RCTL_RST;
2202 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
2203 E1000_WRITE_FLUSH(&adapter->hw);
2204 mdelay(5);
2205
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002206 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002207 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208}
2209
2210static void
2211e1000_leave_82542_rst(struct e1000_adapter *adapter)
2212{
2213 struct net_device *netdev = adapter->netdev;
2214 uint32_t rctl;
2215
2216 rctl = E1000_READ_REG(&adapter->hw, RCTL);
2217 rctl &= ~E1000_RCTL_RST;
2218 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
2219 E1000_WRITE_FLUSH(&adapter->hw);
2220 mdelay(5);
2221
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002222 if (adapter->hw.pci_cmd_word & PCI_COMMAND_INVALIDATE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223 e1000_pci_set_mwi(&adapter->hw);
2224
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002225 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002226 /* No need to loop, because 82542 supports only 1 queue */
2227 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002228 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002229 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 }
2231}
2232
2233/**
2234 * e1000_set_mac - Change the Ethernet Address of the NIC
2235 * @netdev: network interface device structure
2236 * @p: pointer to an address structure
2237 *
2238 * Returns 0 on success, negative on failure
2239 **/
2240
2241static int
2242e1000_set_mac(struct net_device *netdev, void *p)
2243{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002244 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 struct sockaddr *addr = p;
2246
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002247 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248 return -EADDRNOTAVAIL;
2249
2250 /* 82542 2.0 needs to be in reset to write receive address registers */
2251
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002252 if (adapter->hw.mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253 e1000_enter_82542_rst(adapter);
2254
2255 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
2256 memcpy(adapter->hw.mac_addr, addr->sa_data, netdev->addr_len);
2257
2258 e1000_rar_set(&adapter->hw, adapter->hw.mac_addr, 0);
2259
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002260 /* With 82571 controllers, LAA may be overwritten (with the default)
2261 * due to controller reset from the other port. */
2262 if (adapter->hw.mac_type == e1000_82571) {
2263 /* activate the work around */
2264 adapter->hw.laa_is_present = 1;
2265
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002266 /* Hold a copy of the LAA in RAR[14] This is done so that
2267 * between the time RAR[0] gets clobbered and the time it
2268 * gets fixed (in e1000_watchdog), the actual LAA is in one
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002269 * of the RARs and no incoming packets directed to this port
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002270 * are dropped. Eventaully the LAA will be in RAR[0] and
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002271 * RAR[14] */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002272 e1000_rar_set(&adapter->hw, adapter->hw.mac_addr,
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002273 E1000_RAR_ENTRIES - 1);
2274 }
2275
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002276 if (adapter->hw.mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277 e1000_leave_82542_rst(adapter);
2278
2279 return 0;
2280}
2281
2282/**
2283 * e1000_set_multi - Multicast and Promiscuous mode set
2284 * @netdev: network interface device structure
2285 *
2286 * The set_multi entry point is called whenever the multicast address
2287 * list or the network interface flags are updated. This routine is
2288 * responsible for configuring the hardware for proper multicast,
2289 * promiscuous mode, and all-multi behavior.
2290 **/
2291
2292static void
2293e1000_set_multi(struct net_device *netdev)
2294{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002295 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 struct e1000_hw *hw = &adapter->hw;
2297 struct dev_mc_list *mc_ptr;
2298 uint32_t rctl;
2299 uint32_t hash_value;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002300 int i, rar_entries = E1000_RAR_ENTRIES;
Auke Kokcd94dd02006-06-27 09:08:22 -07002301 int mta_reg_count = (hw->mac_type == e1000_ich8lan) ?
2302 E1000_NUM_MTA_REGISTERS_ICH8LAN :
2303 E1000_NUM_MTA_REGISTERS;
2304
2305 if (adapter->hw.mac_type == e1000_ich8lan)
2306 rar_entries = E1000_RAR_ENTRIES_ICH8LAN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002308 /* reserve RAR[14] for LAA over-write work-around */
2309 if (adapter->hw.mac_type == e1000_82571)
2310 rar_entries--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311
Malli Chilakala26483452005-04-28 19:44:46 -07002312 /* Check for Promiscuous and All Multicast modes */
2313
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314 rctl = E1000_READ_REG(hw, RCTL);
2315
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002316 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002318 } else if (netdev->flags & IFF_ALLMULTI) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319 rctl |= E1000_RCTL_MPE;
2320 rctl &= ~E1000_RCTL_UPE;
2321 } else {
2322 rctl &= ~(E1000_RCTL_UPE | E1000_RCTL_MPE);
2323 }
2324
2325 E1000_WRITE_REG(hw, RCTL, rctl);
2326
2327 /* 82542 2.0 needs to be in reset to write receive address registers */
2328
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002329 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330 e1000_enter_82542_rst(adapter);
2331
2332 /* load the first 14 multicast address into the exact filters 1-14
2333 * RAR 0 is used for the station MAC adddress
2334 * if there are not 14 addresses, go ahead and clear the filters
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002335 * -- with 82571 controllers only 0-13 entries are filled here
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336 */
2337 mc_ptr = netdev->mc_list;
2338
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002339 for (i = 1; i < rar_entries; i++) {
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002340 if (mc_ptr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 e1000_rar_set(hw, mc_ptr->dmi_addr, i);
2342 mc_ptr = mc_ptr->next;
2343 } else {
2344 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002345 E1000_WRITE_FLUSH(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002347 E1000_WRITE_FLUSH(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348 }
2349 }
2350
2351 /* clear the old settings from the multicast hash table */
2352
Auke Kokcd94dd02006-06-27 09:08:22 -07002353 for (i = 0; i < mta_reg_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354 E1000_WRITE_REG_ARRAY(hw, MTA, i, 0);
Auke Kok4ca213a2006-06-27 09:07:08 -07002355 E1000_WRITE_FLUSH(hw);
2356 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357
2358 /* load any remaining addresses into the hash table */
2359
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002360 for (; mc_ptr; mc_ptr = mc_ptr->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361 hash_value = e1000_hash_mc_addr(hw, mc_ptr->dmi_addr);
2362 e1000_mta_set(hw, hash_value);
2363 }
2364
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002365 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366 e1000_leave_82542_rst(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367}
2368
2369/* Need to wait a few seconds after link up to get diagnostic information from
2370 * the phy */
2371
2372static void
2373e1000_update_phy_info(unsigned long data)
2374{
2375 struct e1000_adapter *adapter = (struct e1000_adapter *) data;
2376 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
2377}
2378
2379/**
2380 * e1000_82547_tx_fifo_stall - Timer Call-back
2381 * @data: pointer to adapter cast into an unsigned long
2382 **/
2383
2384static void
2385e1000_82547_tx_fifo_stall(unsigned long data)
2386{
2387 struct e1000_adapter *adapter = (struct e1000_adapter *) data;
2388 struct net_device *netdev = adapter->netdev;
2389 uint32_t tctl;
2390
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002391 if (atomic_read(&adapter->tx_fifo_stall)) {
2392 if ((E1000_READ_REG(&adapter->hw, TDT) ==
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 E1000_READ_REG(&adapter->hw, TDH)) &&
2394 (E1000_READ_REG(&adapter->hw, TDFT) ==
2395 E1000_READ_REG(&adapter->hw, TDFH)) &&
2396 (E1000_READ_REG(&adapter->hw, TDFTS) ==
2397 E1000_READ_REG(&adapter->hw, TDFHS))) {
2398 tctl = E1000_READ_REG(&adapter->hw, TCTL);
2399 E1000_WRITE_REG(&adapter->hw, TCTL,
2400 tctl & ~E1000_TCTL_EN);
2401 E1000_WRITE_REG(&adapter->hw, TDFT,
2402 adapter->tx_head_addr);
2403 E1000_WRITE_REG(&adapter->hw, TDFH,
2404 adapter->tx_head_addr);
2405 E1000_WRITE_REG(&adapter->hw, TDFTS,
2406 adapter->tx_head_addr);
2407 E1000_WRITE_REG(&adapter->hw, TDFHS,
2408 adapter->tx_head_addr);
2409 E1000_WRITE_REG(&adapter->hw, TCTL, tctl);
2410 E1000_WRITE_FLUSH(&adapter->hw);
2411
2412 adapter->tx_fifo_head = 0;
2413 atomic_set(&adapter->tx_fifo_stall, 0);
2414 netif_wake_queue(netdev);
2415 } else {
2416 mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1);
2417 }
2418 }
2419}
2420
2421/**
2422 * e1000_watchdog - Timer Call-back
2423 * @data: pointer to adapter cast into an unsigned long
2424 **/
2425static void
2426e1000_watchdog(unsigned long data)
2427{
2428 struct e1000_adapter *adapter = (struct e1000_adapter *) data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002430 struct e1000_tx_ring *txdr = adapter->tx_ring;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002431 uint32_t link, tctl;
Auke Kokcd94dd02006-06-27 09:08:22 -07002432 int32_t ret_val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433
Auke Kokcd94dd02006-06-27 09:08:22 -07002434 ret_val = e1000_check_for_link(&adapter->hw);
2435 if ((ret_val == E1000_ERR_PHY) &&
2436 (adapter->hw.phy_type == e1000_phy_igp_3) &&
2437 (E1000_READ_REG(&adapter->hw, CTRL) & E1000_PHY_CTRL_GBE_DISABLE)) {
2438 /* See e1000_kumeran_lock_loss_workaround() */
2439 DPRINTK(LINK, INFO,
2440 "Gigabit has been disabled, downgrading speed\n");
2441 }
Auke Kok90fb5132006-11-01 08:47:30 -08002442
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002443 if (adapter->hw.mac_type == e1000_82573) {
2444 e1000_enable_tx_pkt_filtering(&adapter->hw);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002445 if (adapter->mng_vlan_id != adapter->hw.mng_cookie.vlan_id)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002446 e1000_update_mng_vlan(adapter);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002447 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002449 if ((adapter->hw.media_type == e1000_media_type_internal_serdes) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450 !(E1000_READ_REG(&adapter->hw, TXCW) & E1000_TXCW_ANE))
2451 link = !adapter->hw.serdes_link_down;
2452 else
2453 link = E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_LU;
2454
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002455 if (link) {
2456 if (!netif_carrier_ok(netdev)) {
Auke Kokfe7fe282006-04-14 19:04:59 -07002457 boolean_t txb2b = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458 e1000_get_speed_and_duplex(&adapter->hw,
2459 &adapter->link_speed,
2460 &adapter->link_duplex);
2461
2462 DPRINTK(LINK, INFO, "NIC Link is Up %d Mbps %s\n",
2463 adapter->link_speed,
2464 adapter->link_duplex == FULL_DUPLEX ?
2465 "Full Duplex" : "Half Duplex");
2466
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002467 /* tweak tx_queue_len according to speed/duplex
2468 * and adjust the timeout factor */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002469 netdev->tx_queue_len = adapter->tx_queue_len;
2470 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002471 switch (adapter->link_speed) {
2472 case SPEED_10:
Auke Kokfe7fe282006-04-14 19:04:59 -07002473 txb2b = 0;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002474 netdev->tx_queue_len = 10;
2475 adapter->tx_timeout_factor = 8;
2476 break;
2477 case SPEED_100:
Auke Kokfe7fe282006-04-14 19:04:59 -07002478 txb2b = 0;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002479 netdev->tx_queue_len = 100;
2480 /* maybe add some timeout factor ? */
2481 break;
2482 }
2483
Auke Kokfe7fe282006-04-14 19:04:59 -07002484 if ((adapter->hw.mac_type == e1000_82571 ||
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002485 adapter->hw.mac_type == e1000_82572) &&
Auke Kokfe7fe282006-04-14 19:04:59 -07002486 txb2b == 0) {
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002487 uint32_t tarc0;
2488 tarc0 = E1000_READ_REG(&adapter->hw, TARC0);
Auke Kok90fb5132006-11-01 08:47:30 -08002489 tarc0 &= ~(1 << 21);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002490 E1000_WRITE_REG(&adapter->hw, TARC0, tarc0);
2491 }
Auke Kok90fb5132006-11-01 08:47:30 -08002492
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002493#ifdef NETIF_F_TSO
2494 /* disable TSO for pcie and 10/100 speeds, to avoid
2495 * some hardware issues */
2496 if (!adapter->tso_force &&
2497 adapter->hw.bus_type == e1000_bus_type_pci_express){
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002498 switch (adapter->link_speed) {
2499 case SPEED_10:
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002500 case SPEED_100:
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002501 DPRINTK(PROBE,INFO,
2502 "10/100 speed: disabling TSO\n");
2503 netdev->features &= ~NETIF_F_TSO;
Auke Kok87ca4e52006-11-01 08:47:36 -08002504#ifdef NETIF_F_TSO6
2505 netdev->features &= ~NETIF_F_TSO6;
2506#endif
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002507 break;
2508 case SPEED_1000:
2509 netdev->features |= NETIF_F_TSO;
Auke Kok87ca4e52006-11-01 08:47:36 -08002510#ifdef NETIF_F_TSO6
2511 netdev->features |= NETIF_F_TSO6;
2512#endif
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002513 break;
2514 default:
2515 /* oops */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002516 break;
2517 }
2518 }
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002519#endif
2520
2521 /* enable transmits in the hardware, need to do this
2522 * after setting TARC0 */
2523 tctl = E1000_READ_REG(&adapter->hw, TCTL);
2524 tctl |= E1000_TCTL_EN;
2525 E1000_WRITE_REG(&adapter->hw, TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002526
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 netif_carrier_on(netdev);
2528 netif_wake_queue(netdev);
2529 mod_timer(&adapter->phy_info_timer, jiffies + 2 * HZ);
2530 adapter->smartspeed = 0;
2531 }
2532 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002533 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 adapter->link_speed = 0;
2535 adapter->link_duplex = 0;
2536 DPRINTK(LINK, INFO, "NIC Link is Down\n");
2537 netif_carrier_off(netdev);
2538 netif_stop_queue(netdev);
2539 mod_timer(&adapter->phy_info_timer, jiffies + 2 * HZ);
Jeff Kirsher87041632006-03-02 18:21:24 -08002540
2541 /* 80003ES2LAN workaround--
2542 * For packet buffer work-around on link down event;
2543 * disable receives in the ISR and
2544 * reset device here in the watchdog
2545 */
Auke Kok8fc897b2006-08-28 14:56:16 -07002546 if (adapter->hw.mac_type == e1000_80003es2lan)
Jeff Kirsher87041632006-03-02 18:21:24 -08002547 /* reset device */
2548 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549 }
2550
2551 e1000_smartspeed(adapter);
2552 }
2553
2554 e1000_update_stats(adapter);
2555
2556 adapter->hw.tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
2557 adapter->tpt_old = adapter->stats.tpt;
2558 adapter->hw.collision_delta = adapter->stats.colc - adapter->colc_old;
2559 adapter->colc_old = adapter->stats.colc;
2560
2561 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2562 adapter->gorcl_old = adapter->stats.gorcl;
2563 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2564 adapter->gotcl_old = adapter->stats.gotcl;
2565
2566 e1000_update_adaptive(&adapter->hw);
2567
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002568 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002569 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570 /* We've lost link, so the controller stops DMA,
2571 * but we've got queued Tx work that's never going
2572 * to get done, so reset controller to flush Tx.
2573 * (Do the reset outside of interrupt context). */
Jeff Kirsher87041632006-03-02 18:21:24 -08002574 adapter->tx_timeout_count++;
2575 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576 }
2577 }
2578
2579 /* Dynamic mode for Interrupt Throttle Rate (ITR) */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002580 if (adapter->hw.mac_type >= e1000_82540 && adapter->itr == 1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581 /* Symmetric Tx/Rx gets a reduced ITR=2000; Total
2582 * asymmetrical Tx or Rx gets ITR=8000; everyone
2583 * else is between 2000-8000. */
2584 uint32_t goc = (adapter->gotcl + adapter->gorcl) / 10000;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002585 uint32_t dif = (adapter->gotcl > adapter->gorcl ?
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586 adapter->gotcl - adapter->gorcl :
2587 adapter->gorcl - adapter->gotcl) / 10000;
2588 uint32_t itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000;
2589 E1000_WRITE_REG(&adapter->hw, ITR, 1000000000 / (itr * 256));
2590 }
2591
2592 /* Cause software interrupt to ensure rx ring is cleaned */
2593 E1000_WRITE_REG(&adapter->hw, ICS, E1000_ICS_RXDMT0);
2594
Malli Chilakala26483452005-04-28 19:44:46 -07002595 /* Force detection of hung controller every watchdog period */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596 adapter->detect_tx_hung = TRUE;
2597
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002598 /* With 82571 controllers, LAA may be overwritten due to controller
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002599 * reset from the other port. Set the appropriate LAA in RAR[0] */
2600 if (adapter->hw.mac_type == e1000_82571 && adapter->hw.laa_is_present)
2601 e1000_rar_set(&adapter->hw, adapter->hw.mac_addr, 0);
2602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 /* Reset the timer */
2604 mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
2605}
2606
2607#define E1000_TX_FLAGS_CSUM 0x00000001
2608#define E1000_TX_FLAGS_VLAN 0x00000002
2609#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002610#define E1000_TX_FLAGS_IPV4 0x00000008
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2612#define E1000_TX_FLAGS_VLAN_SHIFT 16
2613
Auke Koke619d522006-04-14 19:04:52 -07002614static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002615e1000_tso(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
2616 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617{
2618#ifdef NETIF_F_TSO
2619 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002620 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621 unsigned int i;
2622 uint32_t cmd_length = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002623 uint16_t ipcse = 0, tucse, mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624 uint8_t ipcss, ipcso, tucss, tucso, hdr_len;
2625 int err;
2626
Herbert Xu89114af2006-07-08 13:34:32 -07002627 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628 if (skb_header_cloned(skb)) {
2629 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2630 if (err)
2631 return err;
2632 }
2633
2634 hdr_len = ((skb->h.raw - skb->data) + (skb->h.th->doff << 2));
Herbert Xu79671682006-06-22 02:40:14 -07002635 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002636 if (skb->protocol == htons(ETH_P_IP)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002637 skb->nh.iph->tot_len = 0;
2638 skb->nh.iph->check = 0;
2639 skb->h.th->check =
2640 ~csum_tcpudp_magic(skb->nh.iph->saddr,
2641 skb->nh.iph->daddr,
2642 0,
2643 IPPROTO_TCP,
2644 0);
2645 cmd_length = E1000_TXD_CMD_IP;
2646 ipcse = skb->h.raw - skb->data - 1;
Auke Kok87ca4e52006-11-01 08:47:36 -08002647#ifdef NETIF_F_TSO6
Auke Koke15fdd02006-08-16 11:28:45 -07002648 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002649 skb->nh.ipv6h->payload_len = 0;
2650 skb->h.th->check =
2651 ~csum_ipv6_magic(&skb->nh.ipv6h->saddr,
2652 &skb->nh.ipv6h->daddr,
2653 0,
2654 IPPROTO_TCP,
2655 0);
2656 ipcse = 0;
2657#endif
2658 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 ipcss = skb->nh.raw - skb->data;
2660 ipcso = (void *)&(skb->nh.iph->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 tucss = skb->h.raw - skb->data;
2662 tucso = (void *)&(skb->h.th->check) - (void *)skb->data;
2663 tucse = 0;
2664
2665 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002666 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002668 i = tx_ring->next_to_use;
2669 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002670 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671
2672 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2673 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2674 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2675 context_desc->upper_setup.tcp_fields.tucss = tucss;
2676 context_desc->upper_setup.tcp_fields.tucso = tucso;
2677 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2678 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2679 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2680 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2681
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002682 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002683 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002684
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002685 if (++i == tx_ring->count) i = 0;
2686 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687
Jeff Kirsher8241e352006-01-12 16:51:34 -08002688 return TRUE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689 }
2690#endif
2691
Jeff Kirsher8241e352006-01-12 16:51:34 -08002692 return FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693}
2694
Auke Koke619d522006-04-14 19:04:52 -07002695static boolean_t
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002696e1000_tx_csum(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
2697 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698{
2699 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002700 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 unsigned int i;
2702 uint8_t css;
2703
Patrick McHardy84fa7932006-08-29 16:44:56 -07002704 if (likely(skb->ip_summed == CHECKSUM_PARTIAL)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 css = skb->h.raw - skb->data;
2706
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002707 i = tx_ring->next_to_use;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002708 buffer_info = &tx_ring->buffer_info[i];
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002709 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710
2711 context_desc->upper_setup.tcp_fields.tucss = css;
2712 context_desc->upper_setup.tcp_fields.tucso = css + skb->csum;
2713 context_desc->upper_setup.tcp_fields.tucse = 0;
2714 context_desc->tcp_seg_setup.data = 0;
2715 context_desc->cmd_and_length = cpu_to_le32(E1000_TXD_CMD_DEXT);
2716
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002717 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002718 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002719
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002720 if (unlikely(++i == tx_ring->count)) i = 0;
2721 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722
2723 return TRUE;
2724 }
2725
2726 return FALSE;
2727}
2728
2729#define E1000_MAX_TXD_PWR 12
2730#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
2731
Auke Koke619d522006-04-14 19:04:52 -07002732static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002733e1000_tx_map(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
2734 struct sk_buff *skb, unsigned int first, unsigned int max_per_txd,
2735 unsigned int nr_frags, unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737 struct e1000_buffer *buffer_info;
2738 unsigned int len = skb->len;
2739 unsigned int offset = 0, size, count = 0, i;
2740 unsigned int f;
2741 len -= skb->data_len;
2742
2743 i = tx_ring->next_to_use;
2744
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002745 while (len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746 buffer_info = &tx_ring->buffer_info[i];
2747 size = min(len, max_per_txd);
2748#ifdef NETIF_F_TSO
Jeff Kirsherfd803242005-12-13 00:06:22 -05002749 /* Workaround for Controller erratum --
2750 * descriptor for non-tso packet in a linear SKB that follows a
2751 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002752 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05002753 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07002754 !skb_is_gso(skb)) {
Jeff Kirsherfd803242005-12-13 00:06:22 -05002755 tx_ring->last_tx_tso = 0;
2756 size -= 4;
2757 }
2758
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759 /* Workaround for premature desc write-backs
2760 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002761 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 size -= 4;
2763#endif
Malli Chilakala97338bd2005-04-28 19:41:46 -07002764 /* work-around for errata 10 and it applies
2765 * to all controllers in PCI-X mode
2766 * The fix is to make sure that the first descriptor of a
2767 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
2768 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002769 if (unlikely((adapter->hw.bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07002770 (size > 2015) && count == 0))
2771 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002772
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773 /* Workaround for potential 82544 hang in PCI-X. Avoid
2774 * terminating buffers within evenly-aligned dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002775 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
2777 size > 4))
2778 size -= 4;
2779
2780 buffer_info->length = size;
2781 buffer_info->dma =
2782 pci_map_single(adapter->pdev,
2783 skb->data + offset,
2784 size,
2785 PCI_DMA_TODEVICE);
2786 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002787 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788
2789 len -= size;
2790 offset += size;
2791 count++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002792 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793 }
2794
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002795 for (f = 0; f < nr_frags; f++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 struct skb_frag_struct *frag;
2797
2798 frag = &skb_shinfo(skb)->frags[f];
2799 len = frag->size;
2800 offset = frag->page_offset;
2801
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002802 while (len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803 buffer_info = &tx_ring->buffer_info[i];
2804 size = min(len, max_per_txd);
2805#ifdef NETIF_F_TSO
2806 /* Workaround for premature desc write-backs
2807 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002808 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809 size -= 4;
2810#endif
2811 /* Workaround for potential 82544 hang in PCI-X.
2812 * Avoid terminating buffers within evenly-aligned
2813 * dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002814 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815 !((unsigned long)(frag->page+offset+size-1) & 4) &&
2816 size > 4))
2817 size -= 4;
2818
2819 buffer_info->length = size;
2820 buffer_info->dma =
2821 pci_map_page(adapter->pdev,
2822 frag->page,
2823 offset,
2824 size,
2825 PCI_DMA_TODEVICE);
2826 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002827 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828
2829 len -= size;
2830 offset += size;
2831 count++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002832 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833 }
2834 }
2835
2836 i = (i == 0) ? tx_ring->count - 1 : i - 1;
2837 tx_ring->buffer_info[i].skb = skb;
2838 tx_ring->buffer_info[first].next_to_watch = i;
2839
2840 return count;
2841}
2842
Auke Koke619d522006-04-14 19:04:52 -07002843static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002844e1000_tx_queue(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
2845 int tx_flags, int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847 struct e1000_tx_desc *tx_desc = NULL;
2848 struct e1000_buffer *buffer_info;
2849 uint32_t txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
2850 unsigned int i;
2851
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002852 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
2854 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002855 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2856
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002857 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002858 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859 }
2860
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002861 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
2863 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2864 }
2865
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002866 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867 txd_lower |= E1000_TXD_CMD_VLE;
2868 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
2869 }
2870
2871 i = tx_ring->next_to_use;
2872
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002873 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874 buffer_info = &tx_ring->buffer_info[i];
2875 tx_desc = E1000_TX_DESC(*tx_ring, i);
2876 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
2877 tx_desc->lower.data =
2878 cpu_to_le32(txd_lower | buffer_info->length);
2879 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002880 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881 }
2882
2883 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
2884
2885 /* Force memory writes to complete before letting h/w
2886 * know there are new descriptors to fetch. (Only
2887 * applicable for weak-ordered memory model archs,
2888 * such as IA-64). */
2889 wmb();
2890
2891 tx_ring->next_to_use = i;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002892 writel(i, adapter->hw.hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08002893 /* we need this if more than one processor can write to our tail
2894 * at a time, it syncronizes IO on IA64/Altix systems */
2895 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896}
2897
2898/**
2899 * 82547 workaround to avoid controller hang in half-duplex environment.
2900 * The workaround is to avoid queuing a large packet that would span
2901 * the internal Tx FIFO ring boundary by notifying the stack to resend
2902 * the packet at a later time. This gives the Tx FIFO an opportunity to
2903 * flush all packets. When that occurs, we reset the Tx FIFO pointers
2904 * to the beginning of the Tx FIFO.
2905 **/
2906
2907#define E1000_FIFO_HDR 0x10
2908#define E1000_82547_PAD_LEN 0x3E0
2909
Auke Koke619d522006-04-14 19:04:52 -07002910static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911e1000_82547_fifo_workaround(struct e1000_adapter *adapter, struct sk_buff *skb)
2912{
2913 uint32_t fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
2914 uint32_t skb_fifo_len = skb->len + E1000_FIFO_HDR;
2915
2916 E1000_ROUNDUP(skb_fifo_len, E1000_FIFO_HDR);
2917
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002918 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919 goto no_fifo_stall_required;
2920
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002921 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922 return 1;
2923
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002924 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925 atomic_set(&adapter->tx_fifo_stall, 1);
2926 return 1;
2927 }
2928
2929no_fifo_stall_required:
2930 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002931 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 adapter->tx_fifo_head -= adapter->tx_fifo_size;
2933 return 0;
2934}
2935
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002936#define MINIMUM_DHCP_PACKET_SIZE 282
Auke Koke619d522006-04-14 19:04:52 -07002937static int
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002938e1000_transfer_dhcp_info(struct e1000_adapter *adapter, struct sk_buff *skb)
2939{
2940 struct e1000_hw *hw = &adapter->hw;
2941 uint16_t length, offset;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002942 if (vlan_tx_tag_present(skb)) {
2943 if (!((vlan_tx_tag_get(skb) == adapter->hw.mng_cookie.vlan_id) &&
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002944 ( adapter->hw.mng_cookie.status &
2945 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) )
2946 return 0;
2947 }
Jeff Kirsher20a44022006-03-02 18:18:08 -08002948 if (skb->len > MINIMUM_DHCP_PACKET_SIZE) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002949 struct ethhdr *eth = (struct ethhdr *) skb->data;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002950 if ((htons(ETH_P_IP) == eth->h_proto)) {
2951 const struct iphdr *ip =
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002952 (struct iphdr *)((uint8_t *)skb->data+14);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002953 if (IPPROTO_UDP == ip->protocol) {
2954 struct udphdr *udp =
2955 (struct udphdr *)((uint8_t *)ip +
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002956 (ip->ihl << 2));
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002957 if (ntohs(udp->dest) == 67) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002958 offset = (uint8_t *)udp + 8 - skb->data;
2959 length = skb->len - offset;
2960
2961 return e1000_mng_write_dhcp_info(hw,
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002962 (uint8_t *)udp + 8,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002963 length);
2964 }
2965 }
2966 }
2967 }
2968 return 0;
2969}
2970
Jesse Brandeburg65c79732006-09-27 12:53:48 -07002971static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
2972{
2973 struct e1000_adapter *adapter = netdev_priv(netdev);
2974 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
2975
2976 netif_stop_queue(netdev);
2977 /* Herbert's original patch had:
2978 * smp_mb__after_netif_stop_queue();
2979 * but since that doesn't exist yet, just open code it. */
2980 smp_mb();
2981
2982 /* We need to check again in a case another CPU has just
2983 * made room available. */
2984 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
2985 return -EBUSY;
2986
2987 /* A reprieve! */
2988 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08002989 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07002990 return 0;
2991}
2992
2993static int e1000_maybe_stop_tx(struct net_device *netdev,
2994 struct e1000_tx_ring *tx_ring, int size)
2995{
2996 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
2997 return 0;
2998 return __e1000_maybe_stop_tx(netdev, size);
2999}
3000
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
3002static int
3003e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
3004{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003005 struct e1000_adapter *adapter = netdev_priv(netdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003006 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3008 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3009 unsigned int tx_flags = 0;
3010 unsigned int len = skb->len;
3011 unsigned long flags;
3012 unsigned int nr_frags = 0;
3013 unsigned int mss = 0;
3014 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003015 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016 unsigned int f;
3017 len -= skb->data_len;
3018
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003019 /* This goes back to the question of how to logically map a tx queue
3020 * to a flow. Right now, performance is impacted slightly negatively
3021 * if using multiple tx queues. If the stack breaks away from a
3022 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003023 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003024
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003025 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026 dev_kfree_skb_any(skb);
3027 return NETDEV_TX_OK;
3028 }
3029
Jesse Brandeburg032fe6e2006-10-24 14:46:04 -07003030 /* 82571 and newer doesn't need the workaround that limited descriptor
3031 * length to 4kB */
3032 if (adapter->hw.mac_type >= e1000_82571)
3033 max_per_txd = 8192;
3034
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035#ifdef NETIF_F_TSO
Herbert Xu79671682006-06-22 02:40:14 -07003036 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003037 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038 * make sure there is enough room in the FIFO before
3039 * initiating the DMA for each buffer. The calc is:
3040 * 4 = ceil(buffer len/mss). To make sure we don't
3041 * overrun the FIFO, adjust the max buffer len if mss
3042 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003043 if (mss) {
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003044 uint8_t hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045 max_per_txd = min(mss << 2, max_per_txd);
3046 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003047
Auke Kok90fb5132006-11-01 08:47:30 -08003048 /* TSO Workaround for 82571/2/3 Controllers -- if skb->data
3049 * points to just header, pull a few bytes of payload from
3050 * frags into skb->data */
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003051 hdr_len = ((skb->h.raw - skb->data) + (skb->h.th->doff << 2));
Jeff Kirsher9f687882006-03-02 18:20:17 -08003052 if (skb->data_len && (hdr_len == (skb->len - skb->data_len))) {
3053 switch (adapter->hw.mac_type) {
3054 unsigned int pull_size;
3055 case e1000_82571:
3056 case e1000_82572:
3057 case e1000_82573:
Auke Kokcd94dd02006-06-27 09:08:22 -07003058 case e1000_ich8lan:
Jeff Kirsher9f687882006-03-02 18:20:17 -08003059 pull_size = min((unsigned int)4, skb->data_len);
3060 if (!__pskb_pull_tail(skb, pull_size)) {
Auke Koka5eafce2006-06-27 09:06:49 -07003061 DPRINTK(DRV, ERR,
Jeff Kirsher9f687882006-03-02 18:20:17 -08003062 "__pskb_pull_tail failed.\n");
3063 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003064 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003065 }
3066 len = skb->len - skb->data_len;
3067 break;
3068 default:
3069 /* do nothing */
3070 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003071 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003072 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073 }
3074
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003075 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003076 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003078 count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079#else
Patrick McHardy84fa7932006-08-29 16:44:56 -07003080 if (skb->ip_summed == CHECKSUM_PARTIAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081 count++;
3082#endif
Jeff Kirsherfd803242005-12-13 00:06:22 -05003083
3084#ifdef NETIF_F_TSO
3085 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003086 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003087 count++;
3088#endif
3089
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090 count += TXD_USE_COUNT(len, max_txd_pwr);
3091
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003092 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093 count++;
3094
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003095 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003096 * in PCI-X mode, so add one more descriptor to the count
3097 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003098 if (unlikely((adapter->hw.bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003099 (len > 2015)))
3100 count++;
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003103 for (f = 0; f < nr_frags; f++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104 count += TXD_USE_COUNT(skb_shinfo(skb)->frags[f].size,
3105 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003106 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 count += nr_frags;
3108
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08003109
3110 if (adapter->hw.tx_pkt_filtering &&
3111 (adapter->hw.mac_type == e1000_82573))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003112 e1000_transfer_dhcp_info(adapter, skb);
3113
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003114 local_irq_save(flags);
3115 if (!spin_trylock(&tx_ring->tx_lock)) {
3116 /* Collision - tell upper layer to requeue */
3117 local_irq_restore(flags);
3118 return NETDEV_TX_LOCKED;
3119 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120
3121 /* need: count + 2 desc gap to keep tail from touching
3122 * head, otherwise try next time */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003123 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003124 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125 return NETDEV_TX_BUSY;
3126 }
3127
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003128 if (unlikely(adapter->hw.mac_type == e1000_82547)) {
3129 if (unlikely(e1000_82547_fifo_workaround(adapter, skb))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130 netif_stop_queue(netdev);
Auke Kok1314bbf2006-09-27 12:54:02 -07003131 mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003132 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133 return NETDEV_TX_BUSY;
3134 }
3135 }
3136
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003137 if (unlikely(adapter->vlgrp && vlan_tx_tag_present(skb))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 tx_flags |= E1000_TX_FLAGS_VLAN;
3139 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3140 }
3141
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003142 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003143
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003144 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145 if (tso < 0) {
3146 dev_kfree_skb_any(skb);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003147 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148 return NETDEV_TX_OK;
3149 }
3150
Jeff Kirsherfd803242005-12-13 00:06:22 -05003151 if (likely(tso)) {
3152 tx_ring->last_tx_tso = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003154 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155 tx_flags |= E1000_TX_FLAGS_CSUM;
3156
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003157 /* Old method was to assume IPv4 packet by default if TSO was enabled.
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003158 * 82571 hardware supports TSO capabilities for IPv6 as well...
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003159 * no longer assume, we must. */
Alexey Dobriyan60828232006-05-23 14:52:21 -07003160 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003161 tx_flags |= E1000_TX_FLAGS_IPV4;
3162
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003163 e1000_tx_queue(adapter, tx_ring, tx_flags,
3164 e1000_tx_map(adapter, tx_ring, skb, first,
3165 max_per_txd, nr_frags, mss));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166
3167 netdev->trans_start = jiffies;
3168
3169 /* Make sure there is space in the ring for the next send. */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003170 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003172 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173 return NETDEV_TX_OK;
3174}
3175
3176/**
3177 * e1000_tx_timeout - Respond to a Tx Hang
3178 * @netdev: network interface device structure
3179 **/
3180
3181static void
3182e1000_tx_timeout(struct net_device *netdev)
3183{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003184 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185
3186 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003187 adapter->tx_timeout_count++;
3188 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189}
3190
3191static void
Jeff Kirsher87041632006-03-02 18:21:24 -08003192e1000_reset_task(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003194 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195
Auke Kok2db10a02006-06-27 09:06:28 -07003196 e1000_reinit_locked(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197}
3198
3199/**
3200 * e1000_get_stats - Get System Network Statistics
3201 * @netdev: network interface device structure
3202 *
3203 * Returns the address of the device statistics structure.
3204 * The statistics are actually updated from the timer callback.
3205 **/
3206
3207static struct net_device_stats *
3208e1000_get_stats(struct net_device *netdev)
3209{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003210 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003212 /* only return the current stats */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 return &adapter->net_stats;
3214}
3215
3216/**
3217 * e1000_change_mtu - Change the Maximum Transfer Unit
3218 * @netdev: network interface device structure
3219 * @new_mtu: new value for maximum frame size
3220 *
3221 * Returns 0 on success, negative on failure
3222 **/
3223
3224static int
3225e1000_change_mtu(struct net_device *netdev, int new_mtu)
3226{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003227 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003229 uint16_t eeprom_data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003231 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3232 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
3233 DPRINTK(PROBE, ERR, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003234 return -EINVAL;
3235 }
3236
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003237 /* Adapter-specific max frame size limits. */
3238 switch (adapter->hw.mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003239 case e1000_undefined ... e1000_82542_rev2_1:
Auke Kokcd94dd02006-06-27 09:08:22 -07003240 case e1000_ich8lan:
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003241 if (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE) {
3242 DPRINTK(PROBE, ERR, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003243 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003244 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003245 break;
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003246 case e1000_82573:
Bruce Allan249d71d2006-09-27 12:53:45 -07003247 /* Jumbo Frames not supported if:
3248 * - this is not an 82573L device
3249 * - ASPM is enabled in any way (0x1A bits 3:2) */
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003250 e1000_read_eeprom(&adapter->hw, EEPROM_INIT_3GIO_3, 1,
3251 &eeprom_data);
Bruce Allan249d71d2006-09-27 12:53:45 -07003252 if ((adapter->hw.device_id != E1000_DEV_ID_82573L) ||
3253 (eeprom_data & EEPROM_WORD1A_ASPM_MASK)) {
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003254 if (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE) {
3255 DPRINTK(PROBE, ERR,
3256 "Jumbo Frames not supported.\n");
3257 return -EINVAL;
3258 }
3259 break;
3260 }
Bruce Allan249d71d2006-09-27 12:53:45 -07003261 /* ERT will be enabled later to enable wire speed receives */
3262
Jeff Kirsher85b22eb2006-03-02 18:20:29 -08003263 /* fall through to get support */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003264 case e1000_82571:
3265 case e1000_82572:
Jeff Kirsher87041632006-03-02 18:21:24 -08003266 case e1000_80003es2lan:
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003267#define MAX_STD_JUMBO_FRAME_SIZE 9234
3268 if (max_frame > MAX_STD_JUMBO_FRAME_SIZE) {
3269 DPRINTK(PROBE, ERR, "MTU > 9216 not supported.\n");
3270 return -EINVAL;
3271 }
3272 break;
3273 default:
3274 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3275 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003276 }
3277
David S. Miller87f50322006-07-31 22:39:40 -07003278 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003279 * means we reserve 2 more, this pushes us to allocate from the next
3280 * larger slab size
3281 * i.e. RXBUFFER_2048 --> size-4096 slab */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003282
Auke Kok9e2feac2006-04-14 19:05:18 -07003283 if (max_frame <= E1000_RXBUFFER_256)
3284 adapter->rx_buffer_len = E1000_RXBUFFER_256;
3285 else if (max_frame <= E1000_RXBUFFER_512)
3286 adapter->rx_buffer_len = E1000_RXBUFFER_512;
3287 else if (max_frame <= E1000_RXBUFFER_1024)
3288 adapter->rx_buffer_len = E1000_RXBUFFER_1024;
3289 else if (max_frame <= E1000_RXBUFFER_2048)
3290 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
3291 else if (max_frame <= E1000_RXBUFFER_4096)
3292 adapter->rx_buffer_len = E1000_RXBUFFER_4096;
3293 else if (max_frame <= E1000_RXBUFFER_8192)
3294 adapter->rx_buffer_len = E1000_RXBUFFER_8192;
3295 else if (max_frame <= E1000_RXBUFFER_16384)
3296 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
3297
3298 /* adjust allocation if LPE protects us, and we aren't using SBP */
Auke Kok9e2feac2006-04-14 19:05:18 -07003299 if (!adapter->hw.tbi_compatibility_on &&
3300 ((max_frame == MAXIMUM_ETHERNET_FRAME_SIZE) ||
3301 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3302 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003303
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003304 netdev->mtu = new_mtu;
3305
Auke Kok2db10a02006-06-27 09:06:28 -07003306 if (netif_running(netdev))
3307 e1000_reinit_locked(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309 adapter->hw.max_frame_size = max_frame;
3310
3311 return 0;
3312}
3313
3314/**
3315 * e1000_update_stats - Update the board statistics counters
3316 * @adapter: board private structure
3317 **/
3318
3319void
3320e1000_update_stats(struct e1000_adapter *adapter)
3321{
3322 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003323 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324 unsigned long flags;
3325 uint16_t phy_tmp;
3326
3327#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3328
Linas Vepstas282f33c2006-06-08 22:19:44 -07003329 /*
3330 * Prevent stats update while adapter is being reset, or if the pci
3331 * connection is down.
3332 */
Auke Kok90267292006-06-08 09:30:24 -07003333 if (adapter->link_speed == 0)
3334 return;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003335 if (pdev->error_state && pdev->error_state != pci_channel_io_normal)
3336 return;
Auke Kok90267292006-06-08 09:30:24 -07003337
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338 spin_lock_irqsave(&adapter->stats_lock, flags);
3339
3340 /* these counters are modified from e1000_adjust_tbi_stats,
3341 * called from the interrupt context, so they must only
3342 * be written while holding adapter->stats_lock
3343 */
3344
3345 adapter->stats.crcerrs += E1000_READ_REG(hw, CRCERRS);
3346 adapter->stats.gprc += E1000_READ_REG(hw, GPRC);
3347 adapter->stats.gorcl += E1000_READ_REG(hw, GORCL);
3348 adapter->stats.gorch += E1000_READ_REG(hw, GORCH);
3349 adapter->stats.bprc += E1000_READ_REG(hw, BPRC);
3350 adapter->stats.mprc += E1000_READ_REG(hw, MPRC);
3351 adapter->stats.roc += E1000_READ_REG(hw, ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003352
3353 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08003354 adapter->stats.prc64 += E1000_READ_REG(hw, PRC64);
3355 adapter->stats.prc127 += E1000_READ_REG(hw, PRC127);
3356 adapter->stats.prc255 += E1000_READ_REG(hw, PRC255);
3357 adapter->stats.prc511 += E1000_READ_REG(hw, PRC511);
3358 adapter->stats.prc1023 += E1000_READ_REG(hw, PRC1023);
3359 adapter->stats.prc1522 += E1000_READ_REG(hw, PRC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003360 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361
3362 adapter->stats.symerrs += E1000_READ_REG(hw, SYMERRS);
3363 adapter->stats.mpc += E1000_READ_REG(hw, MPC);
3364 adapter->stats.scc += E1000_READ_REG(hw, SCC);
3365 adapter->stats.ecol += E1000_READ_REG(hw, ECOL);
3366 adapter->stats.mcc += E1000_READ_REG(hw, MCC);
3367 adapter->stats.latecol += E1000_READ_REG(hw, LATECOL);
3368 adapter->stats.dc += E1000_READ_REG(hw, DC);
3369 adapter->stats.sec += E1000_READ_REG(hw, SEC);
3370 adapter->stats.rlec += E1000_READ_REG(hw, RLEC);
3371 adapter->stats.xonrxc += E1000_READ_REG(hw, XONRXC);
3372 adapter->stats.xontxc += E1000_READ_REG(hw, XONTXC);
3373 adapter->stats.xoffrxc += E1000_READ_REG(hw, XOFFRXC);
3374 adapter->stats.xofftxc += E1000_READ_REG(hw, XOFFTXC);
3375 adapter->stats.fcruc += E1000_READ_REG(hw, FCRUC);
3376 adapter->stats.gptc += E1000_READ_REG(hw, GPTC);
3377 adapter->stats.gotcl += E1000_READ_REG(hw, GOTCL);
3378 adapter->stats.gotch += E1000_READ_REG(hw, GOTCH);
3379 adapter->stats.rnbc += E1000_READ_REG(hw, RNBC);
3380 adapter->stats.ruc += E1000_READ_REG(hw, RUC);
3381 adapter->stats.rfc += E1000_READ_REG(hw, RFC);
3382 adapter->stats.rjc += E1000_READ_REG(hw, RJC);
3383 adapter->stats.torl += E1000_READ_REG(hw, TORL);
3384 adapter->stats.torh += E1000_READ_REG(hw, TORH);
3385 adapter->stats.totl += E1000_READ_REG(hw, TOTL);
3386 adapter->stats.toth += E1000_READ_REG(hw, TOTH);
3387 adapter->stats.tpr += E1000_READ_REG(hw, TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003388
3389 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08003390 adapter->stats.ptc64 += E1000_READ_REG(hw, PTC64);
3391 adapter->stats.ptc127 += E1000_READ_REG(hw, PTC127);
3392 adapter->stats.ptc255 += E1000_READ_REG(hw, PTC255);
3393 adapter->stats.ptc511 += E1000_READ_REG(hw, PTC511);
3394 adapter->stats.ptc1023 += E1000_READ_REG(hw, PTC1023);
3395 adapter->stats.ptc1522 += E1000_READ_REG(hw, PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003396 }
3397
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398 adapter->stats.mptc += E1000_READ_REG(hw, MPTC);
3399 adapter->stats.bptc += E1000_READ_REG(hw, BPTC);
3400
3401 /* used for adaptive IFS */
3402
3403 hw->tx_packet_delta = E1000_READ_REG(hw, TPT);
3404 adapter->stats.tpt += hw->tx_packet_delta;
3405 hw->collision_delta = E1000_READ_REG(hw, COLC);
3406 adapter->stats.colc += hw->collision_delta;
3407
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003408 if (hw->mac_type >= e1000_82543) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409 adapter->stats.algnerrc += E1000_READ_REG(hw, ALGNERRC);
3410 adapter->stats.rxerrc += E1000_READ_REG(hw, RXERRC);
3411 adapter->stats.tncrs += E1000_READ_REG(hw, TNCRS);
3412 adapter->stats.cexterr += E1000_READ_REG(hw, CEXTERR);
3413 adapter->stats.tsctc += E1000_READ_REG(hw, TSCTC);
3414 adapter->stats.tsctfc += E1000_READ_REG(hw, TSCTFC);
3415 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003416 if (hw->mac_type > e1000_82547_rev_2) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003417 adapter->stats.iac += E1000_READ_REG(hw, IAC);
3418 adapter->stats.icrxoc += E1000_READ_REG(hw, ICRXOC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003419
3420 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08003421 adapter->stats.icrxptc += E1000_READ_REG(hw, ICRXPTC);
3422 adapter->stats.icrxatc += E1000_READ_REG(hw, ICRXATC);
3423 adapter->stats.ictxptc += E1000_READ_REG(hw, ICTXPTC);
3424 adapter->stats.ictxatc += E1000_READ_REG(hw, ICTXATC);
3425 adapter->stats.ictxqec += E1000_READ_REG(hw, ICTXQEC);
3426 adapter->stats.ictxqmtc += E1000_READ_REG(hw, ICTXQMTC);
3427 adapter->stats.icrxdmtc += E1000_READ_REG(hw, ICRXDMTC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003428 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003429 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430
3431 /* Fill out the OS statistics structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432 adapter->net_stats.rx_packets = adapter->stats.gprc;
3433 adapter->net_stats.tx_packets = adapter->stats.gptc;
3434 adapter->net_stats.rx_bytes = adapter->stats.gorcl;
3435 adapter->net_stats.tx_bytes = adapter->stats.gotcl;
3436 adapter->net_stats.multicast = adapter->stats.mprc;
3437 adapter->net_stats.collisions = adapter->stats.colc;
3438
3439 /* Rx Errors */
3440
Jeff Kirsher87041632006-03-02 18:21:24 -08003441 /* RLEC on some newer hardware can be incorrect so build
3442 * our own version based on RUC and ROC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443 adapter->net_stats.rx_errors = adapter->stats.rxerrc +
3444 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003445 adapter->stats.ruc + adapter->stats.roc +
3446 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003447 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
3448 adapter->net_stats.rx_length_errors = adapter->stats.rlerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 adapter->net_stats.rx_crc_errors = adapter->stats.crcerrs;
3450 adapter->net_stats.rx_frame_errors = adapter->stats.algnerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451 adapter->net_stats.rx_missed_errors = adapter->stats.mpc;
3452
3453 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003454 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
3455 adapter->net_stats.tx_errors = adapter->stats.txerrc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 adapter->net_stats.tx_aborted_errors = adapter->stats.ecol;
3457 adapter->net_stats.tx_window_errors = adapter->stats.latecol;
3458 adapter->net_stats.tx_carrier_errors = adapter->stats.tncrs;
3459
3460 /* Tx Dropped needs to be maintained elsewhere */
3461
3462 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003463 if (hw->media_type == e1000_media_type_copper) {
3464 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3466 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3467 adapter->phy_stats.idle_errors += phy_tmp;
3468 }
3469
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003470 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 (hw->phy_type == e1000_phy_m88) &&
3472 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3473 adapter->phy_stats.receive_errors += phy_tmp;
3474 }
3475
3476 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3477}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003478#ifdef CONFIG_PCI_MSI
3479
3480/**
3481 * e1000_intr_msi - Interrupt Handler
3482 * @irq: interrupt number
3483 * @data: pointer to a network interface device structure
3484 **/
3485
3486static
3487irqreturn_t e1000_intr_msi(int irq, void *data)
3488{
3489 struct net_device *netdev = data;
3490 struct e1000_adapter *adapter = netdev_priv(netdev);
3491 struct e1000_hw *hw = &adapter->hw;
3492#ifndef CONFIG_E1000_NAPI
3493 int i;
3494#endif
3495
3496 /* this code avoids the read of ICR but has to get 1000 interrupts
3497 * at every link change event before it will notice the change */
3498 if (++adapter->detect_link >= 1000) {
3499 uint32_t icr = E1000_READ_REG(hw, ICR);
3500#ifdef CONFIG_E1000_NAPI
3501 /* read ICR disables interrupts using IAM, so keep up with our
3502 * enable/disable accounting */
3503 atomic_inc(&adapter->irq_sem);
3504#endif
3505 adapter->detect_link = 0;
3506 if ((icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) &&
3507 (icr & E1000_ICR_INT_ASSERTED)) {
3508 hw->get_link_status = 1;
3509 /* 80003ES2LAN workaround--
3510 * For packet buffer work-around on link down event;
3511 * disable receives here in the ISR and
3512 * reset adapter in watchdog
3513 */
3514 if (netif_carrier_ok(netdev) &&
3515 (adapter->hw.mac_type == e1000_80003es2lan)) {
3516 /* disable receives */
3517 uint32_t rctl = E1000_READ_REG(hw, RCTL);
3518 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN);
3519 }
3520 /* guard against interrupt when we're going down */
3521 if (!test_bit(__E1000_DOWN, &adapter->flags))
3522 mod_timer(&adapter->watchdog_timer,
3523 jiffies + 1);
3524 }
3525 } else {
3526 E1000_WRITE_REG(hw, ICR, (0xffffffff & ~(E1000_ICR_RXSEQ |
3527 E1000_ICR_LSC)));
3528 /* bummer we have to flush here, but things break otherwise as
3529 * some event appears to be lost or delayed and throughput
3530 * drops. In almost all tests this flush is un-necessary */
3531 E1000_WRITE_FLUSH(hw);
3532#ifdef CONFIG_E1000_NAPI
3533 /* Interrupt Auto-Mask (IAM)...upon writing ICR, interrupts are
3534 * masked. No need for the IMC write, but it does mean we
3535 * should account for it ASAP. */
3536 atomic_inc(&adapter->irq_sem);
3537#endif
3538 }
3539
3540#ifdef CONFIG_E1000_NAPI
3541 if (likely(netif_rx_schedule_prep(netdev)))
3542 __netif_rx_schedule(netdev);
3543 else
3544 e1000_irq_enable(adapter);
3545#else
3546 for (i = 0; i < E1000_MAX_INTR; i++)
3547 if (unlikely(!adapter->clean_rx(adapter, adapter->rx_ring) &
3548 !e1000_clean_tx_irq(adapter, adapter->tx_ring)))
3549 break;
3550#endif
3551
3552 return IRQ_HANDLED;
3553}
3554#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555
3556/**
3557 * e1000_intr - Interrupt Handler
3558 * @irq: interrupt number
3559 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560 **/
3561
3562static irqreturn_t
David Howells7d12e782006-10-05 14:55:46 +01003563e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564{
3565 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003566 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567 struct e1000_hw *hw = &adapter->hw;
Jeff Kirsher87041632006-03-02 18:21:24 -08003568 uint32_t rctl, icr = E1000_READ_REG(hw, ICR);
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003569#ifndef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003570 int i;
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003571#else
3572 /* Interrupt Auto-Mask...upon reading ICR,
3573 * interrupts are masked. No need for the
3574 * IMC write, but it does mean we should
3575 * account for it ASAP. */
3576 if (likely(hw->mac_type >= e1000_82571))
3577 atomic_inc(&adapter->irq_sem);
Jeff Garzikbe2b28e2005-10-04 07:13:43 -04003578#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003580 if (unlikely(!icr)) {
3581#ifdef CONFIG_E1000_NAPI
3582 if (hw->mac_type >= e1000_82571)
3583 e1000_irq_enable(adapter);
3584#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585 return IRQ_NONE; /* Not our interrupt */
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003586 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003588 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 hw->get_link_status = 1;
Jeff Kirsher87041632006-03-02 18:21:24 -08003590 /* 80003ES2LAN workaround--
3591 * For packet buffer work-around on link down event;
3592 * disable receives here in the ISR and
3593 * reset adapter in watchdog
3594 */
3595 if (netif_carrier_ok(netdev) &&
3596 (adapter->hw.mac_type == e1000_80003es2lan)) {
3597 /* disable receives */
3598 rctl = E1000_READ_REG(hw, RCTL);
3599 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN);
3600 }
Auke Kok1314bbf2006-09-27 12:54:02 -07003601 /* guard against interrupt when we're going down */
3602 if (!test_bit(__E1000_DOWN, &adapter->flags))
3603 mod_timer(&adapter->watchdog_timer, jiffies + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604 }
3605
3606#ifdef CONFIG_E1000_NAPI
Jeff Kirsher1e613fd2006-01-12 16:51:16 -08003607 if (unlikely(hw->mac_type < e1000_82571)) {
3608 atomic_inc(&adapter->irq_sem);
3609 E1000_WRITE_REG(hw, IMC, ~0);
3610 E1000_WRITE_FLUSH(hw);
3611 }
Auke Kokd3d9e482006-07-14 16:14:23 -07003612 if (likely(netif_rx_schedule_prep(netdev)))
3613 __netif_rx_schedule(netdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003614 else
Auke Kok90fb5132006-11-01 08:47:30 -08003615 /* this really should not happen! if it does it is basically a
3616 * bug, but not a hard error, so enable ints and continue */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003617 e1000_irq_enable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -08003618#else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 /* Writing IMC and IMS is needed for 82547.
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003620 * Due to Hub Link bus being occupied, an interrupt
3621 * de-assertion message is not able to be sent.
3622 * When an interrupt assertion message is generated later,
3623 * two messages are re-ordered and sent out.
3624 * That causes APIC to think 82547 is in de-assertion
3625 * state, while 82547 is in assertion state, resulting
3626 * in dead lock. Writing IMC forces 82547 into
3627 * de-assertion state.
3628 */
3629 if (hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630 atomic_inc(&adapter->irq_sem);
Malli Chilakala26483452005-04-28 19:44:46 -07003631 E1000_WRITE_REG(hw, IMC, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632 }
3633
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003634 for (i = 0; i < E1000_MAX_INTR; i++)
3635 if (unlikely(!adapter->clean_rx(adapter, adapter->rx_ring) &
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003636 !e1000_clean_tx_irq(adapter, adapter->tx_ring)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637 break;
3638
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003639 if (hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640 e1000_irq_enable(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003641
Jeff Kirsherc1605eb2006-03-02 18:16:38 -08003642#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643 return IRQ_HANDLED;
3644}
3645
3646#ifdef CONFIG_E1000_NAPI
3647/**
3648 * e1000_clean - NAPI Rx polling callback
3649 * @adapter: board private structure
3650 **/
3651
3652static int
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003653e1000_clean(struct net_device *poll_dev, int *budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003655 struct e1000_adapter *adapter;
3656 int work_to_do = min(*budget, poll_dev->quota);
Auke Kokd3d9e482006-07-14 16:14:23 -07003657 int tx_cleaned = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003658
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003659 /* Must NOT use netdev_priv macro here. */
3660 adapter = poll_dev->priv;
3661
3662 /* Keep link state information with original netdev */
Auke Kokd3d9e482006-07-14 16:14:23 -07003663 if (!netif_carrier_ok(poll_dev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003664 goto quit_polling;
3665
Auke Kokd3d9e482006-07-14 16:14:23 -07003666 /* e1000_clean is called per-cpu. This lock protects
3667 * tx_ring[0] from being cleaned by multiple cpus
3668 * simultaneously. A failure obtaining the lock means
3669 * tx_ring[0] is currently being cleaned anyway. */
3670 if (spin_trylock(&adapter->tx_queue_lock)) {
3671 tx_cleaned = e1000_clean_tx_irq(adapter,
3672 &adapter->tx_ring[0]);
3673 spin_unlock(&adapter->tx_queue_lock);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003674 }
3675
Auke Kokd3d9e482006-07-14 16:14:23 -07003676 adapter->clean_rx(adapter, &adapter->rx_ring[0],
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003677 &work_done, work_to_do);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678
3679 *budget -= work_done;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003680 poll_dev->quota -= work_done;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003681
Malli Chilakala2b028932005-06-17 17:46:06 -07003682 /* If no Tx and not enough Rx work done, exit the polling mode */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003683 if ((!tx_cleaned && (work_done == 0)) ||
Auke Kokd3d9e482006-07-14 16:14:23 -07003684 !netif_running(poll_dev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003685quit_polling:
3686 netif_rx_complete(poll_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687 e1000_irq_enable(adapter);
3688 return 0;
3689 }
3690
3691 return 1;
3692}
3693
3694#endif
3695/**
3696 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3697 * @adapter: board private structure
3698 **/
3699
3700static boolean_t
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003701e1000_clean_tx_irq(struct e1000_adapter *adapter,
3702 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704 struct net_device *netdev = adapter->netdev;
3705 struct e1000_tx_desc *tx_desc, *eop_desc;
3706 struct e1000_buffer *buffer_info;
3707 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003708#ifdef CONFIG_E1000_NAPI
3709 unsigned int count = 0;
3710#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711 boolean_t cleaned = FALSE;
3712
3713 i = tx_ring->next_to_clean;
3714 eop = tx_ring->buffer_info[i].next_to_watch;
3715 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3716
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003717 while (eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003718 for (cleaned = FALSE; !cleaned; ) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719 tx_desc = E1000_TX_DESC(*tx_ring, i);
3720 buffer_info = &tx_ring->buffer_info[i];
3721 cleaned = (i == eop);
3722
Jeff Kirsherfd803242005-12-13 00:06:22 -05003723 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003724 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003726 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003728
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729 eop = tx_ring->buffer_info[i].next_to_watch;
3730 eop_desc = E1000_TX_DESC(*tx_ring, eop);
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003731#ifdef CONFIG_E1000_NAPI
3732#define E1000_TX_WEIGHT 64
3733 /* weight of a sort for tx, to avoid endless transmit cleanup */
3734 if (count++ == E1000_TX_WEIGHT) break;
3735#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736 }
3737
3738 tx_ring->next_to_clean = i;
3739
Auke Kok77b2aad2006-04-14 19:05:25 -07003740#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003741 if (unlikely(cleaned && netif_carrier_ok(netdev) &&
3742 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
3743 /* Make sure that anybody stopping the queue after this
3744 * sees the new next_to_clean.
3745 */
3746 smp_mb();
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003747 if (netif_queue_stopped(netdev)) {
Auke Kok77b2aad2006-04-14 19:05:25 -07003748 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003749 ++adapter->restart_queue;
3750 }
Auke Kok77b2aad2006-04-14 19:05:25 -07003751 }
Malli Chilakala26483452005-04-28 19:44:46 -07003752
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003753 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07003754 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755 * check with the clearing of time_stamp and movement of i */
3756 adapter->detect_tx_hung = FALSE;
Jeff Kirsher392137f2006-01-12 16:50:57 -08003757 if (tx_ring->buffer_info[eop].dma &&
3758 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08003759 (adapter->tx_timeout_factor * HZ))
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003760 && !(E1000_READ_REG(&adapter->hw, STATUS) &
Jeff Kirsher392137f2006-01-12 16:50:57 -08003761 E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003762
3763 /* detected Tx unit hang */
Malli Chilakalac6963ef2005-06-17 17:42:07 -07003764 DPRINTK(DRV, ERR, "Detected Tx Unit Hang\n"
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003765 " Tx Queue <%lu>\n"
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003766 " TDH <%x>\n"
3767 " TDT <%x>\n"
3768 " next_to_use <%x>\n"
3769 " next_to_clean <%x>\n"
3770 "buffer_info[next_to_clean]\n"
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003771 " time_stamp <%lx>\n"
3772 " next_to_watch <%x>\n"
3773 " jiffies <%lx>\n"
3774 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003775 (unsigned long)((tx_ring - adapter->tx_ring) /
3776 sizeof(struct e1000_tx_ring)),
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003777 readl(adapter->hw.hw_addr + tx_ring->tdh),
3778 readl(adapter->hw.hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003779 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08003780 tx_ring->next_to_clean,
3781 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003782 eop,
3783 jiffies,
3784 eop_desc->upper.fields.status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003786 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788 return cleaned;
3789}
3790
3791/**
3792 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003793 * @adapter: board private structure
3794 * @status_err: receive descriptor status and error fields
3795 * @csum: receive descriptor csum field
3796 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797 **/
3798
Auke Koke619d522006-04-14 19:04:52 -07003799static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800e1000_rx_checksum(struct e1000_adapter *adapter,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003801 uint32_t status_err, uint32_t csum,
3802 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803{
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003804 uint16_t status = (uint16_t)status_err;
3805 uint8_t errors = (uint8_t)(status_err >> 24);
3806 skb->ip_summed = CHECKSUM_NONE;
3807
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808 /* 82543 or newer only */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003809 if (unlikely(adapter->hw.mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003811 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003812 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003813 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003814 /* let the stack verify checksum errors */
3815 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816 return;
3817 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003818 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003819 if (adapter->hw.mac_type <= e1000_82547_rev_2) {
3820 if (!(status & E1000_RXD_STAT_TCPCS))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003821 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003823 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003824 return;
3825 }
3826 /* It must be a TCP or UDP packet with a valid checksum */
3827 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828 /* TCP checksum is good */
3829 skb->ip_summed = CHECKSUM_UNNECESSARY;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003830 } else if (adapter->hw.mac_type > e1000_82547_rev_2) {
3831 /* IP fragment with UDP payload */
3832 /* Hardware complements the payload checksum, so we undo it
3833 * and then put the value in host order for further stack use.
3834 */
3835 csum = ntohl(csum ^ 0xFFFF);
3836 skb->csum = csum;
Patrick McHardy84fa7932006-08-29 16:44:56 -07003837 skb->ip_summed = CHECKSUM_COMPLETE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003839 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840}
3841
3842/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003843 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844 * @adapter: board private structure
3845 **/
3846
3847static boolean_t
3848#ifdef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003849e1000_clean_rx_irq(struct e1000_adapter *adapter,
3850 struct e1000_rx_ring *rx_ring,
3851 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852#else
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003853e1000_clean_rx_irq(struct e1000_adapter *adapter,
3854 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855#endif
3856{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857 struct net_device *netdev = adapter->netdev;
3858 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003859 struct e1000_rx_desc *rx_desc, *next_rxd;
3860 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861 unsigned long flags;
3862 uint32_t length;
3863 uint8_t last_byte;
3864 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08003865 int cleaned_count = 0;
Jeff Kirshera1415ee2006-02-28 20:24:07 -08003866 boolean_t cleaned = FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867
3868 i = rx_ring->next_to_clean;
3869 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003870 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003872 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07003873 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08003874 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08003875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003877 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878 break;
3879 (*work_done)++;
3880#endif
Jeff Kirshera292ca62006-01-12 16:51:30 -08003881 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003882 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003883 buffer_info->skb = NULL;
3884
Jeff Kirsher30320be2006-03-02 18:21:57 -08003885 prefetch(skb->data - NET_IP_ALIGN);
3886
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003887 if (++i == rx_ring->count) i = 0;
3888 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08003889 prefetch(next_rxd);
3890
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003891 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003892
Jeff Kirsher72d64a42006-01-12 16:51:19 -08003893 cleaned = TRUE;
3894 cleaned_count++;
Jeff Kirshera292ca62006-01-12 16:51:30 -08003895 pci_unmap_single(pdev,
3896 buffer_info->dma,
3897 buffer_info->length,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898 PCI_DMA_FROMDEVICE);
3899
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900 length = le16_to_cpu(rx_desc->length);
3901
Jeff Kirshera1415ee2006-02-28 20:24:07 -08003902 if (unlikely(!(status & E1000_RXD_STAT_EOP))) {
3903 /* All receives must fit into a single buffer */
3904 E1000_DBG("%s: Receive packet consumed multiple"
3905 " buffers\n", netdev->name);
Auke Kok864c4e42006-06-27 09:06:53 -07003906 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07003907 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908 goto next_desc;
3909 }
3910
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003911 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912 last_byte = *(skb->data + length - 1);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003913 if (TBI_ACCEPT(&adapter->hw, status,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914 rx_desc->errors, length, last_byte)) {
3915 spin_lock_irqsave(&adapter->stats_lock, flags);
Jeff Kirshera292ca62006-01-12 16:51:30 -08003916 e1000_tbi_adjust_stats(&adapter->hw,
3917 &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918 length, skb->data);
3919 spin_unlock_irqrestore(&adapter->stats_lock,
3920 flags);
3921 length--;
3922 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07003923 /* recycle */
3924 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925 goto next_desc;
3926 }
Auke Kok1cb58212006-04-18 12:31:04 -07003927 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928
Jesse Brandeburgd2a1e212006-10-24 14:46:06 -07003929 /* adjust length to remove Ethernet CRC, this must be
3930 * done after the TBI_ACCEPT workaround above */
3931 length -= 4;
3932
Jeff Kirshera292ca62006-01-12 16:51:30 -08003933 /* code added for copybreak, this should improve
3934 * performance for small packets with large amounts
3935 * of reassembly being done in the stack */
3936#define E1000_CB_LENGTH 256
Jeff Kirshera1415ee2006-02-28 20:24:07 -08003937 if (length < E1000_CB_LENGTH) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08003938 struct sk_buff *new_skb =
David S. Miller87f50322006-07-31 22:39:40 -07003939 netdev_alloc_skb(netdev, length + NET_IP_ALIGN);
Jeff Kirshera292ca62006-01-12 16:51:30 -08003940 if (new_skb) {
3941 skb_reserve(new_skb, NET_IP_ALIGN);
Jeff Kirshera292ca62006-01-12 16:51:30 -08003942 memcpy(new_skb->data - NET_IP_ALIGN,
3943 skb->data - NET_IP_ALIGN,
3944 length + NET_IP_ALIGN);
3945 /* save the skb in buffer_info as good */
3946 buffer_info->skb = skb;
3947 skb = new_skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08003948 }
Auke Kok996695d2006-11-01 08:47:50 -08003949 /* else just continue with the old one */
3950 }
Jeff Kirshera292ca62006-01-12 16:51:30 -08003951 /* end copybreak code */
Auke Kok996695d2006-11-01 08:47:50 -08003952 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953
3954 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08003955 e1000_rx_checksum(adapter,
3956 (uint32_t)(status) |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003957 ((uint32_t)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08003958 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003959
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960 skb->protocol = eth_type_trans(skb, netdev);
3961#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003962 if (unlikely(adapter->vlgrp &&
Jeff Kirshera292ca62006-01-12 16:51:30 -08003963 (status & E1000_RXD_STAT_VP))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964 vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003965 le16_to_cpu(rx_desc->special) &
3966 E1000_RXD_SPC_VLAN_MASK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967 } else {
3968 netif_receive_skb(skb);
3969 }
3970#else /* CONFIG_E1000_NAPI */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003971 if (unlikely(adapter->vlgrp &&
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003972 (status & E1000_RXD_STAT_VP))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 vlan_hwaccel_rx(skb, adapter->vlgrp,
3974 le16_to_cpu(rx_desc->special) &
3975 E1000_RXD_SPC_VLAN_MASK);
3976 } else {
3977 netif_rx(skb);
3978 }
3979#endif /* CONFIG_E1000_NAPI */
3980 netdev->last_rx = jiffies;
3981
3982next_desc:
3983 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984
Jeff Kirsher72d64a42006-01-12 16:51:19 -08003985 /* return some buffers to hardware, one at a time is too slow */
3986 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
3987 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
3988 cleaned_count = 0;
3989 }
3990
Jeff Kirsher30320be2006-03-02 18:21:57 -08003991 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003992 rx_desc = next_rxd;
3993 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08003996
3997 cleaned_count = E1000_DESC_UNUSED(rx_ring);
3998 if (cleaned_count)
3999 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000
4001 return cleaned;
4002}
4003
4004/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004005 * e1000_clean_rx_irq_ps - Send received data up the network stack; packet split
4006 * @adapter: board private structure
4007 **/
4008
4009static boolean_t
4010#ifdef CONFIG_E1000_NAPI
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004011e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
4012 struct e1000_rx_ring *rx_ring,
4013 int *work_done, int work_to_do)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004014#else
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004015e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
4016 struct e1000_rx_ring *rx_ring)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004017#endif
4018{
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004019 union e1000_rx_desc_packet_split *rx_desc, *next_rxd;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004020 struct net_device *netdev = adapter->netdev;
4021 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004022 struct e1000_buffer *buffer_info, *next_buffer;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004023 struct e1000_ps_page *ps_page;
4024 struct e1000_ps_page_dma *ps_page_dma;
Auke Kok24f476e2006-06-08 09:28:47 -07004025 struct sk_buff *skb;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004026 unsigned int i, j;
4027 uint32_t length, staterr;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004028 int cleaned_count = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004029 boolean_t cleaned = FALSE;
4030
4031 i = rx_ring->next_to_clean;
4032 rx_desc = E1000_RX_DESC_PS(*rx_ring, i);
Malli Chilakala683a38f2005-06-17 17:43:25 -07004033 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
Auke Kok9e2feac2006-04-14 19:05:18 -07004034 buffer_info = &rx_ring->buffer_info[i];
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004035
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004036 while (staterr & E1000_RXD_STAT_DD) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004037 ps_page = &rx_ring->ps_page[i];
4038 ps_page_dma = &rx_ring->ps_page_dma[i];
4039#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004040 if (unlikely(*work_done >= work_to_do))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004041 break;
4042 (*work_done)++;
4043#endif
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004044 skb = buffer_info->skb;
4045
Jeff Kirsher30320be2006-03-02 18:21:57 -08004046 /* in the packet split case this is header only */
4047 prefetch(skb->data - NET_IP_ALIGN);
4048
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004049 if (++i == rx_ring->count) i = 0;
4050 next_rxd = E1000_RX_DESC_PS(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004051 prefetch(next_rxd);
4052
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004053 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004054
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004055 cleaned = TRUE;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004056 cleaned_count++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004057 pci_unmap_single(pdev, buffer_info->dma,
4058 buffer_info->length,
4059 PCI_DMA_FROMDEVICE);
4060
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004061 if (unlikely(!(staterr & E1000_RXD_STAT_EOP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004062 E1000_DBG("%s: Packet Split buffers didn't pick up"
4063 " the full packet\n", netdev->name);
4064 dev_kfree_skb_irq(skb);
4065 goto next_desc;
4066 }
4067
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004068 if (unlikely(staterr & E1000_RXDEXT_ERR_FRAME_ERR_MASK)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004069 dev_kfree_skb_irq(skb);
4070 goto next_desc;
4071 }
4072
4073 length = le16_to_cpu(rx_desc->wb.middle.length0);
4074
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004075 if (unlikely(!length)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004076 E1000_DBG("%s: Last part of the packet spanning"
4077 " multiple descriptors\n", netdev->name);
4078 dev_kfree_skb_irq(skb);
4079 goto next_desc;
4080 }
4081
4082 /* Good Receive */
4083 skb_put(skb, length);
4084
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004085 {
4086 /* this looks ugly, but it seems compiler issues make it
4087 more efficient than reusing j */
4088 int l1 = le16_to_cpu(rx_desc->wb.upper.length[0]);
4089
4090 /* page alloc/put takes too long and effects small packet
4091 * throughput, so unsplit small packets and save the alloc/put*/
Auke Kok9e2feac2006-04-14 19:05:18 -07004092 if (l1 && ((length + l1) <= adapter->rx_ps_bsize0)) {
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004093 u8 *vaddr;
Auke Kok76c224b2006-05-23 13:36:06 -07004094 /* there is no documentation about how to call
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004095 * kmap_atomic, so we can't hold the mapping
4096 * very long */
4097 pci_dma_sync_single_for_cpu(pdev,
4098 ps_page_dma->ps_page_dma[0],
4099 PAGE_SIZE,
4100 PCI_DMA_FROMDEVICE);
4101 vaddr = kmap_atomic(ps_page->ps_page[0],
4102 KM_SKB_DATA_SOFTIRQ);
4103 memcpy(skb->tail, vaddr, l1);
4104 kunmap_atomic(vaddr, KM_SKB_DATA_SOFTIRQ);
4105 pci_dma_sync_single_for_device(pdev,
4106 ps_page_dma->ps_page_dma[0],
4107 PAGE_SIZE, PCI_DMA_FROMDEVICE);
Auke Kokf235a2a2006-07-14 16:14:34 -07004108 /* remove the CRC */
4109 l1 -= 4;
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004110 skb_put(skb, l1);
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004111 goto copydone;
4112 } /* if */
4113 }
Auke Kok90fb5132006-11-01 08:47:30 -08004114
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004115 for (j = 0; j < adapter->rx_ps_pages; j++) {
Jeff Kirsher30320be2006-03-02 18:21:57 -08004116 if (!(length= le16_to_cpu(rx_desc->wb.upper.length[j])))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004117 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004118 pci_unmap_page(pdev, ps_page_dma->ps_page_dma[j],
4119 PAGE_SIZE, PCI_DMA_FROMDEVICE);
4120 ps_page_dma->ps_page_dma[j] = 0;
Jeff Kirsher329bfd02006-03-02 18:20:02 -08004121 skb_fill_page_desc(skb, j, ps_page->ps_page[j], 0,
4122 length);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004123 ps_page->ps_page[j] = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004124 skb->len += length;
4125 skb->data_len += length;
Auke Kok5d51b802006-04-14 19:05:06 -07004126 skb->truesize += length;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004127 }
4128
Auke Kokf235a2a2006-07-14 16:14:34 -07004129 /* strip the ethernet crc, problem is we're using pages now so
4130 * this whole operation can get a little cpu intensive */
4131 pskb_trim(skb, skb->len - 4);
4132
Jeff Kirsherdc7c6ad2006-03-02 18:21:40 -08004133copydone:
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004134 e1000_rx_checksum(adapter, staterr,
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004135 le16_to_cpu(rx_desc->wb.lower.hi_dword.csum_ip.csum), skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004136 skb->protocol = eth_type_trans(skb, netdev);
4137
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004138 if (likely(rx_desc->wb.upper.header_status &
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004139 cpu_to_le16(E1000_RXDPS_HDRSTAT_HDRSP)))
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004140 adapter->rx_hdr_split++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004141#ifdef CONFIG_E1000_NAPI
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004142 if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004143 vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
Malli Chilakala683a38f2005-06-17 17:43:25 -07004144 le16_to_cpu(rx_desc->wb.middle.vlan) &
4145 E1000_RXD_SPC_VLAN_MASK);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004146 } else {
4147 netif_receive_skb(skb);
4148 }
4149#else /* CONFIG_E1000_NAPI */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004150 if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004151 vlan_hwaccel_rx(skb, adapter->vlgrp,
Malli Chilakala683a38f2005-06-17 17:43:25 -07004152 le16_to_cpu(rx_desc->wb.middle.vlan) &
4153 E1000_RXD_SPC_VLAN_MASK);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004154 } else {
4155 netif_rx(skb);
4156 }
4157#endif /* CONFIG_E1000_NAPI */
4158 netdev->last_rx = jiffies;
4159
4160next_desc:
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004161 rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004162 buffer_info->skb = NULL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004163
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004164 /* return some buffers to hardware, one at a time is too slow */
4165 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4166 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4167 cleaned_count = 0;
4168 }
4169
Jeff Kirsher30320be2006-03-02 18:21:57 -08004170 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004171 rx_desc = next_rxd;
4172 buffer_info = next_buffer;
4173
Malli Chilakala683a38f2005-06-17 17:43:25 -07004174 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004175 }
4176 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004177
4178 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4179 if (cleaned_count)
4180 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004181
4182 return cleaned;
4183}
4184
4185/**
4186 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187 * @adapter: address of board private structure
4188 **/
4189
4190static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004191e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004192 struct e1000_rx_ring *rx_ring,
Jeff Kirshera292ca62006-01-12 16:51:30 -08004193 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195 struct net_device *netdev = adapter->netdev;
4196 struct pci_dev *pdev = adapter->pdev;
4197 struct e1000_rx_desc *rx_desc;
4198 struct e1000_buffer *buffer_info;
4199 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004200 unsigned int i;
4201 unsigned int bufsz = adapter->rx_buffer_len + NET_IP_ALIGN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202
4203 i = rx_ring->next_to_use;
4204 buffer_info = &rx_ring->buffer_info[i];
4205
Jeff Kirshera292ca62006-01-12 16:51:30 -08004206 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004207 skb = buffer_info->skb;
4208 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004209 skb_trim(skb, 0);
4210 goto map_skb;
4211 }
4212
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004213 skb = netdev_alloc_skb(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004214 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004216 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217 break;
4218 }
4219
Malli Chilakala26483452005-04-28 19:44:46 -07004220 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4222 struct sk_buff *oldskb = skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004223 DPRINTK(RX_ERR, ERR, "skb align check failed: %u bytes "
4224 "at %p\n", bufsz, skb->data);
4225 /* Try again, without freeing the previous */
David S. Miller87f50322006-07-31 22:39:40 -07004226 skb = netdev_alloc_skb(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004227 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228 if (!skb) {
4229 dev_kfree_skb(oldskb);
4230 break;
4231 }
Malli Chilakala26483452005-04-28 19:44:46 -07004232
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4234 /* give up */
4235 dev_kfree_skb(skb);
4236 dev_kfree_skb(oldskb);
4237 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004239
4240 /* Use new allocation */
4241 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243 /* Make buffer alignment 2 beyond a 16 byte boundary
4244 * this will result in a 16 byte aligned IP header after
4245 * the 14 byte MAC header is removed
4246 */
4247 skb_reserve(skb, NET_IP_ALIGN);
4248
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249 buffer_info->skb = skb;
4250 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004251map_skb:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252 buffer_info->dma = pci_map_single(pdev,
4253 skb->data,
4254 adapter->rx_buffer_len,
4255 PCI_DMA_FROMDEVICE);
4256
Malli Chilakala26483452005-04-28 19:44:46 -07004257 /* Fix for errata 23, can't cross 64kB boundary */
4258 if (!e1000_check_64k_bound(adapter,
4259 (void *)(unsigned long)buffer_info->dma,
4260 adapter->rx_buffer_len)) {
4261 DPRINTK(RX_ERR, ERR,
4262 "dma align check failed: %u bytes at %p\n",
4263 adapter->rx_buffer_len,
4264 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265 dev_kfree_skb(skb);
4266 buffer_info->skb = NULL;
4267
Malli Chilakala26483452005-04-28 19:44:46 -07004268 pci_unmap_single(pdev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269 adapter->rx_buffer_len,
4270 PCI_DMA_FROMDEVICE);
4271
4272 break; /* while !buffer_info->skb */
4273 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274 rx_desc = E1000_RX_DESC(*rx_ring, i);
4275 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4276
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004277 if (unlikely(++i == rx_ring->count))
4278 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279 buffer_info = &rx_ring->buffer_info[i];
4280 }
4281
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004282 if (likely(rx_ring->next_to_use != i)) {
4283 rx_ring->next_to_use = i;
4284 if (unlikely(i-- == 0))
4285 i = (rx_ring->count - 1);
4286
4287 /* Force memory writes to complete before letting h/w
4288 * know there are new descriptors to fetch. (Only
4289 * applicable for weak-ordered memory model archs,
4290 * such as IA-64). */
4291 wmb();
4292 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4293 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294}
4295
4296/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004297 * e1000_alloc_rx_buffers_ps - Replace used receive buffers; packet split
4298 * @adapter: address of board private structure
4299 **/
4300
4301static void
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04004302e1000_alloc_rx_buffers_ps(struct e1000_adapter *adapter,
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004303 struct e1000_rx_ring *rx_ring,
4304 int cleaned_count)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004305{
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004306 struct net_device *netdev = adapter->netdev;
4307 struct pci_dev *pdev = adapter->pdev;
4308 union e1000_rx_desc_packet_split *rx_desc;
4309 struct e1000_buffer *buffer_info;
4310 struct e1000_ps_page *ps_page;
4311 struct e1000_ps_page_dma *ps_page_dma;
4312 struct sk_buff *skb;
4313 unsigned int i, j;
4314
4315 i = rx_ring->next_to_use;
4316 buffer_info = &rx_ring->buffer_info[i];
4317 ps_page = &rx_ring->ps_page[i];
4318 ps_page_dma = &rx_ring->ps_page_dma[i];
4319
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004320 while (cleaned_count--) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004321 rx_desc = E1000_RX_DESC_PS(*rx_ring, i);
4322
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004323 for (j = 0; j < PS_PAGE_BUFFERS; j++) {
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004324 if (j < adapter->rx_ps_pages) {
4325 if (likely(!ps_page->ps_page[j])) {
4326 ps_page->ps_page[j] =
4327 alloc_page(GFP_ATOMIC);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004328 if (unlikely(!ps_page->ps_page[j])) {
4329 adapter->alloc_rx_buff_failed++;
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004330 goto no_buffers;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004331 }
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004332 ps_page_dma->ps_page_dma[j] =
4333 pci_map_page(pdev,
4334 ps_page->ps_page[j],
4335 0, PAGE_SIZE,
4336 PCI_DMA_FROMDEVICE);
4337 }
4338 /* Refresh the desc even if buffer_addrs didn't
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004339 * change because each write-back erases
Mallikarjuna R Chilakalae4c811c2005-10-04 07:05:44 -04004340 * this info.
4341 */
4342 rx_desc->read.buffer_addr[j+1] =
4343 cpu_to_le64(ps_page_dma->ps_page_dma[j]);
4344 } else
4345 rx_desc->read.buffer_addr[j+1] = ~0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004346 }
4347
David S. Miller87f50322006-07-31 22:39:40 -07004348 skb = netdev_alloc_skb(netdev,
Auke Kok90fb5132006-11-01 08:47:30 -08004349 adapter->rx_ps_bsize0 + NET_IP_ALIGN);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004350
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004351 if (unlikely(!skb)) {
4352 adapter->alloc_rx_buff_failed++;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004353 break;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004354 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004355
4356 /* Make buffer alignment 2 beyond a 16 byte boundary
4357 * this will result in a 16 byte aligned IP header after
4358 * the 14 byte MAC header is removed
4359 */
4360 skb_reserve(skb, NET_IP_ALIGN);
4361
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004362 buffer_info->skb = skb;
4363 buffer_info->length = adapter->rx_ps_bsize0;
4364 buffer_info->dma = pci_map_single(pdev, skb->data,
4365 adapter->rx_ps_bsize0,
4366 PCI_DMA_FROMDEVICE);
4367
4368 rx_desc->read.buffer_addr[0] = cpu_to_le64(buffer_info->dma);
4369
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004370 if (unlikely(++i == rx_ring->count)) i = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004371 buffer_info = &rx_ring->buffer_info[i];
4372 ps_page = &rx_ring->ps_page[i];
4373 ps_page_dma = &rx_ring->ps_page_dma[i];
4374 }
4375
4376no_buffers:
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004377 if (likely(rx_ring->next_to_use != i)) {
4378 rx_ring->next_to_use = i;
4379 if (unlikely(i-- == 0)) i = (rx_ring->count - 1);
4380
4381 /* Force memory writes to complete before letting h/w
4382 * know there are new descriptors to fetch. (Only
4383 * applicable for weak-ordered memory model archs,
4384 * such as IA-64). */
4385 wmb();
4386 /* Hardware increments by 16 bytes, but packet split
4387 * descriptors are 32 bytes...so we increment tail
4388 * twice as much.
4389 */
4390 writel(i<<1, adapter->hw.hw_addr + rx_ring->rdt);
4391 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004392}
4393
4394/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4396 * @adapter:
4397 **/
4398
4399static void
4400e1000_smartspeed(struct e1000_adapter *adapter)
4401{
4402 uint16_t phy_status;
4403 uint16_t phy_ctrl;
4404
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004405 if ((adapter->hw.phy_type != e1000_phy_igp) || !adapter->hw.autoneg ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406 !(adapter->hw.autoneg_advertised & ADVERTISE_1000_FULL))
4407 return;
4408
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004409 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410 /* If Master/Slave config fault is asserted twice,
4411 * we assume back-to-back */
4412 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004413 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004414 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004415 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416 e1000_read_phy_reg(&adapter->hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004417 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418 phy_ctrl &= ~CR_1000T_MS_ENABLE;
4419 e1000_write_phy_reg(&adapter->hw, PHY_1000T_CTRL,
4420 phy_ctrl);
4421 adapter->smartspeed++;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004422 if (!e1000_phy_setup_autoneg(&adapter->hw) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004423 !e1000_read_phy_reg(&adapter->hw, PHY_CTRL,
4424 &phy_ctrl)) {
4425 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4426 MII_CR_RESTART_AUTO_NEG);
4427 e1000_write_phy_reg(&adapter->hw, PHY_CTRL,
4428 phy_ctrl);
4429 }
4430 }
4431 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004432 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433 /* If still no link, perhaps using 2/3 pair cable */
4434 e1000_read_phy_reg(&adapter->hw, PHY_1000T_CTRL, &phy_ctrl);
4435 phy_ctrl |= CR_1000T_MS_ENABLE;
4436 e1000_write_phy_reg(&adapter->hw, PHY_1000T_CTRL, phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004437 if (!e1000_phy_setup_autoneg(&adapter->hw) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438 !e1000_read_phy_reg(&adapter->hw, PHY_CTRL, &phy_ctrl)) {
4439 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4440 MII_CR_RESTART_AUTO_NEG);
4441 e1000_write_phy_reg(&adapter->hw, PHY_CTRL, phy_ctrl);
4442 }
4443 }
4444 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004445 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446 adapter->smartspeed = 0;
4447}
4448
4449/**
4450 * e1000_ioctl -
4451 * @netdev:
4452 * @ifreq:
4453 * @cmd:
4454 **/
4455
4456static int
4457e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
4458{
4459 switch (cmd) {
4460 case SIOCGMIIPHY:
4461 case SIOCGMIIREG:
4462 case SIOCSMIIREG:
4463 return e1000_mii_ioctl(netdev, ifr, cmd);
4464 default:
4465 return -EOPNOTSUPP;
4466 }
4467}
4468
4469/**
4470 * e1000_mii_ioctl -
4471 * @netdev:
4472 * @ifreq:
4473 * @cmd:
4474 **/
4475
4476static int
4477e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
4478{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004479 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480 struct mii_ioctl_data *data = if_mii(ifr);
4481 int retval;
4482 uint16_t mii_reg;
4483 uint16_t spddplx;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004484 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004486 if (adapter->hw.media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487 return -EOPNOTSUPP;
4488
4489 switch (cmd) {
4490 case SIOCGMIIPHY:
4491 data->phy_id = adapter->hw.phy_addr;
4492 break;
4493 case SIOCGMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004494 if (!capable(CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495 return -EPERM;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004496 spin_lock_irqsave(&adapter->stats_lock, flags);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004497 if (e1000_read_phy_reg(&adapter->hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004498 &data->val_out)) {
4499 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004501 }
4502 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503 break;
4504 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004505 if (!capable(CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004506 return -EPERM;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004507 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508 return -EFAULT;
4509 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004510 spin_lock_irqsave(&adapter->stats_lock, flags);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004511 if (e1000_write_phy_reg(&adapter->hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004512 mii_reg)) {
4513 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004515 }
Auke Kokdc86d322006-04-18 12:30:51 -07004516 if (adapter->hw.media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004517 switch (data->reg_num) {
4518 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004519 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004521 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522 adapter->hw.autoneg = 1;
4523 adapter->hw.autoneg_advertised = 0x2F;
4524 } else {
4525 if (mii_reg & 0x40)
4526 spddplx = SPEED_1000;
4527 else if (mii_reg & 0x2000)
4528 spddplx = SPEED_100;
4529 else
4530 spddplx = SPEED_10;
4531 spddplx += (mii_reg & 0x100)
Jeff Kirshercb764322006-03-08 17:24:12 -08004532 ? DUPLEX_FULL :
4533 DUPLEX_HALF;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534 retval = e1000_set_spd_dplx(adapter,
4535 spddplx);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004536 if (retval) {
Malli Chilakala97876fc2005-06-17 17:40:19 -07004537 spin_unlock_irqrestore(
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004538 &adapter->stats_lock,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004539 flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540 return retval;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004541 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004542 }
Auke Kok2db10a02006-06-27 09:06:28 -07004543 if (netif_running(adapter->netdev))
4544 e1000_reinit_locked(adapter);
4545 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546 e1000_reset(adapter);
4547 break;
4548 case M88E1000_PHY_SPEC_CTRL:
4549 case M88E1000_EXT_PHY_SPEC_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004550 if (e1000_phy_reset(&adapter->hw)) {
Malli Chilakala97876fc2005-06-17 17:40:19 -07004551 spin_unlock_irqrestore(
4552 &adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004554 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555 break;
4556 }
4557 } else {
4558 switch (data->reg_num) {
4559 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004560 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004562 if (netif_running(adapter->netdev))
4563 e1000_reinit_locked(adapter);
4564 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004565 e1000_reset(adapter);
4566 break;
4567 }
4568 }
Malli Chilakala97876fc2005-06-17 17:40:19 -07004569 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570 break;
4571 default:
4572 return -EOPNOTSUPP;
4573 }
4574 return E1000_SUCCESS;
4575}
4576
4577void
4578e1000_pci_set_mwi(struct e1000_hw *hw)
4579{
4580 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004581 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004583 if (ret_val)
Malli Chilakala26483452005-04-28 19:44:46 -07004584 DPRINTK(PROBE, ERR, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585}
4586
4587void
4588e1000_pci_clear_mwi(struct e1000_hw *hw)
4589{
4590 struct e1000_adapter *adapter = hw->back;
4591
4592 pci_clear_mwi(adapter->pdev);
4593}
4594
4595void
4596e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
4597{
4598 struct e1000_adapter *adapter = hw->back;
4599
4600 pci_read_config_word(adapter->pdev, reg, value);
4601}
4602
4603void
4604e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
4605{
4606 struct e1000_adapter *adapter = hw->back;
4607
4608 pci_write_config_word(adapter->pdev, reg, *value);
4609}
4610
Jeff Kirshercaeccb62006-09-27 12:53:57 -07004611int32_t
4612e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
4613{
4614 struct e1000_adapter *adapter = hw->back;
4615 uint16_t cap_offset;
4616
4617 cap_offset = pci_find_capability(adapter->pdev, PCI_CAP_ID_EXP);
4618 if (!cap_offset)
4619 return -E1000_ERR_CONFIG;
4620
4621 pci_read_config_word(adapter->pdev, cap_offset + reg, value);
4622
4623 return E1000_SUCCESS;
4624}
4625
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626void
4627e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value)
4628{
4629 outl(value, port);
4630}
4631
4632static void
4633e1000_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp)
4634{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004635 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636 uint32_t ctrl, rctl;
4637
4638 e1000_irq_disable(adapter);
4639 adapter->vlgrp = grp;
4640
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004641 if (grp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642 /* enable VLAN tag insert/strip */
4643 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
4644 ctrl |= E1000_CTRL_VME;
4645 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
4646
Auke Kokcd94dd02006-06-27 09:08:22 -07004647 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08004648 /* enable VLAN receive filtering */
4649 rctl = E1000_READ_REG(&adapter->hw, RCTL);
4650 rctl |= E1000_RCTL_VFE;
4651 rctl &= ~E1000_RCTL_CFIEN;
4652 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
4653 e1000_update_mng_vlan(adapter);
Auke Kokcd94dd02006-06-27 09:08:22 -07004654 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004655 } else {
4656 /* disable VLAN tag insert/strip */
4657 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
4658 ctrl &= ~E1000_CTRL_VME;
4659 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
4660
Auke Kokcd94dd02006-06-27 09:08:22 -07004661 if (adapter->hw.mac_type != e1000_ich8lan) {
Auke Kok90fb5132006-11-01 08:47:30 -08004662 /* disable VLAN filtering */
4663 rctl = E1000_READ_REG(&adapter->hw, RCTL);
4664 rctl &= ~E1000_RCTL_VFE;
4665 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
4666 if (adapter->mng_vlan_id !=
4667 (uint16_t)E1000_MNG_VLAN_NONE) {
4668 e1000_vlan_rx_kill_vid(netdev,
4669 adapter->mng_vlan_id);
4670 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
4671 }
Auke Kokcd94dd02006-06-27 09:08:22 -07004672 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004673 }
4674
4675 e1000_irq_enable(adapter);
4676}
4677
4678static void
4679e1000_vlan_rx_add_vid(struct net_device *netdev, uint16_t vid)
4680{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004681 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682 uint32_t vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004683
4684 if ((adapter->hw.mng_cookie.status &
4685 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4686 (vid == adapter->mng_vlan_id))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004687 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688 /* add VID to filter table */
4689 index = (vid >> 5) & 0x7F;
4690 vfta = E1000_READ_REG_ARRAY(&adapter->hw, VFTA, index);
4691 vfta |= (1 << (vid & 0x1F));
4692 e1000_write_vfta(&adapter->hw, index, vfta);
4693}
4694
4695static void
4696e1000_vlan_rx_kill_vid(struct net_device *netdev, uint16_t vid)
4697{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004698 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 uint32_t vfta, index;
4700
4701 e1000_irq_disable(adapter);
4702
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004703 if (adapter->vlgrp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004704 adapter->vlgrp->vlan_devices[vid] = NULL;
4705
4706 e1000_irq_enable(adapter);
4707
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004708 if ((adapter->hw.mng_cookie.status &
4709 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
Jeff Kirsherff147012006-01-12 16:51:10 -08004710 (vid == adapter->mng_vlan_id)) {
4711 /* release control to f/w */
4712 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004713 return;
Jeff Kirsherff147012006-01-12 16:51:10 -08004714 }
4715
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716 /* remove VID from filter table */
4717 index = (vid >> 5) & 0x7F;
4718 vfta = E1000_READ_REG_ARRAY(&adapter->hw, VFTA, index);
4719 vfta &= ~(1 << (vid & 0x1F));
4720 e1000_write_vfta(&adapter->hw, index, vfta);
4721}
4722
4723static void
4724e1000_restore_vlan(struct e1000_adapter *adapter)
4725{
4726 e1000_vlan_rx_register(adapter->netdev, adapter->vlgrp);
4727
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004728 if (adapter->vlgrp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 uint16_t vid;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004730 for (vid = 0; vid < VLAN_GROUP_ARRAY_LEN; vid++) {
4731 if (!adapter->vlgrp->vlan_devices[vid])
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732 continue;
4733 e1000_vlan_rx_add_vid(adapter->netdev, vid);
4734 }
4735 }
4736}
4737
4738int
4739e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx)
4740{
4741 adapter->hw.autoneg = 0;
4742
Malli Chilakala69213682005-06-17 17:44:20 -07004743 /* Fiber NICs only allow 1000 gbps Full duplex */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004744 if ((adapter->hw.media_type == e1000_media_type_fiber) &&
Malli Chilakala69213682005-06-17 17:44:20 -07004745 spddplx != (SPEED_1000 + DUPLEX_FULL)) {
4746 DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n");
4747 return -EINVAL;
4748 }
4749
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004750 switch (spddplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751 case SPEED_10 + DUPLEX_HALF:
4752 adapter->hw.forced_speed_duplex = e1000_10_half;
4753 break;
4754 case SPEED_10 + DUPLEX_FULL:
4755 adapter->hw.forced_speed_duplex = e1000_10_full;
4756 break;
4757 case SPEED_100 + DUPLEX_HALF:
4758 adapter->hw.forced_speed_duplex = e1000_100_half;
4759 break;
4760 case SPEED_100 + DUPLEX_FULL:
4761 adapter->hw.forced_speed_duplex = e1000_100_full;
4762 break;
4763 case SPEED_1000 + DUPLEX_FULL:
4764 adapter->hw.autoneg = 1;
4765 adapter->hw.autoneg_advertised = ADVERTISE_1000_FULL;
4766 break;
4767 case SPEED_1000 + DUPLEX_HALF: /* not supported */
4768 default:
Malli Chilakala26483452005-04-28 19:44:46 -07004769 DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004770 return -EINVAL;
4771 }
4772 return 0;
4773}
4774
Martin J. Blighb6a1d5f2005-10-28 15:14:44 -07004775#ifdef CONFIG_PM
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08004776/* Save/restore 16 or 64 dwords of PCI config space depending on which
4777 * bus we're on (PCI(X) vs. PCI-E)
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004778 */
4779#define PCIE_CONFIG_SPACE_LEN 256
4780#define PCI_CONFIG_SPACE_LEN 64
4781static int
4782e1000_pci_save_state(struct e1000_adapter *adapter)
4783{
4784 struct pci_dev *dev = adapter->pdev;
4785 int size;
4786 int i;
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08004787
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004788 if (adapter->hw.mac_type >= e1000_82571)
4789 size = PCIE_CONFIG_SPACE_LEN;
4790 else
4791 size = PCI_CONFIG_SPACE_LEN;
4792
4793 WARN_ON(adapter->config_space != NULL);
4794
4795 adapter->config_space = kmalloc(size, GFP_KERNEL);
4796 if (!adapter->config_space) {
4797 DPRINTK(PROBE, ERR, "unable to allocate %d bytes\n", size);
4798 return -ENOMEM;
4799 }
4800 for (i = 0; i < (size / 4); i++)
4801 pci_read_config_dword(dev, i * 4, &adapter->config_space[i]);
4802 return 0;
4803}
4804
4805static void
4806e1000_pci_restore_state(struct e1000_adapter *adapter)
4807{
4808 struct pci_dev *dev = adapter->pdev;
4809 int size;
4810 int i;
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08004811
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004812 if (adapter->config_space == NULL)
4813 return;
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08004814
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004815 if (adapter->hw.mac_type >= e1000_82571)
4816 size = PCIE_CONFIG_SPACE_LEN;
4817 else
4818 size = PCI_CONFIG_SPACE_LEN;
4819 for (i = 0; i < (size / 4); i++)
4820 pci_write_config_dword(dev, i * 4, adapter->config_space[i]);
4821 kfree(adapter->config_space);
4822 adapter->config_space = NULL;
4823 return;
4824}
4825#endif /* CONFIG_PM */
4826
Linus Torvalds1da177e2005-04-16 15:20:36 -07004827static int
Pavel Machek829ca9a2005-09-03 15:56:56 -07004828e1000_suspend(struct pci_dev *pdev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004829{
4830 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004831 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08004832 uint32_t ctrl, ctrl_ext, rctl, manc, status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004833 uint32_t wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07004834#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08004835 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07004836#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004837
4838 netif_device_detach(netdev);
4839
Auke Kok2db10a02006-06-27 09:06:28 -07004840 if (netif_running(netdev)) {
4841 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07004843 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004844
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004845#ifdef CONFIG_PM
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08004846 /* Implement our own version of pci_save_state(pdev) because pci-
4847 * express adapters have 256-byte config spaces. */
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004848 retval = e1000_pci_save_state(adapter);
4849 if (retval)
4850 return retval;
4851#endif
4852
Linus Torvalds1da177e2005-04-16 15:20:36 -07004853 status = E1000_READ_REG(&adapter->hw, STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004854 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004855 wufc &= ~E1000_WUFC_LNKC;
4856
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004857 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004858 e1000_setup_rctl(adapter);
4859 e1000_set_multi(netdev);
4860
4861 /* turn on all-multi mode if wake on multicast is enabled */
Jesse Brandeburg120cd572006-08-31 14:27:46 -07004862 if (wufc & E1000_WUFC_MC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004863 rctl = E1000_READ_REG(&adapter->hw, RCTL);
4864 rctl |= E1000_RCTL_MPE;
4865 E1000_WRITE_REG(&adapter->hw, RCTL, rctl);
4866 }
4867
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004868 if (adapter->hw.mac_type >= e1000_82540) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869 ctrl = E1000_READ_REG(&adapter->hw, CTRL);
4870 /* advertise wake from D3Cold */
4871 #define E1000_CTRL_ADVD3WUC 0x00100000
4872 /* phy power management enable */
4873 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
4874 ctrl |= E1000_CTRL_ADVD3WUC |
4875 E1000_CTRL_EN_PHY_PWR_MGMT;
4876 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl);
4877 }
4878
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004879 if (adapter->hw.media_type == e1000_media_type_fiber ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07004880 adapter->hw.media_type == e1000_media_type_internal_serdes) {
4881 /* keep the laser running in D3 */
4882 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
4883 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
4884 E1000_WRITE_REG(&adapter->hw, CTRL_EXT, ctrl_ext);
4885 }
4886
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004887 /* Allow time for pending master requests to run */
4888 e1000_disable_pciex_master(&adapter->hw);
4889
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890 E1000_WRITE_REG(&adapter->hw, WUC, E1000_WUC_PME_EN);
4891 E1000_WRITE_REG(&adapter->hw, WUFC, wufc);
Auke Kokd0e027d2006-04-14 19:04:40 -07004892 pci_enable_wake(pdev, PCI_D3hot, 1);
4893 pci_enable_wake(pdev, PCI_D3cold, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894 } else {
4895 E1000_WRITE_REG(&adapter->hw, WUC, 0);
4896 E1000_WRITE_REG(&adapter->hw, WUFC, 0);
Auke Kokd0e027d2006-04-14 19:04:40 -07004897 pci_enable_wake(pdev, PCI_D3hot, 0);
4898 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899 }
4900
Jesse Brandeburg4ccc12a2006-10-24 14:45:53 -07004901 if (adapter->hw.mac_type >= e1000_82540 &&
4902 adapter->hw.mac_type < e1000_82571 &&
4903 adapter->hw.media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004904 manc = E1000_READ_REG(&adapter->hw, MANC);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004905 if (manc & E1000_MANC_SMBUS_EN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906 manc |= E1000_MANC_ARP_EN;
4907 E1000_WRITE_REG(&adapter->hw, MANC, manc);
Auke Kokd0e027d2006-04-14 19:04:40 -07004908 pci_enable_wake(pdev, PCI_D3hot, 1);
4909 pci_enable_wake(pdev, PCI_D3cold, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004910 }
4911 }
4912
Auke Kokcd94dd02006-06-27 09:08:22 -07004913 if (adapter->hw.phy_type == e1000_phy_igp_3)
4914 e1000_phy_powerdown_workaround(&adapter->hw);
4915
Auke Kokedd106f2006-11-06 08:57:12 -08004916 if (netif_running(netdev))
4917 e1000_free_irq(adapter);
4918
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08004919 /* Release control of h/w to f/w. If f/w is AMT enabled, this
4920 * would have already happened in close and is redundant. */
4921 e1000_release_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004922
Linus Torvalds1da177e2005-04-16 15:20:36 -07004923 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08004924
Auke Kokd0e027d2006-04-14 19:04:40 -07004925 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004926
4927 return 0;
4928}
4929
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004930#ifdef CONFIG_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004931static int
4932e1000_resume(struct pci_dev *pdev)
4933{
4934 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004935 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kok3d1dd8c2006-08-28 14:56:27 -07004936 uint32_t manc, err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004937
Auke Kokd0e027d2006-04-14 19:04:40 -07004938 pci_set_power_state(pdev, PCI_D0);
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004939 e1000_pci_restore_state(adapter);
Auke Kok3d1dd8c2006-08-28 14:56:27 -07004940 if ((err = pci_enable_device(pdev))) {
4941 printk(KERN_ERR "e1000: Cannot enable PCI device from suspend\n");
4942 return err;
4943 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07004944 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004945
Auke Kokd0e027d2006-04-14 19:04:40 -07004946 pci_enable_wake(pdev, PCI_D3hot, 0);
4947 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004948
Auke Kokedd106f2006-11-06 08:57:12 -08004949 if (netif_running(netdev) && (err = e1000_request_irq(adapter)))
4950 return err;
4951
4952 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953 e1000_reset(adapter);
4954 E1000_WRITE_REG(&adapter->hw, WUS, ~0);
4955
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004956 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957 e1000_up(adapter);
4958
4959 netif_device_attach(netdev);
4960
Jesse Brandeburg4ccc12a2006-10-24 14:45:53 -07004961 if (adapter->hw.mac_type >= e1000_82540 &&
4962 adapter->hw.mac_type < e1000_82571 &&
4963 adapter->hw.media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004964 manc = E1000_READ_REG(&adapter->hw, MANC);
4965 manc &= ~(E1000_MANC_ARP_EN);
4966 E1000_WRITE_REG(&adapter->hw, MANC, manc);
4967 }
4968
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08004969 /* If the controller is 82573 and f/w is AMT, do not set
4970 * DRV_LOAD until the interface is up. For all other cases,
4971 * let the f/w know that the h/w is now under the control
4972 * of the driver. */
4973 if (adapter->hw.mac_type != e1000_82573 ||
4974 !e1000_check_mng_mode(&adapter->hw))
4975 e1000_get_hw_control(adapter);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004976
Linus Torvalds1da177e2005-04-16 15:20:36 -07004977 return 0;
4978}
4979#endif
Auke Kokc653e632006-05-23 13:35:57 -07004980
4981static void e1000_shutdown(struct pci_dev *pdev)
4982{
4983 e1000_suspend(pdev, PMSG_SUSPEND);
4984}
4985
Linus Torvalds1da177e2005-04-16 15:20:36 -07004986#ifdef CONFIG_NET_POLL_CONTROLLER
4987/*
4988 * Polling 'interrupt' - used by things like netconsole to send skbs
4989 * without having to re-enable interrupts. It's not called while
4990 * the interrupt routine is executing.
4991 */
4992static void
Malli Chilakala26483452005-04-28 19:44:46 -07004993e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004994{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004995 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07004996
Linus Torvalds1da177e2005-04-16 15:20:36 -07004997 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01004998 e1000_intr(adapter->pdev->irq, netdev);
Andrew Mortonc4cfe562005-10-15 00:32:29 -07004999 e1000_clean_tx_irq(adapter, adapter->tx_ring);
Jeff Kirshere8da8be2006-01-12 16:51:14 -08005000#ifndef CONFIG_E1000_NAPI
5001 adapter->clean_rx(adapter, adapter->rx_ring);
5002#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003 enable_irq(adapter->pdev->irq);
5004}
5005#endif
5006
Auke Kok90267292006-06-08 09:30:24 -07005007/**
5008 * e1000_io_error_detected - called when PCI error is detected
5009 * @pdev: Pointer to PCI device
5010 * @state: The current pci conneection state
5011 *
5012 * This function is called after a PCI bus error affecting
5013 * this device has been detected.
5014 */
5015static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
5016{
5017 struct net_device *netdev = pci_get_drvdata(pdev);
5018 struct e1000_adapter *adapter = netdev->priv;
5019
5020 netif_device_detach(netdev);
5021
5022 if (netif_running(netdev))
5023 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005024 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005025
5026 /* Request a slot slot reset. */
5027 return PCI_ERS_RESULT_NEED_RESET;
5028}
5029
5030/**
5031 * e1000_io_slot_reset - called after the pci bus has been reset.
5032 * @pdev: Pointer to PCI device
5033 *
5034 * Restart the card from scratch, as if from a cold-boot. Implementation
5035 * resembles the first-half of the e1000_resume routine.
5036 */
5037static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5038{
5039 struct net_device *netdev = pci_get_drvdata(pdev);
5040 struct e1000_adapter *adapter = netdev->priv;
5041
5042 if (pci_enable_device(pdev)) {
5043 printk(KERN_ERR "e1000: Cannot re-enable PCI device after reset.\n");
5044 return PCI_ERS_RESULT_DISCONNECT;
5045 }
5046 pci_set_master(pdev);
5047
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005048 pci_enable_wake(pdev, PCI_D3hot, 0);
5049 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005050
Auke Kok90267292006-06-08 09:30:24 -07005051 e1000_reset(adapter);
5052 E1000_WRITE_REG(&adapter->hw, WUS, ~0);
5053
5054 return PCI_ERS_RESULT_RECOVERED;
5055}
5056
5057/**
5058 * e1000_io_resume - called when traffic can start flowing again.
5059 * @pdev: Pointer to PCI device
5060 *
5061 * This callback is called when the error recovery driver tells us that
5062 * its OK to resume normal operation. Implementation resembles the
5063 * second-half of the e1000_resume routine.
5064 */
5065static void e1000_io_resume(struct pci_dev *pdev)
5066{
5067 struct net_device *netdev = pci_get_drvdata(pdev);
5068 struct e1000_adapter *adapter = netdev->priv;
5069 uint32_t manc, swsm;
5070
5071 if (netif_running(netdev)) {
5072 if (e1000_up(adapter)) {
5073 printk("e1000: can't bring device back up after reset\n");
5074 return;
5075 }
5076 }
5077
5078 netif_device_attach(netdev);
5079
5080 if (adapter->hw.mac_type >= e1000_82540 &&
Jesse Brandeburg4ccc12a2006-10-24 14:45:53 -07005081 adapter->hw.mac_type < e1000_82571 &&
Auke Kok90267292006-06-08 09:30:24 -07005082 adapter->hw.media_type == e1000_media_type_copper) {
5083 manc = E1000_READ_REG(&adapter->hw, MANC);
5084 manc &= ~(E1000_MANC_ARP_EN);
5085 E1000_WRITE_REG(&adapter->hw, MANC, manc);
5086 }
5087
5088 switch (adapter->hw.mac_type) {
5089 case e1000_82573:
5090 swsm = E1000_READ_REG(&adapter->hw, SWSM);
5091 E1000_WRITE_REG(&adapter->hw, SWSM,
5092 swsm | E1000_SWSM_DRV_LOAD);
5093 break;
5094 default:
5095 break;
5096 }
5097
5098 if (netif_running(netdev))
5099 mod_timer(&adapter->watchdog_timer, jiffies);
5100}
5101
Linus Torvalds1da177e2005-04-16 15:20:36 -07005102/* e1000_main.c */