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> |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 31 | #include <linux/io.h> |
Paul Gortmaker | 70c7160 | 2011-05-22 16:47:17 -0400 | [diff] [blame] | 32 | #include <linux/prefetch.h> |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 33 | #include <linux/bitops.h> |
| 34 | #include <linux/if_vlan.h> |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 35 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | char e1000_driver_name[] = "e1000"; |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 37 | static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver"; |
Anupam Chanda | ab08853 | 2010-11-21 09:54:21 -0800 | [diff] [blame] | 38 | #define DRV_VERSION "7.3.21-k8-NAPI" |
Stephen Hemminger | abec42a | 2007-10-29 10:46:19 -0700 | [diff] [blame] | 39 | const char e1000_driver_version[] = DRV_VERSION; |
| 40 | static const char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
| 42 | /* e1000_pci_tbl - PCI Device ID Table |
| 43 | * |
| 44 | * Last entry must be all 0s |
| 45 | * |
| 46 | * Macro expands to... |
| 47 | * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)} |
| 48 | */ |
Alexey Dobriyan | a3aa188 | 2010-01-07 11:58:11 +0000 | [diff] [blame] | 49 | static DEFINE_PCI_DEVICE_TABLE(e1000_pci_tbl) = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | INTEL_E1000_ETHERNET_DEVICE(0x1000), |
| 51 | INTEL_E1000_ETHERNET_DEVICE(0x1001), |
| 52 | INTEL_E1000_ETHERNET_DEVICE(0x1004), |
| 53 | INTEL_E1000_ETHERNET_DEVICE(0x1008), |
| 54 | INTEL_E1000_ETHERNET_DEVICE(0x1009), |
| 55 | INTEL_E1000_ETHERNET_DEVICE(0x100C), |
| 56 | INTEL_E1000_ETHERNET_DEVICE(0x100D), |
| 57 | INTEL_E1000_ETHERNET_DEVICE(0x100E), |
| 58 | INTEL_E1000_ETHERNET_DEVICE(0x100F), |
| 59 | INTEL_E1000_ETHERNET_DEVICE(0x1010), |
| 60 | INTEL_E1000_ETHERNET_DEVICE(0x1011), |
| 61 | INTEL_E1000_ETHERNET_DEVICE(0x1012), |
| 62 | INTEL_E1000_ETHERNET_DEVICE(0x1013), |
| 63 | INTEL_E1000_ETHERNET_DEVICE(0x1014), |
| 64 | INTEL_E1000_ETHERNET_DEVICE(0x1015), |
| 65 | INTEL_E1000_ETHERNET_DEVICE(0x1016), |
| 66 | INTEL_E1000_ETHERNET_DEVICE(0x1017), |
| 67 | INTEL_E1000_ETHERNET_DEVICE(0x1018), |
| 68 | INTEL_E1000_ETHERNET_DEVICE(0x1019), |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 69 | INTEL_E1000_ETHERNET_DEVICE(0x101A), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | INTEL_E1000_ETHERNET_DEVICE(0x101D), |
| 71 | INTEL_E1000_ETHERNET_DEVICE(0x101E), |
| 72 | INTEL_E1000_ETHERNET_DEVICE(0x1026), |
| 73 | INTEL_E1000_ETHERNET_DEVICE(0x1027), |
| 74 | INTEL_E1000_ETHERNET_DEVICE(0x1028), |
| 75 | INTEL_E1000_ETHERNET_DEVICE(0x1075), |
| 76 | INTEL_E1000_ETHERNET_DEVICE(0x1076), |
| 77 | INTEL_E1000_ETHERNET_DEVICE(0x1077), |
| 78 | INTEL_E1000_ETHERNET_DEVICE(0x1078), |
| 79 | INTEL_E1000_ETHERNET_DEVICE(0x1079), |
| 80 | INTEL_E1000_ETHERNET_DEVICE(0x107A), |
| 81 | INTEL_E1000_ETHERNET_DEVICE(0x107B), |
| 82 | INTEL_E1000_ETHERNET_DEVICE(0x107C), |
| 83 | INTEL_E1000_ETHERNET_DEVICE(0x108A), |
Jeff Kirsher | b7ee49d | 2006-01-12 16:51:21 -0800 | [diff] [blame] | 84 | INTEL_E1000_ETHERNET_DEVICE(0x1099), |
Jeff Kirsher | b7ee49d | 2006-01-12 16:51:21 -0800 | [diff] [blame] | 85 | INTEL_E1000_ETHERNET_DEVICE(0x10B5), |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 86 | INTEL_E1000_ETHERNET_DEVICE(0x2E6E), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | /* required last entry */ |
| 88 | {0,} |
| 89 | }; |
| 90 | |
| 91 | MODULE_DEVICE_TABLE(pci, e1000_pci_tbl); |
| 92 | |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 93 | int e1000_up(struct e1000_adapter *adapter); |
| 94 | void e1000_down(struct e1000_adapter *adapter); |
| 95 | void e1000_reinit_locked(struct e1000_adapter *adapter); |
| 96 | void e1000_reset(struct e1000_adapter *adapter); |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 97 | int e1000_setup_all_tx_resources(struct e1000_adapter *adapter); |
| 98 | int e1000_setup_all_rx_resources(struct e1000_adapter *adapter); |
| 99 | void e1000_free_all_tx_resources(struct e1000_adapter *adapter); |
| 100 | void e1000_free_all_rx_resources(struct e1000_adapter *adapter); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 101 | static int e1000_setup_tx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 102 | struct e1000_tx_ring *txdr); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 103 | static int e1000_setup_rx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 104 | struct e1000_rx_ring *rxdr); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 105 | static void e1000_free_tx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 106 | struct e1000_tx_ring *tx_ring); |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 107 | static void e1000_free_rx_resources(struct e1000_adapter *adapter, |
Nicholas Nunley | 3557476 | 2006-09-27 12:53:34 -0700 | [diff] [blame] | 108 | struct e1000_rx_ring *rx_ring); |
| 109 | void e1000_update_stats(struct e1000_adapter *adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | |
| 111 | static int e1000_init_module(void); |
| 112 | static void e1000_exit_module(void); |
| 113 | static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent); |
| 114 | static void __devexit e1000_remove(struct pci_dev *pdev); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 115 | static int e1000_alloc_queues(struct e1000_adapter *adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | static int e1000_sw_init(struct e1000_adapter *adapter); |
| 117 | static int e1000_open(struct net_device *netdev); |
| 118 | static int e1000_close(struct net_device *netdev); |
| 119 | static void e1000_configure_tx(struct e1000_adapter *adapter); |
| 120 | static void e1000_configure_rx(struct e1000_adapter *adapter); |
| 121 | static void e1000_setup_rctl(struct e1000_adapter *adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 122 | static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter); |
| 123 | static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter); |
| 124 | static void e1000_clean_tx_ring(struct e1000_adapter *adapter, |
| 125 | struct e1000_tx_ring *tx_ring); |
| 126 | static void e1000_clean_rx_ring(struct e1000_adapter *adapter, |
| 127 | struct e1000_rx_ring *rx_ring); |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 128 | static void e1000_set_rx_mode(struct net_device *netdev); |
Jesse Brandeburg | 5cf42fc | 2010-09-22 18:22:17 +0000 | [diff] [blame] | 129 | static void e1000_update_phy_info_task(struct work_struct *work); |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 130 | static void e1000_watchdog(struct work_struct *work); |
Jesse Brandeburg | 5cf42fc | 2010-09-22 18:22:17 +0000 | [diff] [blame] | 131 | static void e1000_82547_tx_fifo_stall_task(struct work_struct *work); |
Stephen Hemminger | 3b29a56 | 2009-08-31 19:50:55 +0000 | [diff] [blame] | 132 | static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb, |
| 133 | struct net_device *netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | static struct net_device_stats * e1000_get_stats(struct net_device *netdev); |
| 135 | static int e1000_change_mtu(struct net_device *netdev, int new_mtu); |
| 136 | static int e1000_set_mac(struct net_device *netdev, void *p); |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 137 | static irqreturn_t e1000_intr(int irq, void *data); |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 138 | static bool e1000_clean_tx_irq(struct e1000_adapter *adapter, |
| 139 | struct e1000_tx_ring *tx_ring); |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 140 | static int e1000_clean(struct napi_struct *napi, int budget); |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 141 | static bool e1000_clean_rx_irq(struct e1000_adapter *adapter, |
| 142 | struct e1000_rx_ring *rx_ring, |
| 143 | int *work_done, int work_to_do); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 144 | static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, |
| 145 | struct e1000_rx_ring *rx_ring, |
| 146 | int *work_done, int work_to_do); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 147 | static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 148 | struct e1000_rx_ring *rx_ring, |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 149 | int cleaned_count); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 150 | static void e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter, |
| 151 | struct e1000_rx_ring *rx_ring, |
| 152 | int cleaned_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd); |
| 154 | static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, |
| 155 | int cmd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | static void e1000_enter_82542_rst(struct e1000_adapter *adapter); |
| 157 | static void e1000_leave_82542_rst(struct e1000_adapter *adapter); |
| 158 | static void e1000_tx_timeout(struct net_device *dev); |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 159 | static void e1000_reset_task(struct work_struct *work); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 160 | static void e1000_smartspeed(struct e1000_adapter *adapter); |
Auke Kok | e619d52 | 2006-04-14 19:04:52 -0700 | [diff] [blame] | 161 | static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter, |
| 162 | struct sk_buff *skb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 164 | static bool e1000_vlan_used(struct e1000_adapter *adapter); |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 165 | static void e1000_vlan_mode(struct net_device *netdev, |
| 166 | netdev_features_t features); |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 167 | static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid); |
| 168 | static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 169 | static void e1000_restore_vlan(struct e1000_adapter *adapter); |
| 170 | |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 171 | #ifdef CONFIG_PM |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 172 | static int e1000_suspend(struct pci_dev *pdev, pm_message_t state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | static int e1000_resume(struct pci_dev *pdev); |
| 174 | #endif |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 175 | static void e1000_shutdown(struct pci_dev *pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | |
| 177 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 178 | /* for netdump / net console */ |
| 179 | static void e1000_netpoll (struct net_device *netdev); |
| 180 | #endif |
| 181 | |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 182 | #define COPYBREAK_DEFAULT 256 |
| 183 | static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT; |
| 184 | module_param(copybreak, uint, 0644); |
| 185 | MODULE_PARM_DESC(copybreak, |
| 186 | "Maximum size of packet that is copied to a new buffer on receive"); |
| 187 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 188 | static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, |
| 189 | pci_channel_state_t state); |
| 190 | static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev); |
| 191 | static void e1000_io_resume(struct pci_dev *pdev); |
| 192 | |
| 193 | static struct pci_error_handlers e1000_err_handler = { |
| 194 | .error_detected = e1000_io_error_detected, |
| 195 | .slot_reset = e1000_io_slot_reset, |
| 196 | .resume = e1000_io_resume, |
| 197 | }; |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 198 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | static struct pci_driver e1000_driver = { |
| 200 | .name = e1000_driver_name, |
| 201 | .id_table = e1000_pci_tbl, |
| 202 | .probe = e1000_probe, |
| 203 | .remove = __devexit_p(e1000_remove), |
Auke Kok | c4e24f0 | 2006-09-27 12:53:19 -0700 | [diff] [blame] | 204 | #ifdef CONFIG_PM |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 205 | /* Power Management Hooks */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | .suspend = e1000_suspend, |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 207 | .resume = e1000_resume, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | #endif |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 209 | .shutdown = e1000_shutdown, |
| 210 | .err_handler = &e1000_err_handler |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | }; |
| 212 | |
| 213 | MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>"); |
| 214 | MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver"); |
| 215 | MODULE_LICENSE("GPL"); |
| 216 | MODULE_VERSION(DRV_VERSION); |
| 217 | |
| 218 | static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE; |
| 219 | module_param(debug, int, 0); |
| 220 | MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); |
| 221 | |
| 222 | /** |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 223 | * e1000_get_hw_dev - return device |
| 224 | * used by hardware layer to print debugging information |
| 225 | * |
| 226 | **/ |
| 227 | struct net_device *e1000_get_hw_dev(struct e1000_hw *hw) |
| 228 | { |
| 229 | struct e1000_adapter *adapter = hw->back; |
| 230 | return adapter->netdev; |
| 231 | } |
| 232 | |
| 233 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | * e1000_init_module - Driver Registration Routine |
| 235 | * |
| 236 | * e1000_init_module is the first routine called when the driver is |
| 237 | * loaded. All it does is register with the PCI subsystem. |
| 238 | **/ |
| 239 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 240 | static int __init e1000_init_module(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | { |
| 242 | int ret; |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 243 | pr_info("%s - version %s\n", e1000_driver_string, e1000_driver_version); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 245 | pr_info("%s\n", e1000_copyright); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | |
Jeff Garzik | 2991762 | 2006-08-19 17:48:59 -0400 | [diff] [blame] | 247 | ret = pci_register_driver(&e1000_driver); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 248 | if (copybreak != COPYBREAK_DEFAULT) { |
| 249 | if (copybreak == 0) |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 250 | pr_info("copybreak disabled\n"); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 251 | else |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 252 | pr_info("copybreak enabled for " |
| 253 | "packets <= %u bytes\n", copybreak); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 254 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | return ret; |
| 256 | } |
| 257 | |
| 258 | module_init(e1000_init_module); |
| 259 | |
| 260 | /** |
| 261 | * e1000_exit_module - Driver Exit Cleanup Routine |
| 262 | * |
| 263 | * e1000_exit_module is called just before the driver is removed |
| 264 | * from memory. |
| 265 | **/ |
| 266 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 267 | static void __exit e1000_exit_module(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 269 | pci_unregister_driver(&e1000_driver); |
| 270 | } |
| 271 | |
| 272 | module_exit(e1000_exit_module); |
| 273 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 274 | static int e1000_request_irq(struct e1000_adapter *adapter) |
| 275 | { |
| 276 | struct net_device *netdev = adapter->netdev; |
Al Viro | 3e18826 | 2007-12-11 19:49:39 +0000 | [diff] [blame] | 277 | irq_handler_t handler = e1000_intr; |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 278 | int irq_flags = IRQF_SHARED; |
| 279 | int err; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 280 | |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 281 | err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name, |
| 282 | netdev); |
| 283 | if (err) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 284 | e_err(probe, "Unable to allocate interrupt Error: %d\n", err); |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 285 | } |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 286 | |
| 287 | return err; |
| 288 | } |
| 289 | |
| 290 | static void e1000_free_irq(struct e1000_adapter *adapter) |
| 291 | { |
| 292 | struct net_device *netdev = adapter->netdev; |
| 293 | |
| 294 | free_irq(adapter->pdev->irq, netdev); |
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 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 331 | if (!e1000_vlan_used(adapter)) |
| 332 | return; |
| 333 | |
| 334 | if (!test_bit(vid, adapter->active_vlans)) { |
| 335 | if (hw->mng_cookie.status & |
| 336 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) { |
| 337 | e1000_vlan_rx_add_vid(netdev, vid); |
Jeff Kirsher | c5f226f | 2006-03-02 18:17:55 -0800 | [diff] [blame] | 338 | adapter->mng_vlan_id = vid; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 339 | } else { |
| 340 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
| 341 | } |
| 342 | if ((old_vid != (u16)E1000_MNG_VLAN_NONE) && |
| 343 | (vid != old_vid) && |
| 344 | !test_bit(old_vid, adapter->active_vlans)) |
| 345 | e1000_vlan_rx_kill_vid(netdev, old_vid); |
| 346 | } else { |
| 347 | adapter->mng_vlan_id = vid; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 348 | } |
| 349 | } |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 350 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 351 | static void e1000_init_manageability(struct e1000_adapter *adapter) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 352 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 353 | struct e1000_hw *hw = &adapter->hw; |
| 354 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 355 | if (adapter->en_mng_pt) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 356 | u32 manc = er32(MANC); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 357 | |
| 358 | /* disable hardware interception of ARP */ |
| 359 | manc &= ~(E1000_MANC_ARP_EN); |
| 360 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 361 | ew32(MANC, manc); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 362 | } |
| 363 | } |
| 364 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 365 | static void e1000_release_manageability(struct e1000_adapter *adapter) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 366 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 367 | struct e1000_hw *hw = &adapter->hw; |
| 368 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 369 | if (adapter->en_mng_pt) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 370 | u32 manc = er32(MANC); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 371 | |
| 372 | /* re-enable hardware interception of ARP */ |
| 373 | manc |= E1000_MANC_ARP_EN; |
| 374 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 375 | ew32(MANC, manc); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 376 | } |
| 377 | } |
| 378 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 379 | /** |
| 380 | * e1000_configure - configure the hardware for RX and TX |
| 381 | * @adapter = private board structure |
| 382 | **/ |
| 383 | static void e1000_configure(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | { |
| 385 | struct net_device *netdev = adapter->netdev; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 386 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 388 | e1000_set_rx_mode(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | |
| 390 | e1000_restore_vlan(adapter); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 391 | e1000_init_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 | |
| 393 | e1000_configure_tx(adapter); |
| 394 | e1000_setup_rctl(adapter); |
| 395 | e1000_configure_rx(adapter); |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 396 | /* call E1000_DESC_UNUSED which always leaves |
| 397 | * at least 1 descriptor unused to make sure |
| 398 | * next_to_use != next_to_clean */ |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 399 | for (i = 0; i < adapter->num_rx_queues; i++) { |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 400 | struct e1000_rx_ring *ring = &adapter->rx_ring[i]; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 401 | adapter->alloc_rx_buf(adapter, ring, |
| 402 | E1000_DESC_UNUSED(ring)); |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 403 | } |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 404 | } |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 405 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 406 | int e1000_up(struct e1000_adapter *adapter) |
| 407 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 408 | struct e1000_hw *hw = &adapter->hw; |
| 409 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 410 | /* hardware has been reset, we need to reload some things */ |
| 411 | e1000_configure(adapter); |
Malli Chilakala | 5de5562 | 2005-04-28 19:39:30 -0700 | [diff] [blame] | 412 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 413 | clear_bit(__E1000_DOWN, &adapter->flags); |
| 414 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 415 | napi_enable(&adapter->napi); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 416 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 417 | e1000_irq_enable(adapter); |
| 418 | |
Jesse Brandeburg | 4cb9be7 | 2009-04-21 18:42:05 +0000 | [diff] [blame] | 419 | netif_wake_queue(adapter->netdev); |
| 420 | |
Jesse Brandeburg | 79f3d39 | 2006-12-15 10:42:34 +0100 | [diff] [blame] | 421 | /* fire a link change interrupt to start the watchdog */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 422 | ew32(ICS, E1000_ICS_LSC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | return 0; |
| 424 | } |
| 425 | |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 426 | /** |
| 427 | * e1000_power_up_phy - restore link in case the phy was powered down |
| 428 | * @adapter: address of board private structure |
| 429 | * |
| 430 | * The phy may be powered down to save power and turn off link when the |
| 431 | * driver is unloaded and wake on lan is not enabled (among others) |
| 432 | * *** this routine MUST be followed by a call to e1000_reset *** |
| 433 | * |
| 434 | **/ |
| 435 | |
Jesse Brandeburg | d658266 | 2006-08-16 13:31:33 -0700 | [diff] [blame] | 436 | void e1000_power_up_phy(struct e1000_adapter *adapter) |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 437 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 438 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 439 | u16 mii_reg = 0; |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 440 | |
| 441 | /* Just clear the power down bit to wake the phy back up */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 442 | if (hw->media_type == e1000_media_type_copper) { |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 443 | /* according to the manual, the phy will retain its |
| 444 | * settings across a power-down/up cycle */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 445 | e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 446 | mii_reg &= ~MII_CR_POWER_DOWN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 447 | e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 448 | } |
| 449 | } |
| 450 | |
| 451 | static void e1000_power_down_phy(struct e1000_adapter *adapter) |
| 452 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 453 | struct e1000_hw *hw = &adapter->hw; |
| 454 | |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 455 | /* 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] | 456 | * 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] | 457 | * (a) WoL is enabled |
| 458 | * (b) AMT is active |
| 459 | * (c) SoL/IDER session is active */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 460 | if (!adapter->wol && hw->mac_type >= e1000_82540 && |
| 461 | hw->media_type == e1000_media_type_copper) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 462 | u16 mii_reg = 0; |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 463 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 464 | switch (hw->mac_type) { |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 465 | case e1000_82540: |
| 466 | case e1000_82545: |
| 467 | case e1000_82545_rev_3: |
| 468 | case e1000_82546: |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 469 | case e1000_ce4100: |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 470 | case e1000_82546_rev_3: |
| 471 | case e1000_82541: |
| 472 | case e1000_82541_rev_2: |
| 473 | case e1000_82547: |
| 474 | case e1000_82547_rev_2: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 475 | if (er32(MANC) & E1000_MANC_SMBUS_EN) |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 476 | goto out; |
| 477 | break; |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 478 | default: |
| 479 | goto out; |
| 480 | } |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 481 | e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 482 | mii_reg |= MII_CR_POWER_DOWN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 483 | e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); |
Jesse Brandeburg | 4e0d8f7d | 2011-10-05 07:24:46 +0000 | [diff] [blame] | 484 | msleep(1); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 485 | } |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 486 | out: |
| 487 | return; |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 488 | } |
| 489 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 490 | static void e1000_down_and_stop(struct e1000_adapter *adapter) |
| 491 | { |
| 492 | set_bit(__E1000_DOWN, &adapter->flags); |
| 493 | cancel_work_sync(&adapter->reset_task); |
| 494 | cancel_delayed_work_sync(&adapter->watchdog_task); |
| 495 | cancel_delayed_work_sync(&adapter->phy_info_task); |
| 496 | cancel_delayed_work_sync(&adapter->fifo_stall_task); |
| 497 | } |
| 498 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 499 | void e1000_down(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 500 | { |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 501 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 502 | struct net_device *netdev = adapter->netdev; |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 503 | u32 rctl, tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 505 | |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 506 | /* disable receives in the hardware */ |
| 507 | rctl = er32(RCTL); |
| 508 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
| 509 | /* flush and sleep below */ |
| 510 | |
Jesse Brandeburg | 5185107 | 2009-09-25 12:17:01 +0000 | [diff] [blame] | 511 | netif_tx_disable(netdev); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 512 | |
| 513 | /* disable transmits in the hardware */ |
| 514 | tctl = er32(TCTL); |
| 515 | tctl &= ~E1000_TCTL_EN; |
| 516 | ew32(TCTL, tctl); |
| 517 | /* flush both disables and wait for them to finish */ |
| 518 | E1000_WRITE_FLUSH(); |
| 519 | msleep(10); |
| 520 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 521 | napi_disable(&adapter->napi); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 522 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 523 | e1000_irq_disable(adapter); |
Jeff Kirsher | c1605eb | 2006-03-02 18:16:38 -0800 | [diff] [blame] | 524 | |
Anupam Chanda | ab08853 | 2010-11-21 09:54:21 -0800 | [diff] [blame] | 525 | /* |
| 526 | * Setting DOWN must be after irq_disable to prevent |
| 527 | * a screaming interrupt. Setting DOWN also prevents |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 528 | * tasks from rescheduling. |
Anupam Chanda | ab08853 | 2010-11-21 09:54:21 -0800 | [diff] [blame] | 529 | */ |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 530 | e1000_down_and_stop(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 531 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 532 | adapter->link_speed = 0; |
| 533 | adapter->link_duplex = 0; |
| 534 | netif_carrier_off(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | |
| 536 | e1000_reset(adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 537 | e1000_clean_all_tx_rings(adapter); |
| 538 | e1000_clean_all_rx_rings(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | |
stephen hemminger | 38df7a3 | 2010-10-21 07:50:57 +0000 | [diff] [blame] | 541 | static void e1000_reinit_safe(struct e1000_adapter *adapter) |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 542 | { |
| 543 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 544 | msleep(1); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 545 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 546 | e1000_down(adapter); |
| 547 | e1000_up(adapter); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 548 | mutex_unlock(&adapter->mutex); |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 549 | clear_bit(__E1000_RESETTING, &adapter->flags); |
| 550 | } |
| 551 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 552 | void e1000_reinit_locked(struct e1000_adapter *adapter) |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 553 | { |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 554 | /* if rtnl_lock is not held the call path is bogus */ |
| 555 | ASSERT_RTNL(); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 556 | WARN_ON(in_interrupt()); |
| 557 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 558 | msleep(1); |
| 559 | e1000_down(adapter); |
| 560 | e1000_up(adapter); |
| 561 | clear_bit(__E1000_RESETTING, &adapter->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 562 | } |
| 563 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 564 | void e1000_reset(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 566 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 567 | u32 pba = 0, tx_space, min_tx_space, min_rx_space; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 568 | bool legacy_pba_adjust = false; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 569 | u16 hwm; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 570 | |
| 571 | /* Repartition Pba for greater than 9k mtu |
| 572 | * To take effect CTRL.RST is required. |
| 573 | */ |
| 574 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 575 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 576 | case e1000_82542_rev2_0: |
| 577 | case e1000_82542_rev2_1: |
| 578 | case e1000_82543: |
| 579 | case e1000_82544: |
| 580 | case e1000_82540: |
| 581 | case e1000_82541: |
| 582 | case e1000_82541_rev_2: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 583 | legacy_pba_adjust = true; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 584 | pba = E1000_PBA_48K; |
| 585 | break; |
| 586 | case e1000_82545: |
| 587 | case e1000_82545_rev_3: |
| 588 | case e1000_82546: |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 589 | case e1000_ce4100: |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 590 | case e1000_82546_rev_3: |
| 591 | pba = E1000_PBA_48K; |
| 592 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 593 | case e1000_82547: |
Malli Chilakala | 0e6ef3e | 2005-04-28 19:44:14 -0700 | [diff] [blame] | 594 | case e1000_82547_rev_2: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 595 | legacy_pba_adjust = true; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 596 | pba = E1000_PBA_30K; |
| 597 | break; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 598 | case e1000_undefined: |
| 599 | case e1000_num_macs: |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 600 | break; |
| 601 | } |
| 602 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 603 | if (legacy_pba_adjust) { |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 604 | if (hw->max_frame_size > E1000_RXBUFFER_8192) |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 605 | pba -= 8; /* allocate more FIFO for Tx */ |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 606 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 607 | if (hw->mac_type == e1000_82547) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 608 | adapter->tx_fifo_head = 0; |
| 609 | adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT; |
| 610 | adapter->tx_fifo_size = |
| 611 | (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT; |
| 612 | atomic_set(&adapter->tx_fifo_stall, 0); |
| 613 | } |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 614 | } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 615 | /* adjust PBA for jumbo frames */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 616 | ew32(PBA, pba); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 617 | |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 618 | /* To maintain wire speed transmits, the Tx FIFO should be |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 619 | * large enough to accommodate two full transmit packets, |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 620 | * rounded up to the next 1KB and expressed in KB. Likewise, |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 621 | * the Rx FIFO should be large enough to accommodate at least |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 622 | * one full receive packet and is similarly rounded up and |
| 623 | * expressed in KB. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 624 | pba = er32(PBA); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 625 | /* upper 16 bits has Tx packet buffer allocation size in KB */ |
| 626 | tx_space = pba >> 16; |
| 627 | /* lower 16 bits has Rx packet buffer allocation size in KB */ |
| 628 | pba &= 0xffff; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 629 | /* |
| 630 | * the tx fifo also stores 16 bytes of information about the tx |
| 631 | * but don't include ethernet FCS because hardware appends it |
| 632 | */ |
| 633 | min_tx_space = (hw->max_frame_size + |
| 634 | sizeof(struct e1000_tx_desc) - |
| 635 | ETH_FCS_LEN) * 2; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 636 | min_tx_space = ALIGN(min_tx_space, 1024); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 637 | min_tx_space >>= 10; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 638 | /* software strips receive CRC, so leave room for it */ |
| 639 | min_rx_space = hw->max_frame_size; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 640 | min_rx_space = ALIGN(min_rx_space, 1024); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 641 | min_rx_space >>= 10; |
| 642 | |
| 643 | /* If current Tx allocation is less than the min Tx FIFO size, |
| 644 | * and the min Tx FIFO size is less than the current Rx FIFO |
| 645 | * allocation, take space away from current Rx allocation */ |
| 646 | if (tx_space < min_tx_space && |
| 647 | ((min_tx_space - tx_space) < pba)) { |
| 648 | pba = pba - (min_tx_space - tx_space); |
| 649 | |
| 650 | /* PCI/PCIx hardware has PBA alignment constraints */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 651 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 652 | case e1000_82545 ... e1000_82546_rev_3: |
| 653 | pba &= ~(E1000_PBA_8K - 1); |
| 654 | break; |
| 655 | default: |
| 656 | break; |
| 657 | } |
| 658 | |
| 659 | /* if short on rx space, rx wins and must trump tx |
| 660 | * adjustment or use Early Receive if available */ |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 661 | if (pba < min_rx_space) |
| 662 | pba = min_rx_space; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 663 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 664 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 665 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 666 | ew32(PBA, pba); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 667 | |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 668 | /* |
| 669 | * flow control settings: |
| 670 | * The high water mark must be low enough to fit one full frame |
| 671 | * (or the size used for early receive) above it in the Rx FIFO. |
| 672 | * Set it to the lower of: |
| 673 | * - 90% of the Rx FIFO size, and |
| 674 | * - the full Rx FIFO size minus the early receive size (for parts |
| 675 | * with ERT support assuming ERT set to E1000_ERT_2048), or |
| 676 | * - the full Rx FIFO size minus one full frame |
| 677 | */ |
| 678 | hwm = min(((pba << 10) * 9 / 10), |
| 679 | ((pba << 10) - hw->max_frame_size)); |
Jeff Kirsher | f11b7f8 | 2006-01-12 16:50:51 -0800 | [diff] [blame] | 680 | |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 681 | hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */ |
| 682 | hw->fc_low_water = hw->fc_high_water - 8; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 683 | hw->fc_pause_time = E1000_FC_PAUSE_TIME; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 684 | hw->fc_send_xon = 1; |
| 685 | hw->fc = hw->original_fc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 686 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 687 | /* Allow time for pending master requests to run */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 688 | e1000_reset_hw(hw); |
| 689 | if (hw->mac_type >= e1000_82544) |
| 690 | ew32(WUC, 0); |
Jeff Kirsher | 09ae3e8 | 2006-09-27 12:53:51 -0700 | [diff] [blame] | 691 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 692 | if (e1000_init_hw(hw)) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 693 | e_dev_err("Hardware Error\n"); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 694 | e1000_update_mng_vlan(adapter); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 695 | |
| 696 | /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 697 | if (hw->mac_type >= e1000_82544 && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 698 | hw->autoneg == 1 && |
| 699 | hw->autoneg_advertised == ADVERTISE_1000_FULL) { |
| 700 | u32 ctrl = er32(CTRL); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 701 | /* clear phy power management bit if we are in gig only mode, |
| 702 | * which if enabled will attempt negotiation to 100Mb, which |
| 703 | * can cause a loss of link at power off or driver unload */ |
| 704 | ctrl &= ~E1000_CTRL_SWDPIN3; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 705 | ew32(CTRL, ctrl); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 706 | } |
| 707 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 709 | ew32(VET, ETHERNET_IEEE_VLAN_TYPE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 710 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 711 | e1000_reset_adaptive(hw); |
| 712 | e1000_phy_get_info(hw, &adapter->phy_info); |
Auke Kok | 9a53a20 | 2006-06-27 09:06:45 -0700 | [diff] [blame] | 713 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 714 | e1000_release_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | } |
| 716 | |
| 717 | /** |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 718 | * Dump the eeprom for users having checksum issues |
| 719 | **/ |
Adrian Bunk | b4ea895 | 2008-02-01 08:21:28 -0800 | [diff] [blame] | 720 | static void e1000_dump_eeprom(struct e1000_adapter *adapter) |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 721 | { |
| 722 | struct net_device *netdev = adapter->netdev; |
| 723 | struct ethtool_eeprom eeprom; |
| 724 | const struct ethtool_ops *ops = netdev->ethtool_ops; |
| 725 | u8 *data; |
| 726 | int i; |
| 727 | u16 csum_old, csum_new = 0; |
| 728 | |
| 729 | eeprom.len = ops->get_eeprom_len(netdev); |
| 730 | eeprom.offset = 0; |
| 731 | |
| 732 | data = kmalloc(eeprom.len, GFP_KERNEL); |
Joe Perches | e404dec | 2012-01-29 12:56:23 +0000 | [diff] [blame] | 733 | if (!data) |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 734 | return; |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 735 | |
| 736 | ops->get_eeprom(netdev, &eeprom, data); |
| 737 | |
| 738 | csum_old = (data[EEPROM_CHECKSUM_REG * 2]) + |
| 739 | (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8); |
| 740 | for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2) |
| 741 | csum_new += data[i] + (data[i + 1] << 8); |
| 742 | csum_new = EEPROM_SUM - csum_new; |
| 743 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 744 | pr_err("/*********************/\n"); |
| 745 | pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old); |
| 746 | pr_err("Calculated : 0x%04x\n", csum_new); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 747 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 748 | pr_err("Offset Values\n"); |
| 749 | pr_err("======== ======\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 750 | print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0); |
| 751 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 752 | pr_err("Include this output when contacting your support provider.\n"); |
| 753 | pr_err("This is not a software error! Something bad happened to\n"); |
| 754 | pr_err("your hardware or EEPROM image. Ignoring this problem could\n"); |
| 755 | pr_err("result in further problems, possibly loss of data,\n"); |
| 756 | pr_err("corruption or system hangs!\n"); |
| 757 | pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n"); |
| 758 | pr_err("which is invalid and requires you to set the proper MAC\n"); |
| 759 | pr_err("address manually before continuing to enable this network\n"); |
| 760 | pr_err("device. Please inspect the EEPROM dump and report the\n"); |
| 761 | pr_err("issue to your hardware vendor or Intel Customer Support.\n"); |
| 762 | pr_err("/*********************/\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 763 | |
| 764 | kfree(data); |
| 765 | } |
| 766 | |
| 767 | /** |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 768 | * e1000_is_need_ioport - determine if an adapter needs ioport resources or not |
| 769 | * @pdev: PCI device information struct |
| 770 | * |
| 771 | * Return true if an adapter needs ioport resources |
| 772 | **/ |
| 773 | static int e1000_is_need_ioport(struct pci_dev *pdev) |
| 774 | { |
| 775 | switch (pdev->device) { |
| 776 | case E1000_DEV_ID_82540EM: |
| 777 | case E1000_DEV_ID_82540EM_LOM: |
| 778 | case E1000_DEV_ID_82540EP: |
| 779 | case E1000_DEV_ID_82540EP_LOM: |
| 780 | case E1000_DEV_ID_82540EP_LP: |
| 781 | case E1000_DEV_ID_82541EI: |
| 782 | case E1000_DEV_ID_82541EI_MOBILE: |
| 783 | case E1000_DEV_ID_82541ER: |
| 784 | case E1000_DEV_ID_82541ER_LOM: |
| 785 | case E1000_DEV_ID_82541GI: |
| 786 | case E1000_DEV_ID_82541GI_LF: |
| 787 | case E1000_DEV_ID_82541GI_MOBILE: |
| 788 | case E1000_DEV_ID_82544EI_COPPER: |
| 789 | case E1000_DEV_ID_82544EI_FIBER: |
| 790 | case E1000_DEV_ID_82544GC_COPPER: |
| 791 | case E1000_DEV_ID_82544GC_LOM: |
| 792 | case E1000_DEV_ID_82545EM_COPPER: |
| 793 | case E1000_DEV_ID_82545EM_FIBER: |
| 794 | case E1000_DEV_ID_82546EB_COPPER: |
| 795 | case E1000_DEV_ID_82546EB_FIBER: |
| 796 | case E1000_DEV_ID_82546EB_QUAD_COPPER: |
| 797 | return true; |
| 798 | default: |
| 799 | return false; |
| 800 | } |
| 801 | } |
| 802 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 803 | static netdev_features_t e1000_fix_features(struct net_device *netdev, |
| 804 | netdev_features_t features) |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 805 | { |
| 806 | /* |
| 807 | * Since there is no support for separate rx/tx vlan accel |
| 808 | * enable/disable make sure tx flag is always in same state as rx. |
| 809 | */ |
| 810 | if (features & NETIF_F_HW_VLAN_RX) |
| 811 | features |= NETIF_F_HW_VLAN_TX; |
| 812 | else |
| 813 | features &= ~NETIF_F_HW_VLAN_TX; |
| 814 | |
| 815 | return features; |
| 816 | } |
| 817 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 818 | static int e1000_set_features(struct net_device *netdev, |
| 819 | netdev_features_t features) |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 820 | { |
| 821 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 822 | netdev_features_t changed = features ^ netdev->features; |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 823 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 824 | if (changed & NETIF_F_HW_VLAN_RX) |
| 825 | e1000_vlan_mode(netdev, features); |
| 826 | |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 827 | if (!(changed & NETIF_F_RXCSUM)) |
| 828 | return 0; |
| 829 | |
| 830 | adapter->rx_csum = !!(features & NETIF_F_RXCSUM); |
| 831 | |
| 832 | if (netif_running(netdev)) |
| 833 | e1000_reinit_locked(adapter); |
| 834 | else |
| 835 | e1000_reset(adapter); |
| 836 | |
| 837 | return 0; |
| 838 | } |
| 839 | |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 840 | static const struct net_device_ops e1000_netdev_ops = { |
| 841 | .ndo_open = e1000_open, |
| 842 | .ndo_stop = e1000_close, |
Stephen Hemminger | 0082982 | 2008-11-20 20:14:53 -0800 | [diff] [blame] | 843 | .ndo_start_xmit = e1000_xmit_frame, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 844 | .ndo_get_stats = e1000_get_stats, |
| 845 | .ndo_set_rx_mode = e1000_set_rx_mode, |
| 846 | .ndo_set_mac_address = e1000_set_mac, |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 847 | .ndo_tx_timeout = e1000_tx_timeout, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 848 | .ndo_change_mtu = e1000_change_mtu, |
| 849 | .ndo_do_ioctl = e1000_ioctl, |
| 850 | .ndo_validate_addr = eth_validate_addr, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 851 | .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid, |
| 852 | .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid, |
| 853 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 854 | .ndo_poll_controller = e1000_netpoll, |
| 855 | #endif |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 856 | .ndo_fix_features = e1000_fix_features, |
| 857 | .ndo_set_features = e1000_set_features, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 858 | }; |
| 859 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 860 | /** |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 861 | * e1000_init_hw_struct - initialize members of hw struct |
| 862 | * @adapter: board private struct |
| 863 | * @hw: structure used by e1000_hw.c |
| 864 | * |
| 865 | * Factors out initialization of the e1000_hw struct to its own function |
| 866 | * that can be called very early at init (just after struct allocation). |
| 867 | * Fields are initialized based on PCI device information and |
| 868 | * OS network device settings (MTU size). |
| 869 | * Returns negative error codes if MAC type setup fails. |
| 870 | */ |
| 871 | static int e1000_init_hw_struct(struct e1000_adapter *adapter, |
| 872 | struct e1000_hw *hw) |
| 873 | { |
| 874 | struct pci_dev *pdev = adapter->pdev; |
| 875 | |
| 876 | /* PCI config space info */ |
| 877 | hw->vendor_id = pdev->vendor; |
| 878 | hw->device_id = pdev->device; |
| 879 | hw->subsystem_vendor_id = pdev->subsystem_vendor; |
| 880 | hw->subsystem_id = pdev->subsystem_device; |
| 881 | hw->revision_id = pdev->revision; |
| 882 | |
| 883 | pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); |
| 884 | |
| 885 | hw->max_frame_size = adapter->netdev->mtu + |
| 886 | ENET_HEADER_SIZE + ETHERNET_FCS_SIZE; |
| 887 | hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE; |
| 888 | |
| 889 | /* identify the MAC */ |
| 890 | if (e1000_set_mac_type(hw)) { |
| 891 | e_err(probe, "Unknown MAC Type\n"); |
| 892 | return -EIO; |
| 893 | } |
| 894 | |
| 895 | switch (hw->mac_type) { |
| 896 | default: |
| 897 | break; |
| 898 | case e1000_82541: |
| 899 | case e1000_82547: |
| 900 | case e1000_82541_rev_2: |
| 901 | case e1000_82547_rev_2: |
| 902 | hw->phy_init_script = 1; |
| 903 | break; |
| 904 | } |
| 905 | |
| 906 | e1000_set_media_type(hw); |
| 907 | e1000_get_bus_info(hw); |
| 908 | |
| 909 | hw->wait_autoneg_complete = false; |
| 910 | hw->tbi_compatibility_en = true; |
| 911 | hw->adaptive_ifs = true; |
| 912 | |
| 913 | /* Copper options */ |
| 914 | |
| 915 | if (hw->media_type == e1000_media_type_copper) { |
| 916 | hw->mdix = AUTO_ALL_MODES; |
| 917 | hw->disable_polarity_correction = false; |
| 918 | hw->master_slave = E1000_MASTER_SLAVE; |
| 919 | } |
| 920 | |
| 921 | return 0; |
| 922 | } |
| 923 | |
| 924 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 925 | * e1000_probe - Device Initialization Routine |
| 926 | * @pdev: PCI device information struct |
| 927 | * @ent: entry in e1000_pci_tbl |
| 928 | * |
| 929 | * Returns 0 on success, negative on failure |
| 930 | * |
| 931 | * e1000_probe initializes an adapter identified by a pci_dev structure. |
| 932 | * The OS initialization, configuring of the adapter private structure, |
| 933 | * and a hardware reset occur. |
| 934 | **/ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 935 | static int __devinit e1000_probe(struct pci_dev *pdev, |
| 936 | const struct pci_device_id *ent) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 937 | { |
| 938 | struct net_device *netdev; |
| 939 | struct e1000_adapter *adapter; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 940 | struct e1000_hw *hw; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 941 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | static int cards_found = 0; |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 943 | static int global_quad_port_a = 0; /* global ksp3 port a indication */ |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 944 | int i, err, pci_using_dac; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 945 | u16 eeprom_data = 0; |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 946 | u16 tmp = 0; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 947 | u16 eeprom_apme_mask = E1000_EEPROM_APME; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 948 | int bars, need_ioport; |
Joe Perches | 0795af5 | 2007-10-03 17:59:30 -0700 | [diff] [blame] | 949 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 950 | /* do not allocate ioport bars when not needed */ |
| 951 | need_ioport = e1000_is_need_ioport(pdev); |
| 952 | if (need_ioport) { |
| 953 | bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO); |
| 954 | err = pci_enable_device(pdev); |
| 955 | } else { |
| 956 | bars = pci_select_bars(pdev, IORESOURCE_MEM); |
Karsten Keil | 4d7155b | 2009-02-03 15:18:01 -0800 | [diff] [blame] | 957 | err = pci_enable_device_mem(pdev); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 958 | } |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 959 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 960 | return err; |
| 961 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 962 | err = pci_request_selected_regions(pdev, bars, e1000_driver_name); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 963 | if (err) |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 964 | goto err_pci_reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | |
| 966 | pci_set_master(pdev); |
Nick Nunley | dbb5aae | 2010-02-03 14:49:48 +0000 | [diff] [blame] | 967 | err = pci_save_state(pdev); |
| 968 | if (err) |
| 969 | goto err_alloc_etherdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 971 | err = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 972 | netdev = alloc_etherdev(sizeof(struct e1000_adapter)); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 973 | if (!netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | goto err_alloc_etherdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 976 | SET_NETDEV_DEV(netdev, &pdev->dev); |
| 977 | |
| 978 | pci_set_drvdata(pdev, netdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 979 | adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | adapter->netdev = netdev; |
| 981 | adapter->pdev = pdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | adapter->msg_enable = (1 << debug) - 1; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 983 | adapter->bars = bars; |
| 984 | adapter->need_ioport = need_ioport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 986 | hw = &adapter->hw; |
| 987 | hw->back = adapter; |
| 988 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 989 | err = -EIO; |
Arjan van de Ven | 275f165 | 2008-10-20 21:42:39 -0700 | [diff] [blame] | 990 | hw->hw_addr = pci_ioremap_bar(pdev, BAR_0); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 991 | if (!hw->hw_addr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 992 | goto err_ioremap; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 993 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 994 | if (adapter->need_ioport) { |
| 995 | for (i = BAR_1; i <= BAR_5; i++) { |
| 996 | if (pci_resource_len(pdev, i) == 0) |
| 997 | continue; |
| 998 | if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { |
| 999 | hw->io_base = pci_resource_start(pdev, i); |
| 1000 | break; |
| 1001 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1002 | } |
| 1003 | } |
| 1004 | |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1005 | /* make ready for any if (hw->...) below */ |
| 1006 | err = e1000_init_hw_struct(adapter, hw); |
| 1007 | if (err) |
| 1008 | goto err_sw_init; |
| 1009 | |
| 1010 | /* |
| 1011 | * there is a workaround being applied below that limits |
| 1012 | * 64-bit DMA addresses to 64-bit hardware. There are some |
| 1013 | * 32-bit adapters that Tx hang when given 64-bit DMA addresses |
| 1014 | */ |
| 1015 | pci_using_dac = 0; |
| 1016 | if ((hw->bus_type == e1000_bus_type_pcix) && |
| 1017 | !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) { |
| 1018 | /* |
| 1019 | * according to DMA-API-HOWTO, coherent calls will always |
| 1020 | * succeed if the set call did |
| 1021 | */ |
| 1022 | dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); |
| 1023 | pci_using_dac = 1; |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1024 | } else { |
Dean Nelson | 19a0b67 | 2010-11-11 05:50:25 +0000 | [diff] [blame] | 1025 | err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32)); |
| 1026 | if (err) { |
| 1027 | pr_err("No usable DMA config, aborting\n"); |
| 1028 | goto err_dma; |
| 1029 | } |
| 1030 | dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 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; |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1049 | if (hw->mac_type == e1000_ce4100) { |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1050 | hw->ce4100_gbe_mdio_base_virt = |
| 1051 | ioremap(pci_resource_start(pdev, BAR_1), |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1052 | pci_resource_len(pdev, BAR_1)); |
| 1053 | |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1054 | if (!hw->ce4100_gbe_mdio_base_virt) |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1055 | goto err_mdio_ioremap; |
| 1056 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1057 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1058 | if (hw->mac_type >= e1000_82543) { |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1059 | netdev->hw_features = NETIF_F_SG | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 1060 | NETIF_F_HW_CSUM | |
| 1061 | NETIF_F_HW_VLAN_RX; |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1062 | netdev->features = NETIF_F_HW_VLAN_TX | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1063 | NETIF_F_HW_VLAN_FILTER; |
| 1064 | } |
| 1065 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1066 | if ((hw->mac_type >= e1000_82544) && |
| 1067 | (hw->mac_type != e1000_82547)) |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1068 | netdev->hw_features |= NETIF_F_TSO; |
| 1069 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 1070 | netdev->priv_flags |= IFF_SUPP_NOFCS; |
| 1071 | |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1072 | netdev->features |= netdev->hw_features; |
| 1073 | netdev->hw_features |= NETIF_F_RXCSUM; |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame^] | 1074 | netdev->hw_features |= NETIF_F_RXFCS; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1075 | |
Yi Zou | 7b872a5 | 2010-09-22 17:57:58 +0000 | [diff] [blame] | 1076 | if (pci_using_dac) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1077 | netdev->features |= NETIF_F_HIGHDMA; |
Yi Zou | 7b872a5 | 2010-09-22 17:57:58 +0000 | [diff] [blame] | 1078 | netdev->vlan_features |= NETIF_F_HIGHDMA; |
| 1079 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1080 | |
Patrick McHardy | 20501a6 | 2008-10-11 12:25:59 -0700 | [diff] [blame] | 1081 | netdev->vlan_features |= NETIF_F_TSO; |
Patrick McHardy | 20501a6 | 2008-10-11 12:25:59 -0700 | [diff] [blame] | 1082 | netdev->vlan_features |= NETIF_F_HW_CSUM; |
| 1083 | netdev->vlan_features |= NETIF_F_SG; |
| 1084 | |
Jiri Pirko | 0178934 | 2011-08-16 06:29:00 +0000 | [diff] [blame] | 1085 | netdev->priv_flags |= IFF_UNICAST_FLT; |
| 1086 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1087 | adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1088 | |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1089 | /* initialize eeprom parameters */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1090 | if (e1000_init_eeprom_params(hw)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1091 | e_err(probe, "EEPROM initialization failed\n"); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1092 | goto err_eeprom; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1093 | } |
| 1094 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1095 | /* before reading the EEPROM, reset the controller to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1096 | * put the device in a known good starting state */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1097 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1098 | e1000_reset_hw(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1099 | |
| 1100 | /* make sure the EEPROM is good */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1101 | if (e1000_validate_eeprom_checksum(hw) < 0) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1102 | e_err(probe, "The EEPROM Checksum Is Not Valid\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1103 | e1000_dump_eeprom(adapter); |
| 1104 | /* |
| 1105 | * set MAC address to all zeroes to invalidate and temporary |
| 1106 | * disable this device for the user. This blocks regular |
| 1107 | * traffic while still permitting ethtool ioctls from reaching |
| 1108 | * the hardware as well as allowing the user to run the |
| 1109 | * interface after manually setting a hw addr using |
| 1110 | * `ip set address` |
| 1111 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1112 | memset(hw->mac_addr, 0, netdev->addr_len); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1113 | } else { |
| 1114 | /* copy the MAC address out of the EEPROM */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1115 | if (e1000_read_mac_addr(hw)) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1116 | e_err(probe, "EEPROM Read Error\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1117 | } |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1118 | /* don't block initalization here due to bad MAC address */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1119 | memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len); |
| 1120 | memcpy(netdev->perm_addr, hw->mac_addr, netdev->addr_len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1121 | |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1122 | if (!is_valid_ether_addr(netdev->perm_addr)) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1123 | e_err(probe, "Invalid MAC Address\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1125 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 1126 | INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog); |
| 1127 | INIT_DELAYED_WORK(&adapter->fifo_stall_task, |
| 1128 | e1000_82547_tx_fifo_stall_task); |
| 1129 | INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task); |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 1130 | INIT_WORK(&adapter->reset_task, e1000_reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1131 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1132 | e1000_check_options(adapter); |
| 1133 | |
| 1134 | /* Initial Wake on LAN setting |
| 1135 | * If APM wake is enabled in the EEPROM, |
| 1136 | * enable the ACPI Magic Packet filter |
| 1137 | */ |
| 1138 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1139 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1140 | case e1000_82542_rev2_0: |
| 1141 | case e1000_82542_rev2_1: |
| 1142 | case e1000_82543: |
| 1143 | break; |
| 1144 | case e1000_82544: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1145 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1146 | EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data); |
| 1147 | eeprom_apme_mask = E1000_EEPROM_82544_APM; |
| 1148 | break; |
| 1149 | case e1000_82546: |
| 1150 | case e1000_82546_rev_3: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1151 | if (er32(STATUS) & E1000_STATUS_FUNC_1){ |
| 1152 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1153 | EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data); |
| 1154 | break; |
| 1155 | } |
| 1156 | /* Fall Through */ |
| 1157 | default: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1158 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1159 | EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data); |
| 1160 | break; |
| 1161 | } |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1162 | if (eeprom_data & eeprom_apme_mask) |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1163 | adapter->eeprom_wol |= E1000_WUFC_MAG; |
| 1164 | |
| 1165 | /* now that we have the eeprom settings, apply the special cases |
| 1166 | * where the eeprom may be wrong or the board simply won't support |
| 1167 | * wake on lan on a particular port */ |
| 1168 | switch (pdev->device) { |
| 1169 | case E1000_DEV_ID_82546GB_PCIE: |
| 1170 | adapter->eeprom_wol = 0; |
| 1171 | break; |
| 1172 | case E1000_DEV_ID_82546EB_FIBER: |
| 1173 | case E1000_DEV_ID_82546GB_FIBER: |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1174 | /* Wake events only supported on port A for dual fiber |
| 1175 | * regardless of eeprom setting */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1176 | if (er32(STATUS) & E1000_STATUS_FUNC_1) |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1177 | adapter->eeprom_wol = 0; |
| 1178 | break; |
| 1179 | case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: |
| 1180 | /* if quad port adapter, disable WoL on all but port A */ |
| 1181 | if (global_quad_port_a != 0) |
| 1182 | adapter->eeprom_wol = 0; |
| 1183 | else |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 1184 | adapter->quad_port_a = true; |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1185 | /* Reset for multiple quad port adapters */ |
| 1186 | if (++global_quad_port_a == 4) |
| 1187 | global_quad_port_a = 0; |
| 1188 | break; |
| 1189 | } |
| 1190 | |
| 1191 | /* initialize the wol settings based on the eeprom settings */ |
| 1192 | adapter->wol = adapter->eeprom_wol; |
\"Rafael J. Wysocki\ | de12648 | 2008-11-07 20:30:19 +0000 | [diff] [blame] | 1193 | device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1194 | |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1195 | /* Auto detect PHY address */ |
| 1196 | if (hw->mac_type == e1000_ce4100) { |
| 1197 | for (i = 0; i < 32; i++) { |
| 1198 | hw->phy_addr = i; |
| 1199 | e1000_read_phy_reg(hw, PHY_ID2, &tmp); |
| 1200 | if (tmp == 0 || tmp == 0xFF) { |
| 1201 | if (i == 31) |
| 1202 | goto err_eeprom; |
| 1203 | continue; |
| 1204 | } else |
| 1205 | break; |
| 1206 | } |
| 1207 | } |
| 1208 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1209 | /* reset the hardware with the new settings */ |
| 1210 | e1000_reset(adapter); |
| 1211 | |
Auke Kok | 416b5d1 | 2007-06-01 10:22:39 -0700 | [diff] [blame] | 1212 | strcpy(netdev->name, "eth%d"); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 1213 | err = register_netdev(netdev); |
| 1214 | if (err) |
Auke Kok | 416b5d1 | 2007-06-01 10:22:39 -0700 | [diff] [blame] | 1215 | goto err_register; |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1216 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 1217 | e1000_vlan_mode(netdev, netdev->features); |
| 1218 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1219 | /* print bus type/speed/width info */ |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1220 | e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n", |
Joe Perches | 7837e58 | 2010-06-11 12:51:49 +0000 | [diff] [blame] | 1221 | ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : ""), |
| 1222 | ((hw->bus_speed == e1000_bus_speed_133) ? 133 : |
| 1223 | (hw->bus_speed == e1000_bus_speed_120) ? 120 : |
| 1224 | (hw->bus_speed == e1000_bus_speed_100) ? 100 : |
| 1225 | (hw->bus_speed == e1000_bus_speed_66) ? 66 : 33), |
| 1226 | ((hw->bus_width == e1000_bus_width_64) ? 64 : 32), |
| 1227 | netdev->dev_addr); |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1228 | |
Jesse Brandeburg | eb62efd | 2009-04-17 20:44:36 +0000 | [diff] [blame] | 1229 | /* carrier off reporting is important to ethtool even BEFORE open */ |
| 1230 | netif_carrier_off(netdev); |
| 1231 | |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1232 | e_info(probe, "Intel(R) PRO/1000 Network Connection\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1233 | |
| 1234 | cards_found++; |
| 1235 | return 0; |
| 1236 | |
| 1237 | err_register: |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1238 | err_eeprom: |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1239 | e1000_phy_hw_reset(hw); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1240 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1241 | if (hw->flash_address) |
| 1242 | iounmap(hw->flash_address); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1243 | kfree(adapter->tx_ring); |
| 1244 | kfree(adapter->rx_ring); |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1245 | err_dma: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1246 | err_sw_init: |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1247 | err_mdio_ioremap: |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1248 | iounmap(hw->ce4100_gbe_mdio_base_virt); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1249 | iounmap(hw->hw_addr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1250 | err_ioremap: |
| 1251 | free_netdev(netdev); |
| 1252 | err_alloc_etherdev: |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1253 | pci_release_selected_regions(pdev, bars); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1254 | err_pci_reg: |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1255 | pci_disable_device(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1256 | return err; |
| 1257 | } |
| 1258 | |
| 1259 | /** |
| 1260 | * e1000_remove - Device Removal Routine |
| 1261 | * @pdev: PCI device information struct |
| 1262 | * |
| 1263 | * e1000_remove is called by the PCI subsystem to alert the driver |
| 1264 | * that it should release a PCI device. The could be caused by a |
| 1265 | * Hot-Plug event, or because the driver is going to be removed from |
| 1266 | * memory. |
| 1267 | **/ |
| 1268 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1269 | static void __devexit e1000_remove(struct pci_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1270 | { |
| 1271 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1272 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1273 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1274 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 1275 | e1000_down_and_stop(adapter); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 1276 | e1000_release_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1277 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1278 | unregister_netdev(netdev); |
| 1279 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1280 | e1000_phy_hw_reset(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1281 | |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1282 | kfree(adapter->tx_ring); |
| 1283 | kfree(adapter->rx_ring); |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1284 | |
Florian Fainelli | 1c26750 | 2012-01-04 20:23:34 +0000 | [diff] [blame] | 1285 | if (hw->mac_type == e1000_ce4100) |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1286 | iounmap(hw->ce4100_gbe_mdio_base_virt); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1287 | iounmap(hw->hw_addr); |
| 1288 | if (hw->flash_address) |
| 1289 | iounmap(hw->flash_address); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1290 | pci_release_selected_regions(pdev, adapter->bars); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1291 | |
| 1292 | free_netdev(netdev); |
| 1293 | |
| 1294 | pci_disable_device(pdev); |
| 1295 | } |
| 1296 | |
| 1297 | /** |
| 1298 | * e1000_sw_init - Initialize general software structures (struct e1000_adapter) |
| 1299 | * @adapter: board private structure to initialize |
| 1300 | * |
| 1301 | * e1000_sw_init initializes the Adapter private data structure. |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1302 | * e1000_init_hw_struct MUST be called before this function |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1303 | **/ |
| 1304 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1305 | static int __devinit e1000_sw_init(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1306 | { |
Auke Kok | eb0f805 | 2006-07-14 16:14:48 -0700 | [diff] [blame] | 1307 | adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1308 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1309 | adapter->num_tx_queues = 1; |
| 1310 | adapter->num_rx_queues = 1; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1311 | |
| 1312 | if (e1000_alloc_queues(adapter)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1313 | e_err(probe, "Unable to allocate memory for queues\n"); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1314 | return -ENOMEM; |
| 1315 | } |
| 1316 | |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1317 | /* Explicitly disable IRQ since the NIC can be in any state. */ |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1318 | e1000_irq_disable(adapter); |
| 1319 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1320 | spin_lock_init(&adapter->stats_lock); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 1321 | mutex_init(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1322 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1323 | set_bit(__E1000_DOWN, &adapter->flags); |
| 1324 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1325 | return 0; |
| 1326 | } |
| 1327 | |
| 1328 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1329 | * e1000_alloc_queues - Allocate memory for all rings |
| 1330 | * @adapter: board private structure to initialize |
| 1331 | * |
| 1332 | * 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] | 1333 | * number of queues at compile-time. |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1334 | **/ |
| 1335 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1336 | static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1337 | { |
Yan Burman | 1c7e5b1 | 2007-03-06 08:58:04 -0800 | [diff] [blame] | 1338 | adapter->tx_ring = kcalloc(adapter->num_tx_queues, |
| 1339 | sizeof(struct e1000_tx_ring), GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1340 | if (!adapter->tx_ring) |
| 1341 | return -ENOMEM; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1342 | |
Yan Burman | 1c7e5b1 | 2007-03-06 08:58:04 -0800 | [diff] [blame] | 1343 | adapter->rx_ring = kcalloc(adapter->num_rx_queues, |
| 1344 | sizeof(struct e1000_rx_ring), GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1345 | if (!adapter->rx_ring) { |
| 1346 | kfree(adapter->tx_ring); |
| 1347 | return -ENOMEM; |
| 1348 | } |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1349 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1350 | return E1000_SUCCESS; |
| 1351 | } |
| 1352 | |
| 1353 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1354 | * e1000_open - Called when a network interface is made active |
| 1355 | * @netdev: network interface device structure |
| 1356 | * |
| 1357 | * Returns 0 on success, negative value on failure |
| 1358 | * |
| 1359 | * The open entry point is called when a network interface is made |
| 1360 | * active by the system (IFF_UP). At this point all resources needed |
| 1361 | * for transmit and receive operations are allocated, the interrupt |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 1362 | * handler is registered with the OS, the watchdog task is started, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1363 | * and the stack is notified that the interface is ready. |
| 1364 | **/ |
| 1365 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1366 | static int e1000_open(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1367 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1368 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1369 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1370 | int err; |
| 1371 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1372 | /* disallow open during test */ |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1373 | if (test_bit(__E1000_TESTING, &adapter->flags)) |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1374 | return -EBUSY; |
| 1375 | |
Jesse Brandeburg | eb62efd | 2009-04-17 20:44:36 +0000 | [diff] [blame] | 1376 | netif_carrier_off(netdev); |
| 1377 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1378 | /* allocate transmit descriptors */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1379 | err = e1000_setup_all_tx_resources(adapter); |
| 1380 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1381 | goto err_setup_tx; |
| 1382 | |
| 1383 | /* allocate receive descriptors */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1384 | err = e1000_setup_all_rx_resources(adapter); |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1385 | if (err) |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1386 | goto err_setup_rx; |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1387 | |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 1388 | e1000_power_up_phy(adapter); |
| 1389 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1390 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1391 | if ((hw->mng_cookie.status & |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1392 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) { |
| 1393 | e1000_update_mng_vlan(adapter); |
| 1394 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1395 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1396 | /* before we allocate an interrupt, we must be ready to handle it. |
| 1397 | * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt |
| 1398 | * as soon as we call pci_request_irq, so we have to setup our |
| 1399 | * clean_rx handler before we do so. */ |
| 1400 | e1000_configure(adapter); |
| 1401 | |
| 1402 | err = e1000_request_irq(adapter); |
| 1403 | if (err) |
| 1404 | goto err_req_irq; |
| 1405 | |
| 1406 | /* From here on the code is the same as e1000_up() */ |
| 1407 | clear_bit(__E1000_DOWN, &adapter->flags); |
| 1408 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1409 | napi_enable(&adapter->napi); |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1410 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1411 | e1000_irq_enable(adapter); |
| 1412 | |
Ben Hutchings | 076152d | 2008-07-18 17:50:57 -0700 | [diff] [blame] | 1413 | netif_start_queue(netdev); |
| 1414 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1415 | /* fire a link status change interrupt to start the watchdog */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1416 | ew32(ICS, E1000_ICS_LSC); |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1417 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1418 | return E1000_SUCCESS; |
| 1419 | |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1420 | err_req_irq: |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1421 | e1000_power_down_phy(adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1422 | e1000_free_all_rx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1423 | err_setup_rx: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1424 | e1000_free_all_tx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1425 | err_setup_tx: |
| 1426 | e1000_reset(adapter); |
| 1427 | |
| 1428 | return err; |
| 1429 | } |
| 1430 | |
| 1431 | /** |
| 1432 | * e1000_close - Disables a network interface |
| 1433 | * @netdev: network interface device structure |
| 1434 | * |
| 1435 | * Returns 0, this is not allowed to fail |
| 1436 | * |
| 1437 | * The close entry point is called when an interface is de-activated |
| 1438 | * by the OS. The hardware is still under the drivers control, but |
| 1439 | * needs to be disabled. A global MAC reset is issued to stop the |
| 1440 | * hardware, and all transmit and receive resources are freed. |
| 1441 | **/ |
| 1442 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1443 | static int e1000_close(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1444 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1445 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1446 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1447 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1448 | WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1449 | e1000_down(adapter); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 1450 | e1000_power_down_phy(adapter); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1451 | e1000_free_irq(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1452 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1453 | e1000_free_all_tx_resources(adapter); |
| 1454 | e1000_free_all_rx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1455 | |
Bruce Allan | 4666560 | 2006-09-27 12:54:08 -0700 | [diff] [blame] | 1456 | /* kill manageability vlan ID if supported, but not if a vlan with |
| 1457 | * 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] | 1458 | if ((hw->mng_cookie.status & |
Bruce Allan | 4666560 | 2006-09-27 12:54:08 -0700 | [diff] [blame] | 1459 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 1460 | !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) { |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1461 | e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id); |
| 1462 | } |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1463 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1464 | return 0; |
| 1465 | } |
| 1466 | |
| 1467 | /** |
| 1468 | * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary |
| 1469 | * @adapter: address of board private structure |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1470 | * @start: address of beginning of memory |
| 1471 | * @len: length of memory |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1472 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1473 | static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start, |
| 1474 | unsigned long len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1475 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1476 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 1477 | unsigned long begin = (unsigned long)start; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1478 | unsigned long end = begin + len; |
| 1479 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1480 | /* First rev 82545 and 82546 need to not allow any memory |
| 1481 | * write location to cross 64k boundary due to errata 23 */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1482 | if (hw->mac_type == e1000_82545 || |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1483 | hw->mac_type == e1000_ce4100 || |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1484 | hw->mac_type == e1000_82546) { |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1485 | return ((begin ^ (end - 1)) >> 16) != 0 ? false : true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1486 | } |
| 1487 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1488 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1489 | } |
| 1490 | |
| 1491 | /** |
| 1492 | * e1000_setup_tx_resources - allocate Tx resources (Descriptors) |
| 1493 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1494 | * @txdr: tx descriptor ring (for a specific queue) to setup |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1495 | * |
| 1496 | * Return 0 on success, negative on failure |
| 1497 | **/ |
| 1498 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1499 | static int e1000_setup_tx_resources(struct e1000_adapter *adapter, |
| 1500 | struct e1000_tx_ring *txdr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1501 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1502 | struct pci_dev *pdev = adapter->pdev; |
| 1503 | int size; |
| 1504 | |
| 1505 | size = sizeof(struct e1000_buffer) * txdr->count; |
Eric Dumazet | 89bf67f | 2010-11-22 00:15:06 +0000 | [diff] [blame] | 1506 | txdr->buffer_info = vzalloc(size); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1507 | if (!txdr->buffer_info) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1508 | e_err(probe, "Unable to allocate memory for the Tx descriptor " |
| 1509 | "ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1510 | return -ENOMEM; |
| 1511 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1512 | |
| 1513 | /* round up to nearest 4K */ |
| 1514 | |
| 1515 | txdr->size = txdr->count * sizeof(struct e1000_tx_desc); |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 1516 | txdr->size = ALIGN(txdr->size, 4096); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1517 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1518 | txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, &txdr->dma, |
| 1519 | GFP_KERNEL); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1520 | if (!txdr->desc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1521 | setup_tx_desc_die: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1522 | vfree(txdr->buffer_info); |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1523 | e_err(probe, "Unable to allocate memory for the Tx descriptor " |
| 1524 | "ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1525 | return -ENOMEM; |
| 1526 | } |
| 1527 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1528 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1529 | if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) { |
| 1530 | void *olddesc = txdr->desc; |
| 1531 | dma_addr_t olddma = txdr->dma; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1532 | e_err(tx_err, "txdr align check failed: %u bytes at %p\n", |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1533 | txdr->size, txdr->desc); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1534 | /* Try again, without freeing the previous */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1535 | txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, |
| 1536 | &txdr->dma, GFP_KERNEL); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1537 | /* Failed allocation, critical failure */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1538 | if (!txdr->desc) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1539 | dma_free_coherent(&pdev->dev, txdr->size, olddesc, |
| 1540 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1541 | goto setup_tx_desc_die; |
| 1542 | } |
| 1543 | |
| 1544 | if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) { |
| 1545 | /* give up */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1546 | dma_free_coherent(&pdev->dev, txdr->size, txdr->desc, |
| 1547 | txdr->dma); |
| 1548 | dma_free_coherent(&pdev->dev, txdr->size, olddesc, |
| 1549 | olddma); |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1550 | e_err(probe, "Unable to allocate aligned memory " |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1551 | "for the transmit descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1552 | vfree(txdr->buffer_info); |
| 1553 | return -ENOMEM; |
| 1554 | } else { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1555 | /* Free old allocation, new allocation was successful */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1556 | dma_free_coherent(&pdev->dev, txdr->size, olddesc, |
| 1557 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1558 | } |
| 1559 | } |
| 1560 | memset(txdr->desc, 0, txdr->size); |
| 1561 | |
| 1562 | txdr->next_to_use = 0; |
| 1563 | txdr->next_to_clean = 0; |
| 1564 | |
| 1565 | return 0; |
| 1566 | } |
| 1567 | |
| 1568 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1569 | * e1000_setup_all_tx_resources - wrapper to allocate Tx resources |
| 1570 | * (Descriptors) for all queues |
| 1571 | * @adapter: board private structure |
| 1572 | * |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1573 | * Return 0 on success, negative on failure |
| 1574 | **/ |
| 1575 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1576 | int e1000_setup_all_tx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1577 | { |
| 1578 | int i, err = 0; |
| 1579 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1580 | for (i = 0; i < adapter->num_tx_queues; i++) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1581 | err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]); |
| 1582 | if (err) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1583 | e_err(probe, "Allocation for Tx Queue %u failed\n", i); |
Vasily Averin | 3fbbc72 | 2006-08-28 14:56:24 -0700 | [diff] [blame] | 1584 | for (i-- ; i >= 0; i--) |
| 1585 | e1000_free_tx_resources(adapter, |
| 1586 | &adapter->tx_ring[i]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1587 | break; |
| 1588 | } |
| 1589 | } |
| 1590 | |
| 1591 | return err; |
| 1592 | } |
| 1593 | |
| 1594 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1595 | * e1000_configure_tx - Configure 8254x Transmit Unit after Reset |
| 1596 | * @adapter: board private structure |
| 1597 | * |
| 1598 | * Configure the Tx unit of the MAC after a reset. |
| 1599 | **/ |
| 1600 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1601 | static void e1000_configure_tx(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1602 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1603 | u64 tdba; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1604 | struct e1000_hw *hw = &adapter->hw; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1605 | u32 tdlen, tctl, tipg; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1606 | u32 ipgr1, ipgr2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1607 | |
| 1608 | /* Setup the HW Tx Head and Tail descriptor pointers */ |
| 1609 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1610 | switch (adapter->num_tx_queues) { |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1611 | case 1: |
| 1612 | default: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1613 | tdba = adapter->tx_ring[0].dma; |
| 1614 | tdlen = adapter->tx_ring[0].count * |
| 1615 | sizeof(struct e1000_tx_desc); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1616 | ew32(TDLEN, tdlen); |
| 1617 | ew32(TDBAH, (tdba >> 32)); |
| 1618 | ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); |
| 1619 | ew32(TDT, 0); |
| 1620 | ew32(TDH, 0); |
Auke Kok | 6a95169 | 2006-09-11 14:00:21 -0700 | [diff] [blame] | 1621 | adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH); |
| 1622 | adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT); |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1623 | break; |
| 1624 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1625 | |
| 1626 | /* Set the default values for the Tx Inter Packet Gap timer */ |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1627 | if ((hw->media_type == e1000_media_type_fiber || |
Jesse Brandeburg | d89b6c6 | 2006-12-15 10:38:32 +0100 | [diff] [blame] | 1628 | hw->media_type == e1000_media_type_internal_serdes)) |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1629 | tipg = DEFAULT_82543_TIPG_IPGT_FIBER; |
| 1630 | else |
| 1631 | tipg = DEFAULT_82543_TIPG_IPGT_COPPER; |
| 1632 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1633 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1634 | case e1000_82542_rev2_0: |
| 1635 | case e1000_82542_rev2_1: |
| 1636 | tipg = DEFAULT_82542_TIPG_IPGT; |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1637 | ipgr1 = DEFAULT_82542_TIPG_IPGR1; |
| 1638 | ipgr2 = DEFAULT_82542_TIPG_IPGR2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1639 | break; |
| 1640 | default: |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1641 | ipgr1 = DEFAULT_82543_TIPG_IPGR1; |
| 1642 | ipgr2 = DEFAULT_82543_TIPG_IPGR2; |
| 1643 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1644 | } |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1645 | tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT; |
| 1646 | tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1647 | ew32(TIPG, tipg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1648 | |
| 1649 | /* Set the Tx Interrupt Delay register */ |
| 1650 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1651 | ew32(TIDV, adapter->tx_int_delay); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1652 | if (hw->mac_type >= e1000_82540) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1653 | ew32(TADV, adapter->tx_abs_int_delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1654 | |
| 1655 | /* Program the Transmit Control Register */ |
| 1656 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1657 | tctl = er32(TCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1658 | tctl &= ~E1000_TCTL_CT; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1659 | tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1660 | (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT); |
| 1661 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1662 | e1000_config_collision_dist(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1663 | |
| 1664 | /* Setup Transmit Descriptor Settings for eop descriptor */ |
Jesse Brandeburg | 6a042da | 2006-11-01 08:48:04 -0800 | [diff] [blame] | 1665 | adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; |
| 1666 | |
| 1667 | /* only set IDE if we are delaying interrupts using the timers */ |
| 1668 | if (adapter->tx_int_delay) |
| 1669 | adapter->txd_cmd |= E1000_TXD_CMD_IDE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1670 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1671 | if (hw->mac_type < e1000_82543) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1672 | adapter->txd_cmd |= E1000_TXD_CMD_RPS; |
| 1673 | else |
| 1674 | adapter->txd_cmd |= E1000_TXD_CMD_RS; |
| 1675 | |
| 1676 | /* Cache if we're 82544 running in PCI-X because we'll |
| 1677 | * need this to apply a workaround later in the send path. */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1678 | if (hw->mac_type == e1000_82544 && |
| 1679 | hw->bus_type == e1000_bus_type_pcix) |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 1680 | adapter->pcix_82544 = true; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1681 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1682 | ew32(TCTL, tctl); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1683 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1684 | } |
| 1685 | |
| 1686 | /** |
| 1687 | * e1000_setup_rx_resources - allocate Rx resources (Descriptors) |
| 1688 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1689 | * @rxdr: rx descriptor ring (for a specific queue) to setup |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1690 | * |
| 1691 | * Returns 0 on success, negative on failure |
| 1692 | **/ |
| 1693 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1694 | static int e1000_setup_rx_resources(struct e1000_adapter *adapter, |
| 1695 | struct e1000_rx_ring *rxdr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1696 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1697 | struct pci_dev *pdev = adapter->pdev; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1698 | int size, desc_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1699 | |
| 1700 | size = sizeof(struct e1000_buffer) * rxdr->count; |
Eric Dumazet | 89bf67f | 2010-11-22 00:15:06 +0000 | [diff] [blame] | 1701 | rxdr->buffer_info = vzalloc(size); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1702 | if (!rxdr->buffer_info) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1703 | e_err(probe, "Unable to allocate memory for the Rx descriptor " |
| 1704 | "ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1705 | return -ENOMEM; |
| 1706 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1707 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1708 | desc_len = sizeof(struct e1000_rx_desc); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1709 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1710 | /* Round up to nearest 4K */ |
| 1711 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1712 | rxdr->size = rxdr->count * desc_len; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 1713 | rxdr->size = ALIGN(rxdr->size, 4096); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1715 | rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma, |
| 1716 | GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1717 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1718 | if (!rxdr->desc) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1719 | e_err(probe, "Unable to allocate memory for the Rx descriptor " |
| 1720 | "ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1721 | setup_rx_desc_die: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1722 | vfree(rxdr->buffer_info); |
| 1723 | return -ENOMEM; |
| 1724 | } |
| 1725 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1726 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1727 | if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) { |
| 1728 | void *olddesc = rxdr->desc; |
| 1729 | dma_addr_t olddma = rxdr->dma; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1730 | e_err(rx_err, "rxdr align check failed: %u bytes at %p\n", |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1731 | rxdr->size, rxdr->desc); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1732 | /* Try again, without freeing the previous */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1733 | rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, |
| 1734 | &rxdr->dma, GFP_KERNEL); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1735 | /* Failed allocation, critical failure */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1736 | if (!rxdr->desc) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1737 | dma_free_coherent(&pdev->dev, rxdr->size, olddesc, |
| 1738 | olddma); |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1739 | e_err(probe, "Unable to allocate memory for the Rx " |
| 1740 | "descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1741 | goto setup_rx_desc_die; |
| 1742 | } |
| 1743 | |
| 1744 | if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) { |
| 1745 | /* give up */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1746 | dma_free_coherent(&pdev->dev, rxdr->size, rxdr->desc, |
| 1747 | rxdr->dma); |
| 1748 | dma_free_coherent(&pdev->dev, rxdr->size, olddesc, |
| 1749 | olddma); |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1750 | e_err(probe, "Unable to allocate aligned memory for " |
| 1751 | "the Rx descriptor ring\n"); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1752 | goto setup_rx_desc_die; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1753 | } else { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1754 | /* Free old allocation, new allocation was successful */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1755 | dma_free_coherent(&pdev->dev, rxdr->size, olddesc, |
| 1756 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1757 | } |
| 1758 | } |
| 1759 | memset(rxdr->desc, 0, rxdr->size); |
| 1760 | |
| 1761 | rxdr->next_to_clean = 0; |
| 1762 | rxdr->next_to_use = 0; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 1763 | rxdr->rx_skb_top = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1764 | |
| 1765 | return 0; |
| 1766 | } |
| 1767 | |
| 1768 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1769 | * e1000_setup_all_rx_resources - wrapper to allocate Rx resources |
| 1770 | * (Descriptors) for all queues |
| 1771 | * @adapter: board private structure |
| 1772 | * |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1773 | * Return 0 on success, negative on failure |
| 1774 | **/ |
| 1775 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1776 | int e1000_setup_all_rx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1777 | { |
| 1778 | int i, err = 0; |
| 1779 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1780 | for (i = 0; i < adapter->num_rx_queues; i++) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1781 | err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]); |
| 1782 | if (err) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1783 | e_err(probe, "Allocation for Rx Queue %u failed\n", i); |
Vasily Averin | 3fbbc72 | 2006-08-28 14:56:24 -0700 | [diff] [blame] | 1784 | for (i-- ; i >= 0; i--) |
| 1785 | e1000_free_rx_resources(adapter, |
| 1786 | &adapter->rx_ring[i]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1787 | break; |
| 1788 | } |
| 1789 | } |
| 1790 | |
| 1791 | return err; |
| 1792 | } |
| 1793 | |
| 1794 | /** |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1795 | * e1000_setup_rctl - configure the receive control registers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1796 | * @adapter: Board private structure |
| 1797 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1798 | static void e1000_setup_rctl(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1799 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1800 | struct e1000_hw *hw = &adapter->hw; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1801 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1802 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1803 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1804 | |
| 1805 | rctl &= ~(3 << E1000_RCTL_MO_SHIFT); |
| 1806 | |
Dean Nelson | d5bc77a | 2011-09-16 16:52:54 +0000 | [diff] [blame] | 1807 | rctl |= E1000_RCTL_BAM | E1000_RCTL_LBM_NO | |
| 1808 | E1000_RCTL_RDMTS_HALF | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1809 | (hw->mc_filter_type << E1000_RCTL_MO_SHIFT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1810 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1811 | if (hw->tbi_compatibility_on == 1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1812 | rctl |= E1000_RCTL_SBP; |
| 1813 | else |
| 1814 | rctl &= ~E1000_RCTL_SBP; |
| 1815 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1816 | if (adapter->netdev->mtu <= ETH_DATA_LEN) |
| 1817 | rctl &= ~E1000_RCTL_LPE; |
| 1818 | else |
| 1819 | rctl |= E1000_RCTL_LPE; |
| 1820 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1821 | /* Setup buffer sizes */ |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 1822 | rctl &= ~E1000_RCTL_SZ_4096; |
| 1823 | rctl |= E1000_RCTL_BSEX; |
| 1824 | switch (adapter->rx_buffer_len) { |
Jeff Kirsher | a1415ee | 2006-02-28 20:24:07 -0800 | [diff] [blame] | 1825 | case E1000_RXBUFFER_2048: |
| 1826 | default: |
| 1827 | rctl |= E1000_RCTL_SZ_2048; |
| 1828 | rctl &= ~E1000_RCTL_BSEX; |
| 1829 | break; |
| 1830 | case E1000_RXBUFFER_4096: |
| 1831 | rctl |= E1000_RCTL_SZ_4096; |
| 1832 | break; |
| 1833 | case E1000_RXBUFFER_8192: |
| 1834 | rctl |= E1000_RCTL_SZ_8192; |
| 1835 | break; |
| 1836 | case E1000_RXBUFFER_16384: |
| 1837 | rctl |= E1000_RCTL_SZ_16384; |
| 1838 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1839 | } |
| 1840 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1841 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1842 | } |
| 1843 | |
| 1844 | /** |
| 1845 | * e1000_configure_rx - Configure 8254x Receive Unit after Reset |
| 1846 | * @adapter: board private structure |
| 1847 | * |
| 1848 | * Configure the Rx unit of the MAC after a reset. |
| 1849 | **/ |
| 1850 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1851 | static void e1000_configure_rx(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1852 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1853 | u64 rdba; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1854 | struct e1000_hw *hw = &adapter->hw; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1855 | u32 rdlen, rctl, rxcsum; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1856 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 1857 | if (adapter->netdev->mtu > ETH_DATA_LEN) { |
| 1858 | rdlen = adapter->rx_ring[0].count * |
| 1859 | sizeof(struct e1000_rx_desc); |
| 1860 | adapter->clean_rx = e1000_clean_jumbo_rx_irq; |
| 1861 | adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; |
| 1862 | } else { |
| 1863 | rdlen = adapter->rx_ring[0].count * |
| 1864 | sizeof(struct e1000_rx_desc); |
| 1865 | adapter->clean_rx = e1000_clean_rx_irq; |
| 1866 | adapter->alloc_rx_buf = e1000_alloc_rx_buffers; |
| 1867 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1868 | |
| 1869 | /* disable receives while setting up the descriptors */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1870 | rctl = er32(RCTL); |
| 1871 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1872 | |
| 1873 | /* set the Receive Delay Timer Register */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1874 | ew32(RDTR, adapter->rx_int_delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1875 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1876 | if (hw->mac_type >= e1000_82540) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1877 | ew32(RADV, adapter->rx_abs_int_delay); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 1878 | if (adapter->itr_setting != 0) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1879 | ew32(ITR, 1000000000 / (adapter->itr * 256)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1880 | } |
| 1881 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1882 | /* Setup the HW Rx Head and Tail Descriptor Pointers and |
| 1883 | * the Base and Length of the Rx Descriptor Ring */ |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1884 | switch (adapter->num_rx_queues) { |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1885 | case 1: |
| 1886 | default: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1887 | rdba = adapter->rx_ring[0].dma; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1888 | ew32(RDLEN, rdlen); |
| 1889 | ew32(RDBAH, (rdba >> 32)); |
| 1890 | ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); |
| 1891 | ew32(RDT, 0); |
| 1892 | ew32(RDH, 0); |
Auke Kok | 6a95169 | 2006-09-11 14:00:21 -0700 | [diff] [blame] | 1893 | adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH); |
| 1894 | 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] | 1895 | break; |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1896 | } |
| 1897 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1898 | /* Enable 82543 Receive Checksum Offload for TCP and UDP */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1899 | if (hw->mac_type >= e1000_82543) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1900 | rxcsum = er32(RXCSUM); |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1901 | if (adapter->rx_csum) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1902 | rxcsum |= E1000_RXCSUM_TUOFL; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1903 | else |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1904 | /* don't need to clear IPPCSE as it defaults to 0 */ |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1905 | rxcsum &= ~E1000_RXCSUM_TUOFL; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1906 | ew32(RXCSUM, rxcsum); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1907 | } |
| 1908 | |
| 1909 | /* Enable Receives */ |
Dean Nelson | d5bc77a | 2011-09-16 16:52:54 +0000 | [diff] [blame] | 1910 | ew32(RCTL, rctl | E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1911 | } |
| 1912 | |
| 1913 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1914 | * e1000_free_tx_resources - Free Tx Resources per Queue |
| 1915 | * @adapter: board private structure |
| 1916 | * @tx_ring: Tx descriptor ring for a specific queue |
| 1917 | * |
| 1918 | * Free all transmit software resources |
| 1919 | **/ |
| 1920 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1921 | static void e1000_free_tx_resources(struct e1000_adapter *adapter, |
| 1922 | struct e1000_tx_ring *tx_ring) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1923 | { |
| 1924 | struct pci_dev *pdev = adapter->pdev; |
| 1925 | |
| 1926 | e1000_clean_tx_ring(adapter, tx_ring); |
| 1927 | |
| 1928 | vfree(tx_ring->buffer_info); |
| 1929 | tx_ring->buffer_info = NULL; |
| 1930 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1931 | dma_free_coherent(&pdev->dev, tx_ring->size, tx_ring->desc, |
| 1932 | tx_ring->dma); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1933 | |
| 1934 | tx_ring->desc = NULL; |
| 1935 | } |
| 1936 | |
| 1937 | /** |
| 1938 | * e1000_free_all_tx_resources - Free Tx Resources for All Queues |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1939 | * @adapter: board private structure |
| 1940 | * |
| 1941 | * Free all transmit software resources |
| 1942 | **/ |
| 1943 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1944 | void e1000_free_all_tx_resources(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1945 | { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1946 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1947 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1948 | for (i = 0; i < adapter->num_tx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1949 | e1000_free_tx_resources(adapter, &adapter->tx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1950 | } |
| 1951 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1952 | static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter, |
| 1953 | struct e1000_buffer *buffer_info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1954 | { |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1955 | if (buffer_info->dma) { |
| 1956 | if (buffer_info->mapped_as_page) |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1957 | dma_unmap_page(&adapter->pdev->dev, buffer_info->dma, |
| 1958 | buffer_info->length, DMA_TO_DEVICE); |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1959 | else |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1960 | dma_unmap_single(&adapter->pdev->dev, buffer_info->dma, |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1961 | buffer_info->length, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1962 | DMA_TO_DEVICE); |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1963 | buffer_info->dma = 0; |
| 1964 | } |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 1965 | if (buffer_info->skb) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1966 | dev_kfree_skb_any(buffer_info->skb); |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 1967 | buffer_info->skb = NULL; |
| 1968 | } |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 1969 | buffer_info->time_stamp = 0; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 1970 | /* buffer_info must be completely set up in the transmit path */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1971 | } |
| 1972 | |
| 1973 | /** |
| 1974 | * e1000_clean_tx_ring - Free Tx Buffers |
| 1975 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1976 | * @tx_ring: ring to be cleaned |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1977 | **/ |
| 1978 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1979 | static void e1000_clean_tx_ring(struct e1000_adapter *adapter, |
| 1980 | struct e1000_tx_ring *tx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1981 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1982 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1983 | struct e1000_buffer *buffer_info; |
| 1984 | unsigned long size; |
| 1985 | unsigned int i; |
| 1986 | |
| 1987 | /* Free all the Tx ring sk_buffs */ |
| 1988 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1989 | for (i = 0; i < tx_ring->count; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1990 | buffer_info = &tx_ring->buffer_info[i]; |
| 1991 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
| 1992 | } |
| 1993 | |
| 1994 | size = sizeof(struct e1000_buffer) * tx_ring->count; |
| 1995 | memset(tx_ring->buffer_info, 0, size); |
| 1996 | |
| 1997 | /* Zero out the descriptor ring */ |
| 1998 | |
| 1999 | memset(tx_ring->desc, 0, tx_ring->size); |
| 2000 | |
| 2001 | tx_ring->next_to_use = 0; |
| 2002 | tx_ring->next_to_clean = 0; |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 2003 | tx_ring->last_tx_tso = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2004 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2005 | writel(0, hw->hw_addr + tx_ring->tdh); |
| 2006 | writel(0, hw->hw_addr + tx_ring->tdt); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2007 | } |
| 2008 | |
| 2009 | /** |
| 2010 | * e1000_clean_all_tx_rings - Free Tx Buffers for all queues |
| 2011 | * @adapter: board private structure |
| 2012 | **/ |
| 2013 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2014 | static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2015 | { |
| 2016 | int i; |
| 2017 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2018 | for (i = 0; i < adapter->num_tx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2019 | e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2020 | } |
| 2021 | |
| 2022 | /** |
| 2023 | * e1000_free_rx_resources - Free Rx Resources |
| 2024 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2025 | * @rx_ring: ring to clean the resources from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2026 | * |
| 2027 | * Free all receive software resources |
| 2028 | **/ |
| 2029 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2030 | static void e1000_free_rx_resources(struct e1000_adapter *adapter, |
| 2031 | struct e1000_rx_ring *rx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2032 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2033 | struct pci_dev *pdev = adapter->pdev; |
| 2034 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2035 | e1000_clean_rx_ring(adapter, rx_ring); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2036 | |
| 2037 | vfree(rx_ring->buffer_info); |
| 2038 | rx_ring->buffer_info = NULL; |
| 2039 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2040 | dma_free_coherent(&pdev->dev, rx_ring->size, rx_ring->desc, |
| 2041 | rx_ring->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2042 | |
| 2043 | rx_ring->desc = NULL; |
| 2044 | } |
| 2045 | |
| 2046 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2047 | * e1000_free_all_rx_resources - Free Rx Resources for All Queues |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2048 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2049 | * |
| 2050 | * Free all receive software resources |
| 2051 | **/ |
| 2052 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2053 | void e1000_free_all_rx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2054 | { |
| 2055 | int i; |
| 2056 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2057 | for (i = 0; i < adapter->num_rx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2058 | e1000_free_rx_resources(adapter, &adapter->rx_ring[i]); |
| 2059 | } |
| 2060 | |
| 2061 | /** |
| 2062 | * e1000_clean_rx_ring - Free Rx Buffers per Queue |
| 2063 | * @adapter: board private structure |
| 2064 | * @rx_ring: ring to free buffers from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2065 | **/ |
| 2066 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2067 | static void e1000_clean_rx_ring(struct e1000_adapter *adapter, |
| 2068 | struct e1000_rx_ring *rx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2069 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2070 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2071 | struct e1000_buffer *buffer_info; |
| 2072 | struct pci_dev *pdev = adapter->pdev; |
| 2073 | unsigned long size; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 2074 | unsigned int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2075 | |
| 2076 | /* Free all the Rx ring sk_buffs */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2077 | for (i = 0; i < rx_ring->count; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2078 | buffer_info = &rx_ring->buffer_info[i]; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2079 | if (buffer_info->dma && |
| 2080 | adapter->clean_rx == e1000_clean_rx_irq) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2081 | dma_unmap_single(&pdev->dev, buffer_info->dma, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2082 | buffer_info->length, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2083 | DMA_FROM_DEVICE); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2084 | } else if (buffer_info->dma && |
| 2085 | adapter->clean_rx == e1000_clean_jumbo_rx_irq) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2086 | dma_unmap_page(&pdev->dev, buffer_info->dma, |
| 2087 | buffer_info->length, |
| 2088 | DMA_FROM_DEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2089 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2090 | |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2091 | buffer_info->dma = 0; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2092 | if (buffer_info->page) { |
| 2093 | put_page(buffer_info->page); |
| 2094 | buffer_info->page = NULL; |
| 2095 | } |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2096 | if (buffer_info->skb) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2097 | dev_kfree_skb(buffer_info->skb); |
| 2098 | buffer_info->skb = NULL; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 2099 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2100 | } |
| 2101 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2102 | /* there also may be some cached data from a chained receive */ |
| 2103 | if (rx_ring->rx_skb_top) { |
| 2104 | dev_kfree_skb(rx_ring->rx_skb_top); |
| 2105 | rx_ring->rx_skb_top = NULL; |
| 2106 | } |
| 2107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2108 | size = sizeof(struct e1000_buffer) * rx_ring->count; |
| 2109 | memset(rx_ring->buffer_info, 0, size); |
| 2110 | |
| 2111 | /* Zero out the descriptor ring */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2112 | memset(rx_ring->desc, 0, rx_ring->size); |
| 2113 | |
| 2114 | rx_ring->next_to_clean = 0; |
| 2115 | rx_ring->next_to_use = 0; |
| 2116 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2117 | writel(0, hw->hw_addr + rx_ring->rdh); |
| 2118 | writel(0, hw->hw_addr + rx_ring->rdt); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2119 | } |
| 2120 | |
| 2121 | /** |
| 2122 | * e1000_clean_all_rx_rings - Free Rx Buffers for all queues |
| 2123 | * @adapter: board private structure |
| 2124 | **/ |
| 2125 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2126 | static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2127 | { |
| 2128 | int i; |
| 2129 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2130 | for (i = 0; i < adapter->num_rx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2131 | e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2132 | } |
| 2133 | |
| 2134 | /* The 82542 2.0 (revision 2) needs to have the receive unit in reset |
| 2135 | * and memory write and invalidate disabled for certain operations |
| 2136 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2137 | static void e1000_enter_82542_rst(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2138 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2139 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2140 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2141 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2142 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2143 | e1000_pci_clear_mwi(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2144 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2145 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2146 | rctl |= E1000_RCTL_RST; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2147 | ew32(RCTL, rctl); |
| 2148 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2149 | mdelay(5); |
| 2150 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2151 | if (netif_running(netdev)) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2152 | e1000_clean_all_rx_rings(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2153 | } |
| 2154 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2155 | static void e1000_leave_82542_rst(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2156 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2157 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2158 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2159 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2160 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2161 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2162 | rctl &= ~E1000_RCTL_RST; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2163 | ew32(RCTL, rctl); |
| 2164 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2165 | mdelay(5); |
| 2166 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2167 | if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) |
| 2168 | e1000_pci_set_mwi(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2169 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2170 | if (netif_running(netdev)) { |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 2171 | /* No need to loop, because 82542 supports only 1 queue */ |
| 2172 | struct e1000_rx_ring *ring = &adapter->rx_ring[0]; |
Jesse Brandeburg | 7c4d336 | 2006-01-18 13:01:45 -0800 | [diff] [blame] | 2173 | e1000_configure_rx(adapter); |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 2174 | adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2175 | } |
| 2176 | } |
| 2177 | |
| 2178 | /** |
| 2179 | * e1000_set_mac - Change the Ethernet Address of the NIC |
| 2180 | * @netdev: network interface device structure |
| 2181 | * @p: pointer to an address structure |
| 2182 | * |
| 2183 | * Returns 0 on success, negative on failure |
| 2184 | **/ |
| 2185 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2186 | static int e1000_set_mac(struct net_device *netdev, void *p) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2187 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 2188 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2189 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2190 | struct sockaddr *addr = p; |
| 2191 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2192 | if (!is_valid_ether_addr(addr->sa_data)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2193 | return -EADDRNOTAVAIL; |
| 2194 | |
| 2195 | /* 82542 2.0 needs to be in reset to write receive address registers */ |
| 2196 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2197 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2198 | e1000_enter_82542_rst(adapter); |
| 2199 | |
| 2200 | memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2201 | memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2202 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2203 | e1000_rar_set(hw, hw->mac_addr, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2204 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2205 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2206 | e1000_leave_82542_rst(adapter); |
| 2207 | |
| 2208 | return 0; |
| 2209 | } |
| 2210 | |
| 2211 | /** |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2212 | * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2213 | * @netdev: network interface device structure |
| 2214 | * |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2215 | * The set_rx_mode entry point is called whenever the unicast or multicast |
| 2216 | * address lists or the network interface flags are updated. This routine is |
| 2217 | * responsible for configuring the hardware for proper unicast, multicast, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2218 | * promiscuous mode, and all-multi behavior. |
| 2219 | **/ |
| 2220 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2221 | static void e1000_set_rx_mode(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2222 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 2223 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2224 | struct e1000_hw *hw = &adapter->hw; |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2225 | struct netdev_hw_addr *ha; |
| 2226 | bool use_uc = false; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2227 | u32 rctl; |
| 2228 | u32 hash_value; |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2229 | int i, rar_entries = E1000_RAR_ENTRIES; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2230 | int mta_reg_count = E1000_NUM_MTA_REGISTERS; |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2231 | u32 *mcarray = kcalloc(mta_reg_count, sizeof(u32), GFP_ATOMIC); |
| 2232 | |
| 2233 | if (!mcarray) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 2234 | e_err(probe, "memory allocation failed\n"); |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2235 | return; |
| 2236 | } |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2237 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 2238 | /* Check for Promiscuous and All Multicast modes */ |
| 2239 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2240 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2241 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2242 | if (netdev->flags & IFF_PROMISC) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2243 | rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE); |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2244 | rctl &= ~E1000_RCTL_VFE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2245 | } else { |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2246 | if (netdev->flags & IFF_ALLMULTI) |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2247 | rctl |= E1000_RCTL_MPE; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2248 | else |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2249 | rctl &= ~E1000_RCTL_MPE; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2250 | /* Enable VLAN filter if there is a VLAN */ |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 2251 | if (e1000_vlan_used(adapter)) |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2252 | rctl |= E1000_RCTL_VFE; |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2253 | } |
| 2254 | |
Jiri Pirko | 32e7bfc | 2010-01-25 13:36:10 -0800 | [diff] [blame] | 2255 | if (netdev_uc_count(netdev) > rar_entries - 1) { |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2256 | rctl |= E1000_RCTL_UPE; |
| 2257 | } else if (!(netdev->flags & IFF_PROMISC)) { |
| 2258 | rctl &= ~E1000_RCTL_UPE; |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2259 | use_uc = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | } |
| 2261 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2262 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2263 | |
| 2264 | /* 82542 2.0 needs to be in reset to write receive address registers */ |
| 2265 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2266 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2267 | e1000_enter_82542_rst(adapter); |
| 2268 | |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2269 | /* load the first 14 addresses into the exact filters 1-14. Unicast |
| 2270 | * addresses take precedence to avoid disabling unicast filtering |
| 2271 | * when possible. |
| 2272 | * |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 2273 | * RAR 0 is used for the station MAC address |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2274 | * if there are not 14 addresses, go ahead and clear the filters |
| 2275 | */ |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2276 | i = 1; |
| 2277 | if (use_uc) |
Jiri Pirko | 32e7bfc | 2010-01-25 13:36:10 -0800 | [diff] [blame] | 2278 | netdev_for_each_uc_addr(ha, netdev) { |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2279 | if (i == rar_entries) |
| 2280 | break; |
| 2281 | e1000_rar_set(hw, ha->addr, i++); |
| 2282 | } |
| 2283 | |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2284 | netdev_for_each_mc_addr(ha, netdev) { |
Jiri Pirko | 7a81e9f | 2010-02-22 09:10:44 +0000 | [diff] [blame] | 2285 | if (i == rar_entries) { |
| 2286 | /* load any remaining addresses into the hash table */ |
| 2287 | u32 hash_reg, hash_bit, mta; |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2288 | hash_value = e1000_hash_mc_addr(hw, ha->addr); |
Jiri Pirko | 7a81e9f | 2010-02-22 09:10:44 +0000 | [diff] [blame] | 2289 | hash_reg = (hash_value >> 5) & 0x7F; |
| 2290 | hash_bit = hash_value & 0x1F; |
| 2291 | mta = (1 << hash_bit); |
| 2292 | mcarray[hash_reg] |= mta; |
Jiri Pirko | 10886af | 2010-02-23 01:19:22 -0800 | [diff] [blame] | 2293 | } else { |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2294 | e1000_rar_set(hw, ha->addr, i++); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2295 | } |
| 2296 | } |
| 2297 | |
Jiri Pirko | 7a81e9f | 2010-02-22 09:10:44 +0000 | [diff] [blame] | 2298 | for (; i < rar_entries; i++) { |
| 2299 | E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0); |
| 2300 | E1000_WRITE_FLUSH(); |
| 2301 | E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0); |
| 2302 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2303 | } |
| 2304 | |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2305 | /* write the hash table completely, write from bottom to avoid |
| 2306 | * both stupid write combining chipsets, and flushing each write */ |
| 2307 | for (i = mta_reg_count - 1; i >= 0 ; i--) { |
| 2308 | /* |
| 2309 | * If we are on an 82544 has an errata where writing odd |
| 2310 | * offsets overwrites the previous even offset, but writing |
| 2311 | * backwards over the range solves the issue by always |
| 2312 | * writing the odd offset first |
| 2313 | */ |
| 2314 | E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]); |
| 2315 | } |
| 2316 | E1000_WRITE_FLUSH(); |
| 2317 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2318 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2319 | e1000_leave_82542_rst(adapter); |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2320 | |
| 2321 | kfree(mcarray); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2322 | } |
| 2323 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2324 | /** |
| 2325 | * e1000_update_phy_info_task - get phy info |
| 2326 | * @work: work struct contained inside adapter struct |
| 2327 | * |
| 2328 | * Need to wait a few seconds after link up to get diagnostic information from |
| 2329 | * the phy |
| 2330 | */ |
Jesse Brandeburg | 5cf42fc | 2010-09-22 18:22:17 +0000 | [diff] [blame] | 2331 | static void e1000_update_phy_info_task(struct work_struct *work) |
| 2332 | { |
| 2333 | struct e1000_adapter *adapter = container_of(work, |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2334 | struct e1000_adapter, |
| 2335 | phy_info_task.work); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2336 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 2337 | return; |
| 2338 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2339 | e1000_phy_get_info(&adapter->hw, &adapter->phy_info); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2340 | mutex_unlock(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2341 | } |
| 2342 | |
| 2343 | /** |
Jesse Brandeburg | 5cf42fc | 2010-09-22 18:22:17 +0000 | [diff] [blame] | 2344 | * e1000_82547_tx_fifo_stall_task - task to complete work |
| 2345 | * @work: work struct contained inside adapter struct |
| 2346 | **/ |
| 2347 | static void e1000_82547_tx_fifo_stall_task(struct work_struct *work) |
| 2348 | { |
| 2349 | struct e1000_adapter *adapter = container_of(work, |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2350 | struct e1000_adapter, |
| 2351 | fifo_stall_task.work); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2352 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2353 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2354 | u32 tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2355 | |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2356 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 2357 | return; |
| 2358 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2359 | if (atomic_read(&adapter->tx_fifo_stall)) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2360 | if ((er32(TDT) == er32(TDH)) && |
| 2361 | (er32(TDFT) == er32(TDFH)) && |
| 2362 | (er32(TDFTS) == er32(TDFHS))) { |
| 2363 | tctl = er32(TCTL); |
| 2364 | ew32(TCTL, tctl & ~E1000_TCTL_EN); |
| 2365 | ew32(TDFT, adapter->tx_head_addr); |
| 2366 | ew32(TDFH, adapter->tx_head_addr); |
| 2367 | ew32(TDFTS, adapter->tx_head_addr); |
| 2368 | ew32(TDFHS, adapter->tx_head_addr); |
| 2369 | ew32(TCTL, tctl); |
| 2370 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2371 | |
| 2372 | adapter->tx_fifo_head = 0; |
| 2373 | atomic_set(&adapter->tx_fifo_stall, 0); |
| 2374 | netif_wake_queue(netdev); |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2375 | } else if (!test_bit(__E1000_DOWN, &adapter->flags)) { |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2376 | schedule_delayed_work(&adapter->fifo_stall_task, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2377 | } |
| 2378 | } |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2379 | mutex_unlock(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2380 | } |
| 2381 | |
Nick Nunley | b548192 | 2010-02-03 14:49:28 +0000 | [diff] [blame] | 2382 | bool e1000_has_link(struct e1000_adapter *adapter) |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2383 | { |
| 2384 | struct e1000_hw *hw = &adapter->hw; |
| 2385 | bool link_active = false; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2386 | |
Nicolas Schichan | 6d9e513 | 2011-07-09 00:24:18 +0000 | [diff] [blame] | 2387 | /* get_link_status is set on LSC (link status) interrupt or rx |
| 2388 | * sequence error interrupt (except on intel ce4100). |
| 2389 | * get_link_status will stay false until the |
| 2390 | * e1000_check_for_link establishes link for copper adapters |
| 2391 | * ONLY |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2392 | */ |
| 2393 | switch (hw->media_type) { |
| 2394 | case e1000_media_type_copper: |
Nicolas Schichan | 6d9e513 | 2011-07-09 00:24:18 +0000 | [diff] [blame] | 2395 | if (hw->mac_type == e1000_ce4100) |
| 2396 | hw->get_link_status = 1; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2397 | if (hw->get_link_status) { |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 2398 | e1000_check_for_link(hw); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2399 | link_active = !hw->get_link_status; |
| 2400 | } else { |
| 2401 | link_active = true; |
| 2402 | } |
| 2403 | break; |
| 2404 | case e1000_media_type_fiber: |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 2405 | e1000_check_for_link(hw); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2406 | link_active = !!(er32(STATUS) & E1000_STATUS_LU); |
| 2407 | break; |
| 2408 | case e1000_media_type_internal_serdes: |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 2409 | e1000_check_for_link(hw); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2410 | link_active = hw->serdes_has_link; |
| 2411 | break; |
| 2412 | default: |
| 2413 | break; |
| 2414 | } |
| 2415 | |
| 2416 | return link_active; |
| 2417 | } |
| 2418 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2419 | /** |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2420 | * e1000_watchdog - work function |
| 2421 | * @work: work struct contained inside adapter struct |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2422 | **/ |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2423 | static void e1000_watchdog(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2424 | { |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2425 | struct e1000_adapter *adapter = container_of(work, |
| 2426 | struct e1000_adapter, |
| 2427 | watchdog_task.work); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2428 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2429 | struct net_device *netdev = adapter->netdev; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2430 | struct e1000_tx_ring *txdr = adapter->tx_ring; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2431 | u32 link, tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2432 | |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2433 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 2434 | return; |
| 2435 | |
| 2436 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2437 | link = e1000_has_link(adapter); |
| 2438 | if ((netif_carrier_ok(netdev)) && link) |
| 2439 | goto link_up; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2440 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2441 | if (link) { |
| 2442 | if (!netif_carrier_ok(netdev)) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2443 | u32 ctrl; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2444 | bool txb2b = true; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2445 | /* update snapshot of PHY registers on LSC */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2446 | e1000_get_speed_and_duplex(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2447 | &adapter->link_speed, |
| 2448 | &adapter->link_duplex); |
| 2449 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2450 | ctrl = er32(CTRL); |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 2451 | pr_info("%s NIC Link is Up %d Mbps %s, " |
| 2452 | "Flow Control: %s\n", |
| 2453 | netdev->name, |
| 2454 | adapter->link_speed, |
| 2455 | adapter->link_duplex == FULL_DUPLEX ? |
| 2456 | "Full Duplex" : "Half Duplex", |
| 2457 | ((ctrl & E1000_CTRL_TFCE) && (ctrl & |
| 2458 | E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl & |
| 2459 | E1000_CTRL_RFCE) ? "RX" : ((ctrl & |
| 2460 | E1000_CTRL_TFCE) ? "TX" : "None"))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2461 | |
Emil Tantilov | 39ca5f0 | 2010-03-26 11:25:58 +0000 | [diff] [blame] | 2462 | /* adjust timeout factor according to speed/duplex */ |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2463 | adapter->tx_timeout_factor = 1; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2464 | switch (adapter->link_speed) { |
| 2465 | case SPEED_10: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2466 | txb2b = false; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2467 | adapter->tx_timeout_factor = 16; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2468 | break; |
| 2469 | case SPEED_100: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2470 | txb2b = false; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2471 | /* maybe add some timeout factor ? */ |
| 2472 | break; |
| 2473 | } |
| 2474 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2475 | /* enable transmits in the hardware */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2476 | tctl = er32(TCTL); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2477 | tctl |= E1000_TCTL_EN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2478 | ew32(TCTL, tctl); |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2479 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2480 | netif_carrier_on(netdev); |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2481 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2482 | schedule_delayed_work(&adapter->phy_info_task, |
| 2483 | 2 * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2484 | adapter->smartspeed = 0; |
| 2485 | } |
| 2486 | } else { |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2487 | if (netif_carrier_ok(netdev)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2488 | adapter->link_speed = 0; |
| 2489 | adapter->link_duplex = 0; |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 2490 | pr_info("%s NIC Link is Down\n", |
| 2491 | netdev->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2492 | netif_carrier_off(netdev); |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2493 | |
| 2494 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2495 | schedule_delayed_work(&adapter->phy_info_task, |
| 2496 | 2 * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2497 | } |
| 2498 | |
| 2499 | e1000_smartspeed(adapter); |
| 2500 | } |
| 2501 | |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2502 | link_up: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | e1000_update_stats(adapter); |
| 2504 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2505 | hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2506 | adapter->tpt_old = adapter->stats.tpt; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2507 | hw->collision_delta = adapter->stats.colc - adapter->colc_old; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2508 | adapter->colc_old = adapter->stats.colc; |
| 2509 | |
| 2510 | adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old; |
| 2511 | adapter->gorcl_old = adapter->stats.gorcl; |
| 2512 | adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old; |
| 2513 | adapter->gotcl_old = adapter->stats.gotcl; |
| 2514 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2515 | e1000_update_adaptive(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2517 | if (!netif_carrier_ok(netdev)) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2518 | if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2519 | /* We've lost link, so the controller stops DMA, |
| 2520 | * but we've got queued Tx work that's never going |
| 2521 | * to get done, so reset controller to flush Tx. |
| 2522 | * (Do the reset outside of interrupt context). */ |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 2523 | adapter->tx_timeout_count++; |
| 2524 | schedule_work(&adapter->reset_task); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2525 | /* exit immediately since reset is imminent */ |
| 2526 | goto unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2527 | } |
| 2528 | } |
| 2529 | |
Jesse Brandeburg | eab2abf | 2010-05-04 22:26:03 +0000 | [diff] [blame] | 2530 | /* Simple mode for Interrupt Throttle Rate (ITR) */ |
| 2531 | if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) { |
| 2532 | /* |
| 2533 | * Symmetric Tx/Rx gets a reduced ITR=2000; |
| 2534 | * Total asymmetrical Tx or Rx gets ITR=8000; |
| 2535 | * everyone else is between 2000-8000. |
| 2536 | */ |
| 2537 | u32 goc = (adapter->gotcl + adapter->gorcl) / 10000; |
| 2538 | u32 dif = (adapter->gotcl > adapter->gorcl ? |
| 2539 | adapter->gotcl - adapter->gorcl : |
| 2540 | adapter->gorcl - adapter->gotcl) / 10000; |
| 2541 | u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000; |
| 2542 | |
| 2543 | ew32(ITR, 1000000000 / (itr * 256)); |
| 2544 | } |
| 2545 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2546 | /* Cause software interrupt to ensure rx ring is cleaned */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2547 | ew32(ICS, E1000_ICS_RXDMT0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2548 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 2549 | /* Force detection of hung controller every watchdog period */ |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2550 | adapter->detect_tx_hung = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2551 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2552 | /* Reschedule the task */ |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2553 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2554 | schedule_delayed_work(&adapter->watchdog_task, 2 * HZ); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2555 | |
| 2556 | unlock: |
| 2557 | mutex_unlock(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2558 | } |
| 2559 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2560 | enum latency_range { |
| 2561 | lowest_latency = 0, |
| 2562 | low_latency = 1, |
| 2563 | bulk_latency = 2, |
| 2564 | latency_invalid = 255 |
| 2565 | }; |
| 2566 | |
| 2567 | /** |
| 2568 | * e1000_update_itr - update the dynamic ITR value based on statistics |
Jesse Brandeburg | 8fce473 | 2009-09-25 12:18:41 +0000 | [diff] [blame] | 2569 | * @adapter: pointer to adapter |
| 2570 | * @itr_setting: current adapter->itr |
| 2571 | * @packets: the number of packets during this measurement interval |
| 2572 | * @bytes: the number of bytes during this measurement interval |
| 2573 | * |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2574 | * Stores a new ITR value based on packets and byte |
| 2575 | * counts during the last interrupt. The advantage of per interrupt |
| 2576 | * computation is faster updates and more accurate ITR for the current |
| 2577 | * traffic pattern. Constants in this function were computed |
| 2578 | * based on theoretical maximum wire speed and thresholds were set based |
| 2579 | * on testing data as well as attempting to minimize response time |
| 2580 | * while increasing bulk throughput. |
| 2581 | * this functionality is controlled by the InterruptThrottleRate module |
| 2582 | * parameter (see e1000_param.c) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2583 | **/ |
| 2584 | static unsigned int e1000_update_itr(struct e1000_adapter *adapter, |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2585 | u16 itr_setting, int packets, int bytes) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2586 | { |
| 2587 | unsigned int retval = itr_setting; |
| 2588 | struct e1000_hw *hw = &adapter->hw; |
| 2589 | |
| 2590 | if (unlikely(hw->mac_type < e1000_82540)) |
| 2591 | goto update_itr_done; |
| 2592 | |
| 2593 | if (packets == 0) |
| 2594 | goto update_itr_done; |
| 2595 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2596 | switch (itr_setting) { |
| 2597 | case lowest_latency: |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2598 | /* jumbo frames get bulk treatment*/ |
| 2599 | if (bytes/packets > 8000) |
| 2600 | retval = bulk_latency; |
| 2601 | else if ((packets < 5) && (bytes > 512)) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2602 | retval = low_latency; |
| 2603 | break; |
| 2604 | case low_latency: /* 50 usec aka 20000 ints/s */ |
| 2605 | if (bytes > 10000) { |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2606 | /* jumbo frames need bulk latency setting */ |
| 2607 | if (bytes/packets > 8000) |
| 2608 | retval = bulk_latency; |
| 2609 | else if ((packets < 10) || ((bytes/packets) > 1200)) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2610 | retval = bulk_latency; |
| 2611 | else if ((packets > 35)) |
| 2612 | retval = lowest_latency; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2613 | } else if (bytes/packets > 2000) |
| 2614 | retval = bulk_latency; |
| 2615 | else if (packets <= 2 && bytes < 512) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2616 | retval = lowest_latency; |
| 2617 | break; |
| 2618 | case bulk_latency: /* 250 usec aka 4000 ints/s */ |
| 2619 | if (bytes > 25000) { |
| 2620 | if (packets > 35) |
| 2621 | retval = low_latency; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2622 | } else if (bytes < 6000) { |
| 2623 | retval = low_latency; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2624 | } |
| 2625 | break; |
| 2626 | } |
| 2627 | |
| 2628 | update_itr_done: |
| 2629 | return retval; |
| 2630 | } |
| 2631 | |
| 2632 | static void e1000_set_itr(struct e1000_adapter *adapter) |
| 2633 | { |
| 2634 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2635 | u16 current_itr; |
| 2636 | u32 new_itr = adapter->itr; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2637 | |
| 2638 | if (unlikely(hw->mac_type < e1000_82540)) |
| 2639 | return; |
| 2640 | |
| 2641 | /* for non-gigabit speeds, just fix the interrupt rate at 4000 */ |
| 2642 | if (unlikely(adapter->link_speed != SPEED_1000)) { |
| 2643 | current_itr = 0; |
| 2644 | new_itr = 4000; |
| 2645 | goto set_itr_now; |
| 2646 | } |
| 2647 | |
| 2648 | adapter->tx_itr = e1000_update_itr(adapter, |
| 2649 | adapter->tx_itr, |
| 2650 | adapter->total_tx_packets, |
| 2651 | adapter->total_tx_bytes); |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2652 | /* conservative mode (itr 3) eliminates the lowest_latency setting */ |
| 2653 | if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency) |
| 2654 | adapter->tx_itr = low_latency; |
| 2655 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2656 | adapter->rx_itr = e1000_update_itr(adapter, |
| 2657 | adapter->rx_itr, |
| 2658 | adapter->total_rx_packets, |
| 2659 | adapter->total_rx_bytes); |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2660 | /* conservative mode (itr 3) eliminates the lowest_latency setting */ |
| 2661 | if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency) |
| 2662 | adapter->rx_itr = low_latency; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2663 | |
| 2664 | current_itr = max(adapter->rx_itr, adapter->tx_itr); |
| 2665 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2666 | switch (current_itr) { |
| 2667 | /* counts and packets in update_itr are dependent on these numbers */ |
| 2668 | case lowest_latency: |
| 2669 | new_itr = 70000; |
| 2670 | break; |
| 2671 | case low_latency: |
| 2672 | new_itr = 20000; /* aka hwitr = ~200 */ |
| 2673 | break; |
| 2674 | case bulk_latency: |
| 2675 | new_itr = 4000; |
| 2676 | break; |
| 2677 | default: |
| 2678 | break; |
| 2679 | } |
| 2680 | |
| 2681 | set_itr_now: |
| 2682 | if (new_itr != adapter->itr) { |
| 2683 | /* this attempts to bias the interrupt rate towards Bulk |
| 2684 | * by adding intermediate steps when interrupt rate is |
| 2685 | * increasing */ |
| 2686 | new_itr = new_itr > adapter->itr ? |
| 2687 | min(adapter->itr + (new_itr >> 2), new_itr) : |
| 2688 | new_itr; |
| 2689 | adapter->itr = new_itr; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2690 | ew32(ITR, 1000000000 / (new_itr * 256)); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2691 | } |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2692 | } |
| 2693 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2694 | #define E1000_TX_FLAGS_CSUM 0x00000001 |
| 2695 | #define E1000_TX_FLAGS_VLAN 0x00000002 |
| 2696 | #define E1000_TX_FLAGS_TSO 0x00000004 |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2697 | #define E1000_TX_FLAGS_IPV4 0x00000008 |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 2698 | #define E1000_TX_FLAGS_NO_FCS 0x00000010 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2699 | #define E1000_TX_FLAGS_VLAN_MASK 0xffff0000 |
| 2700 | #define E1000_TX_FLAGS_VLAN_SHIFT 16 |
| 2701 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2702 | static int e1000_tso(struct e1000_adapter *adapter, |
| 2703 | struct e1000_tx_ring *tx_ring, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2704 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2705 | struct e1000_context_desc *context_desc; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2706 | struct e1000_buffer *buffer_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2707 | unsigned int i; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2708 | u32 cmd_length = 0; |
| 2709 | u16 ipcse = 0, tucse, mss; |
| 2710 | u8 ipcss, ipcso, tucss, tucso, hdr_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2711 | int err; |
| 2712 | |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 2713 | if (skb_is_gso(skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2714 | if (skb_header_cloned(skb)) { |
| 2715 | err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); |
| 2716 | if (err) |
| 2717 | return err; |
| 2718 | } |
| 2719 | |
Arnaldo Carvalho de Melo | ab6a5bb | 2007-03-18 17:43:48 -0700 | [diff] [blame] | 2720 | hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); |
Herbert Xu | 7967168 | 2006-06-22 02:40:14 -0700 | [diff] [blame] | 2721 | mss = skb_shinfo(skb)->gso_size; |
Alexey Dobriyan | 6082823 | 2006-05-23 14:52:21 -0700 | [diff] [blame] | 2722 | if (skb->protocol == htons(ETH_P_IP)) { |
Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 2723 | struct iphdr *iph = ip_hdr(skb); |
| 2724 | iph->tot_len = 0; |
| 2725 | iph->check = 0; |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2726 | tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr, |
| 2727 | iph->daddr, 0, |
| 2728 | IPPROTO_TCP, |
| 2729 | 0); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2730 | cmd_length = E1000_TXD_CMD_IP; |
Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 2731 | ipcse = skb_transport_offset(skb) - 1; |
Auke Kok | e15fdd0 | 2006-08-16 11:28:45 -0700 | [diff] [blame] | 2732 | } else if (skb->protocol == htons(ETH_P_IPV6)) { |
Arnaldo Carvalho de Melo | 0660e03 | 2007-04-25 17:54:47 -0700 | [diff] [blame] | 2733 | ipv6_hdr(skb)->payload_len = 0; |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2734 | tcp_hdr(skb)->check = |
Arnaldo Carvalho de Melo | 0660e03 | 2007-04-25 17:54:47 -0700 | [diff] [blame] | 2735 | ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr, |
| 2736 | &ipv6_hdr(skb)->daddr, |
| 2737 | 0, IPPROTO_TCP, 0); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2738 | ipcse = 0; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2739 | } |
Arnaldo Carvalho de Melo | bbe735e | 2007-03-10 22:16:10 -0300 | [diff] [blame] | 2740 | ipcss = skb_network_offset(skb); |
Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 2741 | ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data; |
Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 2742 | tucss = skb_transport_offset(skb); |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2743 | tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2744 | tucse = 0; |
| 2745 | |
| 2746 | cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2747 | E1000_TXD_CMD_TCP | (skb->len - (hdr_len))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2748 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2749 | i = tx_ring->next_to_use; |
| 2750 | context_desc = E1000_CONTEXT_DESC(*tx_ring, i); |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2751 | buffer_info = &tx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2752 | |
| 2753 | context_desc->lower_setup.ip_fields.ipcss = ipcss; |
| 2754 | context_desc->lower_setup.ip_fields.ipcso = ipcso; |
| 2755 | context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse); |
| 2756 | context_desc->upper_setup.tcp_fields.tucss = tucss; |
| 2757 | context_desc->upper_setup.tcp_fields.tucso = tucso; |
| 2758 | context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse); |
| 2759 | context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss); |
| 2760 | context_desc->tcp_seg_setup.fields.hdr_len = hdr_len; |
| 2761 | context_desc->cmd_and_length = cpu_to_le32(cmd_length); |
| 2762 | |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2763 | buffer_info->time_stamp = jiffies; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2764 | buffer_info->next_to_watch = i; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2765 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2766 | if (++i == tx_ring->count) i = 0; |
| 2767 | tx_ring->next_to_use = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2768 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2769 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2770 | } |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2771 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2772 | } |
| 2773 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2774 | static bool e1000_tx_csum(struct e1000_adapter *adapter, |
| 2775 | struct e1000_tx_ring *tx_ring, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2776 | { |
| 2777 | struct e1000_context_desc *context_desc; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2778 | struct e1000_buffer *buffer_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2779 | unsigned int i; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2780 | u8 css; |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2781 | u32 cmd_len = E1000_TXD_CMD_DEXT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2782 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2783 | if (skb->ip_summed != CHECKSUM_PARTIAL) |
| 2784 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2785 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2786 | switch (skb->protocol) { |
Harvey Harrison | 09640e6 | 2009-02-01 00:45:17 -0800 | [diff] [blame] | 2787 | case cpu_to_be16(ETH_P_IP): |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2788 | if (ip_hdr(skb)->protocol == IPPROTO_TCP) |
| 2789 | cmd_len |= E1000_TXD_CMD_TCP; |
| 2790 | break; |
Harvey Harrison | 09640e6 | 2009-02-01 00:45:17 -0800 | [diff] [blame] | 2791 | case cpu_to_be16(ETH_P_IPV6): |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2792 | /* XXX not handling all IPV6 headers */ |
| 2793 | if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP) |
| 2794 | cmd_len |= E1000_TXD_CMD_TCP; |
| 2795 | break; |
| 2796 | default: |
| 2797 | if (unlikely(net_ratelimit())) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 2798 | e_warn(drv, "checksum_partial proto=%x!\n", |
| 2799 | skb->protocol); |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2800 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2801 | } |
| 2802 | |
Michał Mirosław | 0d0b167 | 2010-12-14 15:24:08 +0000 | [diff] [blame] | 2803 | css = skb_checksum_start_offset(skb); |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2804 | |
| 2805 | i = tx_ring->next_to_use; |
| 2806 | buffer_info = &tx_ring->buffer_info[i]; |
| 2807 | context_desc = E1000_CONTEXT_DESC(*tx_ring, i); |
| 2808 | |
| 2809 | context_desc->lower_setup.ip_config = 0; |
| 2810 | context_desc->upper_setup.tcp_fields.tucss = css; |
| 2811 | context_desc->upper_setup.tcp_fields.tucso = |
| 2812 | css + skb->csum_offset; |
| 2813 | context_desc->upper_setup.tcp_fields.tucse = 0; |
| 2814 | context_desc->tcp_seg_setup.data = 0; |
| 2815 | context_desc->cmd_and_length = cpu_to_le32(cmd_len); |
| 2816 | |
| 2817 | buffer_info->time_stamp = jiffies; |
| 2818 | buffer_info->next_to_watch = i; |
| 2819 | |
| 2820 | if (unlikely(++i == tx_ring->count)) i = 0; |
| 2821 | tx_ring->next_to_use = i; |
| 2822 | |
| 2823 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2824 | } |
| 2825 | |
| 2826 | #define E1000_MAX_TXD_PWR 12 |
| 2827 | #define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR) |
| 2828 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2829 | static int e1000_tx_map(struct e1000_adapter *adapter, |
| 2830 | struct e1000_tx_ring *tx_ring, |
| 2831 | struct sk_buff *skb, unsigned int first, |
| 2832 | unsigned int max_per_txd, unsigned int nr_frags, |
| 2833 | unsigned int mss) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2834 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2835 | struct e1000_hw *hw = &adapter->hw; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2836 | struct pci_dev *pdev = adapter->pdev; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2837 | struct e1000_buffer *buffer_info; |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2838 | unsigned int len = skb_headlen(skb); |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2839 | unsigned int offset = 0, size, count = 0, i; |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 2840 | unsigned int f, bytecount, segs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2841 | |
| 2842 | i = tx_ring->next_to_use; |
| 2843 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2844 | while (len) { |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2845 | buffer_info = &tx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2846 | size = min(len, max_per_txd); |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2847 | /* Workaround for Controller erratum -- |
| 2848 | * descriptor for non-tso packet in a linear SKB that follows a |
| 2849 | * tso gets written back prematurely before the data is fully |
Jeff Kirsher | 0f15a8f | 2006-03-02 18:46:29 -0800 | [diff] [blame] | 2850 | * DMA'd to the controller */ |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2851 | if (!skb->data_len && tx_ring->last_tx_tso && |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 2852 | !skb_is_gso(skb)) { |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 2853 | tx_ring->last_tx_tso = false; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2854 | size -= 4; |
| 2855 | } |
| 2856 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2857 | /* Workaround for premature desc write-backs |
| 2858 | * in TSO mode. Append 4-byte sentinel desc */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2859 | if (unlikely(mss && !nr_frags && size == len && size > 8)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2860 | size -= 4; |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 2861 | /* work-around for errata 10 and it applies |
| 2862 | * to all controllers in PCI-X mode |
| 2863 | * The fix is to make sure that the first descriptor of a |
| 2864 | * packet is smaller than 2048 - 16 - 16 (or 2016) bytes |
| 2865 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2866 | if (unlikely((hw->bus_type == e1000_bus_type_pcix) && |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 2867 | (size > 2015) && count == 0)) |
| 2868 | size = 2015; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2869 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2870 | /* Workaround for potential 82544 hang in PCI-X. Avoid |
| 2871 | * terminating buffers within evenly-aligned dwords. */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2872 | if (unlikely(adapter->pcix_82544 && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2873 | !((unsigned long)(skb->data + offset + size - 1) & 4) && |
| 2874 | size > 4)) |
| 2875 | size -= 4; |
| 2876 | |
| 2877 | buffer_info->length = size; |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 2878 | /* set time_stamp *before* dma to help avoid a possible race */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2879 | buffer_info->time_stamp = jiffies; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2880 | buffer_info->mapped_as_page = false; |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2881 | buffer_info->dma = dma_map_single(&pdev->dev, |
| 2882 | skb->data + offset, |
| 2883 | size, DMA_TO_DEVICE); |
| 2884 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2885 | goto dma_error; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2886 | buffer_info->next_to_watch = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2887 | |
| 2888 | len -= size; |
| 2889 | offset += size; |
| 2890 | count++; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2891 | if (len) { |
| 2892 | i++; |
| 2893 | if (unlikely(i == tx_ring->count)) |
| 2894 | i = 0; |
| 2895 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2896 | } |
| 2897 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2898 | for (f = 0; f < nr_frags; f++) { |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 2899 | const struct skb_frag_struct *frag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2900 | |
| 2901 | frag = &skb_shinfo(skb)->frags[f]; |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 2902 | len = skb_frag_size(frag); |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2903 | offset = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2904 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2905 | while (len) { |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2906 | unsigned long bufend; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2907 | i++; |
| 2908 | if (unlikely(i == tx_ring->count)) |
| 2909 | i = 0; |
| 2910 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2911 | buffer_info = &tx_ring->buffer_info[i]; |
| 2912 | size = min(len, max_per_txd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2913 | /* Workaround for premature desc write-backs |
| 2914 | * in TSO mode. Append 4-byte sentinel desc */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2915 | if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2916 | size -= 4; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2917 | /* Workaround for potential 82544 hang in PCI-X. |
| 2918 | * Avoid terminating buffers within evenly-aligned |
| 2919 | * dwords. */ |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2920 | bufend = (unsigned long) |
| 2921 | page_to_phys(skb_frag_page(frag)); |
| 2922 | bufend += offset + size - 1; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2923 | if (unlikely(adapter->pcix_82544 && |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2924 | !(bufend & 4) && |
| 2925 | size > 4)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2926 | size -= 4; |
| 2927 | |
| 2928 | buffer_info->length = size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2929 | buffer_info->time_stamp = jiffies; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2930 | buffer_info->mapped_as_page = true; |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2931 | buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag, |
| 2932 | offset, size, DMA_TO_DEVICE); |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2933 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2934 | goto dma_error; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2935 | buffer_info->next_to_watch = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2936 | |
| 2937 | len -= size; |
| 2938 | offset += size; |
| 2939 | count++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2940 | } |
| 2941 | } |
| 2942 | |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 2943 | segs = skb_shinfo(skb)->gso_segs ?: 1; |
| 2944 | /* multiply data chunks by size of headers */ |
| 2945 | bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len; |
| 2946 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2947 | tx_ring->buffer_info[i].skb = skb; |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 2948 | tx_ring->buffer_info[i].segs = segs; |
| 2949 | tx_ring->buffer_info[i].bytecount = bytecount; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2950 | tx_ring->buffer_info[first].next_to_watch = i; |
| 2951 | |
| 2952 | return count; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2953 | |
| 2954 | dma_error: |
| 2955 | dev_err(&pdev->dev, "TX DMA map failed\n"); |
| 2956 | buffer_info->dma = 0; |
Roel Kluin | c1fa347 | 2010-01-19 14:21:45 +0000 | [diff] [blame] | 2957 | if (count) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2958 | count--; |
Roel Kluin | c1fa347 | 2010-01-19 14:21:45 +0000 | [diff] [blame] | 2959 | |
| 2960 | while (count--) { |
| 2961 | if (i==0) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2962 | i += tx_ring->count; |
Roel Kluin | c1fa347 | 2010-01-19 14:21:45 +0000 | [diff] [blame] | 2963 | i--; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2964 | buffer_info = &tx_ring->buffer_info[i]; |
| 2965 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
| 2966 | } |
| 2967 | |
| 2968 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2969 | } |
| 2970 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2971 | static void e1000_tx_queue(struct e1000_adapter *adapter, |
| 2972 | struct e1000_tx_ring *tx_ring, int tx_flags, |
| 2973 | int count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2974 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2975 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2976 | struct e1000_tx_desc *tx_desc = NULL; |
| 2977 | struct e1000_buffer *buffer_info; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2978 | u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2979 | unsigned int i; |
| 2980 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2981 | if (likely(tx_flags & E1000_TX_FLAGS_TSO)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2982 | txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D | |
| 2983 | E1000_TXD_CMD_TSE; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2984 | txd_upper |= E1000_TXD_POPTS_TXSM << 8; |
| 2985 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2986 | if (likely(tx_flags & E1000_TX_FLAGS_IPV4)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2987 | txd_upper |= E1000_TXD_POPTS_IXSM << 8; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2988 | } |
| 2989 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2990 | if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2991 | txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; |
| 2992 | txd_upper |= E1000_TXD_POPTS_TXSM << 8; |
| 2993 | } |
| 2994 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2995 | if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2996 | txd_lower |= E1000_TXD_CMD_VLE; |
| 2997 | txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); |
| 2998 | } |
| 2999 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 3000 | if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) |
| 3001 | txd_lower &= ~(E1000_TXD_CMD_IFCS); |
| 3002 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3003 | i = tx_ring->next_to_use; |
| 3004 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3005 | while (count--) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3006 | buffer_info = &tx_ring->buffer_info[i]; |
| 3007 | tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3008 | tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 3009 | tx_desc->lower.data = |
| 3010 | cpu_to_le32(txd_lower | buffer_info->length); |
| 3011 | tx_desc->upper.data = cpu_to_le32(txd_upper); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3012 | if (unlikely(++i == tx_ring->count)) i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3013 | } |
| 3014 | |
| 3015 | tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd); |
| 3016 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 3017 | /* txd_cmd re-enables FCS, so we'll re-disable it here as desired. */ |
| 3018 | if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) |
| 3019 | tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS)); |
| 3020 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3021 | /* Force memory writes to complete before letting h/w |
| 3022 | * know there are new descriptors to fetch. (Only |
| 3023 | * applicable for weak-ordered memory model archs, |
| 3024 | * such as IA-64). */ |
| 3025 | wmb(); |
| 3026 | |
| 3027 | tx_ring->next_to_use = i; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3028 | writel(i, hw->hw_addr + tx_ring->tdt); |
Jesse Brandeburg | 2ce9047 | 2006-11-01 08:47:42 -0800 | [diff] [blame] | 3029 | /* we need this if more than one processor can write to our tail |
| 3030 | * at a time, it syncronizes IO on IA64/Altix systems */ |
| 3031 | mmiowb(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3032 | } |
| 3033 | |
| 3034 | /** |
| 3035 | * 82547 workaround to avoid controller hang in half-duplex environment. |
| 3036 | * The workaround is to avoid queuing a large packet that would span |
| 3037 | * the internal Tx FIFO ring boundary by notifying the stack to resend |
| 3038 | * the packet at a later time. This gives the Tx FIFO an opportunity to |
| 3039 | * flush all packets. When that occurs, we reset the Tx FIFO pointers |
| 3040 | * to the beginning of the Tx FIFO. |
| 3041 | **/ |
| 3042 | |
| 3043 | #define E1000_FIFO_HDR 0x10 |
| 3044 | #define E1000_82547_PAD_LEN 0x3E0 |
| 3045 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3046 | static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter, |
| 3047 | struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3048 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3049 | u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; |
| 3050 | u32 skb_fifo_len = skb->len + E1000_FIFO_HDR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3051 | |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 3052 | skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3053 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3054 | if (adapter->link_duplex != HALF_DUPLEX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3055 | goto no_fifo_stall_required; |
| 3056 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3057 | if (atomic_read(&adapter->tx_fifo_stall)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3058 | return 1; |
| 3059 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3060 | if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3061 | atomic_set(&adapter->tx_fifo_stall, 1); |
| 3062 | return 1; |
| 3063 | } |
| 3064 | |
| 3065 | no_fifo_stall_required: |
| 3066 | adapter->tx_fifo_head += skb_fifo_len; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3067 | if (adapter->tx_fifo_head >= adapter->tx_fifo_size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3068 | adapter->tx_fifo_head -= adapter->tx_fifo_size; |
| 3069 | return 0; |
| 3070 | } |
| 3071 | |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3072 | static int __e1000_maybe_stop_tx(struct net_device *netdev, int size) |
| 3073 | { |
| 3074 | struct e1000_adapter *adapter = netdev_priv(netdev); |
| 3075 | struct e1000_tx_ring *tx_ring = adapter->tx_ring; |
| 3076 | |
| 3077 | netif_stop_queue(netdev); |
| 3078 | /* Herbert's original patch had: |
| 3079 | * smp_mb__after_netif_stop_queue(); |
| 3080 | * but since that doesn't exist yet, just open code it. */ |
| 3081 | smp_mb(); |
| 3082 | |
| 3083 | /* We need to check again in a case another CPU has just |
| 3084 | * made room available. */ |
| 3085 | if (likely(E1000_DESC_UNUSED(tx_ring) < size)) |
| 3086 | return -EBUSY; |
| 3087 | |
| 3088 | /* A reprieve! */ |
| 3089 | netif_start_queue(netdev); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3090 | ++adapter->restart_queue; |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3091 | return 0; |
| 3092 | } |
| 3093 | |
| 3094 | static int e1000_maybe_stop_tx(struct net_device *netdev, |
| 3095 | struct e1000_tx_ring *tx_ring, int size) |
| 3096 | { |
| 3097 | if (likely(E1000_DESC_UNUSED(tx_ring) >= size)) |
| 3098 | return 0; |
| 3099 | return __e1000_maybe_stop_tx(netdev, size); |
| 3100 | } |
| 3101 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3102 | #define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 ) |
Stephen Hemminger | 3b29a56 | 2009-08-31 19:50:55 +0000 | [diff] [blame] | 3103 | static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb, |
| 3104 | struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3105 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3106 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3107 | struct e1000_hw *hw = &adapter->hw; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3108 | struct e1000_tx_ring *tx_ring; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3109 | unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD; |
| 3110 | unsigned int max_txd_pwr = E1000_MAX_TXD_PWR; |
| 3111 | unsigned int tx_flags = 0; |
Eric Dumazet | e743d31 | 2010-04-14 15:59:40 -0700 | [diff] [blame] | 3112 | unsigned int len = skb_headlen(skb); |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3113 | unsigned int nr_frags; |
| 3114 | unsigned int mss; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3115 | int count = 0; |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 3116 | int tso; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3117 | unsigned int f; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3118 | |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3119 | /* This goes back to the question of how to logically map a tx queue |
| 3120 | * to a flow. Right now, performance is impacted slightly negatively |
| 3121 | * if using multiple tx queues. If the stack breaks away from a |
| 3122 | * single qdisc implementation, we can look at this again. */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3123 | tx_ring = adapter->tx_ring; |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 3124 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3125 | if (unlikely(skb->len <= 0)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3126 | dev_kfree_skb_any(skb); |
| 3127 | return NETDEV_TX_OK; |
| 3128 | } |
| 3129 | |
Herbert Xu | 7967168 | 2006-06-22 02:40:14 -0700 | [diff] [blame] | 3130 | mss = skb_shinfo(skb)->gso_size; |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 3131 | /* The controller does a simple calculation to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3132 | * make sure there is enough room in the FIFO before |
| 3133 | * initiating the DMA for each buffer. The calc is: |
| 3134 | * 4 = ceil(buffer len/mss). To make sure we don't |
| 3135 | * overrun the FIFO, adjust the max buffer len if mss |
| 3136 | * drops. */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3137 | if (mss) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3138 | u8 hdr_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3139 | max_per_txd = min(mss << 2, max_per_txd); |
| 3140 | max_txd_pwr = fls(max_per_txd) - 1; |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3141 | |
Arnaldo Carvalho de Melo | ab6a5bb | 2007-03-18 17:43:48 -0700 | [diff] [blame] | 3142 | hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3143 | if (skb->data_len && hdr_len == len) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3144 | switch (hw->mac_type) { |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3145 | unsigned int pull_size; |
Herbert Xu | 683a2aa | 2006-12-16 12:04:33 +1100 | [diff] [blame] | 3146 | case e1000_82544: |
| 3147 | /* Make sure we have room to chop off 4 bytes, |
| 3148 | * and that the end alignment will work out to |
| 3149 | * this hardware's requirements |
| 3150 | * NOTE: this is a TSO only workaround |
| 3151 | * if end byte alignment not correct move us |
| 3152 | * into the next dword */ |
Arnaldo Carvalho de Melo | 27a884d | 2007-04-19 20:29:13 -0700 | [diff] [blame] | 3153 | if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4) |
Herbert Xu | 683a2aa | 2006-12-16 12:04:33 +1100 | [diff] [blame] | 3154 | break; |
| 3155 | /* fall through */ |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3156 | pull_size = min((unsigned int)4, skb->data_len); |
| 3157 | if (!__pskb_pull_tail(skb, pull_size)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3158 | e_err(drv, "__pskb_pull_tail " |
| 3159 | "failed.\n"); |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3160 | dev_kfree_skb_any(skb); |
Jeff Garzik | 749dfc70 | 2006-03-11 13:35:31 -0500 | [diff] [blame] | 3161 | return NETDEV_TX_OK; |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3162 | } |
Eric Dumazet | e743d31 | 2010-04-14 15:59:40 -0700 | [diff] [blame] | 3163 | len = skb_headlen(skb); |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3164 | break; |
| 3165 | default: |
| 3166 | /* do nothing */ |
| 3167 | break; |
Jeff Kirsher | d74bbd3 | 2006-01-12 16:51:07 -0800 | [diff] [blame] | 3168 | } |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3169 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3170 | } |
| 3171 | |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3172 | /* reserve a descriptor for the offload context */ |
Patrick McHardy | 84fa793 | 2006-08-29 16:44:56 -0700 | [diff] [blame] | 3173 | if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3174 | count++; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3175 | count++; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3176 | |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3177 | /* Controller Erratum workaround */ |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 3178 | 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] | 3179 | count++; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3180 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3181 | count += TXD_USE_COUNT(len, max_txd_pwr); |
| 3182 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3183 | if (adapter->pcix_82544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3184 | count++; |
| 3185 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3186 | /* work-around for errata 10 and it applies to all controllers |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3187 | * in PCI-X mode, so add one more descriptor to the count |
| 3188 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3189 | if (unlikely((hw->bus_type == e1000_bus_type_pcix) && |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3190 | (len > 2015))) |
| 3191 | count++; |
| 3192 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3193 | nr_frags = skb_shinfo(skb)->nr_frags; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3194 | for (f = 0; f < nr_frags; f++) |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 3195 | count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3196 | max_txd_pwr); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3197 | if (adapter->pcix_82544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3198 | count += nr_frags; |
| 3199 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3200 | /* need: count + 2 desc gap to keep tail from touching |
| 3201 | * head, otherwise try next time */ |
Alexander Duyck | 8017943 | 2009-01-21 14:42:47 -0800 | [diff] [blame] | 3202 | if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3203 | return NETDEV_TX_BUSY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3204 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 3205 | if (unlikely((hw->mac_type == e1000_82547) && |
| 3206 | (e1000_82547_fifo_workaround(adapter, skb)))) { |
| 3207 | netif_stop_queue(netdev); |
| 3208 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3209 | schedule_delayed_work(&adapter->fifo_stall_task, 1); |
| 3210 | return NETDEV_TX_BUSY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3211 | } |
| 3212 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 3213 | if (vlan_tx_tag_present(skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3214 | tx_flags |= E1000_TX_FLAGS_VLAN; |
| 3215 | tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT); |
| 3216 | } |
| 3217 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3218 | first = tx_ring->next_to_use; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3219 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3220 | tso = e1000_tso(adapter, tx_ring, skb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3221 | if (tso < 0) { |
| 3222 | dev_kfree_skb_any(skb); |
| 3223 | return NETDEV_TX_OK; |
| 3224 | } |
| 3225 | |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3226 | if (likely(tso)) { |
Jesse Brandeburg | 8fce473 | 2009-09-25 12:18:41 +0000 | [diff] [blame] | 3227 | if (likely(hw->mac_type != e1000_82544)) |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 3228 | tx_ring->last_tx_tso = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3229 | tx_flags |= E1000_TX_FLAGS_TSO; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3230 | } else if (likely(e1000_tx_csum(adapter, tx_ring, skb))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3231 | tx_flags |= E1000_TX_FLAGS_CSUM; |
| 3232 | |
Alexey Dobriyan | 6082823 | 2006-05-23 14:52:21 -0700 | [diff] [blame] | 3233 | if (likely(skb->protocol == htons(ETH_P_IP))) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3234 | tx_flags |= E1000_TX_FLAGS_IPV4; |
| 3235 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 3236 | if (unlikely(skb->no_fcs)) |
| 3237 | tx_flags |= E1000_TX_FLAGS_NO_FCS; |
| 3238 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3239 | count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd, |
| 3240 | nr_frags, mss); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3241 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3242 | if (count) { |
| 3243 | e1000_tx_queue(adapter, tx_ring, tx_flags, count); |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3244 | /* Make sure there is space in the ring for the next send. */ |
| 3245 | e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3246 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3247 | } else { |
| 3248 | dev_kfree_skb_any(skb); |
| 3249 | tx_ring->buffer_info[first].time_stamp = 0; |
| 3250 | tx_ring->next_to_use = first; |
| 3251 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3252 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3253 | return NETDEV_TX_OK; |
| 3254 | } |
| 3255 | |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3256 | #define NUM_REGS 38 /* 1 based count */ |
| 3257 | static void e1000_regdump(struct e1000_adapter *adapter) |
| 3258 | { |
| 3259 | struct e1000_hw *hw = &adapter->hw; |
| 3260 | u32 regs[NUM_REGS]; |
| 3261 | u32 *regs_buff = regs; |
| 3262 | int i = 0; |
| 3263 | |
| 3264 | char *reg_name[] = { |
| 3265 | "CTRL", "STATUS", |
| 3266 | "RCTL", "RDLEN", "RDH", "RDT", "RDTR", |
| 3267 | "TCTL", "TDBAL", "TDBAH", "TDLEN", "TDH", "TDT", |
| 3268 | "TIDV", "TXDCTL", "TADV", "TARC0", |
| 3269 | "TDBAL1", "TDBAH1", "TDLEN1", "TDH1", "TDT1", |
| 3270 | "TXDCTL1", "TARC1", |
| 3271 | "CTRL_EXT", "ERT", "RDBAL", "RDBAH", |
| 3272 | "TDFH", "TDFT", "TDFHS", "TDFTS", "TDFPC", |
| 3273 | "RDFH", "RDFT", "RDFHS", "RDFTS", "RDFPC" |
| 3274 | }; |
| 3275 | |
| 3276 | regs_buff[0] = er32(CTRL); |
| 3277 | regs_buff[1] = er32(STATUS); |
| 3278 | |
| 3279 | regs_buff[2] = er32(RCTL); |
| 3280 | regs_buff[3] = er32(RDLEN); |
| 3281 | regs_buff[4] = er32(RDH); |
| 3282 | regs_buff[5] = er32(RDT); |
| 3283 | regs_buff[6] = er32(RDTR); |
| 3284 | |
| 3285 | regs_buff[7] = er32(TCTL); |
| 3286 | regs_buff[8] = er32(TDBAL); |
| 3287 | regs_buff[9] = er32(TDBAH); |
| 3288 | regs_buff[10] = er32(TDLEN); |
| 3289 | regs_buff[11] = er32(TDH); |
| 3290 | regs_buff[12] = er32(TDT); |
| 3291 | regs_buff[13] = er32(TIDV); |
| 3292 | regs_buff[14] = er32(TXDCTL); |
| 3293 | regs_buff[15] = er32(TADV); |
| 3294 | regs_buff[16] = er32(TARC0); |
| 3295 | |
| 3296 | regs_buff[17] = er32(TDBAL1); |
| 3297 | regs_buff[18] = er32(TDBAH1); |
| 3298 | regs_buff[19] = er32(TDLEN1); |
| 3299 | regs_buff[20] = er32(TDH1); |
| 3300 | regs_buff[21] = er32(TDT1); |
| 3301 | regs_buff[22] = er32(TXDCTL1); |
| 3302 | regs_buff[23] = er32(TARC1); |
| 3303 | regs_buff[24] = er32(CTRL_EXT); |
| 3304 | regs_buff[25] = er32(ERT); |
| 3305 | regs_buff[26] = er32(RDBAL0); |
| 3306 | regs_buff[27] = er32(RDBAH0); |
| 3307 | regs_buff[28] = er32(TDFH); |
| 3308 | regs_buff[29] = er32(TDFT); |
| 3309 | regs_buff[30] = er32(TDFHS); |
| 3310 | regs_buff[31] = er32(TDFTS); |
| 3311 | regs_buff[32] = er32(TDFPC); |
| 3312 | regs_buff[33] = er32(RDFH); |
| 3313 | regs_buff[34] = er32(RDFT); |
| 3314 | regs_buff[35] = er32(RDFHS); |
| 3315 | regs_buff[36] = er32(RDFTS); |
| 3316 | regs_buff[37] = er32(RDFPC); |
| 3317 | |
| 3318 | pr_info("Register dump\n"); |
| 3319 | for (i = 0; i < NUM_REGS; i++) { |
| 3320 | printk(KERN_INFO "%-15s %08x\n", |
| 3321 | reg_name[i], regs_buff[i]); |
| 3322 | } |
| 3323 | } |
| 3324 | |
| 3325 | /* |
| 3326 | * e1000_dump: Print registers, tx ring and rx ring |
| 3327 | */ |
| 3328 | static void e1000_dump(struct e1000_adapter *adapter) |
| 3329 | { |
| 3330 | /* this code doesn't handle multiple rings */ |
| 3331 | struct e1000_tx_ring *tx_ring = adapter->tx_ring; |
| 3332 | struct e1000_rx_ring *rx_ring = adapter->rx_ring; |
| 3333 | int i; |
| 3334 | |
| 3335 | if (!netif_msg_hw(adapter)) |
| 3336 | return; |
| 3337 | |
| 3338 | /* Print Registers */ |
| 3339 | e1000_regdump(adapter); |
| 3340 | |
| 3341 | /* |
| 3342 | * transmit dump |
| 3343 | */ |
| 3344 | pr_info("TX Desc ring0 dump\n"); |
| 3345 | |
| 3346 | /* Transmit Descriptor Formats - DEXT[29] is 0 (Legacy) or 1 (Extended) |
| 3347 | * |
| 3348 | * Legacy Transmit Descriptor |
| 3349 | * +--------------------------------------------------------------+ |
| 3350 | * 0 | Buffer Address [63:0] (Reserved on Write Back) | |
| 3351 | * +--------------------------------------------------------------+ |
| 3352 | * 8 | Special | CSS | Status | CMD | CSO | Length | |
| 3353 | * +--------------------------------------------------------------+ |
| 3354 | * 63 48 47 36 35 32 31 24 23 16 15 0 |
| 3355 | * |
| 3356 | * Extended Context Descriptor (DTYP=0x0) for TSO or checksum offload |
| 3357 | * 63 48 47 40 39 32 31 16 15 8 7 0 |
| 3358 | * +----------------------------------------------------------------+ |
| 3359 | * 0 | TUCSE | TUCS0 | TUCSS | IPCSE | IPCS0 | IPCSS | |
| 3360 | * +----------------------------------------------------------------+ |
| 3361 | * 8 | MSS | HDRLEN | RSV | STA | TUCMD | DTYP | PAYLEN | |
| 3362 | * +----------------------------------------------------------------+ |
| 3363 | * 63 48 47 40 39 36 35 32 31 24 23 20 19 0 |
| 3364 | * |
| 3365 | * Extended Data Descriptor (DTYP=0x1) |
| 3366 | * +----------------------------------------------------------------+ |
| 3367 | * 0 | Buffer Address [63:0] | |
| 3368 | * +----------------------------------------------------------------+ |
| 3369 | * 8 | VLAN tag | POPTS | Rsvd | Status | Command | DTYP | DTALEN | |
| 3370 | * +----------------------------------------------------------------+ |
| 3371 | * 63 48 47 40 39 36 35 32 31 24 23 20 19 0 |
| 3372 | */ |
| 3373 | printk(KERN_INFO "Tc[desc] [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma ]" |
| 3374 | " leng ntw timestmp bi->skb\n"); |
| 3375 | printk(KERN_INFO "Td[desc] [address 63:0 ] [VlaPoRSCm1Dlen] [bi->dma ]" |
| 3376 | " leng ntw timestmp bi->skb\n"); |
| 3377 | |
| 3378 | if (!netif_msg_tx_done(adapter)) |
| 3379 | goto rx_ring_summary; |
| 3380 | |
| 3381 | for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) { |
| 3382 | struct e1000_tx_desc *tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3383 | struct e1000_buffer *buffer_info = &tx_ring->buffer_info[i]; |
| 3384 | struct my_u { u64 a; u64 b; }; |
| 3385 | struct my_u *u = (struct my_u *)tx_desc; |
| 3386 | printk(KERN_INFO "T%c[0x%03X] %016llX %016llX %016llX %04X %3X " |
| 3387 | "%016llX %p", |
| 3388 | ((le64_to_cpu(u->b) & (1<<20)) ? 'd' : 'c'), i, |
| 3389 | le64_to_cpu(u->a), le64_to_cpu(u->b), |
| 3390 | (u64)buffer_info->dma, buffer_info->length, |
| 3391 | buffer_info->next_to_watch, (u64)buffer_info->time_stamp, |
| 3392 | buffer_info->skb); |
| 3393 | if (i == tx_ring->next_to_use && i == tx_ring->next_to_clean) |
| 3394 | printk(KERN_CONT" NTC/U\n"); |
| 3395 | else if (i == tx_ring->next_to_use) |
| 3396 | printk(KERN_CONT " NTU\n"); |
| 3397 | else if (i == tx_ring->next_to_clean) |
| 3398 | printk(KERN_CONT " NTC\n"); |
| 3399 | else |
| 3400 | printk(KERN_CONT "\n"); |
| 3401 | |
| 3402 | |
| 3403 | if (netif_msg_pktdata(adapter) && buffer_info->dma != 0) |
| 3404 | print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, |
| 3405 | 16, 1, phys_to_virt(buffer_info->dma), |
| 3406 | buffer_info->length, true); |
| 3407 | } |
| 3408 | |
| 3409 | rx_ring_summary: |
| 3410 | /* |
| 3411 | * receive dump |
| 3412 | */ |
| 3413 | pr_info("\nRX Desc ring dump\n"); |
| 3414 | |
| 3415 | /* Legacy Receive Descriptor Format |
| 3416 | * |
| 3417 | * +-----------------------------------------------------+ |
| 3418 | * | Buffer Address [63:0] | |
| 3419 | * +-----------------------------------------------------+ |
| 3420 | * | VLAN Tag | Errors | Status 0 | Packet csum | Length | |
| 3421 | * +-----------------------------------------------------+ |
| 3422 | * 63 48 47 40 39 32 31 16 15 0 |
| 3423 | */ |
| 3424 | printk(KERN_INFO "R[desc] [address 63:0 ] [vl er S cks ln] " |
| 3425 | "[bi->dma ] [bi->skb]\n"); |
| 3426 | |
| 3427 | if (!netif_msg_rx_status(adapter)) |
| 3428 | goto exit; |
| 3429 | |
| 3430 | for (i = 0; rx_ring->desc && (i < rx_ring->count); i++) { |
| 3431 | struct e1000_rx_desc *rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 3432 | struct e1000_buffer *buffer_info = &rx_ring->buffer_info[i]; |
| 3433 | struct my_u { u64 a; u64 b; }; |
| 3434 | struct my_u *u = (struct my_u *)rx_desc; |
| 3435 | printk(KERN_INFO "R[0x%03X] %016llX %016llX %016llX %p", |
| 3436 | i, le64_to_cpu(u->a), le64_to_cpu(u->b), |
| 3437 | (u64)buffer_info->dma, buffer_info->skb); |
| 3438 | if (i == rx_ring->next_to_use) |
| 3439 | printk(KERN_CONT " NTU\n"); |
| 3440 | else if (i == rx_ring->next_to_clean) |
| 3441 | printk(KERN_CONT " NTC\n"); |
| 3442 | else |
| 3443 | printk(KERN_CONT "\n"); |
| 3444 | |
| 3445 | if (netif_msg_pktdata(adapter)) |
| 3446 | print_hex_dump(KERN_INFO, "", |
| 3447 | DUMP_PREFIX_ADDRESS, 16, 1, |
| 3448 | phys_to_virt(buffer_info->dma), |
| 3449 | buffer_info->length, true); |
| 3450 | |
| 3451 | } /* for */ |
| 3452 | |
| 3453 | /* dump the descriptor caches */ |
| 3454 | /* rx */ |
| 3455 | printk(KERN_INFO "e1000: Rx descriptor cache in 64bit format\n"); |
| 3456 | for (i = 0x6000; i <= 0x63FF ; i += 0x10) { |
| 3457 | printk(KERN_INFO "R%04X: %08X|%08X %08X|%08X\n", |
| 3458 | i, |
| 3459 | readl(adapter->hw.hw_addr + i+4), |
| 3460 | readl(adapter->hw.hw_addr + i), |
| 3461 | readl(adapter->hw.hw_addr + i+12), |
| 3462 | readl(adapter->hw.hw_addr + i+8)); |
| 3463 | } |
| 3464 | /* tx */ |
| 3465 | printk(KERN_INFO "e1000: Tx descriptor cache in 64bit format\n"); |
| 3466 | for (i = 0x7000; i <= 0x73FF ; i += 0x10) { |
| 3467 | printk(KERN_INFO "T%04X: %08X|%08X %08X|%08X\n", |
| 3468 | i, |
| 3469 | readl(adapter->hw.hw_addr + i+4), |
| 3470 | readl(adapter->hw.hw_addr + i), |
| 3471 | readl(adapter->hw.hw_addr + i+12), |
| 3472 | readl(adapter->hw.hw_addr + i+8)); |
| 3473 | } |
| 3474 | exit: |
| 3475 | return; |
| 3476 | } |
| 3477 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3478 | /** |
| 3479 | * e1000_tx_timeout - Respond to a Tx Hang |
| 3480 | * @netdev: network interface device structure |
| 3481 | **/ |
| 3482 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3483 | static void e1000_tx_timeout(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3484 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3485 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3486 | |
| 3487 | /* Do the reset outside of interrupt context */ |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3488 | adapter->tx_timeout_count++; |
| 3489 | schedule_work(&adapter->reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3490 | } |
| 3491 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3492 | static void e1000_reset_task(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3493 | { |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 3494 | struct e1000_adapter *adapter = |
| 3495 | container_of(work, struct e1000_adapter, reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3496 | |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 3497 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 3498 | return; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3499 | e_err(drv, "Reset adapter\n"); |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 3500 | e1000_reinit_safe(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3501 | } |
| 3502 | |
| 3503 | /** |
| 3504 | * e1000_get_stats - Get System Network Statistics |
| 3505 | * @netdev: network interface device structure |
| 3506 | * |
| 3507 | * Returns the address of the device statistics structure. |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 3508 | * The statistics are actually updated from the watchdog. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3509 | **/ |
| 3510 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3511 | static struct net_device_stats *e1000_get_stats(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3512 | { |
Jeff Kirsher | 6b7660c | 2006-01-12 16:50:35 -0800 | [diff] [blame] | 3513 | /* only return the current stats */ |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3514 | return &netdev->stats; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3515 | } |
| 3516 | |
| 3517 | /** |
| 3518 | * e1000_change_mtu - Change the Maximum Transfer Unit |
| 3519 | * @netdev: network interface device structure |
| 3520 | * @new_mtu: new value for maximum frame size |
| 3521 | * |
| 3522 | * Returns 0 on success, negative on failure |
| 3523 | **/ |
| 3524 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3525 | static int e1000_change_mtu(struct net_device *netdev, int new_mtu) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3526 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3527 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3528 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3529 | int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE; |
| 3530 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3531 | if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) || |
| 3532 | (max_frame > MAX_JUMBO_FRAME_SIZE)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3533 | e_err(probe, "Invalid MTU setting\n"); |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 3534 | return -EINVAL; |
| 3535 | } |
| 3536 | |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3537 | /* Adapter-specific max frame size limits. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3538 | switch (hw->mac_type) { |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3539 | case e1000_undefined ... e1000_82542_rev2_1: |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3540 | if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3541 | e_err(probe, "Jumbo Frames not supported.\n"); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3542 | return -EINVAL; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3543 | } |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3544 | break; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3545 | default: |
| 3546 | /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */ |
| 3547 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3548 | } |
| 3549 | |
Jesse Brandeburg | 3d6114e | 2009-09-25 12:19:02 +0000 | [diff] [blame] | 3550 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 3551 | msleep(1); |
| 3552 | /* e1000_down has a dependency on max_frame_size */ |
| 3553 | hw->max_frame_size = max_frame; |
| 3554 | if (netif_running(netdev)) |
| 3555 | e1000_down(adapter); |
| 3556 | |
David S. Miller | 87f5032 | 2006-07-31 22:39:40 -0700 | [diff] [blame] | 3557 | /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3558 | * 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] | 3559 | * larger slab size. |
| 3560 | * i.e. RXBUFFER_2048 --> size-4096 slab |
| 3561 | * however with the new *_jumbo_rx* routines, jumbo receives will use |
| 3562 | * fragmented skbs */ |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3563 | |
Jesse Brandeburg | 9926146 | 2010-01-22 22:56:16 +0000 | [diff] [blame] | 3564 | if (max_frame <= E1000_RXBUFFER_2048) |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3565 | adapter->rx_buffer_len = E1000_RXBUFFER_2048; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3566 | else |
| 3567 | #if (PAGE_SIZE >= E1000_RXBUFFER_16384) |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3568 | adapter->rx_buffer_len = E1000_RXBUFFER_16384; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3569 | #elif (PAGE_SIZE >= E1000_RXBUFFER_4096) |
| 3570 | adapter->rx_buffer_len = PAGE_SIZE; |
| 3571 | #endif |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3572 | |
| 3573 | /* adjust allocation if LPE protects us, and we aren't using SBP */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3574 | if (!hw->tbi_compatibility_on && |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3575 | ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) || |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3576 | (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE))) |
| 3577 | adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3578 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 3579 | pr_info("%s changing MTU from %d to %d\n", |
| 3580 | netdev->name, netdev->mtu, new_mtu); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3581 | netdev->mtu = new_mtu; |
| 3582 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 3583 | if (netif_running(netdev)) |
Jesse Brandeburg | 3d6114e | 2009-09-25 12:19:02 +0000 | [diff] [blame] | 3584 | e1000_up(adapter); |
| 3585 | else |
| 3586 | e1000_reset(adapter); |
| 3587 | |
| 3588 | clear_bit(__E1000_RESETTING, &adapter->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3589 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3590 | return 0; |
| 3591 | } |
| 3592 | |
| 3593 | /** |
| 3594 | * e1000_update_stats - Update the board statistics counters |
| 3595 | * @adapter: board private structure |
| 3596 | **/ |
| 3597 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3598 | void e1000_update_stats(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3599 | { |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3600 | struct net_device *netdev = adapter->netdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3601 | struct e1000_hw *hw = &adapter->hw; |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3602 | struct pci_dev *pdev = adapter->pdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3603 | unsigned long flags; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3604 | u16 phy_tmp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3605 | |
| 3606 | #define PHY_IDLE_ERROR_COUNT_MASK 0x00FF |
| 3607 | |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3608 | /* |
| 3609 | * Prevent stats update while adapter is being reset, or if the pci |
| 3610 | * connection is down. |
| 3611 | */ |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 3612 | if (adapter->link_speed == 0) |
| 3613 | return; |
Linas Vepstas | 81b1955 | 2006-12-12 18:29:15 -0600 | [diff] [blame] | 3614 | if (pci_channel_offline(pdev)) |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3615 | return; |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 3616 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3617 | spin_lock_irqsave(&adapter->stats_lock, flags); |
| 3618 | |
Masatake YAMATO | 828d055 | 2007-10-20 03:06:37 +0200 | [diff] [blame] | 3619 | /* these counters are modified from e1000_tbi_adjust_stats, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3620 | * called from the interrupt context, so they must only |
| 3621 | * be written while holding adapter->stats_lock |
| 3622 | */ |
| 3623 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3624 | adapter->stats.crcerrs += er32(CRCERRS); |
| 3625 | adapter->stats.gprc += er32(GPRC); |
| 3626 | adapter->stats.gorcl += er32(GORCL); |
| 3627 | adapter->stats.gorch += er32(GORCH); |
| 3628 | adapter->stats.bprc += er32(BPRC); |
| 3629 | adapter->stats.mprc += er32(MPRC); |
| 3630 | adapter->stats.roc += er32(ROC); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3631 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3632 | adapter->stats.prc64 += er32(PRC64); |
| 3633 | adapter->stats.prc127 += er32(PRC127); |
| 3634 | adapter->stats.prc255 += er32(PRC255); |
| 3635 | adapter->stats.prc511 += er32(PRC511); |
| 3636 | adapter->stats.prc1023 += er32(PRC1023); |
| 3637 | adapter->stats.prc1522 += er32(PRC1522); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3638 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3639 | adapter->stats.symerrs += er32(SYMERRS); |
| 3640 | adapter->stats.mpc += er32(MPC); |
| 3641 | adapter->stats.scc += er32(SCC); |
| 3642 | adapter->stats.ecol += er32(ECOL); |
| 3643 | adapter->stats.mcc += er32(MCC); |
| 3644 | adapter->stats.latecol += er32(LATECOL); |
| 3645 | adapter->stats.dc += er32(DC); |
| 3646 | adapter->stats.sec += er32(SEC); |
| 3647 | adapter->stats.rlec += er32(RLEC); |
| 3648 | adapter->stats.xonrxc += er32(XONRXC); |
| 3649 | adapter->stats.xontxc += er32(XONTXC); |
| 3650 | adapter->stats.xoffrxc += er32(XOFFRXC); |
| 3651 | adapter->stats.xofftxc += er32(XOFFTXC); |
| 3652 | adapter->stats.fcruc += er32(FCRUC); |
| 3653 | adapter->stats.gptc += er32(GPTC); |
| 3654 | adapter->stats.gotcl += er32(GOTCL); |
| 3655 | adapter->stats.gotch += er32(GOTCH); |
| 3656 | adapter->stats.rnbc += er32(RNBC); |
| 3657 | adapter->stats.ruc += er32(RUC); |
| 3658 | adapter->stats.rfc += er32(RFC); |
| 3659 | adapter->stats.rjc += er32(RJC); |
| 3660 | adapter->stats.torl += er32(TORL); |
| 3661 | adapter->stats.torh += er32(TORH); |
| 3662 | adapter->stats.totl += er32(TOTL); |
| 3663 | adapter->stats.toth += er32(TOTH); |
| 3664 | adapter->stats.tpr += er32(TPR); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3665 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3666 | adapter->stats.ptc64 += er32(PTC64); |
| 3667 | adapter->stats.ptc127 += er32(PTC127); |
| 3668 | adapter->stats.ptc255 += er32(PTC255); |
| 3669 | adapter->stats.ptc511 += er32(PTC511); |
| 3670 | adapter->stats.ptc1023 += er32(PTC1023); |
| 3671 | adapter->stats.ptc1522 += er32(PTC1522); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3672 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3673 | adapter->stats.mptc += er32(MPTC); |
| 3674 | adapter->stats.bptc += er32(BPTC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3675 | |
| 3676 | /* used for adaptive IFS */ |
| 3677 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3678 | hw->tx_packet_delta = er32(TPT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3679 | adapter->stats.tpt += hw->tx_packet_delta; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3680 | hw->collision_delta = er32(COLC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3681 | adapter->stats.colc += hw->collision_delta; |
| 3682 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3683 | if (hw->mac_type >= e1000_82543) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3684 | adapter->stats.algnerrc += er32(ALGNERRC); |
| 3685 | adapter->stats.rxerrc += er32(RXERRC); |
| 3686 | adapter->stats.tncrs += er32(TNCRS); |
| 3687 | adapter->stats.cexterr += er32(CEXTERR); |
| 3688 | adapter->stats.tsctc += er32(TSCTC); |
| 3689 | adapter->stats.tsctfc += er32(TSCTFC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3690 | } |
| 3691 | |
| 3692 | /* Fill out the OS statistics structure */ |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3693 | netdev->stats.multicast = adapter->stats.mprc; |
| 3694 | netdev->stats.collisions = adapter->stats.colc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3695 | |
| 3696 | /* Rx Errors */ |
| 3697 | |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3698 | /* RLEC on some newer hardware can be incorrect so build |
| 3699 | * our own version based on RUC and ROC */ |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3700 | netdev->stats.rx_errors = adapter->stats.rxerrc + |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3701 | adapter->stats.crcerrs + adapter->stats.algnerrc + |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3702 | adapter->stats.ruc + adapter->stats.roc + |
| 3703 | adapter->stats.cexterr; |
Mitch Williams | 4955985 | 2006-09-27 12:53:37 -0700 | [diff] [blame] | 3704 | adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3705 | netdev->stats.rx_length_errors = adapter->stats.rlerrc; |
| 3706 | netdev->stats.rx_crc_errors = adapter->stats.crcerrs; |
| 3707 | netdev->stats.rx_frame_errors = adapter->stats.algnerrc; |
| 3708 | netdev->stats.rx_missed_errors = adapter->stats.mpc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3709 | |
| 3710 | /* Tx Errors */ |
Mitch Williams | 4955985 | 2006-09-27 12:53:37 -0700 | [diff] [blame] | 3711 | adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3712 | netdev->stats.tx_errors = adapter->stats.txerrc; |
| 3713 | netdev->stats.tx_aborted_errors = adapter->stats.ecol; |
| 3714 | netdev->stats.tx_window_errors = adapter->stats.latecol; |
| 3715 | netdev->stats.tx_carrier_errors = adapter->stats.tncrs; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3716 | if (hw->bad_tx_carr_stats_fd && |
Jeff Garzik | 167fb28 | 2006-12-15 10:41:15 -0500 | [diff] [blame] | 3717 | adapter->link_duplex == FULL_DUPLEX) { |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3718 | netdev->stats.tx_carrier_errors = 0; |
Jeff Garzik | 167fb28 | 2006-12-15 10:41:15 -0500 | [diff] [blame] | 3719 | adapter->stats.tncrs = 0; |
| 3720 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3721 | |
| 3722 | /* Tx Dropped needs to be maintained elsewhere */ |
| 3723 | |
| 3724 | /* Phy Stats */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3725 | if (hw->media_type == e1000_media_type_copper) { |
| 3726 | if ((adapter->link_speed == SPEED_1000) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3727 | (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { |
| 3728 | phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; |
| 3729 | adapter->phy_stats.idle_errors += phy_tmp; |
| 3730 | } |
| 3731 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3732 | if ((hw->mac_type <= e1000_82546) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3733 | (hw->phy_type == e1000_phy_m88) && |
| 3734 | !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) |
| 3735 | adapter->phy_stats.receive_errors += phy_tmp; |
| 3736 | } |
| 3737 | |
Jeff Garzik | 15e376b | 2006-12-15 11:16:33 -0500 | [diff] [blame] | 3738 | /* Management Stats */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3739 | if (hw->has_smbus) { |
| 3740 | adapter->stats.mgptc += er32(MGTPTC); |
| 3741 | adapter->stats.mgprc += er32(MGTPRC); |
| 3742 | adapter->stats.mgpdc += er32(MGTPDC); |
Jeff Garzik | 15e376b | 2006-12-15 11:16:33 -0500 | [diff] [blame] | 3743 | } |
| 3744 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3745 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
| 3746 | } |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3747 | |
| 3748 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3749 | * e1000_intr - Interrupt Handler |
| 3750 | * @irq: interrupt number |
| 3751 | * @data: pointer to a network interface device structure |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3752 | **/ |
| 3753 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3754 | static irqreturn_t e1000_intr(int irq, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3755 | { |
| 3756 | struct net_device *netdev = data; |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3757 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3758 | struct e1000_hw *hw = &adapter->hw; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3759 | u32 icr = er32(ICR); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 3760 | |
Jesse Brandeburg | 4c11b8a | 2011-01-13 07:48:13 +0000 | [diff] [blame] | 3761 | if (unlikely((!icr))) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3762 | return IRQ_NONE; /* Not our interrupt */ |
| 3763 | |
Jesse Brandeburg | 4c11b8a | 2011-01-13 07:48:13 +0000 | [diff] [blame] | 3764 | /* |
| 3765 | * we might have caused the interrupt, but the above |
| 3766 | * read cleared it, and just in case the driver is |
| 3767 | * down there is nothing to do so return handled |
| 3768 | */ |
| 3769 | if (unlikely(test_bit(__E1000_DOWN, &adapter->flags))) |
| 3770 | return IRQ_HANDLED; |
| 3771 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3772 | if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3773 | hw->get_link_status = 1; |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 3774 | /* guard against interrupt when we're going down */ |
| 3775 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 3776 | schedule_delayed_work(&adapter->watchdog_task, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3777 | } |
| 3778 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3779 | /* disable interrupts, without the synchronize_irq bit */ |
| 3780 | ew32(IMC, ~0); |
| 3781 | E1000_WRITE_FLUSH(); |
| 3782 | |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3783 | if (likely(napi_schedule_prep(&adapter->napi))) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3784 | adapter->total_tx_bytes = 0; |
| 3785 | adapter->total_tx_packets = 0; |
| 3786 | adapter->total_rx_bytes = 0; |
| 3787 | adapter->total_rx_packets = 0; |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3788 | __napi_schedule(&adapter->napi); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3789 | } else { |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 3790 | /* this really should not happen! if it does it is basically a |
| 3791 | * bug, but not a hard error, so enable ints and continue */ |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3792 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3793 | e1000_irq_enable(adapter); |
| 3794 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3795 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3796 | return IRQ_HANDLED; |
| 3797 | } |
| 3798 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3799 | /** |
| 3800 | * e1000_clean - NAPI Rx polling callback |
| 3801 | * @adapter: board private structure |
| 3802 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3803 | static int e1000_clean(struct napi_struct *napi, int budget) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3804 | { |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 3805 | struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi); |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3806 | int tx_clean_complete = 0, work_done = 0; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3807 | |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3808 | tx_clean_complete = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3809 | |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3810 | adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3811 | |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3812 | if (!tx_clean_complete) |
David S. Miller | d2c7ddd | 2008-01-15 22:43:24 -0800 | [diff] [blame] | 3813 | work_done = budget; |
| 3814 | |
David S. Miller | 53e52c7 | 2008-01-07 21:06:12 -0800 | [diff] [blame] | 3815 | /* If budget not fully consumed, exit the polling mode */ |
| 3816 | if (work_done < budget) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3817 | if (likely(adapter->itr_setting & 3)) |
| 3818 | e1000_set_itr(adapter); |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3819 | napi_complete(napi); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3820 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3821 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3822 | } |
| 3823 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 3824 | return work_done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3825 | } |
| 3826 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3827 | /** |
| 3828 | * e1000_clean_tx_irq - Reclaim resources after transmit completes |
| 3829 | * @adapter: board private structure |
| 3830 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3831 | static bool e1000_clean_tx_irq(struct e1000_adapter *adapter, |
| 3832 | struct e1000_tx_ring *tx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3833 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3834 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3835 | struct net_device *netdev = adapter->netdev; |
| 3836 | struct e1000_tx_desc *tx_desc, *eop_desc; |
| 3837 | struct e1000_buffer *buffer_info; |
| 3838 | unsigned int i, eop; |
Jeff Kirsher | 2a1af5d | 2006-03-02 18:20:43 -0800 | [diff] [blame] | 3839 | unsigned int count = 0; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3840 | unsigned int total_tx_bytes=0, total_tx_packets=0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3841 | |
| 3842 | i = tx_ring->next_to_clean; |
| 3843 | eop = tx_ring->buffer_info[i].next_to_watch; |
| 3844 | eop_desc = E1000_TX_DESC(*tx_ring, eop); |
| 3845 | |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3846 | while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && |
| 3847 | (count < tx_ring->count)) { |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3848 | bool cleaned = false; |
Jeff Kirsher | 2d0bb1c | 2010-08-08 16:02:31 +0000 | [diff] [blame] | 3849 | rmb(); /* read buffer_info after eop_desc */ |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3850 | for ( ; !cleaned; count++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3851 | tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3852 | buffer_info = &tx_ring->buffer_info[i]; |
| 3853 | cleaned = (i == eop); |
| 3854 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3855 | if (cleaned) { |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 3856 | total_tx_packets += buffer_info->segs; |
| 3857 | total_tx_bytes += buffer_info->bytecount; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3858 | } |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3859 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 3860 | tx_desc->upper.data = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3861 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3862 | if (unlikely(++i == tx_ring->count)) i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3863 | } |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3864 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3865 | eop = tx_ring->buffer_info[i].next_to_watch; |
| 3866 | eop_desc = E1000_TX_DESC(*tx_ring, eop); |
| 3867 | } |
| 3868 | |
| 3869 | tx_ring->next_to_clean = i; |
| 3870 | |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3871 | #define TX_WAKE_THRESHOLD 32 |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3872 | if (unlikely(count && netif_carrier_ok(netdev) && |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3873 | E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) { |
| 3874 | /* Make sure that anybody stopping the queue after this |
| 3875 | * sees the new next_to_clean. |
| 3876 | */ |
| 3877 | smp_mb(); |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 3878 | |
| 3879 | if (netif_queue_stopped(netdev) && |
| 3880 | !(test_bit(__E1000_DOWN, &adapter->flags))) { |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3881 | netif_wake_queue(netdev); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3882 | ++adapter->restart_queue; |
| 3883 | } |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3884 | } |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3885 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3886 | if (adapter->detect_tx_hung) { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3887 | /* Detect a transmit hang in hardware, this serializes the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3888 | * check with the clearing of time_stamp and movement of i */ |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 3889 | adapter->detect_tx_hung = false; |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 3890 | if (tx_ring->buffer_info[eop].time_stamp && |
| 3891 | time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + |
Joe Perches | 8e95a20 | 2009-12-03 07:58:21 +0000 | [diff] [blame] | 3892 | (adapter->tx_timeout_factor * HZ)) && |
| 3893 | !(er32(STATUS) & E1000_STATUS_TXOFF)) { |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3894 | |
| 3895 | /* detected Tx unit hang */ |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3896 | e_err(drv, "Detected Tx Unit Hang\n" |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 3897 | " Tx Queue <%lu>\n" |
| 3898 | " TDH <%x>\n" |
| 3899 | " TDT <%x>\n" |
| 3900 | " next_to_use <%x>\n" |
| 3901 | " next_to_clean <%x>\n" |
| 3902 | "buffer_info[next_to_clean]\n" |
| 3903 | " time_stamp <%lx>\n" |
| 3904 | " next_to_watch <%x>\n" |
| 3905 | " jiffies <%lx>\n" |
| 3906 | " next_to_watch.status <%x>\n", |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 3907 | (unsigned long)((tx_ring - adapter->tx_ring) / |
| 3908 | sizeof(struct e1000_tx_ring)), |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3909 | readl(hw->hw_addr + tx_ring->tdh), |
| 3910 | readl(hw->hw_addr + tx_ring->tdt), |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3911 | tx_ring->next_to_use, |
Jeff Kirsher | 392137f | 2006-01-12 16:50:57 -0800 | [diff] [blame] | 3912 | tx_ring->next_to_clean, |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 3913 | tx_ring->buffer_info[eop].time_stamp, |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3914 | eop, |
| 3915 | jiffies, |
| 3916 | eop_desc->upper.fields.status); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3917 | e1000_dump(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3918 | netif_stop_queue(netdev); |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3919 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3920 | } |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3921 | adapter->total_tx_bytes += total_tx_bytes; |
| 3922 | adapter->total_tx_packets += total_tx_packets; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3923 | netdev->stats.tx_bytes += total_tx_bytes; |
| 3924 | netdev->stats.tx_packets += total_tx_packets; |
Eric Dumazet | 807540b | 2010-09-23 05:40:09 +0000 | [diff] [blame] | 3925 | return count < tx_ring->count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3926 | } |
| 3927 | |
| 3928 | /** |
| 3929 | * e1000_rx_checksum - Receive Checksum Offload for 82543 |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3930 | * @adapter: board private structure |
| 3931 | * @status_err: receive descriptor status and error fields |
| 3932 | * @csum: receive descriptor csum field |
| 3933 | * @sk_buff: socket buffer with received data |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3934 | **/ |
| 3935 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3936 | static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, |
| 3937 | u32 csum, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3938 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3939 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3940 | u16 status = (u16)status_err; |
| 3941 | u8 errors = (u8)(status_err >> 24); |
Eric Dumazet | bc8acf2 | 2010-09-02 13:07:41 -0700 | [diff] [blame] | 3942 | |
| 3943 | skb_checksum_none_assert(skb); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3944 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3945 | /* 82543 or newer only */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3946 | if (unlikely(hw->mac_type < e1000_82543)) return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3947 | /* Ignore Checksum bit is set */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3948 | if (unlikely(status & E1000_RXD_STAT_IXSM)) return; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3949 | /* TCP/UDP checksum error bit is set */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3950 | if (unlikely(errors & E1000_RXD_ERR_TCPE)) { |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3951 | /* let the stack verify checksum errors */ |
| 3952 | adapter->hw_csum_err++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3953 | return; |
| 3954 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3955 | /* TCP/UDP Checksum has not been calculated */ |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3956 | if (!(status & E1000_RXD_STAT_TCPCS)) |
| 3957 | return; |
| 3958 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3959 | /* It must be a TCP or UDP packet with a valid checksum */ |
| 3960 | if (likely(status & E1000_RXD_STAT_TCPCS)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3961 | /* TCP checksum is good */ |
| 3962 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3963 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3964 | adapter->hw_csum_good++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3965 | } |
| 3966 | |
| 3967 | /** |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3968 | * e1000_consume_page - helper function |
| 3969 | **/ |
| 3970 | static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb, |
| 3971 | u16 length) |
| 3972 | { |
| 3973 | bi->page = NULL; |
| 3974 | skb->len += length; |
| 3975 | skb->data_len += length; |
Eric Dumazet | ed64b3c | 2011-10-13 07:53:42 +0000 | [diff] [blame] | 3976 | skb->truesize += PAGE_SIZE; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3977 | } |
| 3978 | |
| 3979 | /** |
| 3980 | * e1000_receive_skb - helper function to handle rx indications |
| 3981 | * @adapter: board private structure |
| 3982 | * @status: descriptor status field as written by hardware |
| 3983 | * @vlan: descriptor vlan field as written by hardware (no le/be conversion) |
| 3984 | * @skb: pointer to sk_buff to be indicated to stack |
| 3985 | */ |
| 3986 | static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status, |
| 3987 | __le16 vlan, struct sk_buff *skb) |
| 3988 | { |
Jesse Brandeburg | 6a08d19 | 2010-09-22 18:23:05 +0000 | [diff] [blame] | 3989 | skb->protocol = eth_type_trans(skb, adapter->netdev); |
| 3990 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 3991 | if (status & E1000_RXD_STAT_VP) { |
| 3992 | u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK; |
| 3993 | |
| 3994 | __vlan_hwaccel_put_tag(skb, vid); |
| 3995 | } |
| 3996 | napi_gro_receive(&adapter->napi, skb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3997 | } |
| 3998 | |
| 3999 | /** |
| 4000 | * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy |
| 4001 | * @adapter: board private structure |
| 4002 | * @rx_ring: ring to clean |
| 4003 | * @work_done: amount of napi work completed this call |
| 4004 | * @work_to_do: max amount of work allowed for this call to do |
| 4005 | * |
| 4006 | * the return value indicates whether actual cleaning was done, there |
| 4007 | * is no guarantee that everything was cleaned |
| 4008 | */ |
| 4009 | static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, |
| 4010 | struct e1000_rx_ring *rx_ring, |
| 4011 | int *work_done, int work_to_do) |
| 4012 | { |
| 4013 | struct e1000_hw *hw = &adapter->hw; |
| 4014 | struct net_device *netdev = adapter->netdev; |
| 4015 | struct pci_dev *pdev = adapter->pdev; |
| 4016 | struct e1000_rx_desc *rx_desc, *next_rxd; |
| 4017 | struct e1000_buffer *buffer_info, *next_buffer; |
| 4018 | unsigned long irq_flags; |
| 4019 | u32 length; |
| 4020 | unsigned int i; |
| 4021 | int cleaned_count = 0; |
| 4022 | bool cleaned = false; |
| 4023 | unsigned int total_rx_bytes=0, total_rx_packets=0; |
| 4024 | |
| 4025 | i = rx_ring->next_to_clean; |
| 4026 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4027 | buffer_info = &rx_ring->buffer_info[i]; |
| 4028 | |
| 4029 | while (rx_desc->status & E1000_RXD_STAT_DD) { |
| 4030 | struct sk_buff *skb; |
| 4031 | u8 status; |
| 4032 | |
| 4033 | if (*work_done >= work_to_do) |
| 4034 | break; |
| 4035 | (*work_done)++; |
Jeff Kirsher | 2d0bb1c | 2010-08-08 16:02:31 +0000 | [diff] [blame] | 4036 | rmb(); /* read descriptor and rx_buffer_info after status DD */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4037 | |
| 4038 | status = rx_desc->status; |
| 4039 | skb = buffer_info->skb; |
| 4040 | buffer_info->skb = NULL; |
| 4041 | |
| 4042 | if (++i == rx_ring->count) i = 0; |
| 4043 | next_rxd = E1000_RX_DESC(*rx_ring, i); |
| 4044 | prefetch(next_rxd); |
| 4045 | |
| 4046 | next_buffer = &rx_ring->buffer_info[i]; |
| 4047 | |
| 4048 | cleaned = true; |
| 4049 | cleaned_count++; |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4050 | dma_unmap_page(&pdev->dev, buffer_info->dma, |
| 4051 | buffer_info->length, DMA_FROM_DEVICE); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4052 | buffer_info->dma = 0; |
| 4053 | |
| 4054 | length = le16_to_cpu(rx_desc->length); |
| 4055 | |
| 4056 | /* errors is only valid for DD + EOP descriptors */ |
| 4057 | if (unlikely((status & E1000_RXD_STAT_EOP) && |
| 4058 | (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) { |
| 4059 | u8 last_byte = *(skb->data + length - 1); |
| 4060 | if (TBI_ACCEPT(hw, status, rx_desc->errors, length, |
| 4061 | last_byte)) { |
| 4062 | spin_lock_irqsave(&adapter->stats_lock, |
| 4063 | irq_flags); |
| 4064 | e1000_tbi_adjust_stats(hw, &adapter->stats, |
| 4065 | length, skb->data); |
| 4066 | spin_unlock_irqrestore(&adapter->stats_lock, |
| 4067 | irq_flags); |
| 4068 | length--; |
| 4069 | } else { |
| 4070 | /* recycle both page and skb */ |
| 4071 | buffer_info->skb = skb; |
| 4072 | /* an error means any chain goes out the window |
| 4073 | * too */ |
| 4074 | if (rx_ring->rx_skb_top) |
| 4075 | dev_kfree_skb(rx_ring->rx_skb_top); |
| 4076 | rx_ring->rx_skb_top = NULL; |
| 4077 | goto next_desc; |
| 4078 | } |
| 4079 | } |
| 4080 | |
| 4081 | #define rxtop rx_ring->rx_skb_top |
| 4082 | if (!(status & E1000_RXD_STAT_EOP)) { |
| 4083 | /* this descriptor is only the beginning (or middle) */ |
| 4084 | if (!rxtop) { |
| 4085 | /* this is the beginning of a chain */ |
| 4086 | rxtop = skb; |
| 4087 | skb_fill_page_desc(rxtop, 0, buffer_info->page, |
| 4088 | 0, length); |
| 4089 | } else { |
| 4090 | /* this is the middle of a chain */ |
| 4091 | skb_fill_page_desc(rxtop, |
| 4092 | skb_shinfo(rxtop)->nr_frags, |
| 4093 | buffer_info->page, 0, length); |
| 4094 | /* re-use the skb, only consumed the page */ |
| 4095 | buffer_info->skb = skb; |
| 4096 | } |
| 4097 | e1000_consume_page(buffer_info, rxtop, length); |
| 4098 | goto next_desc; |
| 4099 | } else { |
| 4100 | if (rxtop) { |
| 4101 | /* end of the chain */ |
| 4102 | skb_fill_page_desc(rxtop, |
| 4103 | skb_shinfo(rxtop)->nr_frags, |
| 4104 | buffer_info->page, 0, length); |
| 4105 | /* re-use the current skb, we only consumed the |
| 4106 | * page */ |
| 4107 | buffer_info->skb = skb; |
| 4108 | skb = rxtop; |
| 4109 | rxtop = NULL; |
| 4110 | e1000_consume_page(buffer_info, skb, length); |
| 4111 | } else { |
| 4112 | /* no chain, got EOP, this buf is the packet |
| 4113 | * copybreak to save the put_page/alloc_page */ |
| 4114 | if (length <= copybreak && |
| 4115 | skb_tailroom(skb) >= length) { |
| 4116 | u8 *vaddr; |
| 4117 | vaddr = kmap_atomic(buffer_info->page, |
| 4118 | KM_SKB_DATA_SOFTIRQ); |
| 4119 | memcpy(skb_tail_pointer(skb), vaddr, length); |
| 4120 | kunmap_atomic(vaddr, |
| 4121 | KM_SKB_DATA_SOFTIRQ); |
| 4122 | /* re-use the page, so don't erase |
| 4123 | * buffer_info->page */ |
| 4124 | skb_put(skb, length); |
| 4125 | } else { |
| 4126 | skb_fill_page_desc(skb, 0, |
| 4127 | buffer_info->page, 0, |
| 4128 | length); |
| 4129 | e1000_consume_page(buffer_info, skb, |
| 4130 | length); |
| 4131 | } |
| 4132 | } |
| 4133 | } |
| 4134 | |
| 4135 | /* Receive Checksum Offload XXX recompute due to CRC strip? */ |
| 4136 | e1000_rx_checksum(adapter, |
| 4137 | (u32)(status) | |
| 4138 | ((u32)(rx_desc->errors) << 24), |
| 4139 | le16_to_cpu(rx_desc->csum), skb); |
| 4140 | |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame^] | 4141 | total_rx_bytes += (skb->len - 4); /* don't count FCS */ |
| 4142 | if (likely(!(netdev->features & NETIF_F_RXFCS))) |
| 4143 | pskb_trim(skb, skb->len - 4); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4144 | total_rx_packets++; |
| 4145 | |
| 4146 | /* eth type trans needs skb->data to point to something */ |
| 4147 | if (!pskb_may_pull(skb, ETH_HLEN)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4148 | e_err(drv, "pskb_may_pull failed.\n"); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4149 | dev_kfree_skb(skb); |
| 4150 | goto next_desc; |
| 4151 | } |
| 4152 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4153 | e1000_receive_skb(adapter, status, rx_desc->special, skb); |
| 4154 | |
| 4155 | next_desc: |
| 4156 | rx_desc->status = 0; |
| 4157 | |
| 4158 | /* return some buffers to hardware, one at a time is too slow */ |
| 4159 | if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) { |
| 4160 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4161 | cleaned_count = 0; |
| 4162 | } |
| 4163 | |
| 4164 | /* use prefetched values */ |
| 4165 | rx_desc = next_rxd; |
| 4166 | buffer_info = next_buffer; |
| 4167 | } |
| 4168 | rx_ring->next_to_clean = i; |
| 4169 | |
| 4170 | cleaned_count = E1000_DESC_UNUSED(rx_ring); |
| 4171 | if (cleaned_count) |
| 4172 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4173 | |
| 4174 | adapter->total_rx_packets += total_rx_packets; |
| 4175 | adapter->total_rx_bytes += total_rx_bytes; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 4176 | netdev->stats.rx_bytes += total_rx_bytes; |
| 4177 | netdev->stats.rx_packets += total_rx_packets; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4178 | return cleaned; |
| 4179 | } |
| 4180 | |
Joe Perches | 57bf6ee | 2010-05-13 15:26:17 +0000 | [diff] [blame] | 4181 | /* |
| 4182 | * this should improve performance for small packets with large amounts |
| 4183 | * of reassembly being done in the stack |
| 4184 | */ |
| 4185 | static void e1000_check_copybreak(struct net_device *netdev, |
| 4186 | struct e1000_buffer *buffer_info, |
| 4187 | u32 length, struct sk_buff **skb) |
| 4188 | { |
| 4189 | struct sk_buff *new_skb; |
| 4190 | |
| 4191 | if (length > copybreak) |
| 4192 | return; |
| 4193 | |
| 4194 | new_skb = netdev_alloc_skb_ip_align(netdev, length); |
| 4195 | if (!new_skb) |
| 4196 | return; |
| 4197 | |
| 4198 | skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN, |
| 4199 | (*skb)->data - NET_IP_ALIGN, |
| 4200 | length + NET_IP_ALIGN); |
| 4201 | /* save the skb in buffer_info as good */ |
| 4202 | buffer_info->skb = *skb; |
| 4203 | *skb = new_skb; |
| 4204 | } |
| 4205 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4206 | /** |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4207 | * e1000_clean_rx_irq - Send received data up the network stack; legacy |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4208 | * @adapter: board private structure |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4209 | * @rx_ring: ring to clean |
| 4210 | * @work_done: amount of napi work completed this call |
| 4211 | * @work_to_do: max amount of work allowed for this call to do |
| 4212 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4213 | static bool e1000_clean_rx_irq(struct e1000_adapter *adapter, |
| 4214 | struct e1000_rx_ring *rx_ring, |
| 4215 | int *work_done, int work_to_do) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4216 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4217 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4218 | struct net_device *netdev = adapter->netdev; |
| 4219 | struct pci_dev *pdev = adapter->pdev; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4220 | struct e1000_rx_desc *rx_desc, *next_rxd; |
| 4221 | struct e1000_buffer *buffer_info, *next_buffer; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4222 | unsigned long flags; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4223 | u32 length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4224 | unsigned int i; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4225 | int cleaned_count = 0; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 4226 | bool cleaned = false; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4227 | unsigned int total_rx_bytes=0, total_rx_packets=0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4228 | |
| 4229 | i = rx_ring->next_to_clean; |
| 4230 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4231 | buffer_info = &rx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4232 | |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4233 | while (rx_desc->status & E1000_RXD_STAT_DD) { |
Auke Kok | 24f476e | 2006-06-08 09:28:47 -0700 | [diff] [blame] | 4234 | struct sk_buff *skb; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4235 | u8 status; |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4236 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4237 | if (*work_done >= work_to_do) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4238 | break; |
| 4239 | (*work_done)++; |
Jeff Kirsher | 2d0bb1c | 2010-08-08 16:02:31 +0000 | [diff] [blame] | 4240 | rmb(); /* read descriptor and rx_buffer_info after status DD */ |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4241 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4242 | status = rx_desc->status; |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4243 | skb = buffer_info->skb; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4244 | buffer_info->skb = NULL; |
| 4245 | |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4246 | prefetch(skb->data - NET_IP_ALIGN); |
| 4247 | |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4248 | if (++i == rx_ring->count) i = 0; |
| 4249 | next_rxd = E1000_RX_DESC(*rx_ring, i); |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4250 | prefetch(next_rxd); |
| 4251 | |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4252 | next_buffer = &rx_ring->buffer_info[i]; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4253 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 4254 | cleaned = true; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4255 | cleaned_count++; |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4256 | dma_unmap_single(&pdev->dev, buffer_info->dma, |
| 4257 | buffer_info->length, DMA_FROM_DEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 4258 | buffer_info->dma = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4259 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4260 | length = le16_to_cpu(rx_desc->length); |
Neil Horman | ea30e11 | 2009-06-02 01:29:58 -0700 | [diff] [blame] | 4261 | /* !EOP means multiple descriptors were used to store a single |
Jesse Brandeburg | 40a14de | 2010-01-19 14:15:38 +0000 | [diff] [blame] | 4262 | * packet, if thats the case we need to toss it. In fact, we |
| 4263 | * to toss every packet with the EOP bit clear and the next |
| 4264 | * frame that _does_ have the EOP bit set, as it is by |
| 4265 | * definition only a frame fragment |
| 4266 | */ |
| 4267 | if (unlikely(!(status & E1000_RXD_STAT_EOP))) |
| 4268 | adapter->discarding = true; |
| 4269 | |
| 4270 | if (adapter->discarding) { |
Jeff Kirsher | a1415ee | 2006-02-28 20:24:07 -0800 | [diff] [blame] | 4271 | /* All receives must fit into a single buffer */ |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4272 | e_dbg("Receive packet consumed multiple buffers\n"); |
Auke Kok | 864c4e4 | 2006-06-27 09:06:53 -0700 | [diff] [blame] | 4273 | /* recycle */ |
Auke Kok | 8fc897b | 2006-08-28 14:56:16 -0700 | [diff] [blame] | 4274 | buffer_info->skb = skb; |
Jesse Brandeburg | 40a14de | 2010-01-19 14:15:38 +0000 | [diff] [blame] | 4275 | if (status & E1000_RXD_STAT_EOP) |
| 4276 | adapter->discarding = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4277 | goto next_desc; |
| 4278 | } |
| 4279 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4280 | if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) { |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4281 | u8 last_byte = *(skb->data + length - 1); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4282 | if (TBI_ACCEPT(hw, status, rx_desc->errors, length, |
| 4283 | last_byte)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4284 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4285 | e1000_tbi_adjust_stats(hw, &adapter->stats, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4286 | length, skb->data); |
| 4287 | spin_unlock_irqrestore(&adapter->stats_lock, |
| 4288 | flags); |
| 4289 | length--; |
| 4290 | } else { |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 4291 | /* recycle */ |
| 4292 | buffer_info->skb = skb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4293 | goto next_desc; |
| 4294 | } |
Auke Kok | 1cb5821 | 2006-04-18 12:31:04 -0700 | [diff] [blame] | 4295 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4296 | |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame^] | 4297 | total_rx_bytes += (length - 4); /* don't count FCS */ |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4298 | total_rx_packets++; |
| 4299 | |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame^] | 4300 | if (likely(!(netdev->features & NETIF_F_RXFCS))) |
| 4301 | /* adjust length to remove Ethernet CRC, this must be |
| 4302 | * done after the TBI_ACCEPT workaround above |
| 4303 | */ |
| 4304 | length -= 4; |
| 4305 | |
Joe Perches | 57bf6ee | 2010-05-13 15:26:17 +0000 | [diff] [blame] | 4306 | e1000_check_copybreak(netdev, buffer_info, length, &skb); |
| 4307 | |
Auke Kok | 996695d | 2006-11-01 08:47:50 -0800 | [diff] [blame] | 4308 | skb_put(skb, length); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4309 | |
| 4310 | /* Receive Checksum Offload */ |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4311 | e1000_rx_checksum(adapter, |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4312 | (u32)(status) | |
| 4313 | ((u32)(rx_desc->errors) << 24), |
David S. Miller | c3d7a3a | 2006-03-15 14:26:28 -0800 | [diff] [blame] | 4314 | le16_to_cpu(rx_desc->csum), skb); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4315 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4316 | e1000_receive_skb(adapter, status, rx_desc->special, skb); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4317 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4318 | next_desc: |
| 4319 | rx_desc->status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4320 | |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4321 | /* return some buffers to hardware, one at a time is too slow */ |
| 4322 | if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) { |
| 4323 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4324 | cleaned_count = 0; |
| 4325 | } |
| 4326 | |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4327 | /* use prefetched values */ |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4328 | rx_desc = next_rxd; |
| 4329 | buffer_info = next_buffer; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4330 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4331 | rx_ring->next_to_clean = i; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4332 | |
| 4333 | cleaned_count = E1000_DESC_UNUSED(rx_ring); |
| 4334 | if (cleaned_count) |
| 4335 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4336 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4337 | adapter->total_rx_packets += total_rx_packets; |
| 4338 | adapter->total_rx_bytes += total_rx_bytes; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 4339 | netdev->stats.rx_bytes += total_rx_bytes; |
| 4340 | netdev->stats.rx_packets += total_rx_packets; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4341 | return cleaned; |
| 4342 | } |
| 4343 | |
| 4344 | /** |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4345 | * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers |
| 4346 | * @adapter: address of board private structure |
| 4347 | * @rx_ring: pointer to receive ring structure |
| 4348 | * @cleaned_count: number of buffers to allocate this pass |
| 4349 | **/ |
| 4350 | |
| 4351 | static void |
| 4352 | e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter, |
| 4353 | struct e1000_rx_ring *rx_ring, int cleaned_count) |
| 4354 | { |
| 4355 | struct net_device *netdev = adapter->netdev; |
| 4356 | struct pci_dev *pdev = adapter->pdev; |
| 4357 | struct e1000_rx_desc *rx_desc; |
| 4358 | struct e1000_buffer *buffer_info; |
| 4359 | struct sk_buff *skb; |
| 4360 | unsigned int i; |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4361 | unsigned int bufsz = 256 - 16 /*for skb_reserve */ ; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4362 | |
| 4363 | i = rx_ring->next_to_use; |
| 4364 | buffer_info = &rx_ring->buffer_info[i]; |
| 4365 | |
| 4366 | while (cleaned_count--) { |
| 4367 | skb = buffer_info->skb; |
| 4368 | if (skb) { |
| 4369 | skb_trim(skb, 0); |
| 4370 | goto check_page; |
| 4371 | } |
| 4372 | |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4373 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4374 | if (unlikely(!skb)) { |
| 4375 | /* Better luck next round */ |
| 4376 | adapter->alloc_rx_buff_failed++; |
| 4377 | break; |
| 4378 | } |
| 4379 | |
| 4380 | /* Fix for errata 23, can't cross 64kB boundary */ |
| 4381 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4382 | struct sk_buff *oldskb = skb; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4383 | e_err(rx_err, "skb align check failed: %u bytes at " |
| 4384 | "%p\n", bufsz, skb->data); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4385 | /* Try again, without freeing the previous */ |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4386 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4387 | /* Failed allocation, critical failure */ |
| 4388 | if (!skb) { |
| 4389 | dev_kfree_skb(oldskb); |
| 4390 | adapter->alloc_rx_buff_failed++; |
| 4391 | break; |
| 4392 | } |
| 4393 | |
| 4394 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4395 | /* give up */ |
| 4396 | dev_kfree_skb(skb); |
| 4397 | dev_kfree_skb(oldskb); |
| 4398 | break; /* while (cleaned_count--) */ |
| 4399 | } |
| 4400 | |
| 4401 | /* Use new allocation */ |
| 4402 | dev_kfree_skb(oldskb); |
| 4403 | } |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4404 | buffer_info->skb = skb; |
| 4405 | buffer_info->length = adapter->rx_buffer_len; |
| 4406 | check_page: |
| 4407 | /* allocate a new page if necessary */ |
| 4408 | if (!buffer_info->page) { |
| 4409 | buffer_info->page = alloc_page(GFP_ATOMIC); |
| 4410 | if (unlikely(!buffer_info->page)) { |
| 4411 | adapter->alloc_rx_buff_failed++; |
| 4412 | break; |
| 4413 | } |
| 4414 | } |
| 4415 | |
Anton Blanchard | b5abb02 | 2010-02-19 17:54:53 +0000 | [diff] [blame] | 4416 | if (!buffer_info->dma) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4417 | buffer_info->dma = dma_map_page(&pdev->dev, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4418 | buffer_info->page, 0, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4419 | buffer_info->length, |
| 4420 | DMA_FROM_DEVICE); |
| 4421 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) { |
Anton Blanchard | b5abb02 | 2010-02-19 17:54:53 +0000 | [diff] [blame] | 4422 | put_page(buffer_info->page); |
| 4423 | dev_kfree_skb(skb); |
| 4424 | buffer_info->page = NULL; |
| 4425 | buffer_info->skb = NULL; |
| 4426 | buffer_info->dma = 0; |
| 4427 | adapter->alloc_rx_buff_failed++; |
| 4428 | break; /* while !buffer_info->skb */ |
| 4429 | } |
| 4430 | } |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4431 | |
| 4432 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4433 | rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 4434 | |
| 4435 | if (unlikely(++i == rx_ring->count)) |
| 4436 | i = 0; |
| 4437 | buffer_info = &rx_ring->buffer_info[i]; |
| 4438 | } |
| 4439 | |
| 4440 | if (likely(rx_ring->next_to_use != i)) { |
| 4441 | rx_ring->next_to_use = i; |
| 4442 | if (unlikely(i-- == 0)) |
| 4443 | i = (rx_ring->count - 1); |
| 4444 | |
| 4445 | /* Force memory writes to complete before letting h/w |
| 4446 | * know there are new descriptors to fetch. (Only |
| 4447 | * applicable for weak-ordered memory model archs, |
| 4448 | * such as IA-64). */ |
| 4449 | wmb(); |
| 4450 | writel(i, adapter->hw.hw_addr + rx_ring->rdt); |
| 4451 | } |
| 4452 | } |
| 4453 | |
| 4454 | /** |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4455 | * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4456 | * @adapter: address of board private structure |
| 4457 | **/ |
| 4458 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4459 | static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, |
| 4460 | struct e1000_rx_ring *rx_ring, |
| 4461 | int cleaned_count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4462 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4463 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4464 | struct net_device *netdev = adapter->netdev; |
| 4465 | struct pci_dev *pdev = adapter->pdev; |
| 4466 | struct e1000_rx_desc *rx_desc; |
| 4467 | struct e1000_buffer *buffer_info; |
| 4468 | struct sk_buff *skb; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4469 | unsigned int i; |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4470 | unsigned int bufsz = adapter->rx_buffer_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4471 | |
| 4472 | i = rx_ring->next_to_use; |
| 4473 | buffer_info = &rx_ring->buffer_info[i]; |
| 4474 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4475 | while (cleaned_count--) { |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4476 | skb = buffer_info->skb; |
| 4477 | if (skb) { |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4478 | skb_trim(skb, 0); |
| 4479 | goto map_skb; |
| 4480 | } |
| 4481 | |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4482 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4483 | if (unlikely(!skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4484 | /* Better luck next round */ |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4485 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4486 | break; |
| 4487 | } |
| 4488 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4489 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4490 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4491 | struct sk_buff *oldskb = skb; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4492 | e_err(rx_err, "skb align check failed: %u bytes at " |
| 4493 | "%p\n", bufsz, skb->data); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4494 | /* Try again, without freeing the previous */ |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4495 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4496 | /* Failed allocation, critical failure */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4497 | if (!skb) { |
| 4498 | dev_kfree_skb(oldskb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4499 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4500 | break; |
| 4501 | } |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4502 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4503 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4504 | /* give up */ |
| 4505 | dev_kfree_skb(skb); |
| 4506 | dev_kfree_skb(oldskb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4507 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4508 | break; /* while !buffer_info->skb */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4509 | } |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4510 | |
| 4511 | /* Use new allocation */ |
| 4512 | dev_kfree_skb(oldskb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4513 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4514 | buffer_info->skb = skb; |
| 4515 | buffer_info->length = adapter->rx_buffer_len; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4516 | map_skb: |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4517 | buffer_info->dma = dma_map_single(&pdev->dev, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4518 | skb->data, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4519 | buffer_info->length, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4520 | DMA_FROM_DEVICE); |
| 4521 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) { |
Anton Blanchard | b5abb02 | 2010-02-19 17:54:53 +0000 | [diff] [blame] | 4522 | dev_kfree_skb(skb); |
| 4523 | buffer_info->skb = NULL; |
| 4524 | buffer_info->dma = 0; |
| 4525 | adapter->alloc_rx_buff_failed++; |
| 4526 | break; /* while !buffer_info->skb */ |
| 4527 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4528 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4529 | /* |
| 4530 | * XXX if it was allocated cleanly it will never map to a |
| 4531 | * boundary crossing |
| 4532 | */ |
| 4533 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4534 | /* Fix for errata 23, can't cross 64kB boundary */ |
| 4535 | if (!e1000_check_64k_bound(adapter, |
| 4536 | (void *)(unsigned long)buffer_info->dma, |
| 4537 | adapter->rx_buffer_len)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4538 | e_err(rx_err, "dma align check failed: %u bytes at " |
| 4539 | "%p\n", adapter->rx_buffer_len, |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 4540 | (void *)(unsigned long)buffer_info->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4541 | dev_kfree_skb(skb); |
| 4542 | buffer_info->skb = NULL; |
| 4543 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4544 | dma_unmap_single(&pdev->dev, buffer_info->dma, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4545 | adapter->rx_buffer_len, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4546 | DMA_FROM_DEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 4547 | buffer_info->dma = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4548 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4549 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4550 | break; /* while !buffer_info->skb */ |
| 4551 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4552 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4553 | rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 4554 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4555 | if (unlikely(++i == rx_ring->count)) |
| 4556 | i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4557 | buffer_info = &rx_ring->buffer_info[i]; |
| 4558 | } |
| 4559 | |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4560 | if (likely(rx_ring->next_to_use != i)) { |
| 4561 | rx_ring->next_to_use = i; |
| 4562 | if (unlikely(i-- == 0)) |
| 4563 | i = (rx_ring->count - 1); |
| 4564 | |
| 4565 | /* Force memory writes to complete before letting h/w |
| 4566 | * know there are new descriptors to fetch. (Only |
| 4567 | * applicable for weak-ordered memory model archs, |
| 4568 | * such as IA-64). */ |
| 4569 | wmb(); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4570 | writel(i, hw->hw_addr + rx_ring->rdt); |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4571 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4572 | } |
| 4573 | |
| 4574 | /** |
| 4575 | * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers. |
| 4576 | * @adapter: |
| 4577 | **/ |
| 4578 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4579 | static void e1000_smartspeed(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4580 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4581 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4582 | u16 phy_status; |
| 4583 | u16 phy_ctrl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4584 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4585 | if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg || |
| 4586 | !(hw->autoneg_advertised & ADVERTISE_1000_FULL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4587 | return; |
| 4588 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4589 | if (adapter->smartspeed == 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4590 | /* If Master/Slave config fault is asserted twice, |
| 4591 | * we assume back-to-back */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4592 | e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4593 | if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4594 | e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4595 | if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4596 | e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4597 | if (phy_ctrl & CR_1000T_MS_ENABLE) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4598 | phy_ctrl &= ~CR_1000T_MS_ENABLE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4599 | e1000_write_phy_reg(hw, PHY_1000T_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4600 | phy_ctrl); |
| 4601 | adapter->smartspeed++; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4602 | if (!e1000_phy_setup_autoneg(hw) && |
| 4603 | !e1000_read_phy_reg(hw, PHY_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4604 | &phy_ctrl)) { |
| 4605 | phy_ctrl |= (MII_CR_AUTO_NEG_EN | |
| 4606 | MII_CR_RESTART_AUTO_NEG); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4607 | e1000_write_phy_reg(hw, PHY_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4608 | phy_ctrl); |
| 4609 | } |
| 4610 | } |
| 4611 | return; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4612 | } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4613 | /* If still no link, perhaps using 2/3 pair cable */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4614 | e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4615 | phy_ctrl |= CR_1000T_MS_ENABLE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4616 | e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); |
| 4617 | if (!e1000_phy_setup_autoneg(hw) && |
| 4618 | !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4619 | phy_ctrl |= (MII_CR_AUTO_NEG_EN | |
| 4620 | MII_CR_RESTART_AUTO_NEG); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4621 | e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4622 | } |
| 4623 | } |
| 4624 | /* Restart process after E1000_SMARTSPEED_MAX iterations */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4625 | if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4626 | adapter->smartspeed = 0; |
| 4627 | } |
| 4628 | |
| 4629 | /** |
| 4630 | * e1000_ioctl - |
| 4631 | * @netdev: |
| 4632 | * @ifreq: |
| 4633 | * @cmd: |
| 4634 | **/ |
| 4635 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4636 | 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] | 4637 | { |
| 4638 | switch (cmd) { |
| 4639 | case SIOCGMIIPHY: |
| 4640 | case SIOCGMIIREG: |
| 4641 | case SIOCSMIIREG: |
| 4642 | return e1000_mii_ioctl(netdev, ifr, cmd); |
| 4643 | default: |
| 4644 | return -EOPNOTSUPP; |
| 4645 | } |
| 4646 | } |
| 4647 | |
| 4648 | /** |
| 4649 | * e1000_mii_ioctl - |
| 4650 | * @netdev: |
| 4651 | * @ifreq: |
| 4652 | * @cmd: |
| 4653 | **/ |
| 4654 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4655 | static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, |
| 4656 | int cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4657 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4658 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4659 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4660 | struct mii_ioctl_data *data = if_mii(ifr); |
| 4661 | int retval; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4662 | u16 mii_reg; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4663 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4664 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4665 | if (hw->media_type != e1000_media_type_copper) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4666 | return -EOPNOTSUPP; |
| 4667 | |
| 4668 | switch (cmd) { |
| 4669 | case SIOCGMIIPHY: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4670 | data->phy_id = hw->phy_addr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4671 | break; |
| 4672 | case SIOCGMIIREG: |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4673 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4674 | if (e1000_read_phy_reg(hw, data->reg_num & 0x1F, |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4675 | &data->val_out)) { |
| 4676 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4677 | return -EIO; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4678 | } |
| 4679 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4680 | break; |
| 4681 | case SIOCSMIIREG: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4682 | if (data->reg_num & ~(0x1F)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4683 | return -EFAULT; |
| 4684 | mii_reg = data->val_in; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4685 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4686 | if (e1000_write_phy_reg(hw, data->reg_num, |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4687 | mii_reg)) { |
| 4688 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4689 | return -EIO; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4690 | } |
Jesse Brandeburg | f0163ac | 2007-11-13 21:00:09 -0800 | [diff] [blame] | 4691 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4692 | if (hw->media_type == e1000_media_type_copper) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4693 | switch (data->reg_num) { |
| 4694 | case PHY_CTRL: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4695 | if (mii_reg & MII_CR_POWER_DOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4696 | break; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4697 | if (mii_reg & MII_CR_AUTO_NEG_EN) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4698 | hw->autoneg = 1; |
| 4699 | hw->autoneg_advertised = 0x2F; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4700 | } else { |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4701 | u32 speed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4702 | if (mii_reg & 0x40) |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4703 | speed = SPEED_1000; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4704 | else if (mii_reg & 0x2000) |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4705 | speed = SPEED_100; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4706 | else |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4707 | speed = SPEED_10; |
| 4708 | retval = e1000_set_spd_dplx( |
| 4709 | adapter, speed, |
| 4710 | ((mii_reg & 0x100) |
| 4711 | ? DUPLEX_FULL : |
| 4712 | DUPLEX_HALF)); |
Jesse Brandeburg | f0163ac | 2007-11-13 21:00:09 -0800 | [diff] [blame] | 4713 | if (retval) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4714 | return retval; |
| 4715 | } |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4716 | if (netif_running(adapter->netdev)) |
| 4717 | e1000_reinit_locked(adapter); |
| 4718 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4719 | e1000_reset(adapter); |
| 4720 | break; |
| 4721 | case M88E1000_PHY_SPEC_CTRL: |
| 4722 | case M88E1000_EXT_PHY_SPEC_CTRL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4723 | if (e1000_phy_reset(hw)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4724 | return -EIO; |
| 4725 | break; |
| 4726 | } |
| 4727 | } else { |
| 4728 | switch (data->reg_num) { |
| 4729 | case PHY_CTRL: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4730 | if (mii_reg & MII_CR_POWER_DOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4731 | break; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4732 | if (netif_running(adapter->netdev)) |
| 4733 | e1000_reinit_locked(adapter); |
| 4734 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4735 | e1000_reset(adapter); |
| 4736 | break; |
| 4737 | } |
| 4738 | } |
| 4739 | break; |
| 4740 | default: |
| 4741 | return -EOPNOTSUPP; |
| 4742 | } |
| 4743 | return E1000_SUCCESS; |
| 4744 | } |
| 4745 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4746 | void e1000_pci_set_mwi(struct e1000_hw *hw) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4747 | { |
| 4748 | struct e1000_adapter *adapter = hw->back; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4749 | int ret_val = pci_set_mwi(adapter->pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4750 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4751 | if (ret_val) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4752 | e_err(probe, "Error in setting MWI\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4753 | } |
| 4754 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4755 | void e1000_pci_clear_mwi(struct e1000_hw *hw) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4756 | { |
| 4757 | struct e1000_adapter *adapter = hw->back; |
| 4758 | |
| 4759 | pci_clear_mwi(adapter->pdev); |
| 4760 | } |
| 4761 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4762 | int e1000_pcix_get_mmrbc(struct e1000_hw *hw) |
Peter Oruba | 007755e | 2007-09-28 22:42:06 -0700 | [diff] [blame] | 4763 | { |
| 4764 | struct e1000_adapter *adapter = hw->back; |
| 4765 | return pcix_get_mmrbc(adapter->pdev); |
| 4766 | } |
| 4767 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4768 | void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc) |
Peter Oruba | 007755e | 2007-09-28 22:42:06 -0700 | [diff] [blame] | 4769 | { |
| 4770 | struct e1000_adapter *adapter = hw->back; |
| 4771 | pcix_set_mmrbc(adapter->pdev, mmrbc); |
| 4772 | } |
| 4773 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4774 | 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] | 4775 | { |
| 4776 | outl(value, port); |
| 4777 | } |
| 4778 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4779 | static bool e1000_vlan_used(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4780 | { |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4781 | u16 vid; |
| 4782 | |
| 4783 | for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) |
| 4784 | return true; |
| 4785 | return false; |
| 4786 | } |
| 4787 | |
| 4788 | static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter, |
| 4789 | bool filter_on) |
| 4790 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4791 | struct e1000_hw *hw = &adapter->hw; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4792 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4793 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4794 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4795 | e1000_irq_disable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4796 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4797 | if (filter_on) { |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 4798 | /* enable VLAN receive filtering */ |
| 4799 | rctl = er32(RCTL); |
| 4800 | rctl &= ~E1000_RCTL_CFIEN; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4801 | if (!(adapter->netdev->flags & IFF_PROMISC)) |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 4802 | rctl |= E1000_RCTL_VFE; |
| 4803 | ew32(RCTL, rctl); |
| 4804 | e1000_update_mng_vlan(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4805 | } else { |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 4806 | /* disable VLAN receive filtering */ |
| 4807 | rctl = er32(RCTL); |
| 4808 | rctl &= ~E1000_RCTL_VFE; |
| 4809 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4810 | } |
| 4811 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4812 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4813 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4814 | } |
| 4815 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 4816 | static void e1000_vlan_mode(struct net_device *netdev, |
| 4817 | netdev_features_t features) |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4818 | { |
| 4819 | struct e1000_adapter *adapter = netdev_priv(netdev); |
| 4820 | struct e1000_hw *hw = &adapter->hw; |
| 4821 | u32 ctrl; |
| 4822 | |
| 4823 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4824 | e1000_irq_disable(adapter); |
| 4825 | |
| 4826 | ctrl = er32(CTRL); |
| 4827 | if (features & NETIF_F_HW_VLAN_RX) { |
| 4828 | /* enable VLAN tag insert/strip */ |
| 4829 | ctrl |= E1000_CTRL_VME; |
| 4830 | } else { |
| 4831 | /* disable VLAN tag insert/strip */ |
| 4832 | ctrl &= ~E1000_CTRL_VME; |
| 4833 | } |
| 4834 | ew32(CTRL, ctrl); |
| 4835 | |
| 4836 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4837 | e1000_irq_enable(adapter); |
| 4838 | } |
| 4839 | |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4840 | static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4841 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4842 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4843 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4844 | u32 vfta, index; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4845 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4846 | if ((hw->mng_cookie.status & |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4847 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
| 4848 | (vid == adapter->mng_vlan_id)) |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4849 | return 0; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4850 | |
| 4851 | if (!e1000_vlan_used(adapter)) |
| 4852 | e1000_vlan_filter_on_off(adapter, true); |
| 4853 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4854 | /* add VID to filter table */ |
| 4855 | index = (vid >> 5) & 0x7F; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4856 | vfta = E1000_READ_REG_ARRAY(hw, VFTA, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4857 | vfta |= (1 << (vid & 0x1F)); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4858 | e1000_write_vfta(hw, index, vfta); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4859 | |
| 4860 | set_bit(vid, adapter->active_vlans); |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4861 | |
| 4862 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4863 | } |
| 4864 | |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4865 | static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4866 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4867 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4868 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4869 | u32 vfta, index; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4870 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4871 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4872 | e1000_irq_disable(adapter); |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4873 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4874 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4875 | |
| 4876 | /* remove VID from filter table */ |
| 4877 | index = (vid >> 5) & 0x7F; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4878 | vfta = E1000_READ_REG_ARRAY(hw, VFTA, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4879 | vfta &= ~(1 << (vid & 0x1F)); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4880 | e1000_write_vfta(hw, index, vfta); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4881 | |
| 4882 | clear_bit(vid, adapter->active_vlans); |
| 4883 | |
| 4884 | if (!e1000_vlan_used(adapter)) |
| 4885 | e1000_vlan_filter_on_off(adapter, false); |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4886 | |
| 4887 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4888 | } |
| 4889 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4890 | static void e1000_restore_vlan(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4891 | { |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4892 | u16 vid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4893 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4894 | if (!e1000_vlan_used(adapter)) |
| 4895 | return; |
| 4896 | |
| 4897 | e1000_vlan_filter_on_off(adapter, true); |
| 4898 | for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) |
| 4899 | e1000_vlan_rx_add_vid(adapter->netdev, vid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4900 | } |
| 4901 | |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4902 | int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4903 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4904 | struct e1000_hw *hw = &adapter->hw; |
| 4905 | |
| 4906 | hw->autoneg = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4907 | |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4908 | /* Make sure dplx is at most 1 bit and lsb of speed is not set |
| 4909 | * for the switch() below to work */ |
| 4910 | if ((spd & 1) || (dplx & ~1)) |
| 4911 | goto err_inval; |
| 4912 | |
Malli Chilakala | 6921368 | 2005-06-17 17:44:20 -0700 | [diff] [blame] | 4913 | /* Fiber NICs only allow 1000 gbps Full duplex */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4914 | if ((hw->media_type == e1000_media_type_fiber) && |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4915 | spd != SPEED_1000 && |
| 4916 | dplx != DUPLEX_FULL) |
| 4917 | goto err_inval; |
Malli Chilakala | 6921368 | 2005-06-17 17:44:20 -0700 | [diff] [blame] | 4918 | |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4919 | switch (spd + dplx) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4920 | case SPEED_10 + DUPLEX_HALF: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4921 | hw->forced_speed_duplex = e1000_10_half; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4922 | break; |
| 4923 | case SPEED_10 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4924 | hw->forced_speed_duplex = e1000_10_full; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4925 | break; |
| 4926 | case SPEED_100 + DUPLEX_HALF: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4927 | hw->forced_speed_duplex = e1000_100_half; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4928 | break; |
| 4929 | case SPEED_100 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4930 | hw->forced_speed_duplex = e1000_100_full; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4931 | break; |
| 4932 | case SPEED_1000 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4933 | hw->autoneg = 1; |
| 4934 | hw->autoneg_advertised = ADVERTISE_1000_FULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4935 | break; |
| 4936 | case SPEED_1000 + DUPLEX_HALF: /* not supported */ |
| 4937 | default: |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4938 | goto err_inval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4939 | } |
| 4940 | return 0; |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4941 | |
| 4942 | err_inval: |
| 4943 | e_err(probe, "Unsupported Speed/Duplex configuration\n"); |
| 4944 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4945 | } |
| 4946 | |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 4947 | static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4948 | { |
| 4949 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4950 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4951 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4952 | u32 ctrl, ctrl_ext, rctl, status; |
| 4953 | u32 wufc = adapter->wol; |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 4954 | #ifdef CONFIG_PM |
Jeff Kirsher | 240b171 | 2006-01-12 16:51:28 -0800 | [diff] [blame] | 4955 | int retval = 0; |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 4956 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4957 | |
| 4958 | netif_device_detach(netdev); |
| 4959 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4960 | if (netif_running(netdev)) { |
| 4961 | WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4962 | e1000_down(adapter); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4963 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4964 | |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 4965 | #ifdef CONFIG_PM |
Kok, Auke | 1d33e9c | 2007-02-16 14:39:28 -0800 | [diff] [blame] | 4966 | retval = pci_save_state(pdev); |
Jesse Brandeburg | 3a3847e | 2012-01-04 20:23:33 +0000 | [diff] [blame] | 4967 | if (retval) |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 4968 | return retval; |
| 4969 | #endif |
| 4970 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4971 | status = er32(STATUS); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4972 | if (status & E1000_STATUS_LU) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4973 | wufc &= ~E1000_WUFC_LNKC; |
| 4974 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4975 | if (wufc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4976 | e1000_setup_rctl(adapter); |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 4977 | e1000_set_rx_mode(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4978 | |
Dean Nelson | b868179 | 2012-01-19 17:47:24 +0000 | [diff] [blame] | 4979 | rctl = er32(RCTL); |
| 4980 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4981 | /* turn on all-multi mode if wake on multicast is enabled */ |
Dean Nelson | b868179 | 2012-01-19 17:47:24 +0000 | [diff] [blame] | 4982 | if (wufc & E1000_WUFC_MC) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4983 | rctl |= E1000_RCTL_MPE; |
Dean Nelson | b868179 | 2012-01-19 17:47:24 +0000 | [diff] [blame] | 4984 | |
| 4985 | /* enable receives in the hardware */ |
| 4986 | ew32(RCTL, rctl | E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4987 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4988 | if (hw->mac_type >= e1000_82540) { |
| 4989 | ctrl = er32(CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4990 | /* advertise wake from D3Cold */ |
| 4991 | #define E1000_CTRL_ADVD3WUC 0x00100000 |
| 4992 | /* phy power management enable */ |
| 4993 | #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000 |
| 4994 | ctrl |= E1000_CTRL_ADVD3WUC | |
| 4995 | E1000_CTRL_EN_PHY_PWR_MGMT; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4996 | ew32(CTRL, ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4997 | } |
| 4998 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4999 | if (hw->media_type == e1000_media_type_fiber || |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 5000 | hw->media_type == e1000_media_type_internal_serdes) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5001 | /* keep the laser running in D3 */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5002 | ctrl_ext = er32(CTRL_EXT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5003 | ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5004 | ew32(CTRL_EXT, ctrl_ext); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5005 | } |
| 5006 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5007 | ew32(WUC, E1000_WUC_PME_EN); |
| 5008 | ew32(WUFC, wufc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5009 | } else { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5010 | ew32(WUC, 0); |
| 5011 | ew32(WUFC, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5012 | } |
| 5013 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5014 | e1000_release_manageability(adapter); |
| 5015 | |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5016 | *enable_wake = !!wufc; |
| 5017 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5018 | /* make sure adapter isn't asleep if manageability is enabled */ |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5019 | if (adapter->en_mng_pt) |
| 5020 | *enable_wake = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5021 | |
Auke Kok | edd106f | 2006-11-06 08:57:12 -0800 | [diff] [blame] | 5022 | if (netif_running(netdev)) |
| 5023 | e1000_free_irq(adapter); |
| 5024 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5025 | pci_disable_device(pdev); |
Jeff Kirsher | 240b171 | 2006-01-12 16:51:28 -0800 | [diff] [blame] | 5026 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5027 | return 0; |
| 5028 | } |
| 5029 | |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 5030 | #ifdef CONFIG_PM |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5031 | static int e1000_suspend(struct pci_dev *pdev, pm_message_t state) |
| 5032 | { |
| 5033 | int retval; |
| 5034 | bool wake; |
| 5035 | |
| 5036 | retval = __e1000_shutdown(pdev, &wake); |
| 5037 | if (retval) |
| 5038 | return retval; |
| 5039 | |
| 5040 | if (wake) { |
| 5041 | pci_prepare_to_sleep(pdev); |
| 5042 | } else { |
| 5043 | pci_wake_from_d3(pdev, false); |
| 5044 | pci_set_power_state(pdev, PCI_D3hot); |
| 5045 | } |
| 5046 | |
| 5047 | return 0; |
| 5048 | } |
| 5049 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5050 | static int e1000_resume(struct pci_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5051 | { |
| 5052 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 5053 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5054 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 5055 | u32 err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5056 | |
Auke Kok | d0e027d | 2006-04-14 19:04:40 -0700 | [diff] [blame] | 5057 | pci_set_power_state(pdev, PCI_D0); |
Kok, Auke | 1d33e9c | 2007-02-16 14:39:28 -0800 | [diff] [blame] | 5058 | pci_restore_state(pdev); |
Nick Nunley | dbb5aae | 2010-02-03 14:49:48 +0000 | [diff] [blame] | 5059 | pci_save_state(pdev); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5060 | |
| 5061 | if (adapter->need_ioport) |
| 5062 | err = pci_enable_device(pdev); |
| 5063 | else |
| 5064 | err = pci_enable_device_mem(pdev); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 5065 | if (err) { |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 5066 | pr_err("Cannot enable PCI device from suspend\n"); |
Auke Kok | 3d1dd8c | 2006-08-28 14:56:27 -0700 | [diff] [blame] | 5067 | return err; |
| 5068 | } |
Malli Chilakala | a4cb847 | 2005-04-28 19:41:28 -0700 | [diff] [blame] | 5069 | pci_set_master(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5070 | |
Auke Kok | d0e027d | 2006-04-14 19:04:40 -0700 | [diff] [blame] | 5071 | pci_enable_wake(pdev, PCI_D3hot, 0); |
| 5072 | pci_enable_wake(pdev, PCI_D3cold, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5073 | |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 5074 | if (netif_running(netdev)) { |
| 5075 | err = e1000_request_irq(adapter); |
| 5076 | if (err) |
| 5077 | return err; |
| 5078 | } |
Auke Kok | edd106f | 2006-11-06 08:57:12 -0800 | [diff] [blame] | 5079 | |
| 5080 | e1000_power_up_phy(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5081 | e1000_reset(adapter); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5082 | ew32(WUS, ~0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5083 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5084 | e1000_init_manageability(adapter); |
| 5085 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 5086 | if (netif_running(netdev)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5087 | e1000_up(adapter); |
| 5088 | |
| 5089 | netif_device_attach(netdev); |
| 5090 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5091 | return 0; |
| 5092 | } |
| 5093 | #endif |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 5094 | |
| 5095 | static void e1000_shutdown(struct pci_dev *pdev) |
| 5096 | { |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5097 | bool wake; |
| 5098 | |
| 5099 | __e1000_shutdown(pdev, &wake); |
| 5100 | |
| 5101 | if (system_state == SYSTEM_POWER_OFF) { |
| 5102 | pci_wake_from_d3(pdev, wake); |
| 5103 | pci_set_power_state(pdev, PCI_D3hot); |
| 5104 | } |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 5105 | } |
| 5106 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5107 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 5108 | /* |
| 5109 | * Polling 'interrupt' - used by things like netconsole to send skbs |
| 5110 | * without having to re-enable interrupts. It's not called while |
| 5111 | * the interrupt routine is executing. |
| 5112 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5113 | static void e1000_netpoll(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5114 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 5115 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Auke Kok | d3d9e48 | 2006-07-14 16:14:23 -0700 | [diff] [blame] | 5116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5117 | disable_irq(adapter->pdev->irq); |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 5118 | e1000_intr(adapter->pdev->irq, netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5119 | enable_irq(adapter->pdev->irq); |
| 5120 | } |
| 5121 | #endif |
| 5122 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5123 | /** |
| 5124 | * e1000_io_error_detected - called when PCI error is detected |
| 5125 | * @pdev: Pointer to PCI device |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 5126 | * @state: The current pci connection state |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5127 | * |
| 5128 | * This function is called after a PCI bus error affecting |
| 5129 | * this device has been detected. |
| 5130 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5131 | static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, |
| 5132 | pci_channel_state_t state) |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5133 | { |
| 5134 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5135 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5136 | |
| 5137 | netif_device_detach(netdev); |
| 5138 | |
Andre Detsch | eab6330 | 2009-06-30 12:46:13 +0000 | [diff] [blame] | 5139 | if (state == pci_channel_io_perm_failure) |
| 5140 | return PCI_ERS_RESULT_DISCONNECT; |
| 5141 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5142 | if (netif_running(netdev)) |
| 5143 | e1000_down(adapter); |
Linas Vepstas | 72e8d6b | 2006-09-18 20:58:06 -0700 | [diff] [blame] | 5144 | pci_disable_device(pdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5145 | |
| 5146 | /* Request a slot slot reset. */ |
| 5147 | return PCI_ERS_RESULT_NEED_RESET; |
| 5148 | } |
| 5149 | |
| 5150 | /** |
| 5151 | * e1000_io_slot_reset - called after the pci bus has been reset. |
| 5152 | * @pdev: Pointer to PCI device |
| 5153 | * |
| 5154 | * Restart the card from scratch, as if from a cold-boot. Implementation |
| 5155 | * resembles the first-half of the e1000_resume routine. |
| 5156 | */ |
| 5157 | static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev) |
| 5158 | { |
| 5159 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5160 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5161 | struct e1000_hw *hw = &adapter->hw; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5162 | int err; |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5163 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5164 | if (adapter->need_ioport) |
| 5165 | err = pci_enable_device(pdev); |
| 5166 | else |
| 5167 | err = pci_enable_device_mem(pdev); |
| 5168 | if (err) { |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 5169 | pr_err("Cannot re-enable PCI device after reset.\n"); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5170 | return PCI_ERS_RESULT_DISCONNECT; |
| 5171 | } |
| 5172 | pci_set_master(pdev); |
| 5173 | |
Linas Vepstas | dbf38c9 | 2006-09-27 12:54:11 -0700 | [diff] [blame] | 5174 | pci_enable_wake(pdev, PCI_D3hot, 0); |
| 5175 | pci_enable_wake(pdev, PCI_D3cold, 0); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5176 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5177 | e1000_reset(adapter); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5178 | ew32(WUS, ~0); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5179 | |
| 5180 | return PCI_ERS_RESULT_RECOVERED; |
| 5181 | } |
| 5182 | |
| 5183 | /** |
| 5184 | * e1000_io_resume - called when traffic can start flowing again. |
| 5185 | * @pdev: Pointer to PCI device |
| 5186 | * |
| 5187 | * This callback is called when the error recovery driver tells us that |
| 5188 | * its OK to resume normal operation. Implementation resembles the |
| 5189 | * second-half of the e1000_resume routine. |
| 5190 | */ |
| 5191 | static void e1000_io_resume(struct pci_dev *pdev) |
| 5192 | { |
| 5193 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5194 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5195 | |
| 5196 | e1000_init_manageability(adapter); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5197 | |
| 5198 | if (netif_running(netdev)) { |
| 5199 | if (e1000_up(adapter)) { |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 5200 | pr_info("can't bring device back up after reset\n"); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5201 | return; |
| 5202 | } |
| 5203 | } |
| 5204 | |
| 5205 | netif_device_attach(netdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5206 | } |
| 5207 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5208 | /* e1000_main.c */ |