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); |
Bill Pemberton | 9f9a12f | 2012-12-03 09:24:25 -0500 | [diff] [blame] | 114 | static void 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 | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 167 | static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter, |
| 168 | bool filter_on); |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 169 | static int e1000_vlan_rx_add_vid(struct net_device *netdev, |
| 170 | __be16 proto, u16 vid); |
| 171 | static int e1000_vlan_rx_kill_vid(struct net_device *netdev, |
| 172 | __be16 proto, u16 vid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | static void e1000_restore_vlan(struct e1000_adapter *adapter); |
| 174 | |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 175 | #ifdef CONFIG_PM |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 176 | static int e1000_suspend(struct pci_dev *pdev, pm_message_t state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | static int e1000_resume(struct pci_dev *pdev); |
| 178 | #endif |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 179 | static void e1000_shutdown(struct pci_dev *pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 180 | |
| 181 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 182 | /* for netdump / net console */ |
| 183 | static void e1000_netpoll (struct net_device *netdev); |
| 184 | #endif |
| 185 | |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 186 | #define COPYBREAK_DEFAULT 256 |
| 187 | static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT; |
| 188 | module_param(copybreak, uint, 0644); |
| 189 | MODULE_PARM_DESC(copybreak, |
| 190 | "Maximum size of packet that is copied to a new buffer on receive"); |
| 191 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 192 | static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, |
| 193 | pci_channel_state_t state); |
| 194 | static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev); |
| 195 | static void e1000_io_resume(struct pci_dev *pdev); |
| 196 | |
Stephen Hemminger | 3646f0e | 2012-09-07 09:33:15 -0700 | [diff] [blame] | 197 | static const struct pci_error_handlers e1000_err_handler = { |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 198 | .error_detected = e1000_io_error_detected, |
| 199 | .slot_reset = e1000_io_slot_reset, |
| 200 | .resume = e1000_io_resume, |
| 201 | }; |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 202 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | static struct pci_driver e1000_driver = { |
| 204 | .name = e1000_driver_name, |
| 205 | .id_table = e1000_pci_tbl, |
| 206 | .probe = e1000_probe, |
Bill Pemberton | 9f9a12f | 2012-12-03 09:24:25 -0500 | [diff] [blame] | 207 | .remove = e1000_remove, |
Auke Kok | c4e24f0 | 2006-09-27 12:53:19 -0700 | [diff] [blame] | 208 | #ifdef CONFIG_PM |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 209 | /* Power Management Hooks */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | .suspend = e1000_suspend, |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 211 | .resume = e1000_resume, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | #endif |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 213 | .shutdown = e1000_shutdown, |
| 214 | .err_handler = &e1000_err_handler |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | }; |
| 216 | |
| 217 | MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>"); |
| 218 | MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver"); |
| 219 | MODULE_LICENSE("GPL"); |
| 220 | MODULE_VERSION(DRV_VERSION); |
| 221 | |
stephen hemminger | b3f4d59 | 2012-03-13 06:04:20 +0000 | [diff] [blame] | 222 | #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) |
| 223 | static int debug = -1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | module_param(debug, int, 0); |
| 225 | MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); |
| 226 | |
| 227 | /** |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 228 | * e1000_get_hw_dev - return device |
| 229 | * used by hardware layer to print debugging information |
| 230 | * |
| 231 | **/ |
| 232 | struct net_device *e1000_get_hw_dev(struct e1000_hw *hw) |
| 233 | { |
| 234 | struct e1000_adapter *adapter = hw->back; |
| 235 | return adapter->netdev; |
| 236 | } |
| 237 | |
| 238 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | * e1000_init_module - Driver Registration Routine |
| 240 | * |
| 241 | * e1000_init_module is the first routine called when the driver is |
| 242 | * loaded. All it does is register with the PCI subsystem. |
| 243 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 244 | static int __init e1000_init_module(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | { |
| 246 | int ret; |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 247 | pr_info("%s - version %s\n", e1000_driver_string, e1000_driver_version); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 249 | pr_info("%s\n", e1000_copyright); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 250 | |
Jeff Garzik | 2991762 | 2006-08-19 17:48:59 -0400 | [diff] [blame] | 251 | ret = pci_register_driver(&e1000_driver); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 252 | if (copybreak != COPYBREAK_DEFAULT) { |
| 253 | if (copybreak == 0) |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 254 | pr_info("copybreak disabled\n"); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 255 | else |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 256 | pr_info("copybreak enabled for " |
| 257 | "packets <= %u bytes\n", copybreak); |
Jesse Brandeburg | 1f75386 | 2006-12-15 10:40:39 +0100 | [diff] [blame] | 258 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | return ret; |
| 260 | } |
| 261 | |
| 262 | module_init(e1000_init_module); |
| 263 | |
| 264 | /** |
| 265 | * e1000_exit_module - Driver Exit Cleanup Routine |
| 266 | * |
| 267 | * e1000_exit_module is called just before the driver is removed |
| 268 | * from memory. |
| 269 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 270 | static void __exit e1000_exit_module(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | pci_unregister_driver(&e1000_driver); |
| 273 | } |
| 274 | |
| 275 | module_exit(e1000_exit_module); |
| 276 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 277 | static int e1000_request_irq(struct e1000_adapter *adapter) |
| 278 | { |
| 279 | struct net_device *netdev = adapter->netdev; |
Al Viro | 3e18826 | 2007-12-11 19:49:39 +0000 | [diff] [blame] | 280 | irq_handler_t handler = e1000_intr; |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 281 | int irq_flags = IRQF_SHARED; |
| 282 | int err; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 283 | |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 284 | err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name, |
| 285 | netdev); |
| 286 | if (err) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 287 | e_err(probe, "Unable to allocate interrupt Error: %d\n", err); |
Auke Kok | e94bd23 | 2007-05-16 01:49:46 -0700 | [diff] [blame] | 288 | } |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 289 | |
| 290 | return err; |
| 291 | } |
| 292 | |
| 293 | static void e1000_free_irq(struct e1000_adapter *adapter) |
| 294 | { |
| 295 | struct net_device *netdev = adapter->netdev; |
| 296 | |
| 297 | free_irq(adapter->pdev->irq, netdev); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 298 | } |
| 299 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | /** |
| 301 | * e1000_irq_disable - Mask off interrupt generation on the NIC |
| 302 | * @adapter: board private structure |
| 303 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 304 | static void e1000_irq_disable(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 306 | struct e1000_hw *hw = &adapter->hw; |
| 307 | |
| 308 | ew32(IMC, ~0); |
| 309 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 310 | synchronize_irq(adapter->pdev->irq); |
| 311 | } |
| 312 | |
| 313 | /** |
| 314 | * e1000_irq_enable - Enable default interrupt generation settings |
| 315 | * @adapter: board private structure |
| 316 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 317 | static void e1000_irq_enable(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 319 | struct e1000_hw *hw = &adapter->hw; |
| 320 | |
| 321 | ew32(IMS, IMS_ENABLE_MASK); |
| 322 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | } |
Adrian Bunk | 3ad2cc6 | 2005-10-30 16:53:34 +0100 | [diff] [blame] | 324 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 325 | static void e1000_update_mng_vlan(struct e1000_adapter *adapter) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 326 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 327 | struct e1000_hw *hw = &adapter->hw; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 328 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 329 | u16 vid = hw->mng_cookie.vlan_id; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 330 | u16 old_vid = adapter->mng_vlan_id; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 331 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 332 | if (!e1000_vlan_used(adapter)) |
| 333 | return; |
| 334 | |
| 335 | if (!test_bit(vid, adapter->active_vlans)) { |
| 336 | if (hw->mng_cookie.status & |
| 337 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) { |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 338 | e1000_vlan_rx_add_vid(netdev, htons(ETH_P_8021Q), vid); |
Jeff Kirsher | c5f226f | 2006-03-02 18:17:55 -0800 | [diff] [blame] | 339 | adapter->mng_vlan_id = vid; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 340 | } else { |
| 341 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
| 342 | } |
| 343 | if ((old_vid != (u16)E1000_MNG_VLAN_NONE) && |
| 344 | (vid != old_vid) && |
| 345 | !test_bit(old_vid, adapter->active_vlans)) |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 346 | e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), |
| 347 | old_vid); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 348 | } else { |
| 349 | adapter->mng_vlan_id = vid; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 350 | } |
| 351 | } |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 352 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 353 | static void e1000_init_manageability(struct e1000_adapter *adapter) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 354 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 355 | struct e1000_hw *hw = &adapter->hw; |
| 356 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 357 | if (adapter->en_mng_pt) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 358 | u32 manc = er32(MANC); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 359 | |
| 360 | /* disable hardware interception of ARP */ |
| 361 | manc &= ~(E1000_MANC_ARP_EN); |
| 362 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 363 | ew32(MANC, manc); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 364 | } |
| 365 | } |
| 366 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 367 | static void e1000_release_manageability(struct e1000_adapter *adapter) |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 368 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 369 | struct e1000_hw *hw = &adapter->hw; |
| 370 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 371 | if (adapter->en_mng_pt) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 372 | u32 manc = er32(MANC); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 373 | |
| 374 | /* re-enable hardware interception of ARP */ |
| 375 | manc |= E1000_MANC_ARP_EN; |
| 376 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 377 | ew32(MANC, manc); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 378 | } |
| 379 | } |
| 380 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 381 | /** |
| 382 | * e1000_configure - configure the hardware for RX and TX |
| 383 | * @adapter = private board structure |
| 384 | **/ |
| 385 | static void e1000_configure(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | { |
| 387 | struct net_device *netdev = adapter->netdev; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 388 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 390 | e1000_set_rx_mode(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | |
| 392 | e1000_restore_vlan(adapter); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 393 | e1000_init_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | |
| 395 | e1000_configure_tx(adapter); |
| 396 | e1000_setup_rctl(adapter); |
| 397 | e1000_configure_rx(adapter); |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 398 | /* call E1000_DESC_UNUSED which always leaves |
| 399 | * at least 1 descriptor unused to make sure |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 400 | * next_to_use != next_to_clean |
| 401 | */ |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 402 | for (i = 0; i < adapter->num_rx_queues; i++) { |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 403 | struct e1000_rx_ring *ring = &adapter->rx_ring[i]; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 404 | adapter->alloc_rx_buf(adapter, ring, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 405 | E1000_DESC_UNUSED(ring)); |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 406 | } |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 407 | } |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 408 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 409 | int e1000_up(struct e1000_adapter *adapter) |
| 410 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 411 | struct e1000_hw *hw = &adapter->hw; |
| 412 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 413 | /* hardware has been reset, we need to reload some things */ |
| 414 | e1000_configure(adapter); |
Malli Chilakala | 5de5562 | 2005-04-28 19:39:30 -0700 | [diff] [blame] | 415 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 416 | clear_bit(__E1000_DOWN, &adapter->flags); |
| 417 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 418 | napi_enable(&adapter->napi); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 419 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 420 | e1000_irq_enable(adapter); |
| 421 | |
Jesse Brandeburg | 4cb9be7 | 2009-04-21 18:42:05 +0000 | [diff] [blame] | 422 | netif_wake_queue(adapter->netdev); |
| 423 | |
Jesse Brandeburg | 79f3d39 | 2006-12-15 10:42:34 +0100 | [diff] [blame] | 424 | /* fire a link change interrupt to start the watchdog */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 425 | ew32(ICS, E1000_ICS_LSC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | return 0; |
| 427 | } |
| 428 | |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 429 | /** |
| 430 | * e1000_power_up_phy - restore link in case the phy was powered down |
| 431 | * @adapter: address of board private structure |
| 432 | * |
| 433 | * The phy may be powered down to save power and turn off link when the |
| 434 | * driver is unloaded and wake on lan is not enabled (among others) |
| 435 | * *** this routine MUST be followed by a call to e1000_reset *** |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 436 | **/ |
Jesse Brandeburg | d658266 | 2006-08-16 13:31:33 -0700 | [diff] [blame] | 437 | void e1000_power_up_phy(struct e1000_adapter *adapter) |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 438 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 439 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 440 | u16 mii_reg = 0; |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 441 | |
| 442 | /* Just clear the power down bit to wake the phy back up */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 443 | if (hw->media_type == e1000_media_type_copper) { |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 444 | /* according to the manual, the phy will retain its |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 445 | * settings across a power-down/up cycle |
| 446 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 447 | e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 448 | mii_reg &= ~MII_CR_POWER_DOWN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 449 | e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 450 | } |
| 451 | } |
| 452 | |
| 453 | static void e1000_power_down_phy(struct e1000_adapter *adapter) |
| 454 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 455 | struct e1000_hw *hw = &adapter->hw; |
| 456 | |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 457 | /* 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] | 458 | * 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] | 459 | * (a) WoL is enabled |
| 460 | * (b) AMT is active |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 461 | * (c) SoL/IDER session is active |
| 462 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 463 | if (!adapter->wol && hw->mac_type >= e1000_82540 && |
| 464 | hw->media_type == e1000_media_type_copper) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 465 | u16 mii_reg = 0; |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 466 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 467 | switch (hw->mac_type) { |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 468 | case e1000_82540: |
| 469 | case e1000_82545: |
| 470 | case e1000_82545_rev_3: |
| 471 | case e1000_82546: |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 472 | case e1000_ce4100: |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 473 | case e1000_82546_rev_3: |
| 474 | case e1000_82541: |
| 475 | case e1000_82541_rev_2: |
| 476 | case e1000_82547: |
| 477 | case e1000_82547_rev_2: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 478 | if (er32(MANC) & E1000_MANC_SMBUS_EN) |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 479 | goto out; |
| 480 | break; |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 481 | default: |
| 482 | goto out; |
| 483 | } |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 484 | e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 485 | mii_reg |= MII_CR_POWER_DOWN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 486 | e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); |
Jesse Brandeburg | 4e0d8f7d | 2011-10-05 07:24:46 +0000 | [diff] [blame] | 487 | msleep(1); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 488 | } |
Bruce Allan | 61c2505 | 2006-09-27 12:53:54 -0700 | [diff] [blame] | 489 | out: |
| 490 | return; |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 491 | } |
| 492 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 493 | static void e1000_down_and_stop(struct e1000_adapter *adapter) |
| 494 | { |
| 495 | set_bit(__E1000_DOWN, &adapter->flags); |
Tushar Dave | 8ce6909 | 2012-05-17 01:04:50 +0000 | [diff] [blame] | 496 | |
| 497 | /* Only kill reset task if adapter is not resetting */ |
| 498 | if (!test_bit(__E1000_RESETTING, &adapter->flags)) |
| 499 | cancel_work_sync(&adapter->reset_task); |
| 500 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 501 | cancel_delayed_work_sync(&adapter->watchdog_task); |
| 502 | cancel_delayed_work_sync(&adapter->phy_info_task); |
| 503 | cancel_delayed_work_sync(&adapter->fifo_stall_task); |
| 504 | } |
| 505 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 506 | void e1000_down(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | { |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 508 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | struct net_device *netdev = adapter->netdev; |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 510 | u32 rctl, tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 512 | |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 513 | /* disable receives in the hardware */ |
| 514 | rctl = er32(RCTL); |
| 515 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
| 516 | /* flush and sleep below */ |
| 517 | |
Jesse Brandeburg | 5185107 | 2009-09-25 12:17:01 +0000 | [diff] [blame] | 518 | netif_tx_disable(netdev); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 519 | |
| 520 | /* disable transmits in the hardware */ |
| 521 | tctl = er32(TCTL); |
| 522 | tctl &= ~E1000_TCTL_EN; |
| 523 | ew32(TCTL, tctl); |
| 524 | /* flush both disables and wait for them to finish */ |
| 525 | E1000_WRITE_FLUSH(); |
| 526 | msleep(10); |
| 527 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 528 | napi_disable(&adapter->napi); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 529 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | e1000_irq_disable(adapter); |
Jeff Kirsher | c1605eb | 2006-03-02 18:16:38 -0800 | [diff] [blame] | 531 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 532 | /* Setting DOWN must be after irq_disable to prevent |
Anupam Chanda | ab08853 | 2010-11-21 09:54:21 -0800 | [diff] [blame] | 533 | * a screaming interrupt. Setting DOWN also prevents |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 534 | * tasks from rescheduling. |
Anupam Chanda | ab08853 | 2010-11-21 09:54:21 -0800 | [diff] [blame] | 535 | */ |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 536 | e1000_down_and_stop(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | adapter->link_speed = 0; |
| 539 | adapter->link_duplex = 0; |
| 540 | netif_carrier_off(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 541 | |
| 542 | e1000_reset(adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 543 | e1000_clean_all_tx_rings(adapter); |
| 544 | e1000_clean_all_rx_rings(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 545 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 546 | |
stephen hemminger | 38df7a3 | 2010-10-21 07:50:57 +0000 | [diff] [blame] | 547 | static void e1000_reinit_safe(struct e1000_adapter *adapter) |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 548 | { |
| 549 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 550 | msleep(1); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 551 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 552 | e1000_down(adapter); |
| 553 | e1000_up(adapter); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 554 | mutex_unlock(&adapter->mutex); |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 555 | clear_bit(__E1000_RESETTING, &adapter->flags); |
| 556 | } |
| 557 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 558 | void e1000_reinit_locked(struct e1000_adapter *adapter) |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 559 | { |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 560 | /* if rtnl_lock is not held the call path is bogus */ |
| 561 | ASSERT_RTNL(); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 562 | WARN_ON(in_interrupt()); |
| 563 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 564 | msleep(1); |
| 565 | e1000_down(adapter); |
| 566 | e1000_up(adapter); |
| 567 | clear_bit(__E1000_RESETTING, &adapter->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | } |
| 569 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 570 | void e1000_reset(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 572 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 573 | u32 pba = 0, tx_space, min_tx_space, min_rx_space; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 574 | bool legacy_pba_adjust = false; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 575 | u16 hwm; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 576 | |
| 577 | /* Repartition Pba for greater than 9k mtu |
| 578 | * To take effect CTRL.RST is required. |
| 579 | */ |
| 580 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 581 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 582 | case e1000_82542_rev2_0: |
| 583 | case e1000_82542_rev2_1: |
| 584 | case e1000_82543: |
| 585 | case e1000_82544: |
| 586 | case e1000_82540: |
| 587 | case e1000_82541: |
| 588 | case e1000_82541_rev_2: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 589 | legacy_pba_adjust = true; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 590 | pba = E1000_PBA_48K; |
| 591 | break; |
| 592 | case e1000_82545: |
| 593 | case e1000_82545_rev_3: |
| 594 | case e1000_82546: |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 595 | case e1000_ce4100: |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 596 | case e1000_82546_rev_3: |
| 597 | pba = E1000_PBA_48K; |
| 598 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 599 | case e1000_82547: |
Malli Chilakala | 0e6ef3e | 2005-04-28 19:44:14 -0700 | [diff] [blame] | 600 | case e1000_82547_rev_2: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 601 | legacy_pba_adjust = true; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 602 | pba = E1000_PBA_30K; |
| 603 | break; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 604 | case e1000_undefined: |
| 605 | case e1000_num_macs: |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 606 | break; |
| 607 | } |
| 608 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 609 | if (legacy_pba_adjust) { |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 610 | if (hw->max_frame_size > E1000_RXBUFFER_8192) |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 611 | pba -= 8; /* allocate more FIFO for Tx */ |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 612 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 613 | if (hw->mac_type == e1000_82547) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 614 | adapter->tx_fifo_head = 0; |
| 615 | adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT; |
| 616 | adapter->tx_fifo_size = |
| 617 | (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT; |
| 618 | atomic_set(&adapter->tx_fifo_stall, 0); |
| 619 | } |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 620 | } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 621 | /* adjust PBA for jumbo frames */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 622 | ew32(PBA, pba); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 623 | |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 624 | /* To maintain wire speed transmits, the Tx FIFO should be |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 625 | * large enough to accommodate two full transmit packets, |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 626 | * rounded up to the next 1KB and expressed in KB. Likewise, |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 627 | * the Rx FIFO should be large enough to accommodate at least |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 628 | * one full receive packet and is similarly rounded up and |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 629 | * expressed in KB. |
| 630 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 631 | pba = er32(PBA); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 632 | /* upper 16 bits has Tx packet buffer allocation size in KB */ |
| 633 | tx_space = pba >> 16; |
| 634 | /* lower 16 bits has Rx packet buffer allocation size in KB */ |
| 635 | pba &= 0xffff; |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 636 | /* the Tx fifo also stores 16 bytes of information about the Tx |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 637 | * but don't include ethernet FCS because hardware appends it |
| 638 | */ |
| 639 | min_tx_space = (hw->max_frame_size + |
| 640 | sizeof(struct e1000_tx_desc) - |
| 641 | ETH_FCS_LEN) * 2; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 642 | min_tx_space = ALIGN(min_tx_space, 1024); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 643 | min_tx_space >>= 10; |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 644 | /* software strips receive CRC, so leave room for it */ |
| 645 | min_rx_space = hw->max_frame_size; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 646 | min_rx_space = ALIGN(min_rx_space, 1024); |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 647 | min_rx_space >>= 10; |
| 648 | |
| 649 | /* If current Tx allocation is less than the min Tx FIFO size, |
| 650 | * and the min Tx FIFO size is less than the current Rx FIFO |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 651 | * allocation, take space away from current Rx allocation |
| 652 | */ |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 653 | if (tx_space < min_tx_space && |
| 654 | ((min_tx_space - tx_space) < pba)) { |
| 655 | pba = pba - (min_tx_space - tx_space); |
| 656 | |
| 657 | /* PCI/PCIx hardware has PBA alignment constraints */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 658 | switch (hw->mac_type) { |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 659 | case e1000_82545 ... e1000_82546_rev_3: |
| 660 | pba &= ~(E1000_PBA_8K - 1); |
| 661 | break; |
| 662 | default: |
| 663 | break; |
| 664 | } |
| 665 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 666 | /* if short on Rx space, Rx wins and must trump Tx |
| 667 | * adjustment or use Early Receive if available |
| 668 | */ |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 669 | if (pba < min_rx_space) |
| 670 | pba = min_rx_space; |
Bruce Allan | 018ea44 | 2006-12-15 10:39:45 +0100 | [diff] [blame] | 671 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 673 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 674 | ew32(PBA, pba); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 676 | /* flow control settings: |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 677 | * The high water mark must be low enough to fit one full frame |
| 678 | * (or the size used for early receive) above it in the Rx FIFO. |
| 679 | * Set it to the lower of: |
| 680 | * - 90% of the Rx FIFO size, and |
| 681 | * - the full Rx FIFO size minus the early receive size (for parts |
| 682 | * with ERT support assuming ERT set to E1000_ERT_2048), or |
| 683 | * - the full Rx FIFO size minus one full frame |
| 684 | */ |
| 685 | hwm = min(((pba << 10) * 9 / 10), |
| 686 | ((pba << 10) - hw->max_frame_size)); |
Jeff Kirsher | f11b7f8 | 2006-01-12 16:50:51 -0800 | [diff] [blame] | 687 | |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 688 | hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */ |
| 689 | hw->fc_low_water = hw->fc_high_water - 8; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 690 | hw->fc_pause_time = E1000_FC_PAUSE_TIME; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 691 | hw->fc_send_xon = 1; |
| 692 | hw->fc = hw->original_fc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 694 | /* Allow time for pending master requests to run */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 695 | e1000_reset_hw(hw); |
| 696 | if (hw->mac_type >= e1000_82544) |
| 697 | ew32(WUC, 0); |
Jeff Kirsher | 09ae3e8 | 2006-09-27 12:53:51 -0700 | [diff] [blame] | 698 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 699 | if (e1000_init_hw(hw)) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 700 | e_dev_err("Hardware Error\n"); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 701 | e1000_update_mng_vlan(adapter); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 702 | |
| 703 | /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 704 | if (hw->mac_type >= e1000_82544 && |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 705 | hw->autoneg == 1 && |
| 706 | hw->autoneg_advertised == ADVERTISE_1000_FULL) { |
| 707 | u32 ctrl = er32(CTRL); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 708 | /* clear phy power management bit if we are in gig only mode, |
| 709 | * which if enabled will attempt negotiation to 100Mb, which |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 710 | * can cause a loss of link at power off or driver unload |
| 711 | */ |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 712 | ctrl &= ~E1000_CTRL_SWDPIN3; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 713 | ew32(CTRL, ctrl); |
Jesse Brandeburg | 3d5460a | 2006-12-15 10:33:46 +0100 | [diff] [blame] | 714 | } |
| 715 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 716 | /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 717 | ew32(VET, ETHERNET_IEEE_VLAN_TYPE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 718 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 719 | e1000_reset_adaptive(hw); |
| 720 | e1000_phy_get_info(hw, &adapter->phy_info); |
Auke Kok | 9a53a20 | 2006-06-27 09:06:45 -0700 | [diff] [blame] | 721 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 722 | e1000_release_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | } |
| 724 | |
Ben Hutchings | 1aa8b47 | 2012-07-10 10:56:59 +0000 | [diff] [blame] | 725 | /* Dump the eeprom for users having checksum issues */ |
Adrian Bunk | b4ea895 | 2008-02-01 08:21:28 -0800 | [diff] [blame] | 726 | static void e1000_dump_eeprom(struct e1000_adapter *adapter) |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 727 | { |
| 728 | struct net_device *netdev = adapter->netdev; |
| 729 | struct ethtool_eeprom eeprom; |
| 730 | const struct ethtool_ops *ops = netdev->ethtool_ops; |
| 731 | u8 *data; |
| 732 | int i; |
| 733 | u16 csum_old, csum_new = 0; |
| 734 | |
| 735 | eeprom.len = ops->get_eeprom_len(netdev); |
| 736 | eeprom.offset = 0; |
| 737 | |
| 738 | data = kmalloc(eeprom.len, GFP_KERNEL); |
Joe Perches | e404dec | 2012-01-29 12:56:23 +0000 | [diff] [blame] | 739 | if (!data) |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 740 | return; |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 741 | |
| 742 | ops->get_eeprom(netdev, &eeprom, data); |
| 743 | |
| 744 | csum_old = (data[EEPROM_CHECKSUM_REG * 2]) + |
| 745 | (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8); |
| 746 | for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2) |
| 747 | csum_new += data[i] + (data[i + 1] << 8); |
| 748 | csum_new = EEPROM_SUM - csum_new; |
| 749 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 750 | pr_err("/*********************/\n"); |
| 751 | pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old); |
| 752 | pr_err("Calculated : 0x%04x\n", csum_new); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 753 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 754 | pr_err("Offset Values\n"); |
| 755 | pr_err("======== ======\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 756 | print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0); |
| 757 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 758 | pr_err("Include this output when contacting your support provider.\n"); |
| 759 | pr_err("This is not a software error! Something bad happened to\n"); |
| 760 | pr_err("your hardware or EEPROM image. Ignoring this problem could\n"); |
| 761 | pr_err("result in further problems, possibly loss of data,\n"); |
| 762 | pr_err("corruption or system hangs!\n"); |
| 763 | pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n"); |
| 764 | pr_err("which is invalid and requires you to set the proper MAC\n"); |
| 765 | pr_err("address manually before continuing to enable this network\n"); |
| 766 | pr_err("device. Please inspect the EEPROM dump and report the\n"); |
| 767 | pr_err("issue to your hardware vendor or Intel Customer Support.\n"); |
| 768 | pr_err("/*********************/\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 769 | |
| 770 | kfree(data); |
| 771 | } |
| 772 | |
| 773 | /** |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 774 | * e1000_is_need_ioport - determine if an adapter needs ioport resources or not |
| 775 | * @pdev: PCI device information struct |
| 776 | * |
| 777 | * Return true if an adapter needs ioport resources |
| 778 | **/ |
| 779 | static int e1000_is_need_ioport(struct pci_dev *pdev) |
| 780 | { |
| 781 | switch (pdev->device) { |
| 782 | case E1000_DEV_ID_82540EM: |
| 783 | case E1000_DEV_ID_82540EM_LOM: |
| 784 | case E1000_DEV_ID_82540EP: |
| 785 | case E1000_DEV_ID_82540EP_LOM: |
| 786 | case E1000_DEV_ID_82540EP_LP: |
| 787 | case E1000_DEV_ID_82541EI: |
| 788 | case E1000_DEV_ID_82541EI_MOBILE: |
| 789 | case E1000_DEV_ID_82541ER: |
| 790 | case E1000_DEV_ID_82541ER_LOM: |
| 791 | case E1000_DEV_ID_82541GI: |
| 792 | case E1000_DEV_ID_82541GI_LF: |
| 793 | case E1000_DEV_ID_82541GI_MOBILE: |
| 794 | case E1000_DEV_ID_82544EI_COPPER: |
| 795 | case E1000_DEV_ID_82544EI_FIBER: |
| 796 | case E1000_DEV_ID_82544GC_COPPER: |
| 797 | case E1000_DEV_ID_82544GC_LOM: |
| 798 | case E1000_DEV_ID_82545EM_COPPER: |
| 799 | case E1000_DEV_ID_82545EM_FIBER: |
| 800 | case E1000_DEV_ID_82546EB_COPPER: |
| 801 | case E1000_DEV_ID_82546EB_FIBER: |
| 802 | case E1000_DEV_ID_82546EB_QUAD_COPPER: |
| 803 | return true; |
| 804 | default: |
| 805 | return false; |
| 806 | } |
| 807 | } |
| 808 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 809 | static netdev_features_t e1000_fix_features(struct net_device *netdev, |
| 810 | netdev_features_t features) |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 811 | { |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 812 | /* Since there is no support for separate Rx/Tx vlan accel |
| 813 | * enable/disable make sure Tx flag is always in same state as Rx. |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 814 | */ |
Patrick McHardy | f646968 | 2013-04-19 02:04:27 +0000 | [diff] [blame] | 815 | if (features & NETIF_F_HW_VLAN_CTAG_RX) |
| 816 | features |= NETIF_F_HW_VLAN_CTAG_TX; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 817 | else |
Patrick McHardy | f646968 | 2013-04-19 02:04:27 +0000 | [diff] [blame] | 818 | features &= ~NETIF_F_HW_VLAN_CTAG_TX; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 819 | |
| 820 | return features; |
| 821 | } |
| 822 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 823 | static int e1000_set_features(struct net_device *netdev, |
| 824 | netdev_features_t features) |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 825 | { |
| 826 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 827 | netdev_features_t changed = features ^ netdev->features; |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 828 | |
Patrick McHardy | f646968 | 2013-04-19 02:04:27 +0000 | [diff] [blame] | 829 | if (changed & NETIF_F_HW_VLAN_CTAG_RX) |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 830 | e1000_vlan_mode(netdev, features); |
| 831 | |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 832 | if (!(changed & (NETIF_F_RXCSUM | NETIF_F_RXALL))) |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 833 | return 0; |
| 834 | |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 835 | netdev->features = features; |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 836 | adapter->rx_csum = !!(features & NETIF_F_RXCSUM); |
| 837 | |
| 838 | if (netif_running(netdev)) |
| 839 | e1000_reinit_locked(adapter); |
| 840 | else |
| 841 | e1000_reset(adapter); |
| 842 | |
| 843 | return 0; |
| 844 | } |
| 845 | |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 846 | static const struct net_device_ops e1000_netdev_ops = { |
| 847 | .ndo_open = e1000_open, |
| 848 | .ndo_stop = e1000_close, |
Stephen Hemminger | 0082982 | 2008-11-20 20:14:53 -0800 | [diff] [blame] | 849 | .ndo_start_xmit = e1000_xmit_frame, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 850 | .ndo_get_stats = e1000_get_stats, |
| 851 | .ndo_set_rx_mode = e1000_set_rx_mode, |
| 852 | .ndo_set_mac_address = e1000_set_mac, |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 853 | .ndo_tx_timeout = e1000_tx_timeout, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 854 | .ndo_change_mtu = e1000_change_mtu, |
| 855 | .ndo_do_ioctl = e1000_ioctl, |
| 856 | .ndo_validate_addr = eth_validate_addr, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 857 | .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid, |
| 858 | .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid, |
| 859 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 860 | .ndo_poll_controller = e1000_netpoll, |
| 861 | #endif |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 862 | .ndo_fix_features = e1000_fix_features, |
| 863 | .ndo_set_features = e1000_set_features, |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 864 | }; |
| 865 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 866 | /** |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 867 | * e1000_init_hw_struct - initialize members of hw struct |
| 868 | * @adapter: board private struct |
| 869 | * @hw: structure used by e1000_hw.c |
| 870 | * |
| 871 | * Factors out initialization of the e1000_hw struct to its own function |
| 872 | * that can be called very early at init (just after struct allocation). |
| 873 | * Fields are initialized based on PCI device information and |
| 874 | * OS network device settings (MTU size). |
| 875 | * Returns negative error codes if MAC type setup fails. |
| 876 | */ |
| 877 | static int e1000_init_hw_struct(struct e1000_adapter *adapter, |
| 878 | struct e1000_hw *hw) |
| 879 | { |
| 880 | struct pci_dev *pdev = adapter->pdev; |
| 881 | |
| 882 | /* PCI config space info */ |
| 883 | hw->vendor_id = pdev->vendor; |
| 884 | hw->device_id = pdev->device; |
| 885 | hw->subsystem_vendor_id = pdev->subsystem_vendor; |
| 886 | hw->subsystem_id = pdev->subsystem_device; |
| 887 | hw->revision_id = pdev->revision; |
| 888 | |
| 889 | pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); |
| 890 | |
| 891 | hw->max_frame_size = adapter->netdev->mtu + |
| 892 | ENET_HEADER_SIZE + ETHERNET_FCS_SIZE; |
| 893 | hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE; |
| 894 | |
| 895 | /* identify the MAC */ |
| 896 | if (e1000_set_mac_type(hw)) { |
| 897 | e_err(probe, "Unknown MAC Type\n"); |
| 898 | return -EIO; |
| 899 | } |
| 900 | |
| 901 | switch (hw->mac_type) { |
| 902 | default: |
| 903 | break; |
| 904 | case e1000_82541: |
| 905 | case e1000_82547: |
| 906 | case e1000_82541_rev_2: |
| 907 | case e1000_82547_rev_2: |
| 908 | hw->phy_init_script = 1; |
| 909 | break; |
| 910 | } |
| 911 | |
| 912 | e1000_set_media_type(hw); |
| 913 | e1000_get_bus_info(hw); |
| 914 | |
| 915 | hw->wait_autoneg_complete = false; |
| 916 | hw->tbi_compatibility_en = true; |
| 917 | hw->adaptive_ifs = true; |
| 918 | |
| 919 | /* Copper options */ |
| 920 | |
| 921 | if (hw->media_type == e1000_media_type_copper) { |
| 922 | hw->mdix = AUTO_ALL_MODES; |
| 923 | hw->disable_polarity_correction = false; |
| 924 | hw->master_slave = E1000_MASTER_SLAVE; |
| 925 | } |
| 926 | |
| 927 | return 0; |
| 928 | } |
| 929 | |
| 930 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 931 | * e1000_probe - Device Initialization Routine |
| 932 | * @pdev: PCI device information struct |
| 933 | * @ent: entry in e1000_pci_tbl |
| 934 | * |
| 935 | * Returns 0 on success, negative on failure |
| 936 | * |
| 937 | * e1000_probe initializes an adapter identified by a pci_dev structure. |
| 938 | * The OS initialization, configuring of the adapter private structure, |
| 939 | * and a hardware reset occur. |
| 940 | **/ |
Greg Kroah-Hartman | 1dd06ae | 2012-12-06 14:30:56 +0000 | [diff] [blame] | 941 | static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | { |
| 943 | struct net_device *netdev; |
| 944 | struct e1000_adapter *adapter; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 945 | struct e1000_hw *hw; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 946 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 947 | static int cards_found = 0; |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 948 | static int global_quad_port_a = 0; /* global ksp3 port a indication */ |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 949 | int i, err, pci_using_dac; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 950 | u16 eeprom_data = 0; |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 951 | u16 tmp = 0; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 952 | u16 eeprom_apme_mask = E1000_EEPROM_APME; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 953 | int bars, need_ioport; |
Joe Perches | 0795af5 | 2007-10-03 17:59:30 -0700 | [diff] [blame] | 954 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 955 | /* do not allocate ioport bars when not needed */ |
| 956 | need_ioport = e1000_is_need_ioport(pdev); |
| 957 | if (need_ioport) { |
| 958 | bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO); |
| 959 | err = pci_enable_device(pdev); |
| 960 | } else { |
| 961 | bars = pci_select_bars(pdev, IORESOURCE_MEM); |
Karsten Keil | 4d7155b | 2009-02-03 15:18:01 -0800 | [diff] [blame] | 962 | err = pci_enable_device_mem(pdev); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 963 | } |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 964 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | return err; |
| 966 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 967 | err = pci_request_selected_regions(pdev, bars, e1000_driver_name); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 968 | if (err) |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 969 | goto err_pci_reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | |
| 971 | pci_set_master(pdev); |
Nick Nunley | dbb5aae | 2010-02-03 14:49:48 +0000 | [diff] [blame] | 972 | err = pci_save_state(pdev); |
| 973 | if (err) |
| 974 | goto err_alloc_etherdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 976 | err = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 977 | netdev = alloc_etherdev(sizeof(struct e1000_adapter)); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 978 | if (!netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 979 | goto err_alloc_etherdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | SET_NETDEV_DEV(netdev, &pdev->dev); |
| 982 | |
| 983 | pci_set_drvdata(pdev, netdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 984 | adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | adapter->netdev = netdev; |
| 986 | adapter->pdev = pdev; |
stephen hemminger | b3f4d59 | 2012-03-13 06:04:20 +0000 | [diff] [blame] | 987 | adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 988 | adapter->bars = bars; |
| 989 | adapter->need_ioport = need_ioport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 990 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 991 | hw = &adapter->hw; |
| 992 | hw->back = adapter; |
| 993 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 994 | err = -EIO; |
Arjan van de Ven | 275f165 | 2008-10-20 21:42:39 -0700 | [diff] [blame] | 995 | hw->hw_addr = pci_ioremap_bar(pdev, BAR_0); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 996 | if (!hw->hw_addr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 997 | goto err_ioremap; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 998 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 999 | if (adapter->need_ioport) { |
| 1000 | for (i = BAR_1; i <= BAR_5; i++) { |
| 1001 | if (pci_resource_len(pdev, i) == 0) |
| 1002 | continue; |
| 1003 | if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { |
| 1004 | hw->io_base = pci_resource_start(pdev, i); |
| 1005 | break; |
| 1006 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 | } |
| 1008 | } |
| 1009 | |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1010 | /* make ready for any if (hw->...) below */ |
| 1011 | err = e1000_init_hw_struct(adapter, hw); |
| 1012 | if (err) |
| 1013 | goto err_sw_init; |
| 1014 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1015 | /* there is a workaround being applied below that limits |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1016 | * 64-bit DMA addresses to 64-bit hardware. There are some |
| 1017 | * 32-bit adapters that Tx hang when given 64-bit DMA addresses |
| 1018 | */ |
| 1019 | pci_using_dac = 0; |
| 1020 | if ((hw->bus_type == e1000_bus_type_pcix) && |
| 1021 | !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) { |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1022 | /* according to DMA-API-HOWTO, coherent calls will always |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1023 | * succeed if the set call did |
| 1024 | */ |
| 1025 | dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); |
| 1026 | pci_using_dac = 1; |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1027 | } else { |
Dean Nelson | 19a0b67 | 2010-11-11 05:50:25 +0000 | [diff] [blame] | 1028 | err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32)); |
| 1029 | if (err) { |
| 1030 | pr_err("No usable DMA config, aborting\n"); |
| 1031 | goto err_dma; |
| 1032 | } |
| 1033 | dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1034 | } |
| 1035 | |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 1036 | netdev->netdev_ops = &e1000_netdev_ops; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1037 | e1000_set_ethtool_ops(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1038 | netdev->watchdog_timeo = 5 * HZ; |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1039 | netif_napi_add(netdev, &adapter->napi, e1000_clean, 64); |
Stephen Hemminger | 0e7614b | 2008-11-19 22:18:22 -0800 | [diff] [blame] | 1040 | |
Auke Kok | 0eb5a34 | 2006-09-27 12:53:17 -0700 | [diff] [blame] | 1041 | strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1042 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1043 | adapter->bd_number = cards_found; |
| 1044 | |
| 1045 | /* setup the private structure */ |
| 1046 | |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 1047 | err = e1000_sw_init(adapter); |
| 1048 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1049 | goto err_sw_init; |
| 1050 | |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1051 | err = -EIO; |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1052 | if (hw->mac_type == e1000_ce4100) { |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1053 | hw->ce4100_gbe_mdio_base_virt = |
| 1054 | ioremap(pci_resource_start(pdev, BAR_1), |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1055 | pci_resource_len(pdev, BAR_1)); |
| 1056 | |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1057 | if (!hw->ce4100_gbe_mdio_base_virt) |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1058 | goto err_mdio_ioremap; |
| 1059 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1060 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1061 | if (hw->mac_type >= e1000_82543) { |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1062 | netdev->hw_features = NETIF_F_SG | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 1063 | NETIF_F_HW_CSUM | |
Patrick McHardy | f646968 | 2013-04-19 02:04:27 +0000 | [diff] [blame] | 1064 | NETIF_F_HW_VLAN_CTAG_RX; |
| 1065 | netdev->features = NETIF_F_HW_VLAN_CTAG_TX | |
| 1066 | NETIF_F_HW_VLAN_CTAG_FILTER; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1067 | } |
| 1068 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1069 | if ((hw->mac_type >= e1000_82544) && |
| 1070 | (hw->mac_type != e1000_82547)) |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1071 | netdev->hw_features |= NETIF_F_TSO; |
| 1072 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 1073 | netdev->priv_flags |= IFF_SUPP_NOFCS; |
| 1074 | |
Michał Mirosław | e97d320 | 2011-06-08 08:36:42 +0000 | [diff] [blame] | 1075 | netdev->features |= netdev->hw_features; |
Tushar Dave | 7500673 | 2012-06-12 13:03:29 +0000 | [diff] [blame] | 1076 | netdev->hw_features |= (NETIF_F_RXCSUM | |
| 1077 | NETIF_F_RXALL | |
| 1078 | NETIF_F_RXFCS); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1079 | |
Yi Zou | 7b872a5 | 2010-09-22 17:57:58 +0000 | [diff] [blame] | 1080 | if (pci_using_dac) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1081 | netdev->features |= NETIF_F_HIGHDMA; |
Yi Zou | 7b872a5 | 2010-09-22 17:57:58 +0000 | [diff] [blame] | 1082 | netdev->vlan_features |= NETIF_F_HIGHDMA; |
| 1083 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | |
Tushar Dave | 7500673 | 2012-06-12 13:03:29 +0000 | [diff] [blame] | 1085 | netdev->vlan_features |= (NETIF_F_TSO | |
| 1086 | NETIF_F_HW_CSUM | |
| 1087 | NETIF_F_SG); |
Patrick McHardy | 20501a6 | 2008-10-11 12:25:59 -0700 | [diff] [blame] | 1088 | |
Jiri Pirko | 0178934 | 2011-08-16 06:29:00 +0000 | [diff] [blame] | 1089 | netdev->priv_flags |= IFF_UNICAST_FLT; |
| 1090 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1091 | adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1092 | |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1093 | /* initialize eeprom parameters */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1094 | if (e1000_init_eeprom_params(hw)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1095 | e_err(probe, "EEPROM initialization failed\n"); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1096 | goto err_eeprom; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 1097 | } |
| 1098 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1099 | /* before reading the EEPROM, reset the controller to |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1100 | * put the device in a known good starting state |
| 1101 | */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1102 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1103 | e1000_reset_hw(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1104 | |
| 1105 | /* make sure the EEPROM is good */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1106 | if (e1000_validate_eeprom_checksum(hw) < 0) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1107 | e_err(probe, "The EEPROM Checksum Is Not Valid\n"); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1108 | e1000_dump_eeprom(adapter); |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1109 | /* set MAC address to all zeroes to invalidate and temporary |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1110 | * disable this device for the user. This blocks regular |
| 1111 | * traffic while still permitting ethtool ioctls from reaching |
| 1112 | * the hardware as well as allowing the user to run the |
| 1113 | * interface after manually setting a hw addr using |
| 1114 | * `ip set address` |
| 1115 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1116 | memset(hw->mac_addr, 0, netdev->addr_len); |
Auke Kok | 67b3c27 | 2007-12-17 13:50:23 -0800 | [diff] [blame] | 1117 | } else { |
| 1118 | /* copy the MAC address out of the EEPROM */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1119 | if (e1000_read_mac_addr(hw)) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1120 | e_err(probe, "EEPROM Read Error\n"); |
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 | /* don't block initalization here due to bad MAC address */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1123 | memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | |
Jiri Pirko | aaeb6cd | 2013-01-08 01:38:26 +0000 | [diff] [blame] | 1125 | if (!is_valid_ether_addr(netdev->dev_addr)) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1126 | e_err(probe, "Invalid MAC Address\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1127 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1128 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 1129 | INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog); |
| 1130 | INIT_DELAYED_WORK(&adapter->fifo_stall_task, |
| 1131 | e1000_82547_tx_fifo_stall_task); |
| 1132 | INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task); |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 1133 | INIT_WORK(&adapter->reset_task, e1000_reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1134 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1135 | e1000_check_options(adapter); |
| 1136 | |
| 1137 | /* Initial Wake on LAN setting |
| 1138 | * If APM wake is enabled in the EEPROM, |
| 1139 | * enable the ACPI Magic Packet filter |
| 1140 | */ |
| 1141 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1142 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | case e1000_82542_rev2_0: |
| 1144 | case e1000_82542_rev2_1: |
| 1145 | case e1000_82543: |
| 1146 | break; |
| 1147 | case e1000_82544: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1148 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1149 | EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data); |
| 1150 | eeprom_apme_mask = E1000_EEPROM_82544_APM; |
| 1151 | break; |
| 1152 | case e1000_82546: |
| 1153 | case e1000_82546_rev_3: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1154 | if (er32(STATUS) & E1000_STATUS_FUNC_1){ |
| 1155 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1156 | EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data); |
| 1157 | break; |
| 1158 | } |
| 1159 | /* Fall Through */ |
| 1160 | default: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1161 | e1000_read_eeprom(hw, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1162 | EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data); |
| 1163 | break; |
| 1164 | } |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1165 | if (eeprom_data & eeprom_apme_mask) |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1166 | adapter->eeprom_wol |= E1000_WUFC_MAG; |
| 1167 | |
| 1168 | /* now that we have the eeprom settings, apply the special cases |
| 1169 | * where the eeprom may be wrong or the board simply won't support |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1170 | * wake on lan on a particular port |
| 1171 | */ |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1172 | switch (pdev->device) { |
| 1173 | case E1000_DEV_ID_82546GB_PCIE: |
| 1174 | adapter->eeprom_wol = 0; |
| 1175 | break; |
| 1176 | case E1000_DEV_ID_82546EB_FIBER: |
| 1177 | case E1000_DEV_ID_82546GB_FIBER: |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1178 | /* Wake events only supported on port A for dual fiber |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1179 | * regardless of eeprom setting |
| 1180 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1181 | if (er32(STATUS) & E1000_STATUS_FUNC_1) |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1182 | adapter->eeprom_wol = 0; |
| 1183 | break; |
| 1184 | case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: |
| 1185 | /* if quad port adapter, disable WoL on all but port A */ |
| 1186 | if (global_quad_port_a != 0) |
| 1187 | adapter->eeprom_wol = 0; |
| 1188 | else |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 1189 | adapter->quad_port_a = true; |
Jesse Brandeburg | 120cd57 | 2006-08-31 14:27:46 -0700 | [diff] [blame] | 1190 | /* Reset for multiple quad port adapters */ |
| 1191 | if (++global_quad_port_a == 4) |
| 1192 | global_quad_port_a = 0; |
| 1193 | break; |
| 1194 | } |
| 1195 | |
| 1196 | /* initialize the wol settings based on the eeprom settings */ |
| 1197 | adapter->wol = adapter->eeprom_wol; |
\"Rafael J. Wysocki\ | de12648 | 2008-11-07 20:30:19 +0000 | [diff] [blame] | 1198 | device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1199 | |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1200 | /* Auto detect PHY address */ |
| 1201 | if (hw->mac_type == e1000_ce4100) { |
| 1202 | for (i = 0; i < 32; i++) { |
| 1203 | hw->phy_addr = i; |
| 1204 | e1000_read_phy_reg(hw, PHY_ID2, &tmp); |
| 1205 | if (tmp == 0 || tmp == 0xFF) { |
| 1206 | if (i == 31) |
| 1207 | goto err_eeprom; |
| 1208 | continue; |
| 1209 | } else |
| 1210 | break; |
| 1211 | } |
| 1212 | } |
| 1213 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1214 | /* reset the hardware with the new settings */ |
| 1215 | e1000_reset(adapter); |
| 1216 | |
Auke Kok | 416b5d1 | 2007-06-01 10:22:39 -0700 | [diff] [blame] | 1217 | strcpy(netdev->name, "eth%d"); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 1218 | err = register_netdev(netdev); |
| 1219 | if (err) |
Auke Kok | 416b5d1 | 2007-06-01 10:22:39 -0700 | [diff] [blame] | 1220 | goto err_register; |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1221 | |
Jiri Pirko | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 1222 | e1000_vlan_filter_on_off(adapter, false); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 1223 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1224 | /* print bus type/speed/width info */ |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1225 | e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n", |
Joe Perches | 7837e58 | 2010-06-11 12:51:49 +0000 | [diff] [blame] | 1226 | ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : ""), |
| 1227 | ((hw->bus_speed == e1000_bus_speed_133) ? 133 : |
| 1228 | (hw->bus_speed == e1000_bus_speed_120) ? 120 : |
| 1229 | (hw->bus_speed == e1000_bus_speed_100) ? 100 : |
| 1230 | (hw->bus_speed == e1000_bus_speed_66) ? 66 : 33), |
| 1231 | ((hw->bus_width == e1000_bus_width_64) ? 64 : 32), |
| 1232 | netdev->dev_addr); |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1233 | |
Jesse Brandeburg | eb62efd | 2009-04-17 20:44:36 +0000 | [diff] [blame] | 1234 | /* carrier off reporting is important to ethtool even BEFORE open */ |
| 1235 | netif_carrier_off(netdev); |
| 1236 | |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1237 | e_info(probe, "Intel(R) PRO/1000 Network Connection\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1238 | |
| 1239 | cards_found++; |
| 1240 | return 0; |
| 1241 | |
| 1242 | err_register: |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1243 | err_eeprom: |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1244 | e1000_phy_hw_reset(hw); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1245 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1246 | if (hw->flash_address) |
| 1247 | iounmap(hw->flash_address); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1248 | kfree(adapter->tx_ring); |
| 1249 | kfree(adapter->rx_ring); |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1250 | err_dma: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1251 | err_sw_init: |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1252 | err_mdio_ioremap: |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1253 | iounmap(hw->ce4100_gbe_mdio_base_virt); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1254 | iounmap(hw->hw_addr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1255 | err_ioremap: |
| 1256 | free_netdev(netdev); |
| 1257 | err_alloc_etherdev: |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1258 | pci_release_selected_regions(pdev, bars); |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1259 | err_pci_reg: |
Vasily Averin | 6dd62ab | 2006-08-28 14:56:22 -0700 | [diff] [blame] | 1260 | pci_disable_device(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1261 | return err; |
| 1262 | } |
| 1263 | |
| 1264 | /** |
| 1265 | * e1000_remove - Device Removal Routine |
| 1266 | * @pdev: PCI device information struct |
| 1267 | * |
| 1268 | * e1000_remove is called by the PCI subsystem to alert the driver |
| 1269 | * that it should release a PCI device. The could be caused by a |
| 1270 | * Hot-Plug event, or because the driver is going to be removed from |
| 1271 | * memory. |
| 1272 | **/ |
Bill Pemberton | 9f9a12f | 2012-12-03 09:24:25 -0500 | [diff] [blame] | 1273 | static void e1000_remove(struct pci_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1274 | { |
| 1275 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1276 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1277 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1278 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 1279 | e1000_down_and_stop(adapter); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 1280 | e1000_release_manageability(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1281 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1282 | unregister_netdev(netdev); |
| 1283 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1284 | e1000_phy_hw_reset(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1285 | |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1286 | kfree(adapter->tx_ring); |
| 1287 | kfree(adapter->rx_ring); |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1288 | |
Florian Fainelli | 1c26750 | 2012-01-04 20:23:34 +0000 | [diff] [blame] | 1289 | if (hw->mac_type == e1000_ce4100) |
Florian Fainelli | 13acde8 | 2012-01-04 20:23:35 +0000 | [diff] [blame] | 1290 | iounmap(hw->ce4100_gbe_mdio_base_virt); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1291 | iounmap(hw->hw_addr); |
| 1292 | if (hw->flash_address) |
| 1293 | iounmap(hw->flash_address); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 1294 | pci_release_selected_regions(pdev, adapter->bars); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1295 | |
| 1296 | free_netdev(netdev); |
| 1297 | |
| 1298 | pci_disable_device(pdev); |
| 1299 | } |
| 1300 | |
| 1301 | /** |
| 1302 | * e1000_sw_init - Initialize general software structures (struct e1000_adapter) |
| 1303 | * @adapter: board private structure to initialize |
| 1304 | * |
| 1305 | * e1000_sw_init initializes the Adapter private data structure. |
Jesse Brandeburg | e508be1 | 2010-09-07 21:01:12 +0000 | [diff] [blame] | 1306 | * e1000_init_hw_struct MUST be called before this function |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1307 | **/ |
Bill Pemberton | 9f9a12f | 2012-12-03 09:24:25 -0500 | [diff] [blame] | 1308 | static int e1000_sw_init(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1309 | { |
Auke Kok | eb0f805 | 2006-07-14 16:14:48 -0700 | [diff] [blame] | 1310 | adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1311 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1312 | adapter->num_tx_queues = 1; |
| 1313 | adapter->num_rx_queues = 1; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1314 | |
| 1315 | if (e1000_alloc_queues(adapter)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1316 | e_err(probe, "Unable to allocate memory for queues\n"); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1317 | return -ENOMEM; |
| 1318 | } |
| 1319 | |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1320 | /* Explicitly disable IRQ since the NIC can be in any state. */ |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1321 | e1000_irq_disable(adapter); |
| 1322 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1323 | spin_lock_init(&adapter->stats_lock); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 1324 | mutex_init(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1325 | |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1326 | set_bit(__E1000_DOWN, &adapter->flags); |
| 1327 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1328 | return 0; |
| 1329 | } |
| 1330 | |
| 1331 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1332 | * e1000_alloc_queues - Allocate memory for all rings |
| 1333 | * @adapter: board private structure to initialize |
| 1334 | * |
| 1335 | * 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] | 1336 | * number of queues at compile-time. |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1337 | **/ |
Bill Pemberton | 9f9a12f | 2012-12-03 09:24:25 -0500 | [diff] [blame] | 1338 | static int e1000_alloc_queues(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1339 | { |
Yan Burman | 1c7e5b1 | 2007-03-06 08:58:04 -0800 | [diff] [blame] | 1340 | adapter->tx_ring = kcalloc(adapter->num_tx_queues, |
| 1341 | sizeof(struct e1000_tx_ring), GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1342 | if (!adapter->tx_ring) |
| 1343 | return -ENOMEM; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1344 | |
Yan Burman | 1c7e5b1 | 2007-03-06 08:58:04 -0800 | [diff] [blame] | 1345 | adapter->rx_ring = kcalloc(adapter->num_rx_queues, |
| 1346 | sizeof(struct e1000_rx_ring), GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1347 | if (!adapter->rx_ring) { |
| 1348 | kfree(adapter->tx_ring); |
| 1349 | return -ENOMEM; |
| 1350 | } |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1351 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1352 | return E1000_SUCCESS; |
| 1353 | } |
| 1354 | |
| 1355 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1356 | * e1000_open - Called when a network interface is made active |
| 1357 | * @netdev: network interface device structure |
| 1358 | * |
| 1359 | * Returns 0 on success, negative value on failure |
| 1360 | * |
| 1361 | * The open entry point is called when a network interface is made |
| 1362 | * active by the system (IFF_UP). At this point all resources needed |
| 1363 | * for transmit and receive operations are allocated, the interrupt |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 1364 | * handler is registered with the OS, the watchdog task is started, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1365 | * and the stack is notified that the interface is ready. |
| 1366 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1367 | static int e1000_open(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1368 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1369 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1370 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1371 | int err; |
| 1372 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1373 | /* disallow open during test */ |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 1374 | if (test_bit(__E1000_TESTING, &adapter->flags)) |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1375 | return -EBUSY; |
| 1376 | |
Jesse Brandeburg | eb62efd | 2009-04-17 20:44:36 +0000 | [diff] [blame] | 1377 | netif_carrier_off(netdev); |
| 1378 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1379 | /* allocate transmit descriptors */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1380 | err = e1000_setup_all_tx_resources(adapter); |
| 1381 | if (err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1382 | goto err_setup_tx; |
| 1383 | |
| 1384 | /* allocate receive descriptors */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1385 | err = e1000_setup_all_rx_resources(adapter); |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1386 | if (err) |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1387 | goto err_setup_rx; |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1388 | |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 1389 | e1000_power_up_phy(adapter); |
| 1390 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1391 | adapter->mng_vlan_id = E1000_MNG_VLAN_NONE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1392 | if ((hw->mng_cookie.status & |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1393 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) { |
| 1394 | e1000_update_mng_vlan(adapter); |
| 1395 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1396 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1397 | /* before we allocate an interrupt, we must be ready to handle it. |
| 1398 | * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt |
| 1399 | * as soon as we call pci_request_irq, so we have to setup our |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1400 | * clean_rx handler before we do so. |
| 1401 | */ |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1402 | e1000_configure(adapter); |
| 1403 | |
| 1404 | err = e1000_request_irq(adapter); |
| 1405 | if (err) |
| 1406 | goto err_req_irq; |
| 1407 | |
| 1408 | /* From here on the code is the same as e1000_up() */ |
| 1409 | clear_bit(__E1000_DOWN, &adapter->flags); |
| 1410 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 1411 | napi_enable(&adapter->napi); |
Herbert Xu | 4731305 | 2007-05-29 15:07:31 -0700 | [diff] [blame] | 1412 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1413 | e1000_irq_enable(adapter); |
| 1414 | |
Ben Hutchings | 076152d | 2008-07-18 17:50:57 -0700 | [diff] [blame] | 1415 | netif_start_queue(netdev); |
| 1416 | |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1417 | /* fire a link status change interrupt to start the watchdog */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1418 | ew32(ICS, E1000_ICS_LSC); |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1419 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1420 | return E1000_SUCCESS; |
| 1421 | |
Linus Torvalds | b5bf28c | 2007-02-21 11:21:44 -0800 | [diff] [blame] | 1422 | err_req_irq: |
Auke Kok | e0aac5a | 2007-03-06 08:57:21 -0800 | [diff] [blame] | 1423 | e1000_power_down_phy(adapter); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1424 | e1000_free_all_rx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1425 | err_setup_rx: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1426 | e1000_free_all_tx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1427 | err_setup_tx: |
| 1428 | e1000_reset(adapter); |
| 1429 | |
| 1430 | return err; |
| 1431 | } |
| 1432 | |
| 1433 | /** |
| 1434 | * e1000_close - Disables a network interface |
| 1435 | * @netdev: network interface device structure |
| 1436 | * |
| 1437 | * Returns 0, this is not allowed to fail |
| 1438 | * |
| 1439 | * The close entry point is called when an interface is de-activated |
| 1440 | * by the OS. The hardware is still under the drivers control, but |
| 1441 | * needs to be disabled. A global MAC reset is issued to stop the |
| 1442 | * hardware, and all transmit and receive resources are freed. |
| 1443 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1444 | static int e1000_close(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1445 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 1446 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1447 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1448 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1449 | WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1450 | e1000_down(adapter); |
Auke Kok | 79f05bf | 2006-06-27 09:06:32 -0700 | [diff] [blame] | 1451 | e1000_power_down_phy(adapter); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 1452 | e1000_free_irq(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1453 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1454 | e1000_free_all_tx_resources(adapter); |
| 1455 | e1000_free_all_rx_resources(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1456 | |
Bruce Allan | 4666560 | 2006-09-27 12:54:08 -0700 | [diff] [blame] | 1457 | /* kill manageability vlan ID if supported, but not if a vlan with |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1458 | * the same ID is registered on the host OS (let 8021q kill it) |
| 1459 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1460 | if ((hw->mng_cookie.status & |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1461 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
| 1462 | !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) { |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 1463 | e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), |
| 1464 | adapter->mng_vlan_id); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1465 | } |
Jeff Kirsher | b55ccb3 | 2006-01-12 16:50:30 -0800 | [diff] [blame] | 1466 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1467 | return 0; |
| 1468 | } |
| 1469 | |
| 1470 | /** |
| 1471 | * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary |
| 1472 | * @adapter: address of board private structure |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1473 | * @start: address of beginning of memory |
| 1474 | * @len: length of memory |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1475 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1476 | static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start, |
| 1477 | unsigned long len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1478 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1479 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | e982f17 | 2008-07-11 15:17:18 -0700 | [diff] [blame] | 1480 | unsigned long begin = (unsigned long)start; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1481 | unsigned long end = begin + len; |
| 1482 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1483 | /* First rev 82545 and 82546 need to not allow any memory |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1484 | * write location to cross 64k boundary due to errata 23 |
| 1485 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1486 | if (hw->mac_type == e1000_82545 || |
Dirk Brandewie | 5377a41 | 2011-01-06 14:29:54 +0000 | [diff] [blame] | 1487 | hw->mac_type == e1000_ce4100 || |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1488 | hw->mac_type == e1000_82546) { |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1489 | return ((begin ^ (end - 1)) >> 16) != 0 ? false : true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | } |
| 1491 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 1492 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1493 | } |
| 1494 | |
| 1495 | /** |
| 1496 | * e1000_setup_tx_resources - allocate Tx resources (Descriptors) |
| 1497 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1498 | * @txdr: tx descriptor ring (for a specific queue) to setup |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1499 | * |
| 1500 | * Return 0 on success, negative on failure |
| 1501 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1502 | static int e1000_setup_tx_resources(struct e1000_adapter *adapter, |
| 1503 | struct e1000_tx_ring *txdr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1504 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | struct pci_dev *pdev = adapter->pdev; |
| 1506 | int size; |
| 1507 | |
| 1508 | size = sizeof(struct e1000_buffer) * txdr->count; |
Eric Dumazet | 89bf67f | 2010-11-22 00:15:06 +0000 | [diff] [blame] | 1509 | txdr->buffer_info = vzalloc(size); |
Joe Perches | 14f8dc4 | 2013-02-07 11:46:27 +0000 | [diff] [blame] | 1510 | if (!txdr->buffer_info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1511 | return -ENOMEM; |
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); |
| 1523 | return -ENOMEM; |
| 1524 | } |
| 1525 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1526 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1527 | if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) { |
| 1528 | void *olddesc = txdr->desc; |
| 1529 | dma_addr_t olddma = txdr->dma; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1530 | 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] | 1531 | txdr->size, txdr->desc); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1532 | /* Try again, without freeing the previous */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1533 | txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, |
| 1534 | &txdr->dma, GFP_KERNEL); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1535 | /* Failed allocation, critical failure */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1536 | if (!txdr->desc) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1537 | dma_free_coherent(&pdev->dev, txdr->size, olddesc, |
| 1538 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1539 | goto setup_tx_desc_die; |
| 1540 | } |
| 1541 | |
| 1542 | if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) { |
| 1543 | /* give up */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1544 | dma_free_coherent(&pdev->dev, txdr->size, txdr->desc, |
| 1545 | txdr->dma); |
| 1546 | dma_free_coherent(&pdev->dev, txdr->size, olddesc, |
| 1547 | olddma); |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1548 | e_err(probe, "Unable to allocate aligned memory " |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 1549 | "for the transmit descriptor ring\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1550 | vfree(txdr->buffer_info); |
| 1551 | return -ENOMEM; |
| 1552 | } else { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1553 | /* Free old allocation, new allocation was successful */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1554 | dma_free_coherent(&pdev->dev, txdr->size, olddesc, |
| 1555 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1556 | } |
| 1557 | } |
| 1558 | memset(txdr->desc, 0, txdr->size); |
| 1559 | |
| 1560 | txdr->next_to_use = 0; |
| 1561 | txdr->next_to_clean = 0; |
| 1562 | |
| 1563 | return 0; |
| 1564 | } |
| 1565 | |
| 1566 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1567 | * e1000_setup_all_tx_resources - wrapper to allocate Tx resources |
| 1568 | * (Descriptors) for all queues |
| 1569 | * @adapter: board private structure |
| 1570 | * |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1571 | * Return 0 on success, negative on failure |
| 1572 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1573 | int e1000_setup_all_tx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1574 | { |
| 1575 | int i, err = 0; |
| 1576 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1577 | for (i = 0; i < adapter->num_tx_queues; i++) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1578 | err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]); |
| 1579 | if (err) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1580 | e_err(probe, "Allocation for Tx Queue %u failed\n", i); |
Vasily Averin | 3fbbc72 | 2006-08-28 14:56:24 -0700 | [diff] [blame] | 1581 | for (i-- ; i >= 0; i--) |
| 1582 | e1000_free_tx_resources(adapter, |
| 1583 | &adapter->tx_ring[i]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1584 | break; |
| 1585 | } |
| 1586 | } |
| 1587 | |
| 1588 | return err; |
| 1589 | } |
| 1590 | |
| 1591 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1592 | * e1000_configure_tx - Configure 8254x Transmit Unit after Reset |
| 1593 | * @adapter: board private structure |
| 1594 | * |
| 1595 | * Configure the Tx unit of the MAC after a reset. |
| 1596 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1597 | static void e1000_configure_tx(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1598 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1599 | u64 tdba; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1600 | struct e1000_hw *hw = &adapter->hw; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1601 | u32 tdlen, tctl, tipg; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1602 | u32 ipgr1, ipgr2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1603 | |
| 1604 | /* Setup the HW Tx Head and Tail descriptor pointers */ |
| 1605 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1606 | switch (adapter->num_tx_queues) { |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1607 | case 1: |
| 1608 | default: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1609 | tdba = adapter->tx_ring[0].dma; |
| 1610 | tdlen = adapter->tx_ring[0].count * |
| 1611 | sizeof(struct e1000_tx_desc); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1612 | ew32(TDLEN, tdlen); |
| 1613 | ew32(TDBAH, (tdba >> 32)); |
| 1614 | ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); |
| 1615 | ew32(TDT, 0); |
| 1616 | ew32(TDH, 0); |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1617 | adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? |
| 1618 | E1000_TDH : E1000_82542_TDH); |
| 1619 | adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? |
| 1620 | E1000_TDT : E1000_82542_TDT); |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1621 | break; |
| 1622 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1623 | |
| 1624 | /* Set the default values for the Tx Inter Packet Gap timer */ |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1625 | if ((hw->media_type == e1000_media_type_fiber || |
Jesse Brandeburg | d89b6c6 | 2006-12-15 10:38:32 +0100 | [diff] [blame] | 1626 | hw->media_type == e1000_media_type_internal_serdes)) |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1627 | tipg = DEFAULT_82543_TIPG_IPGT_FIBER; |
| 1628 | else |
| 1629 | tipg = DEFAULT_82543_TIPG_IPGT_COPPER; |
| 1630 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1631 | switch (hw->mac_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1632 | case e1000_82542_rev2_0: |
| 1633 | case e1000_82542_rev2_1: |
| 1634 | tipg = DEFAULT_82542_TIPG_IPGT; |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1635 | ipgr1 = DEFAULT_82542_TIPG_IPGR1; |
| 1636 | ipgr2 = DEFAULT_82542_TIPG_IPGR2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1637 | break; |
| 1638 | default: |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1639 | ipgr1 = DEFAULT_82543_TIPG_IPGR1; |
| 1640 | ipgr2 = DEFAULT_82543_TIPG_IPGR2; |
| 1641 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1642 | } |
Jeff Kirsher | 0fadb05 | 2006-01-12 16:51:05 -0800 | [diff] [blame] | 1643 | tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT; |
| 1644 | tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1645 | ew32(TIPG, tipg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | |
| 1647 | /* Set the Tx Interrupt Delay register */ |
| 1648 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1649 | ew32(TIDV, adapter->tx_int_delay); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1650 | if (hw->mac_type >= e1000_82540) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1651 | ew32(TADV, adapter->tx_abs_int_delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1652 | |
| 1653 | /* Program the Transmit Control Register */ |
| 1654 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1655 | tctl = er32(TCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1656 | tctl &= ~E1000_TCTL_CT; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1657 | tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1658 | (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT); |
| 1659 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1660 | e1000_config_collision_dist(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1661 | |
| 1662 | /* Setup Transmit Descriptor Settings for eop descriptor */ |
Jesse Brandeburg | 6a042da | 2006-11-01 08:48:04 -0800 | [diff] [blame] | 1663 | adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; |
| 1664 | |
| 1665 | /* only set IDE if we are delaying interrupts using the timers */ |
| 1666 | if (adapter->tx_int_delay) |
| 1667 | adapter->txd_cmd |= E1000_TXD_CMD_IDE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1668 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1669 | if (hw->mac_type < e1000_82543) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1670 | adapter->txd_cmd |= E1000_TXD_CMD_RPS; |
| 1671 | else |
| 1672 | adapter->txd_cmd |= E1000_TXD_CMD_RS; |
| 1673 | |
| 1674 | /* Cache if we're 82544 running in PCI-X because we'll |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1675 | * need this to apply a workaround later in the send path. |
| 1676 | */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1677 | if (hw->mac_type == e1000_82544 && |
| 1678 | hw->bus_type == e1000_bus_type_pcix) |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 1679 | adapter->pcix_82544 = true; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1680 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1681 | ew32(TCTL, tctl); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 1682 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1683 | } |
| 1684 | |
| 1685 | /** |
| 1686 | * e1000_setup_rx_resources - allocate Rx resources (Descriptors) |
| 1687 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1688 | * @rxdr: rx descriptor ring (for a specific queue) to setup |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1689 | * |
| 1690 | * Returns 0 on success, negative on failure |
| 1691 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1692 | static int e1000_setup_rx_resources(struct e1000_adapter *adapter, |
| 1693 | struct e1000_rx_ring *rxdr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1694 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1695 | struct pci_dev *pdev = adapter->pdev; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1696 | int size, desc_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1697 | |
| 1698 | size = sizeof(struct e1000_buffer) * rxdr->count; |
Eric Dumazet | 89bf67f | 2010-11-22 00:15:06 +0000 | [diff] [blame] | 1699 | rxdr->buffer_info = vzalloc(size); |
Joe Perches | 14f8dc4 | 2013-02-07 11:46:27 +0000 | [diff] [blame] | 1700 | if (!rxdr->buffer_info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1701 | return -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1702 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1703 | desc_len = sizeof(struct e1000_rx_desc); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1704 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1705 | /* Round up to nearest 4K */ |
| 1706 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1707 | rxdr->size = rxdr->count * desc_len; |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 1708 | rxdr->size = ALIGN(rxdr->size, 4096); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1709 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1710 | rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma, |
| 1711 | GFP_KERNEL); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1712 | if (!rxdr->desc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1713 | setup_rx_desc_die: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | vfree(rxdr->buffer_info); |
| 1715 | return -ENOMEM; |
| 1716 | } |
| 1717 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1718 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1719 | if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) { |
| 1720 | void *olddesc = rxdr->desc; |
| 1721 | dma_addr_t olddma = rxdr->dma; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1722 | 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] | 1723 | rxdr->size, rxdr->desc); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1724 | /* Try again, without freeing the previous */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1725 | rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, |
| 1726 | &rxdr->dma, GFP_KERNEL); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1727 | /* Failed allocation, critical failure */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1728 | if (!rxdr->desc) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1729 | dma_free_coherent(&pdev->dev, rxdr->size, olddesc, |
| 1730 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1731 | goto setup_rx_desc_die; |
| 1732 | } |
| 1733 | |
| 1734 | if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) { |
| 1735 | /* give up */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1736 | dma_free_coherent(&pdev->dev, rxdr->size, rxdr->desc, |
| 1737 | rxdr->dma); |
| 1738 | dma_free_coherent(&pdev->dev, rxdr->size, olddesc, |
| 1739 | olddma); |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1740 | e_err(probe, "Unable to allocate aligned memory for " |
| 1741 | "the Rx descriptor ring\n"); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1742 | goto setup_rx_desc_die; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1743 | } else { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1744 | /* Free old allocation, new allocation was successful */ |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1745 | dma_free_coherent(&pdev->dev, rxdr->size, olddesc, |
| 1746 | olddma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1747 | } |
| 1748 | } |
| 1749 | memset(rxdr->desc, 0, rxdr->size); |
| 1750 | |
| 1751 | rxdr->next_to_clean = 0; |
| 1752 | rxdr->next_to_use = 0; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 1753 | rxdr->rx_skb_top = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1754 | |
| 1755 | return 0; |
| 1756 | } |
| 1757 | |
| 1758 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1759 | * e1000_setup_all_rx_resources - wrapper to allocate Rx resources |
| 1760 | * (Descriptors) for all queues |
| 1761 | * @adapter: board private structure |
| 1762 | * |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1763 | * Return 0 on success, negative on failure |
| 1764 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1765 | int e1000_setup_all_rx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1766 | { |
| 1767 | int i, err = 0; |
| 1768 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1769 | for (i = 0; i < adapter->num_rx_queues; i++) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1770 | err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]); |
| 1771 | if (err) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 1772 | e_err(probe, "Allocation for Rx Queue %u failed\n", i); |
Vasily Averin | 3fbbc72 | 2006-08-28 14:56:24 -0700 | [diff] [blame] | 1773 | for (i-- ; i >= 0; i--) |
| 1774 | e1000_free_rx_resources(adapter, |
| 1775 | &adapter->rx_ring[i]); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1776 | break; |
| 1777 | } |
| 1778 | } |
| 1779 | |
| 1780 | return err; |
| 1781 | } |
| 1782 | |
| 1783 | /** |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 1784 | * e1000_setup_rctl - configure the receive control registers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1785 | * @adapter: Board private structure |
| 1786 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1787 | static void e1000_setup_rctl(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1788 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1789 | struct e1000_hw *hw = &adapter->hw; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1790 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1791 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1792 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1793 | |
| 1794 | rctl &= ~(3 << E1000_RCTL_MO_SHIFT); |
| 1795 | |
Dean Nelson | d5bc77a | 2011-09-16 16:52:54 +0000 | [diff] [blame] | 1796 | rctl |= E1000_RCTL_BAM | E1000_RCTL_LBM_NO | |
| 1797 | E1000_RCTL_RDMTS_HALF | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1798 | (hw->mc_filter_type << E1000_RCTL_MO_SHIFT); |
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 | if (hw->tbi_compatibility_on == 1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1801 | rctl |= E1000_RCTL_SBP; |
| 1802 | else |
| 1803 | rctl &= ~E1000_RCTL_SBP; |
| 1804 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1805 | if (adapter->netdev->mtu <= ETH_DATA_LEN) |
| 1806 | rctl &= ~E1000_RCTL_LPE; |
| 1807 | else |
| 1808 | rctl |= E1000_RCTL_LPE; |
| 1809 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1810 | /* Setup buffer sizes */ |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 1811 | rctl &= ~E1000_RCTL_SZ_4096; |
| 1812 | rctl |= E1000_RCTL_BSEX; |
| 1813 | switch (adapter->rx_buffer_len) { |
Jeff Kirsher | a1415ee | 2006-02-28 20:24:07 -0800 | [diff] [blame] | 1814 | case E1000_RXBUFFER_2048: |
| 1815 | default: |
| 1816 | rctl |= E1000_RCTL_SZ_2048; |
| 1817 | rctl &= ~E1000_RCTL_BSEX; |
| 1818 | break; |
| 1819 | case E1000_RXBUFFER_4096: |
| 1820 | rctl |= E1000_RCTL_SZ_4096; |
| 1821 | break; |
| 1822 | case E1000_RXBUFFER_8192: |
| 1823 | rctl |= E1000_RCTL_SZ_8192; |
| 1824 | break; |
| 1825 | case E1000_RXBUFFER_16384: |
| 1826 | rctl |= E1000_RCTL_SZ_16384; |
| 1827 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1828 | } |
| 1829 | |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 1830 | /* This is useful for sniffing bad packets. */ |
| 1831 | if (adapter->netdev->features & NETIF_F_RXALL) { |
| 1832 | /* UPE and MPE will be handled by normal PROMISC logic |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1833 | * in e1000e_set_rx_mode |
| 1834 | */ |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 1835 | rctl |= (E1000_RCTL_SBP | /* Receive bad packets */ |
| 1836 | E1000_RCTL_BAM | /* RX All Bcast Pkts */ |
| 1837 | E1000_RCTL_PMCF); /* RX All MAC Ctrl Pkts */ |
| 1838 | |
| 1839 | rctl &= ~(E1000_RCTL_VFE | /* Disable VLAN filter */ |
| 1840 | E1000_RCTL_DPF | /* Allow filtered pause */ |
| 1841 | E1000_RCTL_CFIEN); /* Dis VLAN CFIEN Filter */ |
| 1842 | /* Do not mess with E1000_CTRL_VME, it affects transmit as well, |
| 1843 | * and that breaks VLANs. |
| 1844 | */ |
| 1845 | } |
| 1846 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1847 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1848 | } |
| 1849 | |
| 1850 | /** |
| 1851 | * e1000_configure_rx - Configure 8254x Receive Unit after Reset |
| 1852 | * @adapter: board private structure |
| 1853 | * |
| 1854 | * Configure the Rx unit of the MAC after a reset. |
| 1855 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1856 | static void e1000_configure_rx(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1857 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 1858 | u64 rdba; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1859 | struct e1000_hw *hw = &adapter->hw; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 1860 | u32 rdlen, rctl, rxcsum; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1861 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 1862 | if (adapter->netdev->mtu > ETH_DATA_LEN) { |
| 1863 | rdlen = adapter->rx_ring[0].count * |
| 1864 | sizeof(struct e1000_rx_desc); |
| 1865 | adapter->clean_rx = e1000_clean_jumbo_rx_irq; |
| 1866 | adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; |
| 1867 | } else { |
| 1868 | rdlen = adapter->rx_ring[0].count * |
| 1869 | sizeof(struct e1000_rx_desc); |
| 1870 | adapter->clean_rx = e1000_clean_rx_irq; |
| 1871 | adapter->alloc_rx_buf = e1000_alloc_rx_buffers; |
| 1872 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1873 | |
| 1874 | /* disable receives while setting up the descriptors */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1875 | rctl = er32(RCTL); |
| 1876 | ew32(RCTL, rctl & ~E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1877 | |
| 1878 | /* set the Receive Delay Timer Register */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1879 | ew32(RDTR, adapter->rx_int_delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1880 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1881 | if (hw->mac_type >= e1000_82540) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1882 | ew32(RADV, adapter->rx_abs_int_delay); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 1883 | if (adapter->itr_setting != 0) |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1884 | ew32(ITR, 1000000000 / (adapter->itr * 256)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1885 | } |
| 1886 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1887 | /* Setup the HW Rx Head and Tail Descriptor Pointers and |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1888 | * the Base and Length of the Rx Descriptor Ring |
| 1889 | */ |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1890 | switch (adapter->num_rx_queues) { |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1891 | case 1: |
| 1892 | default: |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1893 | rdba = adapter->rx_ring[0].dma; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1894 | ew32(RDLEN, rdlen); |
| 1895 | ew32(RDBAH, (rdba >> 32)); |
| 1896 | ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); |
| 1897 | ew32(RDT, 0); |
| 1898 | ew32(RDH, 0); |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 1899 | adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? |
| 1900 | E1000_RDH : E1000_82542_RDH); |
| 1901 | adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? |
| 1902 | E1000_RDT : E1000_82542_RDT); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1903 | break; |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 1904 | } |
| 1905 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1906 | /* Enable 82543 Receive Checksum Offload for TCP and UDP */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1907 | if (hw->mac_type >= e1000_82543) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1908 | rxcsum = er32(RXCSUM); |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1909 | if (adapter->rx_csum) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1910 | rxcsum |= E1000_RXCSUM_TUOFL; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1911 | else |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 1912 | /* don't need to clear IPPCSE as it defaults to 0 */ |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 1913 | rxcsum &= ~E1000_RXCSUM_TUOFL; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1914 | ew32(RXCSUM, rxcsum); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1915 | } |
| 1916 | |
| 1917 | /* Enable Receives */ |
Dean Nelson | d5bc77a | 2011-09-16 16:52:54 +0000 | [diff] [blame] | 1918 | ew32(RCTL, rctl | E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1919 | } |
| 1920 | |
| 1921 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1922 | * e1000_free_tx_resources - Free Tx Resources per Queue |
| 1923 | * @adapter: board private structure |
| 1924 | * @tx_ring: Tx descriptor ring for a specific queue |
| 1925 | * |
| 1926 | * Free all transmit software resources |
| 1927 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1928 | static void e1000_free_tx_resources(struct e1000_adapter *adapter, |
| 1929 | struct e1000_tx_ring *tx_ring) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1930 | { |
| 1931 | struct pci_dev *pdev = adapter->pdev; |
| 1932 | |
| 1933 | e1000_clean_tx_ring(adapter, tx_ring); |
| 1934 | |
| 1935 | vfree(tx_ring->buffer_info); |
| 1936 | tx_ring->buffer_info = NULL; |
| 1937 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1938 | dma_free_coherent(&pdev->dev, tx_ring->size, tx_ring->desc, |
| 1939 | tx_ring->dma); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1940 | |
| 1941 | tx_ring->desc = NULL; |
| 1942 | } |
| 1943 | |
| 1944 | /** |
| 1945 | * e1000_free_all_tx_resources - Free Tx Resources for All Queues |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1946 | * @adapter: board private structure |
| 1947 | * |
| 1948 | * Free all transmit software resources |
| 1949 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1950 | void e1000_free_all_tx_resources(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1951 | { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1952 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1953 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 1954 | for (i = 0; i < adapter->num_tx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1955 | e1000_free_tx_resources(adapter, &adapter->tx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1956 | } |
| 1957 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1958 | static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter, |
| 1959 | struct e1000_buffer *buffer_info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1960 | { |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1961 | if (buffer_info->dma) { |
| 1962 | if (buffer_info->mapped_as_page) |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1963 | dma_unmap_page(&adapter->pdev->dev, buffer_info->dma, |
| 1964 | buffer_info->length, DMA_TO_DEVICE); |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1965 | else |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1966 | dma_unmap_single(&adapter->pdev->dev, buffer_info->dma, |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1967 | buffer_info->length, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 1968 | DMA_TO_DEVICE); |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 1969 | buffer_info->dma = 0; |
| 1970 | } |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 1971 | if (buffer_info->skb) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1972 | dev_kfree_skb_any(buffer_info->skb); |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 1973 | buffer_info->skb = NULL; |
| 1974 | } |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 1975 | buffer_info->time_stamp = 0; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 1976 | /* buffer_info must be completely set up in the transmit path */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1977 | } |
| 1978 | |
| 1979 | /** |
| 1980 | * e1000_clean_tx_ring - Free Tx Buffers |
| 1981 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 1982 | * @tx_ring: ring to be cleaned |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1983 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 1984 | static void e1000_clean_tx_ring(struct e1000_adapter *adapter, |
| 1985 | struct e1000_tx_ring *tx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1986 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 1987 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1988 | struct e1000_buffer *buffer_info; |
| 1989 | unsigned long size; |
| 1990 | unsigned int i; |
| 1991 | |
| 1992 | /* Free all the Tx ring sk_buffs */ |
| 1993 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 1994 | for (i = 0; i < tx_ring->count; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1995 | buffer_info = &tx_ring->buffer_info[i]; |
| 1996 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
| 1997 | } |
| 1998 | |
Otto Estuardo Solares Cabrera | 2f66fd3 | 2012-08-24 08:04:58 +0000 | [diff] [blame] | 1999 | netdev_reset_queue(adapter->netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2000 | size = sizeof(struct e1000_buffer) * tx_ring->count; |
| 2001 | memset(tx_ring->buffer_info, 0, size); |
| 2002 | |
| 2003 | /* Zero out the descriptor ring */ |
| 2004 | |
| 2005 | memset(tx_ring->desc, 0, tx_ring->size); |
| 2006 | |
| 2007 | tx_ring->next_to_use = 0; |
| 2008 | tx_ring->next_to_clean = 0; |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 2009 | tx_ring->last_tx_tso = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2010 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2011 | writel(0, hw->hw_addr + tx_ring->tdh); |
| 2012 | writel(0, hw->hw_addr + tx_ring->tdt); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2013 | } |
| 2014 | |
| 2015 | /** |
| 2016 | * e1000_clean_all_tx_rings - Free Tx Buffers for all queues |
| 2017 | * @adapter: board private structure |
| 2018 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2019 | static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2020 | { |
| 2021 | int i; |
| 2022 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2023 | for (i = 0; i < adapter->num_tx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2024 | e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2025 | } |
| 2026 | |
| 2027 | /** |
| 2028 | * e1000_free_rx_resources - Free Rx Resources |
| 2029 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2030 | * @rx_ring: ring to clean the resources from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2031 | * |
| 2032 | * Free all receive software resources |
| 2033 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2034 | static void e1000_free_rx_resources(struct e1000_adapter *adapter, |
| 2035 | struct e1000_rx_ring *rx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2036 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2037 | struct pci_dev *pdev = adapter->pdev; |
| 2038 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2039 | e1000_clean_rx_ring(adapter, rx_ring); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2040 | |
| 2041 | vfree(rx_ring->buffer_info); |
| 2042 | rx_ring->buffer_info = NULL; |
| 2043 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2044 | dma_free_coherent(&pdev->dev, rx_ring->size, rx_ring->desc, |
| 2045 | rx_ring->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2046 | |
| 2047 | rx_ring->desc = NULL; |
| 2048 | } |
| 2049 | |
| 2050 | /** |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2051 | * e1000_free_all_rx_resources - Free Rx Resources for All Queues |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2052 | * @adapter: board private structure |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2053 | * |
| 2054 | * Free all receive software resources |
| 2055 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2056 | void e1000_free_all_rx_resources(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2057 | { |
| 2058 | int i; |
| 2059 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2060 | for (i = 0; i < adapter->num_rx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2061 | e1000_free_rx_resources(adapter, &adapter->rx_ring[i]); |
| 2062 | } |
| 2063 | |
| 2064 | /** |
| 2065 | * e1000_clean_rx_ring - Free Rx Buffers per Queue |
| 2066 | * @adapter: board private structure |
| 2067 | * @rx_ring: ring to free buffers from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2068 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2069 | static void e1000_clean_rx_ring(struct e1000_adapter *adapter, |
| 2070 | struct e1000_rx_ring *rx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2071 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2072 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2073 | struct e1000_buffer *buffer_info; |
| 2074 | struct pci_dev *pdev = adapter->pdev; |
| 2075 | unsigned long size; |
Brandeburg, Jesse | 630b25c | 2008-09-16 13:01:28 -0700 | [diff] [blame] | 2076 | unsigned int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2077 | |
| 2078 | /* Free all the Rx ring sk_buffs */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2079 | for (i = 0; i < rx_ring->count; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2080 | buffer_info = &rx_ring->buffer_info[i]; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2081 | if (buffer_info->dma && |
| 2082 | adapter->clean_rx == e1000_clean_rx_irq) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2083 | dma_unmap_single(&pdev->dev, buffer_info->dma, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2084 | buffer_info->length, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2085 | DMA_FROM_DEVICE); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2086 | } else if (buffer_info->dma && |
| 2087 | adapter->clean_rx == e1000_clean_jumbo_rx_irq) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2088 | dma_unmap_page(&pdev->dev, buffer_info->dma, |
| 2089 | buffer_info->length, |
| 2090 | DMA_FROM_DEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2091 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2093 | buffer_info->dma = 0; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2094 | if (buffer_info->page) { |
| 2095 | put_page(buffer_info->page); |
| 2096 | buffer_info->page = NULL; |
| 2097 | } |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 2098 | if (buffer_info->skb) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2099 | dev_kfree_skb(buffer_info->skb); |
| 2100 | buffer_info->skb = NULL; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 2101 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2102 | } |
| 2103 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 2104 | /* there also may be some cached data from a chained receive */ |
| 2105 | if (rx_ring->rx_skb_top) { |
| 2106 | dev_kfree_skb(rx_ring->rx_skb_top); |
| 2107 | rx_ring->rx_skb_top = NULL; |
| 2108 | } |
| 2109 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | size = sizeof(struct e1000_buffer) * rx_ring->count; |
| 2111 | memset(rx_ring->buffer_info, 0, size); |
| 2112 | |
| 2113 | /* Zero out the descriptor ring */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2114 | memset(rx_ring->desc, 0, rx_ring->size); |
| 2115 | |
| 2116 | rx_ring->next_to_clean = 0; |
| 2117 | rx_ring->next_to_use = 0; |
| 2118 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2119 | writel(0, hw->hw_addr + rx_ring->rdh); |
| 2120 | writel(0, hw->hw_addr + rx_ring->rdt); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2121 | } |
| 2122 | |
| 2123 | /** |
| 2124 | * e1000_clean_all_rx_rings - Free Rx Buffers for all queues |
| 2125 | * @adapter: board private structure |
| 2126 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2127 | static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2128 | { |
| 2129 | int i; |
| 2130 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2131 | for (i = 0; i < adapter->num_rx_queues; i++) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2132 | e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2133 | } |
| 2134 | |
| 2135 | /* The 82542 2.0 (revision 2) needs to have the receive unit in reset |
| 2136 | * and memory write and invalidate disabled for certain operations |
| 2137 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2138 | static void e1000_enter_82542_rst(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2139 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2140 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2141 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2142 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2143 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2144 | e1000_pci_clear_mwi(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2145 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2146 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2147 | rctl |= E1000_RCTL_RST; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2148 | ew32(RCTL, rctl); |
| 2149 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2150 | mdelay(5); |
| 2151 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2152 | if (netif_running(netdev)) |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2153 | e1000_clean_all_rx_rings(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2154 | } |
| 2155 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2156 | static void e1000_leave_82542_rst(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2157 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2158 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2159 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2160 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2161 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2162 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2163 | rctl &= ~E1000_RCTL_RST; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2164 | ew32(RCTL, rctl); |
| 2165 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2166 | mdelay(5); |
| 2167 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2168 | if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) |
| 2169 | e1000_pci_set_mwi(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2170 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2171 | if (netif_running(netdev)) { |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 2172 | /* No need to loop, because 82542 supports only 1 queue */ |
| 2173 | struct e1000_rx_ring *ring = &adapter->rx_ring[0]; |
Jesse Brandeburg | 7c4d336 | 2006-01-18 13:01:45 -0800 | [diff] [blame] | 2174 | e1000_configure_rx(adapter); |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 2175 | adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2176 | } |
| 2177 | } |
| 2178 | |
| 2179 | /** |
| 2180 | * e1000_set_mac - Change the Ethernet Address of the NIC |
| 2181 | * @netdev: network interface device structure |
| 2182 | * @p: pointer to an address structure |
| 2183 | * |
| 2184 | * Returns 0 on success, negative on failure |
| 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 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2220 | static void e1000_set_rx_mode(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2221 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 2222 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2223 | struct e1000_hw *hw = &adapter->hw; |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2224 | struct netdev_hw_addr *ha; |
| 2225 | bool use_uc = false; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2226 | u32 rctl; |
| 2227 | u32 hash_value; |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 2228 | int i, rar_entries = E1000_RAR_ENTRIES; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2229 | int mta_reg_count = E1000_NUM_MTA_REGISTERS; |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2230 | u32 *mcarray = kcalloc(mta_reg_count, sizeof(u32), GFP_ATOMIC); |
| 2231 | |
Joe Perches | 14f8dc4 | 2013-02-07 11:46:27 +0000 | [diff] [blame] | 2232 | if (!mcarray) |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2233 | return; |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 2234 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 2235 | /* Check for Promiscuous and All Multicast modes */ |
| 2236 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2237 | rctl = er32(RCTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2238 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2239 | if (netdev->flags & IFF_PROMISC) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2240 | rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE); |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2241 | rctl &= ~E1000_RCTL_VFE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2242 | } else { |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2243 | if (netdev->flags & IFF_ALLMULTI) |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2244 | rctl |= E1000_RCTL_MPE; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2245 | else |
Patrick McHardy | 746b9f0 | 2008-07-16 20:15:45 -0700 | [diff] [blame] | 2246 | rctl &= ~E1000_RCTL_MPE; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2247 | /* Enable VLAN filter if there is a VLAN */ |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 2248 | if (e1000_vlan_used(adapter)) |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2249 | rctl |= E1000_RCTL_VFE; |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2250 | } |
| 2251 | |
Jiri Pirko | 32e7bfc | 2010-01-25 13:36:10 -0800 | [diff] [blame] | 2252 | if (netdev_uc_count(netdev) > rar_entries - 1) { |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2253 | rctl |= E1000_RCTL_UPE; |
| 2254 | } else if (!(netdev->flags & IFF_PROMISC)) { |
| 2255 | rctl &= ~E1000_RCTL_UPE; |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2256 | use_uc = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2257 | } |
| 2258 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2259 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | |
| 2261 | /* 82542 2.0 needs to be in reset to write receive address registers */ |
| 2262 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2263 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2264 | e1000_enter_82542_rst(adapter); |
| 2265 | |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 2266 | /* load the first 14 addresses into the exact filters 1-14. Unicast |
| 2267 | * addresses take precedence to avoid disabling unicast filtering |
| 2268 | * when possible. |
| 2269 | * |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 2270 | * RAR 0 is used for the station MAC address |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2271 | * if there are not 14 addresses, go ahead and clear the filters |
| 2272 | */ |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2273 | i = 1; |
| 2274 | if (use_uc) |
Jiri Pirko | 32e7bfc | 2010-01-25 13:36:10 -0800 | [diff] [blame] | 2275 | netdev_for_each_uc_addr(ha, netdev) { |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 2276 | if (i == rar_entries) |
| 2277 | break; |
| 2278 | e1000_rar_set(hw, ha->addr, i++); |
| 2279 | } |
| 2280 | |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2281 | netdev_for_each_mc_addr(ha, netdev) { |
Jiri Pirko | 7a81e9f | 2010-02-22 09:10:44 +0000 | [diff] [blame] | 2282 | if (i == rar_entries) { |
| 2283 | /* load any remaining addresses into the hash table */ |
| 2284 | u32 hash_reg, hash_bit, mta; |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2285 | hash_value = e1000_hash_mc_addr(hw, ha->addr); |
Jiri Pirko | 7a81e9f | 2010-02-22 09:10:44 +0000 | [diff] [blame] | 2286 | hash_reg = (hash_value >> 5) & 0x7F; |
| 2287 | hash_bit = hash_value & 0x1F; |
| 2288 | mta = (1 << hash_bit); |
| 2289 | mcarray[hash_reg] |= mta; |
Jiri Pirko | 10886af | 2010-02-23 01:19:22 -0800 | [diff] [blame] | 2290 | } else { |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2291 | e1000_rar_set(hw, ha->addr, i++); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2292 | } |
| 2293 | } |
| 2294 | |
Jiri Pirko | 7a81e9f | 2010-02-22 09:10:44 +0000 | [diff] [blame] | 2295 | for (; i < rar_entries; i++) { |
| 2296 | E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0); |
| 2297 | E1000_WRITE_FLUSH(); |
| 2298 | E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0); |
| 2299 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2300 | } |
| 2301 | |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2302 | /* write the hash table completely, write from bottom to avoid |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2303 | * both stupid write combining chipsets, and flushing each write |
| 2304 | */ |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2305 | for (i = mta_reg_count - 1; i >= 0 ; i--) { |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2306 | /* If we are on an 82544 has an errata where writing odd |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2307 | * offsets overwrites the previous even offset, but writing |
| 2308 | * backwards over the range solves the issue by always |
| 2309 | * writing the odd offset first |
| 2310 | */ |
| 2311 | E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]); |
| 2312 | } |
| 2313 | E1000_WRITE_FLUSH(); |
| 2314 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2315 | if (hw->mac_type == e1000_82542_rev2_0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2316 | e1000_leave_82542_rst(adapter); |
Jesse Brandeburg | 81c5228 | 2009-04-04 16:36:53 -0700 | [diff] [blame] | 2317 | |
| 2318 | kfree(mcarray); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2319 | } |
| 2320 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2321 | /** |
| 2322 | * e1000_update_phy_info_task - get phy info |
| 2323 | * @work: work struct contained inside adapter struct |
| 2324 | * |
| 2325 | * Need to wait a few seconds after link up to get diagnostic information from |
| 2326 | * the phy |
| 2327 | */ |
Jesse Brandeburg | 5cf42fc | 2010-09-22 18:22:17 +0000 | [diff] [blame] | 2328 | static void e1000_update_phy_info_task(struct work_struct *work) |
| 2329 | { |
| 2330 | struct e1000_adapter *adapter = container_of(work, |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2331 | struct e1000_adapter, |
| 2332 | phy_info_task.work); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2333 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 2334 | return; |
| 2335 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2336 | e1000_phy_get_info(&adapter->hw, &adapter->phy_info); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2337 | mutex_unlock(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2338 | } |
| 2339 | |
| 2340 | /** |
Jesse Brandeburg | 5cf42fc | 2010-09-22 18:22:17 +0000 | [diff] [blame] | 2341 | * e1000_82547_tx_fifo_stall_task - task to complete work |
| 2342 | * @work: work struct contained inside adapter struct |
| 2343 | **/ |
| 2344 | static void e1000_82547_tx_fifo_stall_task(struct work_struct *work) |
| 2345 | { |
| 2346 | struct e1000_adapter *adapter = container_of(work, |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2347 | struct e1000_adapter, |
| 2348 | fifo_stall_task.work); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2349 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2350 | struct net_device *netdev = adapter->netdev; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2351 | u32 tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2352 | |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2353 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 2354 | return; |
| 2355 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2356 | if (atomic_read(&adapter->tx_fifo_stall)) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2357 | if ((er32(TDT) == er32(TDH)) && |
| 2358 | (er32(TDFT) == er32(TDFH)) && |
| 2359 | (er32(TDFTS) == er32(TDFHS))) { |
| 2360 | tctl = er32(TCTL); |
| 2361 | ew32(TCTL, tctl & ~E1000_TCTL_EN); |
| 2362 | ew32(TDFT, adapter->tx_head_addr); |
| 2363 | ew32(TDFH, adapter->tx_head_addr); |
| 2364 | ew32(TDFTS, adapter->tx_head_addr); |
| 2365 | ew32(TDFHS, adapter->tx_head_addr); |
| 2366 | ew32(TCTL, tctl); |
| 2367 | E1000_WRITE_FLUSH(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2368 | |
| 2369 | adapter->tx_fifo_head = 0; |
| 2370 | atomic_set(&adapter->tx_fifo_stall, 0); |
| 2371 | netif_wake_queue(netdev); |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2372 | } else if (!test_bit(__E1000_DOWN, &adapter->flags)) { |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2373 | schedule_delayed_work(&adapter->fifo_stall_task, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2374 | } |
| 2375 | } |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2376 | mutex_unlock(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2377 | } |
| 2378 | |
Nick Nunley | b548192 | 2010-02-03 14:49:28 +0000 | [diff] [blame] | 2379 | bool e1000_has_link(struct e1000_adapter *adapter) |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2380 | { |
| 2381 | struct e1000_hw *hw = &adapter->hw; |
| 2382 | bool link_active = false; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2383 | |
Nicolas Schichan | 6d9e513 | 2011-07-09 00:24:18 +0000 | [diff] [blame] | 2384 | /* get_link_status is set on LSC (link status) interrupt or rx |
| 2385 | * sequence error interrupt (except on intel ce4100). |
| 2386 | * get_link_status will stay false until the |
| 2387 | * e1000_check_for_link establishes link for copper adapters |
| 2388 | * ONLY |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2389 | */ |
| 2390 | switch (hw->media_type) { |
| 2391 | case e1000_media_type_copper: |
Nicolas Schichan | 6d9e513 | 2011-07-09 00:24:18 +0000 | [diff] [blame] | 2392 | if (hw->mac_type == e1000_ce4100) |
| 2393 | hw->get_link_status = 1; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2394 | if (hw->get_link_status) { |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 2395 | e1000_check_for_link(hw); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2396 | link_active = !hw->get_link_status; |
| 2397 | } else { |
| 2398 | link_active = true; |
| 2399 | } |
| 2400 | break; |
| 2401 | case e1000_media_type_fiber: |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 2402 | e1000_check_for_link(hw); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2403 | link_active = !!(er32(STATUS) & E1000_STATUS_LU); |
| 2404 | break; |
| 2405 | case e1000_media_type_internal_serdes: |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 2406 | e1000_check_for_link(hw); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2407 | link_active = hw->serdes_has_link; |
| 2408 | break; |
| 2409 | default: |
| 2410 | break; |
| 2411 | } |
| 2412 | |
| 2413 | return link_active; |
| 2414 | } |
| 2415 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2416 | /** |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2417 | * e1000_watchdog - work function |
| 2418 | * @work: work struct contained inside adapter struct |
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 | static void e1000_watchdog(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2421 | { |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2422 | struct e1000_adapter *adapter = container_of(work, |
| 2423 | struct e1000_adapter, |
| 2424 | watchdog_task.work); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2425 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2426 | struct net_device *netdev = adapter->netdev; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2427 | struct e1000_tx_ring *txdr = adapter->tx_ring; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2428 | u32 link, tctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2429 | |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2430 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 2431 | return; |
| 2432 | |
| 2433 | mutex_lock(&adapter->mutex); |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2434 | link = e1000_has_link(adapter); |
| 2435 | if ((netif_carrier_ok(netdev)) && link) |
| 2436 | goto link_up; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2437 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2438 | if (link) { |
| 2439 | if (!netif_carrier_ok(netdev)) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2440 | u32 ctrl; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2441 | bool txb2b = true; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2442 | /* update snapshot of PHY registers on LSC */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2443 | e1000_get_speed_and_duplex(hw, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2444 | &adapter->link_speed, |
| 2445 | &adapter->link_duplex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2446 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2447 | ctrl = er32(CTRL); |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 2448 | pr_info("%s NIC Link is Up %d Mbps %s, " |
| 2449 | "Flow Control: %s\n", |
| 2450 | netdev->name, |
| 2451 | adapter->link_speed, |
| 2452 | adapter->link_duplex == FULL_DUPLEX ? |
| 2453 | "Full Duplex" : "Half Duplex", |
| 2454 | ((ctrl & E1000_CTRL_TFCE) && (ctrl & |
| 2455 | E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl & |
| 2456 | E1000_CTRL_RFCE) ? "RX" : ((ctrl & |
| 2457 | E1000_CTRL_TFCE) ? "TX" : "None"))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2458 | |
Emil Tantilov | 39ca5f0 | 2010-03-26 11:25:58 +0000 | [diff] [blame] | 2459 | /* adjust timeout factor according to speed/duplex */ |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2460 | adapter->tx_timeout_factor = 1; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2461 | switch (adapter->link_speed) { |
| 2462 | case SPEED_10: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2463 | txb2b = false; |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2464 | adapter->tx_timeout_factor = 16; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2465 | break; |
| 2466 | case SPEED_100: |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2467 | txb2b = false; |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2468 | /* maybe add some timeout factor ? */ |
| 2469 | break; |
| 2470 | } |
| 2471 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 2472 | /* enable transmits in the hardware */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2473 | tctl = er32(TCTL); |
Jeff Kirsher | 7e6c986 | 2006-03-02 18:19:30 -0800 | [diff] [blame] | 2474 | tctl |= E1000_TCTL_EN; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2475 | ew32(TCTL, tctl); |
Jeff Kirsher | 66a2b0a | 2006-01-12 16:50:53 -0800 | [diff] [blame] | 2476 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2477 | netif_carrier_on(netdev); |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2478 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2479 | schedule_delayed_work(&adapter->phy_info_task, |
| 2480 | 2 * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2481 | adapter->smartspeed = 0; |
| 2482 | } |
| 2483 | } else { |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2484 | if (netif_carrier_ok(netdev)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2485 | adapter->link_speed = 0; |
| 2486 | adapter->link_duplex = 0; |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 2487 | pr_info("%s NIC Link is Down\n", |
| 2488 | netdev->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2489 | netif_carrier_off(netdev); |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2490 | |
| 2491 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2492 | schedule_delayed_work(&adapter->phy_info_task, |
| 2493 | 2 * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2494 | } |
| 2495 | |
| 2496 | e1000_smartspeed(adapter); |
| 2497 | } |
| 2498 | |
Jesse Brandeburg | be0f071 | 2009-09-25 12:17:44 +0000 | [diff] [blame] | 2499 | link_up: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2500 | e1000_update_stats(adapter); |
| 2501 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2502 | hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | adapter->tpt_old = adapter->stats.tpt; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2504 | hw->collision_delta = adapter->stats.colc - adapter->colc_old; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | adapter->colc_old = adapter->stats.colc; |
| 2506 | |
| 2507 | adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old; |
| 2508 | adapter->gorcl_old = adapter->stats.gorcl; |
| 2509 | adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old; |
| 2510 | adapter->gotcl_old = adapter->stats.gotcl; |
| 2511 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2512 | e1000_update_adaptive(hw); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2513 | |
Jeff Kirsher | f56799e | 2006-01-12 16:50:39 -0800 | [diff] [blame] | 2514 | if (!netif_carrier_ok(netdev)) { |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2515 | if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | /* We've lost link, so the controller stops DMA, |
| 2517 | * but we've got queued Tx work that's never going |
| 2518 | * to get done, so reset controller to flush Tx. |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2519 | * (Do the reset outside of interrupt context). |
| 2520 | */ |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 2521 | adapter->tx_timeout_count++; |
| 2522 | schedule_work(&adapter->reset_task); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2523 | /* exit immediately since reset is imminent */ |
| 2524 | goto unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2525 | } |
| 2526 | } |
| 2527 | |
Jesse Brandeburg | eab2abf | 2010-05-04 22:26:03 +0000 | [diff] [blame] | 2528 | /* Simple mode for Interrupt Throttle Rate (ITR) */ |
| 2529 | if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) { |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2530 | /* Symmetric Tx/Rx gets a reduced ITR=2000; |
Jesse Brandeburg | eab2abf | 2010-05-04 22:26:03 +0000 | [diff] [blame] | 2531 | * Total asymmetrical Tx or Rx gets ITR=8000; |
| 2532 | * everyone else is between 2000-8000. |
| 2533 | */ |
| 2534 | u32 goc = (adapter->gotcl + adapter->gorcl) / 10000; |
| 2535 | u32 dif = (adapter->gotcl > adapter->gorcl ? |
| 2536 | adapter->gotcl - adapter->gorcl : |
| 2537 | adapter->gorcl - adapter->gotcl) / 10000; |
| 2538 | u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000; |
| 2539 | |
| 2540 | ew32(ITR, 1000000000 / (itr * 256)); |
| 2541 | } |
| 2542 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2543 | /* Cause software interrupt to ensure rx ring is cleaned */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2544 | ew32(ICS, E1000_ICS_RXDMT0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2545 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 2546 | /* Force detection of hung controller every watchdog period */ |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2547 | adapter->detect_tx_hung = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2548 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2549 | /* Reschedule the task */ |
Jesse Brandeburg | baa3474 | 2009-09-25 12:17:23 +0000 | [diff] [blame] | 2550 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 2551 | schedule_delayed_work(&adapter->watchdog_task, 2 * HZ); |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 2552 | |
| 2553 | unlock: |
| 2554 | mutex_unlock(&adapter->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2555 | } |
| 2556 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2557 | enum latency_range { |
| 2558 | lowest_latency = 0, |
| 2559 | low_latency = 1, |
| 2560 | bulk_latency = 2, |
| 2561 | latency_invalid = 255 |
| 2562 | }; |
| 2563 | |
| 2564 | /** |
| 2565 | * e1000_update_itr - update the dynamic ITR value based on statistics |
Jesse Brandeburg | 8fce473 | 2009-09-25 12:18:41 +0000 | [diff] [blame] | 2566 | * @adapter: pointer to adapter |
| 2567 | * @itr_setting: current adapter->itr |
| 2568 | * @packets: the number of packets during this measurement interval |
| 2569 | * @bytes: the number of bytes during this measurement interval |
| 2570 | * |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2571 | * Stores a new ITR value based on packets and byte |
| 2572 | * counts during the last interrupt. The advantage of per interrupt |
| 2573 | * computation is faster updates and more accurate ITR for the current |
| 2574 | * traffic pattern. Constants in this function were computed |
| 2575 | * based on theoretical maximum wire speed and thresholds were set based |
| 2576 | * on testing data as well as attempting to minimize response time |
| 2577 | * while increasing bulk throughput. |
| 2578 | * this functionality is controlled by the InterruptThrottleRate module |
| 2579 | * parameter (see e1000_param.c) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2580 | **/ |
| 2581 | static unsigned int e1000_update_itr(struct e1000_adapter *adapter, |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2582 | u16 itr_setting, int packets, int bytes) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2583 | { |
| 2584 | unsigned int retval = itr_setting; |
| 2585 | struct e1000_hw *hw = &adapter->hw; |
| 2586 | |
| 2587 | if (unlikely(hw->mac_type < e1000_82540)) |
| 2588 | goto update_itr_done; |
| 2589 | |
| 2590 | if (packets == 0) |
| 2591 | goto update_itr_done; |
| 2592 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2593 | switch (itr_setting) { |
| 2594 | case lowest_latency: |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2595 | /* jumbo frames get bulk treatment*/ |
| 2596 | if (bytes/packets > 8000) |
| 2597 | retval = bulk_latency; |
| 2598 | else if ((packets < 5) && (bytes > 512)) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2599 | retval = low_latency; |
| 2600 | break; |
| 2601 | case low_latency: /* 50 usec aka 20000 ints/s */ |
| 2602 | if (bytes > 10000) { |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2603 | /* jumbo frames need bulk latency setting */ |
| 2604 | if (bytes/packets > 8000) |
| 2605 | retval = bulk_latency; |
| 2606 | else if ((packets < 10) || ((bytes/packets) > 1200)) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2607 | retval = bulk_latency; |
| 2608 | else if ((packets > 35)) |
| 2609 | retval = lowest_latency; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2610 | } else if (bytes/packets > 2000) |
| 2611 | retval = bulk_latency; |
| 2612 | else if (packets <= 2 && bytes < 512) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2613 | retval = lowest_latency; |
| 2614 | break; |
| 2615 | case bulk_latency: /* 250 usec aka 4000 ints/s */ |
| 2616 | if (bytes > 25000) { |
| 2617 | if (packets > 35) |
| 2618 | retval = low_latency; |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2619 | } else if (bytes < 6000) { |
| 2620 | retval = low_latency; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2621 | } |
| 2622 | break; |
| 2623 | } |
| 2624 | |
| 2625 | update_itr_done: |
| 2626 | return retval; |
| 2627 | } |
| 2628 | |
| 2629 | static void e1000_set_itr(struct e1000_adapter *adapter) |
| 2630 | { |
| 2631 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2632 | u16 current_itr; |
| 2633 | u32 new_itr = adapter->itr; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2634 | |
| 2635 | if (unlikely(hw->mac_type < e1000_82540)) |
| 2636 | return; |
| 2637 | |
| 2638 | /* for non-gigabit speeds, just fix the interrupt rate at 4000 */ |
| 2639 | if (unlikely(adapter->link_speed != SPEED_1000)) { |
| 2640 | current_itr = 0; |
| 2641 | new_itr = 4000; |
| 2642 | goto set_itr_now; |
| 2643 | } |
| 2644 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2645 | adapter->tx_itr = e1000_update_itr(adapter, adapter->tx_itr, |
| 2646 | adapter->total_tx_packets, |
| 2647 | adapter->total_tx_bytes); |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2648 | /* conservative mode (itr 3) eliminates the lowest_latency setting */ |
| 2649 | if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency) |
| 2650 | adapter->tx_itr = low_latency; |
| 2651 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2652 | adapter->rx_itr = e1000_update_itr(adapter, adapter->rx_itr, |
| 2653 | adapter->total_rx_packets, |
| 2654 | adapter->total_rx_bytes); |
Jesse Brandeburg | 2b65326 | 2006-12-15 10:30:44 +0100 | [diff] [blame] | 2655 | /* conservative mode (itr 3) eliminates the lowest_latency setting */ |
| 2656 | if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency) |
| 2657 | adapter->rx_itr = low_latency; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2658 | |
| 2659 | current_itr = max(adapter->rx_itr, adapter->tx_itr); |
| 2660 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2661 | switch (current_itr) { |
| 2662 | /* counts and packets in update_itr are dependent on these numbers */ |
| 2663 | case lowest_latency: |
| 2664 | new_itr = 70000; |
| 2665 | break; |
| 2666 | case low_latency: |
| 2667 | new_itr = 20000; /* aka hwitr = ~200 */ |
| 2668 | break; |
| 2669 | case bulk_latency: |
| 2670 | new_itr = 4000; |
| 2671 | break; |
| 2672 | default: |
| 2673 | break; |
| 2674 | } |
| 2675 | |
| 2676 | set_itr_now: |
| 2677 | if (new_itr != adapter->itr) { |
| 2678 | /* this attempts to bias the interrupt rate towards Bulk |
| 2679 | * by adding intermediate steps when interrupt rate is |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2680 | * increasing |
| 2681 | */ |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2682 | new_itr = new_itr > adapter->itr ? |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2683 | min(adapter->itr + (new_itr >> 2), new_itr) : |
| 2684 | new_itr; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2685 | adapter->itr = new_itr; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2686 | ew32(ITR, 1000000000 / (new_itr * 256)); |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2687 | } |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 2688 | } |
| 2689 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2690 | #define E1000_TX_FLAGS_CSUM 0x00000001 |
| 2691 | #define E1000_TX_FLAGS_VLAN 0x00000002 |
| 2692 | #define E1000_TX_FLAGS_TSO 0x00000004 |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2693 | #define E1000_TX_FLAGS_IPV4 0x00000008 |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 2694 | #define E1000_TX_FLAGS_NO_FCS 0x00000010 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2695 | #define E1000_TX_FLAGS_VLAN_MASK 0xffff0000 |
| 2696 | #define E1000_TX_FLAGS_VLAN_SHIFT 16 |
| 2697 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2698 | static int e1000_tso(struct e1000_adapter *adapter, |
| 2699 | struct e1000_tx_ring *tx_ring, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2700 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2701 | struct e1000_context_desc *context_desc; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2702 | struct e1000_buffer *buffer_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2703 | unsigned int i; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2704 | u32 cmd_length = 0; |
| 2705 | u16 ipcse = 0, tucse, mss; |
| 2706 | u8 ipcss, ipcso, tucss, tucso, hdr_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2707 | int err; |
| 2708 | |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 2709 | if (skb_is_gso(skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2710 | if (skb_header_cloned(skb)) { |
| 2711 | err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); |
| 2712 | if (err) |
| 2713 | return err; |
| 2714 | } |
| 2715 | |
Arnaldo Carvalho de Melo | ab6a5bb | 2007-03-18 17:43:48 -0700 | [diff] [blame] | 2716 | hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); |
Herbert Xu | 7967168 | 2006-06-22 02:40:14 -0700 | [diff] [blame] | 2717 | mss = skb_shinfo(skb)->gso_size; |
Alexey Dobriyan | 6082823 | 2006-05-23 14:52:21 -0700 | [diff] [blame] | 2718 | if (skb->protocol == htons(ETH_P_IP)) { |
Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 2719 | struct iphdr *iph = ip_hdr(skb); |
| 2720 | iph->tot_len = 0; |
| 2721 | iph->check = 0; |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2722 | tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr, |
| 2723 | iph->daddr, 0, |
| 2724 | IPPROTO_TCP, |
| 2725 | 0); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2726 | cmd_length = E1000_TXD_CMD_IP; |
Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 2727 | ipcse = skb_transport_offset(skb) - 1; |
Auke Kok | e15fdd0 | 2006-08-16 11:28:45 -0700 | [diff] [blame] | 2728 | } else if (skb->protocol == htons(ETH_P_IPV6)) { |
Arnaldo Carvalho de Melo | 0660e03 | 2007-04-25 17:54:47 -0700 | [diff] [blame] | 2729 | ipv6_hdr(skb)->payload_len = 0; |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2730 | tcp_hdr(skb)->check = |
Arnaldo Carvalho de Melo | 0660e03 | 2007-04-25 17:54:47 -0700 | [diff] [blame] | 2731 | ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr, |
| 2732 | &ipv6_hdr(skb)->daddr, |
| 2733 | 0, IPPROTO_TCP, 0); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2734 | ipcse = 0; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2735 | } |
Arnaldo Carvalho de Melo | bbe735e | 2007-03-10 22:16:10 -0300 | [diff] [blame] | 2736 | ipcss = skb_network_offset(skb); |
Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 2737 | ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data; |
Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 2738 | tucss = skb_transport_offset(skb); |
Arnaldo Carvalho de Melo | aa8223c | 2007-04-10 21:04:22 -0700 | [diff] [blame] | 2739 | tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2740 | tucse = 0; |
| 2741 | |
| 2742 | cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2743 | E1000_TXD_CMD_TCP | (skb->len - (hdr_len))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2744 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2745 | i = tx_ring->next_to_use; |
| 2746 | context_desc = E1000_CONTEXT_DESC(*tx_ring, i); |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2747 | buffer_info = &tx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2748 | |
| 2749 | context_desc->lower_setup.ip_fields.ipcss = ipcss; |
| 2750 | context_desc->lower_setup.ip_fields.ipcso = ipcso; |
| 2751 | context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse); |
| 2752 | context_desc->upper_setup.tcp_fields.tucss = tucss; |
| 2753 | context_desc->upper_setup.tcp_fields.tucso = tucso; |
| 2754 | context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse); |
| 2755 | context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss); |
| 2756 | context_desc->tcp_seg_setup.fields.hdr_len = hdr_len; |
| 2757 | context_desc->cmd_and_length = cpu_to_le32(cmd_length); |
| 2758 | |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2759 | buffer_info->time_stamp = jiffies; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2760 | buffer_info->next_to_watch = i; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2761 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 2762 | if (++i == tx_ring->count) i = 0; |
| 2763 | tx_ring->next_to_use = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2764 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2765 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2766 | } |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 2767 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2768 | } |
| 2769 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2770 | static bool e1000_tx_csum(struct e1000_adapter *adapter, |
| 2771 | struct e1000_tx_ring *tx_ring, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2772 | { |
| 2773 | struct e1000_context_desc *context_desc; |
Jeff Kirsher | 545c67c | 2006-01-12 16:50:25 -0800 | [diff] [blame] | 2774 | struct e1000_buffer *buffer_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2775 | unsigned int i; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2776 | u8 css; |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2777 | u32 cmd_len = E1000_TXD_CMD_DEXT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2778 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2779 | if (skb->ip_summed != CHECKSUM_PARTIAL) |
| 2780 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2781 | |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2782 | switch (skb->protocol) { |
Harvey Harrison | 09640e6 | 2009-02-01 00:45:17 -0800 | [diff] [blame] | 2783 | case cpu_to_be16(ETH_P_IP): |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2784 | if (ip_hdr(skb)->protocol == IPPROTO_TCP) |
| 2785 | cmd_len |= E1000_TXD_CMD_TCP; |
| 2786 | break; |
Harvey Harrison | 09640e6 | 2009-02-01 00:45:17 -0800 | [diff] [blame] | 2787 | case cpu_to_be16(ETH_P_IPV6): |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2788 | /* XXX not handling all IPV6 headers */ |
| 2789 | if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP) |
| 2790 | cmd_len |= E1000_TXD_CMD_TCP; |
| 2791 | break; |
| 2792 | default: |
| 2793 | if (unlikely(net_ratelimit())) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 2794 | e_warn(drv, "checksum_partial proto=%x!\n", |
| 2795 | skb->protocol); |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2796 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2797 | } |
| 2798 | |
Michał Mirosław | 0d0b167 | 2010-12-14 15:24:08 +0000 | [diff] [blame] | 2799 | css = skb_checksum_start_offset(skb); |
Dave Graham | 3ed3067 | 2008-10-09 14:29:26 -0700 | [diff] [blame] | 2800 | |
| 2801 | i = tx_ring->next_to_use; |
| 2802 | buffer_info = &tx_ring->buffer_info[i]; |
| 2803 | context_desc = E1000_CONTEXT_DESC(*tx_ring, i); |
| 2804 | |
| 2805 | context_desc->lower_setup.ip_config = 0; |
| 2806 | context_desc->upper_setup.tcp_fields.tucss = css; |
| 2807 | context_desc->upper_setup.tcp_fields.tucso = |
| 2808 | css + skb->csum_offset; |
| 2809 | context_desc->upper_setup.tcp_fields.tucse = 0; |
| 2810 | context_desc->tcp_seg_setup.data = 0; |
| 2811 | context_desc->cmd_and_length = cpu_to_le32(cmd_len); |
| 2812 | |
| 2813 | buffer_info->time_stamp = jiffies; |
| 2814 | buffer_info->next_to_watch = i; |
| 2815 | |
| 2816 | if (unlikely(++i == tx_ring->count)) i = 0; |
| 2817 | tx_ring->next_to_use = i; |
| 2818 | |
| 2819 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2820 | } |
| 2821 | |
| 2822 | #define E1000_MAX_TXD_PWR 12 |
| 2823 | #define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR) |
| 2824 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2825 | static int e1000_tx_map(struct e1000_adapter *adapter, |
| 2826 | struct e1000_tx_ring *tx_ring, |
| 2827 | struct sk_buff *skb, unsigned int first, |
| 2828 | unsigned int max_per_txd, unsigned int nr_frags, |
| 2829 | unsigned int mss) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2830 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2831 | struct e1000_hw *hw = &adapter->hw; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2832 | struct pci_dev *pdev = adapter->pdev; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2833 | struct e1000_buffer *buffer_info; |
Jesse Brandeburg | d20b606 | 2009-03-02 16:03:21 -0800 | [diff] [blame] | 2834 | unsigned int len = skb_headlen(skb); |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2835 | unsigned int offset = 0, size, count = 0, i; |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 2836 | unsigned int f, bytecount, segs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2837 | |
| 2838 | i = tx_ring->next_to_use; |
| 2839 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2840 | while (len) { |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2841 | buffer_info = &tx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2842 | size = min(len, max_per_txd); |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2843 | /* Workaround for Controller erratum -- |
| 2844 | * descriptor for non-tso packet in a linear SKB that follows a |
| 2845 | * tso gets written back prematurely before the data is fully |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2846 | * DMA'd to the controller |
| 2847 | */ |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2848 | if (!skb->data_len && tx_ring->last_tx_tso && |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 2849 | !skb_is_gso(skb)) { |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 2850 | tx_ring->last_tx_tso = false; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 2851 | size -= 4; |
| 2852 | } |
| 2853 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2854 | /* Workaround for premature desc write-backs |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2855 | * in TSO mode. Append 4-byte sentinel desc |
| 2856 | */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2857 | if (unlikely(mss && !nr_frags && size == len && size > 8)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2858 | size -= 4; |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 2859 | /* work-around for errata 10 and it applies |
| 2860 | * to all controllers in PCI-X mode |
| 2861 | * The fix is to make sure that the first descriptor of a |
| 2862 | * packet is smaller than 2048 - 16 - 16 (or 2016) bytes |
| 2863 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2864 | if (unlikely((hw->bus_type == e1000_bus_type_pcix) && |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 2865 | (size > 2015) && count == 0)) |
| 2866 | size = 2015; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2867 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2868 | /* Workaround for potential 82544 hang in PCI-X. Avoid |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2869 | * terminating buffers within evenly-aligned dwords. |
| 2870 | */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2871 | if (unlikely(adapter->pcix_82544 && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2872 | !((unsigned long)(skb->data + offset + size - 1) & 4) && |
| 2873 | size > 4)) |
| 2874 | size -= 4; |
| 2875 | |
| 2876 | buffer_info->length = size; |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 2877 | /* set time_stamp *before* dma to help avoid a possible race */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2878 | buffer_info->time_stamp = jiffies; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2879 | buffer_info->mapped_as_page = false; |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2880 | buffer_info->dma = dma_map_single(&pdev->dev, |
| 2881 | skb->data + offset, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2882 | size, DMA_TO_DEVICE); |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2883 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2884 | goto dma_error; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2885 | buffer_info->next_to_watch = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2886 | |
| 2887 | len -= size; |
| 2888 | offset += size; |
| 2889 | count++; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2890 | if (len) { |
| 2891 | i++; |
| 2892 | if (unlikely(i == tx_ring->count)) |
| 2893 | i = 0; |
| 2894 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2895 | } |
| 2896 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2897 | for (f = 0; f < nr_frags; f++) { |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 2898 | const struct skb_frag_struct *frag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2899 | |
| 2900 | frag = &skb_shinfo(skb)->frags[f]; |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 2901 | len = skb_frag_size(frag); |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2902 | offset = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2903 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2904 | while (len) { |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2905 | unsigned long bufend; |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 2906 | i++; |
| 2907 | if (unlikely(i == tx_ring->count)) |
| 2908 | i = 0; |
| 2909 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2910 | buffer_info = &tx_ring->buffer_info[i]; |
| 2911 | size = min(len, max_per_txd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2912 | /* Workaround for premature desc write-backs |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2913 | * in TSO mode. Append 4-byte sentinel desc |
| 2914 | */ |
| 2915 | if (unlikely(mss && f == (nr_frags-1) && |
| 2916 | size == len && size > 8)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2917 | size -= 4; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2918 | /* Workaround for potential 82544 hang in PCI-X. |
| 2919 | * Avoid terminating buffers within evenly-aligned |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2920 | * dwords. |
| 2921 | */ |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2922 | bufend = (unsigned long) |
| 2923 | page_to_phys(skb_frag_page(frag)); |
| 2924 | bufend += offset + size - 1; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2925 | if (unlikely(adapter->pcix_82544 && |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2926 | !(bufend & 4) && |
| 2927 | size > 4)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2928 | size -= 4; |
| 2929 | |
| 2930 | buffer_info->length = size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2931 | buffer_info->time_stamp = jiffies; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2932 | buffer_info->mapped_as_page = true; |
Ian Campbell | 877749b | 2011-08-29 23:18:26 +0000 | [diff] [blame] | 2933 | buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag, |
| 2934 | offset, size, DMA_TO_DEVICE); |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 2935 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2936 | goto dma_error; |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 2937 | buffer_info->next_to_watch = i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2938 | |
| 2939 | len -= size; |
| 2940 | offset += size; |
| 2941 | count++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2942 | } |
| 2943 | } |
| 2944 | |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 2945 | segs = skb_shinfo(skb)->gso_segs ?: 1; |
| 2946 | /* multiply data chunks by size of headers */ |
| 2947 | bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len; |
| 2948 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2949 | tx_ring->buffer_info[i].skb = skb; |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 2950 | tx_ring->buffer_info[i].segs = segs; |
| 2951 | tx_ring->buffer_info[i].bytecount = bytecount; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2952 | tx_ring->buffer_info[first].next_to_watch = i; |
| 2953 | |
| 2954 | return count; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2955 | |
| 2956 | dma_error: |
| 2957 | dev_err(&pdev->dev, "TX DMA map failed\n"); |
| 2958 | buffer_info->dma = 0; |
Roel Kluin | c1fa347 | 2010-01-19 14:21:45 +0000 | [diff] [blame] | 2959 | if (count) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2960 | count--; |
Roel Kluin | c1fa347 | 2010-01-19 14:21:45 +0000 | [diff] [blame] | 2961 | |
| 2962 | while (count--) { |
| 2963 | if (i==0) |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2964 | i += tx_ring->count; |
Roel Kluin | c1fa347 | 2010-01-19 14:21:45 +0000 | [diff] [blame] | 2965 | i--; |
Alexander Duyck | 602c055 | 2009-12-02 16:46:00 +0000 | [diff] [blame] | 2966 | buffer_info = &tx_ring->buffer_info[i]; |
| 2967 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
| 2968 | } |
| 2969 | |
| 2970 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | } |
| 2972 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 2973 | static void e1000_tx_queue(struct e1000_adapter *adapter, |
| 2974 | struct e1000_tx_ring *tx_ring, int tx_flags, |
| 2975 | int count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2976 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 2977 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2978 | struct e1000_tx_desc *tx_desc = NULL; |
| 2979 | struct e1000_buffer *buffer_info; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 2980 | u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2981 | unsigned int i; |
| 2982 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2983 | if (likely(tx_flags & E1000_TX_FLAGS_TSO)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2984 | txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 2985 | E1000_TXD_CMD_TSE; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2986 | txd_upper |= E1000_TXD_POPTS_TXSM << 8; |
| 2987 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2988 | if (likely(tx_flags & E1000_TX_FLAGS_IPV4)) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 2989 | txd_upper |= E1000_TXD_POPTS_IXSM << 8; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2990 | } |
| 2991 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2992 | if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2993 | txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; |
| 2994 | txd_upper |= E1000_TXD_POPTS_TXSM << 8; |
| 2995 | } |
| 2996 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 2997 | if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2998 | txd_lower |= E1000_TXD_CMD_VLE; |
| 2999 | txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); |
| 3000 | } |
| 3001 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 3002 | if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) |
| 3003 | txd_lower &= ~(E1000_TXD_CMD_IFCS); |
| 3004 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3005 | i = tx_ring->next_to_use; |
| 3006 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3007 | while (count--) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3008 | buffer_info = &tx_ring->buffer_info[i]; |
| 3009 | tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3010 | tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 3011 | tx_desc->lower.data = |
| 3012 | cpu_to_le32(txd_lower | buffer_info->length); |
| 3013 | tx_desc->upper.data = cpu_to_le32(txd_upper); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3014 | if (unlikely(++i == tx_ring->count)) i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3015 | } |
| 3016 | |
| 3017 | tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd); |
| 3018 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 3019 | /* txd_cmd re-enables FCS, so we'll re-disable it here as desired. */ |
| 3020 | if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) |
| 3021 | tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS)); |
| 3022 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3023 | /* Force memory writes to complete before letting h/w |
| 3024 | * know there are new descriptors to fetch. (Only |
| 3025 | * applicable for weak-ordered memory model archs, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3026 | * such as IA-64). |
| 3027 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3028 | wmb(); |
| 3029 | |
| 3030 | tx_ring->next_to_use = i; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3031 | writel(i, hw->hw_addr + tx_ring->tdt); |
Jesse Brandeburg | 2ce9047 | 2006-11-01 08:47:42 -0800 | [diff] [blame] | 3032 | /* we need this if more than one processor can write to our tail |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3033 | * at a time, it synchronizes IO on IA64/Altix systems |
| 3034 | */ |
Jesse Brandeburg | 2ce9047 | 2006-11-01 08:47:42 -0800 | [diff] [blame] | 3035 | mmiowb(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3036 | } |
| 3037 | |
Ben Hutchings | 1aa8b47 | 2012-07-10 10:56:59 +0000 | [diff] [blame] | 3038 | /* 82547 workaround to avoid controller hang in half-duplex environment. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3039 | * The workaround is to avoid queuing a large packet that would span |
| 3040 | * the internal Tx FIFO ring boundary by notifying the stack to resend |
| 3041 | * the packet at a later time. This gives the Tx FIFO an opportunity to |
| 3042 | * flush all packets. When that occurs, we reset the Tx FIFO pointers |
| 3043 | * to the beginning of the Tx FIFO. |
Ben Hutchings | 1aa8b47 | 2012-07-10 10:56:59 +0000 | [diff] [blame] | 3044 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3045 | |
| 3046 | #define E1000_FIFO_HDR 0x10 |
| 3047 | #define E1000_82547_PAD_LEN 0x3E0 |
| 3048 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3049 | static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter, |
| 3050 | struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3051 | { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3052 | u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; |
| 3053 | u32 skb_fifo_len = skb->len + E1000_FIFO_HDR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3054 | |
Milind Arun Choudhary | 9099cfb | 2007-04-27 13:55:29 -0700 | [diff] [blame] | 3055 | skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3056 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3057 | if (adapter->link_duplex != HALF_DUPLEX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3058 | goto no_fifo_stall_required; |
| 3059 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3060 | if (atomic_read(&adapter->tx_fifo_stall)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3061 | return 1; |
| 3062 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3063 | if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3064 | atomic_set(&adapter->tx_fifo_stall, 1); |
| 3065 | return 1; |
| 3066 | } |
| 3067 | |
| 3068 | no_fifo_stall_required: |
| 3069 | adapter->tx_fifo_head += skb_fifo_len; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3070 | if (adapter->tx_fifo_head >= adapter->tx_fifo_size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3071 | adapter->tx_fifo_head -= adapter->tx_fifo_size; |
| 3072 | return 0; |
| 3073 | } |
| 3074 | |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3075 | static int __e1000_maybe_stop_tx(struct net_device *netdev, int size) |
| 3076 | { |
| 3077 | struct e1000_adapter *adapter = netdev_priv(netdev); |
| 3078 | struct e1000_tx_ring *tx_ring = adapter->tx_ring; |
| 3079 | |
| 3080 | netif_stop_queue(netdev); |
| 3081 | /* Herbert's original patch had: |
| 3082 | * smp_mb__after_netif_stop_queue(); |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3083 | * but since that doesn't exist yet, just open code it. |
| 3084 | */ |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3085 | smp_mb(); |
| 3086 | |
| 3087 | /* We need to check again in a case another CPU has just |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3088 | * made room available. |
| 3089 | */ |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3090 | if (likely(E1000_DESC_UNUSED(tx_ring) < size)) |
| 3091 | return -EBUSY; |
| 3092 | |
| 3093 | /* A reprieve! */ |
| 3094 | netif_start_queue(netdev); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3095 | ++adapter->restart_queue; |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3096 | return 0; |
| 3097 | } |
| 3098 | |
| 3099 | static int e1000_maybe_stop_tx(struct net_device *netdev, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3100 | struct e1000_tx_ring *tx_ring, int size) |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3101 | { |
| 3102 | if (likely(E1000_DESC_UNUSED(tx_ring) >= size)) |
| 3103 | return 0; |
| 3104 | return __e1000_maybe_stop_tx(netdev, size); |
| 3105 | } |
| 3106 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3107 | #define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 ) |
Stephen Hemminger | 3b29a56 | 2009-08-31 19:50:55 +0000 | [diff] [blame] | 3108 | static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb, |
| 3109 | struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3110 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3111 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3112 | struct e1000_hw *hw = &adapter->hw; |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3113 | struct e1000_tx_ring *tx_ring; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3114 | unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD; |
| 3115 | unsigned int max_txd_pwr = E1000_MAX_TXD_PWR; |
| 3116 | unsigned int tx_flags = 0; |
Eric Dumazet | e743d31 | 2010-04-14 15:59:40 -0700 | [diff] [blame] | 3117 | unsigned int len = skb_headlen(skb); |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3118 | unsigned int nr_frags; |
| 3119 | unsigned int mss; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3120 | int count = 0; |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 3121 | int tso; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3122 | unsigned int f; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3123 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3124 | /* This goes back to the question of how to logically map a Tx queue |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3125 | * to a flow. Right now, performance is impacted slightly negatively |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3126 | * if using multiple Tx queues. If the stack breaks away from a |
| 3127 | * single qdisc implementation, we can look at this again. |
| 3128 | */ |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3129 | tx_ring = adapter->tx_ring; |
Mallikarjuna R Chilakala | 24025e4ec | 2005-10-04 07:03:23 -0400 | [diff] [blame] | 3130 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3131 | if (unlikely(skb->len <= 0)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3132 | dev_kfree_skb_any(skb); |
| 3133 | return NETDEV_TX_OK; |
| 3134 | } |
| 3135 | |
Tushar Dave | 59d86c7 | 2012-09-15 10:16:57 +0000 | [diff] [blame] | 3136 | /* On PCI/PCI-X HW, if packet size is less than ETH_ZLEN, |
| 3137 | * packets may get corrupted during padding by HW. |
| 3138 | * To WA this issue, pad all small packets manually. |
| 3139 | */ |
| 3140 | if (skb->len < ETH_ZLEN) { |
| 3141 | if (skb_pad(skb, ETH_ZLEN - skb->len)) |
| 3142 | return NETDEV_TX_OK; |
| 3143 | skb->len = ETH_ZLEN; |
| 3144 | skb_set_tail_pointer(skb, ETH_ZLEN); |
| 3145 | } |
| 3146 | |
Herbert Xu | 7967168 | 2006-06-22 02:40:14 -0700 | [diff] [blame] | 3147 | mss = skb_shinfo(skb)->gso_size; |
Auke Kok | 76c224b | 2006-05-23 13:36:06 -0700 | [diff] [blame] | 3148 | /* The controller does a simple calculation to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3149 | * make sure there is enough room in the FIFO before |
| 3150 | * initiating the DMA for each buffer. The calc is: |
| 3151 | * 4 = ceil(buffer len/mss). To make sure we don't |
| 3152 | * overrun the FIFO, adjust the max buffer len if mss |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3153 | * drops. |
| 3154 | */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3155 | if (mss) { |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3156 | u8 hdr_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3157 | max_per_txd = min(mss << 2, max_per_txd); |
| 3158 | max_txd_pwr = fls(max_per_txd) - 1; |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3159 | |
Arnaldo Carvalho de Melo | ab6a5bb | 2007-03-18 17:43:48 -0700 | [diff] [blame] | 3160 | hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); |
Krishna Kumar | 6d1e3aa | 2007-10-05 14:15:16 -0700 | [diff] [blame] | 3161 | if (skb->data_len && hdr_len == len) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3162 | switch (hw->mac_type) { |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3163 | unsigned int pull_size; |
Herbert Xu | 683a2aa | 2006-12-16 12:04:33 +1100 | [diff] [blame] | 3164 | case e1000_82544: |
| 3165 | /* Make sure we have room to chop off 4 bytes, |
| 3166 | * and that the end alignment will work out to |
| 3167 | * this hardware's requirements |
| 3168 | * NOTE: this is a TSO only workaround |
| 3169 | * if end byte alignment not correct move us |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3170 | * into the next dword |
| 3171 | */ |
| 3172 | if ((unsigned long)(skb_tail_pointer(skb) - 1) |
| 3173 | & 4) |
Herbert Xu | 683a2aa | 2006-12-16 12:04:33 +1100 | [diff] [blame] | 3174 | break; |
| 3175 | /* fall through */ |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3176 | pull_size = min((unsigned int)4, skb->data_len); |
| 3177 | if (!__pskb_pull_tail(skb, pull_size)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3178 | e_err(drv, "__pskb_pull_tail " |
| 3179 | "failed.\n"); |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3180 | dev_kfree_skb_any(skb); |
Jeff Garzik | 749dfc70 | 2006-03-11 13:35:31 -0500 | [diff] [blame] | 3181 | return NETDEV_TX_OK; |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3182 | } |
Eric Dumazet | e743d31 | 2010-04-14 15:59:40 -0700 | [diff] [blame] | 3183 | len = skb_headlen(skb); |
Jeff Kirsher | 9f68788 | 2006-03-02 18:20:17 -0800 | [diff] [blame] | 3184 | break; |
| 3185 | default: |
| 3186 | /* do nothing */ |
| 3187 | break; |
Jeff Kirsher | d74bbd3 | 2006-01-12 16:51:07 -0800 | [diff] [blame] | 3188 | } |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3189 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3190 | } |
| 3191 | |
Jeff Kirsher | 9a3056d | 2006-01-12 16:50:23 -0800 | [diff] [blame] | 3192 | /* reserve a descriptor for the offload context */ |
Patrick McHardy | 84fa793 | 2006-08-29 16:44:56 -0700 | [diff] [blame] | 3193 | if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3194 | count++; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3195 | count++; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3196 | |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3197 | /* Controller Erratum workaround */ |
Herbert Xu | 89114af | 2006-07-08 13:34:32 -0700 | [diff] [blame] | 3198 | 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] | 3199 | count++; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3200 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3201 | count += TXD_USE_COUNT(len, max_txd_pwr); |
| 3202 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3203 | if (adapter->pcix_82544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3204 | count++; |
| 3205 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3206 | /* work-around for errata 10 and it applies to all controllers |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3207 | * in PCI-X mode, so add one more descriptor to the count |
| 3208 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3209 | if (unlikely((hw->bus_type == e1000_bus_type_pcix) && |
Malli Chilakala | 97338bd | 2005-04-28 19:41:46 -0700 | [diff] [blame] | 3210 | (len > 2015))) |
| 3211 | count++; |
| 3212 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3213 | nr_frags = skb_shinfo(skb)->nr_frags; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3214 | for (f = 0; f < nr_frags; f++) |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 3215 | count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3216 | max_txd_pwr); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3217 | if (adapter->pcix_82544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3218 | count += nr_frags; |
| 3219 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3220 | /* need: count + 2 desc gap to keep tail from touching |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3221 | * head, otherwise try next time |
| 3222 | */ |
Alexander Duyck | 8017943 | 2009-01-21 14:42:47 -0800 | [diff] [blame] | 3223 | if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3224 | return NETDEV_TX_BUSY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3225 | |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 3226 | if (unlikely((hw->mac_type == e1000_82547) && |
| 3227 | (e1000_82547_fifo_workaround(adapter, skb)))) { |
| 3228 | netif_stop_queue(netdev); |
| 3229 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3230 | schedule_delayed_work(&adapter->fifo_stall_task, 1); |
| 3231 | return NETDEV_TX_BUSY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3232 | } |
| 3233 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 3234 | if (vlan_tx_tag_present(skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3235 | tx_flags |= E1000_TX_FLAGS_VLAN; |
| 3236 | tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT); |
| 3237 | } |
| 3238 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3239 | first = tx_ring->next_to_use; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3240 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3241 | tso = e1000_tso(adapter, tx_ring, skb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3242 | if (tso < 0) { |
| 3243 | dev_kfree_skb_any(skb); |
| 3244 | return NETDEV_TX_OK; |
| 3245 | } |
| 3246 | |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3247 | if (likely(tso)) { |
Jesse Brandeburg | 8fce473 | 2009-09-25 12:18:41 +0000 | [diff] [blame] | 3248 | if (likely(hw->mac_type != e1000_82544)) |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 3249 | tx_ring->last_tx_tso = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3250 | tx_flags |= E1000_TX_FLAGS_TSO; |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3251 | } else if (likely(e1000_tx_csum(adapter, tx_ring, skb))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3252 | tx_flags |= E1000_TX_FLAGS_CSUM; |
| 3253 | |
Alexey Dobriyan | 6082823 | 2006-05-23 14:52:21 -0700 | [diff] [blame] | 3254 | if (likely(skb->protocol == htons(ETH_P_IP))) |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3255 | tx_flags |= E1000_TX_FLAGS_IPV4; |
| 3256 | |
Ben Greear | 11a78dc | 2012-02-11 15:40:01 +0000 | [diff] [blame] | 3257 | if (unlikely(skb->no_fcs)) |
| 3258 | tx_flags |= E1000_TX_FLAGS_NO_FCS; |
| 3259 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3260 | count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3261 | nr_frags, mss); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3262 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3263 | if (count) { |
Otto Estuardo Solares Cabrera | 2f66fd3 | 2012-08-24 08:04:58 +0000 | [diff] [blame] | 3264 | netdev_sent_queue(netdev, skb->len); |
Willem de Bruijn | eab467f | 2012-04-27 09:04:04 +0000 | [diff] [blame] | 3265 | skb_tx_timestamp(skb); |
| 3266 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3267 | e1000_tx_queue(adapter, tx_ring, tx_flags, count); |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3268 | /* Make sure there is space in the ring for the next send. */ |
| 3269 | e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3270 | |
Alexander Duyck | 37e73df | 2009-03-25 21:58:45 +0000 | [diff] [blame] | 3271 | } else { |
| 3272 | dev_kfree_skb_any(skb); |
| 3273 | tx_ring->buffer_info[first].time_stamp = 0; |
| 3274 | tx_ring->next_to_use = first; |
| 3275 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3276 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3277 | return NETDEV_TX_OK; |
| 3278 | } |
| 3279 | |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3280 | #define NUM_REGS 38 /* 1 based count */ |
| 3281 | static void e1000_regdump(struct e1000_adapter *adapter) |
| 3282 | { |
| 3283 | struct e1000_hw *hw = &adapter->hw; |
| 3284 | u32 regs[NUM_REGS]; |
| 3285 | u32 *regs_buff = regs; |
| 3286 | int i = 0; |
| 3287 | |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3288 | static const char * const reg_name[] = { |
| 3289 | "CTRL", "STATUS", |
| 3290 | "RCTL", "RDLEN", "RDH", "RDT", "RDTR", |
| 3291 | "TCTL", "TDBAL", "TDBAH", "TDLEN", "TDH", "TDT", |
| 3292 | "TIDV", "TXDCTL", "TADV", "TARC0", |
| 3293 | "TDBAL1", "TDBAH1", "TDLEN1", "TDH1", "TDT1", |
| 3294 | "TXDCTL1", "TARC1", |
| 3295 | "CTRL_EXT", "ERT", "RDBAL", "RDBAH", |
| 3296 | "TDFH", "TDFT", "TDFHS", "TDFTS", "TDFPC", |
| 3297 | "RDFH", "RDFT", "RDFHS", "RDFTS", "RDFPC" |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3298 | }; |
| 3299 | |
| 3300 | regs_buff[0] = er32(CTRL); |
| 3301 | regs_buff[1] = er32(STATUS); |
| 3302 | |
| 3303 | regs_buff[2] = er32(RCTL); |
| 3304 | regs_buff[3] = er32(RDLEN); |
| 3305 | regs_buff[4] = er32(RDH); |
| 3306 | regs_buff[5] = er32(RDT); |
| 3307 | regs_buff[6] = er32(RDTR); |
| 3308 | |
| 3309 | regs_buff[7] = er32(TCTL); |
| 3310 | regs_buff[8] = er32(TDBAL); |
| 3311 | regs_buff[9] = er32(TDBAH); |
| 3312 | regs_buff[10] = er32(TDLEN); |
| 3313 | regs_buff[11] = er32(TDH); |
| 3314 | regs_buff[12] = er32(TDT); |
| 3315 | regs_buff[13] = er32(TIDV); |
| 3316 | regs_buff[14] = er32(TXDCTL); |
| 3317 | regs_buff[15] = er32(TADV); |
| 3318 | regs_buff[16] = er32(TARC0); |
| 3319 | |
| 3320 | regs_buff[17] = er32(TDBAL1); |
| 3321 | regs_buff[18] = er32(TDBAH1); |
| 3322 | regs_buff[19] = er32(TDLEN1); |
| 3323 | regs_buff[20] = er32(TDH1); |
| 3324 | regs_buff[21] = er32(TDT1); |
| 3325 | regs_buff[22] = er32(TXDCTL1); |
| 3326 | regs_buff[23] = er32(TARC1); |
| 3327 | regs_buff[24] = er32(CTRL_EXT); |
| 3328 | regs_buff[25] = er32(ERT); |
| 3329 | regs_buff[26] = er32(RDBAL0); |
| 3330 | regs_buff[27] = er32(RDBAH0); |
| 3331 | regs_buff[28] = er32(TDFH); |
| 3332 | regs_buff[29] = er32(TDFT); |
| 3333 | regs_buff[30] = er32(TDFHS); |
| 3334 | regs_buff[31] = er32(TDFTS); |
| 3335 | regs_buff[32] = er32(TDFPC); |
| 3336 | regs_buff[33] = er32(RDFH); |
| 3337 | regs_buff[34] = er32(RDFT); |
| 3338 | regs_buff[35] = er32(RDFHS); |
| 3339 | regs_buff[36] = er32(RDFTS); |
| 3340 | regs_buff[37] = er32(RDFPC); |
| 3341 | |
| 3342 | pr_info("Register dump\n"); |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3343 | for (i = 0; i < NUM_REGS; i++) |
| 3344 | pr_info("%-15s %08x\n", reg_name[i], regs_buff[i]); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3345 | } |
| 3346 | |
| 3347 | /* |
| 3348 | * e1000_dump: Print registers, tx ring and rx ring |
| 3349 | */ |
| 3350 | static void e1000_dump(struct e1000_adapter *adapter) |
| 3351 | { |
| 3352 | /* this code doesn't handle multiple rings */ |
| 3353 | struct e1000_tx_ring *tx_ring = adapter->tx_ring; |
| 3354 | struct e1000_rx_ring *rx_ring = adapter->rx_ring; |
| 3355 | int i; |
| 3356 | |
| 3357 | if (!netif_msg_hw(adapter)) |
| 3358 | return; |
| 3359 | |
| 3360 | /* Print Registers */ |
| 3361 | e1000_regdump(adapter); |
| 3362 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3363 | /* transmit dump */ |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3364 | pr_info("TX Desc ring0 dump\n"); |
| 3365 | |
| 3366 | /* Transmit Descriptor Formats - DEXT[29] is 0 (Legacy) or 1 (Extended) |
| 3367 | * |
| 3368 | * Legacy Transmit Descriptor |
| 3369 | * +--------------------------------------------------------------+ |
| 3370 | * 0 | Buffer Address [63:0] (Reserved on Write Back) | |
| 3371 | * +--------------------------------------------------------------+ |
| 3372 | * 8 | Special | CSS | Status | CMD | CSO | Length | |
| 3373 | * +--------------------------------------------------------------+ |
| 3374 | * 63 48 47 36 35 32 31 24 23 16 15 0 |
| 3375 | * |
| 3376 | * Extended Context Descriptor (DTYP=0x0) for TSO or checksum offload |
| 3377 | * 63 48 47 40 39 32 31 16 15 8 7 0 |
| 3378 | * +----------------------------------------------------------------+ |
| 3379 | * 0 | TUCSE | TUCS0 | TUCSS | IPCSE | IPCS0 | IPCSS | |
| 3380 | * +----------------------------------------------------------------+ |
| 3381 | * 8 | MSS | HDRLEN | RSV | STA | TUCMD | DTYP | PAYLEN | |
| 3382 | * +----------------------------------------------------------------+ |
| 3383 | * 63 48 47 40 39 36 35 32 31 24 23 20 19 0 |
| 3384 | * |
| 3385 | * Extended Data Descriptor (DTYP=0x1) |
| 3386 | * +----------------------------------------------------------------+ |
| 3387 | * 0 | Buffer Address [63:0] | |
| 3388 | * +----------------------------------------------------------------+ |
| 3389 | * 8 | VLAN tag | POPTS | Rsvd | Status | Command | DTYP | DTALEN | |
| 3390 | * +----------------------------------------------------------------+ |
| 3391 | * 63 48 47 40 39 36 35 32 31 24 23 20 19 0 |
| 3392 | */ |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3393 | pr_info("Tc[desc] [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma ] leng ntw timestmp bi->skb\n"); |
| 3394 | pr_info("Td[desc] [address 63:0 ] [VlaPoRSCm1Dlen] [bi->dma ] leng ntw timestmp bi->skb\n"); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3395 | |
| 3396 | if (!netif_msg_tx_done(adapter)) |
| 3397 | goto rx_ring_summary; |
| 3398 | |
| 3399 | for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) { |
| 3400 | struct e1000_tx_desc *tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3401 | struct e1000_buffer *buffer_info = &tx_ring->buffer_info[i]; |
Andrei Emeltchenko | dd7f5c9 | 2012-03-25 17:49:25 +0000 | [diff] [blame] | 3402 | struct my_u { __le64 a; __le64 b; }; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3403 | struct my_u *u = (struct my_u *)tx_desc; |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3404 | const char *type; |
| 3405 | |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3406 | if (i == tx_ring->next_to_use && i == tx_ring->next_to_clean) |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3407 | type = "NTC/U"; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3408 | else if (i == tx_ring->next_to_use) |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3409 | type = "NTU"; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3410 | else if (i == tx_ring->next_to_clean) |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3411 | type = "NTC"; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3412 | else |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3413 | type = ""; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3414 | |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3415 | pr_info("T%c[0x%03X] %016llX %016llX %016llX %04X %3X %016llX %p %s\n", |
| 3416 | ((le64_to_cpu(u->b) & (1<<20)) ? 'd' : 'c'), i, |
| 3417 | le64_to_cpu(u->a), le64_to_cpu(u->b), |
| 3418 | (u64)buffer_info->dma, buffer_info->length, |
| 3419 | buffer_info->next_to_watch, |
| 3420 | (u64)buffer_info->time_stamp, buffer_info->skb, type); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3421 | } |
| 3422 | |
| 3423 | rx_ring_summary: |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3424 | /* receive dump */ |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3425 | pr_info("\nRX Desc ring dump\n"); |
| 3426 | |
| 3427 | /* Legacy Receive Descriptor Format |
| 3428 | * |
| 3429 | * +-----------------------------------------------------+ |
| 3430 | * | Buffer Address [63:0] | |
| 3431 | * +-----------------------------------------------------+ |
| 3432 | * | VLAN Tag | Errors | Status 0 | Packet csum | Length | |
| 3433 | * +-----------------------------------------------------+ |
| 3434 | * 63 48 47 40 39 32 31 16 15 0 |
| 3435 | */ |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3436 | pr_info("R[desc] [address 63:0 ] [vl er S cks ln] [bi->dma ] [bi->skb]\n"); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3437 | |
| 3438 | if (!netif_msg_rx_status(adapter)) |
| 3439 | goto exit; |
| 3440 | |
| 3441 | for (i = 0; rx_ring->desc && (i < rx_ring->count); i++) { |
| 3442 | struct e1000_rx_desc *rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 3443 | struct e1000_buffer *buffer_info = &rx_ring->buffer_info[i]; |
Andrei Emeltchenko | dd7f5c9 | 2012-03-25 17:49:25 +0000 | [diff] [blame] | 3444 | struct my_u { __le64 a; __le64 b; }; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3445 | struct my_u *u = (struct my_u *)rx_desc; |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3446 | const char *type; |
| 3447 | |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3448 | if (i == rx_ring->next_to_use) |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3449 | type = "NTU"; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3450 | else if (i == rx_ring->next_to_clean) |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3451 | type = "NTC"; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3452 | else |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3453 | type = ""; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3454 | |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3455 | pr_info("R[0x%03X] %016llX %016llX %016llX %p %s\n", |
| 3456 | i, le64_to_cpu(u->a), le64_to_cpu(u->b), |
| 3457 | (u64)buffer_info->dma, buffer_info->skb, type); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3458 | } /* for */ |
| 3459 | |
| 3460 | /* dump the descriptor caches */ |
| 3461 | /* rx */ |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3462 | pr_info("Rx descriptor cache in 64bit format\n"); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3463 | for (i = 0x6000; i <= 0x63FF ; i += 0x10) { |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3464 | pr_info("R%04X: %08X|%08X %08X|%08X\n", |
| 3465 | i, |
| 3466 | readl(adapter->hw.hw_addr + i+4), |
| 3467 | readl(adapter->hw.hw_addr + i), |
| 3468 | readl(adapter->hw.hw_addr + i+12), |
| 3469 | readl(adapter->hw.hw_addr + i+8)); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3470 | } |
| 3471 | /* tx */ |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3472 | pr_info("Tx descriptor cache in 64bit format\n"); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3473 | for (i = 0x7000; i <= 0x73FF ; i += 0x10) { |
Tushar Dave | e29b5d8 | 2012-02-10 08:06:36 +0000 | [diff] [blame] | 3474 | pr_info("T%04X: %08X|%08X %08X|%08X\n", |
| 3475 | i, |
| 3476 | readl(adapter->hw.hw_addr + i+4), |
| 3477 | readl(adapter->hw.hw_addr + i), |
| 3478 | readl(adapter->hw.hw_addr + i+12), |
| 3479 | readl(adapter->hw.hw_addr + i+8)); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3480 | } |
| 3481 | exit: |
| 3482 | return; |
| 3483 | } |
| 3484 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3485 | /** |
| 3486 | * e1000_tx_timeout - Respond to a Tx Hang |
| 3487 | * @netdev: network interface device structure |
| 3488 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3489 | static void e1000_tx_timeout(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3490 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3491 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3492 | |
| 3493 | /* Do the reset outside of interrupt context */ |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3494 | adapter->tx_timeout_count++; |
| 3495 | schedule_work(&adapter->reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3496 | } |
| 3497 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3498 | static void e1000_reset_task(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3499 | { |
David Howells | 65f27f3 | 2006-11-22 14:55:48 +0000 | [diff] [blame] | 3500 | struct e1000_adapter *adapter = |
| 3501 | container_of(work, struct e1000_adapter, reset_task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3502 | |
Jesse Brandeburg | 0ef4eed | 2011-10-05 07:24:51 +0000 | [diff] [blame] | 3503 | if (test_bit(__E1000_DOWN, &adapter->flags)) |
| 3504 | return; |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3505 | e_err(drv, "Reset adapter\n"); |
Jesse Brandeburg | 338c15e | 2010-09-22 18:22:42 +0000 | [diff] [blame] | 3506 | e1000_reinit_safe(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3507 | } |
| 3508 | |
| 3509 | /** |
| 3510 | * e1000_get_stats - Get System Network Statistics |
| 3511 | * @netdev: network interface device structure |
| 3512 | * |
| 3513 | * Returns the address of the device statistics structure. |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 3514 | * The statistics are actually updated from the watchdog. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3515 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3516 | static struct net_device_stats *e1000_get_stats(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3517 | { |
Jeff Kirsher | 6b7660c | 2006-01-12 16:50:35 -0800 | [diff] [blame] | 3518 | /* only return the current stats */ |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3519 | return &netdev->stats; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3520 | } |
| 3521 | |
| 3522 | /** |
| 3523 | * e1000_change_mtu - Change the Maximum Transfer Unit |
| 3524 | * @netdev: network interface device structure |
| 3525 | * @new_mtu: new value for maximum frame size |
| 3526 | * |
| 3527 | * Returns 0 on success, negative on failure |
| 3528 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3529 | static int e1000_change_mtu(struct net_device *netdev, int new_mtu) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3530 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3531 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3532 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3533 | int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE; |
| 3534 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3535 | if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) || |
| 3536 | (max_frame > MAX_JUMBO_FRAME_SIZE)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3537 | e_err(probe, "Invalid MTU setting\n"); |
Mallikarjuna R Chilakala | 868d530 | 2005-10-04 06:58:59 -0400 | [diff] [blame] | 3538 | return -EINVAL; |
| 3539 | } |
| 3540 | |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3541 | /* Adapter-specific max frame size limits. */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3542 | switch (hw->mac_type) { |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3543 | case e1000_undefined ... e1000_82542_rev2_1: |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3544 | if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3545 | e_err(probe, "Jumbo Frames not supported.\n"); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3546 | return -EINVAL; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3547 | } |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3548 | break; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3549 | default: |
| 3550 | /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */ |
| 3551 | break; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3552 | } |
| 3553 | |
Jesse Brandeburg | 3d6114e | 2009-09-25 12:19:02 +0000 | [diff] [blame] | 3554 | while (test_and_set_bit(__E1000_RESETTING, &adapter->flags)) |
| 3555 | msleep(1); |
| 3556 | /* e1000_down has a dependency on max_frame_size */ |
| 3557 | hw->max_frame_size = max_frame; |
| 3558 | if (netif_running(netdev)) |
| 3559 | e1000_down(adapter); |
| 3560 | |
David S. Miller | 87f5032 | 2006-07-31 22:39:40 -0700 | [diff] [blame] | 3561 | /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3562 | * 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] | 3563 | * larger slab size. |
| 3564 | * i.e. RXBUFFER_2048 --> size-4096 slab |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3565 | * however with the new *_jumbo_rx* routines, jumbo receives will use |
| 3566 | * fragmented skbs |
| 3567 | */ |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3568 | |
Jesse Brandeburg | 9926146 | 2010-01-22 22:56:16 +0000 | [diff] [blame] | 3569 | if (max_frame <= E1000_RXBUFFER_2048) |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3570 | adapter->rx_buffer_len = E1000_RXBUFFER_2048; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3571 | else |
| 3572 | #if (PAGE_SIZE >= E1000_RXBUFFER_16384) |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3573 | adapter->rx_buffer_len = E1000_RXBUFFER_16384; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3574 | #elif (PAGE_SIZE >= E1000_RXBUFFER_4096) |
| 3575 | adapter->rx_buffer_len = PAGE_SIZE; |
| 3576 | #endif |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3577 | |
| 3578 | /* adjust allocation if LPE protects us, and we aren't using SBP */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3579 | if (!hw->tbi_compatibility_on && |
Jesse Brandeburg | b7cb8c2 | 2009-07-06 10:45:01 +0000 | [diff] [blame] | 3580 | ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) || |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 3581 | (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE))) |
| 3582 | adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE; |
Jeff Kirsher | 997f5cb | 2006-01-12 16:50:55 -0800 | [diff] [blame] | 3583 | |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 3584 | pr_info("%s changing MTU from %d to %d\n", |
| 3585 | netdev->name, netdev->mtu, new_mtu); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3586 | netdev->mtu = new_mtu; |
| 3587 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 3588 | if (netif_running(netdev)) |
Jesse Brandeburg | 3d6114e | 2009-09-25 12:19:02 +0000 | [diff] [blame] | 3589 | e1000_up(adapter); |
| 3590 | else |
| 3591 | e1000_reset(adapter); |
| 3592 | |
| 3593 | clear_bit(__E1000_RESETTING, &adapter->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3594 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3595 | return 0; |
| 3596 | } |
| 3597 | |
| 3598 | /** |
| 3599 | * e1000_update_stats - Update the board statistics counters |
| 3600 | * @adapter: board private structure |
| 3601 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3602 | void e1000_update_stats(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3603 | { |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3604 | struct net_device *netdev = adapter->netdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3605 | struct e1000_hw *hw = &adapter->hw; |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3606 | struct pci_dev *pdev = adapter->pdev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3607 | unsigned long flags; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3608 | u16 phy_tmp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3609 | |
| 3610 | #define PHY_IDLE_ERROR_COUNT_MASK 0x00FF |
| 3611 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3612 | /* Prevent stats update while adapter is being reset, or if the pci |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3613 | * connection is down. |
| 3614 | */ |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 3615 | if (adapter->link_speed == 0) |
| 3616 | return; |
Linas Vepstas | 81b1955 | 2006-12-12 18:29:15 -0600 | [diff] [blame] | 3617 | if (pci_channel_offline(pdev)) |
Linas Vepstas | 282f33c | 2006-06-08 22:19:44 -0700 | [diff] [blame] | 3618 | return; |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 3619 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3620 | spin_lock_irqsave(&adapter->stats_lock, flags); |
| 3621 | |
Masatake YAMATO | 828d055 | 2007-10-20 03:06:37 +0200 | [diff] [blame] | 3622 | /* these counters are modified from e1000_tbi_adjust_stats, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3623 | * called from the interrupt context, so they must only |
| 3624 | * be written while holding adapter->stats_lock |
| 3625 | */ |
| 3626 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3627 | adapter->stats.crcerrs += er32(CRCERRS); |
| 3628 | adapter->stats.gprc += er32(GPRC); |
| 3629 | adapter->stats.gorcl += er32(GORCL); |
| 3630 | adapter->stats.gorch += er32(GORCH); |
| 3631 | adapter->stats.bprc += er32(BPRC); |
| 3632 | adapter->stats.mprc += er32(MPRC); |
| 3633 | adapter->stats.roc += er32(ROC); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3634 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3635 | adapter->stats.prc64 += er32(PRC64); |
| 3636 | adapter->stats.prc127 += er32(PRC127); |
| 3637 | adapter->stats.prc255 += er32(PRC255); |
| 3638 | adapter->stats.prc511 += er32(PRC511); |
| 3639 | adapter->stats.prc1023 += er32(PRC1023); |
| 3640 | adapter->stats.prc1522 += er32(PRC1522); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3641 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3642 | adapter->stats.symerrs += er32(SYMERRS); |
| 3643 | adapter->stats.mpc += er32(MPC); |
| 3644 | adapter->stats.scc += er32(SCC); |
| 3645 | adapter->stats.ecol += er32(ECOL); |
| 3646 | adapter->stats.mcc += er32(MCC); |
| 3647 | adapter->stats.latecol += er32(LATECOL); |
| 3648 | adapter->stats.dc += er32(DC); |
| 3649 | adapter->stats.sec += er32(SEC); |
| 3650 | adapter->stats.rlec += er32(RLEC); |
| 3651 | adapter->stats.xonrxc += er32(XONRXC); |
| 3652 | adapter->stats.xontxc += er32(XONTXC); |
| 3653 | adapter->stats.xoffrxc += er32(XOFFRXC); |
| 3654 | adapter->stats.xofftxc += er32(XOFFTXC); |
| 3655 | adapter->stats.fcruc += er32(FCRUC); |
| 3656 | adapter->stats.gptc += er32(GPTC); |
| 3657 | adapter->stats.gotcl += er32(GOTCL); |
| 3658 | adapter->stats.gotch += er32(GOTCH); |
| 3659 | adapter->stats.rnbc += er32(RNBC); |
| 3660 | adapter->stats.ruc += er32(RUC); |
| 3661 | adapter->stats.rfc += er32(RFC); |
| 3662 | adapter->stats.rjc += er32(RJC); |
| 3663 | adapter->stats.torl += er32(TORL); |
| 3664 | adapter->stats.torh += er32(TORH); |
| 3665 | adapter->stats.totl += er32(TOTL); |
| 3666 | adapter->stats.toth += er32(TOTH); |
| 3667 | adapter->stats.tpr += er32(TPR); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3668 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3669 | adapter->stats.ptc64 += er32(PTC64); |
| 3670 | adapter->stats.ptc127 += er32(PTC127); |
| 3671 | adapter->stats.ptc255 += er32(PTC255); |
| 3672 | adapter->stats.ptc511 += er32(PTC511); |
| 3673 | adapter->stats.ptc1023 += er32(PTC1023); |
| 3674 | adapter->stats.ptc1522 += er32(PTC1522); |
Auke Kok | cd94dd0 | 2006-06-27 09:08:22 -0700 | [diff] [blame] | 3675 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3676 | adapter->stats.mptc += er32(MPTC); |
| 3677 | adapter->stats.bptc += er32(BPTC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3678 | |
| 3679 | /* used for adaptive IFS */ |
| 3680 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3681 | hw->tx_packet_delta = er32(TPT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3682 | adapter->stats.tpt += hw->tx_packet_delta; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3683 | hw->collision_delta = er32(COLC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3684 | adapter->stats.colc += hw->collision_delta; |
| 3685 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3686 | if (hw->mac_type >= e1000_82543) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3687 | adapter->stats.algnerrc += er32(ALGNERRC); |
| 3688 | adapter->stats.rxerrc += er32(RXERRC); |
| 3689 | adapter->stats.tncrs += er32(TNCRS); |
| 3690 | adapter->stats.cexterr += er32(CEXTERR); |
| 3691 | adapter->stats.tsctc += er32(TSCTC); |
| 3692 | adapter->stats.tsctfc += er32(TSCTFC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3693 | } |
| 3694 | |
| 3695 | /* Fill out the OS statistics structure */ |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3696 | netdev->stats.multicast = adapter->stats.mprc; |
| 3697 | netdev->stats.collisions = adapter->stats.colc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3698 | |
| 3699 | /* Rx Errors */ |
| 3700 | |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3701 | /* RLEC on some newer hardware can be incorrect so build |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3702 | * our own version based on RUC and ROC |
| 3703 | */ |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3704 | netdev->stats.rx_errors = adapter->stats.rxerrc + |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3705 | adapter->stats.crcerrs + adapter->stats.algnerrc + |
Jeff Kirsher | 8704163 | 2006-03-02 18:21:24 -0800 | [diff] [blame] | 3706 | adapter->stats.ruc + adapter->stats.roc + |
| 3707 | adapter->stats.cexterr; |
Mitch Williams | 4955985 | 2006-09-27 12:53:37 -0700 | [diff] [blame] | 3708 | adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3709 | netdev->stats.rx_length_errors = adapter->stats.rlerrc; |
| 3710 | netdev->stats.rx_crc_errors = adapter->stats.crcerrs; |
| 3711 | netdev->stats.rx_frame_errors = adapter->stats.algnerrc; |
| 3712 | netdev->stats.rx_missed_errors = adapter->stats.mpc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3713 | |
| 3714 | /* Tx Errors */ |
Mitch Williams | 4955985 | 2006-09-27 12:53:37 -0700 | [diff] [blame] | 3715 | adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3716 | netdev->stats.tx_errors = adapter->stats.txerrc; |
| 3717 | netdev->stats.tx_aborted_errors = adapter->stats.ecol; |
| 3718 | netdev->stats.tx_window_errors = adapter->stats.latecol; |
| 3719 | netdev->stats.tx_carrier_errors = adapter->stats.tncrs; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3720 | if (hw->bad_tx_carr_stats_fd && |
Jeff Garzik | 167fb28 | 2006-12-15 10:41:15 -0500 | [diff] [blame] | 3721 | adapter->link_duplex == FULL_DUPLEX) { |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3722 | netdev->stats.tx_carrier_errors = 0; |
Jeff Garzik | 167fb28 | 2006-12-15 10:41:15 -0500 | [diff] [blame] | 3723 | adapter->stats.tncrs = 0; |
| 3724 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3725 | |
| 3726 | /* Tx Dropped needs to be maintained elsewhere */ |
| 3727 | |
| 3728 | /* Phy Stats */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3729 | if (hw->media_type == e1000_media_type_copper) { |
| 3730 | if ((adapter->link_speed == SPEED_1000) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3731 | (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { |
| 3732 | phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; |
| 3733 | adapter->phy_stats.idle_errors += phy_tmp; |
| 3734 | } |
| 3735 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3736 | if ((hw->mac_type <= e1000_82546) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3737 | (hw->phy_type == e1000_phy_m88) && |
| 3738 | !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) |
| 3739 | adapter->phy_stats.receive_errors += phy_tmp; |
| 3740 | } |
| 3741 | |
Jeff Garzik | 15e376b | 2006-12-15 11:16:33 -0500 | [diff] [blame] | 3742 | /* Management Stats */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3743 | if (hw->has_smbus) { |
| 3744 | adapter->stats.mgptc += er32(MGTPTC); |
| 3745 | adapter->stats.mgprc += er32(MGTPRC); |
| 3746 | adapter->stats.mgpdc += er32(MGTPDC); |
Jeff Garzik | 15e376b | 2006-12-15 11:16:33 -0500 | [diff] [blame] | 3747 | } |
| 3748 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3749 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
| 3750 | } |
Jesse Brandeburg | 9ac9828 | 2006-11-01 08:48:10 -0800 | [diff] [blame] | 3751 | |
| 3752 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3753 | * e1000_intr - Interrupt Handler |
| 3754 | * @irq: interrupt number |
| 3755 | * @data: pointer to a network interface device structure |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3756 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3757 | static irqreturn_t e1000_intr(int irq, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3758 | { |
| 3759 | struct net_device *netdev = data; |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 3760 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3761 | struct e1000_hw *hw = &adapter->hw; |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3762 | u32 icr = er32(ICR); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 3763 | |
Jesse Brandeburg | 4c11b8a | 2011-01-13 07:48:13 +0000 | [diff] [blame] | 3764 | if (unlikely((!icr))) |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3765 | return IRQ_NONE; /* Not our interrupt */ |
| 3766 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3767 | /* we might have caused the interrupt, but the above |
Jesse Brandeburg | 4c11b8a | 2011-01-13 07:48:13 +0000 | [diff] [blame] | 3768 | * read cleared it, and just in case the driver is |
| 3769 | * down there is nothing to do so return handled |
| 3770 | */ |
| 3771 | if (unlikely(test_bit(__E1000_DOWN, &adapter->flags))) |
| 3772 | return IRQ_HANDLED; |
| 3773 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3774 | if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3775 | hw->get_link_status = 1; |
Auke Kok | 1314bbf | 2006-09-27 12:54:02 -0700 | [diff] [blame] | 3776 | /* guard against interrupt when we're going down */ |
| 3777 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
Jesse Brandeburg | a4010af | 2011-10-05 07:24:41 +0000 | [diff] [blame] | 3778 | schedule_delayed_work(&adapter->watchdog_task, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3779 | } |
| 3780 | |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3781 | /* disable interrupts, without the synchronize_irq bit */ |
| 3782 | ew32(IMC, ~0); |
| 3783 | E1000_WRITE_FLUSH(); |
| 3784 | |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3785 | if (likely(napi_schedule_prep(&adapter->napi))) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3786 | adapter->total_tx_bytes = 0; |
| 3787 | adapter->total_tx_packets = 0; |
| 3788 | adapter->total_rx_bytes = 0; |
| 3789 | adapter->total_rx_packets = 0; |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3790 | __napi_schedule(&adapter->napi); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3791 | } else { |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 3792 | /* this really should not happen! if it does it is basically a |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3793 | * bug, but not a hard error, so enable ints and continue |
| 3794 | */ |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3795 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3796 | e1000_irq_enable(adapter); |
| 3797 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3798 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3799 | return IRQ_HANDLED; |
| 3800 | } |
| 3801 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3802 | /** |
| 3803 | * e1000_clean - NAPI Rx polling callback |
| 3804 | * @adapter: board private structure |
| 3805 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3806 | static int e1000_clean(struct napi_struct *napi, int budget) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3807 | { |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3808 | struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, |
| 3809 | napi); |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3810 | int tx_clean_complete = 0, work_done = 0; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3811 | |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3812 | 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] | 3813 | |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3814 | adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget); |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3815 | |
Jesse Brandeburg | 650b5a5 | 2009-09-25 12:19:23 +0000 | [diff] [blame] | 3816 | if (!tx_clean_complete) |
David S. Miller | d2c7ddd | 2008-01-15 22:43:24 -0800 | [diff] [blame] | 3817 | work_done = budget; |
| 3818 | |
David S. Miller | 53e52c7 | 2008-01-07 21:06:12 -0800 | [diff] [blame] | 3819 | /* If budget not fully consumed, exit the polling mode */ |
| 3820 | if (work_done < budget) { |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3821 | if (likely(adapter->itr_setting & 3)) |
| 3822 | e1000_set_itr(adapter); |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 3823 | napi_complete(napi); |
Jesse Brandeburg | a6c4232 | 2009-03-25 21:59:22 +0000 | [diff] [blame] | 3824 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 3825 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3826 | } |
| 3827 | |
Stephen Hemminger | bea3348 | 2007-10-03 16:41:36 -0700 | [diff] [blame] | 3828 | return work_done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3829 | } |
| 3830 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3831 | /** |
| 3832 | * e1000_clean_tx_irq - Reclaim resources after transmit completes |
| 3833 | * @adapter: board private structure |
| 3834 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3835 | static bool e1000_clean_tx_irq(struct e1000_adapter *adapter, |
| 3836 | struct e1000_tx_ring *tx_ring) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3837 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3838 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3839 | struct net_device *netdev = adapter->netdev; |
| 3840 | struct e1000_tx_desc *tx_desc, *eop_desc; |
| 3841 | struct e1000_buffer *buffer_info; |
| 3842 | unsigned int i, eop; |
Jeff Kirsher | 2a1af5d | 2006-03-02 18:20:43 -0800 | [diff] [blame] | 3843 | unsigned int count = 0; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3844 | unsigned int total_tx_bytes=0, total_tx_packets=0; |
Otto Estuardo Solares Cabrera | 2f66fd3 | 2012-08-24 08:04:58 +0000 | [diff] [blame] | 3845 | unsigned int bytes_compl = 0, pkts_compl = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3846 | |
| 3847 | i = tx_ring->next_to_clean; |
| 3848 | eop = tx_ring->buffer_info[i].next_to_watch; |
| 3849 | eop_desc = E1000_TX_DESC(*tx_ring, eop); |
| 3850 | |
Alexander Duyck | ccfb342 | 2009-03-25 21:59:04 +0000 | [diff] [blame] | 3851 | while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && |
| 3852 | (count < tx_ring->count)) { |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3853 | bool cleaned = false; |
Jeff Kirsher | 2d0bb1c | 2010-08-08 16:02:31 +0000 | [diff] [blame] | 3854 | rmb(); /* read buffer_info after eop_desc */ |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3855 | for ( ; !cleaned; count++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3856 | tx_desc = E1000_TX_DESC(*tx_ring, i); |
| 3857 | buffer_info = &tx_ring->buffer_info[i]; |
| 3858 | cleaned = (i == eop); |
| 3859 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3860 | if (cleaned) { |
Dean Nelson | 31c15a2 | 2011-08-25 14:39:24 +0000 | [diff] [blame] | 3861 | total_tx_packets += buffer_info->segs; |
| 3862 | total_tx_bytes += buffer_info->bytecount; |
Otto Estuardo Solares Cabrera | 2f66fd3 | 2012-08-24 08:04:58 +0000 | [diff] [blame] | 3863 | if (buffer_info->skb) { |
| 3864 | bytes_compl += buffer_info->skb->len; |
| 3865 | pkts_compl++; |
| 3866 | } |
| 3867 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3868 | } |
Jeff Kirsher | fd80324 | 2005-12-13 00:06:22 -0500 | [diff] [blame] | 3869 | e1000_unmap_and_free_tx_resource(adapter, buffer_info); |
Jesse Brandeburg | a9ebadd | 2006-11-01 08:47:53 -0800 | [diff] [blame] | 3870 | tx_desc->upper.data = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3871 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3872 | if (unlikely(++i == tx_ring->count)) i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3873 | } |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3874 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3875 | eop = tx_ring->buffer_info[i].next_to_watch; |
| 3876 | eop_desc = E1000_TX_DESC(*tx_ring, eop); |
| 3877 | } |
| 3878 | |
| 3879 | tx_ring->next_to_clean = i; |
| 3880 | |
Otto Estuardo Solares Cabrera | 2f66fd3 | 2012-08-24 08:04:58 +0000 | [diff] [blame] | 3881 | netdev_completed_queue(netdev, pkts_compl, bytes_compl); |
| 3882 | |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3883 | #define TX_WAKE_THRESHOLD 32 |
Jesse Brandeburg | 843f426 | 2009-04-16 16:59:47 +0000 | [diff] [blame] | 3884 | if (unlikely(count && netif_carrier_ok(netdev) && |
Jesse Brandeburg | 65c7973 | 2006-09-27 12:53:48 -0700 | [diff] [blame] | 3885 | E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) { |
| 3886 | /* Make sure that anybody stopping the queue after this |
| 3887 | * sees the new next_to_clean. |
| 3888 | */ |
| 3889 | smp_mb(); |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 3890 | |
| 3891 | if (netif_queue_stopped(netdev) && |
| 3892 | !(test_bit(__E1000_DOWN, &adapter->flags))) { |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3893 | netif_wake_queue(netdev); |
Jesse Brandeburg | fcfb122 | 2006-11-01 08:47:59 -0800 | [diff] [blame] | 3894 | ++adapter->restart_queue; |
| 3895 | } |
Auke Kok | 77b2aad | 2006-04-14 19:05:25 -0700 | [diff] [blame] | 3896 | } |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3897 | |
Mallikarjuna R Chilakala | 581d708 | 2005-10-04 07:01:55 -0400 | [diff] [blame] | 3898 | if (adapter->detect_tx_hung) { |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 3899 | /* Detect a transmit hang in hardware, this serializes the |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3900 | * check with the clearing of time_stamp and movement of i |
| 3901 | */ |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 3902 | adapter->detect_tx_hung = false; |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 3903 | if (tx_ring->buffer_info[eop].time_stamp && |
| 3904 | time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3905 | (adapter->tx_timeout_factor * HZ)) && |
Joe Perches | 8e95a20 | 2009-12-03 07:58:21 +0000 | [diff] [blame] | 3906 | !(er32(STATUS) & E1000_STATUS_TXOFF)) { |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3907 | |
| 3908 | /* detected Tx unit hang */ |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 3909 | e_err(drv, "Detected Tx Unit Hang\n" |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 3910 | " Tx Queue <%lu>\n" |
| 3911 | " TDH <%x>\n" |
| 3912 | " TDT <%x>\n" |
| 3913 | " next_to_use <%x>\n" |
| 3914 | " next_to_clean <%x>\n" |
| 3915 | "buffer_info[next_to_clean]\n" |
| 3916 | " time_stamp <%lx>\n" |
| 3917 | " next_to_watch <%x>\n" |
| 3918 | " jiffies <%lx>\n" |
| 3919 | " next_to_watch.status <%x>\n", |
Jeff Kirsher | 7bfa481 | 2006-01-12 16:50:41 -0800 | [diff] [blame] | 3920 | (unsigned long)((tx_ring - adapter->tx_ring) / |
| 3921 | sizeof(struct e1000_tx_ring)), |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3922 | readl(hw->hw_addr + tx_ring->tdh), |
| 3923 | readl(hw->hw_addr + tx_ring->tdt), |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3924 | tx_ring->next_to_use, |
Jeff Kirsher | 392137f | 2006-01-12 16:50:57 -0800 | [diff] [blame] | 3925 | tx_ring->next_to_clean, |
Jesse Brandeburg | cdd7549 | 2009-09-25 12:18:07 +0000 | [diff] [blame] | 3926 | tx_ring->buffer_info[eop].time_stamp, |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3927 | eop, |
| 3928 | jiffies, |
| 3929 | eop_desc->upper.fields.status); |
Tushar Dave | b04e36b | 2012-01-27 09:00:46 +0000 | [diff] [blame] | 3930 | e1000_dump(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3931 | netif_stop_queue(netdev); |
Malli Chilakala | 70b8f1e | 2005-04-28 19:40:40 -0700 | [diff] [blame] | 3932 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3933 | } |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 3934 | adapter->total_tx_bytes += total_tx_bytes; |
| 3935 | adapter->total_tx_packets += total_tx_packets; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 3936 | netdev->stats.tx_bytes += total_tx_bytes; |
| 3937 | netdev->stats.tx_packets += total_tx_packets; |
Eric Dumazet | 807540b | 2010-09-23 05:40:09 +0000 | [diff] [blame] | 3938 | return count < tx_ring->count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3939 | } |
| 3940 | |
| 3941 | /** |
| 3942 | * e1000_rx_checksum - Receive Checksum Offload for 82543 |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3943 | * @adapter: board private structure |
| 3944 | * @status_err: receive descriptor status and error fields |
| 3945 | * @csum: receive descriptor csum field |
| 3946 | * @sk_buff: socket buffer with received data |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3947 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 3948 | static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, |
| 3949 | u32 csum, struct sk_buff *skb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3950 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3951 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 3952 | u16 status = (u16)status_err; |
| 3953 | u8 errors = (u8)(status_err >> 24); |
Eric Dumazet | bc8acf2 | 2010-09-02 13:07:41 -0700 | [diff] [blame] | 3954 | |
| 3955 | skb_checksum_none_assert(skb); |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3956 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3957 | /* 82543 or newer only */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 3958 | if (unlikely(hw->mac_type < e1000_82543)) return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3959 | /* Ignore Checksum bit is set */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3960 | if (unlikely(status & E1000_RXD_STAT_IXSM)) return; |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3961 | /* TCP/UDP checksum error bit is set */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 3962 | if (unlikely(errors & E1000_RXD_ERR_TCPE)) { |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3963 | /* let the stack verify checksum errors */ |
| 3964 | adapter->hw_csum_err++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3965 | return; |
| 3966 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3967 | /* TCP/UDP Checksum has not been calculated */ |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 3968 | if (!(status & E1000_RXD_STAT_TCPCS)) |
| 3969 | return; |
| 3970 | |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3971 | /* It must be a TCP or UDP packet with a valid checksum */ |
| 3972 | if (likely(status & E1000_RXD_STAT_TCPCS)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3973 | /* TCP checksum is good */ |
| 3974 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3975 | } |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 3976 | adapter->hw_csum_good++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3977 | } |
| 3978 | |
| 3979 | /** |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3980 | * e1000_consume_page - helper function |
| 3981 | **/ |
| 3982 | static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 3983 | u16 length) |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3984 | { |
| 3985 | bi->page = NULL; |
| 3986 | skb->len += length; |
| 3987 | skb->data_len += length; |
Eric Dumazet | ed64b3c | 2011-10-13 07:53:42 +0000 | [diff] [blame] | 3988 | skb->truesize += PAGE_SIZE; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 3989 | } |
| 3990 | |
| 3991 | /** |
| 3992 | * e1000_receive_skb - helper function to handle rx indications |
| 3993 | * @adapter: board private structure |
| 3994 | * @status: descriptor status field as written by hardware |
| 3995 | * @vlan: descriptor vlan field as written by hardware (no le/be conversion) |
| 3996 | * @skb: pointer to sk_buff to be indicated to stack |
| 3997 | */ |
| 3998 | static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status, |
| 3999 | __le16 vlan, struct sk_buff *skb) |
| 4000 | { |
Jesse Brandeburg | 6a08d19 | 2010-09-22 18:23:05 +0000 | [diff] [blame] | 4001 | skb->protocol = eth_type_trans(skb, adapter->netdev); |
| 4002 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4003 | if (status & E1000_RXD_STAT_VP) { |
| 4004 | u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK; |
| 4005 | |
| 4006 | __vlan_hwaccel_put_tag(skb, vid); |
| 4007 | } |
| 4008 | napi_gro_receive(&adapter->napi, skb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4009 | } |
| 4010 | |
| 4011 | /** |
| 4012 | * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy |
| 4013 | * @adapter: board private structure |
| 4014 | * @rx_ring: ring to clean |
| 4015 | * @work_done: amount of napi work completed this call |
| 4016 | * @work_to_do: max amount of work allowed for this call to do |
| 4017 | * |
| 4018 | * the return value indicates whether actual cleaning was done, there |
| 4019 | * is no guarantee that everything was cleaned |
| 4020 | */ |
| 4021 | static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, |
| 4022 | struct e1000_rx_ring *rx_ring, |
| 4023 | int *work_done, int work_to_do) |
| 4024 | { |
| 4025 | struct e1000_hw *hw = &adapter->hw; |
| 4026 | struct net_device *netdev = adapter->netdev; |
| 4027 | struct pci_dev *pdev = adapter->pdev; |
| 4028 | struct e1000_rx_desc *rx_desc, *next_rxd; |
| 4029 | struct e1000_buffer *buffer_info, *next_buffer; |
| 4030 | unsigned long irq_flags; |
| 4031 | u32 length; |
| 4032 | unsigned int i; |
| 4033 | int cleaned_count = 0; |
| 4034 | bool cleaned = false; |
| 4035 | unsigned int total_rx_bytes=0, total_rx_packets=0; |
| 4036 | |
| 4037 | i = rx_ring->next_to_clean; |
| 4038 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4039 | buffer_info = &rx_ring->buffer_info[i]; |
| 4040 | |
| 4041 | while (rx_desc->status & E1000_RXD_STAT_DD) { |
| 4042 | struct sk_buff *skb; |
| 4043 | u8 status; |
| 4044 | |
| 4045 | if (*work_done >= work_to_do) |
| 4046 | break; |
| 4047 | (*work_done)++; |
Jeff Kirsher | 2d0bb1c | 2010-08-08 16:02:31 +0000 | [diff] [blame] | 4048 | rmb(); /* read descriptor and rx_buffer_info after status DD */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4049 | |
| 4050 | status = rx_desc->status; |
| 4051 | skb = buffer_info->skb; |
| 4052 | buffer_info->skb = NULL; |
| 4053 | |
| 4054 | if (++i == rx_ring->count) i = 0; |
| 4055 | next_rxd = E1000_RX_DESC(*rx_ring, i); |
| 4056 | prefetch(next_rxd); |
| 4057 | |
| 4058 | next_buffer = &rx_ring->buffer_info[i]; |
| 4059 | |
| 4060 | cleaned = true; |
| 4061 | cleaned_count++; |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4062 | dma_unmap_page(&pdev->dev, buffer_info->dma, |
| 4063 | buffer_info->length, DMA_FROM_DEVICE); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4064 | buffer_info->dma = 0; |
| 4065 | |
| 4066 | length = le16_to_cpu(rx_desc->length); |
| 4067 | |
| 4068 | /* errors is only valid for DD + EOP descriptors */ |
| 4069 | if (unlikely((status & E1000_RXD_STAT_EOP) && |
| 4070 | (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) { |
Sebastian Andrzej Siewior | a306085 | 2012-05-11 16:30:46 +0000 | [diff] [blame] | 4071 | u8 *mapped; |
| 4072 | u8 last_byte; |
| 4073 | |
| 4074 | mapped = page_address(buffer_info->page); |
| 4075 | last_byte = *(mapped + length - 1); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4076 | if (TBI_ACCEPT(hw, status, rx_desc->errors, length, |
| 4077 | last_byte)) { |
| 4078 | spin_lock_irqsave(&adapter->stats_lock, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4079 | irq_flags); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4080 | e1000_tbi_adjust_stats(hw, &adapter->stats, |
Sebastian Andrzej Siewior | 281a8f2 | 2012-05-15 09:18:55 +0000 | [diff] [blame] | 4081 | length, mapped); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4082 | spin_unlock_irqrestore(&adapter->stats_lock, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4083 | irq_flags); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4084 | length--; |
| 4085 | } else { |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 4086 | if (netdev->features & NETIF_F_RXALL) |
| 4087 | goto process_skb; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4088 | /* recycle both page and skb */ |
| 4089 | buffer_info->skb = skb; |
| 4090 | /* an error means any chain goes out the window |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4091 | * too |
| 4092 | */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4093 | if (rx_ring->rx_skb_top) |
| 4094 | dev_kfree_skb(rx_ring->rx_skb_top); |
| 4095 | rx_ring->rx_skb_top = NULL; |
| 4096 | goto next_desc; |
| 4097 | } |
| 4098 | } |
| 4099 | |
| 4100 | #define rxtop rx_ring->rx_skb_top |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 4101 | process_skb: |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4102 | if (!(status & E1000_RXD_STAT_EOP)) { |
| 4103 | /* this descriptor is only the beginning (or middle) */ |
| 4104 | if (!rxtop) { |
| 4105 | /* this is the beginning of a chain */ |
| 4106 | rxtop = skb; |
| 4107 | skb_fill_page_desc(rxtop, 0, buffer_info->page, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4108 | 0, length); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4109 | } else { |
| 4110 | /* this is the middle of a chain */ |
| 4111 | skb_fill_page_desc(rxtop, |
| 4112 | skb_shinfo(rxtop)->nr_frags, |
| 4113 | buffer_info->page, 0, length); |
| 4114 | /* re-use the skb, only consumed the page */ |
| 4115 | buffer_info->skb = skb; |
| 4116 | } |
| 4117 | e1000_consume_page(buffer_info, rxtop, length); |
| 4118 | goto next_desc; |
| 4119 | } else { |
| 4120 | if (rxtop) { |
| 4121 | /* end of the chain */ |
| 4122 | skb_fill_page_desc(rxtop, |
| 4123 | skb_shinfo(rxtop)->nr_frags, |
| 4124 | buffer_info->page, 0, length); |
| 4125 | /* re-use the current skb, we only consumed the |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4126 | * page |
| 4127 | */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4128 | buffer_info->skb = skb; |
| 4129 | skb = rxtop; |
| 4130 | rxtop = NULL; |
| 4131 | e1000_consume_page(buffer_info, skb, length); |
| 4132 | } else { |
| 4133 | /* no chain, got EOP, this buf is the packet |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4134 | * copybreak to save the put_page/alloc_page |
| 4135 | */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4136 | if (length <= copybreak && |
| 4137 | skb_tailroom(skb) >= length) { |
| 4138 | u8 *vaddr; |
Cong Wang | 4679026 | 2011-11-25 23:14:23 +0800 | [diff] [blame] | 4139 | vaddr = kmap_atomic(buffer_info->page); |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4140 | memcpy(skb_tail_pointer(skb), vaddr, |
| 4141 | length); |
Cong Wang | 4679026 | 2011-11-25 23:14:23 +0800 | [diff] [blame] | 4142 | kunmap_atomic(vaddr); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4143 | /* re-use the page, so don't erase |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4144 | * buffer_info->page |
| 4145 | */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4146 | skb_put(skb, length); |
| 4147 | } else { |
| 4148 | skb_fill_page_desc(skb, 0, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4149 | buffer_info->page, 0, |
| 4150 | length); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4151 | e1000_consume_page(buffer_info, skb, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4152 | length); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4153 | } |
| 4154 | } |
| 4155 | } |
| 4156 | |
| 4157 | /* Receive Checksum Offload XXX recompute due to CRC strip? */ |
| 4158 | e1000_rx_checksum(adapter, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4159 | (u32)(status) | |
| 4160 | ((u32)(rx_desc->errors) << 24), |
| 4161 | le16_to_cpu(rx_desc->csum), skb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4162 | |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame] | 4163 | total_rx_bytes += (skb->len - 4); /* don't count FCS */ |
| 4164 | if (likely(!(netdev->features & NETIF_F_RXFCS))) |
| 4165 | pskb_trim(skb, skb->len - 4); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4166 | total_rx_packets++; |
| 4167 | |
| 4168 | /* eth type trans needs skb->data to point to something */ |
| 4169 | if (!pskb_may_pull(skb, ETH_HLEN)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4170 | e_err(drv, "pskb_may_pull failed.\n"); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4171 | dev_kfree_skb(skb); |
| 4172 | goto next_desc; |
| 4173 | } |
| 4174 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4175 | e1000_receive_skb(adapter, status, rx_desc->special, skb); |
| 4176 | |
| 4177 | next_desc: |
| 4178 | rx_desc->status = 0; |
| 4179 | |
| 4180 | /* return some buffers to hardware, one at a time is too slow */ |
| 4181 | if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) { |
| 4182 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4183 | cleaned_count = 0; |
| 4184 | } |
| 4185 | |
| 4186 | /* use prefetched values */ |
| 4187 | rx_desc = next_rxd; |
| 4188 | buffer_info = next_buffer; |
| 4189 | } |
| 4190 | rx_ring->next_to_clean = i; |
| 4191 | |
| 4192 | cleaned_count = E1000_DESC_UNUSED(rx_ring); |
| 4193 | if (cleaned_count) |
| 4194 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4195 | |
| 4196 | adapter->total_rx_packets += total_rx_packets; |
| 4197 | adapter->total_rx_bytes += total_rx_bytes; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 4198 | netdev->stats.rx_bytes += total_rx_bytes; |
| 4199 | netdev->stats.rx_packets += total_rx_packets; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4200 | return cleaned; |
| 4201 | } |
| 4202 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4203 | /* this should improve performance for small packets with large amounts |
Joe Perches | 57bf6ee | 2010-05-13 15:26:17 +0000 | [diff] [blame] | 4204 | * of reassembly being done in the stack |
| 4205 | */ |
| 4206 | static void e1000_check_copybreak(struct net_device *netdev, |
| 4207 | struct e1000_buffer *buffer_info, |
| 4208 | u32 length, struct sk_buff **skb) |
| 4209 | { |
| 4210 | struct sk_buff *new_skb; |
| 4211 | |
| 4212 | if (length > copybreak) |
| 4213 | return; |
| 4214 | |
| 4215 | new_skb = netdev_alloc_skb_ip_align(netdev, length); |
| 4216 | if (!new_skb) |
| 4217 | return; |
| 4218 | |
| 4219 | skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN, |
| 4220 | (*skb)->data - NET_IP_ALIGN, |
| 4221 | length + NET_IP_ALIGN); |
| 4222 | /* save the skb in buffer_info as good */ |
| 4223 | buffer_info->skb = *skb; |
| 4224 | *skb = new_skb; |
| 4225 | } |
| 4226 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4227 | /** |
Malli Chilakala | 2d7edb9 | 2005-04-28 19:43:52 -0700 | [diff] [blame] | 4228 | * e1000_clean_rx_irq - Send received data up the network stack; legacy |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4229 | * @adapter: board private structure |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4230 | * @rx_ring: ring to clean |
| 4231 | * @work_done: amount of napi work completed this call |
| 4232 | * @work_to_do: max amount of work allowed for this call to do |
| 4233 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4234 | static bool e1000_clean_rx_irq(struct e1000_adapter *adapter, |
| 4235 | struct e1000_rx_ring *rx_ring, |
| 4236 | int *work_done, int work_to_do) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4237 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4238 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4239 | struct net_device *netdev = adapter->netdev; |
| 4240 | struct pci_dev *pdev = adapter->pdev; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4241 | struct e1000_rx_desc *rx_desc, *next_rxd; |
| 4242 | struct e1000_buffer *buffer_info, *next_buffer; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4243 | unsigned long flags; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4244 | u32 length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4245 | unsigned int i; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4246 | int cleaned_count = 0; |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 4247 | bool cleaned = false; |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4248 | unsigned int total_rx_bytes=0, total_rx_packets=0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4249 | |
| 4250 | i = rx_ring->next_to_clean; |
| 4251 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4252 | buffer_info = &rx_ring->buffer_info[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4253 | |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4254 | while (rx_desc->status & E1000_RXD_STAT_DD) { |
Auke Kok | 24f476e | 2006-06-08 09:28:47 -0700 | [diff] [blame] | 4255 | struct sk_buff *skb; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4256 | u8 status; |
Auke Kok | 90fb513 | 2006-11-01 08:47:30 -0800 | [diff] [blame] | 4257 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4258 | if (*work_done >= work_to_do) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4259 | break; |
| 4260 | (*work_done)++; |
Jeff Kirsher | 2d0bb1c | 2010-08-08 16:02:31 +0000 | [diff] [blame] | 4261 | rmb(); /* read descriptor and rx_buffer_info after status DD */ |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4262 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4263 | status = rx_desc->status; |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4264 | skb = buffer_info->skb; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4265 | buffer_info->skb = NULL; |
| 4266 | |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4267 | prefetch(skb->data - NET_IP_ALIGN); |
| 4268 | |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4269 | if (++i == rx_ring->count) i = 0; |
| 4270 | next_rxd = E1000_RX_DESC(*rx_ring, i); |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4271 | prefetch(next_rxd); |
| 4272 | |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4273 | next_buffer = &rx_ring->buffer_info[i]; |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4274 | |
Joe Perches | c3033b0 | 2008-03-21 11:06:25 -0700 | [diff] [blame] | 4275 | cleaned = true; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4276 | cleaned_count++; |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4277 | dma_unmap_single(&pdev->dev, buffer_info->dma, |
| 4278 | buffer_info->length, DMA_FROM_DEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 4279 | buffer_info->dma = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4280 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4281 | length = le16_to_cpu(rx_desc->length); |
Neil Horman | ea30e11 | 2009-06-02 01:29:58 -0700 | [diff] [blame] | 4282 | /* !EOP means multiple descriptors were used to store a single |
Jesse Brandeburg | 40a14de | 2010-01-19 14:15:38 +0000 | [diff] [blame] | 4283 | * packet, if thats the case we need to toss it. In fact, we |
| 4284 | * to toss every packet with the EOP bit clear and the next |
| 4285 | * frame that _does_ have the EOP bit set, as it is by |
| 4286 | * definition only a frame fragment |
| 4287 | */ |
| 4288 | if (unlikely(!(status & E1000_RXD_STAT_EOP))) |
| 4289 | adapter->discarding = true; |
| 4290 | |
| 4291 | if (adapter->discarding) { |
Jeff Kirsher | a1415ee | 2006-02-28 20:24:07 -0800 | [diff] [blame] | 4292 | /* All receives must fit into a single buffer */ |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4293 | e_dbg("Receive packet consumed multiple buffers\n"); |
Auke Kok | 864c4e4 | 2006-06-27 09:06:53 -0700 | [diff] [blame] | 4294 | /* recycle */ |
Auke Kok | 8fc897b | 2006-08-28 14:56:16 -0700 | [diff] [blame] | 4295 | buffer_info->skb = skb; |
Jesse Brandeburg | 40a14de | 2010-01-19 14:15:38 +0000 | [diff] [blame] | 4296 | if (status & E1000_RXD_STAT_EOP) |
| 4297 | adapter->discarding = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4298 | goto next_desc; |
| 4299 | } |
| 4300 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4301 | if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) { |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4302 | u8 last_byte = *(skb->data + length - 1); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4303 | if (TBI_ACCEPT(hw, status, rx_desc->errors, length, |
| 4304 | last_byte)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4305 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4306 | e1000_tbi_adjust_stats(hw, &adapter->stats, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4307 | length, skb->data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4308 | spin_unlock_irqrestore(&adapter->stats_lock, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4309 | flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4310 | length--; |
| 4311 | } else { |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 4312 | if (netdev->features & NETIF_F_RXALL) |
| 4313 | goto process_skb; |
Auke Kok | 9e2feac | 2006-04-14 19:05:18 -0700 | [diff] [blame] | 4314 | /* recycle */ |
| 4315 | buffer_info->skb = skb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4316 | goto next_desc; |
| 4317 | } |
Auke Kok | 1cb5821 | 2006-04-18 12:31:04 -0700 | [diff] [blame] | 4318 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4319 | |
Ben Greear | e825b73 | 2012-04-04 06:01:29 +0000 | [diff] [blame] | 4320 | process_skb: |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame] | 4321 | total_rx_bytes += (length - 4); /* don't count FCS */ |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4322 | total_rx_packets++; |
| 4323 | |
Ben Greear | b0d1562 | 2012-02-11 15:40:11 +0000 | [diff] [blame] | 4324 | if (likely(!(netdev->features & NETIF_F_RXFCS))) |
| 4325 | /* adjust length to remove Ethernet CRC, this must be |
| 4326 | * done after the TBI_ACCEPT workaround above |
| 4327 | */ |
| 4328 | length -= 4; |
| 4329 | |
Joe Perches | 57bf6ee | 2010-05-13 15:26:17 +0000 | [diff] [blame] | 4330 | e1000_check_copybreak(netdev, buffer_info, length, &skb); |
| 4331 | |
Auke Kok | 996695d | 2006-11-01 08:47:50 -0800 | [diff] [blame] | 4332 | skb_put(skb, length); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4333 | |
| 4334 | /* Receive Checksum Offload */ |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4335 | e1000_rx_checksum(adapter, |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4336 | (u32)(status) | |
| 4337 | ((u32)(rx_desc->errors) << 24), |
David S. Miller | c3d7a3a | 2006-03-15 14:26:28 -0800 | [diff] [blame] | 4338 | le16_to_cpu(rx_desc->csum), skb); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4339 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4340 | e1000_receive_skb(adapter, status, rx_desc->special, skb); |
Francois Romieu | c3570ac | 2008-07-11 15:17:38 -0700 | [diff] [blame] | 4341 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4342 | next_desc: |
| 4343 | rx_desc->status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4344 | |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4345 | /* return some buffers to hardware, one at a time is too slow */ |
| 4346 | if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) { |
| 4347 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
| 4348 | cleaned_count = 0; |
| 4349 | } |
| 4350 | |
Jeff Kirsher | 30320be | 2006-03-02 18:21:57 -0800 | [diff] [blame] | 4351 | /* use prefetched values */ |
Jesse Brandeburg | 86c3d59 | 2006-01-18 13:01:43 -0800 | [diff] [blame] | 4352 | rx_desc = next_rxd; |
| 4353 | buffer_info = next_buffer; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4354 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4355 | rx_ring->next_to_clean = i; |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4356 | |
| 4357 | cleaned_count = E1000_DESC_UNUSED(rx_ring); |
| 4358 | if (cleaned_count) |
| 4359 | adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4360 | |
Jesse Brandeburg | 835bb12 | 2006-11-01 08:48:13 -0800 | [diff] [blame] | 4361 | adapter->total_rx_packets += total_rx_packets; |
| 4362 | adapter->total_rx_bytes += total_rx_bytes; |
Ajit Khaparde | 5fe31de | 2009-10-07 02:42:23 +0000 | [diff] [blame] | 4363 | netdev->stats.rx_bytes += total_rx_bytes; |
| 4364 | netdev->stats.rx_packets += total_rx_packets; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4365 | return cleaned; |
| 4366 | } |
| 4367 | |
| 4368 | /** |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4369 | * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers |
| 4370 | * @adapter: address of board private structure |
| 4371 | * @rx_ring: pointer to receive ring structure |
| 4372 | * @cleaned_count: number of buffers to allocate this pass |
| 4373 | **/ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4374 | static void |
| 4375 | e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4376 | struct e1000_rx_ring *rx_ring, int cleaned_count) |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4377 | { |
| 4378 | struct net_device *netdev = adapter->netdev; |
| 4379 | struct pci_dev *pdev = adapter->pdev; |
| 4380 | struct e1000_rx_desc *rx_desc; |
| 4381 | struct e1000_buffer *buffer_info; |
| 4382 | struct sk_buff *skb; |
| 4383 | unsigned int i; |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4384 | unsigned int bufsz = 256 - 16 /*for skb_reserve */ ; |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4385 | |
| 4386 | i = rx_ring->next_to_use; |
| 4387 | buffer_info = &rx_ring->buffer_info[i]; |
| 4388 | |
| 4389 | while (cleaned_count--) { |
| 4390 | skb = buffer_info->skb; |
| 4391 | if (skb) { |
| 4392 | skb_trim(skb, 0); |
| 4393 | goto check_page; |
| 4394 | } |
| 4395 | |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4396 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4397 | if (unlikely(!skb)) { |
| 4398 | /* Better luck next round */ |
| 4399 | adapter->alloc_rx_buff_failed++; |
| 4400 | break; |
| 4401 | } |
| 4402 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4403 | buffer_info->skb = skb; |
| 4404 | buffer_info->length = adapter->rx_buffer_len; |
| 4405 | check_page: |
| 4406 | /* allocate a new page if necessary */ |
| 4407 | if (!buffer_info->page) { |
| 4408 | buffer_info->page = alloc_page(GFP_ATOMIC); |
| 4409 | if (unlikely(!buffer_info->page)) { |
| 4410 | adapter->alloc_rx_buff_failed++; |
| 4411 | break; |
| 4412 | } |
| 4413 | } |
| 4414 | |
Anton Blanchard | b5abb02 | 2010-02-19 17:54:53 +0000 | [diff] [blame] | 4415 | if (!buffer_info->dma) { |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4416 | buffer_info->dma = dma_map_page(&pdev->dev, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4417 | buffer_info->page, 0, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4418 | buffer_info->length, |
| 4419 | DMA_FROM_DEVICE); |
| 4420 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) { |
Anton Blanchard | b5abb02 | 2010-02-19 17:54:53 +0000 | [diff] [blame] | 4421 | put_page(buffer_info->page); |
| 4422 | dev_kfree_skb(skb); |
| 4423 | buffer_info->page = NULL; |
| 4424 | buffer_info->skb = NULL; |
| 4425 | buffer_info->dma = 0; |
| 4426 | adapter->alloc_rx_buff_failed++; |
| 4427 | break; /* while !buffer_info->skb */ |
| 4428 | } |
| 4429 | } |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4430 | |
| 4431 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4432 | rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 4433 | |
| 4434 | if (unlikely(++i == rx_ring->count)) |
| 4435 | i = 0; |
| 4436 | buffer_info = &rx_ring->buffer_info[i]; |
| 4437 | } |
| 4438 | |
| 4439 | if (likely(rx_ring->next_to_use != i)) { |
| 4440 | rx_ring->next_to_use = i; |
| 4441 | if (unlikely(i-- == 0)) |
| 4442 | i = (rx_ring->count - 1); |
| 4443 | |
| 4444 | /* Force memory writes to complete before letting h/w |
| 4445 | * know there are new descriptors to fetch. (Only |
| 4446 | * applicable for weak-ordered memory model archs, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4447 | * such as IA-64). |
| 4448 | */ |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 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 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4458 | static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, |
| 4459 | struct e1000_rx_ring *rx_ring, |
| 4460 | int cleaned_count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4461 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4462 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4463 | struct net_device *netdev = adapter->netdev; |
| 4464 | struct pci_dev *pdev = adapter->pdev; |
| 4465 | struct e1000_rx_desc *rx_desc; |
| 4466 | struct e1000_buffer *buffer_info; |
| 4467 | struct sk_buff *skb; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4468 | unsigned int i; |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4469 | unsigned int bufsz = adapter->rx_buffer_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4470 | |
| 4471 | i = rx_ring->next_to_use; |
| 4472 | buffer_info = &rx_ring->buffer_info[i]; |
| 4473 | |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4474 | while (cleaned_count--) { |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4475 | skb = buffer_info->skb; |
| 4476 | if (skb) { |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4477 | skb_trim(skb, 0); |
| 4478 | goto map_skb; |
| 4479 | } |
| 4480 | |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4481 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4482 | if (unlikely(!skb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4483 | /* Better luck next round */ |
Jeff Kirsher | 72d64a4 | 2006-01-12 16:51:19 -0800 | [diff] [blame] | 4484 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4485 | break; |
| 4486 | } |
| 4487 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4488 | /* Fix for errata 23, can't cross 64kB boundary */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4489 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4490 | struct sk_buff *oldskb = skb; |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4491 | e_err(rx_err, "skb align check failed: %u bytes at " |
| 4492 | "%p\n", bufsz, skb->data); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4493 | /* Try again, without freeing the previous */ |
Eric Dumazet | 89d71a6 | 2009-10-13 05:34:20 +0000 | [diff] [blame] | 4494 | skb = netdev_alloc_skb_ip_align(netdev, bufsz); |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4495 | /* Failed allocation, critical failure */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4496 | if (!skb) { |
| 4497 | dev_kfree_skb(oldskb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4498 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4499 | break; |
| 4500 | } |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4501 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4502 | if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) { |
| 4503 | /* give up */ |
| 4504 | dev_kfree_skb(skb); |
| 4505 | dev_kfree_skb(oldskb); |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4506 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4507 | break; /* while !buffer_info->skb */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4508 | } |
Christoph Hellwig | ca6f722 | 2006-08-31 14:27:47 -0700 | [diff] [blame] | 4509 | |
| 4510 | /* Use new allocation */ |
| 4511 | dev_kfree_skb(oldskb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4512 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4513 | buffer_info->skb = skb; |
| 4514 | buffer_info->length = adapter->rx_buffer_len; |
Jeff Kirsher | a292ca6 | 2006-01-12 16:51:30 -0800 | [diff] [blame] | 4515 | map_skb: |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4516 | buffer_info->dma = dma_map_single(&pdev->dev, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4517 | skb->data, |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4518 | buffer_info->length, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4519 | DMA_FROM_DEVICE); |
| 4520 | if (dma_mapping_error(&pdev->dev, buffer_info->dma)) { |
Anton Blanchard | b5abb02 | 2010-02-19 17:54:53 +0000 | [diff] [blame] | 4521 | dev_kfree_skb(skb); |
| 4522 | buffer_info->skb = NULL; |
| 4523 | buffer_info->dma = 0; |
| 4524 | adapter->alloc_rx_buff_failed++; |
| 4525 | break; /* while !buffer_info->skb */ |
| 4526 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4527 | |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4528 | /* XXX if it was allocated cleanly it will never map to a |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4529 | * boundary crossing |
| 4530 | */ |
| 4531 | |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4532 | /* Fix for errata 23, can't cross 64kB boundary */ |
| 4533 | if (!e1000_check_64k_bound(adapter, |
| 4534 | (void *)(unsigned long)buffer_info->dma, |
| 4535 | adapter->rx_buffer_len)) { |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4536 | e_err(rx_err, "dma align check failed: %u bytes at " |
| 4537 | "%p\n", adapter->rx_buffer_len, |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 4538 | (void *)(unsigned long)buffer_info->dma); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4539 | dev_kfree_skb(skb); |
| 4540 | buffer_info->skb = NULL; |
| 4541 | |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4542 | dma_unmap_single(&pdev->dev, buffer_info->dma, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4543 | adapter->rx_buffer_len, |
Nick Nunley | b16f53b | 2010-04-27 13:08:45 +0000 | [diff] [blame] | 4544 | DMA_FROM_DEVICE); |
Jesse Brandeburg | 679be3b | 2009-06-30 12:45:34 +0000 | [diff] [blame] | 4545 | buffer_info->dma = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4546 | |
Jesse Brandeburg | edbbb3c | 2009-07-06 10:44:39 +0000 | [diff] [blame] | 4547 | adapter->alloc_rx_buff_failed++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4548 | break; /* while !buffer_info->skb */ |
| 4549 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4550 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| 4551 | rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma); |
| 4552 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4553 | if (unlikely(++i == rx_ring->count)) |
| 4554 | i = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4555 | buffer_info = &rx_ring->buffer_info[i]; |
| 4556 | } |
| 4557 | |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4558 | if (likely(rx_ring->next_to_use != i)) { |
| 4559 | rx_ring->next_to_use = i; |
| 4560 | if (unlikely(i-- == 0)) |
| 4561 | i = (rx_ring->count - 1); |
| 4562 | |
| 4563 | /* Force memory writes to complete before letting h/w |
| 4564 | * know there are new descriptors to fetch. (Only |
| 4565 | * applicable for weak-ordered memory model archs, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4566 | * such as IA-64). |
| 4567 | */ |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4568 | wmb(); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4569 | writel(i, hw->hw_addr + rx_ring->rdt); |
Jesse Brandeburg | b92ff8e | 2006-01-18 13:01:32 -0800 | [diff] [blame] | 4570 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4571 | } |
| 4572 | |
| 4573 | /** |
| 4574 | * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers. |
| 4575 | * @adapter: |
| 4576 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4577 | static void e1000_smartspeed(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4578 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4579 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4580 | u16 phy_status; |
| 4581 | u16 phy_ctrl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4582 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4583 | if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg || |
| 4584 | !(hw->autoneg_advertised & ADVERTISE_1000_FULL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4585 | return; |
| 4586 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4587 | if (adapter->smartspeed == 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4588 | /* If Master/Slave config fault is asserted twice, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4589 | * we assume back-to-back |
| 4590 | */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4591 | e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4592 | if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4593 | e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4594 | if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4595 | e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4596 | if (phy_ctrl & CR_1000T_MS_ENABLE) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4597 | phy_ctrl &= ~CR_1000T_MS_ENABLE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4598 | e1000_write_phy_reg(hw, PHY_1000T_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4599 | phy_ctrl); |
| 4600 | adapter->smartspeed++; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4601 | if (!e1000_phy_setup_autoneg(hw) && |
| 4602 | !e1000_read_phy_reg(hw, PHY_CTRL, |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4603 | &phy_ctrl)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4604 | phy_ctrl |= (MII_CR_AUTO_NEG_EN | |
| 4605 | MII_CR_RESTART_AUTO_NEG); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4606 | e1000_write_phy_reg(hw, PHY_CTRL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4607 | phy_ctrl); |
| 4608 | } |
| 4609 | } |
| 4610 | return; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4611 | } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4612 | /* If still no link, perhaps using 2/3 pair cable */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4613 | e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4614 | phy_ctrl |= CR_1000T_MS_ENABLE; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4615 | e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); |
| 4616 | if (!e1000_phy_setup_autoneg(hw) && |
| 4617 | !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4618 | phy_ctrl |= (MII_CR_AUTO_NEG_EN | |
| 4619 | MII_CR_RESTART_AUTO_NEG); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4620 | e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4621 | } |
| 4622 | } |
| 4623 | /* Restart process after E1000_SMARTSPEED_MAX iterations */ |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4624 | if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4625 | adapter->smartspeed = 0; |
| 4626 | } |
| 4627 | |
| 4628 | /** |
| 4629 | * e1000_ioctl - |
| 4630 | * @netdev: |
| 4631 | * @ifreq: |
| 4632 | * @cmd: |
| 4633 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4634 | 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] | 4635 | { |
| 4636 | switch (cmd) { |
| 4637 | case SIOCGMIIPHY: |
| 4638 | case SIOCGMIIREG: |
| 4639 | case SIOCSMIIREG: |
| 4640 | return e1000_mii_ioctl(netdev, ifr, cmd); |
| 4641 | default: |
| 4642 | return -EOPNOTSUPP; |
| 4643 | } |
| 4644 | } |
| 4645 | |
| 4646 | /** |
| 4647 | * e1000_mii_ioctl - |
| 4648 | * @netdev: |
| 4649 | * @ifreq: |
| 4650 | * @cmd: |
| 4651 | **/ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4652 | static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, |
| 4653 | int cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4654 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4655 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4656 | struct e1000_hw *hw = &adapter->hw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4657 | struct mii_ioctl_data *data = if_mii(ifr); |
| 4658 | int retval; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4659 | u16 mii_reg; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4660 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4661 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4662 | if (hw->media_type != e1000_media_type_copper) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4663 | return -EOPNOTSUPP; |
| 4664 | |
| 4665 | switch (cmd) { |
| 4666 | case SIOCGMIIPHY: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4667 | data->phy_id = hw->phy_addr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4668 | break; |
| 4669 | case SIOCGMIIREG: |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4670 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4671 | if (e1000_read_phy_reg(hw, data->reg_num & 0x1F, |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4672 | &data->val_out)) { |
| 4673 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4674 | return -EIO; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4675 | } |
| 4676 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4677 | break; |
| 4678 | case SIOCSMIIREG: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4679 | if (data->reg_num & ~(0x1F)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4680 | return -EFAULT; |
| 4681 | mii_reg = data->val_in; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4682 | spin_lock_irqsave(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4683 | if (e1000_write_phy_reg(hw, data->reg_num, |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4684 | mii_reg)) { |
| 4685 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4686 | return -EIO; |
Malli Chilakala | 97876fc | 2005-06-17 17:40:19 -0700 | [diff] [blame] | 4687 | } |
Jesse Brandeburg | f0163ac | 2007-11-13 21:00:09 -0800 | [diff] [blame] | 4688 | spin_unlock_irqrestore(&adapter->stats_lock, flags); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4689 | if (hw->media_type == e1000_media_type_copper) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4690 | switch (data->reg_num) { |
| 4691 | case PHY_CTRL: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4692 | if (mii_reg & MII_CR_POWER_DOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4693 | break; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4694 | if (mii_reg & MII_CR_AUTO_NEG_EN) { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4695 | hw->autoneg = 1; |
| 4696 | hw->autoneg_advertised = 0x2F; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4697 | } else { |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4698 | u32 speed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4699 | if (mii_reg & 0x40) |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4700 | speed = SPEED_1000; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4701 | else if (mii_reg & 0x2000) |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4702 | speed = SPEED_100; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4703 | else |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4704 | speed = SPEED_10; |
| 4705 | retval = e1000_set_spd_dplx( |
| 4706 | adapter, speed, |
| 4707 | ((mii_reg & 0x100) |
| 4708 | ? DUPLEX_FULL : |
| 4709 | DUPLEX_HALF)); |
Jesse Brandeburg | f0163ac | 2007-11-13 21:00:09 -0800 | [diff] [blame] | 4710 | if (retval) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4711 | return retval; |
| 4712 | } |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4713 | if (netif_running(adapter->netdev)) |
| 4714 | e1000_reinit_locked(adapter); |
| 4715 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4716 | e1000_reset(adapter); |
| 4717 | break; |
| 4718 | case M88E1000_PHY_SPEC_CTRL: |
| 4719 | case M88E1000_EXT_PHY_SPEC_CTRL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4720 | if (e1000_phy_reset(hw)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4721 | return -EIO; |
| 4722 | break; |
| 4723 | } |
| 4724 | } else { |
| 4725 | switch (data->reg_num) { |
| 4726 | case PHY_CTRL: |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4727 | if (mii_reg & MII_CR_POWER_DOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4728 | break; |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4729 | if (netif_running(adapter->netdev)) |
| 4730 | e1000_reinit_locked(adapter); |
| 4731 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4732 | e1000_reset(adapter); |
| 4733 | break; |
| 4734 | } |
| 4735 | } |
| 4736 | break; |
| 4737 | default: |
| 4738 | return -EOPNOTSUPP; |
| 4739 | } |
| 4740 | return E1000_SUCCESS; |
| 4741 | } |
| 4742 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4743 | void e1000_pci_set_mwi(struct e1000_hw *hw) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4744 | { |
| 4745 | struct e1000_adapter *adapter = hw->back; |
Malli Chilakala | 2648345 | 2005-04-28 19:44:46 -0700 | [diff] [blame] | 4746 | int ret_val = pci_set_mwi(adapter->pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4747 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4748 | if (ret_val) |
Emil Tantilov | feb8f47 | 2010-07-26 23:37:21 -0700 | [diff] [blame] | 4749 | e_err(probe, "Error in setting MWI\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4750 | } |
| 4751 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4752 | void e1000_pci_clear_mwi(struct e1000_hw *hw) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4753 | { |
| 4754 | struct e1000_adapter *adapter = hw->back; |
| 4755 | |
| 4756 | pci_clear_mwi(adapter->pdev); |
| 4757 | } |
| 4758 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4759 | int e1000_pcix_get_mmrbc(struct e1000_hw *hw) |
Peter Oruba | 007755e | 2007-09-28 22:42:06 -0700 | [diff] [blame] | 4760 | { |
| 4761 | struct e1000_adapter *adapter = hw->back; |
| 4762 | return pcix_get_mmrbc(adapter->pdev); |
| 4763 | } |
| 4764 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4765 | void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc) |
Peter Oruba | 007755e | 2007-09-28 22:42:06 -0700 | [diff] [blame] | 4766 | { |
| 4767 | struct e1000_adapter *adapter = hw->back; |
| 4768 | pcix_set_mmrbc(adapter->pdev, mmrbc); |
| 4769 | } |
| 4770 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4771 | 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] | 4772 | { |
| 4773 | outl(value, port); |
| 4774 | } |
| 4775 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4776 | static bool e1000_vlan_used(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4777 | { |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4778 | u16 vid; |
| 4779 | |
| 4780 | for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) |
| 4781 | return true; |
| 4782 | return false; |
| 4783 | } |
| 4784 | |
Jiri Pirko | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 4785 | static void __e1000_vlan_mode(struct e1000_adapter *adapter, |
| 4786 | netdev_features_t features) |
| 4787 | { |
| 4788 | struct e1000_hw *hw = &adapter->hw; |
| 4789 | u32 ctrl; |
| 4790 | |
| 4791 | ctrl = er32(CTRL); |
Patrick McHardy | f646968 | 2013-04-19 02:04:27 +0000 | [diff] [blame] | 4792 | if (features & NETIF_F_HW_VLAN_CTAG_RX) { |
Jiri Pirko | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 4793 | /* enable VLAN tag insert/strip */ |
| 4794 | ctrl |= E1000_CTRL_VME; |
| 4795 | } else { |
| 4796 | /* disable VLAN tag insert/strip */ |
| 4797 | ctrl &= ~E1000_CTRL_VME; |
| 4798 | } |
| 4799 | ew32(CTRL, ctrl); |
| 4800 | } |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4801 | static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter, |
| 4802 | bool filter_on) |
| 4803 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4804 | struct e1000_hw *hw = &adapter->hw; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4805 | u32 rctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4806 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4807 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4808 | e1000_irq_disable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4809 | |
Jiri Pirko | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 4810 | __e1000_vlan_mode(adapter, adapter->netdev->features); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4811 | if (filter_on) { |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 4812 | /* enable VLAN receive filtering */ |
| 4813 | rctl = er32(RCTL); |
| 4814 | rctl &= ~E1000_RCTL_CFIEN; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4815 | if (!(adapter->netdev->flags & IFF_PROMISC)) |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 4816 | rctl |= E1000_RCTL_VFE; |
| 4817 | ew32(RCTL, rctl); |
| 4818 | e1000_update_mng_vlan(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4819 | } else { |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 4820 | /* disable VLAN receive filtering */ |
| 4821 | rctl = er32(RCTL); |
| 4822 | rctl &= ~E1000_RCTL_VFE; |
| 4823 | ew32(RCTL, rctl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4824 | } |
| 4825 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4826 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4827 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4828 | } |
| 4829 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 4830 | static void e1000_vlan_mode(struct net_device *netdev, |
Jiri Pirko | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 4831 | netdev_features_t features) |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4832 | { |
| 4833 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4834 | |
| 4835 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4836 | e1000_irq_disable(adapter); |
| 4837 | |
Jiri Pirko | 52f5509 | 2012-03-20 18:10:01 +0000 | [diff] [blame] | 4838 | __e1000_vlan_mode(adapter, features); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4839 | |
| 4840 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4841 | e1000_irq_enable(adapter); |
| 4842 | } |
| 4843 | |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 4844 | static int e1000_vlan_rx_add_vid(struct net_device *netdev, |
| 4845 | __be16 proto, u16 vid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4846 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4847 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4848 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4849 | u32 vfta, index; |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4850 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4851 | if ((hw->mng_cookie.status & |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4852 | E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) && |
| 4853 | (vid == adapter->mng_vlan_id)) |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4854 | return 0; |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4855 | |
| 4856 | if (!e1000_vlan_used(adapter)) |
| 4857 | e1000_vlan_filter_on_off(adapter, true); |
| 4858 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4859 | /* add VID to filter table */ |
| 4860 | index = (vid >> 5) & 0x7F; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4861 | vfta = E1000_READ_REG_ARRAY(hw, VFTA, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4862 | vfta |= (1 << (vid & 0x1F)); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4863 | e1000_write_vfta(hw, index, vfta); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4864 | |
| 4865 | set_bit(vid, adapter->active_vlans); |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4866 | |
| 4867 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4868 | } |
| 4869 | |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 4870 | static int e1000_vlan_rx_kill_vid(struct net_device *netdev, |
| 4871 | __be16 proto, u16 vid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4872 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4873 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4874 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4875 | u32 vfta, index; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4876 | |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4877 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4878 | e1000_irq_disable(adapter); |
Jesse Brandeburg | 9150b76 | 2008-03-21 11:06:58 -0700 | [diff] [blame] | 4879 | if (!test_bit(__E1000_DOWN, &adapter->flags)) |
| 4880 | e1000_irq_enable(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4881 | |
| 4882 | /* remove VID from filter table */ |
| 4883 | index = (vid >> 5) & 0x7F; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4884 | vfta = E1000_READ_REG_ARRAY(hw, VFTA, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4885 | vfta &= ~(1 << (vid & 0x1F)); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4886 | e1000_write_vfta(hw, index, vfta); |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4887 | |
| 4888 | clear_bit(vid, adapter->active_vlans); |
| 4889 | |
| 4890 | if (!e1000_vlan_used(adapter)) |
| 4891 | e1000_vlan_filter_on_off(adapter, false); |
Jiri Pirko | 8e58613 | 2011-12-08 19:52:37 -0500 | [diff] [blame] | 4892 | |
| 4893 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4894 | } |
| 4895 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 4896 | static void e1000_restore_vlan(struct e1000_adapter *adapter) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4897 | { |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4898 | u16 vid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4899 | |
Jiri Pirko | 5622e40 | 2011-07-21 03:26:31 +0000 | [diff] [blame] | 4900 | if (!e1000_vlan_used(adapter)) |
| 4901 | return; |
| 4902 | |
| 4903 | e1000_vlan_filter_on_off(adapter, true); |
| 4904 | for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) |
Patrick McHardy | 80d5c36 | 2013-04-19 02:04:28 +0000 | [diff] [blame] | 4905 | e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4906 | } |
| 4907 | |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4908 | 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] | 4909 | { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4910 | struct e1000_hw *hw = &adapter->hw; |
| 4911 | |
| 4912 | hw->autoneg = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4913 | |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4914 | /* Make sure dplx is at most 1 bit and lsb of speed is not set |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 4915 | * for the switch() below to work |
| 4916 | */ |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4917 | if ((spd & 1) || (dplx & ~1)) |
| 4918 | goto err_inval; |
| 4919 | |
Malli Chilakala | 6921368 | 2005-06-17 17:44:20 -0700 | [diff] [blame] | 4920 | /* Fiber NICs only allow 1000 gbps Full duplex */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4921 | if ((hw->media_type == e1000_media_type_fiber) && |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4922 | spd != SPEED_1000 && |
| 4923 | dplx != DUPLEX_FULL) |
| 4924 | goto err_inval; |
Malli Chilakala | 6921368 | 2005-06-17 17:44:20 -0700 | [diff] [blame] | 4925 | |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4926 | switch (spd + dplx) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4927 | case SPEED_10 + DUPLEX_HALF: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4928 | hw->forced_speed_duplex = e1000_10_half; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4929 | break; |
| 4930 | case SPEED_10 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4931 | hw->forced_speed_duplex = e1000_10_full; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4932 | break; |
| 4933 | case SPEED_100 + DUPLEX_HALF: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4934 | hw->forced_speed_duplex = e1000_100_half; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4935 | break; |
| 4936 | case SPEED_100 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4937 | hw->forced_speed_duplex = e1000_100_full; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4938 | break; |
| 4939 | case SPEED_1000 + DUPLEX_FULL: |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4940 | hw->autoneg = 1; |
| 4941 | hw->autoneg_advertised = ADVERTISE_1000_FULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4942 | break; |
| 4943 | case SPEED_1000 + DUPLEX_HALF: /* not supported */ |
| 4944 | default: |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4945 | goto err_inval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4946 | } |
Jesse Brandeburg | c819bbd5 | 2012-07-26 02:31:09 +0000 | [diff] [blame] | 4947 | |
| 4948 | /* clear MDI, MDI(-X) override is only allowed when autoneg enabled */ |
| 4949 | hw->mdix = AUTO_ALL_MODES; |
| 4950 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4951 | return 0; |
David Decotigny | 14ad251 | 2011-04-27 18:32:43 +0000 | [diff] [blame] | 4952 | |
| 4953 | err_inval: |
| 4954 | e_err(probe, "Unsupported Speed/Duplex configuration\n"); |
| 4955 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4956 | } |
| 4957 | |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 4958 | static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4959 | { |
| 4960 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 4961 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4962 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 4963 | u32 ctrl, ctrl_ext, rctl, status; |
| 4964 | u32 wufc = adapter->wol; |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 4965 | #ifdef CONFIG_PM |
Jeff Kirsher | 240b171 | 2006-01-12 16:51:28 -0800 | [diff] [blame] | 4966 | int retval = 0; |
Auke Kok | 6fdfef1 | 2006-06-27 09:06:36 -0700 | [diff] [blame] | 4967 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4968 | |
| 4969 | netif_device_detach(netdev); |
| 4970 | |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4971 | if (netif_running(netdev)) { |
| 4972 | WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4973 | e1000_down(adapter); |
Auke Kok | 2db10a0 | 2006-06-27 09:06:28 -0700 | [diff] [blame] | 4974 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4975 | |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 4976 | #ifdef CONFIG_PM |
Kok, Auke | 1d33e9c | 2007-02-16 14:39:28 -0800 | [diff] [blame] | 4977 | retval = pci_save_state(pdev); |
Jesse Brandeburg | 3a3847e | 2012-01-04 20:23:33 +0000 | [diff] [blame] | 4978 | if (retval) |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 4979 | return retval; |
| 4980 | #endif |
| 4981 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4982 | status = er32(STATUS); |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4983 | if (status & E1000_STATUS_LU) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4984 | wufc &= ~E1000_WUFC_LNKC; |
| 4985 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 4986 | if (wufc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4987 | e1000_setup_rctl(adapter); |
Patrick McHardy | db0ce50 | 2007-11-13 20:54:59 -0800 | [diff] [blame] | 4988 | e1000_set_rx_mode(netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4989 | |
Dean Nelson | b868179 | 2012-01-19 17:47:24 +0000 | [diff] [blame] | 4990 | rctl = er32(RCTL); |
| 4991 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4992 | /* turn on all-multi mode if wake on multicast is enabled */ |
Dean Nelson | b868179 | 2012-01-19 17:47:24 +0000 | [diff] [blame] | 4993 | if (wufc & E1000_WUFC_MC) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4994 | rctl |= E1000_RCTL_MPE; |
Dean Nelson | b868179 | 2012-01-19 17:47:24 +0000 | [diff] [blame] | 4995 | |
| 4996 | /* enable receives in the hardware */ |
| 4997 | ew32(RCTL, rctl | E1000_RCTL_EN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4998 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 4999 | if (hw->mac_type >= e1000_82540) { |
| 5000 | ctrl = er32(CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5001 | /* advertise wake from D3Cold */ |
| 5002 | #define E1000_CTRL_ADVD3WUC 0x00100000 |
| 5003 | /* phy power management enable */ |
| 5004 | #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000 |
| 5005 | ctrl |= E1000_CTRL_ADVD3WUC | |
| 5006 | E1000_CTRL_EN_PHY_PWR_MGMT; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5007 | ew32(CTRL, ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5008 | } |
| 5009 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5010 | if (hw->media_type == e1000_media_type_fiber || |
Jesse Brandeburg | 1532ece | 2009-09-25 12:16:14 +0000 | [diff] [blame] | 5011 | hw->media_type == e1000_media_type_internal_serdes) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5012 | /* keep the laser running in D3 */ |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5013 | ctrl_ext = er32(CTRL_EXT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5014 | ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA; |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5015 | ew32(CTRL_EXT, ctrl_ext); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5016 | } |
| 5017 | |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5018 | ew32(WUC, E1000_WUC_PME_EN); |
| 5019 | ew32(WUFC, wufc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5020 | } else { |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5021 | ew32(WUC, 0); |
| 5022 | ew32(WUFC, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5023 | } |
| 5024 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5025 | e1000_release_manageability(adapter); |
| 5026 | |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5027 | *enable_wake = !!wufc; |
| 5028 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5029 | /* make sure adapter isn't asleep if manageability is enabled */ |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5030 | if (adapter->en_mng_pt) |
| 5031 | *enable_wake = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5032 | |
Auke Kok | edd106f | 2006-11-06 08:57:12 -0800 | [diff] [blame] | 5033 | if (netif_running(netdev)) |
| 5034 | e1000_free_irq(adapter); |
| 5035 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5036 | pci_disable_device(pdev); |
Jeff Kirsher | 240b171 | 2006-01-12 16:51:28 -0800 | [diff] [blame] | 5037 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5038 | return 0; |
| 5039 | } |
| 5040 | |
Jesse Brandeburg | 2f82665 | 2006-01-18 13:01:34 -0800 | [diff] [blame] | 5041 | #ifdef CONFIG_PM |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5042 | static int e1000_suspend(struct pci_dev *pdev, pm_message_t state) |
| 5043 | { |
| 5044 | int retval; |
| 5045 | bool wake; |
| 5046 | |
| 5047 | retval = __e1000_shutdown(pdev, &wake); |
| 5048 | if (retval) |
| 5049 | return retval; |
| 5050 | |
| 5051 | if (wake) { |
| 5052 | pci_prepare_to_sleep(pdev); |
| 5053 | } else { |
| 5054 | pci_wake_from_d3(pdev, false); |
| 5055 | pci_set_power_state(pdev, PCI_D3hot); |
| 5056 | } |
| 5057 | |
| 5058 | return 0; |
| 5059 | } |
| 5060 | |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5061 | static int e1000_resume(struct pci_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5062 | { |
| 5063 | struct net_device *netdev = pci_get_drvdata(pdev); |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 5064 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5065 | struct e1000_hw *hw = &adapter->hw; |
Joe Perches | 406874a | 2008-04-03 10:06:32 -0700 | [diff] [blame] | 5066 | u32 err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5067 | |
Auke Kok | d0e027d | 2006-04-14 19:04:40 -0700 | [diff] [blame] | 5068 | pci_set_power_state(pdev, PCI_D0); |
Kok, Auke | 1d33e9c | 2007-02-16 14:39:28 -0800 | [diff] [blame] | 5069 | pci_restore_state(pdev); |
Nick Nunley | dbb5aae | 2010-02-03 14:49:48 +0000 | [diff] [blame] | 5070 | pci_save_state(pdev); |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5071 | |
| 5072 | if (adapter->need_ioport) |
| 5073 | err = pci_enable_device(pdev); |
| 5074 | else |
| 5075 | err = pci_enable_device_mem(pdev); |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 5076 | if (err) { |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 5077 | pr_err("Cannot enable PCI device from suspend\n"); |
Auke Kok | 3d1dd8c | 2006-08-28 14:56:27 -0700 | [diff] [blame] | 5078 | return err; |
| 5079 | } |
Malli Chilakala | a4cb847 | 2005-04-28 19:41:28 -0700 | [diff] [blame] | 5080 | pci_set_master(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5081 | |
Auke Kok | d0e027d | 2006-04-14 19:04:40 -0700 | [diff] [blame] | 5082 | pci_enable_wake(pdev, PCI_D3hot, 0); |
| 5083 | pci_enable_wake(pdev, PCI_D3cold, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5084 | |
Joe Perches | c7be73b | 2008-07-11 15:17:28 -0700 | [diff] [blame] | 5085 | if (netif_running(netdev)) { |
| 5086 | err = e1000_request_irq(adapter); |
| 5087 | if (err) |
| 5088 | return err; |
| 5089 | } |
Auke Kok | edd106f | 2006-11-06 08:57:12 -0800 | [diff] [blame] | 5090 | |
| 5091 | e1000_power_up_phy(adapter); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5092 | e1000_reset(adapter); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5093 | ew32(WUS, ~0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5094 | |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5095 | e1000_init_manageability(adapter); |
| 5096 | |
Jesse Brandeburg | 96838a4 | 2006-01-18 13:01:39 -0800 | [diff] [blame] | 5097 | if (netif_running(netdev)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5098 | e1000_up(adapter); |
| 5099 | |
| 5100 | netif_device_attach(netdev); |
| 5101 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5102 | return 0; |
| 5103 | } |
| 5104 | #endif |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 5105 | |
| 5106 | static void e1000_shutdown(struct pci_dev *pdev) |
| 5107 | { |
Rafael J. Wysocki | b43fcd7 | 2009-04-15 17:43:24 +0000 | [diff] [blame] | 5108 | bool wake; |
| 5109 | |
| 5110 | __e1000_shutdown(pdev, &wake); |
| 5111 | |
| 5112 | if (system_state == SYSTEM_POWER_OFF) { |
| 5113 | pci_wake_from_d3(pdev, wake); |
| 5114 | pci_set_power_state(pdev, PCI_D3hot); |
| 5115 | } |
Auke Kok | c653e63 | 2006-05-23 13:35:57 -0700 | [diff] [blame] | 5116 | } |
| 5117 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5118 | #ifdef CONFIG_NET_POLL_CONTROLLER |
Jeff Kirsher | 6cfbd97 | 2013-02-09 12:49:21 +0000 | [diff] [blame] | 5119 | /* Polling 'interrupt' - used by things like netconsole to send skbs |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5120 | * without having to re-enable interrupts. It's not called while |
| 5121 | * the interrupt routine is executing. |
| 5122 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5123 | static void e1000_netpoll(struct net_device *netdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5124 | { |
Malli Chilakala | 60490fe | 2005-06-17 17:41:45 -0700 | [diff] [blame] | 5125 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Auke Kok | d3d9e48 | 2006-07-14 16:14:23 -0700 | [diff] [blame] | 5126 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5127 | disable_irq(adapter->pdev->irq); |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 5128 | e1000_intr(adapter->pdev->irq, netdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5129 | enable_irq(adapter->pdev->irq); |
| 5130 | } |
| 5131 | #endif |
| 5132 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5133 | /** |
| 5134 | * e1000_io_error_detected - called when PCI error is detected |
| 5135 | * @pdev: Pointer to PCI device |
Jesse Brandeburg | 120a5d0 | 2009-09-25 15:19:46 -0700 | [diff] [blame] | 5136 | * @state: The current pci connection state |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5137 | * |
| 5138 | * This function is called after a PCI bus error affecting |
| 5139 | * this device has been detected. |
| 5140 | */ |
Joe Perches | 6479884 | 2008-07-11 15:17:02 -0700 | [diff] [blame] | 5141 | static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, |
| 5142 | pci_channel_state_t state) |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5143 | { |
| 5144 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5145 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5146 | |
| 5147 | netif_device_detach(netdev); |
| 5148 | |
Andre Detsch | eab6330 | 2009-06-30 12:46:13 +0000 | [diff] [blame] | 5149 | if (state == pci_channel_io_perm_failure) |
| 5150 | return PCI_ERS_RESULT_DISCONNECT; |
| 5151 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5152 | if (netif_running(netdev)) |
| 5153 | e1000_down(adapter); |
Linas Vepstas | 72e8d6b | 2006-09-18 20:58:06 -0700 | [diff] [blame] | 5154 | pci_disable_device(pdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5155 | |
| 5156 | /* Request a slot slot reset. */ |
| 5157 | return PCI_ERS_RESULT_NEED_RESET; |
| 5158 | } |
| 5159 | |
| 5160 | /** |
| 5161 | * e1000_io_slot_reset - called after the pci bus has been reset. |
| 5162 | * @pdev: Pointer to PCI device |
| 5163 | * |
| 5164 | * Restart the card from scratch, as if from a cold-boot. Implementation |
| 5165 | * resembles the first-half of the e1000_resume routine. |
| 5166 | */ |
| 5167 | static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev) |
| 5168 | { |
| 5169 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5170 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5171 | struct e1000_hw *hw = &adapter->hw; |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5172 | int err; |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5173 | |
Taku Izumi | 8125029 | 2008-07-11 15:17:44 -0700 | [diff] [blame] | 5174 | if (adapter->need_ioport) |
| 5175 | err = pci_enable_device(pdev); |
| 5176 | else |
| 5177 | err = pci_enable_device_mem(pdev); |
| 5178 | if (err) { |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 5179 | pr_err("Cannot re-enable PCI device after reset.\n"); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5180 | return PCI_ERS_RESULT_DISCONNECT; |
| 5181 | } |
| 5182 | pci_set_master(pdev); |
| 5183 | |
Linas Vepstas | dbf38c9 | 2006-09-27 12:54:11 -0700 | [diff] [blame] | 5184 | pci_enable_wake(pdev, PCI_D3hot, 0); |
| 5185 | pci_enable_wake(pdev, PCI_D3cold, 0); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5186 | |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5187 | e1000_reset(adapter); |
Joe Perches | 1dc3291 | 2008-07-11 15:17:08 -0700 | [diff] [blame] | 5188 | ew32(WUS, ~0); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5189 | |
| 5190 | return PCI_ERS_RESULT_RECOVERED; |
| 5191 | } |
| 5192 | |
| 5193 | /** |
| 5194 | * e1000_io_resume - called when traffic can start flowing again. |
| 5195 | * @pdev: Pointer to PCI device |
| 5196 | * |
| 5197 | * This callback is called when the error recovery driver tells us that |
| 5198 | * its OK to resume normal operation. Implementation resembles the |
| 5199 | * second-half of the e1000_resume routine. |
| 5200 | */ |
| 5201 | static void e1000_io_resume(struct pci_dev *pdev) |
| 5202 | { |
| 5203 | struct net_device *netdev = pci_get_drvdata(pdev); |
Wang Chen | 4cf1653 | 2008-11-12 23:38:14 -0800 | [diff] [blame] | 5204 | struct e1000_adapter *adapter = netdev_priv(netdev); |
Jeff Garzik | 0fccd0e | 2006-12-15 10:56:10 -0500 | [diff] [blame] | 5205 | |
| 5206 | e1000_init_manageability(adapter); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5207 | |
| 5208 | if (netif_running(netdev)) { |
| 5209 | if (e1000_up(adapter)) { |
Emil Tantilov | 675ad47 | 2010-04-27 14:02:58 +0000 | [diff] [blame] | 5210 | pr_info("can't bring device back up after reset\n"); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5211 | return; |
| 5212 | } |
| 5213 | } |
| 5214 | |
| 5215 | netif_device_attach(netdev); |
Auke Kok | 9026729 | 2006-06-08 09:30:24 -0700 | [diff] [blame] | 5216 | } |
| 5217 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5218 | /* e1000_main.c */ |