Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /******************************************************************************* |
| 2 | |
Auke Kok | 0abb6eb | 2006-09-27 12:53:14 -0700 | [diff] [blame] | 3 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | more details. |
Auke Kok | 0abb6eb | 2006-09-27 12:53:14 -0700 | [diff] [blame] | 14 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | You should have received a copy of the GNU General Public License along with |
Auke Kok | 0abb6eb | 2006-09-27 12:53:14 -0700 | [diff] [blame] | 16 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | Contact Information: |
| 23 | Linux NICS <linux.nics@intel.com> |
Auke Kok | 3d41e30 | 2006-04-14 19:05:31 -0700 | [diff] [blame] | 24 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 26 | |
| 27 | *******************************************************************************/ |
| 28 | |
| 29 | #include "e1000.h" |
Andrew Morton | d0bb53e | 2006-11-14 10:35:03 -0500 | [diff] [blame] | 30 | #include <net/ip6_checksum.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | char e1000_driver_name[] = "e1000"; |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 33 | static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver"; |
Jesse Brandeburg | 15b2bee | 2009-01-27 16:41:58 -0800 | [diff] [blame] | 34 | #define DRV_VERSION "7.3.21-k3-NAPI" |
Stephen Hemminger | abec42a | 2007-10-29 10:46:19 -0700 | [diff] [blame] | 35 | const char e1000_driver_version[] = DRV_VERSION; |
| 36 | static const char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |
| 38 | /* e1000_pci_tbl - PCI Device ID Table |
| 39 | * |
| 40 | * Last entry must be all 0s |
| 41 | * |
| 42 | * Macro expands to... |
| 43 | * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)} |
| 44 | */ |
| 45 | static struct pci_device_id e1000_pci_tbl[] = { |
| 46 | INTEL_E1000_ETHERNET_DEVICE(0x1000), |
| 47 | INTEL_E1000_ETHERNET_DEVICE(0x1001), |
| 48 | INTEL_E1000_ETHERNET_DEVICE(0x1004), |
| 49 | INTEL_E1000_ETHERNET_DEVICE(0x1008), |
| 50 | INTEL_E1000_ETHERNET_DEVICE(0x1009), |
| 51 | INTEL_E1000_ETHERNET_DEVICE(0x100C), |
| 52 | INTEL_E1000_ETHERNET_DEVICE(0x100D), |
| 53 | INTEL_E1000_ETHERNET_DEVICE(0x100E), |
| 54 | INTEL_E1000_ETHERNET_DEVICE(0x100F), |
| 55 | INTEL_E1000_ETHERNET_DEVICE(0x1010), |
| 56 | INTEL_E1000_ETHERNET_DEVICE(0x1011), |
| 57 | INTEL_E1000_ETHERNET_DEVICE(0x1012), |
| 58 | INTEL_E1000_ETHERNET_DEVICE(0x1013), |
| 59 | INTEL_E1000_ETHERNET_DEVICE(0x1014), |
| 60 | INTEL_E1000_ETHERNET_DEVICE(0x1015), |
| 61 | INTEL_E1000_ETHERNET_DEVICE(0x1016), |
| 62 | INTEL_E1000_ETHERNET_DEVICE(0x1017), |
| 63 | INTEL_E1000_ETHERNET_DEVICE(0x1018), |
| 64 | INTEL_E1000_ETHERNET_DEVICE(0x1019), |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 65 | INTEL_E1000_ETHERNET_DEVICE(0x101A), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | INTEL_E1000_ETHERNET_DEVICE(0x101D), |
| 67 | INTEL_E1000_ETHERNET_DEVICE(0x101E), |
| 68 | INTEL_E1000_ETHERNET_DEVICE(0x1026), |
| 69 | INTEL_E1000_ETHERNET_DEVICE(0x1027), |
| 70 | INTEL_E1000_ETHERNET_DEVICE(0x1028), |
| 71 | INTEL_E1000_ETHERNET_DEVICE(0x1075), |
| 72 | INTEL_E1000_ETHERNET_DEVICE(0x1076), |
| 73 | INTEL_E1000_ETHERNET_DEVICE(0x1077), |
| 74 | INTEL_E1000_ETHERNET_DEVICE(0x1078), |
| 75 | INTEL_E1000_ETHERNET_DEVICE(0x1079), |
| 76 | INTEL_E1000_ETHERNET_DEVICE(0x107A), |
| 77 | INTEL_E1000_ETHERNET_DEVICE(0x107B), |
| 78 | INTEL_E1000_ETHERNET_DEVICE(0x107C), |
| 79 | INTEL_E1000_ETHERNET_DEVICE(0x108A), |
Jeff Kirsher | b7ee49d | 2006-01-12 16:51:21 -0800 | [diff] [blame] | 80 | INTEL_E1000_ETHERNET_DEVICE(0x1099), |
Jeff Kirsher | b7ee49d | 2006-01-12 16:51:21 -0800 | [diff] [blame] | 81 | INTEL_E1000_ETHERNET_DEVICE(0x10B5), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | /* required last entry */ |
| 83 | {0,} |
| 84 | }; |
| 85 | |
| 86 | MODULE_DEVICE_TABLE(pci, e1000_pci_tbl); |
| 87 | |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 88 | int e1000_up(struct e1000_adapter *adapter); |
| 89 | void e1000_down(struct e1000_adapter *adapter); |
| 90 | void e1000_reinit_locked(struct e1000_adapter *adapter); |
| 91 | void e1000_reset(struct e1000_adapter *adapter); |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 92 | int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx); |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 93 | int e1000_setup_all_tx_resources(struct e1000_adapter *adapter); |
| 94 | int e1000_setup_all_rx_resources(struct e1000_adapter *adapter); |
| 95 | void e1000_free_all_tx_resources(struct e1000_adapter *adapter); |
| 96 | void e1000_free_all_rx_resources(struct e1000_adapter *adapter); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 97 | static int e1000_setup_tx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 98 | struct e1000_tx_ring *txdr); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 99 | static int e1000_setup_rx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 100 | struct e1000_rx_ring *rxdr); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 101 | static void e1000_free_tx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 102 | struct e1000_tx_ring *tx_ring); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 103 | static void e1000_free_rx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 104 | struct e1000_rx_ring *rx_ring); |
| 105 | void e1000_update_stats(struct e1000_adapter *adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | |
| 107 | static int e1000_init_module(void); |
| 108 | static void e1000_exit_module(void); |
| 109 | static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent); |
| 110 | static void __devexit e1000_remove(struct pci_dev *pdev); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 111 | static int e1000_alloc_queues(struct e1000_adapter *adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | static int e1000_sw_init(struct e1000_adapter *adapter); |
| 113 | static int e1000_open(struct net_device *netdev); |
| 114 | static int e1000_close(struct net_device *netdev); |
| 115 | static void e1000_configure_tx(struct e1000_adapter *adapter); |
| 116 | static void e1000_configure_rx(struct e1000_adapter *adapter); |
| 117 | static void e1000_setup_rctl(struct e1000_adapter *adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 118 | static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter); |
| 119 | static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter); |
| 120 | static void e1000_clean_tx_ring(struct e1000_adapter *adapter, |
| 121 | struct e1000_tx_ring *tx_ring); |
| 122 | static void e1000_clean_rx_ring(struct e1000_adapter *adapter, |
| 123 | struct e1000_rx_ring *rx_ring); |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 124 | static void e1000_set_rx_mode(struct net_device *netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | static void e1000_update_phy_info(unsigned long data); |
| 126 | static void e1000_watchdog(unsigned long data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | static void e1000_82547_tx_fifo_stall(unsigned long data); |
Stephen Hemminger | 3b29a56 | 2009-08-31 19:50:55 +0000 | [diff] [blame] | 128 | static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb, |
| 129 | struct net_device *netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | static struct net_device_stats * e1000_get_stats(struct net_device *netdev); |
| 131 | static int e1000_change_mtu(struct net_device *netdev, int new_mtu); |
| 132 | static int e1000_set_mac(struct net_device *netdev, void *p); |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 133 | static irqreturn_t e1000_intr(int irq, void *data); |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 134 | static irqreturn_t e1000_intr_msi(int irq, void *data); |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 135 | static bool e1000_clean_tx_irq(struct e1000_adapter *adapter, |
| 136 | struct e1000_tx_ring *tx_ring); |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 137 | static int e1000_clean(struct napi_struct *napi, int budget); |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 138 | static bool e1000_clean_rx_irq(struct e1000_adapter *adapter, |
| 139 | struct e1000_rx_ring *rx_ring, |
| 140 | int *work_done, int work_to_do); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 141 | static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, |
| 142 | struct e1000_rx_ring *rx_ring, |
| 143 | int *work_done, int work_to_do); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 144 | static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 145 | struct e1000_rx_ring *rx_ring, |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 146 | int cleaned_count); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 147 | static void e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter, |
| 148 | struct e1000_rx_ring *rx_ring, |
| 149 | int cleaned_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd); |
| 151 | static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, |
| 152 | int cmd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | static void e1000_enter_82542_rst(struct e1000_adapter *adapter); |
| 154 | static void e1000_leave_82542_rst(struct e1000_adapter *adapter); |
| 155 | static void e1000_tx_timeout(struct net_device *dev); |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 156 | static void e1000_reset_task(struct work_struct *work); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | static void e1000_smartspeed(struct e1000_adapter *adapter); |
Auke Kok | e619d52 | 2006-04-14 19:04:52 -0700 | [diff] [blame] | 158 | static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter, |
| 159 | struct sk_buff *skb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 160 | |
| 161 | static void e1000_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp); |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 162 | static void e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid); |
| 163 | static void e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 164 | static void e1000_restore_vlan(struct e1000_adapter *adapter); |
| 165 | |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 166 | #ifdef CONFIG_PM |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 167 | static int e1000_suspend(struct pci_dev *pdev, pm_message_t state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | static int e1000_resume(struct pci_dev *pdev); |
| 169 | #endif |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 170 | static void e1000_shutdown(struct pci_dev *pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | |
| 172 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 173 | /* for netdump / net console */ |
| 174 | static void e1000_netpoll (struct net_device *netdev); |
| 175 | #endif |
| 176 | |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 177 | #define COPYBREAK_DEFAULT 256 |
| 178 | static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT; |
| 179 | module_param(copybreak, uint, 0644); |
| 180 | MODULE_PARM_DESC(copybreak, |
| 181 | "Maximum size of packet that is copied to a new buffer on receive"); |
| 182 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 183 | static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, |
| 184 | pci_channel_state_t state); |
| 185 | static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev); |
| 186 | static void e1000_io_resume(struct pci_dev *pdev); |
| 187 | |
| 188 | static struct pci_error_handlers e1000_err_handler = { |
| 189 | .error_detected = e1000_io_error_detected, |
| 190 | .slot_reset = e1000_io_slot_reset, |
| 191 | .resume = e1000_io_resume, |
| 192 | }; |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 193 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | static struct pci_driver e1000_driver = { |
| 195 | .name = e1000_driver_name, |
| 196 | .id_table = e1000_pci_tbl, |
| 197 | .probe = e1000_probe, |
| 198 | .remove = __devexit_p(e1000_remove), |
Auke Kok | c4e24f0 | 2006-09-27 12:53:19 -0700 | [diff] [blame] | 199 | #ifdef CONFIG_PM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | /* Power Managment Hooks */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | .suspend = e1000_suspend, |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 202 | .resume = e1000_resume, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | #endif |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 204 | .shutdown = e1000_shutdown, |
| 205 | .err_handler = &e1000_err_handler |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | }; |
| 207 | |
| 208 | MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>"); |
| 209 | MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver"); |
| 210 | MODULE_LICENSE("GPL"); |
| 211 | MODULE_VERSION(DRV_VERSION); |
| 212 | |
| 213 | static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE; |
| 214 | module_param(debug, int, 0); |
| 215 | MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); |
| 216 | |
| 217 | /** |
| 218 | * e1000_init_module - Driver Registration Routine |
| 219 | * |
| 220 | * e1000_init_module is the first routine called when the driver is |
| 221 | * loaded. All it does is register with the PCI subsystem. |
| 222 | **/ |
| 223 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 224 | static int __init e1000_init_module(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | { |
| 226 | int ret; |
| 227 | printk(KERN_INFO "%s - version %s\n", |
| 228 | e1000_driver_string, e1000_driver_version); |
| 229 | |
| 230 | printk(KERN_INFO "%s\n", e1000_copyright); |
| 231 | |
Jeff Garzik | 2991762 | 2006-08-19 17:48:59 -0400 | [diff] [blame] | 232 | ret = pci_register_driver(&e1000_driver); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 233 | if (copybreak != COPYBREAK_DEFAULT) { |
| 234 | if (copybreak == 0) |
| 235 | printk(KERN_INFO "e1000: copybreak disabled\n"); |
| 236 | else |
| 237 | printk(KERN_INFO "e1000: copybreak enabled for " |
| 238 | "packets <= %u bytes\n", copybreak); |
| 239 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | return ret; |
| 241 | } |
| 242 | |
| 243 | module_init(e1000_init_module); |
| 244 | |
| 245 | /** |
| 246 | * e1000_exit_module - Driver Exit Cleanup Routine |
| 247 | * |
| 248 | * e1000_exit_module is called just before the driver is removed |
| 249 | * from memory. |
| 250 | **/ |
| 251 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 252 | static void __exit e1000_exit_module(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | pci_unregister_driver(&e1000_driver); |
| 255 | } |
| 256 | |
| 257 | module_exit(e1000_exit_module); |
| 258 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 259 | static int e1000_request_irq(struct e1000_adapter *adapter) |
| 260 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 261 | struct e1000_hw *hw = &adapter->hw; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 262 | struct net_device *netdev = adapter->netdev; |
Al Viro | 3e18826 | 2007-12-11 19:49:39 +0000 | [diff] [blame] | 263 | irq_handler_t handler = e1000_intr; |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 264 | int irq_flags = IRQF_SHARED; |
| 265 | int err; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 266 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 267 | if (hw->mac_type >= e1000_82571) { |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 268 | adapter->have_msi = !pci_enable_msi(adapter->pdev); |
| 269 | if (adapter->have_msi) { |
Al Viro | 3e18826 | 2007-12-11 19:49:39 +0000 | [diff] [blame] | 270 | handler = e1000_intr_msi; |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 271 | irq_flags = 0; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 272 | } |
| 273 | } |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 274 | |
| 275 | err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name, |
| 276 | netdev); |
| 277 | if (err) { |
| 278 | if (adapter->have_msi) |
| 279 | pci_disable_msi(adapter->pdev); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 280 | DPRINTK(PROBE, ERR, |
| 281 | "Unable to allocate interrupt Error: %d\n", err); |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 282 | } |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 283 | |
| 284 | return err; |
| 285 | } |
| 286 | |
| 287 | static void e1000_free_irq(struct e1000_adapter *adapter) |
| 288 | { |
| 289 | struct net_device *netdev = adapter->netdev; |
| 290 | |
| 291 | free_irq(adapter->pdev->irq, netdev); |
| 292 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 293 | if (adapter->have_msi) |
| 294 | pci_disable_msi(adapter->pdev); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 295 | } |
| 296 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | /** |
| 298 | * e1000_irq_disable - Mask off interrupt generation on the NIC |
| 299 | * @adapter: board private structure |
| 300 | **/ |
| 301 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 302 | static void e1000_irq_disable(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 303 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 304 | struct e1000_hw *hw = &adapter->hw; |
| 305 | |
| 306 | ew32(IMC, ~0); |
| 307 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | synchronize_irq(adapter->pdev->irq); |
| 309 | } |
| 310 | |
| 311 | /** |
| 312 | * e1000_irq_enable - Enable default interrupt generation settings |
| 313 | * @adapter: board private structure |
| 314 | **/ |
| 315 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 316 | static void e1000_irq_enable(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 317 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 318 | struct e1000_hw *hw = &adapter->hw; |
| 319 | |
| 320 | ew32(IMS, IMS_ENABLE_MASK); |
| 321 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | } |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 323 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 324 | static void e1000_update_mng_vlan(struct e1000_adapter *adapter) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 325 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 326 | struct e1000_hw *hw = &adapter->hw; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 327 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 328 | u16 vid = hw->mng_cookie.vlan_id; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 329 | u16 old_vid = adapter->mng_vlan_id; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 330 | if (adapter->vlgrp) { |
Dan Aloni | 5c15bde | 2007-03-02 20:44:51 -0800 | [diff] [blame] | 331 | if (!vlan_group_get_device(adapter->vlgrp, vid)) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 332 | if (hw->mng_cookie.status & |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 333 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) { |
| 334 | e1000_vlan_rx_add_vid(netdev, vid); |
| 335 | adapter->mng_vlan_id = vid; |
| 336 | } else |
| 337 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 338 | |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 339 | if ((old_vid != (u16)E1000_MNG_VLAN_NONE) && |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 340 | (vid != old_vid) && |
Dan Aloni | 5c15bde | 2007-03-02 20:44:51 -0800 | [diff] [blame] | 341 | !vlan_group_get_device(adapter->vlgrp, old_vid)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 342 | e1000_vlan_rx_kill_vid(netdev, old_vid); |
Jeff Kirsher | c5f226f | 2006-03-02 18:17:55 -0800 | [diff] [blame] | 343 | } else |
| 344 | adapter->mng_vlan_id = vid; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 345 | } |
| 346 | } |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 347 | |
| 348 | /** |
| 349 | * e1000_release_hw_control - release control of the h/w to f/w |
| 350 | * @adapter: address of board private structure |
| 351 | * |
| 352 | * e1000_release_hw_control resets {CTRL_EXT|FWSM}:DRV_LOAD bit. |
| 353 | * For ASF and Pass Through versions of f/w this means that the |
| 354 | * driver is no longer loaded. For AMT version (only with 82573) i |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 355 | * of the f/w this means that the network i/f is closed. |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 356 | * |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 357 | **/ |
| 358 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 359 | static void e1000_release_hw_control(struct e1000_adapter *adapter) |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 360 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 361 | u32 ctrl_ext; |
| 362 | u32 swsm; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 363 | struct e1000_hw *hw = &adapter->hw; |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 364 | |
| 365 | /* Let firmware taken over control of h/w */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 366 | switch (hw->mac_type) { |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 367 | case e1000_82573: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 368 | swsm = er32(SWSM); |
| 369 | ew32(SWSM, swsm & ~E1000_SWSM_DRV_LOAD); |
Bruce Allan | 31d7644 | 2007-03-06 08:57:24 -0800 | [diff] [blame] | 370 | break; |
| 371 | case e1000_82571: |
| 372 | case e1000_82572: |
| 373 | case e1000_80003es2lan: |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 374 | case e1000_ich8lan: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 375 | ctrl_ext = er32(CTRL_EXT); |
| 376 | ew32(CTRL_EXT, ctrl_ext & ~E1000_CTRL_EXT_DRV_LOAD); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 377 | break; |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 378 | default: |
| 379 | break; |
| 380 | } |
| 381 | } |
| 382 | |
| 383 | /** |
| 384 | * e1000_get_hw_control - get control of the h/w from f/w |
| 385 | * @adapter: address of board private structure |
| 386 | * |
| 387 | * e1000_get_hw_control sets {CTRL_EXT|FWSM}:DRV_LOAD bit. |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 388 | * For ASF and Pass Through versions of f/w this means that |
| 389 | * the driver is loaded. For AMT version (only with 82573) |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 390 | * of the f/w this means that the network i/f is open. |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 391 | * |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 392 | **/ |
| 393 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 394 | static void e1000_get_hw_control(struct e1000_adapter *adapter) |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 395 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 396 | u32 ctrl_ext; |
| 397 | u32 swsm; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 398 | struct e1000_hw *hw = &adapter->hw; |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 399 | |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 400 | /* Let firmware know the driver has taken over */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 401 | switch (hw->mac_type) { |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 402 | case e1000_82573: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 403 | swsm = er32(SWSM); |
| 404 | ew32(SWSM, swsm | E1000_SWSM_DRV_LOAD); |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 405 | break; |
Bruce Allan | 31d7644 | 2007-03-06 08:57:24 -0800 | [diff] [blame] | 406 | case e1000_82571: |
| 407 | case e1000_82572: |
| 408 | case e1000_80003es2lan: |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 409 | case e1000_ich8lan: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 410 | ctrl_ext = er32(CTRL_EXT); |
| 411 | ew32(CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_DRV_LOAD); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 412 | break; |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 413 | default: |
| 414 | break; |
| 415 | } |
| 416 | } |
| 417 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 418 | static void e1000_init_manageability(struct e1000_adapter *adapter) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 419 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 420 | struct e1000_hw *hw = &adapter->hw; |
| 421 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 422 | if (adapter->en_mng_pt) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 423 | u32 manc = er32(MANC); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 424 | |
| 425 | /* disable hardware interception of ARP */ |
| 426 | manc &= ~(E1000_MANC_ARP_EN); |
| 427 | |
| 428 | /* enable receiving management packets to the host */ |
| 429 | /* this will probably generate destination unreachable messages |
| 430 | * from the host OS, but the packets will be handled on SMBUS */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 431 | if (hw->has_manc2h) { |
| 432 | u32 manc2h = er32(MANC2H); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 433 | |
| 434 | manc |= E1000_MANC_EN_MNG2HOST; |
| 435 | #define E1000_MNG2HOST_PORT_623 (1 << 5) |
| 436 | #define E1000_MNG2HOST_PORT_664 (1 << 6) |
| 437 | manc2h |= E1000_MNG2HOST_PORT_623; |
| 438 | manc2h |= E1000_MNG2HOST_PORT_664; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 439 | ew32(MANC2H, manc2h); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 440 | } |
| 441 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 442 | ew32(MANC, manc); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 443 | } |
| 444 | } |
| 445 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 446 | static void e1000_release_manageability(struct e1000_adapter *adapter) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 447 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 448 | struct e1000_hw *hw = &adapter->hw; |
| 449 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 450 | if (adapter->en_mng_pt) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 451 | u32 manc = er32(MANC); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 452 | |
| 453 | /* re-enable hardware interception of ARP */ |
| 454 | manc |= E1000_MANC_ARP_EN; |
| 455 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 456 | if (hw->has_manc2h) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 457 | manc &= ~E1000_MANC_EN_MNG2HOST; |
| 458 | |
| 459 | /* don't explicitly have to mess with MANC2H since |
| 460 | * MANC has an enable disable that gates MANC2H */ |
| 461 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 462 | ew32(MANC, manc); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 463 | } |
| 464 | } |
| 465 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 466 | /** |
| 467 | * e1000_configure - configure the hardware for RX and TX |
| 468 | * @adapter = private board structure |
| 469 | **/ |
| 470 | static void e1000_configure(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | { |
| 472 | struct net_device *netdev = adapter->netdev; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 473 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 475 | e1000_set_rx_mode(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 476 | |
| 477 | e1000_restore_vlan(adapter); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 478 | e1000_init_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | |
| 480 | e1000_configure_tx(adapter); |
| 481 | e1000_setup_rctl(adapter); |
| 482 | e1000_configure_rx(adapter); |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 483 | /* call E1000_DESC_UNUSED which always leaves |
| 484 | * at least 1 descriptor unused to make sure |
| 485 | * next_to_use != next_to_clean */ |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 486 | for (i = 0; i < adapter->num_rx_queues; i++) { |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 487 | struct e1000_rx_ring *ring = &adapter->rx_ring[i]; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 488 | adapter->alloc_rx_buf(adapter, ring, |
| 489 | E1000_DESC_UNUSED(ring)); |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 490 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 491 | |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 492 | adapter->tx_queue_len = netdev->tx_queue_len; |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 493 | } |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 494 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 495 | int e1000_up(struct e1000_adapter *adapter) |
| 496 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 497 | struct e1000_hw *hw = &adapter->hw; |
| 498 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 499 | /* hardware has been reset, we need to reload some things */ |
| 500 | e1000_configure(adapter); |
Malli Chilakala | 5de5562 | 2005-04-28 19:39:30 -0700 | [diff] [blame] | 501 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 502 | clear_bit(__E1000_DOWN, &adapter->flags); |
| 503 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 504 | napi_enable(&adapter->napi); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 505 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 506 | e1000_irq_enable(adapter); |
| 507 | |
Jesse Brandeburg | 4cb9be7 | 2009-04-21 18:42:05 +0000 | [diff] [blame] | 508 | netif_wake_queue(adapter->netdev); |
| 509 | |
Jesse Brandeburg | 79f3d39 | 2006-12-15 10:42:34 +0100 | [diff] [blame] | 510 | /* fire a link change interrupt to start the watchdog */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 511 | ew32(ICS, E1000_ICS_LSC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 512 | return 0; |
| 513 | } |
| 514 | |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 515 | /** |
| 516 | * e1000_power_up_phy - restore link in case the phy was powered down |
| 517 | * @adapter: address of board private structure |
| 518 | * |
| 519 | * The phy may be powered down to save power and turn off link when the |
| 520 | * driver is unloaded and wake on lan is not enabled (among others) |
| 521 | * *** this routine MUST be followed by a call to e1000_reset *** |
| 522 | * |
| 523 | **/ |
| 524 | |
Jesse Brandeburg | d658266 | 2006-08-16 13:31:33 -0700 | [diff] [blame] | 525 | void e1000_power_up_phy(struct e1000_adapter *adapter) |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 526 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 527 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 528 | u16 mii_reg = 0; |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 529 | |
| 530 | /* Just clear the power down bit to wake the phy back up */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 531 | if (hw->media_type == e1000_media_type_copper) { |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 532 | /* according to the manual, the phy will retain its |
| 533 | * settings across a power-down/up cycle */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 534 | e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 535 | mii_reg &= ~MII_CR_POWER_DOWN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 536 | e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 537 | } |
| 538 | } |
| 539 | |
| 540 | static void e1000_power_down_phy(struct e1000_adapter *adapter) |
| 541 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 542 | struct e1000_hw *hw = &adapter->hw; |
| 543 | |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 544 | /* Power down the PHY so no link is implied when interface is down * |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 545 | * The PHY cannot be powered down if any of the following is true * |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 546 | * (a) WoL is enabled |
| 547 | * (b) AMT is active |
| 548 | * (c) SoL/IDER session is active */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 549 | if (!adapter->wol && hw->mac_type >= e1000_82540 && |
| 550 | hw->media_type == e1000_media_type_copper) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 551 | u16 mii_reg = 0; |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 552 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 553 | switch (hw->mac_type) { |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 554 | case e1000_82540: |
| 555 | case e1000_82545: |
| 556 | case e1000_82545_rev_3: |
| 557 | case e1000_82546: |
| 558 | case e1000_82546_rev_3: |
| 559 | case e1000_82541: |
| 560 | case e1000_82541_rev_2: |
| 561 | case e1000_82547: |
| 562 | case e1000_82547_rev_2: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 563 | if (er32(MANC) & E1000_MANC_SMBUS_EN) |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 564 | goto out; |
| 565 | break; |
| 566 | case e1000_82571: |
| 567 | case e1000_82572: |
| 568 | case e1000_82573: |
| 569 | case e1000_80003es2lan: |
| 570 | case e1000_ich8lan: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 571 | if (e1000_check_mng_mode(hw) || |
| 572 | e1000_check_phy_reset_block(hw)) |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 573 | goto out; |
| 574 | break; |
| 575 | default: |
| 576 | goto out; |
| 577 | } |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 578 | e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 579 | mii_reg |= MII_CR_POWER_DOWN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 580 | e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 581 | mdelay(1); |
| 582 | } |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 583 | out: |
| 584 | return; |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 585 | } |
| 586 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 587 | void e1000_down(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 588 | { |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 589 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 590 | struct net_device *netdev = adapter->netdev; |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 591 | u32 rctl, tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 592 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 593 | /* signal that we're down so the interrupt handler does not |
| 594 | * reschedule our watchdog timer */ |
| 595 | set_bit(__E1000_DOWN, &adapter->flags); |
| 596 | |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 597 | /* disable receives in the hardware */ |
| 598 | rctl = er32(RCTL); |
| 599 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
| 600 | /* flush and sleep below */ |
| 601 | |
| 602 | /* can be netif_tx_disable when NETIF_F_LLTX is removed */ |
| 603 | netif_stop_queue(netdev); |
| 604 | |
| 605 | /* disable transmits in the hardware */ |
| 606 | tctl = er32(TCTL); |
| 607 | tctl &= ~E1000_TCTL_EN; |
| 608 | ew32(TCTL, tctl); |
| 609 | /* flush both disables and wait for them to finish */ |
| 610 | E1000_WRITE_FLUSH(); |
| 611 | msleep(10); |
| 612 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 613 | napi_disable(&adapter->napi); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 614 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 615 | e1000_irq_disable(adapter); |
Jeff Kirsher | c1605eb | 2006-03-02 18:16:38 -0800 | [diff] [blame] | 616 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 617 | del_timer_sync(&adapter->tx_fifo_stall_timer); |
| 618 | del_timer_sync(&adapter->watchdog_timer); |
| 619 | del_timer_sync(&adapter->phy_info_timer); |
| 620 | |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 621 | netdev->tx_queue_len = adapter->tx_queue_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 622 | adapter->link_speed = 0; |
| 623 | adapter->link_duplex = 0; |
| 624 | netif_carrier_off(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 625 | |
| 626 | e1000_reset(adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 627 | e1000_clean_all_tx_rings(adapter); |
| 628 | e1000_clean_all_rx_rings(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 629 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 630 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 631 | void e1000_reinit_locked(struct e1000_adapter *adapter) |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 632 | { |
| 633 | WARN_ON(in_interrupt()); |
| 634 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 635 | msleep(1); |
| 636 | e1000_down(adapter); |
| 637 | e1000_up(adapter); |
| 638 | clear_bit(__E1000_RESETTING, &adapter->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 639 | } |
| 640 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 641 | void e1000_reset(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 643 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 644 | u32 pba = 0, tx_space, min_tx_space, min_rx_space; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 645 | bool legacy_pba_adjust = false; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 646 | u16 hwm; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 647 | |
| 648 | /* Repartition Pba for greater than 9k mtu |
| 649 | * To take effect CTRL.RST is required. |
| 650 | */ |
| 651 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 652 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 653 | case e1000_82542_rev2_0: |
| 654 | case e1000_82542_rev2_1: |
| 655 | case e1000_82543: |
| 656 | case e1000_82544: |
| 657 | case e1000_82540: |
| 658 | case e1000_82541: |
| 659 | case e1000_82541_rev_2: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 660 | legacy_pba_adjust = true; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 661 | pba = E1000_PBA_48K; |
| 662 | break; |
| 663 | case e1000_82545: |
| 664 | case e1000_82545_rev_3: |
| 665 | case e1000_82546: |
| 666 | case e1000_82546_rev_3: |
| 667 | pba = E1000_PBA_48K; |
| 668 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 669 | case e1000_82547: |
Malli Chilakala | 0e6ef3e | 2005-04-28 19:44:14 -0700 | [diff] [blame] | 670 | case e1000_82547_rev_2: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 671 | legacy_pba_adjust = true; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 672 | pba = E1000_PBA_30K; |
| 673 | break; |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 674 | case e1000_82571: |
| 675 | case e1000_82572: |
Jeff Kirsher | 6418ecc | 2006-03-02 18:21:10 -0800 | [diff] [blame] | 676 | case e1000_80003es2lan: |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 677 | pba = E1000_PBA_38K; |
| 678 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 679 | case e1000_82573: |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 680 | pba = E1000_PBA_20K; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 681 | break; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 682 | case e1000_ich8lan: |
| 683 | pba = E1000_PBA_8K; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 684 | case e1000_undefined: |
| 685 | case e1000_num_macs: |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 686 | break; |
| 687 | } |
| 688 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 689 | if (legacy_pba_adjust) { |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 690 | if (hw->max_frame_size > E1000_RXBUFFER_8192) |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 691 | pba -= 8; /* allocate more FIFO for Tx */ |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 692 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 693 | if (hw->mac_type == e1000_82547) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 694 | adapter->tx_fifo_head = 0; |
| 695 | adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT; |
| 696 | adapter->tx_fifo_size = |
| 697 | (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT; |
| 698 | atomic_set(&adapter->tx_fifo_stall, 0); |
| 699 | } |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 700 | } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 701 | /* adjust PBA for jumbo frames */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 702 | ew32(PBA, pba); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 703 | |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 704 | /* To maintain wire speed transmits, the Tx FIFO should be |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 705 | * large enough to accommodate two full transmit packets, |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 706 | * rounded up to the next 1KB and expressed in KB. Likewise, |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 707 | * the Rx FIFO should be large enough to accommodate at least |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 708 | * one full receive packet and is similarly rounded up and |
| 709 | * expressed in KB. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 710 | pba = er32(PBA); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 711 | /* upper 16 bits has Tx packet buffer allocation size in KB */ |
| 712 | tx_space = pba >> 16; |
| 713 | /* lower 16 bits has Rx packet buffer allocation size in KB */ |
| 714 | pba &= 0xffff; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 715 | /* |
| 716 | * the tx fifo also stores 16 bytes of information about the tx |
| 717 | * but don't include ethernet FCS because hardware appends it |
| 718 | */ |
| 719 | min_tx_space = (hw->max_frame_size + |
| 720 | sizeof(struct e1000_tx_desc) - |
| 721 | ETH_FCS_LEN) * 2; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 722 | min_tx_space = ALIGN(min_tx_space, 1024); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 723 | min_tx_space >>= 10; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 724 | /* software strips receive CRC, so leave room for it */ |
| 725 | min_rx_space = hw->max_frame_size; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 726 | min_rx_space = ALIGN(min_rx_space, 1024); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 727 | min_rx_space >>= 10; |
| 728 | |
| 729 | /* If current Tx allocation is less than the min Tx FIFO size, |
| 730 | * and the min Tx FIFO size is less than the current Rx FIFO |
| 731 | * allocation, take space away from current Rx allocation */ |
| 732 | if (tx_space < min_tx_space && |
| 733 | ((min_tx_space - tx_space) < pba)) { |
| 734 | pba = pba - (min_tx_space - tx_space); |
| 735 | |
| 736 | /* PCI/PCIx hardware has PBA alignment constraints */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 737 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 738 | case e1000_82545 ... e1000_82546_rev_3: |
| 739 | pba &= ~(E1000_PBA_8K - 1); |
| 740 | break; |
| 741 | default: |
| 742 | break; |
| 743 | } |
| 744 | |
| 745 | /* if short on rx space, rx wins and must trump tx |
| 746 | * adjustment or use Early Receive if available */ |
| 747 | if (pba < min_rx_space) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 748 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 749 | case e1000_82573: |
| 750 | /* ERT enabled in e1000_configure_rx */ |
| 751 | break; |
| 752 | default: |
| 753 | pba = min_rx_space; |
| 754 | break; |
| 755 | } |
| 756 | } |
| 757 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 758 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 759 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 760 | ew32(PBA, pba); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 761 | |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 762 | /* |
| 763 | * flow control settings: |
| 764 | * The high water mark must be low enough to fit one full frame |
| 765 | * (or the size used for early receive) above it in the Rx FIFO. |
| 766 | * Set it to the lower of: |
| 767 | * - 90% of the Rx FIFO size, and |
| 768 | * - the full Rx FIFO size minus the early receive size (for parts |
| 769 | * with ERT support assuming ERT set to E1000_ERT_2048), or |
| 770 | * - the full Rx FIFO size minus one full frame |
| 771 | */ |
| 772 | hwm = min(((pba << 10) * 9 / 10), |
| 773 | ((pba << 10) - hw->max_frame_size)); |
Jeff Kirsher | f11b7f8 | 2006-01-12 16:50:51 -0800 | [diff] [blame] | 774 | |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 775 | hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */ |
| 776 | hw->fc_low_water = hw->fc_high_water - 8; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 777 | hw->fc_pause_time = E1000_FC_PAUSE_TIME; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 778 | hw->fc_send_xon = 1; |
| 779 | hw->fc = hw->original_fc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 781 | /* Allow time for pending master requests to run */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 782 | e1000_reset_hw(hw); |
| 783 | if (hw->mac_type >= e1000_82544) |
| 784 | ew32(WUC, 0); |
Jeff Kirsher | 09ae3e8 | 2006-09-27 12:53:51 -0700 | [diff] [blame] | 785 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 786 | if (e1000_init_hw(hw)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 787 | DPRINTK(PROBE, ERR, "Hardware Error\n"); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 788 | e1000_update_mng_vlan(adapter); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 789 | |
| 790 | /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 791 | if (hw->mac_type >= e1000_82544 && |
| 792 | hw->mac_type <= e1000_82547_rev_2 && |
| 793 | hw->autoneg == 1 && |
| 794 | hw->autoneg_advertised == ADVERTISE_1000_FULL) { |
| 795 | u32 ctrl = er32(CTRL); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 796 | /* clear phy power management bit if we are in gig only mode, |
| 797 | * which if enabled will attempt negotiation to 100Mb, which |
| 798 | * can cause a loss of link at power off or driver unload */ |
| 799 | ctrl &= ~E1000_CTRL_SWDPIN3; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 800 | ew32(CTRL, ctrl); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 801 | } |
| 802 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 803 | /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 804 | ew32(VET, ETHERNET_IEEE_VLAN_TYPE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 805 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 806 | e1000_reset_adaptive(hw); |
| 807 | e1000_phy_get_info(hw, &adapter->phy_info); |
Auke Kok | 9a53a20 | 2006-06-27 09:06:45 -0700 | [diff] [blame] | 808 | |
| 809 | if (!adapter->smart_power_down && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 810 | (hw->mac_type == e1000_82571 || |
| 811 | hw->mac_type == e1000_82572)) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 812 | u16 phy_data = 0; |
Auke Kok | 9a53a20 | 2006-06-27 09:06:45 -0700 | [diff] [blame] | 813 | /* speed up time to link by disabling smart power down, ignore |
| 814 | * the return value of this function because there is nothing |
| 815 | * different we would do if it failed */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 816 | e1000_read_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT, |
Auke Kok | 9a53a20 | 2006-06-27 09:06:45 -0700 | [diff] [blame] | 817 | &phy_data); |
| 818 | phy_data &= ~IGP02E1000_PM_SPD; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 819 | e1000_write_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT, |
Auke Kok | 9a53a20 | 2006-06-27 09:06:45 -0700 | [diff] [blame] | 820 | phy_data); |
| 821 | } |
| 822 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 823 | e1000_release_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 824 | } |
| 825 | |
| 826 | /** |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 827 | * Dump the eeprom for users having checksum issues |
| 828 | **/ |
Adrian Bunk | b4ea895 | 2008-02-01 08:21:28 -0800 | [diff] [blame] | 829 | static void e1000_dump_eeprom(struct e1000_adapter *adapter) |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 830 | { |
| 831 | struct net_device *netdev = adapter->netdev; |
| 832 | struct ethtool_eeprom eeprom; |
| 833 | const struct ethtool_ops *ops = netdev->ethtool_ops; |
| 834 | u8 *data; |
| 835 | int i; |
| 836 | u16 csum_old, csum_new = 0; |
| 837 | |
| 838 | eeprom.len = ops->get_eeprom_len(netdev); |
| 839 | eeprom.offset = 0; |
| 840 | |
| 841 | data = kmalloc(eeprom.len, GFP_KERNEL); |
| 842 | if (!data) { |
| 843 | printk(KERN_ERR "Unable to allocate memory to dump EEPROM" |
| 844 | " data\n"); |
| 845 | return; |
| 846 | } |
| 847 | |
| 848 | ops->get_eeprom(netdev, &eeprom, data); |
| 849 | |
| 850 | csum_old = (data[EEPROM_CHECKSUM_REG * 2]) + |
| 851 | (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8); |
| 852 | for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2) |
| 853 | csum_new += data[i] + (data[i + 1] << 8); |
| 854 | csum_new = EEPROM_SUM - csum_new; |
| 855 | |
| 856 | printk(KERN_ERR "/*********************/\n"); |
| 857 | printk(KERN_ERR "Current EEPROM Checksum : 0x%04x\n", csum_old); |
| 858 | printk(KERN_ERR "Calculated : 0x%04x\n", csum_new); |
| 859 | |
| 860 | printk(KERN_ERR "Offset Values\n"); |
| 861 | printk(KERN_ERR "======== ======\n"); |
| 862 | print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0); |
| 863 | |
| 864 | printk(KERN_ERR "Include this output when contacting your support " |
| 865 | "provider.\n"); |
| 866 | printk(KERN_ERR "This is not a software error! Something bad " |
| 867 | "happened to your hardware or\n"); |
| 868 | printk(KERN_ERR "EEPROM image. Ignoring this " |
| 869 | "problem could result in further problems,\n"); |
| 870 | printk(KERN_ERR "possibly loss of data, corruption or system hangs!\n"); |
| 871 | printk(KERN_ERR "The MAC Address will be reset to 00:00:00:00:00:00, " |
| 872 | "which is invalid\n"); |
| 873 | printk(KERN_ERR "and requires you to set the proper MAC " |
| 874 | "address manually before continuing\n"); |
| 875 | printk(KERN_ERR "to enable this network device.\n"); |
| 876 | printk(KERN_ERR "Please inspect the EEPROM dump and report the issue " |
| 877 | "to your hardware vendor\n"); |
Jeff Kirsher | 63cd31f | 2008-07-11 15:17:33 -0700 | [diff] [blame] | 878 | printk(KERN_ERR "or Intel Customer Support.\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 879 | printk(KERN_ERR "/*********************/\n"); |
| 880 | |
| 881 | kfree(data); |
| 882 | } |
| 883 | |
| 884 | /** |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 885 | * e1000_is_need_ioport - determine if an adapter needs ioport resources or not |
| 886 | * @pdev: PCI device information struct |
| 887 | * |
| 888 | * Return true if an adapter needs ioport resources |
| 889 | **/ |
| 890 | static int e1000_is_need_ioport(struct pci_dev *pdev) |
| 891 | { |
| 892 | switch (pdev->device) { |
| 893 | case E1000_DEV_ID_82540EM: |
| 894 | case E1000_DEV_ID_82540EM_LOM: |
| 895 | case E1000_DEV_ID_82540EP: |
| 896 | case E1000_DEV_ID_82540EP_LOM: |
| 897 | case E1000_DEV_ID_82540EP_LP: |
| 898 | case E1000_DEV_ID_82541EI: |
| 899 | case E1000_DEV_ID_82541EI_MOBILE: |
| 900 | case E1000_DEV_ID_82541ER: |
| 901 | case E1000_DEV_ID_82541ER_LOM: |
| 902 | case E1000_DEV_ID_82541GI: |
| 903 | case E1000_DEV_ID_82541GI_LF: |
| 904 | case E1000_DEV_ID_82541GI_MOBILE: |
| 905 | case E1000_DEV_ID_82544EI_COPPER: |
| 906 | case E1000_DEV_ID_82544EI_FIBER: |
| 907 | case E1000_DEV_ID_82544GC_COPPER: |
| 908 | case E1000_DEV_ID_82544GC_LOM: |
| 909 | case E1000_DEV_ID_82545EM_COPPER: |
| 910 | case E1000_DEV_ID_82545EM_FIBER: |
| 911 | case E1000_DEV_ID_82546EB_COPPER: |
| 912 | case E1000_DEV_ID_82546EB_FIBER: |
| 913 | case E1000_DEV_ID_82546EB_QUAD_COPPER: |
| 914 | return true; |
| 915 | default: |
| 916 | return false; |
| 917 | } |
| 918 | } |
| 919 | |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 920 | static const struct net_device_ops e1000_netdev_ops = { |
| 921 | .ndo_open = e1000_open, |
| 922 | .ndo_stop = e1000_close, |
Stephen Hemminger | 0082982 | 2008-11-20 20:14:53 -0800 | [diff] [blame] | 923 | .ndo_start_xmit = e1000_xmit_frame, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 924 | .ndo_get_stats = e1000_get_stats, |
| 925 | .ndo_set_rx_mode = e1000_set_rx_mode, |
| 926 | .ndo_set_mac_address = e1000_set_mac, |
| 927 | .ndo_tx_timeout = e1000_tx_timeout, |
| 928 | .ndo_change_mtu = e1000_change_mtu, |
| 929 | .ndo_do_ioctl = e1000_ioctl, |
| 930 | .ndo_validate_addr = eth_validate_addr, |
| 931 | |
| 932 | .ndo_vlan_rx_register = e1000_vlan_rx_register, |
| 933 | .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid, |
| 934 | .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid, |
| 935 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 936 | .ndo_poll_controller = e1000_netpoll, |
| 937 | #endif |
| 938 | }; |
| 939 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 940 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | * e1000_probe - Device Initialization Routine |
| 942 | * @pdev: PCI device information struct |
| 943 | * @ent: entry in e1000_pci_tbl |
| 944 | * |
| 945 | * Returns 0 on success, negative on failure |
| 946 | * |
| 947 | * e1000_probe initializes an adapter identified by a pci_dev structure. |
| 948 | * The OS initialization, configuring of the adapter private structure, |
| 949 | * and a hardware reset occur. |
| 950 | **/ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 951 | static int __devinit e1000_probe(struct pci_dev *pdev, |
| 952 | const struct pci_device_id *ent) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 953 | { |
| 954 | struct net_device *netdev; |
| 955 | struct e1000_adapter *adapter; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 956 | struct e1000_hw *hw; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 957 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 958 | static int cards_found = 0; |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 959 | static int global_quad_port_a = 0; /* global ksp3 port a indication */ |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 960 | int i, err, pci_using_dac; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 961 | u16 eeprom_data = 0; |
| 962 | u16 eeprom_apme_mask = E1000_EEPROM_APME; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 963 | int bars, need_ioport; |
Joe Perches | 0795af5 | 2007-10-03 17:59:30 -0700 | [diff] [blame] | 964 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 965 | /* do not allocate ioport bars when not needed */ |
| 966 | need_ioport = e1000_is_need_ioport(pdev); |
| 967 | if (need_ioport) { |
| 968 | bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO); |
| 969 | err = pci_enable_device(pdev); |
| 970 | } else { |
| 971 | bars = pci_select_bars(pdev, IORESOURCE_MEM); |
Karsten Keil | 4d7155b | 2009-02-03 15:18:01 -0800 | [diff] [blame] | 972 | err = pci_enable_device_mem(pdev); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 973 | } |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 974 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | return err; |
| 976 | |
Yang Hongyang | 6a35528 | 2009-04-06 19:01:13 -0700 | [diff] [blame] | 977 | if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) && |
| 978 | !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 979 | pci_using_dac = 1; |
| 980 | } else { |
Yang Hongyang | 284901a | 2009-04-06 19:01:15 -0700 | [diff] [blame] | 981 | err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 982 | if (err) { |
Yang Hongyang | 284901a | 2009-04-06 19:01:15 -0700 | [diff] [blame] | 983 | err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 984 | if (err) { |
| 985 | E1000_ERR("No usable DMA configuration, " |
| 986 | "aborting\n"); |
| 987 | goto err_dma; |
| 988 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 989 | } |
| 990 | pci_using_dac = 0; |
| 991 | } |
| 992 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 993 | err = pci_request_selected_regions(pdev, bars, e1000_driver_name); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 994 | if (err) |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 995 | goto err_pci_reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 996 | |
| 997 | pci_set_master(pdev); |
| 998 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 999 | err = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | netdev = alloc_etherdev(sizeof(struct e1000_adapter)); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1001 | if (!netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1002 | goto err_alloc_etherdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1004 | SET_NETDEV_DEV(netdev, &pdev->dev); |
| 1005 | |
| 1006 | pci_set_drvdata(pdev, netdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1007 | adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1008 | adapter->netdev = netdev; |
| 1009 | adapter->pdev = pdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1010 | adapter->msg_enable = (1 << debug) - 1; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1011 | adapter->bars = bars; |
| 1012 | adapter->need_ioport = need_ioport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1013 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1014 | hw = &adapter->hw; |
| 1015 | hw->back = adapter; |
| 1016 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1017 | err = -EIO; |
Arjan van de Ven | 275f165 | 2008-10-20 21:42:39 -0700 | [diff] [blame] | 1018 | hw->hw_addr = pci_ioremap_bar(pdev, BAR_0); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1019 | if (!hw->hw_addr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1020 | goto err_ioremap; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1021 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1022 | if (adapter->need_ioport) { |
| 1023 | for (i = BAR_1; i <= BAR_5; i++) { |
| 1024 | if (pci_resource_len(pdev, i) == 0) |
| 1025 | continue; |
| 1026 | if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { |
| 1027 | hw->io_base = pci_resource_start(pdev, i); |
| 1028 | break; |
| 1029 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1030 | } |
| 1031 | } |
| 1032 | |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 1033 | netdev->netdev_ops = &e1000_netdev_ops; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1034 | e1000_set_ethtool_ops(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1035 | netdev->watchdog_timeo = 5 * HZ; |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1036 | netif_napi_add(netdev, &adapter->napi, e1000_clean, 64); |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 1037 | |
Auke Kok | 0eb5a34 | 2006-09-27 12:53:17 -0700 | [diff] [blame] | 1038 | strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1039 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | adapter->bd_number = cards_found; |
| 1041 | |
| 1042 | /* setup the private structure */ |
| 1043 | |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 1044 | err = e1000_sw_init(adapter); |
| 1045 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1046 | goto err_sw_init; |
| 1047 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1048 | err = -EIO; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1049 | /* Flash BAR mapping must happen after e1000_sw_init |
| 1050 | * because it depends on mac_type */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1051 | if ((hw->mac_type == e1000_ich8lan) && |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1052 | (pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) { |
Arjan van de Ven | 275f165 | 2008-10-20 21:42:39 -0700 | [diff] [blame] | 1053 | hw->flash_address = pci_ioremap_bar(pdev, 1); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1054 | if (!hw->flash_address) |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1055 | goto err_flashmap; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1056 | } |
| 1057 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1058 | if (e1000_check_phy_reset_block(hw)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1059 | DPRINTK(PROBE, INFO, "PHY reset is blocked due to SOL/IDER session.\n"); |
| 1060 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1061 | if (hw->mac_type >= e1000_82543) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1062 | netdev->features = NETIF_F_SG | |
| 1063 | NETIF_F_HW_CSUM | |
| 1064 | NETIF_F_HW_VLAN_TX | |
| 1065 | NETIF_F_HW_VLAN_RX | |
| 1066 | NETIF_F_HW_VLAN_FILTER; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1067 | if (hw->mac_type == e1000_ich8lan) |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1068 | netdev->features &= ~NETIF_F_HW_VLAN_FILTER; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1069 | } |
| 1070 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1071 | if ((hw->mac_type >= e1000_82544) && |
| 1072 | (hw->mac_type != e1000_82547)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1073 | netdev->features |= NETIF_F_TSO; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1074 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1075 | if (hw->mac_type > e1000_82547_rev_2) |
Auke Kok | 87ca4e5 | 2006-11-01 08:47:36 -0800 | [diff] [blame] | 1076 | netdev->features |= NETIF_F_TSO6; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1077 | if (pci_using_dac) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1078 | netdev->features |= NETIF_F_HIGHDMA; |
| 1079 | |
Patrick McHardy | 20501a6 | 2008-10-11 12:25:59 -0700 | [diff] [blame] | 1080 | netdev->vlan_features |= NETIF_F_TSO; |
| 1081 | netdev->vlan_features |= NETIF_F_TSO6; |
| 1082 | netdev->vlan_features |= NETIF_F_HW_CSUM; |
| 1083 | netdev->vlan_features |= NETIF_F_SG; |
| 1084 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1085 | adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1086 | |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1087 | /* initialize eeprom parameters */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1088 | if (e1000_init_eeprom_params(hw)) { |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1089 | E1000_ERR("EEPROM initialization failed\n"); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1090 | goto err_eeprom; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1091 | } |
| 1092 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1093 | /* before reading the EEPROM, reset the controller to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1094 | * put the device in a known good starting state */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1095 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1096 | e1000_reset_hw(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1097 | |
| 1098 | /* make sure the EEPROM is good */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1099 | if (e1000_validate_eeprom_checksum(hw) < 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1100 | DPRINTK(PROBE, ERR, "The EEPROM Checksum Is Not Valid\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1101 | e1000_dump_eeprom(adapter); |
| 1102 | /* |
| 1103 | * set MAC address to all zeroes to invalidate and temporary |
| 1104 | * disable this device for the user. This blocks regular |
| 1105 | * traffic while still permitting ethtool ioctls from reaching |
| 1106 | * the hardware as well as allowing the user to run the |
| 1107 | * interface after manually setting a hw addr using |
| 1108 | * `ip set address` |
| 1109 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1110 | memset(hw->mac_addr, 0, netdev->addr_len); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1111 | } else { |
| 1112 | /* copy the MAC address out of the EEPROM */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1113 | if (e1000_read_mac_addr(hw)) |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1114 | DPRINTK(PROBE, ERR, "EEPROM Read Error\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 | } |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1116 | /* don't block initalization here due to bad MAC address */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1117 | memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len); |
| 1118 | memcpy(netdev->perm_addr, hw->mac_addr, netdev->addr_len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1120 | if (!is_valid_ether_addr(netdev->perm_addr)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1121 | DPRINTK(PROBE, ERR, "Invalid MAC Address\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1122 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1123 | e1000_get_bus_info(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | |
| 1125 | init_timer(&adapter->tx_fifo_stall_timer); |
| 1126 | adapter->tx_fifo_stall_timer.function = &e1000_82547_tx_fifo_stall; |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 1127 | adapter->tx_fifo_stall_timer.data = (unsigned long)adapter; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1128 | |
| 1129 | init_timer(&adapter->watchdog_timer); |
| 1130 | adapter->watchdog_timer.function = &e1000_watchdog; |
| 1131 | adapter->watchdog_timer.data = (unsigned long) adapter; |
| 1132 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1133 | init_timer(&adapter->phy_info_timer); |
| 1134 | adapter->phy_info_timer.function = &e1000_update_phy_info; |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 1135 | adapter->phy_info_timer.data = (unsigned long)adapter; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1136 | |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 1137 | INIT_WORK(&adapter->reset_task, e1000_reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1138 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1139 | e1000_check_options(adapter); |
| 1140 | |
| 1141 | /* Initial Wake on LAN setting |
| 1142 | * If APM wake is enabled in the EEPROM, |
| 1143 | * enable the ACPI Magic Packet filter |
| 1144 | */ |
| 1145 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1146 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1147 | case e1000_82542_rev2_0: |
| 1148 | case e1000_82542_rev2_1: |
| 1149 | case e1000_82543: |
| 1150 | break; |
| 1151 | case e1000_82544: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1152 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1153 | EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data); |
| 1154 | eeprom_apme_mask = E1000_EEPROM_82544_APM; |
| 1155 | break; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1156 | case e1000_ich8lan: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1157 | e1000_read_eeprom(hw, |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1158 | EEPROM_INIT_CONTROL1_REG, 1, &eeprom_data); |
| 1159 | eeprom_apme_mask = E1000_EEPROM_ICH8_APME; |
| 1160 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1161 | case e1000_82546: |
| 1162 | case e1000_82546_rev_3: |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 1163 | case e1000_82571: |
Jeff Kirsher | 6418ecc | 2006-03-02 18:21:10 -0800 | [diff] [blame] | 1164 | case e1000_80003es2lan: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1165 | if (er32(STATUS) & E1000_STATUS_FUNC_1){ |
| 1166 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1167 | EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data); |
| 1168 | break; |
| 1169 | } |
| 1170 | /* Fall Through */ |
| 1171 | default: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1172 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1173 | EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data); |
| 1174 | break; |
| 1175 | } |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1176 | if (eeprom_data & eeprom_apme_mask) |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1177 | adapter->eeprom_wol |= E1000_WUFC_MAG; |
| 1178 | |
| 1179 | /* now that we have the eeprom settings, apply the special cases |
| 1180 | * where the eeprom may be wrong or the board simply won't support |
| 1181 | * wake on lan on a particular port */ |
| 1182 | switch (pdev->device) { |
| 1183 | case E1000_DEV_ID_82546GB_PCIE: |
| 1184 | adapter->eeprom_wol = 0; |
| 1185 | break; |
| 1186 | case E1000_DEV_ID_82546EB_FIBER: |
| 1187 | case E1000_DEV_ID_82546GB_FIBER: |
| 1188 | case E1000_DEV_ID_82571EB_FIBER: |
| 1189 | /* Wake events only supported on port A for dual fiber |
| 1190 | * regardless of eeprom setting */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1191 | if (er32(STATUS) & E1000_STATUS_FUNC_1) |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1192 | adapter->eeprom_wol = 0; |
| 1193 | break; |
| 1194 | case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: |
Jesse Brandeburg | 5881cde | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 1195 | case E1000_DEV_ID_82571EB_QUAD_COPPER: |
Auke Kok | ce57a02 | 2007-08-09 14:09:34 -0700 | [diff] [blame] | 1196 | case E1000_DEV_ID_82571EB_QUAD_FIBER: |
Auke Kok | fc2307d | 2006-11-01 08:47:56 -0800 | [diff] [blame] | 1197 | case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE: |
Auke Kok | f4ec7f9 | 2007-08-30 11:23:58 -0700 | [diff] [blame] | 1198 | case E1000_DEV_ID_82571PT_QUAD_COPPER: |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1199 | /* if quad port adapter, disable WoL on all but port A */ |
| 1200 | if (global_quad_port_a != 0) |
| 1201 | adapter->eeprom_wol = 0; |
| 1202 | else |
| 1203 | adapter->quad_port_a = 1; |
| 1204 | /* Reset for multiple quad port adapters */ |
| 1205 | if (++global_quad_port_a == 4) |
| 1206 | global_quad_port_a = 0; |
| 1207 | break; |
| 1208 | } |
| 1209 | |
| 1210 | /* initialize the wol settings based on the eeprom settings */ |
| 1211 | adapter->wol = adapter->eeprom_wol; |
\"Rafael J. Wysocki\ | de12648 | 2008-11-07 20:30:19 +0000 | [diff] [blame] | 1212 | device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | |
Jeff Kirsher | fb3d47d | 2006-01-12 16:51:25 -0800 | [diff] [blame] | 1214 | /* print bus type/speed/width info */ |
Jeff Kirsher | fb3d47d | 2006-01-12 16:51:25 -0800 | [diff] [blame] | 1215 | DPRINTK(PROBE, INFO, "(PCI%s:%s:%s) ", |
| 1216 | ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : |
| 1217 | (hw->bus_type == e1000_bus_type_pci_express ? " Express":"")), |
| 1218 | ((hw->bus_speed == e1000_bus_speed_2500) ? "2.5Gb/s" : |
| 1219 | (hw->bus_speed == e1000_bus_speed_133) ? "133MHz" : |
| 1220 | (hw->bus_speed == e1000_bus_speed_120) ? "120MHz" : |
| 1221 | (hw->bus_speed == e1000_bus_speed_100) ? "100MHz" : |
| 1222 | (hw->bus_speed == e1000_bus_speed_66) ? "66MHz" : "33MHz"), |
| 1223 | ((hw->bus_width == e1000_bus_width_64) ? "64-bit" : |
| 1224 | (hw->bus_width == e1000_bus_width_pciex_4) ? "Width x4" : |
| 1225 | (hw->bus_width == e1000_bus_width_pciex_1) ? "Width x1" : |
| 1226 | "32-bit")); |
Jeff Kirsher | fb3d47d | 2006-01-12 16:51:25 -0800 | [diff] [blame] | 1227 | |
Johannes Berg | e174961 | 2008-10-27 15:59:26 -0700 | [diff] [blame] | 1228 | printk("%pM\n", netdev->dev_addr); |
Jeff Kirsher | fb3d47d | 2006-01-12 16:51:25 -0800 | [diff] [blame] | 1229 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1230 | if (hw->bus_type == e1000_bus_type_pci_express) { |
Auke Kok | 14782ca | 2008-02-11 09:25:46 -0800 | [diff] [blame] | 1231 | DPRINTK(PROBE, WARNING, "This device (id %04x:%04x) will no " |
| 1232 | "longer be supported by this driver in the future.\n", |
| 1233 | pdev->vendor, pdev->device); |
| 1234 | DPRINTK(PROBE, WARNING, "please use the \"e1000e\" " |
| 1235 | "driver instead.\n"); |
| 1236 | } |
| 1237 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1238 | /* reset the hardware with the new settings */ |
| 1239 | e1000_reset(adapter); |
| 1240 | |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1241 | /* If the controller is 82573 and f/w is AMT, do not set |
| 1242 | * DRV_LOAD until the interface is up. For all other cases, |
| 1243 | * let the f/w know that the h/w is now under the control |
| 1244 | * of the driver. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1245 | if (hw->mac_type != e1000_82573 || |
| 1246 | !e1000_check_mng_mode(hw)) |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1247 | e1000_get_hw_control(adapter); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1248 | |
Auke Kok | 416b5d1 | 2007-06-01 10:22:39 -0700 | [diff] [blame] | 1249 | strcpy(netdev->name, "eth%d"); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 1250 | err = register_netdev(netdev); |
| 1251 | if (err) |
Auke Kok | 416b5d1 | 2007-06-01 10:22:39 -0700 | [diff] [blame] | 1252 | goto err_register; |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1253 | |
Jesse Brandeburg | eb62efd | 2009-04-17 20:44:36 +0000 | [diff] [blame] | 1254 | /* carrier off reporting is important to ethtool even BEFORE open */ |
| 1255 | netif_carrier_off(netdev); |
| 1256 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1257 | DPRINTK(PROBE, INFO, "Intel(R) PRO/1000 Network Connection\n"); |
| 1258 | |
| 1259 | cards_found++; |
| 1260 | return 0; |
| 1261 | |
| 1262 | err_register: |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1263 | e1000_release_hw_control(adapter); |
| 1264 | err_eeprom: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1265 | if (!e1000_check_phy_reset_block(hw)) |
| 1266 | e1000_phy_hw_reset(hw); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1267 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1268 | if (hw->flash_address) |
| 1269 | iounmap(hw->flash_address); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1270 | err_flashmap: |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1271 | kfree(adapter->tx_ring); |
| 1272 | kfree(adapter->rx_ring); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1273 | err_sw_init: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1274 | iounmap(hw->hw_addr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1275 | err_ioremap: |
| 1276 | free_netdev(netdev); |
| 1277 | err_alloc_etherdev: |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1278 | pci_release_selected_regions(pdev, bars); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1279 | err_pci_reg: |
| 1280 | err_dma: |
| 1281 | pci_disable_device(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1282 | return err; |
| 1283 | } |
| 1284 | |
| 1285 | /** |
| 1286 | * e1000_remove - Device Removal Routine |
| 1287 | * @pdev: PCI device information struct |
| 1288 | * |
| 1289 | * e1000_remove is called by the PCI subsystem to alert the driver |
| 1290 | * that it should release a PCI device. The could be caused by a |
| 1291 | * Hot-Plug event, or because the driver is going to be removed from |
| 1292 | * memory. |
| 1293 | **/ |
| 1294 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1295 | static void __devexit e1000_remove(struct pci_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1296 | { |
| 1297 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1298 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1299 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1300 | |
Oleg Nesterov | 28e53bd | 2007-05-09 02:34:22 -0700 | [diff] [blame] | 1301 | cancel_work_sync(&adapter->reset_task); |
Jeff Garzik | be2b28e | 2005-10-04 07:13:43 -0400 | [diff] [blame] | 1302 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 1303 | e1000_release_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1304 | |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1305 | /* Release control of h/w to f/w. If f/w is AMT enabled, this |
| 1306 | * would have already happened in close and is redundant. */ |
| 1307 | e1000_release_hw_control(adapter); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1308 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1309 | unregister_netdev(netdev); |
| 1310 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1311 | if (!e1000_check_phy_reset_block(hw)) |
| 1312 | e1000_phy_hw_reset(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1313 | |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1314 | kfree(adapter->tx_ring); |
| 1315 | kfree(adapter->rx_ring); |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1316 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1317 | iounmap(hw->hw_addr); |
| 1318 | if (hw->flash_address) |
| 1319 | iounmap(hw->flash_address); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1320 | pci_release_selected_regions(pdev, adapter->bars); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1321 | |
| 1322 | free_netdev(netdev); |
| 1323 | |
| 1324 | pci_disable_device(pdev); |
| 1325 | } |
| 1326 | |
| 1327 | /** |
| 1328 | * e1000_sw_init - Initialize general software structures (struct e1000_adapter) |
| 1329 | * @adapter: board private structure to initialize |
| 1330 | * |
| 1331 | * e1000_sw_init initializes the Adapter private data structure. |
| 1332 | * Fields are initialized based on PCI device information and |
| 1333 | * OS network device settings (MTU size). |
| 1334 | **/ |
| 1335 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1336 | static int __devinit e1000_sw_init(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1337 | { |
| 1338 | struct e1000_hw *hw = &adapter->hw; |
| 1339 | struct net_device *netdev = adapter->netdev; |
| 1340 | struct pci_dev *pdev = adapter->pdev; |
| 1341 | |
| 1342 | /* PCI config space info */ |
| 1343 | |
| 1344 | hw->vendor_id = pdev->vendor; |
| 1345 | hw->device_id = pdev->device; |
| 1346 | hw->subsystem_vendor_id = pdev->subsystem_vendor; |
| 1347 | hw->subsystem_id = pdev->subsystem_device; |
Auke Kok | 44c1013 | 2007-06-08 15:46:36 -0700 | [diff] [blame] | 1348 | hw->revision_id = pdev->revision; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1349 | |
| 1350 | pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); |
| 1351 | |
Auke Kok | eb0f805 | 2006-07-14 16:14:48 -0700 | [diff] [blame] | 1352 | adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1353 | hw->max_frame_size = netdev->mtu + |
| 1354 | ENET_HEADER_SIZE + ETHERNET_FCS_SIZE; |
| 1355 | hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE; |
| 1356 | |
| 1357 | /* identify the MAC */ |
| 1358 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1359 | if (e1000_set_mac_type(hw)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1360 | DPRINTK(PROBE, ERR, "Unknown MAC Type\n"); |
| 1361 | return -EIO; |
| 1362 | } |
| 1363 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1364 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1365 | default: |
| 1366 | break; |
| 1367 | case e1000_82541: |
| 1368 | case e1000_82547: |
| 1369 | case e1000_82541_rev_2: |
| 1370 | case e1000_82547_rev_2: |
| 1371 | hw->phy_init_script = 1; |
| 1372 | break; |
| 1373 | } |
| 1374 | |
| 1375 | e1000_set_media_type(hw); |
| 1376 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1377 | hw->wait_autoneg_complete = false; |
| 1378 | hw->tbi_compatibility_en = true; |
| 1379 | hw->adaptive_ifs = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1380 | |
| 1381 | /* Copper options */ |
| 1382 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1383 | if (hw->media_type == e1000_media_type_copper) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1384 | hw->mdix = AUTO_ALL_MODES; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1385 | hw->disable_polarity_correction = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1386 | hw->master_slave = E1000_MASTER_SLAVE; |
| 1387 | } |
| 1388 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1389 | adapter->num_tx_queues = 1; |
| 1390 | adapter->num_rx_queues = 1; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1391 | |
| 1392 | if (e1000_alloc_queues(adapter)) { |
| 1393 | DPRINTK(PROBE, ERR, "Unable to allocate memory for queues\n"); |
| 1394 | return -ENOMEM; |
| 1395 | } |
| 1396 | |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1397 | /* Explicitly disable IRQ since the NIC can be in any state. */ |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1398 | e1000_irq_disable(adapter); |
| 1399 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1400 | spin_lock_init(&adapter->stats_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1401 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1402 | set_bit(__E1000_DOWN, &adapter->flags); |
| 1403 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1404 | return 0; |
| 1405 | } |
| 1406 | |
| 1407 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1408 | * e1000_alloc_queues - Allocate memory for all rings |
| 1409 | * @adapter: board private structure to initialize |
| 1410 | * |
| 1411 | * We allocate one ring per queue at run-time since we don't know the |
Wang Chen | 3e1d7cd | 2008-12-03 22:07:10 -0800 | [diff] [blame] | 1412 | * number of queues at compile-time. |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1413 | **/ |
| 1414 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1415 | static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1416 | { |
Yan Burman | 1c7e5b1 | 2007-03-06 08:58:04 -0800 | [diff] [blame] | 1417 | adapter->tx_ring = kcalloc(adapter->num_tx_queues, |
| 1418 | sizeof(struct e1000_tx_ring), GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1419 | if (!adapter->tx_ring) |
| 1420 | return -ENOMEM; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1421 | |
Yan Burman | 1c7e5b1 | 2007-03-06 08:58:04 -0800 | [diff] [blame] | 1422 | adapter->rx_ring = kcalloc(adapter->num_rx_queues, |
| 1423 | sizeof(struct e1000_rx_ring), GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1424 | if (!adapter->rx_ring) { |
| 1425 | kfree(adapter->tx_ring); |
| 1426 | return -ENOMEM; |
| 1427 | } |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1428 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1429 | return E1000_SUCCESS; |
| 1430 | } |
| 1431 | |
| 1432 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1433 | * e1000_open - Called when a network interface is made active |
| 1434 | * @netdev: network interface device structure |
| 1435 | * |
| 1436 | * Returns 0 on success, negative value on failure |
| 1437 | * |
| 1438 | * The open entry point is called when a network interface is made |
| 1439 | * active by the system (IFF_UP). At this point all resources needed |
| 1440 | * for transmit and receive operations are allocated, the interrupt |
| 1441 | * handler is registered with the OS, the watchdog timer is started, |
| 1442 | * and the stack is notified that the interface is ready. |
| 1443 | **/ |
| 1444 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1445 | static int e1000_open(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1446 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1447 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1448 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1449 | int err; |
| 1450 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1451 | /* disallow open during test */ |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1452 | if (test_bit(__E1000_TESTING, &adapter->flags)) |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1453 | return -EBUSY; |
| 1454 | |
Jesse Brandeburg | eb62efd | 2009-04-17 20:44:36 +0000 | [diff] [blame] | 1455 | netif_carrier_off(netdev); |
| 1456 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1457 | /* allocate transmit descriptors */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1458 | err = e1000_setup_all_tx_resources(adapter); |
| 1459 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1460 | goto err_setup_tx; |
| 1461 | |
| 1462 | /* allocate receive descriptors */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1463 | err = e1000_setup_all_rx_resources(adapter); |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1464 | if (err) |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1465 | goto err_setup_rx; |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1466 | |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 1467 | e1000_power_up_phy(adapter); |
| 1468 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1469 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1470 | if ((hw->mng_cookie.status & |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1471 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) { |
| 1472 | e1000_update_mng_vlan(adapter); |
| 1473 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1474 | |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1475 | /* If AMT is enabled, let the firmware know that the network |
| 1476 | * interface is now open */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1477 | if (hw->mac_type == e1000_82573 && |
| 1478 | e1000_check_mng_mode(hw)) |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1479 | e1000_get_hw_control(adapter); |
| 1480 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1481 | /* before we allocate an interrupt, we must be ready to handle it. |
| 1482 | * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt |
| 1483 | * as soon as we call pci_request_irq, so we have to setup our |
| 1484 | * clean_rx handler before we do so. */ |
| 1485 | e1000_configure(adapter); |
| 1486 | |
| 1487 | err = e1000_request_irq(adapter); |
| 1488 | if (err) |
| 1489 | goto err_req_irq; |
| 1490 | |
| 1491 | /* From here on the code is the same as e1000_up() */ |
| 1492 | clear_bit(__E1000_DOWN, &adapter->flags); |
| 1493 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1494 | napi_enable(&adapter->napi); |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1495 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1496 | e1000_irq_enable(adapter); |
| 1497 | |
Ben Hutchings | 076152d | 2008-07-18 17:50:57 -0700 | [diff] [blame] | 1498 | netif_start_queue(netdev); |
| 1499 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1500 | /* fire a link status change interrupt to start the watchdog */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1501 | ew32(ICS, E1000_ICS_LSC); |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1502 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1503 | return E1000_SUCCESS; |
| 1504 | |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1505 | err_req_irq: |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1506 | e1000_release_hw_control(adapter); |
| 1507 | e1000_power_down_phy(adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1508 | e1000_free_all_rx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1509 | err_setup_rx: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1510 | e1000_free_all_tx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1511 | err_setup_tx: |
| 1512 | e1000_reset(adapter); |
| 1513 | |
| 1514 | return err; |
| 1515 | } |
| 1516 | |
| 1517 | /** |
| 1518 | * e1000_close - Disables a network interface |
| 1519 | * @netdev: network interface device structure |
| 1520 | * |
| 1521 | * Returns 0, this is not allowed to fail |
| 1522 | * |
| 1523 | * The close entry point is called when an interface is de-activated |
| 1524 | * by the OS. The hardware is still under the drivers control, but |
| 1525 | * needs to be disabled. A global MAC reset is issued to stop the |
| 1526 | * hardware, and all transmit and receive resources are freed. |
| 1527 | **/ |
| 1528 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1529 | static int e1000_close(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1530 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1531 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1532 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1533 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1534 | WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1535 | e1000_down(adapter); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 1536 | e1000_power_down_phy(adapter); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1537 | e1000_free_irq(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1538 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1539 | e1000_free_all_tx_resources(adapter); |
| 1540 | e1000_free_all_rx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1541 | |
Bruce Allan | 4666560 | 2006-09-27 12:54:08 -0700 | [diff] [blame] | 1542 | /* kill manageability vlan ID if supported, but not if a vlan with |
| 1543 | * the same ID is registered on the host OS (let 8021q kill it) */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1544 | if ((hw->mng_cookie.status & |
Bruce Allan | 4666560 | 2006-09-27 12:54:08 -0700 | [diff] [blame] | 1545 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
| 1546 | !(adapter->vlgrp && |
Dan Aloni | 5c15bde | 2007-03-02 20:44:51 -0800 | [diff] [blame] | 1547 | vlan_group_get_device(adapter->vlgrp, adapter->mng_vlan_id))) { |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1548 | e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id); |
| 1549 | } |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1550 | |
| 1551 | /* If AMT is enabled, let the firmware know that the network |
| 1552 | * interface is now closed */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1553 | if (hw->mac_type == e1000_82573 && |
| 1554 | e1000_check_mng_mode(hw)) |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1555 | e1000_release_hw_control(adapter); |
| 1556 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1557 | return 0; |
| 1558 | } |
| 1559 | |
| 1560 | /** |
| 1561 | * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary |
| 1562 | * @adapter: address of board private structure |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1563 | * @start: address of beginning of memory |
| 1564 | * @len: length of memory |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1565 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1566 | static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start, |
| 1567 | unsigned long len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1568 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1569 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 1570 | unsigned long begin = (unsigned long)start; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1571 | unsigned long end = begin + len; |
| 1572 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1573 | /* First rev 82545 and 82546 need to not allow any memory |
| 1574 | * write location to cross 64k boundary due to errata 23 */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1575 | if (hw->mac_type == e1000_82545 || |
| 1576 | hw->mac_type == e1000_82546) { |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1577 | return ((begin ^ (end - 1)) >> 16) != 0 ? false : true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1578 | } |
| 1579 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1580 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1581 | } |
| 1582 | |
| 1583 | /** |
| 1584 | * e1000_setup_tx_resources - allocate Tx resources (Descriptors) |
| 1585 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1586 | * @txdr: tx descriptor ring (for a specific queue) to setup |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1587 | * |
| 1588 | * Return 0 on success, negative on failure |
| 1589 | **/ |
| 1590 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1591 | static int e1000_setup_tx_resources(struct e1000_adapter *adapter, |
| 1592 | struct e1000_tx_ring *txdr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1593 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1594 | struct pci_dev *pdev = adapter->pdev; |
| 1595 | int size; |
| 1596 | |
| 1597 | size = sizeof(struct e1000_buffer) * txdr->count; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1598 | txdr->buffer_info = vmalloc(size); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1599 | if (!txdr->buffer_info) { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1600 | DPRINTK(PROBE, ERR, |
| 1601 | "Unable to allocate memory for the transmit descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1602 | return -ENOMEM; |
| 1603 | } |
| 1604 | memset(txdr->buffer_info, 0, size); |
| 1605 | |
| 1606 | /* round up to nearest 4K */ |
| 1607 | |
| 1608 | txdr->size = txdr->count * sizeof(struct e1000_tx_desc); |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 1609 | txdr->size = ALIGN(txdr->size, 4096); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1610 | |
| 1611 | txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1612 | if (!txdr->desc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1613 | setup_tx_desc_die: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1614 | vfree(txdr->buffer_info); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1615 | DPRINTK(PROBE, ERR, |
| 1616 | "Unable to allocate memory for the transmit descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1617 | return -ENOMEM; |
| 1618 | } |
| 1619 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1620 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1621 | if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) { |
| 1622 | void *olddesc = txdr->desc; |
| 1623 | dma_addr_t olddma = txdr->dma; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1624 | DPRINTK(TX_ERR, ERR, "txdr align check failed: %u bytes " |
| 1625 | "at %p\n", txdr->size, txdr->desc); |
| 1626 | /* Try again, without freeing the previous */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1627 | txdr->desc = pci_alloc_consistent(pdev, txdr->size, &txdr->dma); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1628 | /* Failed allocation, critical failure */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1629 | if (!txdr->desc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1630 | pci_free_consistent(pdev, txdr->size, olddesc, olddma); |
| 1631 | goto setup_tx_desc_die; |
| 1632 | } |
| 1633 | |
| 1634 | if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) { |
| 1635 | /* give up */ |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1636 | pci_free_consistent(pdev, txdr->size, txdr->desc, |
| 1637 | txdr->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1638 | pci_free_consistent(pdev, txdr->size, olddesc, olddma); |
| 1639 | DPRINTK(PROBE, ERR, |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1640 | "Unable to allocate aligned memory " |
| 1641 | "for the transmit descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1642 | vfree(txdr->buffer_info); |
| 1643 | return -ENOMEM; |
| 1644 | } else { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1645 | /* Free old allocation, new allocation was successful */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | pci_free_consistent(pdev, txdr->size, olddesc, olddma); |
| 1647 | } |
| 1648 | } |
| 1649 | memset(txdr->desc, 0, txdr->size); |
| 1650 | |
| 1651 | txdr->next_to_use = 0; |
| 1652 | txdr->next_to_clean = 0; |
| 1653 | |
| 1654 | return 0; |
| 1655 | } |
| 1656 | |
| 1657 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1658 | * e1000_setup_all_tx_resources - wrapper to allocate Tx resources |
| 1659 | * (Descriptors) for all queues |
| 1660 | * @adapter: board private structure |
| 1661 | * |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1662 | * Return 0 on success, negative on failure |
| 1663 | **/ |
| 1664 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1665 | int e1000_setup_all_tx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1666 | { |
| 1667 | int i, err = 0; |
| 1668 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1669 | for (i = 0; i < adapter->num_tx_queues; i++) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1670 | err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]); |
| 1671 | if (err) { |
| 1672 | DPRINTK(PROBE, ERR, |
| 1673 | "Allocation for Tx Queue %u failed\n", i); |
Vasily Averin | 3fbbc72 | 2006-08-28 14:56:24 -0700 | [diff] [blame] | 1674 | for (i-- ; i >= 0; i--) |
| 1675 | e1000_free_tx_resources(adapter, |
| 1676 | &adapter->tx_ring[i]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1677 | break; |
| 1678 | } |
| 1679 | } |
| 1680 | |
| 1681 | return err; |
| 1682 | } |
| 1683 | |
| 1684 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1685 | * e1000_configure_tx - Configure 8254x Transmit Unit after Reset |
| 1686 | * @adapter: board private structure |
| 1687 | * |
| 1688 | * Configure the Tx unit of the MAC after a reset. |
| 1689 | **/ |
| 1690 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1691 | static void e1000_configure_tx(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1692 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1693 | u64 tdba; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1694 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1695 | u32 tdlen, tctl, tipg, tarc; |
| 1696 | u32 ipgr1, ipgr2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1697 | |
| 1698 | /* Setup the HW Tx Head and Tail descriptor pointers */ |
| 1699 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1700 | switch (adapter->num_tx_queues) { |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1701 | case 1: |
| 1702 | default: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1703 | tdba = adapter->tx_ring[0].dma; |
| 1704 | tdlen = adapter->tx_ring[0].count * |
| 1705 | sizeof(struct e1000_tx_desc); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1706 | ew32(TDLEN, tdlen); |
| 1707 | ew32(TDBAH, (tdba >> 32)); |
| 1708 | ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); |
| 1709 | ew32(TDT, 0); |
| 1710 | ew32(TDH, 0); |
Auke Kok | 6a95169 | 2006-09-11 14:00:21 -0700 | [diff] [blame] | 1711 | adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH); |
| 1712 | adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT); |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1713 | break; |
| 1714 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1715 | |
| 1716 | /* Set the default values for the Tx Inter Packet Gap timer */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1717 | if (hw->mac_type <= e1000_82547_rev_2 && |
Jesse Brandeburg | d89b6c6 | 2006-12-15 10:38:32 +0100 | [diff] [blame] | 1718 | (hw->media_type == e1000_media_type_fiber || |
| 1719 | hw->media_type == e1000_media_type_internal_serdes)) |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1720 | tipg = DEFAULT_82543_TIPG_IPGT_FIBER; |
| 1721 | else |
| 1722 | tipg = DEFAULT_82543_TIPG_IPGT_COPPER; |
| 1723 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1724 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1725 | case e1000_82542_rev2_0: |
| 1726 | case e1000_82542_rev2_1: |
| 1727 | tipg = DEFAULT_82542_TIPG_IPGT; |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1728 | ipgr1 = DEFAULT_82542_TIPG_IPGR1; |
| 1729 | ipgr2 = DEFAULT_82542_TIPG_IPGR2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1730 | break; |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 1731 | case e1000_80003es2lan: |
| 1732 | ipgr1 = DEFAULT_82543_TIPG_IPGR1; |
| 1733 | ipgr2 = DEFAULT_80003ES2LAN_TIPG_IPGR2; |
| 1734 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1735 | default: |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1736 | ipgr1 = DEFAULT_82543_TIPG_IPGR1; |
| 1737 | ipgr2 = DEFAULT_82543_TIPG_IPGR2; |
| 1738 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1739 | } |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1740 | tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT; |
| 1741 | tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1742 | ew32(TIPG, tipg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1743 | |
| 1744 | /* Set the Tx Interrupt Delay register */ |
| 1745 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1746 | ew32(TIDV, adapter->tx_int_delay); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1747 | if (hw->mac_type >= e1000_82540) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1748 | ew32(TADV, adapter->tx_abs_int_delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1749 | |
| 1750 | /* Program the Transmit Control Register */ |
| 1751 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1752 | tctl = er32(TCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1753 | tctl &= ~E1000_TCTL_CT; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1754 | tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1755 | (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT); |
| 1756 | |
Mallikarjuna R Chilakala | 2ae76d9 | 2005-10-04 07:04:22 -0400 | [diff] [blame] | 1757 | if (hw->mac_type == e1000_82571 || hw->mac_type == e1000_82572) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1758 | tarc = er32(TARC0); |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 1759 | /* set the speed mode bit, we'll clear it if we're not at |
| 1760 | * gigabit link later */ |
Jeff Kirsher | 09ae3e8 | 2006-09-27 12:53:51 -0700 | [diff] [blame] | 1761 | tarc |= (1 << 21); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1762 | ew32(TARC0, tarc); |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 1763 | } else if (hw->mac_type == e1000_80003es2lan) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1764 | tarc = er32(TARC0); |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 1765 | tarc |= 1; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1766 | ew32(TARC0, tarc); |
| 1767 | tarc = er32(TARC1); |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 1768 | tarc |= 1; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1769 | ew32(TARC1, tarc); |
Mallikarjuna R Chilakala | 2ae76d9 | 2005-10-04 07:04:22 -0400 | [diff] [blame] | 1770 | } |
| 1771 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1772 | e1000_config_collision_dist(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1773 | |
| 1774 | /* Setup Transmit Descriptor Settings for eop descriptor */ |
Jesse Brandeburg | 6a042da | 2006-11-01 08:48:04 -0800 | [diff] [blame] | 1775 | adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; |
| 1776 | |
| 1777 | /* only set IDE if we are delaying interrupts using the timers */ |
| 1778 | if (adapter->tx_int_delay) |
| 1779 | adapter->txd_cmd |= E1000_TXD_CMD_IDE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1780 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1781 | if (hw->mac_type < e1000_82543) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1782 | adapter->txd_cmd |= E1000_TXD_CMD_RPS; |
| 1783 | else |
| 1784 | adapter->txd_cmd |= E1000_TXD_CMD_RS; |
| 1785 | |
| 1786 | /* Cache if we're 82544 running in PCI-X because we'll |
| 1787 | * need this to apply a workaround later in the send path. */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1788 | if (hw->mac_type == e1000_82544 && |
| 1789 | hw->bus_type == e1000_bus_type_pcix) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1790 | adapter->pcix_82544 = 1; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1791 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1792 | ew32(TCTL, tctl); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1793 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1794 | } |
| 1795 | |
| 1796 | /** |
| 1797 | * e1000_setup_rx_resources - allocate Rx resources (Descriptors) |
| 1798 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1799 | * @rxdr: rx descriptor ring (for a specific queue) to setup |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1800 | * |
| 1801 | * Returns 0 on success, negative on failure |
| 1802 | **/ |
| 1803 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1804 | static int e1000_setup_rx_resources(struct e1000_adapter *adapter, |
| 1805 | struct e1000_rx_ring *rxdr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1806 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1807 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1808 | struct pci_dev *pdev = adapter->pdev; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1809 | int size, desc_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1810 | |
| 1811 | size = sizeof(struct e1000_buffer) * rxdr->count; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1812 | rxdr->buffer_info = vmalloc(size); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1813 | if (!rxdr->buffer_info) { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1814 | DPRINTK(PROBE, ERR, |
| 1815 | "Unable to allocate memory for the receive descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1816 | return -ENOMEM; |
| 1817 | } |
| 1818 | memset(rxdr->buffer_info, 0, size); |
| 1819 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1820 | if (hw->mac_type <= e1000_82547_rev_2) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1821 | desc_len = sizeof(struct e1000_rx_desc); |
| 1822 | else |
| 1823 | desc_len = sizeof(union e1000_rx_desc_packet_split); |
| 1824 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1825 | /* Round up to nearest 4K */ |
| 1826 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1827 | rxdr->size = rxdr->count * desc_len; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 1828 | rxdr->size = ALIGN(rxdr->size, 4096); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1829 | |
| 1830 | rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma); |
| 1831 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1832 | if (!rxdr->desc) { |
| 1833 | DPRINTK(PROBE, ERR, |
| 1834 | "Unable to allocate memory for the receive descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1835 | setup_rx_desc_die: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1836 | vfree(rxdr->buffer_info); |
| 1837 | return -ENOMEM; |
| 1838 | } |
| 1839 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1840 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1841 | if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) { |
| 1842 | void *olddesc = rxdr->desc; |
| 1843 | dma_addr_t olddma = rxdr->dma; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1844 | DPRINTK(RX_ERR, ERR, "rxdr align check failed: %u bytes " |
| 1845 | "at %p\n", rxdr->size, rxdr->desc); |
| 1846 | /* Try again, without freeing the previous */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1847 | rxdr->desc = pci_alloc_consistent(pdev, rxdr->size, &rxdr->dma); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1848 | /* Failed allocation, critical failure */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1849 | if (!rxdr->desc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1850 | pci_free_consistent(pdev, rxdr->size, olddesc, olddma); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1851 | DPRINTK(PROBE, ERR, |
| 1852 | "Unable to allocate memory " |
| 1853 | "for the receive descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1854 | goto setup_rx_desc_die; |
| 1855 | } |
| 1856 | |
| 1857 | if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) { |
| 1858 | /* give up */ |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1859 | pci_free_consistent(pdev, rxdr->size, rxdr->desc, |
| 1860 | rxdr->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1861 | pci_free_consistent(pdev, rxdr->size, olddesc, olddma); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1862 | DPRINTK(PROBE, ERR, |
| 1863 | "Unable to allocate aligned memory " |
| 1864 | "for the receive descriptor ring\n"); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1865 | goto setup_rx_desc_die; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1866 | } else { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1867 | /* Free old allocation, new allocation was successful */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1868 | pci_free_consistent(pdev, rxdr->size, olddesc, olddma); |
| 1869 | } |
| 1870 | } |
| 1871 | memset(rxdr->desc, 0, rxdr->size); |
| 1872 | |
| 1873 | rxdr->next_to_clean = 0; |
| 1874 | rxdr->next_to_use = 0; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 1875 | rxdr->rx_skb_top = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1876 | |
| 1877 | return 0; |
| 1878 | } |
| 1879 | |
| 1880 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1881 | * e1000_setup_all_rx_resources - wrapper to allocate Rx resources |
| 1882 | * (Descriptors) for all queues |
| 1883 | * @adapter: board private structure |
| 1884 | * |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1885 | * Return 0 on success, negative on failure |
| 1886 | **/ |
| 1887 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1888 | int e1000_setup_all_rx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1889 | { |
| 1890 | int i, err = 0; |
| 1891 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1892 | for (i = 0; i < adapter->num_rx_queues; i++) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1893 | err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]); |
| 1894 | if (err) { |
| 1895 | DPRINTK(PROBE, ERR, |
| 1896 | "Allocation for Rx Queue %u failed\n", i); |
Vasily Averin | 3fbbc72 | 2006-08-28 14:56:24 -0700 | [diff] [blame] | 1897 | for (i-- ; i >= 0; i--) |
| 1898 | e1000_free_rx_resources(adapter, |
| 1899 | &adapter->rx_ring[i]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1900 | break; |
| 1901 | } |
| 1902 | } |
| 1903 | |
| 1904 | return err; |
| 1905 | } |
| 1906 | |
| 1907 | /** |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1908 | * e1000_setup_rctl - configure the receive control registers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1909 | * @adapter: Board private structure |
| 1910 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1911 | static void e1000_setup_rctl(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1912 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1913 | struct e1000_hw *hw = &adapter->hw; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1914 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1915 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1916 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1917 | |
| 1918 | rctl &= ~(3 << E1000_RCTL_MO_SHIFT); |
| 1919 | |
| 1920 | rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | |
| 1921 | E1000_RCTL_LBM_NO | E1000_RCTL_RDMTS_HALF | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1922 | (hw->mc_filter_type << E1000_RCTL_MO_SHIFT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1923 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1924 | if (hw->tbi_compatibility_on == 1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1925 | rctl |= E1000_RCTL_SBP; |
| 1926 | else |
| 1927 | rctl &= ~E1000_RCTL_SBP; |
| 1928 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1929 | if (adapter->netdev->mtu <= ETH_DATA_LEN) |
| 1930 | rctl &= ~E1000_RCTL_LPE; |
| 1931 | else |
| 1932 | rctl |= E1000_RCTL_LPE; |
| 1933 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1934 | /* Setup buffer sizes */ |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 1935 | rctl &= ~E1000_RCTL_SZ_4096; |
| 1936 | rctl |= E1000_RCTL_BSEX; |
| 1937 | switch (adapter->rx_buffer_len) { |
| 1938 | case E1000_RXBUFFER_256: |
| 1939 | rctl |= E1000_RCTL_SZ_256; |
| 1940 | rctl &= ~E1000_RCTL_BSEX; |
| 1941 | break; |
| 1942 | case E1000_RXBUFFER_512: |
| 1943 | rctl |= E1000_RCTL_SZ_512; |
| 1944 | rctl &= ~E1000_RCTL_BSEX; |
| 1945 | break; |
| 1946 | case E1000_RXBUFFER_1024: |
| 1947 | rctl |= E1000_RCTL_SZ_1024; |
| 1948 | rctl &= ~E1000_RCTL_BSEX; |
| 1949 | break; |
Jeff Kirsher | a1415ee | 2006-02-28 20:24:07 -0800 | [diff] [blame] | 1950 | case E1000_RXBUFFER_2048: |
| 1951 | default: |
| 1952 | rctl |= E1000_RCTL_SZ_2048; |
| 1953 | rctl &= ~E1000_RCTL_BSEX; |
| 1954 | break; |
| 1955 | case E1000_RXBUFFER_4096: |
| 1956 | rctl |= E1000_RCTL_SZ_4096; |
| 1957 | break; |
| 1958 | case E1000_RXBUFFER_8192: |
| 1959 | rctl |= E1000_RCTL_SZ_8192; |
| 1960 | break; |
| 1961 | case E1000_RXBUFFER_16384: |
| 1962 | rctl |= E1000_RCTL_SZ_16384; |
| 1963 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1964 | } |
| 1965 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1966 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1967 | } |
| 1968 | |
| 1969 | /** |
| 1970 | * e1000_configure_rx - Configure 8254x Receive Unit after Reset |
| 1971 | * @adapter: board private structure |
| 1972 | * |
| 1973 | * Configure the Rx unit of the MAC after a reset. |
| 1974 | **/ |
| 1975 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1976 | static void e1000_configure_rx(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1977 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1978 | u64 rdba; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1979 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1980 | u32 rdlen, rctl, rxcsum, ctrl_ext; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1981 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 1982 | if (adapter->netdev->mtu > ETH_DATA_LEN) { |
| 1983 | rdlen = adapter->rx_ring[0].count * |
| 1984 | sizeof(struct e1000_rx_desc); |
| 1985 | adapter->clean_rx = e1000_clean_jumbo_rx_irq; |
| 1986 | adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; |
| 1987 | } else { |
| 1988 | rdlen = adapter->rx_ring[0].count * |
| 1989 | sizeof(struct e1000_rx_desc); |
| 1990 | adapter->clean_rx = e1000_clean_rx_irq; |
| 1991 | adapter->alloc_rx_buf = e1000_alloc_rx_buffers; |
| 1992 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1993 | |
| 1994 | /* disable receives while setting up the descriptors */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1995 | rctl = er32(RCTL); |
| 1996 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1997 | |
| 1998 | /* set the Receive Delay Timer Register */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1999 | ew32(RDTR, adapter->rx_int_delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2000 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2001 | if (hw->mac_type >= e1000_82540) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2002 | ew32(RADV, adapter->rx_abs_int_delay); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2003 | if (adapter->itr_setting != 0) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2004 | ew32(ITR, 1000000000 / (adapter->itr * 256)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2005 | } |
| 2006 | |
Mallikarjuna R Chilakala | 2ae76d9 | 2005-10-04 07:04:22 -0400 | [diff] [blame] | 2007 | if (hw->mac_type >= e1000_82571) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2008 | ctrl_ext = er32(CTRL_EXT); |
Jeff Kirsher | 1e613fd | 2006-01-12 16:51:16 -0800 | [diff] [blame] | 2009 | /* Reset delay timers after every interrupt */ |
Auke Kok | 6fc7a7e | 2006-04-14 19:05:12 -0700 | [diff] [blame] | 2010 | ctrl_ext |= E1000_CTRL_EXT_INT_TIMER_CLR; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2011 | /* Auto-Mask interrupts upon ICR access */ |
Jeff Kirsher | 1e613fd | 2006-01-12 16:51:16 -0800 | [diff] [blame] | 2012 | ctrl_ext |= E1000_CTRL_EXT_IAME; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2013 | ew32(IAM, 0xffffffff); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2014 | ew32(CTRL_EXT, ctrl_ext); |
| 2015 | E1000_WRITE_FLUSH(); |
Mallikarjuna R Chilakala | 2ae76d9 | 2005-10-04 07:04:22 -0400 | [diff] [blame] | 2016 | } |
| 2017 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2018 | /* Setup the HW Rx Head and Tail Descriptor Pointers and |
| 2019 | * the Base and Length of the Rx Descriptor Ring */ |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2020 | switch (adapter->num_rx_queues) { |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 2021 | case 1: |
| 2022 | default: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2023 | rdba = adapter->rx_ring[0].dma; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2024 | ew32(RDLEN, rdlen); |
| 2025 | ew32(RDBAH, (rdba >> 32)); |
| 2026 | ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); |
| 2027 | ew32(RDT, 0); |
| 2028 | ew32(RDH, 0); |
Auke Kok | 6a95169 | 2006-09-11 14:00:21 -0700 | [diff] [blame] | 2029 | adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH); |
| 2030 | adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2031 | break; |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 2032 | } |
| 2033 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2034 | /* Enable 82543 Receive Checksum Offload for TCP and UDP */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2035 | if (hw->mac_type >= e1000_82543) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2036 | rxcsum = er32(RXCSUM); |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 2037 | if (adapter->rx_csum) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2038 | rxcsum |= E1000_RXCSUM_TUOFL; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 2039 | else |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2040 | /* don't need to clear IPPCSE as it defaults to 0 */ |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 2041 | rxcsum &= ~E1000_RXCSUM_TUOFL; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2042 | ew32(RXCSUM, rxcsum); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2043 | } |
| 2044 | |
| 2045 | /* Enable Receives */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2046 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2047 | } |
| 2048 | |
| 2049 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2050 | * e1000_free_tx_resources - Free Tx Resources per Queue |
| 2051 | * @adapter: board private structure |
| 2052 | * @tx_ring: Tx descriptor ring for a specific queue |
| 2053 | * |
| 2054 | * Free all transmit software resources |
| 2055 | **/ |
| 2056 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2057 | static void e1000_free_tx_resources(struct e1000_adapter *adapter, |
| 2058 | struct e1000_tx_ring *tx_ring) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2059 | { |
| 2060 | struct pci_dev *pdev = adapter->pdev; |
| 2061 | |
| 2062 | e1000_clean_tx_ring(adapter, tx_ring); |
| 2063 | |
| 2064 | vfree(tx_ring->buffer_info); |
| 2065 | tx_ring->buffer_info = NULL; |
| 2066 | |
| 2067 | pci_free_consistent(pdev, tx_ring->size, tx_ring->desc, tx_ring->dma); |
| 2068 | |
| 2069 | tx_ring->desc = NULL; |
| 2070 | } |
| 2071 | |
| 2072 | /** |
| 2073 | * e1000_free_all_tx_resources - Free Tx Resources for All Queues |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2074 | * @adapter: board private structure |
| 2075 | * |
| 2076 | * Free all transmit software resources |
| 2077 | **/ |
| 2078 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2079 | void e1000_free_all_tx_resources(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2080 | { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2081 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2082 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2083 | for (i = 0; i < adapter->num_tx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2084 | e1000_free_tx_resources(adapter, &adapter->tx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2085 | } |
| 2086 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2087 | static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter, |
| 2088 | struct e1000_buffer *buffer_info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2089 | { |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2090 | buffer_info->dma = 0; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2091 | if (buffer_info->skb) { |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2092 | skb_dma_unmap(&adapter->pdev->dev, buffer_info->skb, |
| 2093 | DMA_TO_DEVICE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2094 | dev_kfree_skb_any(buffer_info->skb); |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2095 | buffer_info->skb = NULL; |
| 2096 | } |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2097 | buffer_info->time_stamp = 0; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2098 | /* buffer_info must be completely set up in the transmit path */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2099 | } |
| 2100 | |
| 2101 | /** |
| 2102 | * e1000_clean_tx_ring - Free Tx Buffers |
| 2103 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2104 | * @tx_ring: ring to be cleaned |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2105 | **/ |
| 2106 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2107 | static void e1000_clean_tx_ring(struct e1000_adapter *adapter, |
| 2108 | struct e1000_tx_ring *tx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2109 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2110 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2111 | struct e1000_buffer *buffer_info; |
| 2112 | unsigned long size; |
| 2113 | unsigned int i; |
| 2114 | |
| 2115 | /* Free all the Tx ring sk_buffs */ |
| 2116 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2117 | for (i = 0; i < tx_ring->count; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2118 | buffer_info = &tx_ring->buffer_info[i]; |
| 2119 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
| 2120 | } |
| 2121 | |
| 2122 | size = sizeof(struct e1000_buffer) * tx_ring->count; |
| 2123 | memset(tx_ring->buffer_info, 0, size); |
| 2124 | |
| 2125 | /* Zero out the descriptor ring */ |
| 2126 | |
| 2127 | memset(tx_ring->desc, 0, tx_ring->size); |
| 2128 | |
| 2129 | tx_ring->next_to_use = 0; |
| 2130 | tx_ring->next_to_clean = 0; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2131 | tx_ring->last_tx_tso = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2132 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2133 | writel(0, hw->hw_addr + tx_ring->tdh); |
| 2134 | writel(0, hw->hw_addr + tx_ring->tdt); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2135 | } |
| 2136 | |
| 2137 | /** |
| 2138 | * e1000_clean_all_tx_rings - Free Tx Buffers for all queues |
| 2139 | * @adapter: board private structure |
| 2140 | **/ |
| 2141 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2142 | static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2143 | { |
| 2144 | int i; |
| 2145 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2146 | for (i = 0; i < adapter->num_tx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2147 | e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2148 | } |
| 2149 | |
| 2150 | /** |
| 2151 | * e1000_free_rx_resources - Free Rx Resources |
| 2152 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2153 | * @rx_ring: ring to clean the resources from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2154 | * |
| 2155 | * Free all receive software resources |
| 2156 | **/ |
| 2157 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2158 | static void e1000_free_rx_resources(struct e1000_adapter *adapter, |
| 2159 | struct e1000_rx_ring *rx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2160 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2161 | struct pci_dev *pdev = adapter->pdev; |
| 2162 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2163 | e1000_clean_rx_ring(adapter, rx_ring); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2164 | |
| 2165 | vfree(rx_ring->buffer_info); |
| 2166 | rx_ring->buffer_info = NULL; |
| 2167 | |
| 2168 | pci_free_consistent(pdev, rx_ring->size, rx_ring->desc, rx_ring->dma); |
| 2169 | |
| 2170 | rx_ring->desc = NULL; |
| 2171 | } |
| 2172 | |
| 2173 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2174 | * e1000_free_all_rx_resources - Free Rx Resources for All Queues |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2175 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2176 | * |
| 2177 | * Free all receive software resources |
| 2178 | **/ |
| 2179 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2180 | void e1000_free_all_rx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2181 | { |
| 2182 | int i; |
| 2183 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2184 | for (i = 0; i < adapter->num_rx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2185 | e1000_free_rx_resources(adapter, &adapter->rx_ring[i]); |
| 2186 | } |
| 2187 | |
| 2188 | /** |
| 2189 | * e1000_clean_rx_ring - Free Rx Buffers per Queue |
| 2190 | * @adapter: board private structure |
| 2191 | * @rx_ring: ring to free buffers from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2192 | **/ |
| 2193 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2194 | static void e1000_clean_rx_ring(struct e1000_adapter *adapter, |
| 2195 | struct e1000_rx_ring *rx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2196 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2197 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2198 | struct e1000_buffer *buffer_info; |
| 2199 | struct pci_dev *pdev = adapter->pdev; |
| 2200 | unsigned long size; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 2201 | unsigned int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2202 | |
| 2203 | /* Free all the Rx ring sk_buffs */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2204 | for (i = 0; i < rx_ring->count; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2205 | buffer_info = &rx_ring->buffer_info[i]; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2206 | if (buffer_info->dma && |
| 2207 | adapter->clean_rx == e1000_clean_rx_irq) { |
| 2208 | pci_unmap_single(pdev, buffer_info->dma, |
| 2209 | buffer_info->length, |
| 2210 | PCI_DMA_FROMDEVICE); |
| 2211 | } else if (buffer_info->dma && |
| 2212 | adapter->clean_rx == e1000_clean_jumbo_rx_irq) { |
| 2213 | pci_unmap_page(pdev, buffer_info->dma, |
| 2214 | buffer_info->length, |
| 2215 | PCI_DMA_FROMDEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2216 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2217 | |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2218 | buffer_info->dma = 0; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2219 | if (buffer_info->page) { |
| 2220 | put_page(buffer_info->page); |
| 2221 | buffer_info->page = NULL; |
| 2222 | } |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2223 | if (buffer_info->skb) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2224 | dev_kfree_skb(buffer_info->skb); |
| 2225 | buffer_info->skb = NULL; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 2226 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2227 | } |
| 2228 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2229 | /* there also may be some cached data from a chained receive */ |
| 2230 | if (rx_ring->rx_skb_top) { |
| 2231 | dev_kfree_skb(rx_ring->rx_skb_top); |
| 2232 | rx_ring->rx_skb_top = NULL; |
| 2233 | } |
| 2234 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2235 | size = sizeof(struct e1000_buffer) * rx_ring->count; |
| 2236 | memset(rx_ring->buffer_info, 0, size); |
| 2237 | |
| 2238 | /* Zero out the descriptor ring */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2239 | memset(rx_ring->desc, 0, rx_ring->size); |
| 2240 | |
| 2241 | rx_ring->next_to_clean = 0; |
| 2242 | rx_ring->next_to_use = 0; |
| 2243 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2244 | writel(0, hw->hw_addr + rx_ring->rdh); |
| 2245 | writel(0, hw->hw_addr + rx_ring->rdt); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2246 | } |
| 2247 | |
| 2248 | /** |
| 2249 | * e1000_clean_all_rx_rings - Free Rx Buffers for all queues |
| 2250 | * @adapter: board private structure |
| 2251 | **/ |
| 2252 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2253 | static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2254 | { |
| 2255 | int i; |
| 2256 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2257 | for (i = 0; i < adapter->num_rx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2258 | e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2259 | } |
| 2260 | |
| 2261 | /* The 82542 2.0 (revision 2) needs to have the receive unit in reset |
| 2262 | * and memory write and invalidate disabled for certain operations |
| 2263 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2264 | static void e1000_enter_82542_rst(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2265 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2266 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2267 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2268 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2269 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2270 | e1000_pci_clear_mwi(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2271 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2272 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2273 | rctl |= E1000_RCTL_RST; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2274 | ew32(RCTL, rctl); |
| 2275 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2276 | mdelay(5); |
| 2277 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2278 | if (netif_running(netdev)) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2279 | e1000_clean_all_rx_rings(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2280 | } |
| 2281 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2282 | static void e1000_leave_82542_rst(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2283 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2284 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2285 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2286 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2287 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2288 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2289 | rctl &= ~E1000_RCTL_RST; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2290 | ew32(RCTL, rctl); |
| 2291 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2292 | mdelay(5); |
| 2293 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2294 | if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) |
| 2295 | e1000_pci_set_mwi(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2296 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2297 | if (netif_running(netdev)) { |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 2298 | /* No need to loop, because 82542 supports only 1 queue */ |
| 2299 | struct e1000_rx_ring *ring = &adapter->rx_ring[0]; |
Jesse Brandeburg | 7c4d336 | 2006-01-18 13:01:45 -0800 | [diff] [blame] | 2300 | e1000_configure_rx(adapter); |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 2301 | adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2302 | } |
| 2303 | } |
| 2304 | |
| 2305 | /** |
| 2306 | * e1000_set_mac - Change the Ethernet Address of the NIC |
| 2307 | * @netdev: network interface device structure |
| 2308 | * @p: pointer to an address structure |
| 2309 | * |
| 2310 | * Returns 0 on success, negative on failure |
| 2311 | **/ |
| 2312 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2313 | static int e1000_set_mac(struct net_device *netdev, void *p) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2314 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 2315 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2316 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2317 | struct sockaddr *addr = p; |
| 2318 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2319 | if (!is_valid_ether_addr(addr->sa_data)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2320 | return -EADDRNOTAVAIL; |
| 2321 | |
| 2322 | /* 82542 2.0 needs to be in reset to write receive address registers */ |
| 2323 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2324 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2325 | e1000_enter_82542_rst(adapter); |
| 2326 | |
| 2327 | memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2328 | memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2329 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2330 | e1000_rar_set(hw, hw->mac_addr, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2331 | |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2332 | /* With 82571 controllers, LAA may be overwritten (with the default) |
| 2333 | * due to controller reset from the other port. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2334 | if (hw->mac_type == e1000_82571) { |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2335 | /* activate the work around */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2336 | hw->laa_is_present = 1; |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2337 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2338 | /* Hold a copy of the LAA in RAR[14] This is done so that |
| 2339 | * between the time RAR[0] gets clobbered and the time it |
| 2340 | * gets fixed (in e1000_watchdog), the actual LAA is in one |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2341 | * of the RARs and no incoming packets directed to this port |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2342 | * are dropped. Eventaully the LAA will be in RAR[0] and |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2343 | * RAR[14] */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2344 | e1000_rar_set(hw, hw->mac_addr, |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2345 | E1000_RAR_ENTRIES - 1); |
| 2346 | } |
| 2347 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2348 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2349 | e1000_leave_82542_rst(adapter); |
| 2350 | |
| 2351 | return 0; |
| 2352 | } |
| 2353 | |
| 2354 | /** |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2355 | * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2356 | * @netdev: network interface device structure |
| 2357 | * |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2358 | * The set_rx_mode entry point is called whenever the unicast or multicast |
| 2359 | * address lists or the network interface flags are updated. This routine is |
| 2360 | * responsible for configuring the hardware for proper unicast, multicast, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2361 | * promiscuous mode, and all-multi behavior. |
| 2362 | **/ |
| 2363 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2364 | static void e1000_set_rx_mode(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2365 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 2366 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2367 | struct e1000_hw *hw = &adapter->hw; |
Jiri Pirko | ccffad2 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2368 | struct netdev_hw_addr *ha; |
| 2369 | bool use_uc = false; |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2370 | struct dev_addr_list *mc_ptr; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2371 | u32 rctl; |
| 2372 | u32 hash_value; |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2373 | int i, rar_entries = E1000_RAR_ENTRIES; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2374 | int mta_reg_count = (hw->mac_type == e1000_ich8lan) ? |
| 2375 | E1000_NUM_MTA_REGISTERS_ICH8LAN : |
| 2376 | E1000_NUM_MTA_REGISTERS; |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2377 | u32 *mcarray = kcalloc(mta_reg_count, sizeof(u32), GFP_ATOMIC); |
| 2378 | |
| 2379 | if (!mcarray) { |
| 2380 | DPRINTK(PROBE, ERR, "memory allocation failed\n"); |
| 2381 | return; |
| 2382 | } |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2383 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2384 | if (hw->mac_type == e1000_ich8lan) |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2385 | rar_entries = E1000_RAR_ENTRIES_ICH8LAN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2386 | |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2387 | /* reserve RAR[14] for LAA over-write work-around */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2388 | if (hw->mac_type == e1000_82571) |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2389 | rar_entries--; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2390 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 2391 | /* Check for Promiscuous and All Multicast modes */ |
| 2392 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2393 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2394 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2395 | if (netdev->flags & IFF_PROMISC) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2396 | rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE); |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2397 | rctl &= ~E1000_RCTL_VFE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2398 | } else { |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2399 | if (netdev->flags & IFF_ALLMULTI) { |
| 2400 | rctl |= E1000_RCTL_MPE; |
| 2401 | } else { |
| 2402 | rctl &= ~E1000_RCTL_MPE; |
| 2403 | } |
Patrick McHardy | 78ed11a | 2008-07-16 20:16:14 -0700 | [diff] [blame] | 2404 | if (adapter->hw.mac_type != e1000_ich8lan) |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2405 | rctl |= E1000_RCTL_VFE; |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2406 | } |
| 2407 | |
Jiri Pirko | 31278e7 | 2009-06-17 01:12:19 +0000 | [diff] [blame] | 2408 | if (netdev->uc.count > rar_entries - 1) { |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2409 | rctl |= E1000_RCTL_UPE; |
| 2410 | } else if (!(netdev->flags & IFF_PROMISC)) { |
| 2411 | rctl &= ~E1000_RCTL_UPE; |
Jiri Pirko | ccffad2 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2412 | use_uc = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2413 | } |
| 2414 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2415 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2416 | |
| 2417 | /* 82542 2.0 needs to be in reset to write receive address registers */ |
| 2418 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2419 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2420 | e1000_enter_82542_rst(adapter); |
| 2421 | |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2422 | /* load the first 14 addresses into the exact filters 1-14. Unicast |
| 2423 | * addresses take precedence to avoid disabling unicast filtering |
| 2424 | * when possible. |
| 2425 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2426 | * RAR 0 is used for the station MAC adddress |
| 2427 | * if there are not 14 addresses, go ahead and clear the filters |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2428 | * -- with 82571 controllers only 0-13 entries are filled here |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2429 | */ |
Jiri Pirko | ccffad2 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2430 | i = 1; |
| 2431 | if (use_uc) |
Jiri Pirko | 31278e7 | 2009-06-17 01:12:19 +0000 | [diff] [blame] | 2432 | list_for_each_entry(ha, &netdev->uc.list, list) { |
Jiri Pirko | ccffad2 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2433 | if (i == rar_entries) |
| 2434 | break; |
| 2435 | e1000_rar_set(hw, ha->addr, i++); |
| 2436 | } |
| 2437 | |
| 2438 | WARN_ON(i == rar_entries); |
| 2439 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2440 | mc_ptr = netdev->mc_list; |
| 2441 | |
Jiri Pirko | ccffad2 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2442 | for (; i < rar_entries; i++) { |
| 2443 | if (mc_ptr) { |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2444 | e1000_rar_set(hw, mc_ptr->da_addr, i); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2445 | mc_ptr = mc_ptr->next; |
| 2446 | } else { |
| 2447 | E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2448 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2449 | E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2450 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2451 | } |
| 2452 | } |
| 2453 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2454 | /* load any remaining addresses into the hash table */ |
| 2455 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2456 | for (; mc_ptr; mc_ptr = mc_ptr->next) { |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2457 | u32 hash_reg, hash_bit, mta; |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2458 | hash_value = e1000_hash_mc_addr(hw, mc_ptr->da_addr); |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2459 | hash_reg = (hash_value >> 5) & 0x7F; |
| 2460 | hash_bit = hash_value & 0x1F; |
| 2461 | mta = (1 << hash_bit); |
| 2462 | mcarray[hash_reg] |= mta; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2463 | } |
| 2464 | |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2465 | /* write the hash table completely, write from bottom to avoid |
| 2466 | * both stupid write combining chipsets, and flushing each write */ |
| 2467 | for (i = mta_reg_count - 1; i >= 0 ; i--) { |
| 2468 | /* |
| 2469 | * If we are on an 82544 has an errata where writing odd |
| 2470 | * offsets overwrites the previous even offset, but writing |
| 2471 | * backwards over the range solves the issue by always |
| 2472 | * writing the odd offset first |
| 2473 | */ |
| 2474 | E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]); |
| 2475 | } |
| 2476 | E1000_WRITE_FLUSH(); |
| 2477 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2478 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2479 | e1000_leave_82542_rst(adapter); |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2480 | |
| 2481 | kfree(mcarray); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2482 | } |
| 2483 | |
| 2484 | /* Need to wait a few seconds after link up to get diagnostic information from |
| 2485 | * the phy */ |
| 2486 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2487 | static void e1000_update_phy_info(unsigned long data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2488 | { |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 2489 | struct e1000_adapter *adapter = (struct e1000_adapter *)data; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2490 | struct e1000_hw *hw = &adapter->hw; |
| 2491 | e1000_phy_get_info(hw, &adapter->phy_info); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2492 | } |
| 2493 | |
| 2494 | /** |
| 2495 | * e1000_82547_tx_fifo_stall - Timer Call-back |
| 2496 | * @data: pointer to adapter cast into an unsigned long |
| 2497 | **/ |
| 2498 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2499 | static void e1000_82547_tx_fifo_stall(unsigned long data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2500 | { |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 2501 | struct e1000_adapter *adapter = (struct e1000_adapter *)data; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2502 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2504 | u32 tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2506 | if (atomic_read(&adapter->tx_fifo_stall)) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2507 | if ((er32(TDT) == er32(TDH)) && |
| 2508 | (er32(TDFT) == er32(TDFH)) && |
| 2509 | (er32(TDFTS) == er32(TDFHS))) { |
| 2510 | tctl = er32(TCTL); |
| 2511 | ew32(TCTL, tctl & ~E1000_TCTL_EN); |
| 2512 | ew32(TDFT, adapter->tx_head_addr); |
| 2513 | ew32(TDFH, adapter->tx_head_addr); |
| 2514 | ew32(TDFTS, adapter->tx_head_addr); |
| 2515 | ew32(TDFHS, adapter->tx_head_addr); |
| 2516 | ew32(TCTL, tctl); |
| 2517 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2518 | |
| 2519 | adapter->tx_fifo_head = 0; |
| 2520 | atomic_set(&adapter->tx_fifo_stall, 0); |
| 2521 | netif_wake_queue(netdev); |
| 2522 | } else { |
| 2523 | mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1); |
| 2524 | } |
| 2525 | } |
| 2526 | } |
| 2527 | |
| 2528 | /** |
| 2529 | * e1000_watchdog - Timer Call-back |
| 2530 | * @data: pointer to adapter cast into an unsigned long |
| 2531 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2532 | static void e1000_watchdog(unsigned long data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2533 | { |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 2534 | struct e1000_adapter *adapter = (struct e1000_adapter *)data; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2535 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2536 | struct net_device *netdev = adapter->netdev; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2537 | struct e1000_tx_ring *txdr = adapter->tx_ring; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2538 | u32 link, tctl; |
| 2539 | s32 ret_val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2540 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2541 | ret_val = e1000_check_for_link(hw); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2542 | if ((ret_val == E1000_ERR_PHY) && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2543 | (hw->phy_type == e1000_phy_igp_3) && |
| 2544 | (er32(CTRL) & E1000_PHY_CTRL_GBE_DISABLE)) { |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2545 | /* See e1000_kumeran_lock_loss_workaround() */ |
| 2546 | DPRINTK(LINK, INFO, |
| 2547 | "Gigabit has been disabled, downgrading speed\n"); |
| 2548 | } |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 2549 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2550 | if (hw->mac_type == e1000_82573) { |
| 2551 | e1000_enable_tx_pkt_filtering(hw); |
| 2552 | if (adapter->mng_vlan_id != hw->mng_cookie.vlan_id) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2553 | e1000_update_mng_vlan(adapter); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2554 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2555 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2556 | if ((hw->media_type == e1000_media_type_internal_serdes) && |
| 2557 | !(er32(TXCW) & E1000_TXCW_ANE)) |
| 2558 | link = !hw->serdes_link_down; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2559 | else |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2560 | link = er32(STATUS) & E1000_STATUS_LU; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2561 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2562 | if (link) { |
| 2563 | if (!netif_carrier_ok(netdev)) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2564 | u32 ctrl; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2565 | bool txb2b = true; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2566 | e1000_get_speed_and_duplex(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2567 | &adapter->link_speed, |
| 2568 | &adapter->link_duplex); |
| 2569 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2570 | ctrl = er32(CTRL); |
Jeff Kirsher | b30c4d8 | 2008-11-27 00:22:45 -0800 | [diff] [blame] | 2571 | printk(KERN_INFO "e1000: %s NIC Link is Up %d Mbps %s, " |
| 2572 | "Flow Control: %s\n", |
| 2573 | netdev->name, |
| 2574 | adapter->link_speed, |
| 2575 | adapter->link_duplex == FULL_DUPLEX ? |
Auke Kok | 9669f53 | 2007-01-18 09:25:26 -0800 | [diff] [blame] | 2576 | "Full Duplex" : "Half Duplex", |
| 2577 | ((ctrl & E1000_CTRL_TFCE) && (ctrl & |
| 2578 | E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl & |
| 2579 | E1000_CTRL_RFCE) ? "RX" : ((ctrl & |
| 2580 | E1000_CTRL_TFCE) ? "TX" : "None" ))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2581 | |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2582 | /* tweak tx_queue_len according to speed/duplex |
| 2583 | * and adjust the timeout factor */ |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2584 | netdev->tx_queue_len = adapter->tx_queue_len; |
| 2585 | adapter->tx_timeout_factor = 1; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2586 | switch (adapter->link_speed) { |
| 2587 | case SPEED_10: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2588 | txb2b = false; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2589 | netdev->tx_queue_len = 10; |
| 2590 | adapter->tx_timeout_factor = 8; |
| 2591 | break; |
| 2592 | case SPEED_100: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2593 | txb2b = false; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2594 | netdev->tx_queue_len = 100; |
| 2595 | /* maybe add some timeout factor ? */ |
| 2596 | break; |
| 2597 | } |
| 2598 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2599 | if ((hw->mac_type == e1000_82571 || |
| 2600 | hw->mac_type == e1000_82572) && |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2601 | !txb2b) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2602 | u32 tarc0; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2603 | tarc0 = er32(TARC0); |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 2604 | tarc0 &= ~(1 << 21); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2605 | ew32(TARC0, tarc0); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2606 | } |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 2607 | |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2608 | /* disable TSO for pcie and 10/100 speeds, to avoid |
| 2609 | * some hardware issues */ |
| 2610 | if (!adapter->tso_force && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2611 | hw->bus_type == e1000_bus_type_pci_express){ |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2612 | switch (adapter->link_speed) { |
| 2613 | case SPEED_10: |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2614 | case SPEED_100: |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2615 | DPRINTK(PROBE,INFO, |
| 2616 | "10/100 speed: disabling TSO\n"); |
| 2617 | netdev->features &= ~NETIF_F_TSO; |
Auke Kok | 87ca4e5 | 2006-11-01 08:47:36 -0800 | [diff] [blame] | 2618 | netdev->features &= ~NETIF_F_TSO6; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2619 | break; |
| 2620 | case SPEED_1000: |
| 2621 | netdev->features |= NETIF_F_TSO; |
Auke Kok | 87ca4e5 | 2006-11-01 08:47:36 -0800 | [diff] [blame] | 2622 | netdev->features |= NETIF_F_TSO6; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2623 | break; |
| 2624 | default: |
| 2625 | /* oops */ |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2626 | break; |
| 2627 | } |
| 2628 | } |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2629 | |
| 2630 | /* enable transmits in the hardware, need to do this |
| 2631 | * after setting TARC0 */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2632 | tctl = er32(TCTL); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2633 | tctl |= E1000_TCTL_EN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2634 | ew32(TCTL, tctl); |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2635 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2636 | netif_carrier_on(netdev); |
Arjan van de Ven | 56e1393 | 2007-03-06 02:41:48 -0800 | [diff] [blame] | 2637 | mod_timer(&adapter->phy_info_timer, round_jiffies(jiffies + 2 * HZ)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2638 | adapter->smartspeed = 0; |
Jeff Garzik | bb8e331 | 2006-12-15 11:06:17 -0500 | [diff] [blame] | 2639 | } else { |
| 2640 | /* make sure the receive unit is started */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2641 | if (hw->rx_needs_kicking) { |
| 2642 | u32 rctl = er32(RCTL); |
| 2643 | ew32(RCTL, rctl | E1000_RCTL_EN); |
Jeff Garzik | bb8e331 | 2006-12-15 11:06:17 -0500 | [diff] [blame] | 2644 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2645 | } |
| 2646 | } else { |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2647 | if (netif_carrier_ok(netdev)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2648 | adapter->link_speed = 0; |
| 2649 | adapter->link_duplex = 0; |
Jeff Kirsher | b30c4d8 | 2008-11-27 00:22:45 -0800 | [diff] [blame] | 2650 | printk(KERN_INFO "e1000: %s NIC Link is Down\n", |
| 2651 | netdev->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2652 | netif_carrier_off(netdev); |
Arjan van de Ven | 56e1393 | 2007-03-06 02:41:48 -0800 | [diff] [blame] | 2653 | mod_timer(&adapter->phy_info_timer, round_jiffies(jiffies + 2 * HZ)); |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 2654 | |
| 2655 | /* 80003ES2LAN workaround-- |
| 2656 | * For packet buffer work-around on link down event; |
| 2657 | * disable receives in the ISR and |
| 2658 | * reset device here in the watchdog |
| 2659 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2660 | if (hw->mac_type == e1000_80003es2lan) |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 2661 | /* reset device */ |
| 2662 | schedule_work(&adapter->reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2663 | } |
| 2664 | |
| 2665 | e1000_smartspeed(adapter); |
| 2666 | } |
| 2667 | |
| 2668 | e1000_update_stats(adapter); |
| 2669 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2670 | hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2671 | adapter->tpt_old = adapter->stats.tpt; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2672 | hw->collision_delta = adapter->stats.colc - adapter->colc_old; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2673 | adapter->colc_old = adapter->stats.colc; |
| 2674 | |
| 2675 | adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old; |
| 2676 | adapter->gorcl_old = adapter->stats.gorcl; |
| 2677 | adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old; |
| 2678 | adapter->gotcl_old = adapter->stats.gotcl; |
| 2679 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2680 | e1000_update_adaptive(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2681 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2682 | if (!netif_carrier_ok(netdev)) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2683 | if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2684 | /* We've lost link, so the controller stops DMA, |
| 2685 | * but we've got queued Tx work that's never going |
| 2686 | * to get done, so reset controller to flush Tx. |
| 2687 | * (Do the reset outside of interrupt context). */ |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 2688 | adapter->tx_timeout_count++; |
| 2689 | schedule_work(&adapter->reset_task); |
Jesse Brandeburg | c2d5ab4 | 2009-05-07 11:07:35 +0000 | [diff] [blame] | 2690 | /* return immediately since reset is imminent */ |
| 2691 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2692 | } |
| 2693 | } |
| 2694 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2695 | /* Cause software interrupt to ensure rx ring is cleaned */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2696 | ew32(ICS, E1000_ICS_RXDMT0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2697 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 2698 | /* Force detection of hung controller every watchdog period */ |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2699 | adapter->detect_tx_hung = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2700 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2701 | /* With 82571 controllers, LAA may be overwritten due to controller |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2702 | * reset from the other port. Set the appropriate LAA in RAR[0] */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2703 | if (hw->mac_type == e1000_82571 && hw->laa_is_present) |
| 2704 | e1000_rar_set(hw, hw->mac_addr, 0); |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2705 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2706 | /* Reset the timer */ |
Arjan van de Ven | 56e1393 | 2007-03-06 02:41:48 -0800 | [diff] [blame] | 2707 | mod_timer(&adapter->watchdog_timer, round_jiffies(jiffies + 2 * HZ)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2708 | } |
| 2709 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2710 | enum latency_range { |
| 2711 | lowest_latency = 0, |
| 2712 | low_latency = 1, |
| 2713 | bulk_latency = 2, |
| 2714 | latency_invalid = 255 |
| 2715 | }; |
| 2716 | |
| 2717 | /** |
| 2718 | * e1000_update_itr - update the dynamic ITR value based on statistics |
| 2719 | * Stores a new ITR value based on packets and byte |
| 2720 | * counts during the last interrupt. The advantage of per interrupt |
| 2721 | * computation is faster updates and more accurate ITR for the current |
| 2722 | * traffic pattern. Constants in this function were computed |
| 2723 | * based on theoretical maximum wire speed and thresholds were set based |
| 2724 | * on testing data as well as attempting to minimize response time |
| 2725 | * while increasing bulk throughput. |
| 2726 | * this functionality is controlled by the InterruptThrottleRate module |
| 2727 | * parameter (see e1000_param.c) |
| 2728 | * @adapter: pointer to adapter |
| 2729 | * @itr_setting: current adapter->itr |
| 2730 | * @packets: the number of packets during this measurement interval |
| 2731 | * @bytes: the number of bytes during this measurement interval |
| 2732 | **/ |
| 2733 | static unsigned int e1000_update_itr(struct e1000_adapter *adapter, |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2734 | u16 itr_setting, int packets, int bytes) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2735 | { |
| 2736 | unsigned int retval = itr_setting; |
| 2737 | struct e1000_hw *hw = &adapter->hw; |
| 2738 | |
| 2739 | if (unlikely(hw->mac_type < e1000_82540)) |
| 2740 | goto update_itr_done; |
| 2741 | |
| 2742 | if (packets == 0) |
| 2743 | goto update_itr_done; |
| 2744 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2745 | switch (itr_setting) { |
| 2746 | case lowest_latency: |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2747 | /* jumbo frames get bulk treatment*/ |
| 2748 | if (bytes/packets > 8000) |
| 2749 | retval = bulk_latency; |
| 2750 | else if ((packets < 5) && (bytes > 512)) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2751 | retval = low_latency; |
| 2752 | break; |
| 2753 | case low_latency: /* 50 usec aka 20000 ints/s */ |
| 2754 | if (bytes > 10000) { |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2755 | /* jumbo frames need bulk latency setting */ |
| 2756 | if (bytes/packets > 8000) |
| 2757 | retval = bulk_latency; |
| 2758 | else if ((packets < 10) || ((bytes/packets) > 1200)) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2759 | retval = bulk_latency; |
| 2760 | else if ((packets > 35)) |
| 2761 | retval = lowest_latency; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2762 | } else if (bytes/packets > 2000) |
| 2763 | retval = bulk_latency; |
| 2764 | else if (packets <= 2 && bytes < 512) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2765 | retval = lowest_latency; |
| 2766 | break; |
| 2767 | case bulk_latency: /* 250 usec aka 4000 ints/s */ |
| 2768 | if (bytes > 25000) { |
| 2769 | if (packets > 35) |
| 2770 | retval = low_latency; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2771 | } else if (bytes < 6000) { |
| 2772 | retval = low_latency; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2773 | } |
| 2774 | break; |
| 2775 | } |
| 2776 | |
| 2777 | update_itr_done: |
| 2778 | return retval; |
| 2779 | } |
| 2780 | |
| 2781 | static void e1000_set_itr(struct e1000_adapter *adapter) |
| 2782 | { |
| 2783 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2784 | u16 current_itr; |
| 2785 | u32 new_itr = adapter->itr; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2786 | |
| 2787 | if (unlikely(hw->mac_type < e1000_82540)) |
| 2788 | return; |
| 2789 | |
| 2790 | /* for non-gigabit speeds, just fix the interrupt rate at 4000 */ |
| 2791 | if (unlikely(adapter->link_speed != SPEED_1000)) { |
| 2792 | current_itr = 0; |
| 2793 | new_itr = 4000; |
| 2794 | goto set_itr_now; |
| 2795 | } |
| 2796 | |
| 2797 | adapter->tx_itr = e1000_update_itr(adapter, |
| 2798 | adapter->tx_itr, |
| 2799 | adapter->total_tx_packets, |
| 2800 | adapter->total_tx_bytes); |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2801 | /* conservative mode (itr 3) eliminates the lowest_latency setting */ |
| 2802 | if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency) |
| 2803 | adapter->tx_itr = low_latency; |
| 2804 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2805 | adapter->rx_itr = e1000_update_itr(adapter, |
| 2806 | adapter->rx_itr, |
| 2807 | adapter->total_rx_packets, |
| 2808 | adapter->total_rx_bytes); |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2809 | /* conservative mode (itr 3) eliminates the lowest_latency setting */ |
| 2810 | if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency) |
| 2811 | adapter->rx_itr = low_latency; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2812 | |
| 2813 | current_itr = max(adapter->rx_itr, adapter->tx_itr); |
| 2814 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2815 | switch (current_itr) { |
| 2816 | /* counts and packets in update_itr are dependent on these numbers */ |
| 2817 | case lowest_latency: |
| 2818 | new_itr = 70000; |
| 2819 | break; |
| 2820 | case low_latency: |
| 2821 | new_itr = 20000; /* aka hwitr = ~200 */ |
| 2822 | break; |
| 2823 | case bulk_latency: |
| 2824 | new_itr = 4000; |
| 2825 | break; |
| 2826 | default: |
| 2827 | break; |
| 2828 | } |
| 2829 | |
| 2830 | set_itr_now: |
| 2831 | if (new_itr != adapter->itr) { |
| 2832 | /* this attempts to bias the interrupt rate towards Bulk |
| 2833 | * by adding intermediate steps when interrupt rate is |
| 2834 | * increasing */ |
| 2835 | new_itr = new_itr > adapter->itr ? |
| 2836 | min(adapter->itr + (new_itr >> 2), new_itr) : |
| 2837 | new_itr; |
| 2838 | adapter->itr = new_itr; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2839 | ew32(ITR, 1000000000 / (new_itr * 256)); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2840 | } |
| 2841 | |
| 2842 | return; |
| 2843 | } |
| 2844 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2845 | #define E1000_TX_FLAGS_CSUM 0x00000001 |
| 2846 | #define E1000_TX_FLAGS_VLAN 0x00000002 |
| 2847 | #define E1000_TX_FLAGS_TSO 0x00000004 |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2848 | #define E1000_TX_FLAGS_IPV4 0x00000008 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2849 | #define E1000_TX_FLAGS_VLAN_MASK 0xffff0000 |
| 2850 | #define E1000_TX_FLAGS_VLAN_SHIFT 16 |
| 2851 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2852 | static int e1000_tso(struct e1000_adapter *adapter, |
| 2853 | struct e1000_tx_ring *tx_ring, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2854 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2855 | struct e1000_context_desc *context_desc; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2856 | struct e1000_buffer *buffer_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2857 | unsigned int i; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2858 | u32 cmd_length = 0; |
| 2859 | u16 ipcse = 0, tucse, mss; |
| 2860 | u8 ipcss, ipcso, tucss, tucso, hdr_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2861 | int err; |
| 2862 | |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 2863 | if (skb_is_gso(skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2864 | if (skb_header_cloned(skb)) { |
| 2865 | err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); |
| 2866 | if (err) |
| 2867 | return err; |
| 2868 | } |
| 2869 | |
Arnaldo Carvalho de Melo | ab6a5bb | 2007-03-18 17:43:48 -0700 | [diff] [blame] | 2870 | hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); |
Herbert Xu | 7967168 | 2006-06-22 02:40:14 -0700 | [diff] [blame] | 2871 | mss = skb_shinfo(skb)->gso_size; |
Alexey Dobriyan | 6082823 | 2006-05-23 14:52:21 -0700 | [diff] [blame] | 2872 | if (skb->protocol == htons(ETH_P_IP)) { |
Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 2873 | struct iphdr *iph = ip_hdr(skb); |
| 2874 | iph->tot_len = 0; |
| 2875 | iph->check = 0; |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2876 | tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr, |
| 2877 | iph->daddr, 0, |
| 2878 | IPPROTO_TCP, |
| 2879 | 0); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2880 | cmd_length = E1000_TXD_CMD_IP; |
Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 2881 | ipcse = skb_transport_offset(skb) - 1; |
Auke Kok | e15fdd0 | 2006-08-16 11:28:45 -0700 | [diff] [blame] | 2882 | } else if (skb->protocol == htons(ETH_P_IPV6)) { |
Arnaldo Carvalho de Melo | 0660e03 | 2007-04-25 17:54:47 -0700 | [diff] [blame] | 2883 | ipv6_hdr(skb)->payload_len = 0; |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2884 | tcp_hdr(skb)->check = |
Arnaldo Carvalho de Melo | 0660e03 | 2007-04-25 17:54:47 -0700 | [diff] [blame] | 2885 | ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr, |
| 2886 | &ipv6_hdr(skb)->daddr, |
| 2887 | 0, IPPROTO_TCP, 0); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2888 | ipcse = 0; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2889 | } |
Arnaldo Carvalho de Melo | bbe735e | 2007-03-10 22:16:10 -0300 | [diff] [blame] | 2890 | ipcss = skb_network_offset(skb); |
Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 2891 | ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data; |
Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 2892 | tucss = skb_transport_offset(skb); |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2893 | tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2894 | tucse = 0; |
| 2895 | |
| 2896 | cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2897 | E1000_TXD_CMD_TCP | (skb->len - (hdr_len))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2898 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2899 | i = tx_ring->next_to_use; |
| 2900 | context_desc = E1000_CONTEXT_DESC(*tx_ring, i); |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2901 | buffer_info = &tx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2902 | |
| 2903 | context_desc->lower_setup.ip_fields.ipcss = ipcss; |
| 2904 | context_desc->lower_setup.ip_fields.ipcso = ipcso; |
| 2905 | context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse); |
| 2906 | context_desc->upper_setup.tcp_fields.tucss = tucss; |
| 2907 | context_desc->upper_setup.tcp_fields.tucso = tucso; |
| 2908 | context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse); |
| 2909 | context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss); |
| 2910 | context_desc->tcp_seg_setup.fields.hdr_len = hdr_len; |
| 2911 | context_desc->cmd_and_length = cpu_to_le32(cmd_length); |
| 2912 | |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2913 | buffer_info->time_stamp = jiffies; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2914 | buffer_info->next_to_watch = i; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2915 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2916 | if (++i == tx_ring->count) i = 0; |
| 2917 | tx_ring->next_to_use = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2918 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2919 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2920 | } |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2921 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2922 | } |
| 2923 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2924 | static bool e1000_tx_csum(struct e1000_adapter *adapter, |
| 2925 | struct e1000_tx_ring *tx_ring, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2926 | { |
| 2927 | struct e1000_context_desc *context_desc; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2928 | struct e1000_buffer *buffer_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2929 | unsigned int i; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2930 | u8 css; |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2931 | u32 cmd_len = E1000_TXD_CMD_DEXT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2932 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2933 | if (skb->ip_summed != CHECKSUM_PARTIAL) |
| 2934 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2935 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2936 | switch (skb->protocol) { |
Harvey Harrison | 09640e6 | 2009-02-01 00:45:17 -0800 | [diff] [blame] | 2937 | case cpu_to_be16(ETH_P_IP): |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2938 | if (ip_hdr(skb)->protocol == IPPROTO_TCP) |
| 2939 | cmd_len |= E1000_TXD_CMD_TCP; |
| 2940 | break; |
Harvey Harrison | 09640e6 | 2009-02-01 00:45:17 -0800 | [diff] [blame] | 2941 | case cpu_to_be16(ETH_P_IPV6): |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2942 | /* XXX not handling all IPV6 headers */ |
| 2943 | if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP) |
| 2944 | cmd_len |= E1000_TXD_CMD_TCP; |
| 2945 | break; |
| 2946 | default: |
| 2947 | if (unlikely(net_ratelimit())) |
| 2948 | DPRINTK(DRV, WARNING, |
| 2949 | "checksum_partial proto=%x!\n", skb->protocol); |
| 2950 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2951 | } |
| 2952 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2953 | css = skb_transport_offset(skb); |
| 2954 | |
| 2955 | i = tx_ring->next_to_use; |
| 2956 | buffer_info = &tx_ring->buffer_info[i]; |
| 2957 | context_desc = E1000_CONTEXT_DESC(*tx_ring, i); |
| 2958 | |
| 2959 | context_desc->lower_setup.ip_config = 0; |
| 2960 | context_desc->upper_setup.tcp_fields.tucss = css; |
| 2961 | context_desc->upper_setup.tcp_fields.tucso = |
| 2962 | css + skb->csum_offset; |
| 2963 | context_desc->upper_setup.tcp_fields.tucse = 0; |
| 2964 | context_desc->tcp_seg_setup.data = 0; |
| 2965 | context_desc->cmd_and_length = cpu_to_le32(cmd_len); |
| 2966 | |
| 2967 | buffer_info->time_stamp = jiffies; |
| 2968 | buffer_info->next_to_watch = i; |
| 2969 | |
| 2970 | if (unlikely(++i == tx_ring->count)) i = 0; |
| 2971 | tx_ring->next_to_use = i; |
| 2972 | |
| 2973 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2974 | } |
| 2975 | |
| 2976 | #define E1000_MAX_TXD_PWR 12 |
| 2977 | #define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR) |
| 2978 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2979 | static int e1000_tx_map(struct e1000_adapter *adapter, |
| 2980 | struct e1000_tx_ring *tx_ring, |
| 2981 | struct sk_buff *skb, unsigned int first, |
| 2982 | unsigned int max_per_txd, unsigned int nr_frags, |
| 2983 | unsigned int mss) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2984 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2985 | struct e1000_hw *hw = &adapter->hw; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2986 | struct e1000_buffer *buffer_info; |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2987 | unsigned int len = skb_headlen(skb); |
| 2988 | unsigned int offset, size, count = 0, i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2989 | unsigned int f; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2990 | dma_addr_t *map; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2991 | |
| 2992 | i = tx_ring->next_to_use; |
| 2993 | |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2994 | if (skb_dma_map(&adapter->pdev->dev, skb, DMA_TO_DEVICE)) { |
| 2995 | dev_err(&adapter->pdev->dev, "TX DMA map failed\n"); |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2996 | return 0; |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2997 | } |
| 2998 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2999 | map = skb_shinfo(skb)->dma_maps; |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 3000 | offset = 0; |
| 3001 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3002 | while (len) { |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3003 | buffer_info = &tx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3004 | size = min(len, max_per_txd); |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3005 | /* Workaround for Controller erratum -- |
| 3006 | * descriptor for non-tso packet in a linear SKB that follows a |
| 3007 | * tso gets written back prematurely before the data is fully |
Jeff Kirsher | 0f15a8f | 2006-03-02 18:46:29 -0800 | [diff] [blame] | 3008 | * DMA'd to the controller */ |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3009 | if (!skb->data_len && tx_ring->last_tx_tso && |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 3010 | !skb_is_gso(skb)) { |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3011 | tx_ring->last_tx_tso = 0; |
| 3012 | size -= 4; |
| 3013 | } |
| 3014 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3015 | /* Workaround for premature desc write-backs |
| 3016 | * in TSO mode. Append 4-byte sentinel desc */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3017 | if (unlikely(mss && !nr_frags && size == len && size > 8)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3018 | size -= 4; |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3019 | /* work-around for errata 10 and it applies |
| 3020 | * to all controllers in PCI-X mode |
| 3021 | * The fix is to make sure that the first descriptor of a |
| 3022 | * packet is smaller than 2048 - 16 - 16 (or 2016) bytes |
| 3023 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3024 | if (unlikely((hw->bus_type == e1000_bus_type_pcix) && |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3025 | (size > 2015) && count == 0)) |
| 3026 | size = 2015; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3027 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3028 | /* Workaround for potential 82544 hang in PCI-X. Avoid |
| 3029 | * terminating buffers within evenly-aligned dwords. */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3030 | if (unlikely(adapter->pcix_82544 && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3031 | !((unsigned long)(skb->data + offset + size - 1) & 4) && |
| 3032 | size > 4)) |
| 3033 | size -= 4; |
| 3034 | |
| 3035 | buffer_info->length = size; |
Eric Dumazet | 042a53a | 2009-06-05 04:04:16 +0000 | [diff] [blame] | 3036 | buffer_info->dma = skb_shinfo(skb)->dma_head + offset; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3037 | buffer_info->time_stamp = jiffies; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 3038 | buffer_info->next_to_watch = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3039 | |
| 3040 | len -= size; |
| 3041 | offset += size; |
| 3042 | count++; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3043 | if (len) { |
| 3044 | i++; |
| 3045 | if (unlikely(i == tx_ring->count)) |
| 3046 | i = 0; |
| 3047 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3048 | } |
| 3049 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3050 | for (f = 0; f < nr_frags; f++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3051 | struct skb_frag_struct *frag; |
| 3052 | |
| 3053 | frag = &skb_shinfo(skb)->frags[f]; |
| 3054 | len = frag->size; |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 3055 | offset = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3056 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3057 | while (len) { |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3058 | i++; |
| 3059 | if (unlikely(i == tx_ring->count)) |
| 3060 | i = 0; |
| 3061 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3062 | buffer_info = &tx_ring->buffer_info[i]; |
| 3063 | size = min(len, max_per_txd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3064 | /* Workaround for premature desc write-backs |
| 3065 | * in TSO mode. Append 4-byte sentinel desc */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3066 | if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3067 | size -= 4; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3068 | /* Workaround for potential 82544 hang in PCI-X. |
| 3069 | * Avoid terminating buffers within evenly-aligned |
| 3070 | * dwords. */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3071 | if (unlikely(adapter->pcix_82544 && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3072 | !((unsigned long)(frag->page+offset+size-1) & 4) && |
| 3073 | size > 4)) |
| 3074 | size -= 4; |
| 3075 | |
| 3076 | buffer_info->length = size; |
Eric Dumazet | 042a53a | 2009-06-05 04:04:16 +0000 | [diff] [blame] | 3077 | buffer_info->dma = map[f] + offset; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3078 | buffer_info->time_stamp = jiffies; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 3079 | buffer_info->next_to_watch = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3080 | |
| 3081 | len -= size; |
| 3082 | offset += size; |
| 3083 | count++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3084 | } |
| 3085 | } |
| 3086 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3087 | tx_ring->buffer_info[i].skb = skb; |
| 3088 | tx_ring->buffer_info[first].next_to_watch = i; |
| 3089 | |
| 3090 | return count; |
| 3091 | } |
| 3092 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3093 | static void e1000_tx_queue(struct e1000_adapter *adapter, |
| 3094 | struct e1000_tx_ring *tx_ring, int tx_flags, |
| 3095 | int count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3096 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3097 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3098 | struct e1000_tx_desc *tx_desc = NULL; |
| 3099 | struct e1000_buffer *buffer_info; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3100 | u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3101 | unsigned int i; |
| 3102 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3103 | if (likely(tx_flags & E1000_TX_FLAGS_TSO)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3104 | txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D | |
| 3105 | E1000_TXD_CMD_TSE; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3106 | txd_upper |= E1000_TXD_POPTS_TXSM << 8; |
| 3107 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3108 | if (likely(tx_flags & E1000_TX_FLAGS_IPV4)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3109 | txd_upper |= E1000_TXD_POPTS_IXSM << 8; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3110 | } |
| 3111 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3112 | if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3113 | txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; |
| 3114 | txd_upper |= E1000_TXD_POPTS_TXSM << 8; |
| 3115 | } |
| 3116 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3117 | if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3118 | txd_lower |= E1000_TXD_CMD_VLE; |
| 3119 | txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); |
| 3120 | } |
| 3121 | |
| 3122 | i = tx_ring->next_to_use; |
| 3123 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3124 | while (count--) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3125 | buffer_info = &tx_ring->buffer_info[i]; |
| 3126 | tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3127 | tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 3128 | tx_desc->lower.data = |
| 3129 | cpu_to_le32(txd_lower | buffer_info->length); |
| 3130 | tx_desc->upper.data = cpu_to_le32(txd_upper); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3131 | if (unlikely(++i == tx_ring->count)) i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3132 | } |
| 3133 | |
| 3134 | tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd); |
| 3135 | |
| 3136 | /* Force memory writes to complete before letting h/w |
| 3137 | * know there are new descriptors to fetch. (Only |
| 3138 | * applicable for weak-ordered memory model archs, |
| 3139 | * such as IA-64). */ |
| 3140 | wmb(); |
| 3141 | |
| 3142 | tx_ring->next_to_use = i; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3143 | writel(i, hw->hw_addr + tx_ring->tdt); |
Jesse Brandeburg | 2ce9047 | 2006-11-01 08:47:42 -0800 | [diff] [blame] | 3144 | /* we need this if more than one processor can write to our tail |
| 3145 | * at a time, it syncronizes IO on IA64/Altix systems */ |
| 3146 | mmiowb(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3147 | } |
| 3148 | |
| 3149 | /** |
| 3150 | * 82547 workaround to avoid controller hang in half-duplex environment. |
| 3151 | * The workaround is to avoid queuing a large packet that would span |
| 3152 | * the internal Tx FIFO ring boundary by notifying the stack to resend |
| 3153 | * the packet at a later time. This gives the Tx FIFO an opportunity to |
| 3154 | * flush all packets. When that occurs, we reset the Tx FIFO pointers |
| 3155 | * to the beginning of the Tx FIFO. |
| 3156 | **/ |
| 3157 | |
| 3158 | #define E1000_FIFO_HDR 0x10 |
| 3159 | #define E1000_82547_PAD_LEN 0x3E0 |
| 3160 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3161 | static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter, |
| 3162 | struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3163 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3164 | u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; |
| 3165 | u32 skb_fifo_len = skb->len + E1000_FIFO_HDR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3166 | |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 3167 | skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3168 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3169 | if (adapter->link_duplex != HALF_DUPLEX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3170 | goto no_fifo_stall_required; |
| 3171 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3172 | if (atomic_read(&adapter->tx_fifo_stall)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3173 | return 1; |
| 3174 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3175 | if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3176 | atomic_set(&adapter->tx_fifo_stall, 1); |
| 3177 | return 1; |
| 3178 | } |
| 3179 | |
| 3180 | no_fifo_stall_required: |
| 3181 | adapter->tx_fifo_head += skb_fifo_len; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3182 | if (adapter->tx_fifo_head >= adapter->tx_fifo_size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3183 | adapter->tx_fifo_head -= adapter->tx_fifo_size; |
| 3184 | return 0; |
| 3185 | } |
| 3186 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3187 | #define MINIMUM_DHCP_PACKET_SIZE 282 |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3188 | static int e1000_transfer_dhcp_info(struct e1000_adapter *adapter, |
| 3189 | struct sk_buff *skb) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3190 | { |
| 3191 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3192 | u16 length, offset; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3193 | if (vlan_tx_tag_present(skb)) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3194 | if (!((vlan_tx_tag_get(skb) == hw->mng_cookie.vlan_id) && |
| 3195 | ( hw->mng_cookie.status & |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3196 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) ) |
| 3197 | return 0; |
| 3198 | } |
Jeff Kirsher | 20a4402 | 2006-03-02 18:18:08 -0800 | [diff] [blame] | 3199 | if (skb->len > MINIMUM_DHCP_PACKET_SIZE) { |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 3200 | struct ethhdr *eth = (struct ethhdr *)skb->data; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3201 | if ((htons(ETH_P_IP) == eth->h_proto)) { |
| 3202 | const struct iphdr *ip = |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3203 | (struct iphdr *)((u8 *)skb->data+14); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3204 | if (IPPROTO_UDP == ip->protocol) { |
| 3205 | struct udphdr *udp = |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3206 | (struct udphdr *)((u8 *)ip + |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3207 | (ip->ihl << 2)); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3208 | if (ntohs(udp->dest) == 67) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3209 | offset = (u8 *)udp + 8 - skb->data; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3210 | length = skb->len - offset; |
| 3211 | |
| 3212 | return e1000_mng_write_dhcp_info(hw, |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3213 | (u8 *)udp + 8, |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3214 | length); |
| 3215 | } |
| 3216 | } |
| 3217 | } |
| 3218 | } |
| 3219 | return 0; |
| 3220 | } |
| 3221 | |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3222 | static int __e1000_maybe_stop_tx(struct net_device *netdev, int size) |
| 3223 | { |
| 3224 | struct e1000_adapter *adapter = netdev_priv(netdev); |
| 3225 | struct e1000_tx_ring *tx_ring = adapter->tx_ring; |
| 3226 | |
| 3227 | netif_stop_queue(netdev); |
| 3228 | /* Herbert's original patch had: |
| 3229 | * smp_mb__after_netif_stop_queue(); |
| 3230 | * but since that doesn't exist yet, just open code it. */ |
| 3231 | smp_mb(); |
| 3232 | |
| 3233 | /* We need to check again in a case another CPU has just |
| 3234 | * made room available. */ |
| 3235 | if (likely(E1000_DESC_UNUSED(tx_ring) < size)) |
| 3236 | return -EBUSY; |
| 3237 | |
| 3238 | /* A reprieve! */ |
| 3239 | netif_start_queue(netdev); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3240 | ++adapter->restart_queue; |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3241 | return 0; |
| 3242 | } |
| 3243 | |
| 3244 | static int e1000_maybe_stop_tx(struct net_device *netdev, |
| 3245 | struct e1000_tx_ring *tx_ring, int size) |
| 3246 | { |
| 3247 | if (likely(E1000_DESC_UNUSED(tx_ring) >= size)) |
| 3248 | return 0; |
| 3249 | return __e1000_maybe_stop_tx(netdev, size); |
| 3250 | } |
| 3251 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3252 | #define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 ) |
Stephen Hemminger | 3b29a56 | 2009-08-31 19:50:55 +0000 | [diff] [blame] | 3253 | static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb, |
| 3254 | struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3255 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3256 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3257 | struct e1000_hw *hw = &adapter->hw; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3258 | struct e1000_tx_ring *tx_ring; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3259 | unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD; |
| 3260 | unsigned int max_txd_pwr = E1000_MAX_TXD_PWR; |
| 3261 | unsigned int tx_flags = 0; |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3262 | unsigned int len = skb->len - skb->data_len; |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3263 | unsigned int nr_frags; |
| 3264 | unsigned int mss; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3265 | int count = 0; |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 3266 | int tso; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3267 | unsigned int f; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3268 | |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3269 | /* This goes back to the question of how to logically map a tx queue |
| 3270 | * to a flow. Right now, performance is impacted slightly negatively |
| 3271 | * if using multiple tx queues. If the stack breaks away from a |
| 3272 | * single qdisc implementation, we can look at this again. */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3273 | tx_ring = adapter->tx_ring; |
Mallikarjuna R Chilakala | 24025e4 | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 3274 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3275 | if (unlikely(skb->len <= 0)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3276 | dev_kfree_skb_any(skb); |
| 3277 | return NETDEV_TX_OK; |
| 3278 | } |
| 3279 | |
Jesse Brandeburg | 032fe6e | 2006-10-24 14:46:04 -0700 | [diff] [blame] | 3280 | /* 82571 and newer doesn't need the workaround that limited descriptor |
| 3281 | * length to 4kB */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3282 | if (hw->mac_type >= e1000_82571) |
Jesse Brandeburg | 032fe6e | 2006-10-24 14:46:04 -0700 | [diff] [blame] | 3283 | max_per_txd = 8192; |
| 3284 | |
Herbert Xu | 7967168 | 2006-06-22 02:40:14 -0700 | [diff] [blame] | 3285 | mss = skb_shinfo(skb)->gso_size; |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 3286 | /* The controller does a simple calculation to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3287 | * make sure there is enough room in the FIFO before |
| 3288 | * initiating the DMA for each buffer. The calc is: |
| 3289 | * 4 = ceil(buffer len/mss). To make sure we don't |
| 3290 | * overrun the FIFO, adjust the max buffer len if mss |
| 3291 | * drops. */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3292 | if (mss) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3293 | u8 hdr_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3294 | max_per_txd = min(mss << 2, max_per_txd); |
| 3295 | max_txd_pwr = fls(max_per_txd) - 1; |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3296 | |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 3297 | /* TSO Workaround for 82571/2/3 Controllers -- if skb->data |
| 3298 | * points to just header, pull a few bytes of payload from |
| 3299 | * frags into skb->data */ |
Arnaldo Carvalho de Melo | ab6a5bb | 2007-03-18 17:43:48 -0700 | [diff] [blame] | 3300 | hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3301 | if (skb->data_len && hdr_len == len) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3302 | switch (hw->mac_type) { |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3303 | unsigned int pull_size; |
Herbert Xu | 683a2aa | 2006-12-16 12:04:33 +1100 | [diff] [blame] | 3304 | case e1000_82544: |
| 3305 | /* Make sure we have room to chop off 4 bytes, |
| 3306 | * and that the end alignment will work out to |
| 3307 | * this hardware's requirements |
| 3308 | * NOTE: this is a TSO only workaround |
| 3309 | * if end byte alignment not correct move us |
| 3310 | * into the next dword */ |
Arnaldo Carvalho de Melo | 27a884d | 2007-04-19 20:29:13 -0700 | [diff] [blame] | 3311 | if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4) |
Herbert Xu | 683a2aa | 2006-12-16 12:04:33 +1100 | [diff] [blame] | 3312 | break; |
| 3313 | /* fall through */ |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3314 | case e1000_82571: |
| 3315 | case e1000_82572: |
| 3316 | case e1000_82573: |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3317 | case e1000_ich8lan: |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3318 | pull_size = min((unsigned int)4, skb->data_len); |
| 3319 | if (!__pskb_pull_tail(skb, pull_size)) { |
Auke Kok | a5eafce | 2006-06-27 09:06:49 -0700 | [diff] [blame] | 3320 | DPRINTK(DRV, ERR, |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3321 | "__pskb_pull_tail failed.\n"); |
| 3322 | dev_kfree_skb_any(skb); |
Jeff Garzik | 749dfc7 | 2006-03-11 13:35:31 -0500 | [diff] [blame] | 3323 | return NETDEV_TX_OK; |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3324 | } |
| 3325 | len = skb->len - skb->data_len; |
| 3326 | break; |
| 3327 | default: |
| 3328 | /* do nothing */ |
| 3329 | break; |
Jeff Kirsher | d74bbd3 | 2006-01-12 16:51:07 -0800 | [diff] [blame] | 3330 | } |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3331 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3332 | } |
| 3333 | |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3334 | /* reserve a descriptor for the offload context */ |
Patrick McHardy | 84fa793 | 2006-08-29 16:44:56 -0700 | [diff] [blame] | 3335 | if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3336 | count++; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3337 | count++; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3338 | |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3339 | /* Controller Erratum workaround */ |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 3340 | if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb)) |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3341 | count++; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3342 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3343 | count += TXD_USE_COUNT(len, max_txd_pwr); |
| 3344 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3345 | if (adapter->pcix_82544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3346 | count++; |
| 3347 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3348 | /* work-around for errata 10 and it applies to all controllers |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3349 | * in PCI-X mode, so add one more descriptor to the count |
| 3350 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3351 | if (unlikely((hw->bus_type == e1000_bus_type_pcix) && |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3352 | (len > 2015))) |
| 3353 | count++; |
| 3354 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3355 | nr_frags = skb_shinfo(skb)->nr_frags; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3356 | for (f = 0; f < nr_frags; f++) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3357 | count += TXD_USE_COUNT(skb_shinfo(skb)->frags[f].size, |
| 3358 | max_txd_pwr); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3359 | if (adapter->pcix_82544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3360 | count += nr_frags; |
| 3361 | |
Jeff Kirsher | 0f15a8f | 2006-03-02 18:46:29 -0800 | [diff] [blame] | 3362 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3363 | if (hw->tx_pkt_filtering && |
| 3364 | (hw->mac_type == e1000_82573)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3365 | e1000_transfer_dhcp_info(adapter, skb); |
| 3366 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3367 | /* need: count + 2 desc gap to keep tail from touching |
| 3368 | * head, otherwise try next time */ |
Alexander Duyck | 8017943 | 2009-01-21 14:42:47 -0800 | [diff] [blame] | 3369 | if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3370 | return NETDEV_TX_BUSY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3371 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3372 | if (unlikely(hw->mac_type == e1000_82547)) { |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3373 | if (unlikely(e1000_82547_fifo_workaround(adapter, skb))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3374 | netif_stop_queue(netdev); |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 3375 | mod_timer(&adapter->tx_fifo_stall_timer, jiffies + 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3376 | return NETDEV_TX_BUSY; |
| 3377 | } |
| 3378 | } |
| 3379 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3380 | if (unlikely(adapter->vlgrp && vlan_tx_tag_present(skb))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3381 | tx_flags |= E1000_TX_FLAGS_VLAN; |
| 3382 | tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT); |
| 3383 | } |
| 3384 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3385 | first = tx_ring->next_to_use; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3386 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3387 | tso = e1000_tso(adapter, tx_ring, skb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3388 | if (tso < 0) { |
| 3389 | dev_kfree_skb_any(skb); |
| 3390 | return NETDEV_TX_OK; |
| 3391 | } |
| 3392 | |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3393 | if (likely(tso)) { |
| 3394 | tx_ring->last_tx_tso = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3395 | tx_flags |= E1000_TX_FLAGS_TSO; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3396 | } else if (likely(e1000_tx_csum(adapter, tx_ring, skb))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3397 | tx_flags |= E1000_TX_FLAGS_CSUM; |
| 3398 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3399 | /* Old method was to assume IPv4 packet by default if TSO was enabled. |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 3400 | * 82571 hardware supports TSO capabilities for IPv6 as well... |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3401 | * no longer assume, we must. */ |
Alexey Dobriyan | 6082823 | 2006-05-23 14:52:21 -0700 | [diff] [blame] | 3402 | if (likely(skb->protocol == htons(ETH_P_IP))) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3403 | tx_flags |= E1000_TX_FLAGS_IPV4; |
| 3404 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3405 | count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd, |
| 3406 | nr_frags, mss); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3407 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3408 | if (count) { |
| 3409 | e1000_tx_queue(adapter, tx_ring, tx_flags, count); |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3410 | /* Make sure there is space in the ring for the next send. */ |
| 3411 | e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3412 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3413 | } else { |
| 3414 | dev_kfree_skb_any(skb); |
| 3415 | tx_ring->buffer_info[first].time_stamp = 0; |
| 3416 | tx_ring->next_to_use = first; |
| 3417 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3418 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3419 | return NETDEV_TX_OK; |
| 3420 | } |
| 3421 | |
| 3422 | /** |
| 3423 | * e1000_tx_timeout - Respond to a Tx Hang |
| 3424 | * @netdev: network interface device structure |
| 3425 | **/ |
| 3426 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3427 | static void e1000_tx_timeout(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3428 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3429 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3430 | |
| 3431 | /* Do the reset outside of interrupt context */ |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3432 | adapter->tx_timeout_count++; |
| 3433 | schedule_work(&adapter->reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3434 | } |
| 3435 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3436 | static void e1000_reset_task(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3437 | { |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 3438 | struct e1000_adapter *adapter = |
| 3439 | container_of(work, struct e1000_adapter, reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3440 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 3441 | e1000_reinit_locked(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3442 | } |
| 3443 | |
| 3444 | /** |
| 3445 | * e1000_get_stats - Get System Network Statistics |
| 3446 | * @netdev: network interface device structure |
| 3447 | * |
| 3448 | * Returns the address of the device statistics structure. |
| 3449 | * The statistics are actually updated from the timer callback. |
| 3450 | **/ |
| 3451 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3452 | static struct net_device_stats *e1000_get_stats(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3453 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3454 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3455 | |
Jeff Kirsher | 6b7660c | 2006-01-12 16:50:35 -0800 | [diff] [blame] | 3456 | /* only return the current stats */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3457 | return &adapter->net_stats; |
| 3458 | } |
| 3459 | |
| 3460 | /** |
| 3461 | * e1000_change_mtu - Change the Maximum Transfer Unit |
| 3462 | * @netdev: network interface device structure |
| 3463 | * @new_mtu: new value for maximum frame size |
| 3464 | * |
| 3465 | * Returns 0 on success, negative on failure |
| 3466 | **/ |
| 3467 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3468 | static int e1000_change_mtu(struct net_device *netdev, int new_mtu) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3469 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3470 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3471 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3472 | int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3473 | u16 eeprom_data = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3474 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3475 | if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) || |
| 3476 | (max_frame > MAX_JUMBO_FRAME_SIZE)) { |
| 3477 | DPRINTK(PROBE, ERR, "Invalid MTU setting\n"); |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 3478 | return -EINVAL; |
| 3479 | } |
| 3480 | |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3481 | /* Adapter-specific max frame size limits. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3482 | switch (hw->mac_type) { |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3483 | case e1000_undefined ... e1000_82542_rev2_1: |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3484 | case e1000_ich8lan: |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3485 | if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) { |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3486 | DPRINTK(PROBE, ERR, "Jumbo Frames not supported.\n"); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3487 | return -EINVAL; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3488 | } |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3489 | break; |
Jeff Kirsher | 85b22eb | 2006-03-02 18:20:29 -0800 | [diff] [blame] | 3490 | case e1000_82573: |
Bruce Allan | 249d71d | 2006-09-27 12:53:45 -0700 | [diff] [blame] | 3491 | /* Jumbo Frames not supported if: |
| 3492 | * - this is not an 82573L device |
| 3493 | * - ASPM is enabled in any way (0x1A bits 3:2) */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3494 | e1000_read_eeprom(hw, EEPROM_INIT_3GIO_3, 1, |
Jeff Kirsher | 85b22eb | 2006-03-02 18:20:29 -0800 | [diff] [blame] | 3495 | &eeprom_data); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3496 | if ((hw->device_id != E1000_DEV_ID_82573L) || |
Bruce Allan | 249d71d | 2006-09-27 12:53:45 -0700 | [diff] [blame] | 3497 | (eeprom_data & EEPROM_WORD1A_ASPM_MASK)) { |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3498 | if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) { |
Jeff Kirsher | 85b22eb | 2006-03-02 18:20:29 -0800 | [diff] [blame] | 3499 | DPRINTK(PROBE, ERR, |
| 3500 | "Jumbo Frames not supported.\n"); |
| 3501 | return -EINVAL; |
| 3502 | } |
| 3503 | break; |
| 3504 | } |
Bruce Allan | 249d71d | 2006-09-27 12:53:45 -0700 | [diff] [blame] | 3505 | /* ERT will be enabled later to enable wire speed receives */ |
| 3506 | |
Jeff Kirsher | 85b22eb | 2006-03-02 18:20:29 -0800 | [diff] [blame] | 3507 | /* fall through to get support */ |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3508 | case e1000_82571: |
| 3509 | case e1000_82572: |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3510 | case e1000_80003es2lan: |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3511 | #define MAX_STD_JUMBO_FRAME_SIZE 9234 |
| 3512 | if (max_frame > MAX_STD_JUMBO_FRAME_SIZE) { |
| 3513 | DPRINTK(PROBE, ERR, "MTU > 9216 not supported.\n"); |
| 3514 | return -EINVAL; |
| 3515 | } |
| 3516 | break; |
| 3517 | default: |
| 3518 | /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */ |
| 3519 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3520 | } |
| 3521 | |
David S. Miller | 87f5032 | 2006-07-31 22:39:40 -0700 | [diff] [blame] | 3522 | /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3523 | * means we reserve 2 more, this pushes us to allocate from the next |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3524 | * larger slab size. |
| 3525 | * i.e. RXBUFFER_2048 --> size-4096 slab |
| 3526 | * however with the new *_jumbo_rx* routines, jumbo receives will use |
| 3527 | * fragmented skbs */ |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3528 | |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3529 | if (max_frame <= E1000_RXBUFFER_256) |
| 3530 | adapter->rx_buffer_len = E1000_RXBUFFER_256; |
| 3531 | else if (max_frame <= E1000_RXBUFFER_512) |
| 3532 | adapter->rx_buffer_len = E1000_RXBUFFER_512; |
| 3533 | else if (max_frame <= E1000_RXBUFFER_1024) |
| 3534 | adapter->rx_buffer_len = E1000_RXBUFFER_1024; |
| 3535 | else if (max_frame <= E1000_RXBUFFER_2048) |
| 3536 | adapter->rx_buffer_len = E1000_RXBUFFER_2048; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3537 | else |
| 3538 | #if (PAGE_SIZE >= E1000_RXBUFFER_16384) |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3539 | adapter->rx_buffer_len = E1000_RXBUFFER_16384; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3540 | #elif (PAGE_SIZE >= E1000_RXBUFFER_4096) |
| 3541 | adapter->rx_buffer_len = PAGE_SIZE; |
| 3542 | #endif |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3543 | |
| 3544 | /* adjust allocation if LPE protects us, and we aren't using SBP */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3545 | if (!hw->tbi_compatibility_on && |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3546 | ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) || |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3547 | (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE))) |
| 3548 | adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3549 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3550 | netdev->mtu = new_mtu; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3551 | hw->max_frame_size = max_frame; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3552 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 3553 | if (netif_running(netdev)) |
| 3554 | e1000_reinit_locked(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3555 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3556 | return 0; |
| 3557 | } |
| 3558 | |
| 3559 | /** |
| 3560 | * e1000_update_stats - Update the board statistics counters |
| 3561 | * @adapter: board private structure |
| 3562 | **/ |
| 3563 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3564 | void e1000_update_stats(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3565 | { |
| 3566 | struct e1000_hw *hw = &adapter->hw; |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3567 | struct pci_dev *pdev = adapter->pdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3568 | unsigned long flags; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3569 | u16 phy_tmp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3570 | |
| 3571 | #define PHY_IDLE_ERROR_COUNT_MASK 0x00FF |
| 3572 | |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3573 | /* |
| 3574 | * Prevent stats update while adapter is being reset, or if the pci |
| 3575 | * connection is down. |
| 3576 | */ |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 3577 | if (adapter->link_speed == 0) |
| 3578 | return; |
Linas Vepstas | 81b1955 | 2006-12-12 18:29:15 -0600 | [diff] [blame] | 3579 | if (pci_channel_offline(pdev)) |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3580 | return; |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 3581 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3582 | spin_lock_irqsave(&adapter->stats_lock, flags); |
| 3583 | |
Masatake YAMATO | 828d055 | 2007-10-20 03:06:37 +0200 | [diff] [blame] | 3584 | /* these counters are modified from e1000_tbi_adjust_stats, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3585 | * called from the interrupt context, so they must only |
| 3586 | * be written while holding adapter->stats_lock |
| 3587 | */ |
| 3588 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3589 | adapter->stats.crcerrs += er32(CRCERRS); |
| 3590 | adapter->stats.gprc += er32(GPRC); |
| 3591 | adapter->stats.gorcl += er32(GORCL); |
| 3592 | adapter->stats.gorch += er32(GORCH); |
| 3593 | adapter->stats.bprc += er32(BPRC); |
| 3594 | adapter->stats.mprc += er32(MPRC); |
| 3595 | adapter->stats.roc += er32(ROC); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3596 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3597 | if (hw->mac_type != e1000_ich8lan) { |
| 3598 | adapter->stats.prc64 += er32(PRC64); |
| 3599 | adapter->stats.prc127 += er32(PRC127); |
| 3600 | adapter->stats.prc255 += er32(PRC255); |
| 3601 | adapter->stats.prc511 += er32(PRC511); |
| 3602 | adapter->stats.prc1023 += er32(PRC1023); |
| 3603 | adapter->stats.prc1522 += er32(PRC1522); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3604 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3605 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3606 | adapter->stats.symerrs += er32(SYMERRS); |
| 3607 | adapter->stats.mpc += er32(MPC); |
| 3608 | adapter->stats.scc += er32(SCC); |
| 3609 | adapter->stats.ecol += er32(ECOL); |
| 3610 | adapter->stats.mcc += er32(MCC); |
| 3611 | adapter->stats.latecol += er32(LATECOL); |
| 3612 | adapter->stats.dc += er32(DC); |
| 3613 | adapter->stats.sec += er32(SEC); |
| 3614 | adapter->stats.rlec += er32(RLEC); |
| 3615 | adapter->stats.xonrxc += er32(XONRXC); |
| 3616 | adapter->stats.xontxc += er32(XONTXC); |
| 3617 | adapter->stats.xoffrxc += er32(XOFFRXC); |
| 3618 | adapter->stats.xofftxc += er32(XOFFTXC); |
| 3619 | adapter->stats.fcruc += er32(FCRUC); |
| 3620 | adapter->stats.gptc += er32(GPTC); |
| 3621 | adapter->stats.gotcl += er32(GOTCL); |
| 3622 | adapter->stats.gotch += er32(GOTCH); |
| 3623 | adapter->stats.rnbc += er32(RNBC); |
| 3624 | adapter->stats.ruc += er32(RUC); |
| 3625 | adapter->stats.rfc += er32(RFC); |
| 3626 | adapter->stats.rjc += er32(RJC); |
| 3627 | adapter->stats.torl += er32(TORL); |
| 3628 | adapter->stats.torh += er32(TORH); |
| 3629 | adapter->stats.totl += er32(TOTL); |
| 3630 | adapter->stats.toth += er32(TOTH); |
| 3631 | adapter->stats.tpr += er32(TPR); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3632 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3633 | if (hw->mac_type != e1000_ich8lan) { |
| 3634 | adapter->stats.ptc64 += er32(PTC64); |
| 3635 | adapter->stats.ptc127 += er32(PTC127); |
| 3636 | adapter->stats.ptc255 += er32(PTC255); |
| 3637 | adapter->stats.ptc511 += er32(PTC511); |
| 3638 | adapter->stats.ptc1023 += er32(PTC1023); |
| 3639 | adapter->stats.ptc1522 += er32(PTC1522); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3640 | } |
| 3641 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3642 | adapter->stats.mptc += er32(MPTC); |
| 3643 | adapter->stats.bptc += er32(BPTC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3644 | |
| 3645 | /* used for adaptive IFS */ |
| 3646 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3647 | hw->tx_packet_delta = er32(TPT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3648 | adapter->stats.tpt += hw->tx_packet_delta; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3649 | hw->collision_delta = er32(COLC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3650 | adapter->stats.colc += hw->collision_delta; |
| 3651 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3652 | if (hw->mac_type >= e1000_82543) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3653 | adapter->stats.algnerrc += er32(ALGNERRC); |
| 3654 | adapter->stats.rxerrc += er32(RXERRC); |
| 3655 | adapter->stats.tncrs += er32(TNCRS); |
| 3656 | adapter->stats.cexterr += er32(CEXTERR); |
| 3657 | adapter->stats.tsctc += er32(TSCTC); |
| 3658 | adapter->stats.tsctfc += er32(TSCTFC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3659 | } |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3660 | if (hw->mac_type > e1000_82547_rev_2) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3661 | adapter->stats.iac += er32(IAC); |
| 3662 | adapter->stats.icrxoc += er32(ICRXOC); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3663 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3664 | if (hw->mac_type != e1000_ich8lan) { |
| 3665 | adapter->stats.icrxptc += er32(ICRXPTC); |
| 3666 | adapter->stats.icrxatc += er32(ICRXATC); |
| 3667 | adapter->stats.ictxptc += er32(ICTXPTC); |
| 3668 | adapter->stats.ictxatc += er32(ICTXATC); |
| 3669 | adapter->stats.ictxqec += er32(ICTXQEC); |
| 3670 | adapter->stats.ictxqmtc += er32(ICTXQMTC); |
| 3671 | adapter->stats.icrxdmtc += er32(ICRXDMTC); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3672 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3673 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3674 | |
| 3675 | /* Fill out the OS statistics structure */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3676 | adapter->net_stats.multicast = adapter->stats.mprc; |
| 3677 | adapter->net_stats.collisions = adapter->stats.colc; |
| 3678 | |
| 3679 | /* Rx Errors */ |
| 3680 | |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3681 | /* RLEC on some newer hardware can be incorrect so build |
| 3682 | * our own version based on RUC and ROC */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3683 | adapter->net_stats.rx_errors = adapter->stats.rxerrc + |
| 3684 | adapter->stats.crcerrs + adapter->stats.algnerrc + |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3685 | adapter->stats.ruc + adapter->stats.roc + |
| 3686 | adapter->stats.cexterr; |
Mitch Williams | 4955985 | 2006-09-27 12:53:37 -0700 | [diff] [blame] | 3687 | adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc; |
| 3688 | adapter->net_stats.rx_length_errors = adapter->stats.rlerrc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3689 | adapter->net_stats.rx_crc_errors = adapter->stats.crcerrs; |
| 3690 | adapter->net_stats.rx_frame_errors = adapter->stats.algnerrc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3691 | adapter->net_stats.rx_missed_errors = adapter->stats.mpc; |
| 3692 | |
| 3693 | /* Tx Errors */ |
Mitch Williams | 4955985 | 2006-09-27 12:53:37 -0700 | [diff] [blame] | 3694 | adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol; |
| 3695 | adapter->net_stats.tx_errors = adapter->stats.txerrc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3696 | adapter->net_stats.tx_aborted_errors = adapter->stats.ecol; |
| 3697 | adapter->net_stats.tx_window_errors = adapter->stats.latecol; |
| 3698 | adapter->net_stats.tx_carrier_errors = adapter->stats.tncrs; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3699 | if (hw->bad_tx_carr_stats_fd && |
Jeff Garzik | 167fb28 | 2006-12-15 10:41:15 -0500 | [diff] [blame] | 3700 | adapter->link_duplex == FULL_DUPLEX) { |
| 3701 | adapter->net_stats.tx_carrier_errors = 0; |
| 3702 | adapter->stats.tncrs = 0; |
| 3703 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3704 | |
| 3705 | /* Tx Dropped needs to be maintained elsewhere */ |
| 3706 | |
| 3707 | /* Phy Stats */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3708 | if (hw->media_type == e1000_media_type_copper) { |
| 3709 | if ((adapter->link_speed == SPEED_1000) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3710 | (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { |
| 3711 | phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; |
| 3712 | adapter->phy_stats.idle_errors += phy_tmp; |
| 3713 | } |
| 3714 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3715 | if ((hw->mac_type <= e1000_82546) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3716 | (hw->phy_type == e1000_phy_m88) && |
| 3717 | !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) |
| 3718 | adapter->phy_stats.receive_errors += phy_tmp; |
| 3719 | } |
| 3720 | |
Jeff Garzik | 15e376b | 2006-12-15 11:16:33 -0500 | [diff] [blame] | 3721 | /* Management Stats */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3722 | if (hw->has_smbus) { |
| 3723 | adapter->stats.mgptc += er32(MGTPTC); |
| 3724 | adapter->stats.mgprc += er32(MGTPRC); |
| 3725 | adapter->stats.mgpdc += er32(MGTPDC); |
Jeff Garzik | 15e376b | 2006-12-15 11:16:33 -0500 | [diff] [blame] | 3726 | } |
| 3727 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3728 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
| 3729 | } |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3730 | |
| 3731 | /** |
| 3732 | * e1000_intr_msi - Interrupt Handler |
| 3733 | * @irq: interrupt number |
| 3734 | * @data: pointer to a network interface device structure |
| 3735 | **/ |
| 3736 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3737 | static irqreturn_t e1000_intr_msi(int irq, void *data) |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3738 | { |
| 3739 | struct net_device *netdev = data; |
| 3740 | struct e1000_adapter *adapter = netdev_priv(netdev); |
| 3741 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3742 | u32 icr = er32(ICR); |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3743 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 3744 | /* in NAPI mode read ICR disables interrupts using IAM */ |
| 3745 | |
Jesse Brandeburg | b5fc8f0 | 2007-01-18 09:25:21 -0800 | [diff] [blame] | 3746 | if (icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) { |
| 3747 | hw->get_link_status = 1; |
| 3748 | /* 80003ES2LAN workaround-- For packet buffer work-around on |
| 3749 | * link down event; disable receives here in the ISR and reset |
| 3750 | * adapter in watchdog */ |
| 3751 | if (netif_carrier_ok(netdev) && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3752 | (hw->mac_type == e1000_80003es2lan)) { |
Jesse Brandeburg | b5fc8f0 | 2007-01-18 09:25:21 -0800 | [diff] [blame] | 3753 | /* disable receives */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3754 | u32 rctl = er32(RCTL); |
| 3755 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3756 | } |
Jesse Brandeburg | b5fc8f0 | 2007-01-18 09:25:21 -0800 | [diff] [blame] | 3757 | /* guard against interrupt when we're going down */ |
| 3758 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3759 | mod_timer(&adapter->watchdog_timer, jiffies + 1); |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3760 | } |
| 3761 | |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3762 | if (likely(napi_schedule_prep(&adapter->napi))) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3763 | adapter->total_tx_bytes = 0; |
| 3764 | adapter->total_tx_packets = 0; |
| 3765 | adapter->total_rx_bytes = 0; |
| 3766 | adapter->total_rx_packets = 0; |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3767 | __napi_schedule(&adapter->napi); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3768 | } else |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3769 | e1000_irq_enable(adapter); |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3770 | |
| 3771 | return IRQ_HANDLED; |
| 3772 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3773 | |
| 3774 | /** |
| 3775 | * e1000_intr - Interrupt Handler |
| 3776 | * @irq: interrupt number |
| 3777 | * @data: pointer to a network interface device structure |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3778 | **/ |
| 3779 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3780 | static irqreturn_t e1000_intr(int irq, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3781 | { |
| 3782 | struct net_device *netdev = data; |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3783 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3784 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3785 | u32 rctl, icr = er32(ICR); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 3786 | |
Jesse Brandeburg | e151a60 | 2009-05-04 11:19:42 +0000 | [diff] [blame] | 3787 | if (unlikely((!icr) || test_bit(__E1000_DOWN, &adapter->flags))) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3788 | return IRQ_NONE; /* Not our interrupt */ |
| 3789 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3790 | /* IMS will not auto-mask if INT_ASSERTED is not set, and if it is |
| 3791 | * not set, then the adapter didn't send an interrupt */ |
| 3792 | if (unlikely(hw->mac_type >= e1000_82571 && |
| 3793 | !(icr & E1000_ICR_INT_ASSERTED))) |
| 3794 | return IRQ_NONE; |
| 3795 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 3796 | /* Interrupt Auto-Mask...upon reading ICR, interrupts are masked. No |
| 3797 | * need for the IMC write */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3798 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3799 | if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3800 | hw->get_link_status = 1; |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3801 | /* 80003ES2LAN workaround-- |
| 3802 | * For packet buffer work-around on link down event; |
| 3803 | * disable receives here in the ISR and |
| 3804 | * reset adapter in watchdog |
| 3805 | */ |
| 3806 | if (netif_carrier_ok(netdev) && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3807 | (hw->mac_type == e1000_80003es2lan)) { |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3808 | /* disable receives */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3809 | rctl = er32(RCTL); |
| 3810 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3811 | } |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 3812 | /* guard against interrupt when we're going down */ |
| 3813 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3814 | mod_timer(&adapter->watchdog_timer, jiffies + 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3815 | } |
| 3816 | |
Jeff Kirsher | 1e613fd | 2006-01-12 16:51:16 -0800 | [diff] [blame] | 3817 | if (unlikely(hw->mac_type < e1000_82571)) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3818 | /* disable interrupts, without the synchronize_irq bit */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3819 | ew32(IMC, ~0); |
| 3820 | E1000_WRITE_FLUSH(); |
Jeff Kirsher | 1e613fd | 2006-01-12 16:51:16 -0800 | [diff] [blame] | 3821 | } |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3822 | if (likely(napi_schedule_prep(&adapter->napi))) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3823 | adapter->total_tx_bytes = 0; |
| 3824 | adapter->total_tx_packets = 0; |
| 3825 | adapter->total_rx_bytes = 0; |
| 3826 | adapter->total_rx_packets = 0; |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3827 | __napi_schedule(&adapter->napi); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3828 | } else { |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 3829 | /* this really should not happen! if it does it is basically a |
| 3830 | * bug, but not a hard error, so enable ints and continue */ |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3831 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3832 | e1000_irq_enable(adapter); |
| 3833 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3834 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3835 | return IRQ_HANDLED; |
| 3836 | } |
| 3837 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3838 | /** |
| 3839 | * e1000_clean - NAPI Rx polling callback |
| 3840 | * @adapter: board private structure |
| 3841 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3842 | static int e1000_clean(struct napi_struct *napi, int budget) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3843 | { |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 3844 | struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi); |
| 3845 | struct net_device *poll_dev = adapter->netdev; |
David S. Miller | d2c7ddd | 2008-01-15 22:43:24 -0800 | [diff] [blame] | 3846 | int tx_cleaned = 0, work_done = 0; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3847 | |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 3848 | adapter = netdev_priv(poll_dev); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3849 | |
Alexander Duyck | 8017943 | 2009-01-21 14:42:47 -0800 | [diff] [blame] | 3850 | tx_cleaned = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3851 | |
Auke Kok | d3d9e48 | 2006-07-14 16:14:23 -0700 | [diff] [blame] | 3852 | adapter->clean_rx(adapter, &adapter->rx_ring[0], |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 3853 | &work_done, budget); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3854 | |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3855 | if (!tx_cleaned) |
David S. Miller | d2c7ddd | 2008-01-15 22:43:24 -0800 | [diff] [blame] | 3856 | work_done = budget; |
| 3857 | |
David S. Miller | 53e52c7 | 2008-01-07 21:06:12 -0800 | [diff] [blame] | 3858 | /* If budget not fully consumed, exit the polling mode */ |
| 3859 | if (work_done < budget) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3860 | if (likely(adapter->itr_setting & 3)) |
| 3861 | e1000_set_itr(adapter); |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3862 | napi_complete(napi); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3863 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3864 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3865 | } |
| 3866 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 3867 | return work_done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3868 | } |
| 3869 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3870 | /** |
| 3871 | * e1000_clean_tx_irq - Reclaim resources after transmit completes |
| 3872 | * @adapter: board private structure |
| 3873 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3874 | static bool e1000_clean_tx_irq(struct e1000_adapter *adapter, |
| 3875 | struct e1000_tx_ring *tx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3876 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3877 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3878 | struct net_device *netdev = adapter->netdev; |
| 3879 | struct e1000_tx_desc *tx_desc, *eop_desc; |
| 3880 | struct e1000_buffer *buffer_info; |
| 3881 | unsigned int i, eop; |
Jeff Kirsher | 2a1af5d | 2006-03-02 18:20:43 -0800 | [diff] [blame] | 3882 | unsigned int count = 0; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3883 | unsigned int total_tx_bytes=0, total_tx_packets=0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3884 | |
| 3885 | i = tx_ring->next_to_clean; |
| 3886 | eop = tx_ring->buffer_info[i].next_to_watch; |
| 3887 | eop_desc = E1000_TX_DESC(*tx_ring, eop); |
| 3888 | |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3889 | while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && |
| 3890 | (count < tx_ring->count)) { |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3891 | bool cleaned = false; |
| 3892 | for ( ; !cleaned; count++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3893 | tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3894 | buffer_info = &tx_ring->buffer_info[i]; |
| 3895 | cleaned = (i == eop); |
| 3896 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3897 | if (cleaned) { |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 3898 | struct sk_buff *skb = buffer_info->skb; |
Jesse Brandeburg | 7753b17 | 2007-01-18 09:25:31 -0800 | [diff] [blame] | 3899 | unsigned int segs, bytecount; |
| 3900 | segs = skb_shinfo(skb)->gso_segs ?: 1; |
| 3901 | /* multiply data chunks by size of headers */ |
| 3902 | bytecount = ((segs - 1) * skb_headlen(skb)) + |
| 3903 | skb->len; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 3904 | total_tx_packets += segs; |
Jesse Brandeburg | 7753b17 | 2007-01-18 09:25:31 -0800 | [diff] [blame] | 3905 | total_tx_bytes += bytecount; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3906 | } |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3907 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 3908 | tx_desc->upper.data = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3909 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3910 | if (unlikely(++i == tx_ring->count)) i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3911 | } |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3912 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3913 | eop = tx_ring->buffer_info[i].next_to_watch; |
| 3914 | eop_desc = E1000_TX_DESC(*tx_ring, eop); |
| 3915 | } |
| 3916 | |
| 3917 | tx_ring->next_to_clean = i; |
| 3918 | |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3919 | #define TX_WAKE_THRESHOLD 32 |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3920 | if (unlikely(count && netif_carrier_ok(netdev) && |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3921 | E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) { |
| 3922 | /* Make sure that anybody stopping the queue after this |
| 3923 | * sees the new next_to_clean. |
| 3924 | */ |
| 3925 | smp_mb(); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3926 | if (netif_queue_stopped(netdev)) { |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3927 | netif_wake_queue(netdev); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3928 | ++adapter->restart_queue; |
| 3929 | } |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3930 | } |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3931 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3932 | if (adapter->detect_tx_hung) { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3933 | /* Detect a transmit hang in hardware, this serializes the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3934 | * check with the clearing of time_stamp and movement of i */ |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 3935 | adapter->detect_tx_hung = false; |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3936 | if (tx_ring->buffer_info[i].time_stamp && |
| 3937 | time_after(jiffies, tx_ring->buffer_info[i].time_stamp + |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 3938 | (adapter->tx_timeout_factor * HZ)) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3939 | && !(er32(STATUS) & E1000_STATUS_TXOFF)) { |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3940 | |
| 3941 | /* detected Tx unit hang */ |
Malli Chilakala | c6963ef | 2005-06-17 17:42:07 -0700 | [diff] [blame] | 3942 | DPRINTK(DRV, ERR, "Detected Tx Unit Hang\n" |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 3943 | " Tx Queue <%lu>\n" |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3944 | " TDH <%x>\n" |
| 3945 | " TDT <%x>\n" |
| 3946 | " next_to_use <%x>\n" |
| 3947 | " next_to_clean <%x>\n" |
| 3948 | "buffer_info[next_to_clean]\n" |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3949 | " time_stamp <%lx>\n" |
| 3950 | " next_to_watch <%x>\n" |
| 3951 | " jiffies <%lx>\n" |
| 3952 | " next_to_watch.status <%x>\n", |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 3953 | (unsigned long)((tx_ring - adapter->tx_ring) / |
| 3954 | sizeof(struct e1000_tx_ring)), |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3955 | readl(hw->hw_addr + tx_ring->tdh), |
| 3956 | readl(hw->hw_addr + tx_ring->tdt), |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3957 | tx_ring->next_to_use, |
Jeff Kirsher | 392137f | 2006-01-12 16:50:57 -0800 | [diff] [blame] | 3958 | tx_ring->next_to_clean, |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3959 | tx_ring->buffer_info[i].time_stamp, |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3960 | eop, |
| 3961 | jiffies, |
| 3962 | eop_desc->upper.fields.status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3963 | netif_stop_queue(netdev); |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3964 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3965 | } |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3966 | adapter->total_tx_bytes += total_tx_bytes; |
| 3967 | adapter->total_tx_packets += total_tx_packets; |
Auke Kok | ef90e4e | 2007-11-13 20:49:15 -0800 | [diff] [blame] | 3968 | adapter->net_stats.tx_bytes += total_tx_bytes; |
| 3969 | adapter->net_stats.tx_packets += total_tx_packets; |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3970 | return (count < tx_ring->count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3971 | } |
| 3972 | |
| 3973 | /** |
| 3974 | * e1000_rx_checksum - Receive Checksum Offload for 82543 |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3975 | * @adapter: board private structure |
| 3976 | * @status_err: receive descriptor status and error fields |
| 3977 | * @csum: receive descriptor csum field |
| 3978 | * @sk_buff: socket buffer with received data |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3979 | **/ |
| 3980 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3981 | static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, |
| 3982 | u32 csum, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3983 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3984 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3985 | u16 status = (u16)status_err; |
| 3986 | u8 errors = (u8)(status_err >> 24); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3987 | skb->ip_summed = CHECKSUM_NONE; |
| 3988 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3989 | /* 82543 or newer only */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3990 | if (unlikely(hw->mac_type < e1000_82543)) return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3991 | /* Ignore Checksum bit is set */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3992 | if (unlikely(status & E1000_RXD_STAT_IXSM)) return; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3993 | /* TCP/UDP checksum error bit is set */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3994 | if (unlikely(errors & E1000_RXD_ERR_TCPE)) { |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3995 | /* let the stack verify checksum errors */ |
| 3996 | adapter->hw_csum_err++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3997 | return; |
| 3998 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3999 | /* TCP/UDP Checksum has not been calculated */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4000 | if (hw->mac_type <= e1000_82547_rev_2) { |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4001 | if (!(status & E1000_RXD_STAT_TCPCS)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4002 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4003 | } else { |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4004 | if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS))) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4005 | return; |
| 4006 | } |
| 4007 | /* It must be a TCP or UDP packet with a valid checksum */ |
| 4008 | if (likely(status & E1000_RXD_STAT_TCPCS)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4009 | /* TCP checksum is good */ |
| 4010 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4011 | } else if (hw->mac_type > e1000_82547_rev_2) { |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4012 | /* IP fragment with UDP payload */ |
| 4013 | /* Hardware complements the payload checksum, so we undo it |
| 4014 | * and then put the value in host order for further stack use. |
| 4015 | */ |
Al Viro | 3e18826 | 2007-12-11 19:49:39 +0000 | [diff] [blame] | 4016 | __sum16 sum = (__force __sum16)htons(csum); |
| 4017 | skb->csum = csum_unfold(~sum); |
Patrick McHardy | 84fa793 | 2006-08-29 16:44:56 -0700 | [diff] [blame] | 4018 | skb->ip_summed = CHECKSUM_COMPLETE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4019 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4020 | adapter->hw_csum_good++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4021 | } |
| 4022 | |
| 4023 | /** |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4024 | * e1000_consume_page - helper function |
| 4025 | **/ |
| 4026 | static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb, |
| 4027 | u16 length) |
| 4028 | { |
| 4029 | bi->page = NULL; |
| 4030 | skb->len += length; |
| 4031 | skb->data_len += length; |
| 4032 | skb->truesize += length; |
| 4033 | } |
| 4034 | |
| 4035 | /** |
| 4036 | * e1000_receive_skb - helper function to handle rx indications |
| 4037 | * @adapter: board private structure |
| 4038 | * @status: descriptor status field as written by hardware |
| 4039 | * @vlan: descriptor vlan field as written by hardware (no le/be conversion) |
| 4040 | * @skb: pointer to sk_buff to be indicated to stack |
| 4041 | */ |
| 4042 | static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status, |
| 4043 | __le16 vlan, struct sk_buff *skb) |
| 4044 | { |
| 4045 | if (unlikely(adapter->vlgrp && (status & E1000_RXD_STAT_VP))) { |
| 4046 | vlan_hwaccel_receive_skb(skb, adapter->vlgrp, |
| 4047 | le16_to_cpu(vlan) & |
| 4048 | E1000_RXD_SPC_VLAN_MASK); |
| 4049 | } else { |
| 4050 | netif_receive_skb(skb); |
| 4051 | } |
| 4052 | } |
| 4053 | |
| 4054 | /** |
| 4055 | * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy |
| 4056 | * @adapter: board private structure |
| 4057 | * @rx_ring: ring to clean |
| 4058 | * @work_done: amount of napi work completed this call |
| 4059 | * @work_to_do: max amount of work allowed for this call to do |
| 4060 | * |
| 4061 | * the return value indicates whether actual cleaning was done, there |
| 4062 | * is no guarantee that everything was cleaned |
| 4063 | */ |
| 4064 | static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, |
| 4065 | struct e1000_rx_ring *rx_ring, |
| 4066 | int *work_done, int work_to_do) |
| 4067 | { |
| 4068 | struct e1000_hw *hw = &adapter->hw; |
| 4069 | struct net_device *netdev = adapter->netdev; |
| 4070 | struct pci_dev *pdev = adapter->pdev; |
| 4071 | struct e1000_rx_desc *rx_desc, *next_rxd; |
| 4072 | struct e1000_buffer *buffer_info, *next_buffer; |
| 4073 | unsigned long irq_flags; |
| 4074 | u32 length; |
| 4075 | unsigned int i; |
| 4076 | int cleaned_count = 0; |
| 4077 | bool cleaned = false; |
| 4078 | unsigned int total_rx_bytes=0, total_rx_packets=0; |
| 4079 | |
| 4080 | i = rx_ring->next_to_clean; |
| 4081 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4082 | buffer_info = &rx_ring->buffer_info[i]; |
| 4083 | |
| 4084 | while (rx_desc->status & E1000_RXD_STAT_DD) { |
| 4085 | struct sk_buff *skb; |
| 4086 | u8 status; |
| 4087 | |
| 4088 | if (*work_done >= work_to_do) |
| 4089 | break; |
| 4090 | (*work_done)++; |
| 4091 | |
| 4092 | status = rx_desc->status; |
| 4093 | skb = buffer_info->skb; |
| 4094 | buffer_info->skb = NULL; |
| 4095 | |
| 4096 | if (++i == rx_ring->count) i = 0; |
| 4097 | next_rxd = E1000_RX_DESC(*rx_ring, i); |
| 4098 | prefetch(next_rxd); |
| 4099 | |
| 4100 | next_buffer = &rx_ring->buffer_info[i]; |
| 4101 | |
| 4102 | cleaned = true; |
| 4103 | cleaned_count++; |
| 4104 | pci_unmap_page(pdev, buffer_info->dma, buffer_info->length, |
| 4105 | PCI_DMA_FROMDEVICE); |
| 4106 | buffer_info->dma = 0; |
| 4107 | |
| 4108 | length = le16_to_cpu(rx_desc->length); |
| 4109 | |
| 4110 | /* errors is only valid for DD + EOP descriptors */ |
| 4111 | if (unlikely((status & E1000_RXD_STAT_EOP) && |
| 4112 | (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) { |
| 4113 | u8 last_byte = *(skb->data + length - 1); |
| 4114 | if (TBI_ACCEPT(hw, status, rx_desc->errors, length, |
| 4115 | last_byte)) { |
| 4116 | spin_lock_irqsave(&adapter->stats_lock, |
| 4117 | irq_flags); |
| 4118 | e1000_tbi_adjust_stats(hw, &adapter->stats, |
| 4119 | length, skb->data); |
| 4120 | spin_unlock_irqrestore(&adapter->stats_lock, |
| 4121 | irq_flags); |
| 4122 | length--; |
| 4123 | } else { |
| 4124 | /* recycle both page and skb */ |
| 4125 | buffer_info->skb = skb; |
| 4126 | /* an error means any chain goes out the window |
| 4127 | * too */ |
| 4128 | if (rx_ring->rx_skb_top) |
| 4129 | dev_kfree_skb(rx_ring->rx_skb_top); |
| 4130 | rx_ring->rx_skb_top = NULL; |
| 4131 | goto next_desc; |
| 4132 | } |
| 4133 | } |
| 4134 | |
| 4135 | #define rxtop rx_ring->rx_skb_top |
| 4136 | if (!(status & E1000_RXD_STAT_EOP)) { |
| 4137 | /* this descriptor is only the beginning (or middle) */ |
| 4138 | if (!rxtop) { |
| 4139 | /* this is the beginning of a chain */ |
| 4140 | rxtop = skb; |
| 4141 | skb_fill_page_desc(rxtop, 0, buffer_info->page, |
| 4142 | 0, length); |
| 4143 | } else { |
| 4144 | /* this is the middle of a chain */ |
| 4145 | skb_fill_page_desc(rxtop, |
| 4146 | skb_shinfo(rxtop)->nr_frags, |
| 4147 | buffer_info->page, 0, length); |
| 4148 | /* re-use the skb, only consumed the page */ |
| 4149 | buffer_info->skb = skb; |
| 4150 | } |
| 4151 | e1000_consume_page(buffer_info, rxtop, length); |
| 4152 | goto next_desc; |
| 4153 | } else { |
| 4154 | if (rxtop) { |
| 4155 | /* end of the chain */ |
| 4156 | skb_fill_page_desc(rxtop, |
| 4157 | skb_shinfo(rxtop)->nr_frags, |
| 4158 | buffer_info->page, 0, length); |
| 4159 | /* re-use the current skb, we only consumed the |
| 4160 | * page */ |
| 4161 | buffer_info->skb = skb; |
| 4162 | skb = rxtop; |
| 4163 | rxtop = NULL; |
| 4164 | e1000_consume_page(buffer_info, skb, length); |
| 4165 | } else { |
| 4166 | /* no chain, got EOP, this buf is the packet |
| 4167 | * copybreak to save the put_page/alloc_page */ |
| 4168 | if (length <= copybreak && |
| 4169 | skb_tailroom(skb) >= length) { |
| 4170 | u8 *vaddr; |
| 4171 | vaddr = kmap_atomic(buffer_info->page, |
| 4172 | KM_SKB_DATA_SOFTIRQ); |
| 4173 | memcpy(skb_tail_pointer(skb), vaddr, length); |
| 4174 | kunmap_atomic(vaddr, |
| 4175 | KM_SKB_DATA_SOFTIRQ); |
| 4176 | /* re-use the page, so don't erase |
| 4177 | * buffer_info->page */ |
| 4178 | skb_put(skb, length); |
| 4179 | } else { |
| 4180 | skb_fill_page_desc(skb, 0, |
| 4181 | buffer_info->page, 0, |
| 4182 | length); |
| 4183 | e1000_consume_page(buffer_info, skb, |
| 4184 | length); |
| 4185 | } |
| 4186 | } |
| 4187 | } |
| 4188 | |
| 4189 | /* Receive Checksum Offload XXX recompute due to CRC strip? */ |
| 4190 | e1000_rx_checksum(adapter, |
| 4191 | (u32)(status) | |
| 4192 | ((u32)(rx_desc->errors) << 24), |
| 4193 | le16_to_cpu(rx_desc->csum), skb); |
| 4194 | |
| 4195 | pskb_trim(skb, skb->len - 4); |
| 4196 | |
| 4197 | /* probably a little skewed due to removing CRC */ |
| 4198 | total_rx_bytes += skb->len; |
| 4199 | total_rx_packets++; |
| 4200 | |
| 4201 | /* eth type trans needs skb->data to point to something */ |
| 4202 | if (!pskb_may_pull(skb, ETH_HLEN)) { |
| 4203 | DPRINTK(DRV, ERR, "pskb_may_pull failed.\n"); |
| 4204 | dev_kfree_skb(skb); |
| 4205 | goto next_desc; |
| 4206 | } |
| 4207 | |
| 4208 | skb->protocol = eth_type_trans(skb, netdev); |
| 4209 | |
| 4210 | e1000_receive_skb(adapter, status, rx_desc->special, skb); |
| 4211 | |
| 4212 | next_desc: |
| 4213 | rx_desc->status = 0; |
| 4214 | |
| 4215 | /* return some buffers to hardware, one at a time is too slow */ |
| 4216 | if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) { |
| 4217 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4218 | cleaned_count = 0; |
| 4219 | } |
| 4220 | |
| 4221 | /* use prefetched values */ |
| 4222 | rx_desc = next_rxd; |
| 4223 | buffer_info = next_buffer; |
| 4224 | } |
| 4225 | rx_ring->next_to_clean = i; |
| 4226 | |
| 4227 | cleaned_count = E1000_DESC_UNUSED(rx_ring); |
| 4228 | if (cleaned_count) |
| 4229 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4230 | |
| 4231 | adapter->total_rx_packets += total_rx_packets; |
| 4232 | adapter->total_rx_bytes += total_rx_bytes; |
| 4233 | adapter->net_stats.rx_bytes += total_rx_bytes; |
| 4234 | adapter->net_stats.rx_packets += total_rx_packets; |
| 4235 | return cleaned; |
| 4236 | } |
| 4237 | |
| 4238 | /** |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4239 | * e1000_clean_rx_irq - Send received data up the network stack; legacy |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4240 | * @adapter: board private structure |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4241 | * @rx_ring: ring to clean |
| 4242 | * @work_done: amount of napi work completed this call |
| 4243 | * @work_to_do: max amount of work allowed for this call to do |
| 4244 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4245 | static bool e1000_clean_rx_irq(struct e1000_adapter *adapter, |
| 4246 | struct e1000_rx_ring *rx_ring, |
| 4247 | int *work_done, int work_to_do) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4248 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4249 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4250 | struct net_device *netdev = adapter->netdev; |
| 4251 | struct pci_dev *pdev = adapter->pdev; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4252 | struct e1000_rx_desc *rx_desc, *next_rxd; |
| 4253 | struct e1000_buffer *buffer_info, *next_buffer; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4254 | unsigned long flags; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4255 | u32 length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4256 | unsigned int i; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4257 | int cleaned_count = 0; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 4258 | bool cleaned = false; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4259 | unsigned int total_rx_bytes=0, total_rx_packets=0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4260 | |
| 4261 | i = rx_ring->next_to_clean; |
| 4262 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4263 | buffer_info = &rx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4264 | |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4265 | while (rx_desc->status & E1000_RXD_STAT_DD) { |
Auke Kok | 24f476e | 2006-06-08 09:28:47 -0700 | [diff] [blame] | 4266 | struct sk_buff *skb; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4267 | u8 status; |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4268 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4269 | if (*work_done >= work_to_do) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4270 | break; |
| 4271 | (*work_done)++; |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4272 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4273 | status = rx_desc->status; |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4274 | skb = buffer_info->skb; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4275 | buffer_info->skb = NULL; |
| 4276 | |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4277 | prefetch(skb->data - NET_IP_ALIGN); |
| 4278 | |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4279 | if (++i == rx_ring->count) i = 0; |
| 4280 | next_rxd = E1000_RX_DESC(*rx_ring, i); |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4281 | prefetch(next_rxd); |
| 4282 | |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4283 | next_buffer = &rx_ring->buffer_info[i]; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4284 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 4285 | cleaned = true; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4286 | cleaned_count++; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4287 | pci_unmap_single(pdev, buffer_info->dma, buffer_info->length, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4288 | PCI_DMA_FROMDEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 4289 | buffer_info->dma = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4290 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4291 | length = le16_to_cpu(rx_desc->length); |
Neil Horman | ea30e11 | 2009-06-02 01:29:58 -0700 | [diff] [blame] | 4292 | /* !EOP means multiple descriptors were used to store a single |
| 4293 | * packet, also make sure the frame isn't just CRC only */ |
| 4294 | if (unlikely(!(status & E1000_RXD_STAT_EOP) || (length <= 4))) { |
Jeff Kirsher | a1415ee | 2006-02-28 20:24:07 -0800 | [diff] [blame] | 4295 | /* All receives must fit into a single buffer */ |
| 4296 | E1000_DBG("%s: Receive packet consumed multiple" |
| 4297 | " buffers\n", netdev->name); |
Auke Kok | 864c4e4 | 2006-06-27 09:06:53 -0700 | [diff] [blame] | 4298 | /* recycle */ |
Auke Kok | 8fc897b | 2006-08-28 14:56:16 -0700 | [diff] [blame] | 4299 | buffer_info->skb = skb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4300 | goto next_desc; |
| 4301 | } |
| 4302 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4303 | if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) { |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4304 | u8 last_byte = *(skb->data + length - 1); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4305 | if (TBI_ACCEPT(hw, status, rx_desc->errors, length, |
| 4306 | last_byte)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4307 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4308 | e1000_tbi_adjust_stats(hw, &adapter->stats, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4309 | length, skb->data); |
| 4310 | spin_unlock_irqrestore(&adapter->stats_lock, |
| 4311 | flags); |
| 4312 | length--; |
| 4313 | } else { |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 4314 | /* recycle */ |
| 4315 | buffer_info->skb = skb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4316 | goto next_desc; |
| 4317 | } |
Auke Kok | 1cb5821 | 2006-04-18 12:31:04 -0700 | [diff] [blame] | 4318 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4319 | |
Jesse Brandeburg | d2a1e21 | 2006-10-24 14:46:06 -0700 | [diff] [blame] | 4320 | /* adjust length to remove Ethernet CRC, this must be |
| 4321 | * done after the TBI_ACCEPT workaround above */ |
| 4322 | length -= 4; |
| 4323 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4324 | /* probably a little skewed due to removing CRC */ |
| 4325 | total_rx_bytes += length; |
| 4326 | total_rx_packets++; |
| 4327 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4328 | /* code added for copybreak, this should improve |
| 4329 | * performance for small packets with large amounts |
| 4330 | * of reassembly being done in the stack */ |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 4331 | if (length < copybreak) { |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4332 | struct sk_buff *new_skb = |
David S. Miller | 87f5032 | 2006-07-31 22:39:40 -0700 | [diff] [blame] | 4333 | netdev_alloc_skb(netdev, length + NET_IP_ALIGN); |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4334 | if (new_skb) { |
| 4335 | skb_reserve(new_skb, NET_IP_ALIGN); |
Arnaldo Carvalho de Melo | 27d7ff4 | 2007-03-31 11:55:19 -0300 | [diff] [blame] | 4336 | skb_copy_to_linear_data_offset(new_skb, |
| 4337 | -NET_IP_ALIGN, |
| 4338 | (skb->data - |
| 4339 | NET_IP_ALIGN), |
| 4340 | (length + |
| 4341 | NET_IP_ALIGN)); |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4342 | /* save the skb in buffer_info as good */ |
| 4343 | buffer_info->skb = skb; |
| 4344 | skb = new_skb; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4345 | } |
Auke Kok | 996695d | 2006-11-01 08:47:50 -0800 | [diff] [blame] | 4346 | /* else just continue with the old one */ |
| 4347 | } |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4348 | /* end copybreak code */ |
Auke Kok | 996695d | 2006-11-01 08:47:50 -0800 | [diff] [blame] | 4349 | skb_put(skb, length); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4350 | |
| 4351 | /* Receive Checksum Offload */ |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4352 | e1000_rx_checksum(adapter, |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4353 | (u32)(status) | |
| 4354 | ((u32)(rx_desc->errors) << 24), |
David S. Miller | c3d7a3a | 2006-03-15 14:26:28 -0800 | [diff] [blame] | 4355 | le16_to_cpu(rx_desc->csum), skb); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4356 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4357 | skb->protocol = eth_type_trans(skb, netdev); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4358 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4359 | e1000_receive_skb(adapter, status, rx_desc->special, skb); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4360 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4361 | next_desc: |
| 4362 | rx_desc->status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4363 | |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4364 | /* return some buffers to hardware, one at a time is too slow */ |
| 4365 | if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) { |
| 4366 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4367 | cleaned_count = 0; |
| 4368 | } |
| 4369 | |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4370 | /* use prefetched values */ |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4371 | rx_desc = next_rxd; |
| 4372 | buffer_info = next_buffer; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4373 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4374 | rx_ring->next_to_clean = i; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4375 | |
| 4376 | cleaned_count = E1000_DESC_UNUSED(rx_ring); |
| 4377 | if (cleaned_count) |
| 4378 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4379 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4380 | adapter->total_rx_packets += total_rx_packets; |
| 4381 | adapter->total_rx_bytes += total_rx_bytes; |
Auke Kok | ef90e4e | 2007-11-13 20:49:15 -0800 | [diff] [blame] | 4382 | adapter->net_stats.rx_bytes += total_rx_bytes; |
| 4383 | adapter->net_stats.rx_packets += total_rx_packets; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4384 | return cleaned; |
| 4385 | } |
| 4386 | |
| 4387 | /** |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4388 | * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers |
| 4389 | * @adapter: address of board private structure |
| 4390 | * @rx_ring: pointer to receive ring structure |
| 4391 | * @cleaned_count: number of buffers to allocate this pass |
| 4392 | **/ |
| 4393 | |
| 4394 | static void |
| 4395 | e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter, |
| 4396 | struct e1000_rx_ring *rx_ring, int cleaned_count) |
| 4397 | { |
| 4398 | struct net_device *netdev = adapter->netdev; |
| 4399 | struct pci_dev *pdev = adapter->pdev; |
| 4400 | struct e1000_rx_desc *rx_desc; |
| 4401 | struct e1000_buffer *buffer_info; |
| 4402 | struct sk_buff *skb; |
| 4403 | unsigned int i; |
| 4404 | unsigned int bufsz = 256 - |
| 4405 | 16 /*for skb_reserve */ - |
| 4406 | NET_IP_ALIGN; |
| 4407 | |
| 4408 | i = rx_ring->next_to_use; |
| 4409 | buffer_info = &rx_ring->buffer_info[i]; |
| 4410 | |
| 4411 | while (cleaned_count--) { |
| 4412 | skb = buffer_info->skb; |
| 4413 | if (skb) { |
| 4414 | skb_trim(skb, 0); |
| 4415 | goto check_page; |
| 4416 | } |
| 4417 | |
| 4418 | skb = netdev_alloc_skb(netdev, bufsz); |
| 4419 | if (unlikely(!skb)) { |
| 4420 | /* Better luck next round */ |
| 4421 | adapter->alloc_rx_buff_failed++; |
| 4422 | break; |
| 4423 | } |
| 4424 | |
| 4425 | /* Fix for errata 23, can't cross 64kB boundary */ |
| 4426 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4427 | struct sk_buff *oldskb = skb; |
| 4428 | DPRINTK(PROBE, ERR, "skb align check failed: %u bytes " |
| 4429 | "at %p\n", bufsz, skb->data); |
| 4430 | /* Try again, without freeing the previous */ |
| 4431 | skb = netdev_alloc_skb(netdev, bufsz); |
| 4432 | /* Failed allocation, critical failure */ |
| 4433 | if (!skb) { |
| 4434 | dev_kfree_skb(oldskb); |
| 4435 | adapter->alloc_rx_buff_failed++; |
| 4436 | break; |
| 4437 | } |
| 4438 | |
| 4439 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4440 | /* give up */ |
| 4441 | dev_kfree_skb(skb); |
| 4442 | dev_kfree_skb(oldskb); |
| 4443 | break; /* while (cleaned_count--) */ |
| 4444 | } |
| 4445 | |
| 4446 | /* Use new allocation */ |
| 4447 | dev_kfree_skb(oldskb); |
| 4448 | } |
| 4449 | /* Make buffer alignment 2 beyond a 16 byte boundary |
| 4450 | * this will result in a 16 byte aligned IP header after |
| 4451 | * the 14 byte MAC header is removed |
| 4452 | */ |
| 4453 | skb_reserve(skb, NET_IP_ALIGN); |
| 4454 | |
| 4455 | buffer_info->skb = skb; |
| 4456 | buffer_info->length = adapter->rx_buffer_len; |
| 4457 | check_page: |
| 4458 | /* allocate a new page if necessary */ |
| 4459 | if (!buffer_info->page) { |
| 4460 | buffer_info->page = alloc_page(GFP_ATOMIC); |
| 4461 | if (unlikely(!buffer_info->page)) { |
| 4462 | adapter->alloc_rx_buff_failed++; |
| 4463 | break; |
| 4464 | } |
| 4465 | } |
| 4466 | |
| 4467 | if (!buffer_info->dma) |
| 4468 | buffer_info->dma = pci_map_page(pdev, |
| 4469 | buffer_info->page, 0, |
| 4470 | buffer_info->length, |
| 4471 | PCI_DMA_FROMDEVICE); |
| 4472 | |
| 4473 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4474 | rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 4475 | |
| 4476 | if (unlikely(++i == rx_ring->count)) |
| 4477 | i = 0; |
| 4478 | buffer_info = &rx_ring->buffer_info[i]; |
| 4479 | } |
| 4480 | |
| 4481 | if (likely(rx_ring->next_to_use != i)) { |
| 4482 | rx_ring->next_to_use = i; |
| 4483 | if (unlikely(i-- == 0)) |
| 4484 | i = (rx_ring->count - 1); |
| 4485 | |
| 4486 | /* Force memory writes to complete before letting h/w |
| 4487 | * know there are new descriptors to fetch. (Only |
| 4488 | * applicable for weak-ordered memory model archs, |
| 4489 | * such as IA-64). */ |
| 4490 | wmb(); |
| 4491 | writel(i, adapter->hw.hw_addr + rx_ring->rdt); |
| 4492 | } |
| 4493 | } |
| 4494 | |
| 4495 | /** |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4496 | * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4497 | * @adapter: address of board private structure |
| 4498 | **/ |
| 4499 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4500 | static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, |
| 4501 | struct e1000_rx_ring *rx_ring, |
| 4502 | int cleaned_count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4503 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4504 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4505 | struct net_device *netdev = adapter->netdev; |
| 4506 | struct pci_dev *pdev = adapter->pdev; |
| 4507 | struct e1000_rx_desc *rx_desc; |
| 4508 | struct e1000_buffer *buffer_info; |
| 4509 | struct sk_buff *skb; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4510 | unsigned int i; |
| 4511 | unsigned int bufsz = adapter->rx_buffer_len + NET_IP_ALIGN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4512 | |
| 4513 | i = rx_ring->next_to_use; |
| 4514 | buffer_info = &rx_ring->buffer_info[i]; |
| 4515 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4516 | while (cleaned_count--) { |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4517 | skb = buffer_info->skb; |
| 4518 | if (skb) { |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4519 | skb_trim(skb, 0); |
| 4520 | goto map_skb; |
| 4521 | } |
| 4522 | |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4523 | skb = netdev_alloc_skb(netdev, bufsz); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4524 | if (unlikely(!skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4525 | /* Better luck next round */ |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4526 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4527 | break; |
| 4528 | } |
| 4529 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4530 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4531 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4532 | struct sk_buff *oldskb = skb; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4533 | DPRINTK(RX_ERR, ERR, "skb align check failed: %u bytes " |
| 4534 | "at %p\n", bufsz, skb->data); |
| 4535 | /* Try again, without freeing the previous */ |
David S. Miller | 87f5032 | 2006-07-31 22:39:40 -0700 | [diff] [blame] | 4536 | skb = netdev_alloc_skb(netdev, bufsz); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4537 | /* Failed allocation, critical failure */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4538 | if (!skb) { |
| 4539 | dev_kfree_skb(oldskb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4540 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4541 | break; |
| 4542 | } |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4543 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4544 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4545 | /* give up */ |
| 4546 | dev_kfree_skb(skb); |
| 4547 | dev_kfree_skb(oldskb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4548 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4549 | break; /* while !buffer_info->skb */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4550 | } |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4551 | |
| 4552 | /* Use new allocation */ |
| 4553 | dev_kfree_skb(oldskb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4554 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4555 | /* Make buffer alignment 2 beyond a 16 byte boundary |
| 4556 | * this will result in a 16 byte aligned IP header after |
| 4557 | * the 14 byte MAC header is removed |
| 4558 | */ |
| 4559 | skb_reserve(skb, NET_IP_ALIGN); |
| 4560 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4561 | buffer_info->skb = skb; |
| 4562 | buffer_info->length = adapter->rx_buffer_len; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4563 | map_skb: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4564 | buffer_info->dma = pci_map_single(pdev, |
| 4565 | skb->data, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4566 | buffer_info->length, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4567 | PCI_DMA_FROMDEVICE); |
| 4568 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4569 | /* |
| 4570 | * XXX if it was allocated cleanly it will never map to a |
| 4571 | * boundary crossing |
| 4572 | */ |
| 4573 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4574 | /* Fix for errata 23, can't cross 64kB boundary */ |
| 4575 | if (!e1000_check_64k_bound(adapter, |
| 4576 | (void *)(unsigned long)buffer_info->dma, |
| 4577 | adapter->rx_buffer_len)) { |
| 4578 | DPRINTK(RX_ERR, ERR, |
| 4579 | "dma align check failed: %u bytes at %p\n", |
| 4580 | adapter->rx_buffer_len, |
| 4581 | (void *)(unsigned long)buffer_info->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4582 | dev_kfree_skb(skb); |
| 4583 | buffer_info->skb = NULL; |
| 4584 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4585 | pci_unmap_single(pdev, buffer_info->dma, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4586 | adapter->rx_buffer_len, |
| 4587 | PCI_DMA_FROMDEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 4588 | buffer_info->dma = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4589 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4590 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4591 | break; /* while !buffer_info->skb */ |
| 4592 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4593 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4594 | rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 4595 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4596 | if (unlikely(++i == rx_ring->count)) |
| 4597 | i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4598 | buffer_info = &rx_ring->buffer_info[i]; |
| 4599 | } |
| 4600 | |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4601 | if (likely(rx_ring->next_to_use != i)) { |
| 4602 | rx_ring->next_to_use = i; |
| 4603 | if (unlikely(i-- == 0)) |
| 4604 | i = (rx_ring->count - 1); |
| 4605 | |
| 4606 | /* Force memory writes to complete before letting h/w |
| 4607 | * know there are new descriptors to fetch. (Only |
| 4608 | * applicable for weak-ordered memory model archs, |
| 4609 | * such as IA-64). */ |
| 4610 | wmb(); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4611 | writel(i, hw->hw_addr + rx_ring->rdt); |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4612 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4613 | } |
| 4614 | |
| 4615 | /** |
| 4616 | * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers. |
| 4617 | * @adapter: |
| 4618 | **/ |
| 4619 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4620 | static void e1000_smartspeed(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4621 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4622 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4623 | u16 phy_status; |
| 4624 | u16 phy_ctrl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4625 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4626 | if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg || |
| 4627 | !(hw->autoneg_advertised & ADVERTISE_1000_FULL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4628 | return; |
| 4629 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4630 | if (adapter->smartspeed == 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4631 | /* If Master/Slave config fault is asserted twice, |
| 4632 | * we assume back-to-back */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4633 | e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4634 | if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4635 | e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4636 | if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4637 | e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4638 | if (phy_ctrl & CR_1000T_MS_ENABLE) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4639 | phy_ctrl &= ~CR_1000T_MS_ENABLE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4640 | e1000_write_phy_reg(hw, PHY_1000T_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4641 | phy_ctrl); |
| 4642 | adapter->smartspeed++; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4643 | if (!e1000_phy_setup_autoneg(hw) && |
| 4644 | !e1000_read_phy_reg(hw, PHY_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4645 | &phy_ctrl)) { |
| 4646 | phy_ctrl |= (MII_CR_AUTO_NEG_EN | |
| 4647 | MII_CR_RESTART_AUTO_NEG); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4648 | e1000_write_phy_reg(hw, PHY_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4649 | phy_ctrl); |
| 4650 | } |
| 4651 | } |
| 4652 | return; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4653 | } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4654 | /* If still no link, perhaps using 2/3 pair cable */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4655 | e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4656 | phy_ctrl |= CR_1000T_MS_ENABLE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4657 | e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); |
| 4658 | if (!e1000_phy_setup_autoneg(hw) && |
| 4659 | !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4660 | phy_ctrl |= (MII_CR_AUTO_NEG_EN | |
| 4661 | MII_CR_RESTART_AUTO_NEG); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4662 | e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4663 | } |
| 4664 | } |
| 4665 | /* Restart process after E1000_SMARTSPEED_MAX iterations */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4666 | if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4667 | adapter->smartspeed = 0; |
| 4668 | } |
| 4669 | |
| 4670 | /** |
| 4671 | * e1000_ioctl - |
| 4672 | * @netdev: |
| 4673 | * @ifreq: |
| 4674 | * @cmd: |
| 4675 | **/ |
| 4676 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4677 | static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4678 | { |
| 4679 | switch (cmd) { |
| 4680 | case SIOCGMIIPHY: |
| 4681 | case SIOCGMIIREG: |
| 4682 | case SIOCSMIIREG: |
| 4683 | return e1000_mii_ioctl(netdev, ifr, cmd); |
| 4684 | default: |
| 4685 | return -EOPNOTSUPP; |
| 4686 | } |
| 4687 | } |
| 4688 | |
| 4689 | /** |
| 4690 | * e1000_mii_ioctl - |
| 4691 | * @netdev: |
| 4692 | * @ifreq: |
| 4693 | * @cmd: |
| 4694 | **/ |
| 4695 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4696 | static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, |
| 4697 | int cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4698 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4699 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4700 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4701 | struct mii_ioctl_data *data = if_mii(ifr); |
| 4702 | int retval; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4703 | u16 mii_reg; |
| 4704 | u16 spddplx; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4705 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4706 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4707 | if (hw->media_type != e1000_media_type_copper) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4708 | return -EOPNOTSUPP; |
| 4709 | |
| 4710 | switch (cmd) { |
| 4711 | case SIOCGMIIPHY: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4712 | data->phy_id = hw->phy_addr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4713 | break; |
| 4714 | case SIOCGMIIREG: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4715 | if (!capable(CAP_NET_ADMIN)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4716 | return -EPERM; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4717 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4718 | if (e1000_read_phy_reg(hw, data->reg_num & 0x1F, |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4719 | &data->val_out)) { |
| 4720 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4721 | return -EIO; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4722 | } |
| 4723 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4724 | break; |
| 4725 | case SIOCSMIIREG: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4726 | if (!capable(CAP_NET_ADMIN)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4727 | return -EPERM; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4728 | if (data->reg_num & ~(0x1F)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4729 | return -EFAULT; |
| 4730 | mii_reg = data->val_in; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4731 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4732 | if (e1000_write_phy_reg(hw, data->reg_num, |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4733 | mii_reg)) { |
| 4734 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4735 | return -EIO; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4736 | } |
Jesse Brandeburg | f0163ac | 2007-11-13 21:00:09 -0800 | [diff] [blame] | 4737 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4738 | if (hw->media_type == e1000_media_type_copper) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4739 | switch (data->reg_num) { |
| 4740 | case PHY_CTRL: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4741 | if (mii_reg & MII_CR_POWER_DOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4742 | break; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4743 | if (mii_reg & MII_CR_AUTO_NEG_EN) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4744 | hw->autoneg = 1; |
| 4745 | hw->autoneg_advertised = 0x2F; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4746 | } else { |
| 4747 | if (mii_reg & 0x40) |
| 4748 | spddplx = SPEED_1000; |
| 4749 | else if (mii_reg & 0x2000) |
| 4750 | spddplx = SPEED_100; |
| 4751 | else |
| 4752 | spddplx = SPEED_10; |
| 4753 | spddplx += (mii_reg & 0x100) |
Jeff Kirsher | cb76432 | 2006-03-08 17:24:12 -0800 | [diff] [blame] | 4754 | ? DUPLEX_FULL : |
| 4755 | DUPLEX_HALF; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4756 | retval = e1000_set_spd_dplx(adapter, |
| 4757 | spddplx); |
Jesse Brandeburg | f0163ac | 2007-11-13 21:00:09 -0800 | [diff] [blame] | 4758 | if (retval) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4759 | return retval; |
| 4760 | } |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4761 | if (netif_running(adapter->netdev)) |
| 4762 | e1000_reinit_locked(adapter); |
| 4763 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4764 | e1000_reset(adapter); |
| 4765 | break; |
| 4766 | case M88E1000_PHY_SPEC_CTRL: |
| 4767 | case M88E1000_EXT_PHY_SPEC_CTRL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4768 | if (e1000_phy_reset(hw)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4769 | return -EIO; |
| 4770 | break; |
| 4771 | } |
| 4772 | } else { |
| 4773 | switch (data->reg_num) { |
| 4774 | case PHY_CTRL: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4775 | if (mii_reg & MII_CR_POWER_DOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4776 | break; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4777 | if (netif_running(adapter->netdev)) |
| 4778 | e1000_reinit_locked(adapter); |
| 4779 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4780 | e1000_reset(adapter); |
| 4781 | break; |
| 4782 | } |
| 4783 | } |
| 4784 | break; |
| 4785 | default: |
| 4786 | return -EOPNOTSUPP; |
| 4787 | } |
| 4788 | return E1000_SUCCESS; |
| 4789 | } |
| 4790 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4791 | void e1000_pci_set_mwi(struct e1000_hw *hw) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4792 | { |
| 4793 | struct e1000_adapter *adapter = hw->back; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4794 | int ret_val = pci_set_mwi(adapter->pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4795 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4796 | if (ret_val) |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4797 | DPRINTK(PROBE, ERR, "Error in setting MWI\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4798 | } |
| 4799 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4800 | void e1000_pci_clear_mwi(struct e1000_hw *hw) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4801 | { |
| 4802 | struct e1000_adapter *adapter = hw->back; |
| 4803 | |
| 4804 | pci_clear_mwi(adapter->pdev); |
| 4805 | } |
| 4806 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4807 | int e1000_pcix_get_mmrbc(struct e1000_hw *hw) |
Peter Oruba | 007755e | 2007-09-28 22:42:06 -0700 | [diff] [blame] | 4808 | { |
| 4809 | struct e1000_adapter *adapter = hw->back; |
| 4810 | return pcix_get_mmrbc(adapter->pdev); |
| 4811 | } |
| 4812 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4813 | void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc) |
Peter Oruba | 007755e | 2007-09-28 22:42:06 -0700 | [diff] [blame] | 4814 | { |
| 4815 | struct e1000_adapter *adapter = hw->back; |
| 4816 | pcix_set_mmrbc(adapter->pdev, mmrbc); |
| 4817 | } |
| 4818 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4819 | s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value) |
Jeff Kirsher | caeccb6 | 2006-09-27 12:53:57 -0700 | [diff] [blame] | 4820 | { |
| 4821 | struct e1000_adapter *adapter = hw->back; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4822 | u16 cap_offset; |
Jeff Kirsher | caeccb6 | 2006-09-27 12:53:57 -0700 | [diff] [blame] | 4823 | |
| 4824 | cap_offset = pci_find_capability(adapter->pdev, PCI_CAP_ID_EXP); |
| 4825 | if (!cap_offset) |
| 4826 | return -E1000_ERR_CONFIG; |
| 4827 | |
| 4828 | pci_read_config_word(adapter->pdev, cap_offset + reg, value); |
| 4829 | |
| 4830 | return E1000_SUCCESS; |
| 4831 | } |
| 4832 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4833 | void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4834 | { |
| 4835 | outl(value, port); |
| 4836 | } |
| 4837 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4838 | static void e1000_vlan_rx_register(struct net_device *netdev, |
| 4839 | struct vlan_group *grp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4840 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4841 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4842 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4843 | u32 ctrl, rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4844 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4845 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4846 | e1000_irq_disable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4847 | adapter->vlgrp = grp; |
| 4848 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4849 | if (grp) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4850 | /* enable VLAN tag insert/strip */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4851 | ctrl = er32(CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4852 | ctrl |= E1000_CTRL_VME; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4853 | ew32(CTRL, ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4854 | |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 4855 | if (adapter->hw.mac_type != e1000_ich8lan) { |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4856 | /* enable VLAN receive filtering */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4857 | rctl = er32(RCTL); |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4858 | rctl &= ~E1000_RCTL_CFIEN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4859 | ew32(RCTL, rctl); |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4860 | e1000_update_mng_vlan(adapter); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 4861 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4862 | } else { |
| 4863 | /* disable VLAN tag insert/strip */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4864 | ctrl = er32(CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4865 | ctrl &= ~E1000_CTRL_VME; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4866 | ew32(CTRL, ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4867 | |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 4868 | if (adapter->hw.mac_type != e1000_ich8lan) { |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4869 | if (adapter->mng_vlan_id != |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4870 | (u16)E1000_MNG_VLAN_NONE) { |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4871 | e1000_vlan_rx_kill_vid(netdev, |
| 4872 | adapter->mng_vlan_id); |
| 4873 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
| 4874 | } |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 4875 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4876 | } |
| 4877 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4878 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4879 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4880 | } |
| 4881 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4882 | static void e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4883 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4884 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4885 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4886 | u32 vfta, index; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4887 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4888 | if ((hw->mng_cookie.status & |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4889 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
| 4890 | (vid == adapter->mng_vlan_id)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4891 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4892 | /* add VID to filter table */ |
| 4893 | index = (vid >> 5) & 0x7F; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4894 | vfta = E1000_READ_REG_ARRAY(hw, VFTA, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4895 | vfta |= (1 << (vid & 0x1F)); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4896 | e1000_write_vfta(hw, index, vfta); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4897 | } |
| 4898 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4899 | static void e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4900 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4901 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4902 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4903 | u32 vfta, index; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4904 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4905 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4906 | e1000_irq_disable(adapter); |
Dan Aloni | 5c15bde | 2007-03-02 20:44:51 -0800 | [diff] [blame] | 4907 | vlan_group_set_device(adapter->vlgrp, vid, NULL); |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4908 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4909 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4910 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4911 | if ((hw->mng_cookie.status & |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4912 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
Jeff Kirsher | ff14701 | 2006-01-12 16:51:10 -0800 | [diff] [blame] | 4913 | (vid == adapter->mng_vlan_id)) { |
| 4914 | /* release control to f/w */ |
| 4915 | e1000_release_hw_control(adapter); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4916 | return; |
Jeff Kirsher | ff14701 | 2006-01-12 16:51:10 -0800 | [diff] [blame] | 4917 | } |
| 4918 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4919 | /* remove VID from filter table */ |
| 4920 | index = (vid >> 5) & 0x7F; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4921 | vfta = E1000_READ_REG_ARRAY(hw, VFTA, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4922 | vfta &= ~(1 << (vid & 0x1F)); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4923 | e1000_write_vfta(hw, index, vfta); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4924 | } |
| 4925 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4926 | static void e1000_restore_vlan(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4927 | { |
| 4928 | e1000_vlan_rx_register(adapter->netdev, adapter->vlgrp); |
| 4929 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4930 | if (adapter->vlgrp) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4931 | u16 vid; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4932 | for (vid = 0; vid < VLAN_GROUP_ARRAY_LEN; vid++) { |
Dan Aloni | 5c15bde | 2007-03-02 20:44:51 -0800 | [diff] [blame] | 4933 | if (!vlan_group_get_device(adapter->vlgrp, vid)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4934 | continue; |
| 4935 | e1000_vlan_rx_add_vid(adapter->netdev, vid); |
| 4936 | } |
| 4937 | } |
| 4938 | } |
| 4939 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4940 | int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4941 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4942 | struct e1000_hw *hw = &adapter->hw; |
| 4943 | |
| 4944 | hw->autoneg = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4945 | |
Malli Chilakala | 6921368 | 2005-06-17 17:44:20 -0700 | [diff] [blame] | 4946 | /* Fiber NICs only allow 1000 gbps Full duplex */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4947 | if ((hw->media_type == e1000_media_type_fiber) && |
Malli Chilakala | 6921368 | 2005-06-17 17:44:20 -0700 | [diff] [blame] | 4948 | spddplx != (SPEED_1000 + DUPLEX_FULL)) { |
| 4949 | DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n"); |
| 4950 | return -EINVAL; |
| 4951 | } |
| 4952 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4953 | switch (spddplx) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4954 | case SPEED_10 + DUPLEX_HALF: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4955 | hw->forced_speed_duplex = e1000_10_half; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4956 | break; |
| 4957 | case SPEED_10 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4958 | hw->forced_speed_duplex = e1000_10_full; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4959 | break; |
| 4960 | case SPEED_100 + DUPLEX_HALF: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4961 | hw->forced_speed_duplex = e1000_100_half; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4962 | break; |
| 4963 | case SPEED_100 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4964 | hw->forced_speed_duplex = e1000_100_full; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4965 | break; |
| 4966 | case SPEED_1000 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4967 | hw->autoneg = 1; |
| 4968 | hw->autoneg_advertised = ADVERTISE_1000_FULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4969 | break; |
| 4970 | case SPEED_1000 + DUPLEX_HALF: /* not supported */ |
| 4971 | default: |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4972 | DPRINTK(PROBE, ERR, "Unsupported Speed/Duplex configuration\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4973 | return -EINVAL; |
| 4974 | } |
| 4975 | return 0; |
| 4976 | } |
| 4977 | |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 4978 | static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4979 | { |
| 4980 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4981 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4982 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4983 | u32 ctrl, ctrl_ext, rctl, status; |
| 4984 | u32 wufc = adapter->wol; |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 4985 | #ifdef CONFIG_PM |
Jeff Kirsher | 240b171 | 2006-01-12 16:51:28 -0800 | [diff] [blame] | 4986 | int retval = 0; |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 4987 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4988 | |
| 4989 | netif_device_detach(netdev); |
| 4990 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4991 | if (netif_running(netdev)) { |
| 4992 | WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4993 | e1000_down(adapter); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4994 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4995 | |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 4996 | #ifdef CONFIG_PM |
Kok, Auke | 1d33e9c | 2007-02-16 14:39:28 -0800 | [diff] [blame] | 4997 | retval = pci_save_state(pdev); |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 4998 | if (retval) |
| 4999 | return retval; |
| 5000 | #endif |
| 5001 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5002 | status = er32(STATUS); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 5003 | if (status & E1000_STATUS_LU) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5004 | wufc &= ~E1000_WUFC_LNKC; |
| 5005 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 5006 | if (wufc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5007 | e1000_setup_rctl(adapter); |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 5008 | e1000_set_rx_mode(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5009 | |
| 5010 | /* turn on all-multi mode if wake on multicast is enabled */ |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 5011 | if (wufc & E1000_WUFC_MC) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5012 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5013 | rctl |= E1000_RCTL_MPE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5014 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5015 | } |
| 5016 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5017 | if (hw->mac_type >= e1000_82540) { |
| 5018 | ctrl = er32(CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5019 | /* advertise wake from D3Cold */ |
| 5020 | #define E1000_CTRL_ADVD3WUC 0x00100000 |
| 5021 | /* phy power management enable */ |
| 5022 | #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000 |
| 5023 | ctrl |= E1000_CTRL_ADVD3WUC | |
| 5024 | E1000_CTRL_EN_PHY_PWR_MGMT; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5025 | ew32(CTRL, ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5026 | } |
| 5027 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5028 | if (hw->media_type == e1000_media_type_fiber || |
| 5029 | hw->media_type == e1000_media_type_internal_serdes) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5030 | /* keep the laser running in D3 */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5031 | ctrl_ext = er32(CTRL_EXT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5032 | ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5033 | ew32(CTRL_EXT, ctrl_ext); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5034 | } |
| 5035 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 5036 | /* Allow time for pending master requests to run */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5037 | e1000_disable_pciex_master(hw); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 5038 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5039 | ew32(WUC, E1000_WUC_PME_EN); |
| 5040 | ew32(WUFC, wufc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5041 | } else { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5042 | ew32(WUC, 0); |
| 5043 | ew32(WUFC, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5044 | } |
| 5045 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5046 | e1000_release_manageability(adapter); |
| 5047 | |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5048 | *enable_wake = !!wufc; |
| 5049 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5050 | /* make sure adapter isn't asleep if manageability is enabled */ |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5051 | if (adapter->en_mng_pt) |
| 5052 | *enable_wake = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5053 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5054 | if (hw->phy_type == e1000_phy_igp_3) |
| 5055 | e1000_phy_powerdown_workaround(hw); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 5056 | |
Auke Kok | edd106f | 2006-11-06 08:57:12 -0800 | [diff] [blame] | 5057 | if (netif_running(netdev)) |
| 5058 | e1000_free_irq(adapter); |
| 5059 | |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 5060 | /* Release control of h/w to f/w. If f/w is AMT enabled, this |
| 5061 | * would have already happened in close and is redundant. */ |
| 5062 | e1000_release_hw_control(adapter); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 5063 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5064 | pci_disable_device(pdev); |
Jeff Kirsher | 240b171 | 2006-01-12 16:51:28 -0800 | [diff] [blame] | 5065 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5066 | return 0; |
| 5067 | } |
| 5068 | |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 5069 | #ifdef CONFIG_PM |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5070 | static int e1000_suspend(struct pci_dev *pdev, pm_message_t state) |
| 5071 | { |
| 5072 | int retval; |
| 5073 | bool wake; |
| 5074 | |
| 5075 | retval = __e1000_shutdown(pdev, &wake); |
| 5076 | if (retval) |
| 5077 | return retval; |
| 5078 | |
| 5079 | if (wake) { |
| 5080 | pci_prepare_to_sleep(pdev); |
| 5081 | } else { |
| 5082 | pci_wake_from_d3(pdev, false); |
| 5083 | pci_set_power_state(pdev, PCI_D3hot); |
| 5084 | } |
| 5085 | |
| 5086 | return 0; |
| 5087 | } |
| 5088 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5089 | static int e1000_resume(struct pci_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5090 | { |
| 5091 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 5092 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5093 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 5094 | u32 err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5095 | |
Auke Kok | d0e027d | 2006-04-14 19:04:40 -0700 | [diff] [blame] | 5096 | pci_set_power_state(pdev, PCI_D0); |
Kok, Auke | 1d33e9c | 2007-02-16 14:39:28 -0800 | [diff] [blame] | 5097 | pci_restore_state(pdev); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5098 | |
| 5099 | if (adapter->need_ioport) |
| 5100 | err = pci_enable_device(pdev); |
| 5101 | else |
| 5102 | err = pci_enable_device_mem(pdev); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 5103 | if (err) { |
Auke Kok | 3d1dd8c | 2006-08-28 14:56:27 -0700 | [diff] [blame] | 5104 | printk(KERN_ERR "e1000: Cannot enable PCI device from suspend\n"); |
| 5105 | return err; |
| 5106 | } |
Malli Chilakala | a4cb847 | 2005-04-28 19:41:28 -0700 | [diff] [blame] | 5107 | pci_set_master(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5108 | |
Auke Kok | d0e027d | 2006-04-14 19:04:40 -0700 | [diff] [blame] | 5109 | pci_enable_wake(pdev, PCI_D3hot, 0); |
| 5110 | pci_enable_wake(pdev, PCI_D3cold, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5111 | |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 5112 | if (netif_running(netdev)) { |
| 5113 | err = e1000_request_irq(adapter); |
| 5114 | if (err) |
| 5115 | return err; |
| 5116 | } |
Auke Kok | edd106f | 2006-11-06 08:57:12 -0800 | [diff] [blame] | 5117 | |
| 5118 | e1000_power_up_phy(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5119 | e1000_reset(adapter); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5120 | ew32(WUS, ~0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5121 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5122 | e1000_init_manageability(adapter); |
| 5123 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 5124 | if (netif_running(netdev)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5125 | e1000_up(adapter); |
| 5126 | |
| 5127 | netif_device_attach(netdev); |
| 5128 | |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 5129 | /* If the controller is 82573 and f/w is AMT, do not set |
| 5130 | * DRV_LOAD until the interface is up. For all other cases, |
| 5131 | * let the f/w know that the h/w is now under the control |
| 5132 | * of the driver. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5133 | if (hw->mac_type != e1000_82573 || |
| 5134 | !e1000_check_mng_mode(hw)) |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 5135 | e1000_get_hw_control(adapter); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 5136 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5137 | return 0; |
| 5138 | } |
| 5139 | #endif |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 5140 | |
| 5141 | static void e1000_shutdown(struct pci_dev *pdev) |
| 5142 | { |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5143 | bool wake; |
| 5144 | |
| 5145 | __e1000_shutdown(pdev, &wake); |
| 5146 | |
| 5147 | if (system_state == SYSTEM_POWER_OFF) { |
| 5148 | pci_wake_from_d3(pdev, wake); |
| 5149 | pci_set_power_state(pdev, PCI_D3hot); |
| 5150 | } |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 5151 | } |
| 5152 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5153 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 5154 | /* |
| 5155 | * Polling 'interrupt' - used by things like netconsole to send skbs |
| 5156 | * without having to re-enable interrupts. It's not called while |
| 5157 | * the interrupt routine is executing. |
| 5158 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5159 | static void e1000_netpoll(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5160 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 5161 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Auke Kok | d3d9e48 | 2006-07-14 16:14:23 -0700 | [diff] [blame] | 5162 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5163 | disable_irq(adapter->pdev->irq); |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 5164 | e1000_intr(adapter->pdev->irq, netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5165 | enable_irq(adapter->pdev->irq); |
| 5166 | } |
| 5167 | #endif |
| 5168 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5169 | /** |
| 5170 | * e1000_io_error_detected - called when PCI error is detected |
| 5171 | * @pdev: Pointer to PCI device |
| 5172 | * @state: The current pci conneection state |
| 5173 | * |
| 5174 | * This function is called after a PCI bus error affecting |
| 5175 | * this device has been detected. |
| 5176 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5177 | static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, |
| 5178 | pci_channel_state_t state) |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5179 | { |
| 5180 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5181 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5182 | |
| 5183 | netif_device_detach(netdev); |
| 5184 | |
Andre Detsch | eab6330 | 2009-06-30 12:46:13 +0000 | [diff] [blame] | 5185 | if (state == pci_channel_io_perm_failure) |
| 5186 | return PCI_ERS_RESULT_DISCONNECT; |
| 5187 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5188 | if (netif_running(netdev)) |
| 5189 | e1000_down(adapter); |
Linas Vepstas | 72e8d6b | 2006-09-18 20:58:06 -0700 | [diff] [blame] | 5190 | pci_disable_device(pdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5191 | |
| 5192 | /* Request a slot slot reset. */ |
| 5193 | return PCI_ERS_RESULT_NEED_RESET; |
| 5194 | } |
| 5195 | |
| 5196 | /** |
| 5197 | * e1000_io_slot_reset - called after the pci bus has been reset. |
| 5198 | * @pdev: Pointer to PCI device |
| 5199 | * |
| 5200 | * Restart the card from scratch, as if from a cold-boot. Implementation |
| 5201 | * resembles the first-half of the e1000_resume routine. |
| 5202 | */ |
| 5203 | static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev) |
| 5204 | { |
| 5205 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5206 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5207 | struct e1000_hw *hw = &adapter->hw; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5208 | int err; |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5209 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5210 | if (adapter->need_ioport) |
| 5211 | err = pci_enable_device(pdev); |
| 5212 | else |
| 5213 | err = pci_enable_device_mem(pdev); |
| 5214 | if (err) { |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5215 | printk(KERN_ERR "e1000: Cannot re-enable PCI device after reset.\n"); |
| 5216 | return PCI_ERS_RESULT_DISCONNECT; |
| 5217 | } |
| 5218 | pci_set_master(pdev); |
| 5219 | |
Linas Vepstas | dbf38c9 | 2006-09-27 12:54:11 -0700 | [diff] [blame] | 5220 | pci_enable_wake(pdev, PCI_D3hot, 0); |
| 5221 | pci_enable_wake(pdev, PCI_D3cold, 0); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5222 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5223 | e1000_reset(adapter); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5224 | ew32(WUS, ~0); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5225 | |
| 5226 | return PCI_ERS_RESULT_RECOVERED; |
| 5227 | } |
| 5228 | |
| 5229 | /** |
| 5230 | * e1000_io_resume - called when traffic can start flowing again. |
| 5231 | * @pdev: Pointer to PCI device |
| 5232 | * |
| 5233 | * This callback is called when the error recovery driver tells us that |
| 5234 | * its OK to resume normal operation. Implementation resembles the |
| 5235 | * second-half of the e1000_resume routine. |
| 5236 | */ |
| 5237 | static void e1000_io_resume(struct pci_dev *pdev) |
| 5238 | { |
| 5239 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5240 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5241 | struct e1000_hw *hw = &adapter->hw; |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5242 | |
| 5243 | e1000_init_manageability(adapter); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5244 | |
| 5245 | if (netif_running(netdev)) { |
| 5246 | if (e1000_up(adapter)) { |
| 5247 | printk("e1000: can't bring device back up after reset\n"); |
| 5248 | return; |
| 5249 | } |
| 5250 | } |
| 5251 | |
| 5252 | netif_device_attach(netdev); |
| 5253 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5254 | /* If the controller is 82573 and f/w is AMT, do not set |
| 5255 | * DRV_LOAD until the interface is up. For all other cases, |
| 5256 | * let the f/w know that the h/w is now under the control |
| 5257 | * of the driver. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5258 | if (hw->mac_type != e1000_82573 || |
| 5259 | !e1000_check_mng_mode(hw)) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5260 | e1000_get_hw_control(adapter); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5261 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5262 | } |
| 5263 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5264 | /* e1000_main.c */ |