1 /*******************************************************************************
3 Intel PRO/1000 Linux driver
4 Copyright(c) 1999 - 2006 Intel Corporation.
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.
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
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
23 Linux NICS <linux.nics@intel.com>
24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
25 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *******************************************************************************/
30 #include <net/ip6_checksum.h>
32 char e1000_driver_name
[] = "e1000";
33 static char e1000_driver_string
[] = "Intel(R) PRO/1000 Network Driver";
34 #ifndef CONFIG_E1000_NAPI
37 #define DRIVERNAPI "-NAPI"
39 #define DRV_VERSION "7.3.20-k2"DRIVERNAPI
40 const char e1000_driver_version
[] = DRV_VERSION
;
41 static const char e1000_copyright
[] = "Copyright (c) 1999-2006 Intel Corporation.";
43 /* e1000_pci_tbl - PCI Device ID Table
45 * Last entry must be all 0s
48 * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)}
50 #ifdef CONFIG_E1000E_ENABLED
56 static struct pci_device_id e1000_pci_tbl
[] = {
57 INTEL_E1000_ETHERNET_DEVICE(0x1000),
58 INTEL_E1000_ETHERNET_DEVICE(0x1001),
59 INTEL_E1000_ETHERNET_DEVICE(0x1004),
60 INTEL_E1000_ETHERNET_DEVICE(0x1008),
61 INTEL_E1000_ETHERNET_DEVICE(0x1009),
62 INTEL_E1000_ETHERNET_DEVICE(0x100C),
63 INTEL_E1000_ETHERNET_DEVICE(0x100D),
64 INTEL_E1000_ETHERNET_DEVICE(0x100E),
65 INTEL_E1000_ETHERNET_DEVICE(0x100F),
66 INTEL_E1000_ETHERNET_DEVICE(0x1010),
67 INTEL_E1000_ETHERNET_DEVICE(0x1011),
68 INTEL_E1000_ETHERNET_DEVICE(0x1012),
69 INTEL_E1000_ETHERNET_DEVICE(0x1013),
70 INTEL_E1000_ETHERNET_DEVICE(0x1014),
71 INTEL_E1000_ETHERNET_DEVICE(0x1015),
72 INTEL_E1000_ETHERNET_DEVICE(0x1016),
73 INTEL_E1000_ETHERNET_DEVICE(0x1017),
74 INTEL_E1000_ETHERNET_DEVICE(0x1018),
75 INTEL_E1000_ETHERNET_DEVICE(0x1019),
76 INTEL_E1000_ETHERNET_DEVICE(0x101A),
77 INTEL_E1000_ETHERNET_DEVICE(0x101D),
78 INTEL_E1000_ETHERNET_DEVICE(0x101E),
79 INTEL_E1000_ETHERNET_DEVICE(0x1026),
80 INTEL_E1000_ETHERNET_DEVICE(0x1027),
81 INTEL_E1000_ETHERNET_DEVICE(0x1028),
82 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x1049))
83 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x104A))
84 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x104B))
85 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x104C))
86 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x104D))
87 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x105E))
88 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x105F))
89 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x1060))
90 INTEL_E1000_ETHERNET_DEVICE(0x1075),
91 INTEL_E1000_ETHERNET_DEVICE(0x1076),
92 INTEL_E1000_ETHERNET_DEVICE(0x1077),
93 INTEL_E1000_ETHERNET_DEVICE(0x1078),
94 INTEL_E1000_ETHERNET_DEVICE(0x1079),
95 INTEL_E1000_ETHERNET_DEVICE(0x107A),
96 INTEL_E1000_ETHERNET_DEVICE(0x107B),
97 INTEL_E1000_ETHERNET_DEVICE(0x107C),
98 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x107D))
99 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x107E))
100 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x107F))
101 INTEL_E1000_ETHERNET_DEVICE(0x108A),
102 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x108B))
103 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x108C))
104 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x1096))
105 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x1098))
106 INTEL_E1000_ETHERNET_DEVICE(0x1099),
107 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x109A))
108 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10A4))
109 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10A5))
110 INTEL_E1000_ETHERNET_DEVICE(0x10B5),
111 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10B9))
112 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10BA))
113 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10BB))
114 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10BC))
115 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10C4))
116 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10C5))
117 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10D5))
118 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10D9))
119 PCIE( INTEL_E1000_ETHERNET_DEVICE(0x10DA))
120 /* required last entry */
124 MODULE_DEVICE_TABLE(pci
, e1000_pci_tbl
);
126 int e1000_up(struct e1000_adapter
*adapter
);
127 void e1000_down(struct e1000_adapter
*adapter
);
128 void e1000_reinit_locked(struct e1000_adapter
*adapter
);
129 void e1000_reset(struct e1000_adapter
*adapter
);
130 int e1000_set_spd_dplx(struct e1000_adapter
*adapter
, uint16_t spddplx
);
131 int e1000_setup_all_tx_resources(struct e1000_adapter
*adapter
);
132 int e1000_setup_all_rx_resources(struct e1000_adapter
*adapter
);
133 void e1000_free_all_tx_resources(struct e1000_adapter
*adapter
);
134 void e1000_free_all_rx_resources(struct e1000_adapter
*adapter
);
135 static int e1000_setup_tx_resources(struct e1000_adapter
*adapter
,
136 struct e1000_tx_ring
*txdr
);
137 static int e1000_setup_rx_resources(struct e1000_adapter
*adapter
,
138 struct e1000_rx_ring
*rxdr
);
139 static void e1000_free_tx_resources(struct e1000_adapter
*adapter
,
140 struct e1000_tx_ring
*tx_ring
);
141 static void e1000_free_rx_resources(struct e1000_adapter
*adapter
,
142 struct e1000_rx_ring
*rx_ring
);
143 void e1000_update_stats(struct e1000_adapter
*adapter
);
145 static int e1000_init_module(void);
146 static void e1000_exit_module(void);
147 static int e1000_probe(struct pci_dev
*pdev
, const struct pci_device_id
*ent
);
148 static void __devexit
e1000_remove(struct pci_dev
*pdev
);
149 static int e1000_alloc_queues(struct e1000_adapter
*adapter
);
150 static int e1000_sw_init(struct e1000_adapter
*adapter
);
151 static int e1000_open(struct net_device
*netdev
);
152 static int e1000_close(struct net_device
*netdev
);
153 static void e1000_configure_tx(struct e1000_adapter
*adapter
);
154 static void e1000_configure_rx(struct e1000_adapter
*adapter
);
155 static void e1000_setup_rctl(struct e1000_adapter
*adapter
);
156 static void e1000_clean_all_tx_rings(struct e1000_adapter
*adapter
);
157 static void e1000_clean_all_rx_rings(struct e1000_adapter
*adapter
);
158 static void e1000_clean_tx_ring(struct e1000_adapter
*adapter
,
159 struct e1000_tx_ring
*tx_ring
);
160 static void e1000_clean_rx_ring(struct e1000_adapter
*adapter
,
161 struct e1000_rx_ring
*rx_ring
);
162 static void e1000_set_rx_mode(struct net_device
*netdev
);
163 static void e1000_update_phy_info(unsigned long data
);
164 static void e1000_watchdog(unsigned long data
);
165 static void e1000_82547_tx_fifo_stall(unsigned long data
);
166 static int e1000_xmit_frame(struct sk_buff
*skb
, struct net_device
*netdev
);
167 static struct net_device_stats
* e1000_get_stats(struct net_device
*netdev
);
168 static int e1000_change_mtu(struct net_device
*netdev
, int new_mtu
);
169 static int e1000_set_mac(struct net_device
*netdev
, void *p
);
170 static irqreturn_t
e1000_intr(int irq
, void *data
);
171 static irqreturn_t
e1000_intr_msi(int irq
, void *data
);
172 static boolean_t
e1000_clean_tx_irq(struct e1000_adapter
*adapter
,
173 struct e1000_tx_ring
*tx_ring
);
174 #ifdef CONFIG_E1000_NAPI
175 static int e1000_clean(struct napi_struct
*napi
, int budget
);
176 static boolean_t
e1000_clean_rx_irq(struct e1000_adapter
*adapter
,
177 struct e1000_rx_ring
*rx_ring
,
178 int *work_done
, int work_to_do
);
179 static boolean_t
e1000_clean_rx_irq_ps(struct e1000_adapter
*adapter
,
180 struct e1000_rx_ring
*rx_ring
,
181 int *work_done
, int work_to_do
);
183 static boolean_t
e1000_clean_rx_irq(struct e1000_adapter
*adapter
,
184 struct e1000_rx_ring
*rx_ring
);
185 static boolean_t
e1000_clean_rx_irq_ps(struct e1000_adapter
*adapter
,
186 struct e1000_rx_ring
*rx_ring
);
188 static void e1000_alloc_rx_buffers(struct e1000_adapter
*adapter
,
189 struct e1000_rx_ring
*rx_ring
,
191 static void e1000_alloc_rx_buffers_ps(struct e1000_adapter
*adapter
,
192 struct e1000_rx_ring
*rx_ring
,
194 static int e1000_ioctl(struct net_device
*netdev
, struct ifreq
*ifr
, int cmd
);
195 static int e1000_mii_ioctl(struct net_device
*netdev
, struct ifreq
*ifr
,
197 static void e1000_enter_82542_rst(struct e1000_adapter
*adapter
);
198 static void e1000_leave_82542_rst(struct e1000_adapter
*adapter
);
199 static void e1000_tx_timeout(struct net_device
*dev
);
200 static void e1000_reset_task(struct work_struct
*work
);
201 static void e1000_smartspeed(struct e1000_adapter
*adapter
);
202 static int e1000_82547_fifo_workaround(struct e1000_adapter
*adapter
,
203 struct sk_buff
*skb
);
205 static void e1000_vlan_rx_register(struct net_device
*netdev
, struct vlan_group
*grp
);
206 static void e1000_vlan_rx_add_vid(struct net_device
*netdev
, uint16_t vid
);
207 static void e1000_vlan_rx_kill_vid(struct net_device
*netdev
, uint16_t vid
);
208 static void e1000_restore_vlan(struct e1000_adapter
*adapter
);
210 static int e1000_suspend(struct pci_dev
*pdev
, pm_message_t state
);
212 static int e1000_resume(struct pci_dev
*pdev
);
214 static void e1000_shutdown(struct pci_dev
*pdev
);
216 #ifdef CONFIG_NET_POLL_CONTROLLER
217 /* for netdump / net console */
218 static void e1000_netpoll (struct net_device
*netdev
);
221 #define COPYBREAK_DEFAULT 256
222 static unsigned int copybreak __read_mostly
= COPYBREAK_DEFAULT
;
223 module_param(copybreak
, uint
, 0644);
224 MODULE_PARM_DESC(copybreak
,
225 "Maximum size of packet that is copied to a new buffer on receive");
227 static pci_ers_result_t
e1000_io_error_detected(struct pci_dev
*pdev
,
228 pci_channel_state_t state
);
229 static pci_ers_result_t
e1000_io_slot_reset(struct pci_dev
*pdev
);
230 static void e1000_io_resume(struct pci_dev
*pdev
);
232 static struct pci_error_handlers e1000_err_handler
= {
233 .error_detected
= e1000_io_error_detected
,
234 .slot_reset
= e1000_io_slot_reset
,
235 .resume
= e1000_io_resume
,
238 static struct pci_driver e1000_driver
= {
239 .name
= e1000_driver_name
,
240 .id_table
= e1000_pci_tbl
,
241 .probe
= e1000_probe
,
242 .remove
= __devexit_p(e1000_remove
),
244 /* Power Managment Hooks */
245 .suspend
= e1000_suspend
,
246 .resume
= e1000_resume
,
248 .shutdown
= e1000_shutdown
,
249 .err_handler
= &e1000_err_handler
252 MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
253 MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
254 MODULE_LICENSE("GPL");
255 MODULE_VERSION(DRV_VERSION
);
257 static int debug
= NETIF_MSG_DRV
| NETIF_MSG_PROBE
;
258 module_param(debug
, int, 0);
259 MODULE_PARM_DESC(debug
, "Debug level (0=none,...,16=all)");
262 * e1000_init_module - Driver Registration Routine
264 * e1000_init_module is the first routine called when the driver is
265 * loaded. All it does is register with the PCI subsystem.
269 e1000_init_module(void)
272 printk(KERN_INFO
"%s - version %s\n",
273 e1000_driver_string
, e1000_driver_version
);
275 printk(KERN_INFO
"%s\n", e1000_copyright
);
277 ret
= pci_register_driver(&e1000_driver
);
278 if (copybreak
!= COPYBREAK_DEFAULT
) {
280 printk(KERN_INFO
"e1000: copybreak disabled\n");
282 printk(KERN_INFO
"e1000: copybreak enabled for "
283 "packets <= %u bytes\n", copybreak
);
288 module_init(e1000_init_module
);
291 * e1000_exit_module - Driver Exit Cleanup Routine
293 * e1000_exit_module is called just before the driver is removed
298 e1000_exit_module(void)
300 pci_unregister_driver(&e1000_driver
);
303 module_exit(e1000_exit_module
);
305 static int e1000_request_irq(struct e1000_adapter
*adapter
)
307 struct net_device
*netdev
= adapter
->netdev
;
308 irq_handler_t handler
= e1000_intr
;
309 int irq_flags
= IRQF_SHARED
;
312 if (adapter
->hw
.mac_type
>= e1000_82571
) {
313 adapter
->have_msi
= !pci_enable_msi(adapter
->pdev
);
314 if (adapter
->have_msi
) {
315 handler
= e1000_intr_msi
;
320 err
= request_irq(adapter
->pdev
->irq
, handler
, irq_flags
, netdev
->name
,
323 if (adapter
->have_msi
)
324 pci_disable_msi(adapter
->pdev
);
326 "Unable to allocate interrupt Error: %d\n", err
);
332 static void e1000_free_irq(struct e1000_adapter
*adapter
)
334 struct net_device
*netdev
= adapter
->netdev
;
336 free_irq(adapter
->pdev
->irq
, netdev
);
338 if (adapter
->have_msi
)
339 pci_disable_msi(adapter
->pdev
);
343 * e1000_irq_disable - Mask off interrupt generation on the NIC
344 * @adapter: board private structure
348 e1000_irq_disable(struct e1000_adapter
*adapter
)
350 atomic_inc(&adapter
->irq_sem
);
351 E1000_WRITE_REG(&adapter
->hw
, IMC
, ~0);
352 E1000_WRITE_FLUSH(&adapter
->hw
);
353 synchronize_irq(adapter
->pdev
->irq
);
357 * e1000_irq_enable - Enable default interrupt generation settings
358 * @adapter: board private structure
362 e1000_irq_enable(struct e1000_adapter
*adapter
)
364 if (likely(atomic_dec_and_test(&adapter
->irq_sem
))) {
365 E1000_WRITE_REG(&adapter
->hw
, IMS
, IMS_ENABLE_MASK
);
366 E1000_WRITE_FLUSH(&adapter
->hw
);
371 e1000_update_mng_vlan(struct e1000_adapter
*adapter
)
373 struct net_device
*netdev
= adapter
->netdev
;
374 uint16_t vid
= adapter
->hw
.mng_cookie
.vlan_id
;
375 uint16_t old_vid
= adapter
->mng_vlan_id
;
376 if (adapter
->vlgrp
) {
377 if (!vlan_group_get_device(adapter
->vlgrp
, vid
)) {
378 if (adapter
->hw
.mng_cookie
.status
&
379 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT
) {
380 e1000_vlan_rx_add_vid(netdev
, vid
);
381 adapter
->mng_vlan_id
= vid
;
383 adapter
->mng_vlan_id
= E1000_MNG_VLAN_NONE
;
385 if ((old_vid
!= (uint16_t)E1000_MNG_VLAN_NONE
) &&
387 !vlan_group_get_device(adapter
->vlgrp
, old_vid
))
388 e1000_vlan_rx_kill_vid(netdev
, old_vid
);
390 adapter
->mng_vlan_id
= vid
;
395 * e1000_release_hw_control - release control of the h/w to f/w
396 * @adapter: address of board private structure
398 * e1000_release_hw_control resets {CTRL_EXT|FWSM}:DRV_LOAD bit.
399 * For ASF and Pass Through versions of f/w this means that the
400 * driver is no longer loaded. For AMT version (only with 82573) i
401 * of the f/w this means that the network i/f is closed.
406 e1000_release_hw_control(struct e1000_adapter
*adapter
)
411 /* Let firmware taken over control of h/w */
412 switch (adapter
->hw
.mac_type
) {
414 swsm
= E1000_READ_REG(&adapter
->hw
, SWSM
);
415 E1000_WRITE_REG(&adapter
->hw
, SWSM
,
416 swsm
& ~E1000_SWSM_DRV_LOAD
);
420 case e1000_80003es2lan
:
422 ctrl_ext
= E1000_READ_REG(&adapter
->hw
, CTRL_EXT
);
423 E1000_WRITE_REG(&adapter
->hw
, CTRL_EXT
,
424 ctrl_ext
& ~E1000_CTRL_EXT_DRV_LOAD
);
432 * e1000_get_hw_control - get control of the h/w from f/w
433 * @adapter: address of board private structure
435 * e1000_get_hw_control sets {CTRL_EXT|FWSM}:DRV_LOAD bit.
436 * For ASF and Pass Through versions of f/w this means that
437 * the driver is loaded. For AMT version (only with 82573)
438 * of the f/w this means that the network i/f is open.
443 e1000_get_hw_control(struct e1000_adapter
*adapter
)
448 /* Let firmware know the driver has taken over */
449 switch (adapter
->hw
.mac_type
) {
451 swsm
= E1000_READ_REG(&adapter
->hw
, SWSM
);
452 E1000_WRITE_REG(&adapter
->hw
, SWSM
,
453 swsm
| E1000_SWSM_DRV_LOAD
);
457 case e1000_80003es2lan
:
459 ctrl_ext
= E1000_READ_REG(&adapter
->hw
, CTRL_EXT
);
460 E1000_WRITE_REG(&adapter
->hw
, CTRL_EXT
,
461 ctrl_ext
| E1000_CTRL_EXT_DRV_LOAD
);
469 e1000_init_manageability(struct e1000_adapter
*adapter
)
471 if (adapter
->en_mng_pt
) {
472 uint32_t manc
= E1000_READ_REG(&adapter
->hw
, MANC
);
474 /* disable hardware interception of ARP */
475 manc
&= ~(E1000_MANC_ARP_EN
);
477 /* enable receiving management packets to the host */
478 /* this will probably generate destination unreachable messages
479 * from the host OS, but the packets will be handled on SMBUS */
480 if (adapter
->hw
.has_manc2h
) {
481 uint32_t manc2h
= E1000_READ_REG(&adapter
->hw
, MANC2H
);
483 manc
|= E1000_MANC_EN_MNG2HOST
;
484 #define E1000_MNG2HOST_PORT_623 (1 << 5)
485 #define E1000_MNG2HOST_PORT_664 (1 << 6)
486 manc2h
|= E1000_MNG2HOST_PORT_623
;
487 manc2h
|= E1000_MNG2HOST_PORT_664
;
488 E1000_WRITE_REG(&adapter
->hw
, MANC2H
, manc2h
);
491 E1000_WRITE_REG(&adapter
->hw
, MANC
, manc
);
496 e1000_release_manageability(struct e1000_adapter
*adapter
)
498 if (adapter
->en_mng_pt
) {
499 uint32_t manc
= E1000_READ_REG(&adapter
->hw
, MANC
);
501 /* re-enable hardware interception of ARP */
502 manc
|= E1000_MANC_ARP_EN
;
504 if (adapter
->hw
.has_manc2h
)
505 manc
&= ~E1000_MANC_EN_MNG2HOST
;
507 /* don't explicitly have to mess with MANC2H since
508 * MANC has an enable disable that gates MANC2H */
510 E1000_WRITE_REG(&adapter
->hw
, MANC
, manc
);
515 * e1000_configure - configure the hardware for RX and TX
516 * @adapter = private board structure
518 static void e1000_configure(struct e1000_adapter
*adapter
)
520 struct net_device
*netdev
= adapter
->netdev
;
523 e1000_set_rx_mode(netdev
);
525 e1000_restore_vlan(adapter
);
526 e1000_init_manageability(adapter
);
528 e1000_configure_tx(adapter
);
529 e1000_setup_rctl(adapter
);
530 e1000_configure_rx(adapter
);
531 /* call E1000_DESC_UNUSED which always leaves
532 * at least 1 descriptor unused to make sure
533 * next_to_use != next_to_clean */
534 for (i
= 0; i
< adapter
->num_rx_queues
; i
++) {
535 struct e1000_rx_ring
*ring
= &adapter
->rx_ring
[i
];
536 adapter
->alloc_rx_buf(adapter
, ring
,
537 E1000_DESC_UNUSED(ring
));
540 adapter
->tx_queue_len
= netdev
->tx_queue_len
;
543 int e1000_up(struct e1000_adapter
*adapter
)
545 /* hardware has been reset, we need to reload some things */
546 e1000_configure(adapter
);
548 clear_bit(__E1000_DOWN
, &adapter
->flags
);
550 #ifdef CONFIG_E1000_NAPI
551 napi_enable(&adapter
->napi
);
553 e1000_irq_enable(adapter
);
555 /* fire a link change interrupt to start the watchdog */
556 E1000_WRITE_REG(&adapter
->hw
, ICS
, E1000_ICS_LSC
);
561 * e1000_power_up_phy - restore link in case the phy was powered down
562 * @adapter: address of board private structure
564 * The phy may be powered down to save power and turn off link when the
565 * driver is unloaded and wake on lan is not enabled (among others)
566 * *** this routine MUST be followed by a call to e1000_reset ***
570 void e1000_power_up_phy(struct e1000_adapter
*adapter
)
572 uint16_t mii_reg
= 0;
574 /* Just clear the power down bit to wake the phy back up */
575 if (adapter
->hw
.media_type
== e1000_media_type_copper
) {
576 /* according to the manual, the phy will retain its
577 * settings across a power-down/up cycle */
578 e1000_read_phy_reg(&adapter
->hw
, PHY_CTRL
, &mii_reg
);
579 mii_reg
&= ~MII_CR_POWER_DOWN
;
580 e1000_write_phy_reg(&adapter
->hw
, PHY_CTRL
, mii_reg
);
584 static void e1000_power_down_phy(struct e1000_adapter
*adapter
)
586 /* Power down the PHY so no link is implied when interface is down *
587 * The PHY cannot be powered down if any of the following is TRUE *
590 * (c) SoL/IDER session is active */
591 if (!adapter
->wol
&& adapter
->hw
.mac_type
>= e1000_82540
&&
592 adapter
->hw
.media_type
== e1000_media_type_copper
) {
593 uint16_t mii_reg
= 0;
595 switch (adapter
->hw
.mac_type
) {
598 case e1000_82545_rev_3
:
600 case e1000_82546_rev_3
:
602 case e1000_82541_rev_2
:
604 case e1000_82547_rev_2
:
605 if (E1000_READ_REG(&adapter
->hw
, MANC
) &
612 case e1000_80003es2lan
:
614 if (e1000_check_mng_mode(&adapter
->hw
) ||
615 e1000_check_phy_reset_block(&adapter
->hw
))
621 e1000_read_phy_reg(&adapter
->hw
, PHY_CTRL
, &mii_reg
);
622 mii_reg
|= MII_CR_POWER_DOWN
;
623 e1000_write_phy_reg(&adapter
->hw
, PHY_CTRL
, mii_reg
);
631 e1000_down(struct e1000_adapter
*adapter
)
633 struct net_device
*netdev
= adapter
->netdev
;
635 /* signal that we're down so the interrupt handler does not
636 * reschedule our watchdog timer */
637 set_bit(__E1000_DOWN
, &adapter
->flags
);
639 #ifdef CONFIG_E1000_NAPI
640 napi_disable(&adapter
->napi
);
641 atomic_set(&adapter
->irq_sem
, 0);
643 e1000_irq_disable(adapter
);
645 del_timer_sync(&adapter
->tx_fifo_stall_timer
);
646 del_timer_sync(&adapter
->watchdog_timer
);
647 del_timer_sync(&adapter
->phy_info_timer
);
649 netdev
->tx_queue_len
= adapter
->tx_queue_len
;
650 adapter
->link_speed
= 0;
651 adapter
->link_duplex
= 0;
652 netif_carrier_off(netdev
);
653 netif_stop_queue(netdev
);
655 e1000_reset(adapter
);
656 e1000_clean_all_tx_rings(adapter
);
657 e1000_clean_all_rx_rings(adapter
);
661 e1000_reinit_locked(struct e1000_adapter
*adapter
)
663 WARN_ON(in_interrupt());
664 while (test_and_set_bit(__E1000_RESETTING
, &adapter
->flags
))
668 clear_bit(__E1000_RESETTING
, &adapter
->flags
);
672 e1000_reset(struct e1000_adapter
*adapter
)
674 uint32_t pba
= 0, tx_space
, min_tx_space
, min_rx_space
;
675 uint16_t fc_high_water_mark
= E1000_FC_HIGH_DIFF
;
676 boolean_t legacy_pba_adjust
= FALSE
;
678 /* Repartition Pba for greater than 9k mtu
679 * To take effect CTRL.RST is required.
682 switch (adapter
->hw
.mac_type
) {
683 case e1000_82542_rev2_0
:
684 case e1000_82542_rev2_1
:
689 case e1000_82541_rev_2
:
690 legacy_pba_adjust
= TRUE
;
694 case e1000_82545_rev_3
:
696 case e1000_82546_rev_3
:
700 case e1000_82547_rev_2
:
701 legacy_pba_adjust
= TRUE
;
706 case e1000_80003es2lan
:
714 case e1000_undefined
:
719 if (legacy_pba_adjust
== TRUE
) {
720 if (adapter
->netdev
->mtu
> E1000_RXBUFFER_8192
)
721 pba
-= 8; /* allocate more FIFO for Tx */
723 if (adapter
->hw
.mac_type
== e1000_82547
) {
724 adapter
->tx_fifo_head
= 0;
725 adapter
->tx_head_addr
= pba
<< E1000_TX_HEAD_ADDR_SHIFT
;
726 adapter
->tx_fifo_size
=
727 (E1000_PBA_40K
- pba
) << E1000_PBA_BYTES_SHIFT
;
728 atomic_set(&adapter
->tx_fifo_stall
, 0);
730 } else if (adapter
->hw
.max_frame_size
> MAXIMUM_ETHERNET_FRAME_SIZE
) {
731 /* adjust PBA for jumbo frames */
732 E1000_WRITE_REG(&adapter
->hw
, PBA
, pba
);
734 /* To maintain wire speed transmits, the Tx FIFO should be
735 * large enough to accomodate two full transmit packets,
736 * rounded up to the next 1KB and expressed in KB. Likewise,
737 * the Rx FIFO should be large enough to accomodate at least
738 * one full receive packet and is similarly rounded up and
739 * expressed in KB. */
740 pba
= E1000_READ_REG(&adapter
->hw
, PBA
);
741 /* upper 16 bits has Tx packet buffer allocation size in KB */
742 tx_space
= pba
>> 16;
743 /* lower 16 bits has Rx packet buffer allocation size in KB */
745 /* don't include ethernet FCS because hardware appends/strips */
746 min_rx_space
= adapter
->netdev
->mtu
+ ENET_HEADER_SIZE
+
748 min_tx_space
= min_rx_space
;
750 min_tx_space
= ALIGN(min_tx_space
, 1024);
752 min_rx_space
= ALIGN(min_rx_space
, 1024);
755 /* If current Tx allocation is less than the min Tx FIFO size,
756 * and the min Tx FIFO size is less than the current Rx FIFO
757 * allocation, take space away from current Rx allocation */
758 if (tx_space
< min_tx_space
&&
759 ((min_tx_space
- tx_space
) < pba
)) {
760 pba
= pba
- (min_tx_space
- tx_space
);
762 /* PCI/PCIx hardware has PBA alignment constraints */
763 switch (adapter
->hw
.mac_type
) {
764 case e1000_82545
... e1000_82546_rev_3
:
765 pba
&= ~(E1000_PBA_8K
- 1);
771 /* if short on rx space, rx wins and must trump tx
772 * adjustment or use Early Receive if available */
773 if (pba
< min_rx_space
) {
774 switch (adapter
->hw
.mac_type
) {
776 /* ERT enabled in e1000_configure_rx */
786 E1000_WRITE_REG(&adapter
->hw
, PBA
, pba
);
788 /* flow control settings */
789 /* Set the FC high water mark to 90% of the FIFO size.
790 * Required to clear last 3 LSB */
791 fc_high_water_mark
= ((pba
* 9216)/10) & 0xFFF8;
792 /* We can't use 90% on small FIFOs because the remainder
793 * would be less than 1 full frame. In this case, we size
794 * it to allow at least a full frame above the high water
796 if (pba
< E1000_PBA_16K
)
797 fc_high_water_mark
= (pba
* 1024) - 1600;
799 adapter
->hw
.fc_high_water
= fc_high_water_mark
;
800 adapter
->hw
.fc_low_water
= fc_high_water_mark
- 8;
801 if (adapter
->hw
.mac_type
== e1000_80003es2lan
)
802 adapter
->hw
.fc_pause_time
= 0xFFFF;
804 adapter
->hw
.fc_pause_time
= E1000_FC_PAUSE_TIME
;
805 adapter
->hw
.fc_send_xon
= 1;
806 adapter
->hw
.fc
= adapter
->hw
.original_fc
;
808 /* Allow time for pending master requests to run */
809 e1000_reset_hw(&adapter
->hw
);
810 if (adapter
->hw
.mac_type
>= e1000_82544
)
811 E1000_WRITE_REG(&adapter
->hw
, WUC
, 0);
813 if (e1000_init_hw(&adapter
->hw
))
814 DPRINTK(PROBE
, ERR
, "Hardware Error\n");
815 e1000_update_mng_vlan(adapter
);
817 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
818 if (adapter
->hw
.mac_type
>= e1000_82544
&&
819 adapter
->hw
.mac_type
<= e1000_82547_rev_2
&&
820 adapter
->hw
.autoneg
== 1 &&
821 adapter
->hw
.autoneg_advertised
== ADVERTISE_1000_FULL
) {
822 uint32_t ctrl
= E1000_READ_REG(&adapter
->hw
, CTRL
);
823 /* clear phy power management bit if we are in gig only mode,
824 * which if enabled will attempt negotiation to 100Mb, which
825 * can cause a loss of link at power off or driver unload */
826 ctrl
&= ~E1000_CTRL_SWDPIN3
;
827 E1000_WRITE_REG(&adapter
->hw
, CTRL
, ctrl
);
830 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
831 E1000_WRITE_REG(&adapter
->hw
, VET
, ETHERNET_IEEE_VLAN_TYPE
);
833 e1000_reset_adaptive(&adapter
->hw
);
834 e1000_phy_get_info(&adapter
->hw
, &adapter
->phy_info
);
836 if (!adapter
->smart_power_down
&&
837 (adapter
->hw
.mac_type
== e1000_82571
||
838 adapter
->hw
.mac_type
== e1000_82572
)) {
839 uint16_t phy_data
= 0;
840 /* speed up time to link by disabling smart power down, ignore
841 * the return value of this function because there is nothing
842 * different we would do if it failed */
843 e1000_read_phy_reg(&adapter
->hw
, IGP02E1000_PHY_POWER_MGMT
,
845 phy_data
&= ~IGP02E1000_PM_SPD
;
846 e1000_write_phy_reg(&adapter
->hw
, IGP02E1000_PHY_POWER_MGMT
,
850 e1000_release_manageability(adapter
);
854 * Dump the eeprom for users having checksum issues
856 void e1000_dump_eeprom(struct e1000_adapter
*adapter
)
858 struct net_device
*netdev
= adapter
->netdev
;
859 struct ethtool_eeprom eeprom
;
860 const struct ethtool_ops
*ops
= netdev
->ethtool_ops
;
863 u16 csum_old
, csum_new
= 0;
865 eeprom
.len
= ops
->get_eeprom_len(netdev
);
868 data
= kmalloc(eeprom
.len
, GFP_KERNEL
);
870 printk(KERN_ERR
"Unable to allocate memory to dump EEPROM"
875 ops
->get_eeprom(netdev
, &eeprom
, data
);
877 csum_old
= (data
[EEPROM_CHECKSUM_REG
* 2]) +
878 (data
[EEPROM_CHECKSUM_REG
* 2 + 1] << 8);
879 for (i
= 0; i
< EEPROM_CHECKSUM_REG
* 2; i
+= 2)
880 csum_new
+= data
[i
] + (data
[i
+ 1] << 8);
881 csum_new
= EEPROM_SUM
- csum_new
;
883 printk(KERN_ERR
"/*********************/\n");
884 printk(KERN_ERR
"Current EEPROM Checksum : 0x%04x\n", csum_old
);
885 printk(KERN_ERR
"Calculated : 0x%04x\n", csum_new
);
887 printk(KERN_ERR
"Offset Values\n");
888 printk(KERN_ERR
"======== ======\n");
889 print_hex_dump(KERN_ERR
, "", DUMP_PREFIX_OFFSET
, 16, 1, data
, 128, 0);
891 printk(KERN_ERR
"Include this output when contacting your support "
893 printk(KERN_ERR
"This is not a software error! Something bad "
894 "happened to your hardware or\n");
895 printk(KERN_ERR
"EEPROM image. Ignoring this "
896 "problem could result in further problems,\n");
897 printk(KERN_ERR
"possibly loss of data, corruption or system hangs!\n");
898 printk(KERN_ERR
"The MAC Address will be reset to 00:00:00:00:00:00, "
899 "which is invalid\n");
900 printk(KERN_ERR
"and requires you to set the proper MAC "
901 "address manually before continuing\n");
902 printk(KERN_ERR
"to enable this network device.\n");
903 printk(KERN_ERR
"Please inspect the EEPROM dump and report the issue "
904 "to your hardware vendor\n");
905 printk(KERN_ERR
"or Intel Customer Support: linux-nics@intel.com\n");
906 printk(KERN_ERR
"/*********************/\n");
912 * e1000_probe - Device Initialization Routine
913 * @pdev: PCI device information struct
914 * @ent: entry in e1000_pci_tbl
916 * Returns 0 on success, negative on failure
918 * e1000_probe initializes an adapter identified by a pci_dev structure.
919 * The OS initialization, configuring of the adapter private structure,
920 * and a hardware reset occur.
924 e1000_probe(struct pci_dev
*pdev
,
925 const struct pci_device_id
*ent
)
927 struct net_device
*netdev
;
928 struct e1000_adapter
*adapter
;
929 unsigned long mmio_start
, mmio_len
;
930 unsigned long flash_start
, flash_len
;
932 static int cards_found
= 0;
933 static int global_quad_port_a
= 0; /* global ksp3 port a indication */
934 int i
, err
, pci_using_dac
;
935 uint16_t eeprom_data
= 0;
936 uint16_t eeprom_apme_mask
= E1000_EEPROM_APME
;
937 DECLARE_MAC_BUF(mac
);
939 if ((err
= pci_enable_device(pdev
)))
942 if (!(err
= pci_set_dma_mask(pdev
, DMA_64BIT_MASK
)) &&
943 !(err
= pci_set_consistent_dma_mask(pdev
, DMA_64BIT_MASK
))) {
946 if ((err
= pci_set_dma_mask(pdev
, DMA_32BIT_MASK
)) &&
947 (err
= pci_set_consistent_dma_mask(pdev
, DMA_32BIT_MASK
))) {
948 E1000_ERR("No usable DMA configuration, aborting\n");
954 if ((err
= pci_request_regions(pdev
, e1000_driver_name
)))
957 pci_set_master(pdev
);
960 netdev
= alloc_etherdev(sizeof(struct e1000_adapter
));
962 goto err_alloc_etherdev
;
964 SET_NETDEV_DEV(netdev
, &pdev
->dev
);
966 pci_set_drvdata(pdev
, netdev
);
967 adapter
= netdev_priv(netdev
);
968 adapter
->netdev
= netdev
;
969 adapter
->pdev
= pdev
;
970 adapter
->hw
.back
= adapter
;
971 adapter
->msg_enable
= (1 << debug
) - 1;
973 mmio_start
= pci_resource_start(pdev
, BAR_0
);
974 mmio_len
= pci_resource_len(pdev
, BAR_0
);
977 adapter
->hw
.hw_addr
= ioremap(mmio_start
, mmio_len
);
978 if (!adapter
->hw
.hw_addr
)
981 for (i
= BAR_1
; i
<= BAR_5
; i
++) {
982 if (pci_resource_len(pdev
, i
) == 0)
984 if (pci_resource_flags(pdev
, i
) & IORESOURCE_IO
) {
985 adapter
->hw
.io_base
= pci_resource_start(pdev
, i
);
990 netdev
->open
= &e1000_open
;
991 netdev
->stop
= &e1000_close
;
992 netdev
->hard_start_xmit
= &e1000_xmit_frame
;
993 netdev
->get_stats
= &e1000_get_stats
;
994 netdev
->set_rx_mode
= &e1000_set_rx_mode
;
995 netdev
->set_mac_address
= &e1000_set_mac
;
996 netdev
->change_mtu
= &e1000_change_mtu
;
997 netdev
->do_ioctl
= &e1000_ioctl
;
998 e1000_set_ethtool_ops(netdev
);
999 netdev
->tx_timeout
= &e1000_tx_timeout
;
1000 netdev
->watchdog_timeo
= 5 * HZ
;
1001 #ifdef CONFIG_E1000_NAPI
1002 netif_napi_add(netdev
, &adapter
->napi
, e1000_clean
, 64);
1004 netdev
->vlan_rx_register
= e1000_vlan_rx_register
;
1005 netdev
->vlan_rx_add_vid
= e1000_vlan_rx_add_vid
;
1006 netdev
->vlan_rx_kill_vid
= e1000_vlan_rx_kill_vid
;
1007 #ifdef CONFIG_NET_POLL_CONTROLLER
1008 netdev
->poll_controller
= e1000_netpoll
;
1010 strncpy(netdev
->name
, pci_name(pdev
), sizeof(netdev
->name
) - 1);
1012 netdev
->mem_start
= mmio_start
;
1013 netdev
->mem_end
= mmio_start
+ mmio_len
;
1014 netdev
->base_addr
= adapter
->hw
.io_base
;
1016 adapter
->bd_number
= cards_found
;
1018 /* setup the private structure */
1020 if ((err
= e1000_sw_init(adapter
)))
1024 /* Flash BAR mapping must happen after e1000_sw_init
1025 * because it depends on mac_type */
1026 if ((adapter
->hw
.mac_type
== e1000_ich8lan
) &&
1027 (pci_resource_flags(pdev
, 1) & IORESOURCE_MEM
)) {
1028 flash_start
= pci_resource_start(pdev
, 1);
1029 flash_len
= pci_resource_len(pdev
, 1);
1030 adapter
->hw
.flash_address
= ioremap(flash_start
, flash_len
);
1031 if (!adapter
->hw
.flash_address
)
1035 if (e1000_check_phy_reset_block(&adapter
->hw
))
1036 DPRINTK(PROBE
, INFO
, "PHY reset is blocked due to SOL/IDER session.\n");
1038 if (adapter
->hw
.mac_type
>= e1000_82543
) {
1039 netdev
->features
= NETIF_F_SG
|
1041 NETIF_F_HW_VLAN_TX
|
1042 NETIF_F_HW_VLAN_RX
|
1043 NETIF_F_HW_VLAN_FILTER
;
1044 if (adapter
->hw
.mac_type
== e1000_ich8lan
)
1045 netdev
->features
&= ~NETIF_F_HW_VLAN_FILTER
;
1048 if ((adapter
->hw
.mac_type
>= e1000_82544
) &&
1049 (adapter
->hw
.mac_type
!= e1000_82547
))
1050 netdev
->features
|= NETIF_F_TSO
;
1052 if (adapter
->hw
.mac_type
> e1000_82547_rev_2
)
1053 netdev
->features
|= NETIF_F_TSO6
;
1055 netdev
->features
|= NETIF_F_HIGHDMA
;
1057 netdev
->features
|= NETIF_F_LLTX
;
1059 adapter
->en_mng_pt
= e1000_enable_mng_pass_thru(&adapter
->hw
);
1061 /* initialize eeprom parameters */
1062 if (e1000_init_eeprom_params(&adapter
->hw
)) {
1063 E1000_ERR("EEPROM initialization failed\n");
1067 /* before reading the EEPROM, reset the controller to
1068 * put the device in a known good starting state */
1070 e1000_reset_hw(&adapter
->hw
);
1072 /* make sure the EEPROM is good */
1073 if (e1000_validate_eeprom_checksum(&adapter
->hw
) < 0) {
1074 DPRINTK(PROBE
, ERR
, "The EEPROM Checksum Is Not Valid\n");
1075 e1000_dump_eeprom(adapter
);
1077 * set MAC address to all zeroes to invalidate and temporary
1078 * disable this device for the user. This blocks regular
1079 * traffic while still permitting ethtool ioctls from reaching
1080 * the hardware as well as allowing the user to run the
1081 * interface after manually setting a hw addr using
1084 memset(adapter
->hw
.mac_addr
, 0, netdev
->addr_len
);
1086 /* copy the MAC address out of the EEPROM */
1087 if (e1000_read_mac_addr(&adapter
->hw
))
1088 DPRINTK(PROBE
, ERR
, "EEPROM Read Error\n");
1090 /* don't block initalization here due to bad MAC address */
1091 memcpy(netdev
->dev_addr
, adapter
->hw
.mac_addr
, netdev
->addr_len
);
1092 memcpy(netdev
->perm_addr
, adapter
->hw
.mac_addr
, netdev
->addr_len
);
1094 if (!is_valid_ether_addr(netdev
->perm_addr
))
1095 DPRINTK(PROBE
, ERR
, "Invalid MAC Address\n");
1097 e1000_get_bus_info(&adapter
->hw
);
1099 init_timer(&adapter
->tx_fifo_stall_timer
);
1100 adapter
->tx_fifo_stall_timer
.function
= &e1000_82547_tx_fifo_stall
;
1101 adapter
->tx_fifo_stall_timer
.data
= (unsigned long) adapter
;
1103 init_timer(&adapter
->watchdog_timer
);
1104 adapter
->watchdog_timer
.function
= &e1000_watchdog
;
1105 adapter
->watchdog_timer
.data
= (unsigned long) adapter
;
1107 init_timer(&adapter
->phy_info_timer
);
1108 adapter
->phy_info_timer
.function
= &e1000_update_phy_info
;
1109 adapter
->phy_info_timer
.data
= (unsigned long) adapter
;
1111 INIT_WORK(&adapter
->reset_task
, e1000_reset_task
);
1113 e1000_check_options(adapter
);
1115 /* Initial Wake on LAN setting
1116 * If APM wake is enabled in the EEPROM,
1117 * enable the ACPI Magic Packet filter
1120 switch (adapter
->hw
.mac_type
) {
1121 case e1000_82542_rev2_0
:
1122 case e1000_82542_rev2_1
:
1126 e1000_read_eeprom(&adapter
->hw
,
1127 EEPROM_INIT_CONTROL2_REG
, 1, &eeprom_data
);
1128 eeprom_apme_mask
= E1000_EEPROM_82544_APM
;
1131 e1000_read_eeprom(&adapter
->hw
,
1132 EEPROM_INIT_CONTROL1_REG
, 1, &eeprom_data
);
1133 eeprom_apme_mask
= E1000_EEPROM_ICH8_APME
;
1136 case e1000_82546_rev_3
:
1138 case e1000_80003es2lan
:
1139 if (E1000_READ_REG(&adapter
->hw
, STATUS
) & E1000_STATUS_FUNC_1
){
1140 e1000_read_eeprom(&adapter
->hw
,
1141 EEPROM_INIT_CONTROL3_PORT_B
, 1, &eeprom_data
);
1146 e1000_read_eeprom(&adapter
->hw
,
1147 EEPROM_INIT_CONTROL3_PORT_A
, 1, &eeprom_data
);
1150 if (eeprom_data
& eeprom_apme_mask
)
1151 adapter
->eeprom_wol
|= E1000_WUFC_MAG
;
1153 /* now that we have the eeprom settings, apply the special cases
1154 * where the eeprom may be wrong or the board simply won't support
1155 * wake on lan on a particular port */
1156 switch (pdev
->device
) {
1157 case E1000_DEV_ID_82546GB_PCIE
:
1158 adapter
->eeprom_wol
= 0;
1160 case E1000_DEV_ID_82546EB_FIBER
:
1161 case E1000_DEV_ID_82546GB_FIBER
:
1162 case E1000_DEV_ID_82571EB_FIBER
:
1163 /* Wake events only supported on port A for dual fiber
1164 * regardless of eeprom setting */
1165 if (E1000_READ_REG(&adapter
->hw
, STATUS
) & E1000_STATUS_FUNC_1
)
1166 adapter
->eeprom_wol
= 0;
1168 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3
:
1169 case E1000_DEV_ID_82571EB_QUAD_COPPER
:
1170 case E1000_DEV_ID_82571EB_QUAD_FIBER
:
1171 case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE
:
1172 case E1000_DEV_ID_82571PT_QUAD_COPPER
:
1173 /* if quad port adapter, disable WoL on all but port A */
1174 if (global_quad_port_a
!= 0)
1175 adapter
->eeprom_wol
= 0;
1177 adapter
->quad_port_a
= 1;
1178 /* Reset for multiple quad port adapters */
1179 if (++global_quad_port_a
== 4)
1180 global_quad_port_a
= 0;
1184 /* initialize the wol settings based on the eeprom settings */
1185 adapter
->wol
= adapter
->eeprom_wol
;
1187 /* print bus type/speed/width info */
1189 struct e1000_hw
*hw
= &adapter
->hw
;
1190 DPRINTK(PROBE
, INFO
, "(PCI%s:%s:%s) ",
1191 ((hw
->bus_type
== e1000_bus_type_pcix
) ? "-X" :
1192 (hw
->bus_type
== e1000_bus_type_pci_express
? " Express":"")),
1193 ((hw
->bus_speed
== e1000_bus_speed_2500
) ? "2.5Gb/s" :
1194 (hw
->bus_speed
== e1000_bus_speed_133
) ? "133MHz" :
1195 (hw
->bus_speed
== e1000_bus_speed_120
) ? "120MHz" :
1196 (hw
->bus_speed
== e1000_bus_speed_100
) ? "100MHz" :
1197 (hw
->bus_speed
== e1000_bus_speed_66
) ? "66MHz" : "33MHz"),
1198 ((hw
->bus_width
== e1000_bus_width_64
) ? "64-bit" :
1199 (hw
->bus_width
== e1000_bus_width_pciex_4
) ? "Width x4" :
1200 (hw
->bus_width
== e1000_bus_width_pciex_1
) ? "Width x1" :
1204 printk("%s\n", print_mac(mac
, netdev
->dev_addr
));
1206 /* reset the hardware with the new settings */
1207 e1000_reset(adapter
);
1209 /* If the controller is 82573 and f/w is AMT, do not set
1210 * DRV_LOAD until the interface is up. For all other cases,
1211 * let the f/w know that the h/w is now under the control
1213 if (adapter
->hw
.mac_type
!= e1000_82573
||
1214 !e1000_check_mng_mode(&adapter
->hw
))
1215 e1000_get_hw_control(adapter
);
1217 /* tell the stack to leave us alone until e1000_open() is called */
1218 netif_carrier_off(netdev
);
1219 netif_stop_queue(netdev
);
1221 strcpy(netdev
->name
, "eth%d");
1222 if ((err
= register_netdev(netdev
)))
1225 DPRINTK(PROBE
, INFO
, "Intel(R) PRO/1000 Network Connection\n");
1231 e1000_release_hw_control(adapter
);
1233 if (!e1000_check_phy_reset_block(&adapter
->hw
))
1234 e1000_phy_hw_reset(&adapter
->hw
);
1236 if (adapter
->hw
.flash_address
)
1237 iounmap(adapter
->hw
.flash_address
);
1239 #ifdef CONFIG_E1000_NAPI
1240 for (i
= 0; i
< adapter
->num_rx_queues
; i
++)
1241 dev_put(&adapter
->polling_netdev
[i
]);
1244 kfree(adapter
->tx_ring
);
1245 kfree(adapter
->rx_ring
);
1246 #ifdef CONFIG_E1000_NAPI
1247 kfree(adapter
->polling_netdev
);
1250 iounmap(adapter
->hw
.hw_addr
);
1252 free_netdev(netdev
);
1254 pci_release_regions(pdev
);
1257 pci_disable_device(pdev
);
1262 * e1000_remove - Device Removal Routine
1263 * @pdev: PCI device information struct
1265 * e1000_remove is called by the PCI subsystem to alert the driver
1266 * that it should release a PCI device. The could be caused by a
1267 * Hot-Plug event, or because the driver is going to be removed from
1271 static void __devexit
1272 e1000_remove(struct pci_dev
*pdev
)
1274 struct net_device
*netdev
= pci_get_drvdata(pdev
);
1275 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
1276 #ifdef CONFIG_E1000_NAPI
1280 cancel_work_sync(&adapter
->reset_task
);
1282 e1000_release_manageability(adapter
);
1284 /* Release control of h/w to f/w. If f/w is AMT enabled, this
1285 * would have already happened in close and is redundant. */
1286 e1000_release_hw_control(adapter
);
1288 #ifdef CONFIG_E1000_NAPI
1289 for (i
= 0; i
< adapter
->num_rx_queues
; i
++)
1290 dev_put(&adapter
->polling_netdev
[i
]);
1293 unregister_netdev(netdev
);
1295 if (!e1000_check_phy_reset_block(&adapter
->hw
))
1296 e1000_phy_hw_reset(&adapter
->hw
);
1298 kfree(adapter
->tx_ring
);
1299 kfree(adapter
->rx_ring
);
1300 #ifdef CONFIG_E1000_NAPI
1301 kfree(adapter
->polling_netdev
);
1304 iounmap(adapter
->hw
.hw_addr
);
1305 if (adapter
->hw
.flash_address
)
1306 iounmap(adapter
->hw
.flash_address
);
1307 pci_release_regions(pdev
);
1309 free_netdev(netdev
);
1311 pci_disable_device(pdev
);
1315 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1316 * @adapter: board private structure to initialize
1318 * e1000_sw_init initializes the Adapter private data structure.
1319 * Fields are initialized based on PCI device information and
1320 * OS network device settings (MTU size).
1323 static int __devinit
1324 e1000_sw_init(struct e1000_adapter
*adapter
)
1326 struct e1000_hw
*hw
= &adapter
->hw
;
1327 struct net_device
*netdev
= adapter
->netdev
;
1328 struct pci_dev
*pdev
= adapter
->pdev
;
1329 #ifdef CONFIG_E1000_NAPI
1333 /* PCI config space info */
1335 hw
->vendor_id
= pdev
->vendor
;
1336 hw
->device_id
= pdev
->device
;
1337 hw
->subsystem_vendor_id
= pdev
->subsystem_vendor
;
1338 hw
->subsystem_id
= pdev
->subsystem_device
;
1339 hw
->revision_id
= pdev
->revision
;
1341 pci_read_config_word(pdev
, PCI_COMMAND
, &hw
->pci_cmd_word
);
1343 adapter
->rx_buffer_len
= MAXIMUM_ETHERNET_VLAN_SIZE
;
1344 adapter
->rx_ps_bsize0
= E1000_RXBUFFER_128
;
1345 hw
->max_frame_size
= netdev
->mtu
+
1346 ENET_HEADER_SIZE
+ ETHERNET_FCS_SIZE
;
1347 hw
->min_frame_size
= MINIMUM_ETHERNET_FRAME_SIZE
;
1349 /* identify the MAC */
1351 if (e1000_set_mac_type(hw
)) {
1352 DPRINTK(PROBE
, ERR
, "Unknown MAC Type\n");
1356 switch (hw
->mac_type
) {
1361 case e1000_82541_rev_2
:
1362 case e1000_82547_rev_2
:
1363 hw
->phy_init_script
= 1;
1367 e1000_set_media_type(hw
);
1369 hw
->wait_autoneg_complete
= FALSE
;
1370 hw
->tbi_compatibility_en
= TRUE
;
1371 hw
->adaptive_ifs
= TRUE
;
1373 /* Copper options */
1375 if (hw
->media_type
== e1000_media_type_copper
) {
1376 hw
->mdix
= AUTO_ALL_MODES
;
1377 hw
->disable_polarity_correction
= FALSE
;
1378 hw
->master_slave
= E1000_MASTER_SLAVE
;
1381 adapter
->num_tx_queues
= 1;
1382 adapter
->num_rx_queues
= 1;
1384 if (e1000_alloc_queues(adapter
)) {
1385 DPRINTK(PROBE
, ERR
, "Unable to allocate memory for queues\n");
1389 #ifdef CONFIG_E1000_NAPI
1390 for (i
= 0; i
< adapter
->num_rx_queues
; i
++) {
1391 adapter
->polling_netdev
[i
].priv
= adapter
;
1392 dev_hold(&adapter
->polling_netdev
[i
]);
1393 set_bit(__LINK_STATE_START
, &adapter
->polling_netdev
[i
].state
);
1395 spin_lock_init(&adapter
->tx_queue_lock
);
1398 /* Explicitly disable IRQ since the NIC can be in any state. */
1399 atomic_set(&adapter
->irq_sem
, 0);
1400 e1000_irq_disable(adapter
);
1402 spin_lock_init(&adapter
->stats_lock
);
1404 set_bit(__E1000_DOWN
, &adapter
->flags
);
1410 * e1000_alloc_queues - Allocate memory for all rings
1411 * @adapter: board private structure to initialize
1413 * We allocate one ring per queue at run-time since we don't know the
1414 * number of queues at compile-time. The polling_netdev array is
1415 * intended for Multiqueue, but should work fine with a single queue.
1418 static int __devinit
1419 e1000_alloc_queues(struct e1000_adapter
*adapter
)
1421 adapter
->tx_ring
= kcalloc(adapter
->num_tx_queues
,
1422 sizeof(struct e1000_tx_ring
), GFP_KERNEL
);
1423 if (!adapter
->tx_ring
)
1426 adapter
->rx_ring
= kcalloc(adapter
->num_rx_queues
,
1427 sizeof(struct e1000_rx_ring
), GFP_KERNEL
);
1428 if (!adapter
->rx_ring
) {
1429 kfree(adapter
->tx_ring
);
1433 #ifdef CONFIG_E1000_NAPI
1434 adapter
->polling_netdev
= kcalloc(adapter
->num_rx_queues
,
1435 sizeof(struct net_device
),
1437 if (!adapter
->polling_netdev
) {
1438 kfree(adapter
->tx_ring
);
1439 kfree(adapter
->rx_ring
);
1444 return E1000_SUCCESS
;
1448 * e1000_open - Called when a network interface is made active
1449 * @netdev: network interface device structure
1451 * Returns 0 on success, negative value on failure
1453 * The open entry point is called when a network interface is made
1454 * active by the system (IFF_UP). At this point all resources needed
1455 * for transmit and receive operations are allocated, the interrupt
1456 * handler is registered with the OS, the watchdog timer is started,
1457 * and the stack is notified that the interface is ready.
1461 e1000_open(struct net_device
*netdev
)
1463 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
1466 /* disallow open during test */
1467 if (test_bit(__E1000_TESTING
, &adapter
->flags
))
1470 /* allocate transmit descriptors */
1471 err
= e1000_setup_all_tx_resources(adapter
);
1475 /* allocate receive descriptors */
1476 err
= e1000_setup_all_rx_resources(adapter
);
1480 e1000_power_up_phy(adapter
);
1482 adapter
->mng_vlan_id
= E1000_MNG_VLAN_NONE
;
1483 if ((adapter
->hw
.mng_cookie
.status
&
1484 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT
)) {
1485 e1000_update_mng_vlan(adapter
);
1488 /* If AMT is enabled, let the firmware know that the network
1489 * interface is now open */
1490 if (adapter
->hw
.mac_type
== e1000_82573
&&
1491 e1000_check_mng_mode(&adapter
->hw
))
1492 e1000_get_hw_control(adapter
);
1494 /* before we allocate an interrupt, we must be ready to handle it.
1495 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1496 * as soon as we call pci_request_irq, so we have to setup our
1497 * clean_rx handler before we do so. */
1498 e1000_configure(adapter
);
1500 err
= e1000_request_irq(adapter
);
1504 /* From here on the code is the same as e1000_up() */
1505 clear_bit(__E1000_DOWN
, &adapter
->flags
);
1507 #ifdef CONFIG_E1000_NAPI
1508 napi_enable(&adapter
->napi
);
1511 e1000_irq_enable(adapter
);
1513 /* fire a link status change interrupt to start the watchdog */
1514 E1000_WRITE_REG(&adapter
->hw
, ICS
, E1000_ICS_LSC
);
1516 return E1000_SUCCESS
;
1519 e1000_release_hw_control(adapter
);
1520 e1000_power_down_phy(adapter
);
1521 e1000_free_all_rx_resources(adapter
);
1523 e1000_free_all_tx_resources(adapter
);
1525 e1000_reset(adapter
);
1531 * e1000_close - Disables a network interface
1532 * @netdev: network interface device structure
1534 * Returns 0, this is not allowed to fail
1536 * The close entry point is called when an interface is de-activated
1537 * by the OS. The hardware is still under the drivers control, but
1538 * needs to be disabled. A global MAC reset is issued to stop the
1539 * hardware, and all transmit and receive resources are freed.
1543 e1000_close(struct net_device
*netdev
)
1545 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
1547 WARN_ON(test_bit(__E1000_RESETTING
, &adapter
->flags
));
1548 e1000_down(adapter
);
1549 e1000_power_down_phy(adapter
);
1550 e1000_free_irq(adapter
);
1552 e1000_free_all_tx_resources(adapter
);
1553 e1000_free_all_rx_resources(adapter
);
1555 /* kill manageability vlan ID if supported, but not if a vlan with
1556 * the same ID is registered on the host OS (let 8021q kill it) */
1557 if ((adapter
->hw
.mng_cookie
.status
&
1558 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT
) &&
1560 vlan_group_get_device(adapter
->vlgrp
, adapter
->mng_vlan_id
))) {
1561 e1000_vlan_rx_kill_vid(netdev
, adapter
->mng_vlan_id
);
1564 /* If AMT is enabled, let the firmware know that the network
1565 * interface is now closed */
1566 if (adapter
->hw
.mac_type
== e1000_82573
&&
1567 e1000_check_mng_mode(&adapter
->hw
))
1568 e1000_release_hw_control(adapter
);
1574 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1575 * @adapter: address of board private structure
1576 * @start: address of beginning of memory
1577 * @len: length of memory
1580 e1000_check_64k_bound(struct e1000_adapter
*adapter
,
1581 void *start
, unsigned long len
)
1583 unsigned long begin
= (unsigned long) start
;
1584 unsigned long end
= begin
+ len
;
1586 /* First rev 82545 and 82546 need to not allow any memory
1587 * write location to cross 64k boundary due to errata 23 */
1588 if (adapter
->hw
.mac_type
== e1000_82545
||
1589 adapter
->hw
.mac_type
== e1000_82546
) {
1590 return ((begin
^ (end
- 1)) >> 16) != 0 ? FALSE
: TRUE
;
1597 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1598 * @adapter: board private structure
1599 * @txdr: tx descriptor ring (for a specific queue) to setup
1601 * Return 0 on success, negative on failure
1605 e1000_setup_tx_resources(struct e1000_adapter
*adapter
,
1606 struct e1000_tx_ring
*txdr
)
1608 struct pci_dev
*pdev
= adapter
->pdev
;
1611 size
= sizeof(struct e1000_buffer
) * txdr
->count
;
1612 txdr
->buffer_info
= vmalloc(size
);
1613 if (!txdr
->buffer_info
) {
1615 "Unable to allocate memory for the transmit descriptor ring\n");
1618 memset(txdr
->buffer_info
, 0, size
);
1620 /* round up to nearest 4K */
1622 txdr
->size
= txdr
->count
* sizeof(struct e1000_tx_desc
);
1623 txdr
->size
= ALIGN(txdr
->size
, 4096);
1625 txdr
->desc
= pci_alloc_consistent(pdev
, txdr
->size
, &txdr
->dma
);
1628 vfree(txdr
->buffer_info
);
1630 "Unable to allocate memory for the transmit descriptor ring\n");
1634 /* Fix for errata 23, can't cross 64kB boundary */
1635 if (!e1000_check_64k_bound(adapter
, txdr
->desc
, txdr
->size
)) {
1636 void *olddesc
= txdr
->desc
;
1637 dma_addr_t olddma
= txdr
->dma
;
1638 DPRINTK(TX_ERR
, ERR
, "txdr align check failed: %u bytes "
1639 "at %p\n", txdr
->size
, txdr
->desc
);
1640 /* Try again, without freeing the previous */
1641 txdr
->desc
= pci_alloc_consistent(pdev
, txdr
->size
, &txdr
->dma
);
1642 /* Failed allocation, critical failure */
1644 pci_free_consistent(pdev
, txdr
->size
, olddesc
, olddma
);
1645 goto setup_tx_desc_die
;
1648 if (!e1000_check_64k_bound(adapter
, txdr
->desc
, txdr
->size
)) {
1650 pci_free_consistent(pdev
, txdr
->size
, txdr
->desc
,
1652 pci_free_consistent(pdev
, txdr
->size
, olddesc
, olddma
);
1654 "Unable to allocate aligned memory "
1655 "for the transmit descriptor ring\n");
1656 vfree(txdr
->buffer_info
);
1659 /* Free old allocation, new allocation was successful */
1660 pci_free_consistent(pdev
, txdr
->size
, olddesc
, olddma
);
1663 memset(txdr
->desc
, 0, txdr
->size
);
1665 txdr
->next_to_use
= 0;
1666 txdr
->next_to_clean
= 0;
1667 spin_lock_init(&txdr
->tx_lock
);
1673 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1674 * (Descriptors) for all queues
1675 * @adapter: board private structure
1677 * Return 0 on success, negative on failure
1681 e1000_setup_all_tx_resources(struct e1000_adapter
*adapter
)
1685 for (i
= 0; i
< adapter
->num_tx_queues
; i
++) {
1686 err
= e1000_setup_tx_resources(adapter
, &adapter
->tx_ring
[i
]);
1689 "Allocation for Tx Queue %u failed\n", i
);
1690 for (i
-- ; i
>= 0; i
--)
1691 e1000_free_tx_resources(adapter
,
1692 &adapter
->tx_ring
[i
]);
1701 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1702 * @adapter: board private structure
1704 * Configure the Tx unit of the MAC after a reset.
1708 e1000_configure_tx(struct e1000_adapter
*adapter
)
1711 struct e1000_hw
*hw
= &adapter
->hw
;
1712 uint32_t tdlen
, tctl
, tipg
, tarc
;
1713 uint32_t ipgr1
, ipgr2
;
1715 /* Setup the HW Tx Head and Tail descriptor pointers */
1717 switch (adapter
->num_tx_queues
) {
1720 tdba
= adapter
->tx_ring
[0].dma
;
1721 tdlen
= adapter
->tx_ring
[0].count
*
1722 sizeof(struct e1000_tx_desc
);
1723 E1000_WRITE_REG(hw
, TDLEN
, tdlen
);
1724 E1000_WRITE_REG(hw
, TDBAH
, (tdba
>> 32));
1725 E1000_WRITE_REG(hw
, TDBAL
, (tdba
& 0x00000000ffffffffULL
));
1726 E1000_WRITE_REG(hw
, TDT
, 0);
1727 E1000_WRITE_REG(hw
, TDH
, 0);
1728 adapter
->tx_ring
[0].tdh
= ((hw
->mac_type
>= e1000_82543
) ? E1000_TDH
: E1000_82542_TDH
);
1729 adapter
->tx_ring
[0].tdt
= ((hw
->mac_type
>= e1000_82543
) ? E1000_TDT
: E1000_82542_TDT
);
1733 /* Set the default values for the Tx Inter Packet Gap timer */
1734 if (adapter
->hw
.mac_type
<= e1000_82547_rev_2
&&
1735 (hw
->media_type
== e1000_media_type_fiber
||
1736 hw
->media_type
== e1000_media_type_internal_serdes
))
1737 tipg
= DEFAULT_82543_TIPG_IPGT_FIBER
;
1739 tipg
= DEFAULT_82543_TIPG_IPGT_COPPER
;
1741 switch (hw
->mac_type
) {
1742 case e1000_82542_rev2_0
:
1743 case e1000_82542_rev2_1
:
1744 tipg
= DEFAULT_82542_TIPG_IPGT
;
1745 ipgr1
= DEFAULT_82542_TIPG_IPGR1
;
1746 ipgr2
= DEFAULT_82542_TIPG_IPGR2
;
1748 case e1000_80003es2lan
:
1749 ipgr1
= DEFAULT_82543_TIPG_IPGR1
;
1750 ipgr2
= DEFAULT_80003ES2LAN_TIPG_IPGR2
;
1753 ipgr1
= DEFAULT_82543_TIPG_IPGR1
;
1754 ipgr2
= DEFAULT_82543_TIPG_IPGR2
;
1757 tipg
|= ipgr1
<< E1000_TIPG_IPGR1_SHIFT
;
1758 tipg
|= ipgr2
<< E1000_TIPG_IPGR2_SHIFT
;
1759 E1000_WRITE_REG(hw
, TIPG
, tipg
);
1761 /* Set the Tx Interrupt Delay register */
1763 E1000_WRITE_REG(hw
, TIDV
, adapter
->tx_int_delay
);
1764 if (hw
->mac_type
>= e1000_82540
)
1765 E1000_WRITE_REG(hw
, TADV
, adapter
->tx_abs_int_delay
);
1767 /* Program the Transmit Control Register */
1769 tctl
= E1000_READ_REG(hw
, TCTL
);
1770 tctl
&= ~E1000_TCTL_CT
;
1771 tctl
|= E1000_TCTL_PSP
| E1000_TCTL_RTLC
|
1772 (E1000_COLLISION_THRESHOLD
<< E1000_CT_SHIFT
);
1774 if (hw
->mac_type
== e1000_82571
|| hw
->mac_type
== e1000_82572
) {
1775 tarc
= E1000_READ_REG(hw
, TARC0
);
1776 /* set the speed mode bit, we'll clear it if we're not at
1777 * gigabit link later */
1779 E1000_WRITE_REG(hw
, TARC0
, tarc
);
1780 } else if (hw
->mac_type
== e1000_80003es2lan
) {
1781 tarc
= E1000_READ_REG(hw
, TARC0
);
1783 E1000_WRITE_REG(hw
, TARC0
, tarc
);
1784 tarc
= E1000_READ_REG(hw
, TARC1
);
1786 E1000_WRITE_REG(hw
, TARC1
, tarc
);
1789 e1000_config_collision_dist(hw
);
1791 /* Setup Transmit Descriptor Settings for eop descriptor */
1792 adapter
->txd_cmd
= E1000_TXD_CMD_EOP
| E1000_TXD_CMD_IFCS
;
1794 /* only set IDE if we are delaying interrupts using the timers */
1795 if (adapter
->tx_int_delay
)
1796 adapter
->txd_cmd
|= E1000_TXD_CMD_IDE
;
1798 if (hw
->mac_type
< e1000_82543
)
1799 adapter
->txd_cmd
|= E1000_TXD_CMD_RPS
;
1801 adapter
->txd_cmd
|= E1000_TXD_CMD_RS
;
1803 /* Cache if we're 82544 running in PCI-X because we'll
1804 * need this to apply a workaround later in the send path. */
1805 if (hw
->mac_type
== e1000_82544
&&
1806 hw
->bus_type
== e1000_bus_type_pcix
)
1807 adapter
->pcix_82544
= 1;
1809 E1000_WRITE_REG(hw
, TCTL
, tctl
);
1814 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1815 * @adapter: board private structure
1816 * @rxdr: rx descriptor ring (for a specific queue) to setup
1818 * Returns 0 on success, negative on failure
1822 e1000_setup_rx_resources(struct e1000_adapter
*adapter
,
1823 struct e1000_rx_ring
*rxdr
)
1825 struct pci_dev
*pdev
= adapter
->pdev
;
1828 size
= sizeof(struct e1000_buffer
) * rxdr
->count
;
1829 rxdr
->buffer_info
= vmalloc(size
);
1830 if (!rxdr
->buffer_info
) {
1832 "Unable to allocate memory for the receive descriptor ring\n");
1835 memset(rxdr
->buffer_info
, 0, size
);
1837 rxdr
->ps_page
= kcalloc(rxdr
->count
, sizeof(struct e1000_ps_page
),
1839 if (!rxdr
->ps_page
) {
1840 vfree(rxdr
->buffer_info
);
1842 "Unable to allocate memory for the receive descriptor ring\n");
1846 rxdr
->ps_page_dma
= kcalloc(rxdr
->count
,
1847 sizeof(struct e1000_ps_page_dma
),
1849 if (!rxdr
->ps_page_dma
) {
1850 vfree(rxdr
->buffer_info
);
1851 kfree(rxdr
->ps_page
);
1853 "Unable to allocate memory for the receive descriptor ring\n");
1857 if (adapter
->hw
.mac_type
<= e1000_82547_rev_2
)
1858 desc_len
= sizeof(struct e1000_rx_desc
);
1860 desc_len
= sizeof(union e1000_rx_desc_packet_split
);
1862 /* Round up to nearest 4K */
1864 rxdr
->size
= rxdr
->count
* desc_len
;
1865 rxdr
->size
= ALIGN(rxdr
->size
, 4096);
1867 rxdr
->desc
= pci_alloc_consistent(pdev
, rxdr
->size
, &rxdr
->dma
);
1871 "Unable to allocate memory for the receive descriptor ring\n");
1873 vfree(rxdr
->buffer_info
);
1874 kfree(rxdr
->ps_page
);
1875 kfree(rxdr
->ps_page_dma
);
1879 /* Fix for errata 23, can't cross 64kB boundary */
1880 if (!e1000_check_64k_bound(adapter
, rxdr
->desc
, rxdr
->size
)) {
1881 void *olddesc
= rxdr
->desc
;
1882 dma_addr_t olddma
= rxdr
->dma
;
1883 DPRINTK(RX_ERR
, ERR
, "rxdr align check failed: %u bytes "
1884 "at %p\n", rxdr
->size
, rxdr
->desc
);
1885 /* Try again, without freeing the previous */
1886 rxdr
->desc
= pci_alloc_consistent(pdev
, rxdr
->size
, &rxdr
->dma
);
1887 /* Failed allocation, critical failure */
1889 pci_free_consistent(pdev
, rxdr
->size
, olddesc
, olddma
);
1891 "Unable to allocate memory "
1892 "for the receive descriptor ring\n");
1893 goto setup_rx_desc_die
;
1896 if (!e1000_check_64k_bound(adapter
, rxdr
->desc
, rxdr
->size
)) {
1898 pci_free_consistent(pdev
, rxdr
->size
, rxdr
->desc
,
1900 pci_free_consistent(pdev
, rxdr
->size
, olddesc
, olddma
);
1902 "Unable to allocate aligned memory "
1903 "for the receive descriptor ring\n");
1904 goto setup_rx_desc_die
;
1906 /* Free old allocation, new allocation was successful */
1907 pci_free_consistent(pdev
, rxdr
->size
, olddesc
, olddma
);
1910 memset(rxdr
->desc
, 0, rxdr
->size
);
1912 rxdr
->next_to_clean
= 0;
1913 rxdr
->next_to_use
= 0;
1919 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1920 * (Descriptors) for all queues
1921 * @adapter: board private structure
1923 * Return 0 on success, negative on failure
1927 e1000_setup_all_rx_resources(struct e1000_adapter
*adapter
)
1931 for (i
= 0; i
< adapter
->num_rx_queues
; i
++) {
1932 err
= e1000_setup_rx_resources(adapter
, &adapter
->rx_ring
[i
]);
1935 "Allocation for Rx Queue %u failed\n", i
);
1936 for (i
-- ; i
>= 0; i
--)
1937 e1000_free_rx_resources(adapter
,
1938 &adapter
->rx_ring
[i
]);
1947 * e1000_setup_rctl - configure the receive control registers
1948 * @adapter: Board private structure
1950 #define PAGE_USE_COUNT(S) (((S) >> PAGE_SHIFT) + \
1951 (((S) & (PAGE_SIZE - 1)) ? 1 : 0))
1953 e1000_setup_rctl(struct e1000_adapter
*adapter
)
1955 uint32_t rctl
, rfctl
;
1956 uint32_t psrctl
= 0;
1957 #ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
1961 rctl
= E1000_READ_REG(&adapter
->hw
, RCTL
);
1963 rctl
&= ~(3 << E1000_RCTL_MO_SHIFT
);
1965 rctl
|= E1000_RCTL_EN
| E1000_RCTL_BAM
|
1966 E1000_RCTL_LBM_NO
| E1000_RCTL_RDMTS_HALF
|
1967 (adapter
->hw
.mc_filter_type
<< E1000_RCTL_MO_SHIFT
);
1969 if (adapter
->hw
.tbi_compatibility_on
== 1)
1970 rctl
|= E1000_RCTL_SBP
;
1972 rctl
&= ~E1000_RCTL_SBP
;
1974 if (adapter
->netdev
->mtu
<= ETH_DATA_LEN
)
1975 rctl
&= ~E1000_RCTL_LPE
;
1977 rctl
|= E1000_RCTL_LPE
;
1979 /* Setup buffer sizes */
1980 rctl
&= ~E1000_RCTL_SZ_4096
;
1981 rctl
|= E1000_RCTL_BSEX
;
1982 switch (adapter
->rx_buffer_len
) {
1983 case E1000_RXBUFFER_256
:
1984 rctl
|= E1000_RCTL_SZ_256
;
1985 rctl
&= ~E1000_RCTL_BSEX
;
1987 case E1000_RXBUFFER_512
:
1988 rctl
|= E1000_RCTL_SZ_512
;
1989 rctl
&= ~E1000_RCTL_BSEX
;
1991 case E1000_RXBUFFER_1024
:
1992 rctl
|= E1000_RCTL_SZ_1024
;
1993 rctl
&= ~E1000_RCTL_BSEX
;
1995 case E1000_RXBUFFER_2048
:
1997 rctl
|= E1000_RCTL_SZ_2048
;
1998 rctl
&= ~E1000_RCTL_BSEX
;
2000 case E1000_RXBUFFER_4096
:
2001 rctl
|= E1000_RCTL_SZ_4096
;
2003 case E1000_RXBUFFER_8192
:
2004 rctl
|= E1000_RCTL_SZ_8192
;
2006 case E1000_RXBUFFER_16384
:
2007 rctl
|= E1000_RCTL_SZ_16384
;
2011 #ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT
2012 /* 82571 and greater support packet-split where the protocol
2013 * header is placed in skb->data and the packet data is
2014 * placed in pages hanging off of skb_shinfo(skb)->nr_frags.
2015 * In the case of a non-split, skb->data is linearly filled,
2016 * followed by the page buffers. Therefore, skb->data is
2017 * sized to hold the largest protocol header.
2019 /* allocations using alloc_page take too long for regular MTU
2020 * so only enable packet split for jumbo frames */
2021 pages
= PAGE_USE_COUNT(adapter
->netdev
->mtu
);
2022 if ((adapter
->hw
.mac_type
>= e1000_82571
) && (pages
<= 3) &&
2023 PAGE_SIZE
<= 16384 && (rctl
& E1000_RCTL_LPE
))
2024 adapter
->rx_ps_pages
= pages
;
2026 adapter
->rx_ps_pages
= 0;
2028 if (adapter
->rx_ps_pages
) {
2029 /* Configure extra packet-split registers */
2030 rfctl
= E1000_READ_REG(&adapter
->hw
, RFCTL
);
2031 rfctl
|= E1000_RFCTL_EXTEN
;
2032 /* disable packet split support for IPv6 extension headers,
2033 * because some malformed IPv6 headers can hang the RX */
2034 rfctl
|= (E1000_RFCTL_IPV6_EX_DIS
|
2035 E1000_RFCTL_NEW_IPV6_EXT_DIS
);
2037 E1000_WRITE_REG(&adapter
->hw
, RFCTL
, rfctl
);
2039 rctl
|= E1000_RCTL_DTYP_PS
;
2041 psrctl
|= adapter
->rx_ps_bsize0
>>
2042 E1000_PSRCTL_BSIZE0_SHIFT
;
2044 switch (adapter
->rx_ps_pages
) {
2046 psrctl
|= PAGE_SIZE
<<
2047 E1000_PSRCTL_BSIZE3_SHIFT
;
2049 psrctl
|= PAGE_SIZE
<<
2050 E1000_PSRCTL_BSIZE2_SHIFT
;
2052 psrctl
|= PAGE_SIZE
>>
2053 E1000_PSRCTL_BSIZE1_SHIFT
;
2057 E1000_WRITE_REG(&adapter
->hw
, PSRCTL
, psrctl
);
2060 E1000_WRITE_REG(&adapter
->hw
, RCTL
, rctl
);
2064 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
2065 * @adapter: board private structure
2067 * Configure the Rx unit of the MAC after a reset.
2071 e1000_configure_rx(struct e1000_adapter
*adapter
)
2074 struct e1000_hw
*hw
= &adapter
->hw
;
2075 uint32_t rdlen
, rctl
, rxcsum
, ctrl_ext
;
2077 if (adapter
->rx_ps_pages
) {
2078 /* this is a 32 byte descriptor */
2079 rdlen
= adapter
->rx_ring
[0].count
*
2080 sizeof(union e1000_rx_desc_packet_split
);
2081 adapter
->clean_rx
= e1000_clean_rx_irq_ps
;
2082 adapter
->alloc_rx_buf
= e1000_alloc_rx_buffers_ps
;
2084 rdlen
= adapter
->rx_ring
[0].count
*
2085 sizeof(struct e1000_rx_desc
);
2086 adapter
->clean_rx
= e1000_clean_rx_irq
;
2087 adapter
->alloc_rx_buf
= e1000_alloc_rx_buffers
;
2090 /* disable receives while setting up the descriptors */
2091 rctl
= E1000_READ_REG(hw
, RCTL
);
2092 E1000_WRITE_REG(hw
, RCTL
, rctl
& ~E1000_RCTL_EN
);
2094 /* set the Receive Delay Timer Register */
2095 E1000_WRITE_REG(hw
, RDTR
, adapter
->rx_int_delay
);
2097 if (hw
->mac_type
>= e1000_82540
) {
2098 E1000_WRITE_REG(hw
, RADV
, adapter
->rx_abs_int_delay
);
2099 if (adapter
->itr_setting
!= 0)
2100 E1000_WRITE_REG(hw
, ITR
,
2101 1000000000 / (adapter
->itr
* 256));
2104 if (hw
->mac_type
>= e1000_82571
) {
2105 ctrl_ext
= E1000_READ_REG(hw
, CTRL_EXT
);
2106 /* Reset delay timers after every interrupt */
2107 ctrl_ext
|= E1000_CTRL_EXT_INT_TIMER_CLR
;
2108 #ifdef CONFIG_E1000_NAPI
2109 /* Auto-Mask interrupts upon ICR access */
2110 ctrl_ext
|= E1000_CTRL_EXT_IAME
;
2111 E1000_WRITE_REG(hw
, IAM
, 0xffffffff);
2113 E1000_WRITE_REG(hw
, CTRL_EXT
, ctrl_ext
);
2114 E1000_WRITE_FLUSH(hw
);
2117 /* Setup the HW Rx Head and Tail Descriptor Pointers and
2118 * the Base and Length of the Rx Descriptor Ring */
2119 switch (adapter
->num_rx_queues
) {
2122 rdba
= adapter
->rx_ring
[0].dma
;
2123 E1000_WRITE_REG(hw
, RDLEN
, rdlen
);
2124 E1000_WRITE_REG(hw
, RDBAH
, (rdba
>> 32));
2125 E1000_WRITE_REG(hw
, RDBAL
, (rdba
& 0x00000000ffffffffULL
));
2126 E1000_WRITE_REG(hw
, RDT
, 0);
2127 E1000_WRITE_REG(hw
, RDH
, 0);
2128 adapter
->rx_ring
[0].rdh
= ((hw
->mac_type
>= e1000_82543
) ? E1000_RDH
: E1000_82542_RDH
);
2129 adapter
->rx_ring
[0].rdt
= ((hw
->mac_type
>= e1000_82543
) ? E1000_RDT
: E1000_82542_RDT
);
2133 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
2134 if (hw
->mac_type
>= e1000_82543
) {
2135 rxcsum
= E1000_READ_REG(hw
, RXCSUM
);
2136 if (adapter
->rx_csum
== TRUE
) {
2137 rxcsum
|= E1000_RXCSUM_TUOFL
;
2139 /* Enable 82571 IPv4 payload checksum for UDP fragments
2140 * Must be used in conjunction with packet-split. */
2141 if ((hw
->mac_type
>= e1000_82571
) &&
2142 (adapter
->rx_ps_pages
)) {
2143 rxcsum
|= E1000_RXCSUM_IPPCSE
;
2146 rxcsum
&= ~E1000_RXCSUM_TUOFL
;
2147 /* don't need to clear IPPCSE as it defaults to 0 */
2149 E1000_WRITE_REG(hw
, RXCSUM
, rxcsum
);
2152 /* enable early receives on 82573, only takes effect if using > 2048
2153 * byte total frame size. for example only for jumbo frames */
2154 #define E1000_ERT_2048 0x100
2155 if (hw
->mac_type
== e1000_82573
)
2156 E1000_WRITE_REG(hw
, ERT
, E1000_ERT_2048
);
2158 /* Enable Receives */
2159 E1000_WRITE_REG(hw
, RCTL
, rctl
);
2163 * e1000_free_tx_resources - Free Tx Resources per Queue
2164 * @adapter: board private structure
2165 * @tx_ring: Tx descriptor ring for a specific queue
2167 * Free all transmit software resources
2171 e1000_free_tx_resources(struct e1000_adapter
*adapter
,
2172 struct e1000_tx_ring
*tx_ring
)
2174 struct pci_dev
*pdev
= adapter
->pdev
;
2176 e1000_clean_tx_ring(adapter
, tx_ring
);
2178 vfree(tx_ring
->buffer_info
);
2179 tx_ring
->buffer_info
= NULL
;
2181 pci_free_consistent(pdev
, tx_ring
->size
, tx_ring
->desc
, tx_ring
->dma
);
2183 tx_ring
->desc
= NULL
;
2187 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
2188 * @adapter: board private structure
2190 * Free all transmit software resources
2194 e1000_free_all_tx_resources(struct e1000_adapter
*adapter
)
2198 for (i
= 0; i
< adapter
->num_tx_queues
; i
++)
2199 e1000_free_tx_resources(adapter
, &adapter
->tx_ring
[i
]);
2203 e1000_unmap_and_free_tx_resource(struct e1000_adapter
*adapter
,
2204 struct e1000_buffer
*buffer_info
)
2206 if (buffer_info
->dma
) {
2207 pci_unmap_page(adapter
->pdev
,
2209 buffer_info
->length
,
2211 buffer_info
->dma
= 0;
2213 if (buffer_info
->skb
) {
2214 dev_kfree_skb_any(buffer_info
->skb
);
2215 buffer_info
->skb
= NULL
;
2217 /* buffer_info must be completely set up in the transmit path */
2221 * e1000_clean_tx_ring - Free Tx Buffers
2222 * @adapter: board private structure
2223 * @tx_ring: ring to be cleaned
2227 e1000_clean_tx_ring(struct e1000_adapter
*adapter
,
2228 struct e1000_tx_ring
*tx_ring
)
2230 struct e1000_buffer
*buffer_info
;
2234 /* Free all the Tx ring sk_buffs */
2236 for (i
= 0; i
< tx_ring
->count
; i
++) {
2237 buffer_info
= &tx_ring
->buffer_info
[i
];
2238 e1000_unmap_and_free_tx_resource(adapter
, buffer_info
);
2241 size
= sizeof(struct e1000_buffer
) * tx_ring
->count
;
2242 memset(tx_ring
->buffer_info
, 0, size
);
2244 /* Zero out the descriptor ring */
2246 memset(tx_ring
->desc
, 0, tx_ring
->size
);
2248 tx_ring
->next_to_use
= 0;
2249 tx_ring
->next_to_clean
= 0;
2250 tx_ring
->last_tx_tso
= 0;
2252 writel(0, adapter
->hw
.hw_addr
+ tx_ring
->tdh
);
2253 writel(0, adapter
->hw
.hw_addr
+ tx_ring
->tdt
);
2257 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2258 * @adapter: board private structure
2262 e1000_clean_all_tx_rings(struct e1000_adapter
*adapter
)
2266 for (i
= 0; i
< adapter
->num_tx_queues
; i
++)
2267 e1000_clean_tx_ring(adapter
, &adapter
->tx_ring
[i
]);
2271 * e1000_free_rx_resources - Free Rx Resources
2272 * @adapter: board private structure
2273 * @rx_ring: ring to clean the resources from
2275 * Free all receive software resources
2279 e1000_free_rx_resources(struct e1000_adapter
*adapter
,
2280 struct e1000_rx_ring
*rx_ring
)
2282 struct pci_dev
*pdev
= adapter
->pdev
;
2284 e1000_clean_rx_ring(adapter
, rx_ring
);
2286 vfree(rx_ring
->buffer_info
);
2287 rx_ring
->buffer_info
= NULL
;
2288 kfree(rx_ring
->ps_page
);
2289 rx_ring
->ps_page
= NULL
;
2290 kfree(rx_ring
->ps_page_dma
);
2291 rx_ring
->ps_page_dma
= NULL
;
2293 pci_free_consistent(pdev
, rx_ring
->size
, rx_ring
->desc
, rx_ring
->dma
);
2295 rx_ring
->desc
= NULL
;
2299 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
2300 * @adapter: board private structure
2302 * Free all receive software resources
2306 e1000_free_all_rx_resources(struct e1000_adapter
*adapter
)
2310 for (i
= 0; i
< adapter
->num_rx_queues
; i
++)
2311 e1000_free_rx_resources(adapter
, &adapter
->rx_ring
[i
]);
2315 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2316 * @adapter: board private structure
2317 * @rx_ring: ring to free buffers from
2321 e1000_clean_rx_ring(struct e1000_adapter
*adapter
,
2322 struct e1000_rx_ring
*rx_ring
)
2324 struct e1000_buffer
*buffer_info
;
2325 struct e1000_ps_page
*ps_page
;
2326 struct e1000_ps_page_dma
*ps_page_dma
;
2327 struct pci_dev
*pdev
= adapter
->pdev
;
2331 /* Free all the Rx ring sk_buffs */
2332 for (i
= 0; i
< rx_ring
->count
; i
++) {
2333 buffer_info
= &rx_ring
->buffer_info
[i
];
2334 if (buffer_info
->skb
) {
2335 pci_unmap_single(pdev
,
2337 buffer_info
->length
,
2338 PCI_DMA_FROMDEVICE
);
2340 dev_kfree_skb(buffer_info
->skb
);
2341 buffer_info
->skb
= NULL
;
2343 ps_page
= &rx_ring
->ps_page
[i
];
2344 ps_page_dma
= &rx_ring
->ps_page_dma
[i
];
2345 for (j
= 0; j
< adapter
->rx_ps_pages
; j
++) {
2346 if (!ps_page
->ps_page
[j
]) break;
2347 pci_unmap_page(pdev
,
2348 ps_page_dma
->ps_page_dma
[j
],
2349 PAGE_SIZE
, PCI_DMA_FROMDEVICE
);
2350 ps_page_dma
->ps_page_dma
[j
] = 0;
2351 put_page(ps_page
->ps_page
[j
]);
2352 ps_page
->ps_page
[j
] = NULL
;
2356 size
= sizeof(struct e1000_buffer
) * rx_ring
->count
;
2357 memset(rx_ring
->buffer_info
, 0, size
);
2358 size
= sizeof(struct e1000_ps_page
) * rx_ring
->count
;
2359 memset(rx_ring
->ps_page
, 0, size
);
2360 size
= sizeof(struct e1000_ps_page_dma
) * rx_ring
->count
;
2361 memset(rx_ring
->ps_page_dma
, 0, size
);
2363 /* Zero out the descriptor ring */
2365 memset(rx_ring
->desc
, 0, rx_ring
->size
);
2367 rx_ring
->next_to_clean
= 0;
2368 rx_ring
->next_to_use
= 0;
2370 writel(0, adapter
->hw
.hw_addr
+ rx_ring
->rdh
);
2371 writel(0, adapter
->hw
.hw_addr
+ rx_ring
->rdt
);
2375 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2376 * @adapter: board private structure
2380 e1000_clean_all_rx_rings(struct e1000_adapter
*adapter
)
2384 for (i
= 0; i
< adapter
->num_rx_queues
; i
++)
2385 e1000_clean_rx_ring(adapter
, &adapter
->rx_ring
[i
]);
2388 /* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2389 * and memory write and invalidate disabled for certain operations
2392 e1000_enter_82542_rst(struct e1000_adapter
*adapter
)
2394 struct net_device
*netdev
= adapter
->netdev
;
2397 e1000_pci_clear_mwi(&adapter
->hw
);
2399 rctl
= E1000_READ_REG(&adapter
->hw
, RCTL
);
2400 rctl
|= E1000_RCTL_RST
;
2401 E1000_WRITE_REG(&adapter
->hw
, RCTL
, rctl
);
2402 E1000_WRITE_FLUSH(&adapter
->hw
);
2405 if (netif_running(netdev
))
2406 e1000_clean_all_rx_rings(adapter
);
2410 e1000_leave_82542_rst(struct e1000_adapter
*adapter
)
2412 struct net_device
*netdev
= adapter
->netdev
;
2415 rctl
= E1000_READ_REG(&adapter
->hw
, RCTL
);
2416 rctl
&= ~E1000_RCTL_RST
;
2417 E1000_WRITE_REG(&adapter
->hw
, RCTL
, rctl
);
2418 E1000_WRITE_FLUSH(&adapter
->hw
);
2421 if (adapter
->hw
.pci_cmd_word
& PCI_COMMAND_INVALIDATE
)
2422 e1000_pci_set_mwi(&adapter
->hw
);
2424 if (netif_running(netdev
)) {
2425 /* No need to loop, because 82542 supports only 1 queue */
2426 struct e1000_rx_ring
*ring
= &adapter
->rx_ring
[0];
2427 e1000_configure_rx(adapter
);
2428 adapter
->alloc_rx_buf(adapter
, ring
, E1000_DESC_UNUSED(ring
));
2433 * e1000_set_mac - Change the Ethernet Address of the NIC
2434 * @netdev: network interface device structure
2435 * @p: pointer to an address structure
2437 * Returns 0 on success, negative on failure
2441 e1000_set_mac(struct net_device
*netdev
, void *p
)
2443 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
2444 struct sockaddr
*addr
= p
;
2446 if (!is_valid_ether_addr(addr
->sa_data
))
2447 return -EADDRNOTAVAIL
;
2449 /* 82542 2.0 needs to be in reset to write receive address registers */
2451 if (adapter
->hw
.mac_type
== e1000_82542_rev2_0
)
2452 e1000_enter_82542_rst(adapter
);
2454 memcpy(netdev
->dev_addr
, addr
->sa_data
, netdev
->addr_len
);
2455 memcpy(adapter
->hw
.mac_addr
, addr
->sa_data
, netdev
->addr_len
);
2457 e1000_rar_set(&adapter
->hw
, adapter
->hw
.mac_addr
, 0);
2459 /* With 82571 controllers, LAA may be overwritten (with the default)
2460 * due to controller reset from the other port. */
2461 if (adapter
->hw
.mac_type
== e1000_82571
) {
2462 /* activate the work around */
2463 adapter
->hw
.laa_is_present
= 1;
2465 /* Hold a copy of the LAA in RAR[14] This is done so that
2466 * between the time RAR[0] gets clobbered and the time it
2467 * gets fixed (in e1000_watchdog), the actual LAA is in one
2468 * of the RARs and no incoming packets directed to this port
2469 * are dropped. Eventaully the LAA will be in RAR[0] and
2471 e1000_rar_set(&adapter
->hw
, adapter
->hw
.mac_addr
,
2472 E1000_RAR_ENTRIES
- 1);
2475 if (adapter
->hw
.mac_type
== e1000_82542_rev2_0
)
2476 e1000_leave_82542_rst(adapter
);
2482 * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set
2483 * @netdev: network interface device structure
2485 * The set_rx_mode entry point is called whenever the unicast or multicast
2486 * address lists or the network interface flags are updated. This routine is
2487 * responsible for configuring the hardware for proper unicast, multicast,
2488 * promiscuous mode, and all-multi behavior.
2492 e1000_set_rx_mode(struct net_device
*netdev
)
2494 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
2495 struct e1000_hw
*hw
= &adapter
->hw
;
2496 struct dev_addr_list
*uc_ptr
;
2497 struct dev_addr_list
*mc_ptr
;
2499 uint32_t hash_value
;
2500 int i
, rar_entries
= E1000_RAR_ENTRIES
;
2501 int mta_reg_count
= (hw
->mac_type
== e1000_ich8lan
) ?
2502 E1000_NUM_MTA_REGISTERS_ICH8LAN
:
2503 E1000_NUM_MTA_REGISTERS
;
2505 if (adapter
->hw
.mac_type
== e1000_ich8lan
)
2506 rar_entries
= E1000_RAR_ENTRIES_ICH8LAN
;
2508 /* reserve RAR[14] for LAA over-write work-around */
2509 if (adapter
->hw
.mac_type
== e1000_82571
)
2512 /* Check for Promiscuous and All Multicast modes */
2514 rctl
= E1000_READ_REG(hw
, RCTL
);
2516 if (netdev
->flags
& IFF_PROMISC
) {
2517 rctl
|= (E1000_RCTL_UPE
| E1000_RCTL_MPE
);
2518 } else if (netdev
->flags
& IFF_ALLMULTI
) {
2519 rctl
|= E1000_RCTL_MPE
;
2521 rctl
&= ~E1000_RCTL_MPE
;
2525 if (netdev
->uc_count
> rar_entries
- 1) {
2526 rctl
|= E1000_RCTL_UPE
;
2527 } else if (!(netdev
->flags
& IFF_PROMISC
)) {
2528 rctl
&= ~E1000_RCTL_UPE
;
2529 uc_ptr
= netdev
->uc_list
;
2532 E1000_WRITE_REG(hw
, RCTL
, rctl
);
2534 /* 82542 2.0 needs to be in reset to write receive address registers */
2536 if (hw
->mac_type
== e1000_82542_rev2_0
)
2537 e1000_enter_82542_rst(adapter
);
2539 /* load the first 14 addresses into the exact filters 1-14. Unicast
2540 * addresses take precedence to avoid disabling unicast filtering
2543 * RAR 0 is used for the station MAC adddress
2544 * if there are not 14 addresses, go ahead and clear the filters
2545 * -- with 82571 controllers only 0-13 entries are filled here
2547 mc_ptr
= netdev
->mc_list
;
2549 for (i
= 1; i
< rar_entries
; i
++) {
2551 e1000_rar_set(hw
, uc_ptr
->da_addr
, i
);
2552 uc_ptr
= uc_ptr
->next
;
2553 } else if (mc_ptr
) {
2554 e1000_rar_set(hw
, mc_ptr
->da_addr
, i
);
2555 mc_ptr
= mc_ptr
->next
;
2557 E1000_WRITE_REG_ARRAY(hw
, RA
, i
<< 1, 0);
2558 E1000_WRITE_FLUSH(hw
);
2559 E1000_WRITE_REG_ARRAY(hw
, RA
, (i
<< 1) + 1, 0);
2560 E1000_WRITE_FLUSH(hw
);
2563 WARN_ON(uc_ptr
!= NULL
);
2565 /* clear the old settings from the multicast hash table */
2567 for (i
= 0; i
< mta_reg_count
; i
++) {
2568 E1000_WRITE_REG_ARRAY(hw
, MTA
, i
, 0);
2569 E1000_WRITE_FLUSH(hw
);
2572 /* load any remaining addresses into the hash table */
2574 for (; mc_ptr
; mc_ptr
= mc_ptr
->next
) {
2575 hash_value
= e1000_hash_mc_addr(hw
, mc_ptr
->da_addr
);
2576 e1000_mta_set(hw
, hash_value
);
2579 if (hw
->mac_type
== e1000_82542_rev2_0
)
2580 e1000_leave_82542_rst(adapter
);
2583 /* Need to wait a few seconds after link up to get diagnostic information from
2587 e1000_update_phy_info(unsigned long data
)
2589 struct e1000_adapter
*adapter
= (struct e1000_adapter
*) data
;
2590 e1000_phy_get_info(&adapter
->hw
, &adapter
->phy_info
);
2594 * e1000_82547_tx_fifo_stall - Timer Call-back
2595 * @data: pointer to adapter cast into an unsigned long
2599 e1000_82547_tx_fifo_stall(unsigned long data
)
2601 struct e1000_adapter
*adapter
= (struct e1000_adapter
*) data
;
2602 struct net_device
*netdev
= adapter
->netdev
;
2605 if (atomic_read(&adapter
->tx_fifo_stall
)) {
2606 if ((E1000_READ_REG(&adapter
->hw
, TDT
) ==
2607 E1000_READ_REG(&adapter
->hw
, TDH
)) &&
2608 (E1000_READ_REG(&adapter
->hw
, TDFT
) ==
2609 E1000_READ_REG(&adapter
->hw
, TDFH
)) &&
2610 (E1000_READ_REG(&adapter
->hw
, TDFTS
) ==
2611 E1000_READ_REG(&adapter
->hw
, TDFHS
))) {
2612 tctl
= E1000_READ_REG(&adapter
->hw
, TCTL
);
2613 E1000_WRITE_REG(&adapter
->hw
, TCTL
,
2614 tctl
& ~E1000_TCTL_EN
);
2615 E1000_WRITE_REG(&adapter
->hw
, TDFT
,
2616 adapter
->tx_head_addr
);
2617 E1000_WRITE_REG(&adapter
->hw
, TDFH
,
2618 adapter
->tx_head_addr
);
2619 E1000_WRITE_REG(&adapter
->hw
, TDFTS
,
2620 adapter
->tx_head_addr
);
2621 E1000_WRITE_REG(&adapter
->hw
, TDFHS
,
2622 adapter
->tx_head_addr
);
2623 E1000_WRITE_REG(&adapter
->hw
, TCTL
, tctl
);
2624 E1000_WRITE_FLUSH(&adapter
->hw
);
2626 adapter
->tx_fifo_head
= 0;
2627 atomic_set(&adapter
->tx_fifo_stall
, 0);
2628 netif_wake_queue(netdev
);
2630 mod_timer(&adapter
->tx_fifo_stall_timer
, jiffies
+ 1);
2636 * e1000_watchdog - Timer Call-back
2637 * @data: pointer to adapter cast into an unsigned long
2640 e1000_watchdog(unsigned long data
)
2642 struct e1000_adapter
*adapter
= (struct e1000_adapter
*) data
;
2643 struct net_device
*netdev
= adapter
->netdev
;
2644 struct e1000_tx_ring
*txdr
= adapter
->tx_ring
;
2645 uint32_t link
, tctl
;
2648 ret_val
= e1000_check_for_link(&adapter
->hw
);
2649 if ((ret_val
== E1000_ERR_PHY
) &&
2650 (adapter
->hw
.phy_type
== e1000_phy_igp_3
) &&
2651 (E1000_READ_REG(&adapter
->hw
, CTRL
) & E1000_PHY_CTRL_GBE_DISABLE
)) {
2652 /* See e1000_kumeran_lock_loss_workaround() */
2654 "Gigabit has been disabled, downgrading speed\n");
2657 if (adapter
->hw
.mac_type
== e1000_82573
) {
2658 e1000_enable_tx_pkt_filtering(&adapter
->hw
);
2659 if (adapter
->mng_vlan_id
!= adapter
->hw
.mng_cookie
.vlan_id
)
2660 e1000_update_mng_vlan(adapter
);
2663 if ((adapter
->hw
.media_type
== e1000_media_type_internal_serdes
) &&
2664 !(E1000_READ_REG(&adapter
->hw
, TXCW
) & E1000_TXCW_ANE
))
2665 link
= !adapter
->hw
.serdes_link_down
;
2667 link
= E1000_READ_REG(&adapter
->hw
, STATUS
) & E1000_STATUS_LU
;
2670 if (!netif_carrier_ok(netdev
)) {
2672 boolean_t txb2b
= 1;
2673 e1000_get_speed_and_duplex(&adapter
->hw
,
2674 &adapter
->link_speed
,
2675 &adapter
->link_duplex
);
2677 ctrl
= E1000_READ_REG(&adapter
->hw
, CTRL
);
2678 DPRINTK(LINK
, INFO
, "NIC Link is Up %d Mbps %s, "
2679 "Flow Control: %s\n",
2680 adapter
->link_speed
,
2681 adapter
->link_duplex
== FULL_DUPLEX
?
2682 "Full Duplex" : "Half Duplex",
2683 ((ctrl
& E1000_CTRL_TFCE
) && (ctrl
&
2684 E1000_CTRL_RFCE
)) ? "RX/TX" : ((ctrl
&
2685 E1000_CTRL_RFCE
) ? "RX" : ((ctrl
&
2686 E1000_CTRL_TFCE
) ? "TX" : "None" )));
2688 /* tweak tx_queue_len according to speed/duplex
2689 * and adjust the timeout factor */
2690 netdev
->tx_queue_len
= adapter
->tx_queue_len
;
2691 adapter
->tx_timeout_factor
= 1;
2692 switch (adapter
->link_speed
) {
2695 netdev
->tx_queue_len
= 10;
2696 adapter
->tx_timeout_factor
= 8;
2700 netdev
->tx_queue_len
= 100;
2701 /* maybe add some timeout factor ? */
2705 if ((adapter
->hw
.mac_type
== e1000_82571
||
2706 adapter
->hw
.mac_type
== e1000_82572
) &&
2709 tarc0
= E1000_READ_REG(&adapter
->hw
, TARC0
);
2710 tarc0
&= ~(1 << 21);
2711 E1000_WRITE_REG(&adapter
->hw
, TARC0
, tarc0
);
2714 /* disable TSO for pcie and 10/100 speeds, to avoid
2715 * some hardware issues */
2716 if (!adapter
->tso_force
&&
2717 adapter
->hw
.bus_type
== e1000_bus_type_pci_express
){
2718 switch (adapter
->link_speed
) {
2722 "10/100 speed: disabling TSO\n");
2723 netdev
->features
&= ~NETIF_F_TSO
;
2724 netdev
->features
&= ~NETIF_F_TSO6
;
2727 netdev
->features
|= NETIF_F_TSO
;
2728 netdev
->features
|= NETIF_F_TSO6
;
2736 /* enable transmits in the hardware, need to do this
2737 * after setting TARC0 */
2738 tctl
= E1000_READ_REG(&adapter
->hw
, TCTL
);
2739 tctl
|= E1000_TCTL_EN
;
2740 E1000_WRITE_REG(&adapter
->hw
, TCTL
, tctl
);
2742 netif_carrier_on(netdev
);
2743 netif_wake_queue(netdev
);
2744 mod_timer(&adapter
->phy_info_timer
, round_jiffies(jiffies
+ 2 * HZ
));
2745 adapter
->smartspeed
= 0;
2747 /* make sure the receive unit is started */
2748 if (adapter
->hw
.rx_needs_kicking
) {
2749 struct e1000_hw
*hw
= &adapter
->hw
;
2750 uint32_t rctl
= E1000_READ_REG(hw
, RCTL
);
2751 E1000_WRITE_REG(hw
, RCTL
, rctl
| E1000_RCTL_EN
);
2755 if (netif_carrier_ok(netdev
)) {
2756 adapter
->link_speed
= 0;
2757 adapter
->link_duplex
= 0;
2758 DPRINTK(LINK
, INFO
, "NIC Link is Down\n");
2759 netif_carrier_off(netdev
);
2760 netif_stop_queue(netdev
);
2761 mod_timer(&adapter
->phy_info_timer
, round_jiffies(jiffies
+ 2 * HZ
));
2763 /* 80003ES2LAN workaround--
2764 * For packet buffer work-around on link down event;
2765 * disable receives in the ISR and
2766 * reset device here in the watchdog
2768 if (adapter
->hw
.mac_type
== e1000_80003es2lan
)
2770 schedule_work(&adapter
->reset_task
);
2773 e1000_smartspeed(adapter
);
2776 e1000_update_stats(adapter
);
2778 adapter
->hw
.tx_packet_delta
= adapter
->stats
.tpt
- adapter
->tpt_old
;
2779 adapter
->tpt_old
= adapter
->stats
.tpt
;
2780 adapter
->hw
.collision_delta
= adapter
->stats
.colc
- adapter
->colc_old
;
2781 adapter
->colc_old
= adapter
->stats
.colc
;
2783 adapter
->gorcl
= adapter
->stats
.gorcl
- adapter
->gorcl_old
;
2784 adapter
->gorcl_old
= adapter
->stats
.gorcl
;
2785 adapter
->gotcl
= adapter
->stats
.gotcl
- adapter
->gotcl_old
;
2786 adapter
->gotcl_old
= adapter
->stats
.gotcl
;
2788 e1000_update_adaptive(&adapter
->hw
);
2790 if (!netif_carrier_ok(netdev
)) {
2791 if (E1000_DESC_UNUSED(txdr
) + 1 < txdr
->count
) {
2792 /* We've lost link, so the controller stops DMA,
2793 * but we've got queued Tx work that's never going
2794 * to get done, so reset controller to flush Tx.
2795 * (Do the reset outside of interrupt context). */
2796 adapter
->tx_timeout_count
++;
2797 schedule_work(&adapter
->reset_task
);
2801 /* Cause software interrupt to ensure rx ring is cleaned */
2802 E1000_WRITE_REG(&adapter
->hw
, ICS
, E1000_ICS_RXDMT0
);
2804 /* Force detection of hung controller every watchdog period */
2805 adapter
->detect_tx_hung
= TRUE
;
2807 /* With 82571 controllers, LAA may be overwritten due to controller
2808 * reset from the other port. Set the appropriate LAA in RAR[0] */
2809 if (adapter
->hw
.mac_type
== e1000_82571
&& adapter
->hw
.laa_is_present
)
2810 e1000_rar_set(&adapter
->hw
, adapter
->hw
.mac_addr
, 0);
2812 /* Reset the timer */
2813 mod_timer(&adapter
->watchdog_timer
, round_jiffies(jiffies
+ 2 * HZ
));
2816 enum latency_range
{
2820 latency_invalid
= 255
2824 * e1000_update_itr - update the dynamic ITR value based on statistics
2825 * Stores a new ITR value based on packets and byte
2826 * counts during the last interrupt. The advantage of per interrupt
2827 * computation is faster updates and more accurate ITR for the current
2828 * traffic pattern. Constants in this function were computed
2829 * based on theoretical maximum wire speed and thresholds were set based
2830 * on testing data as well as attempting to minimize response time
2831 * while increasing bulk throughput.
2832 * this functionality is controlled by the InterruptThrottleRate module
2833 * parameter (see e1000_param.c)
2834 * @adapter: pointer to adapter
2835 * @itr_setting: current adapter->itr
2836 * @packets: the number of packets during this measurement interval
2837 * @bytes: the number of bytes during this measurement interval
2839 static unsigned int e1000_update_itr(struct e1000_adapter
*adapter
,
2840 uint16_t itr_setting
,
2844 unsigned int retval
= itr_setting
;
2845 struct e1000_hw
*hw
= &adapter
->hw
;
2847 if (unlikely(hw
->mac_type
< e1000_82540
))
2848 goto update_itr_done
;
2851 goto update_itr_done
;
2853 switch (itr_setting
) {
2854 case lowest_latency
:
2855 /* jumbo frames get bulk treatment*/
2856 if (bytes
/packets
> 8000)
2857 retval
= bulk_latency
;
2858 else if ((packets
< 5) && (bytes
> 512))
2859 retval
= low_latency
;
2861 case low_latency
: /* 50 usec aka 20000 ints/s */
2862 if (bytes
> 10000) {
2863 /* jumbo frames need bulk latency setting */
2864 if (bytes
/packets
> 8000)
2865 retval
= bulk_latency
;
2866 else if ((packets
< 10) || ((bytes
/packets
) > 1200))
2867 retval
= bulk_latency
;
2868 else if ((packets
> 35))
2869 retval
= lowest_latency
;
2870 } else if (bytes
/packets
> 2000)
2871 retval
= bulk_latency
;
2872 else if (packets
<= 2 && bytes
< 512)
2873 retval
= lowest_latency
;
2875 case bulk_latency
: /* 250 usec aka 4000 ints/s */
2876 if (bytes
> 25000) {
2878 retval
= low_latency
;
2879 } else if (bytes
< 6000) {
2880 retval
= low_latency
;
2889 static void e1000_set_itr(struct e1000_adapter
*adapter
)
2891 struct e1000_hw
*hw
= &adapter
->hw
;
2892 uint16_t current_itr
;
2893 uint32_t new_itr
= adapter
->itr
;
2895 if (unlikely(hw
->mac_type
< e1000_82540
))
2898 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2899 if (unlikely(adapter
->link_speed
!= SPEED_1000
)) {
2905 adapter
->tx_itr
= e1000_update_itr(adapter
,
2907 adapter
->total_tx_packets
,
2908 adapter
->total_tx_bytes
);
2909 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2910 if (adapter
->itr_setting
== 3 && adapter
->tx_itr
== lowest_latency
)
2911 adapter
->tx_itr
= low_latency
;
2913 adapter
->rx_itr
= e1000_update_itr(adapter
,
2915 adapter
->total_rx_packets
,
2916 adapter
->total_rx_bytes
);
2917 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2918 if (adapter
->itr_setting
== 3 && adapter
->rx_itr
== lowest_latency
)
2919 adapter
->rx_itr
= low_latency
;
2921 current_itr
= max(adapter
->rx_itr
, adapter
->tx_itr
);
2923 switch (current_itr
) {
2924 /* counts and packets in update_itr are dependent on these numbers */
2925 case lowest_latency
:
2929 new_itr
= 20000; /* aka hwitr = ~200 */
2939 if (new_itr
!= adapter
->itr
) {
2940 /* this attempts to bias the interrupt rate towards Bulk
2941 * by adding intermediate steps when interrupt rate is
2943 new_itr
= new_itr
> adapter
->itr
?
2944 min(adapter
->itr
+ (new_itr
>> 2), new_itr
) :
2946 adapter
->itr
= new_itr
;
2947 E1000_WRITE_REG(hw
, ITR
, 1000000000 / (new_itr
* 256));
2953 #define E1000_TX_FLAGS_CSUM 0x00000001
2954 #define E1000_TX_FLAGS_VLAN 0x00000002
2955 #define E1000_TX_FLAGS_TSO 0x00000004
2956 #define E1000_TX_FLAGS_IPV4 0x00000008
2957 #define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2958 #define E1000_TX_FLAGS_VLAN_SHIFT 16
2961 e1000_tso(struct e1000_adapter
*adapter
, struct e1000_tx_ring
*tx_ring
,
2962 struct sk_buff
*skb
)
2964 struct e1000_context_desc
*context_desc
;
2965 struct e1000_buffer
*buffer_info
;
2967 uint32_t cmd_length
= 0;
2968 uint16_t ipcse
= 0, tucse
, mss
;
2969 uint8_t ipcss
, ipcso
, tucss
, tucso
, hdr_len
;
2972 if (skb_is_gso(skb
)) {
2973 if (skb_header_cloned(skb
)) {
2974 err
= pskb_expand_head(skb
, 0, 0, GFP_ATOMIC
);
2979 hdr_len
= skb_transport_offset(skb
) + tcp_hdrlen(skb
);
2980 mss
= skb_shinfo(skb
)->gso_size
;
2981 if (skb
->protocol
== htons(ETH_P_IP
)) {
2982 struct iphdr
*iph
= ip_hdr(skb
);
2985 tcp_hdr(skb
)->check
= ~csum_tcpudp_magic(iph
->saddr
,
2989 cmd_length
= E1000_TXD_CMD_IP
;
2990 ipcse
= skb_transport_offset(skb
) - 1;
2991 } else if (skb
->protocol
== htons(ETH_P_IPV6
)) {
2992 ipv6_hdr(skb
)->payload_len
= 0;
2993 tcp_hdr(skb
)->check
=
2994 ~csum_ipv6_magic(&ipv6_hdr(skb
)->saddr
,
2995 &ipv6_hdr(skb
)->daddr
,
2999 ipcss
= skb_network_offset(skb
);
3000 ipcso
= (void *)&(ip_hdr(skb
)->check
) - (void *)skb
->data
;
3001 tucss
= skb_transport_offset(skb
);
3002 tucso
= (void *)&(tcp_hdr(skb
)->check
) - (void *)skb
->data
;
3005 cmd_length
|= (E1000_TXD_CMD_DEXT
| E1000_TXD_CMD_TSE
|
3006 E1000_TXD_CMD_TCP
| (skb
->len
- (hdr_len
)));
3008 i
= tx_ring
->next_to_use
;
3009 context_desc
= E1000_CONTEXT_DESC(*tx_ring
, i
);
3010 buffer_info
= &tx_ring
->buffer_info
[i
];
3012 context_desc
->lower_setup
.ip_fields
.ipcss
= ipcss
;
3013 context_desc
->lower_setup
.ip_fields
.ipcso
= ipcso
;
3014 context_desc
->lower_setup
.ip_fields
.ipcse
= cpu_to_le16(ipcse
);
3015 context_desc
->upper_setup
.tcp_fields
.tucss
= tucss
;
3016 context_desc
->upper_setup
.tcp_fields
.tucso
= tucso
;
3017 context_desc
->upper_setup
.tcp_fields
.tucse
= cpu_to_le16(tucse
);
3018 context_desc
->tcp_seg_setup
.fields
.mss
= cpu_to_le16(mss
);
3019 context_desc
->tcp_seg_setup
.fields
.hdr_len
= hdr_len
;
3020 context_desc
->cmd_and_length
= cpu_to_le32(cmd_length
);
3022 buffer_info
->time_stamp
= jiffies
;
3023 buffer_info
->next_to_watch
= i
;
3025 if (++i
== tx_ring
->count
) i
= 0;
3026 tx_ring
->next_to_use
= i
;
3034 e1000_tx_csum(struct e1000_adapter
*adapter
, struct e1000_tx_ring
*tx_ring
,
3035 struct sk_buff
*skb
)
3037 struct e1000_context_desc
*context_desc
;
3038 struct e1000_buffer
*buffer_info
;
3042 if (likely(skb
->ip_summed
== CHECKSUM_PARTIAL
)) {
3043 css
= skb_transport_offset(skb
);
3045 i
= tx_ring
->next_to_use
;
3046 buffer_info
= &tx_ring
->buffer_info
[i
];
3047 context_desc
= E1000_CONTEXT_DESC(*tx_ring
, i
);
3049 context_desc
->lower_setup
.ip_config
= 0;
3050 context_desc
->upper_setup
.tcp_fields
.tucss
= css
;
3051 context_desc
->upper_setup
.tcp_fields
.tucso
=
3052 css
+ skb
->csum_offset
;
3053 context_desc
->upper_setup
.tcp_fields
.tucse
= 0;
3054 context_desc
->tcp_seg_setup
.data
= 0;
3055 context_desc
->cmd_and_length
= cpu_to_le32(E1000_TXD_CMD_DEXT
);
3057 buffer_info
->time_stamp
= jiffies
;
3058 buffer_info
->next_to_watch
= i
;
3060 if (unlikely(++i
== tx_ring
->count
)) i
= 0;
3061 tx_ring
->next_to_use
= i
;
3069 #define E1000_MAX_TXD_PWR 12
3070 #define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
3073 e1000_tx_map(struct e1000_adapter
*adapter
, struct e1000_tx_ring
*tx_ring
,
3074 struct sk_buff
*skb
, unsigned int first
, unsigned int max_per_txd
,
3075 unsigned int nr_frags
, unsigned int mss
)
3077 struct e1000_buffer
*buffer_info
;
3078 unsigned int len
= skb
->len
;
3079 unsigned int offset
= 0, size
, count
= 0, i
;
3081 len
-= skb
->data_len
;
3083 i
= tx_ring
->next_to_use
;
3086 buffer_info
= &tx_ring
->buffer_info
[i
];
3087 size
= min(len
, max_per_txd
);
3088 /* Workaround for Controller erratum --
3089 * descriptor for non-tso packet in a linear SKB that follows a
3090 * tso gets written back prematurely before the data is fully
3091 * DMA'd to the controller */
3092 if (!skb
->data_len
&& tx_ring
->last_tx_tso
&&
3094 tx_ring
->last_tx_tso
= 0;
3098 /* Workaround for premature desc write-backs
3099 * in TSO mode. Append 4-byte sentinel desc */
3100 if (unlikely(mss
&& !nr_frags
&& size
== len
&& size
> 8))
3102 /* work-around for errata 10 and it applies
3103 * to all controllers in PCI-X mode
3104 * The fix is to make sure that the first descriptor of a
3105 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
3107 if (unlikely((adapter
->hw
.bus_type
== e1000_bus_type_pcix
) &&
3108 (size
> 2015) && count
== 0))
3111 /* Workaround for potential 82544 hang in PCI-X. Avoid
3112 * terminating buffers within evenly-aligned dwords. */
3113 if (unlikely(adapter
->pcix_82544
&&
3114 !((unsigned long)(skb
->data
+ offset
+ size
- 1) & 4) &&
3118 buffer_info
->length
= size
;
3120 pci_map_single(adapter
->pdev
,
3124 buffer_info
->time_stamp
= jiffies
;
3125 buffer_info
->next_to_watch
= i
;
3130 if (unlikely(++i
== tx_ring
->count
)) i
= 0;
3133 for (f
= 0; f
< nr_frags
; f
++) {
3134 struct skb_frag_struct
*frag
;
3136 frag
= &skb_shinfo(skb
)->frags
[f
];
3138 offset
= frag
->page_offset
;
3141 buffer_info
= &tx_ring
->buffer_info
[i
];
3142 size
= min(len
, max_per_txd
);
3143 /* Workaround for premature desc write-backs
3144 * in TSO mode. Append 4-byte sentinel desc */
3145 if (unlikely(mss
&& f
== (nr_frags
-1) && size
== len
&& size
> 8))
3147 /* Workaround for potential 82544 hang in PCI-X.
3148 * Avoid terminating buffers within evenly-aligned
3150 if (unlikely(adapter
->pcix_82544
&&
3151 !((unsigned long)(frag
->page
+offset
+size
-1) & 4) &&
3155 buffer_info
->length
= size
;
3157 pci_map_page(adapter
->pdev
,
3162 buffer_info
->time_stamp
= jiffies
;
3163 buffer_info
->next_to_watch
= i
;
3168 if (unlikely(++i
== tx_ring
->count
)) i
= 0;
3172 i
= (i
== 0) ? tx_ring
->count
- 1 : i
- 1;
3173 tx_ring
->buffer_info
[i
].skb
= skb
;
3174 tx_ring
->buffer_info
[first
].next_to_watch
= i
;
3180 e1000_tx_queue(struct e1000_adapter
*adapter
, struct e1000_tx_ring
*tx_ring
,
3181 int tx_flags
, int count
)
3183 struct e1000_tx_desc
*tx_desc
= NULL
;
3184 struct e1000_buffer
*buffer_info
;
3185 uint32_t txd_upper
= 0, txd_lower
= E1000_TXD_CMD_IFCS
;
3188 if (likely(tx_flags
& E1000_TX_FLAGS_TSO
)) {
3189 txd_lower
|= E1000_TXD_CMD_DEXT
| E1000_TXD_DTYP_D
|
3191 txd_upper
|= E1000_TXD_POPTS_TXSM
<< 8;
3193 if (likely(tx_flags
& E1000_TX_FLAGS_IPV4
))
3194 txd_upper
|= E1000_TXD_POPTS_IXSM
<< 8;
3197 if (likely(tx_flags
& E1000_TX_FLAGS_CSUM
)) {
3198 txd_lower
|= E1000_TXD_CMD_DEXT
| E1000_TXD_DTYP_D
;
3199 txd_upper
|= E1000_TXD_POPTS_TXSM
<< 8;
3202 if (unlikely(tx_flags
& E1000_TX_FLAGS_VLAN
)) {
3203 txd_lower
|= E1000_TXD_CMD_VLE
;
3204 txd_upper
|= (tx_flags
& E1000_TX_FLAGS_VLAN_MASK
);
3207 i
= tx_ring
->next_to_use
;
3210 buffer_info
= &tx_ring
->buffer_info
[i
];
3211 tx_desc
= E1000_TX_DESC(*tx_ring
, i
);
3212 tx_desc
->buffer_addr
= cpu_to_le64(buffer_info
->dma
);
3213 tx_desc
->lower
.data
=
3214 cpu_to_le32(txd_lower
| buffer_info
->length
);
3215 tx_desc
->upper
.data
= cpu_to_le32(txd_upper
);
3216 if (unlikely(++i
== tx_ring
->count
)) i
= 0;
3219 tx_desc
->lower
.data
|= cpu_to_le32(adapter
->txd_cmd
);
3221 /* Force memory writes to complete before letting h/w
3222 * know there are new descriptors to fetch. (Only
3223 * applicable for weak-ordered memory model archs,
3224 * such as IA-64). */
3227 tx_ring
->next_to_use
= i
;
3228 writel(i
, adapter
->hw
.hw_addr
+ tx_ring
->tdt
);
3229 /* we need this if more than one processor can write to our tail
3230 * at a time, it syncronizes IO on IA64/Altix systems */
3235 * 82547 workaround to avoid controller hang in half-duplex environment.
3236 * The workaround is to avoid queuing a large packet that would span
3237 * the internal Tx FIFO ring boundary by notifying the stack to resend
3238 * the packet at a later time. This gives the Tx FIFO an opportunity to
3239 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3240 * to the beginning of the Tx FIFO.
3243 #define E1000_FIFO_HDR 0x10
3244 #define E1000_82547_PAD_LEN 0x3E0
3247 e1000_82547_fifo_workaround(struct e1000_adapter
*adapter
, struct sk_buff
*skb
)
3249 uint32_t fifo_space
= adapter
->tx_fifo_size
- adapter
->tx_fifo_head
;
3250 uint32_t skb_fifo_len
= skb
->len
+ E1000_FIFO_HDR
;
3252 skb_fifo_len
= ALIGN(skb_fifo_len
, E1000_FIFO_HDR
);
3254 if (adapter
->link_duplex
!= HALF_DUPLEX
)
3255 goto no_fifo_stall_required
;
3257 if (atomic_read(&adapter
->tx_fifo_stall
))
3260 if (skb_fifo_len
>= (E1000_82547_PAD_LEN
+ fifo_space
)) {
3261 atomic_set(&adapter
->tx_fifo_stall
, 1);
3265 no_fifo_stall_required
:
3266 adapter
->tx_fifo_head
+= skb_fifo_len
;
3267 if (adapter
->tx_fifo_head
>= adapter
->tx_fifo_size
)
3268 adapter
->tx_fifo_head
-= adapter
->tx_fifo_size
;
3272 #define MINIMUM_DHCP_PACKET_SIZE 282
3274 e1000_transfer_dhcp_info(struct e1000_adapter
*adapter
, struct sk_buff
*skb
)
3276 struct e1000_hw
*hw
= &adapter
->hw
;
3277 uint16_t length
, offset
;
3278 if (vlan_tx_tag_present(skb
)) {
3279 if (!((vlan_tx_tag_get(skb
) == adapter
->hw
.mng_cookie
.vlan_id
) &&
3280 ( adapter
->hw
.mng_cookie
.status
&
3281 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT
)) )
3284 if (skb
->len
> MINIMUM_DHCP_PACKET_SIZE
) {
3285 struct ethhdr
*eth
= (struct ethhdr
*) skb
->data
;
3286 if ((htons(ETH_P_IP
) == eth
->h_proto
)) {
3287 const struct iphdr
*ip
=
3288 (struct iphdr
*)((uint8_t *)skb
->data
+14);
3289 if (IPPROTO_UDP
== ip
->protocol
) {
3290 struct udphdr
*udp
=
3291 (struct udphdr
*)((uint8_t *)ip
+
3293 if (ntohs(udp
->dest
) == 67) {
3294 offset
= (uint8_t *)udp
+ 8 - skb
->data
;
3295 length
= skb
->len
- offset
;
3297 return e1000_mng_write_dhcp_info(hw
,
3307 static int __e1000_maybe_stop_tx(struct net_device
*netdev
, int size
)
3309 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3310 struct e1000_tx_ring
*tx_ring
= adapter
->tx_ring
;
3312 netif_stop_queue(netdev
);
3313 /* Herbert's original patch had:
3314 * smp_mb__after_netif_stop_queue();
3315 * but since that doesn't exist yet, just open code it. */
3318 /* We need to check again in a case another CPU has just
3319 * made room available. */
3320 if (likely(E1000_DESC_UNUSED(tx_ring
) < size
))
3324 netif_start_queue(netdev
);
3325 ++adapter
->restart_queue
;
3329 static int e1000_maybe_stop_tx(struct net_device
*netdev
,
3330 struct e1000_tx_ring
*tx_ring
, int size
)
3332 if (likely(E1000_DESC_UNUSED(tx_ring
) >= size
))
3334 return __e1000_maybe_stop_tx(netdev
, size
);
3337 #define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
3339 e1000_xmit_frame(struct sk_buff
*skb
, struct net_device
*netdev
)
3341 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3342 struct e1000_tx_ring
*tx_ring
;
3343 unsigned int first
, max_per_txd
= E1000_MAX_DATA_PER_TXD
;
3344 unsigned int max_txd_pwr
= E1000_MAX_TXD_PWR
;
3345 unsigned int tx_flags
= 0;
3346 unsigned int len
= skb
->len
- skb
->data_len
;
3347 unsigned long flags
;
3348 unsigned int nr_frags
;
3354 /* This goes back to the question of how to logically map a tx queue
3355 * to a flow. Right now, performance is impacted slightly negatively
3356 * if using multiple tx queues. If the stack breaks away from a
3357 * single qdisc implementation, we can look at this again. */
3358 tx_ring
= adapter
->tx_ring
;
3360 if (unlikely(skb
->len
<= 0)) {
3361 dev_kfree_skb_any(skb
);
3362 return NETDEV_TX_OK
;
3365 /* 82571 and newer doesn't need the workaround that limited descriptor
3367 if (adapter
->hw
.mac_type
>= e1000_82571
)
3370 mss
= skb_shinfo(skb
)->gso_size
;
3371 /* The controller does a simple calculation to
3372 * make sure there is enough room in the FIFO before
3373 * initiating the DMA for each buffer. The calc is:
3374 * 4 = ceil(buffer len/mss). To make sure we don't
3375 * overrun the FIFO, adjust the max buffer len if mss
3379 max_per_txd
= min(mss
<< 2, max_per_txd
);
3380 max_txd_pwr
= fls(max_per_txd
) - 1;
3382 /* TSO Workaround for 82571/2/3 Controllers -- if skb->data
3383 * points to just header, pull a few bytes of payload from
3384 * frags into skb->data */
3385 hdr_len
= skb_transport_offset(skb
) + tcp_hdrlen(skb
);
3386 if (skb
->data_len
&& hdr_len
== len
) {
3387 switch (adapter
->hw
.mac_type
) {
3388 unsigned int pull_size
;
3390 /* Make sure we have room to chop off 4 bytes,
3391 * and that the end alignment will work out to
3392 * this hardware's requirements
3393 * NOTE: this is a TSO only workaround
3394 * if end byte alignment not correct move us
3395 * into the next dword */
3396 if ((unsigned long)(skb_tail_pointer(skb
) - 1) & 4)
3403 pull_size
= min((unsigned int)4, skb
->data_len
);
3404 if (!__pskb_pull_tail(skb
, pull_size
)) {
3406 "__pskb_pull_tail failed.\n");
3407 dev_kfree_skb_any(skb
);
3408 return NETDEV_TX_OK
;
3410 len
= skb
->len
- skb
->data_len
;
3419 /* reserve a descriptor for the offload context */
3420 if ((mss
) || (skb
->ip_summed
== CHECKSUM_PARTIAL
))
3424 /* Controller Erratum workaround */
3425 if (!skb
->data_len
&& tx_ring
->last_tx_tso
&& !skb_is_gso(skb
))
3428 count
+= TXD_USE_COUNT(len
, max_txd_pwr
);
3430 if (adapter
->pcix_82544
)
3433 /* work-around for errata 10 and it applies to all controllers
3434 * in PCI-X mode, so add one more descriptor to the count
3436 if (unlikely((adapter
->hw
.bus_type
== e1000_bus_type_pcix
) &&
3440 nr_frags
= skb_shinfo(skb
)->nr_frags
;
3441 for (f
= 0; f
< nr_frags
; f
++)
3442 count
+= TXD_USE_COUNT(skb_shinfo(skb
)->frags
[f
].size
,
3444 if (adapter
->pcix_82544
)
3448 if (adapter
->hw
.tx_pkt_filtering
&&
3449 (adapter
->hw
.mac_type
== e1000_82573
))
3450 e1000_transfer_dhcp_info(adapter
, skb
);
3452 if (!spin_trylock_irqsave(&tx_ring
->tx_lock
, flags
))
3453 /* Collision - tell upper layer to requeue */
3454 return NETDEV_TX_LOCKED
;
3456 /* need: count + 2 desc gap to keep tail from touching
3457 * head, otherwise try next time */
3458 if (unlikely(e1000_maybe_stop_tx(netdev
, tx_ring
, count
+ 2))) {
3459 spin_unlock_irqrestore(&tx_ring
->tx_lock
, flags
);
3460 return NETDEV_TX_BUSY
;
3463 if (unlikely(adapter
->hw
.mac_type
== e1000_82547
)) {
3464 if (unlikely(e1000_82547_fifo_workaround(adapter
, skb
))) {
3465 netif_stop_queue(netdev
);
3466 mod_timer(&adapter
->tx_fifo_stall_timer
, jiffies
+ 1);
3467 spin_unlock_irqrestore(&tx_ring
->tx_lock
, flags
);
3468 return NETDEV_TX_BUSY
;
3472 if (unlikely(adapter
->vlgrp
&& vlan_tx_tag_present(skb
))) {
3473 tx_flags
|= E1000_TX_FLAGS_VLAN
;
3474 tx_flags
|= (vlan_tx_tag_get(skb
) << E1000_TX_FLAGS_VLAN_SHIFT
);
3477 first
= tx_ring
->next_to_use
;
3479 tso
= e1000_tso(adapter
, tx_ring
, skb
);
3481 dev_kfree_skb_any(skb
);
3482 spin_unlock_irqrestore(&tx_ring
->tx_lock
, flags
);
3483 return NETDEV_TX_OK
;
3487 tx_ring
->last_tx_tso
= 1;
3488 tx_flags
|= E1000_TX_FLAGS_TSO
;
3489 } else if (likely(e1000_tx_csum(adapter
, tx_ring
, skb
)))
3490 tx_flags
|= E1000_TX_FLAGS_CSUM
;
3492 /* Old method was to assume IPv4 packet by default if TSO was enabled.
3493 * 82571 hardware supports TSO capabilities for IPv6 as well...
3494 * no longer assume, we must. */
3495 if (likely(skb
->protocol
== htons(ETH_P_IP
)))
3496 tx_flags
|= E1000_TX_FLAGS_IPV4
;
3498 e1000_tx_queue(adapter
, tx_ring
, tx_flags
,
3499 e1000_tx_map(adapter
, tx_ring
, skb
, first
,
3500 max_per_txd
, nr_frags
, mss
));
3502 netdev
->trans_start
= jiffies
;
3504 /* Make sure there is space in the ring for the next send. */
3505 e1000_maybe_stop_tx(netdev
, tx_ring
, MAX_SKB_FRAGS
+ 2);
3507 spin_unlock_irqrestore(&tx_ring
->tx_lock
, flags
);
3508 return NETDEV_TX_OK
;
3512 * e1000_tx_timeout - Respond to a Tx Hang
3513 * @netdev: network interface device structure
3517 e1000_tx_timeout(struct net_device
*netdev
)
3519 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3521 /* Do the reset outside of interrupt context */
3522 adapter
->tx_timeout_count
++;
3523 schedule_work(&adapter
->reset_task
);
3527 e1000_reset_task(struct work_struct
*work
)
3529 struct e1000_adapter
*adapter
=
3530 container_of(work
, struct e1000_adapter
, reset_task
);
3532 e1000_reinit_locked(adapter
);
3536 * e1000_get_stats - Get System Network Statistics
3537 * @netdev: network interface device structure
3539 * Returns the address of the device statistics structure.
3540 * The statistics are actually updated from the timer callback.
3543 static struct net_device_stats
*
3544 e1000_get_stats(struct net_device
*netdev
)
3546 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3548 /* only return the current stats */
3549 return &adapter
->net_stats
;
3553 * e1000_change_mtu - Change the Maximum Transfer Unit
3554 * @netdev: network interface device structure
3555 * @new_mtu: new value for maximum frame size
3557 * Returns 0 on success, negative on failure
3561 e1000_change_mtu(struct net_device
*netdev
, int new_mtu
)
3563 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3564 int max_frame
= new_mtu
+ ENET_HEADER_SIZE
+ ETHERNET_FCS_SIZE
;
3565 uint16_t eeprom_data
= 0;
3567 if ((max_frame
< MINIMUM_ETHERNET_FRAME_SIZE
) ||
3568 (max_frame
> MAX_JUMBO_FRAME_SIZE
)) {
3569 DPRINTK(PROBE
, ERR
, "Invalid MTU setting\n");
3573 /* Adapter-specific max frame size limits. */
3574 switch (adapter
->hw
.mac_type
) {
3575 case e1000_undefined
... e1000_82542_rev2_1
:
3577 if (max_frame
> MAXIMUM_ETHERNET_FRAME_SIZE
) {
3578 DPRINTK(PROBE
, ERR
, "Jumbo Frames not supported.\n");
3583 /* Jumbo Frames not supported if:
3584 * - this is not an 82573L device
3585 * - ASPM is enabled in any way (0x1A bits 3:2) */
3586 e1000_read_eeprom(&adapter
->hw
, EEPROM_INIT_3GIO_3
, 1,
3588 if ((adapter
->hw
.device_id
!= E1000_DEV_ID_82573L
) ||
3589 (eeprom_data
& EEPROM_WORD1A_ASPM_MASK
)) {
3590 if (max_frame
> MAXIMUM_ETHERNET_FRAME_SIZE
) {
3592 "Jumbo Frames not supported.\n");
3597 /* ERT will be enabled later to enable wire speed receives */
3599 /* fall through to get support */
3602 case e1000_80003es2lan
:
3603 #define MAX_STD_JUMBO_FRAME_SIZE 9234
3604 if (max_frame
> MAX_STD_JUMBO_FRAME_SIZE
) {
3605 DPRINTK(PROBE
, ERR
, "MTU > 9216 not supported.\n");
3610 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3614 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
3615 * means we reserve 2 more, this pushes us to allocate from the next
3617 * i.e. RXBUFFER_2048 --> size-4096 slab */
3619 if (max_frame
<= E1000_RXBUFFER_256
)
3620 adapter
->rx_buffer_len
= E1000_RXBUFFER_256
;
3621 else if (max_frame
<= E1000_RXBUFFER_512
)
3622 adapter
->rx_buffer_len
= E1000_RXBUFFER_512
;
3623 else if (max_frame
<= E1000_RXBUFFER_1024
)
3624 adapter
->rx_buffer_len
= E1000_RXBUFFER_1024
;
3625 else if (max_frame
<= E1000_RXBUFFER_2048
)
3626 adapter
->rx_buffer_len
= E1000_RXBUFFER_2048
;
3627 else if (max_frame
<= E1000_RXBUFFER_4096
)
3628 adapter
->rx_buffer_len
= E1000_RXBUFFER_4096
;
3629 else if (max_frame
<= E1000_RXBUFFER_8192
)
3630 adapter
->rx_buffer_len
= E1000_RXBUFFER_8192
;
3631 else if (max_frame
<= E1000_RXBUFFER_16384
)
3632 adapter
->rx_buffer_len
= E1000_RXBUFFER_16384
;
3634 /* adjust allocation if LPE protects us, and we aren't using SBP */
3635 if (!adapter
->hw
.tbi_compatibility_on
&&
3636 ((max_frame
== MAXIMUM_ETHERNET_FRAME_SIZE
) ||
3637 (max_frame
== MAXIMUM_ETHERNET_VLAN_SIZE
)))
3638 adapter
->rx_buffer_len
= MAXIMUM_ETHERNET_VLAN_SIZE
;
3640 netdev
->mtu
= new_mtu
;
3641 adapter
->hw
.max_frame_size
= max_frame
;
3643 if (netif_running(netdev
))
3644 e1000_reinit_locked(adapter
);
3650 * e1000_update_stats - Update the board statistics counters
3651 * @adapter: board private structure
3655 e1000_update_stats(struct e1000_adapter
*adapter
)
3657 struct e1000_hw
*hw
= &adapter
->hw
;
3658 struct pci_dev
*pdev
= adapter
->pdev
;
3659 unsigned long flags
;
3662 #define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3665 * Prevent stats update while adapter is being reset, or if the pci
3666 * connection is down.
3668 if (adapter
->link_speed
== 0)
3670 if (pci_channel_offline(pdev
))
3673 spin_lock_irqsave(&adapter
->stats_lock
, flags
);
3675 /* these counters are modified from e1000_tbi_adjust_stats,
3676 * called from the interrupt context, so they must only
3677 * be written while holding adapter->stats_lock
3680 adapter
->stats
.crcerrs
+= E1000_READ_REG(hw
, CRCERRS
);
3681 adapter
->stats
.gprc
+= E1000_READ_REG(hw
, GPRC
);
3682 adapter
->stats
.gorcl
+= E1000_READ_REG(hw
, GORCL
);
3683 adapter
->stats
.gorch
+= E1000_READ_REG(hw
, GORCH
);
3684 adapter
->stats
.bprc
+= E1000_READ_REG(hw
, BPRC
);
3685 adapter
->stats
.mprc
+= E1000_READ_REG(hw
, MPRC
);
3686 adapter
->stats
.roc
+= E1000_READ_REG(hw
, ROC
);
3688 if (adapter
->hw
.mac_type
!= e1000_ich8lan
) {
3689 adapter
->stats
.prc64
+= E1000_READ_REG(hw
, PRC64
);
3690 adapter
->stats
.prc127
+= E1000_READ_REG(hw
, PRC127
);
3691 adapter
->stats
.prc255
+= E1000_READ_REG(hw
, PRC255
);
3692 adapter
->stats
.prc511
+= E1000_READ_REG(hw
, PRC511
);
3693 adapter
->stats
.prc1023
+= E1000_READ_REG(hw
, PRC1023
);
3694 adapter
->stats
.prc1522
+= E1000_READ_REG(hw
, PRC1522
);
3697 adapter
->stats
.symerrs
+= E1000_READ_REG(hw
, SYMERRS
);
3698 adapter
->stats
.mpc
+= E1000_READ_REG(hw
, MPC
);
3699 adapter
->stats
.scc
+= E1000_READ_REG(hw
, SCC
);
3700 adapter
->stats
.ecol
+= E1000_READ_REG(hw
, ECOL
);
3701 adapter
->stats
.mcc
+= E1000_READ_REG(hw
, MCC
);
3702 adapter
->stats
.latecol
+= E1000_READ_REG(hw
, LATECOL
);
3703 adapter
->stats
.dc
+= E1000_READ_REG(hw
, DC
);
3704 adapter
->stats
.sec
+= E1000_READ_REG(hw
, SEC
);
3705 adapter
->stats
.rlec
+= E1000_READ_REG(hw
, RLEC
);
3706 adapter
->stats
.xonrxc
+= E1000_READ_REG(hw
, XONRXC
);
3707 adapter
->stats
.xontxc
+= E1000_READ_REG(hw
, XONTXC
);
3708 adapter
->stats
.xoffrxc
+= E1000_READ_REG(hw
, XOFFRXC
);
3709 adapter
->stats
.xofftxc
+= E1000_READ_REG(hw
, XOFFTXC
);
3710 adapter
->stats
.fcruc
+= E1000_READ_REG(hw
, FCRUC
);
3711 adapter
->stats
.gptc
+= E1000_READ_REG(hw
, GPTC
);
3712 adapter
->stats
.gotcl
+= E1000_READ_REG(hw
, GOTCL
);
3713 adapter
->stats
.gotch
+= E1000_READ_REG(hw
, GOTCH
);
3714 adapter
->stats
.rnbc
+= E1000_READ_REG(hw
, RNBC
);
3715 adapter
->stats
.ruc
+= E1000_READ_REG(hw
, RUC
);
3716 adapter
->stats
.rfc
+= E1000_READ_REG(hw
, RFC
);
3717 adapter
->stats
.rjc
+= E1000_READ_REG(hw
, RJC
);
3718 adapter
->stats
.torl
+= E1000_READ_REG(hw
, TORL
);
3719 adapter
->stats
.torh
+= E1000_READ_REG(hw
, TORH
);
3720 adapter
->stats
.totl
+= E1000_READ_REG(hw
, TOTL
);
3721 adapter
->stats
.toth
+= E1000_READ_REG(hw
, TOTH
);
3722 adapter
->stats
.tpr
+= E1000_READ_REG(hw
, TPR
);
3724 if (adapter
->hw
.mac_type
!= e1000_ich8lan
) {
3725 adapter
->stats
.ptc64
+= E1000_READ_REG(hw
, PTC64
);
3726 adapter
->stats
.ptc127
+= E1000_READ_REG(hw
, PTC127
);
3727 adapter
->stats
.ptc255
+= E1000_READ_REG(hw
, PTC255
);
3728 adapter
->stats
.ptc511
+= E1000_READ_REG(hw
, PTC511
);
3729 adapter
->stats
.ptc1023
+= E1000_READ_REG(hw
, PTC1023
);
3730 adapter
->stats
.ptc1522
+= E1000_READ_REG(hw
, PTC1522
);
3733 adapter
->stats
.mptc
+= E1000_READ_REG(hw
, MPTC
);
3734 adapter
->stats
.bptc
+= E1000_READ_REG(hw
, BPTC
);
3736 /* used for adaptive IFS */
3738 hw
->tx_packet_delta
= E1000_READ_REG(hw
, TPT
);
3739 adapter
->stats
.tpt
+= hw
->tx_packet_delta
;
3740 hw
->collision_delta
= E1000_READ_REG(hw
, COLC
);
3741 adapter
->stats
.colc
+= hw
->collision_delta
;
3743 if (hw
->mac_type
>= e1000_82543
) {
3744 adapter
->stats
.algnerrc
+= E1000_READ_REG(hw
, ALGNERRC
);
3745 adapter
->stats
.rxerrc
+= E1000_READ_REG(hw
, RXERRC
);
3746 adapter
->stats
.tncrs
+= E1000_READ_REG(hw
, TNCRS
);
3747 adapter
->stats
.cexterr
+= E1000_READ_REG(hw
, CEXTERR
);
3748 adapter
->stats
.tsctc
+= E1000_READ_REG(hw
, TSCTC
);
3749 adapter
->stats
.tsctfc
+= E1000_READ_REG(hw
, TSCTFC
);
3751 if (hw
->mac_type
> e1000_82547_rev_2
) {
3752 adapter
->stats
.iac
+= E1000_READ_REG(hw
, IAC
);
3753 adapter
->stats
.icrxoc
+= E1000_READ_REG(hw
, ICRXOC
);
3755 if (adapter
->hw
.mac_type
!= e1000_ich8lan
) {
3756 adapter
->stats
.icrxptc
+= E1000_READ_REG(hw
, ICRXPTC
);
3757 adapter
->stats
.icrxatc
+= E1000_READ_REG(hw
, ICRXATC
);
3758 adapter
->stats
.ictxptc
+= E1000_READ_REG(hw
, ICTXPTC
);
3759 adapter
->stats
.ictxatc
+= E1000_READ_REG(hw
, ICTXATC
);
3760 adapter
->stats
.ictxqec
+= E1000_READ_REG(hw
, ICTXQEC
);
3761 adapter
->stats
.ictxqmtc
+= E1000_READ_REG(hw
, ICTXQMTC
);
3762 adapter
->stats
.icrxdmtc
+= E1000_READ_REG(hw
, ICRXDMTC
);
3766 /* Fill out the OS statistics structure */
3767 adapter
->net_stats
.multicast
= adapter
->stats
.mprc
;
3768 adapter
->net_stats
.collisions
= adapter
->stats
.colc
;
3772 /* RLEC on some newer hardware can be incorrect so build
3773 * our own version based on RUC and ROC */
3774 adapter
->net_stats
.rx_errors
= adapter
->stats
.rxerrc
+
3775 adapter
->stats
.crcerrs
+ adapter
->stats
.algnerrc
+
3776 adapter
->stats
.ruc
+ adapter
->stats
.roc
+
3777 adapter
->stats
.cexterr
;
3778 adapter
->stats
.rlerrc
= adapter
->stats
.ruc
+ adapter
->stats
.roc
;
3779 adapter
->net_stats
.rx_length_errors
= adapter
->stats
.rlerrc
;
3780 adapter
->net_stats
.rx_crc_errors
= adapter
->stats
.crcerrs
;
3781 adapter
->net_stats
.rx_frame_errors
= adapter
->stats
.algnerrc
;
3782 adapter
->net_stats
.rx_missed_errors
= adapter
->stats
.mpc
;
3785 adapter
->stats
.txerrc
= adapter
->stats
.ecol
+ adapter
->stats
.latecol
;
3786 adapter
->net_stats
.tx_errors
= adapter
->stats
.txerrc
;
3787 adapter
->net_stats
.tx_aborted_errors
= adapter
->stats
.ecol
;
3788 adapter
->net_stats
.tx_window_errors
= adapter
->stats
.latecol
;
3789 adapter
->net_stats
.tx_carrier_errors
= adapter
->stats
.tncrs
;
3790 if (adapter
->hw
.bad_tx_carr_stats_fd
&&
3791 adapter
->link_duplex
== FULL_DUPLEX
) {
3792 adapter
->net_stats
.tx_carrier_errors
= 0;
3793 adapter
->stats
.tncrs
= 0;
3796 /* Tx Dropped needs to be maintained elsewhere */
3799 if (hw
->media_type
== e1000_media_type_copper
) {
3800 if ((adapter
->link_speed
== SPEED_1000
) &&
3801 (!e1000_read_phy_reg(hw
, PHY_1000T_STATUS
, &phy_tmp
))) {
3802 phy_tmp
&= PHY_IDLE_ERROR_COUNT_MASK
;
3803 adapter
->phy_stats
.idle_errors
+= phy_tmp
;
3806 if ((hw
->mac_type
<= e1000_82546
) &&
3807 (hw
->phy_type
== e1000_phy_m88
) &&
3808 !e1000_read_phy_reg(hw
, M88E1000_RX_ERR_CNTR
, &phy_tmp
))
3809 adapter
->phy_stats
.receive_errors
+= phy_tmp
;
3812 /* Management Stats */
3813 if (adapter
->hw
.has_smbus
) {
3814 adapter
->stats
.mgptc
+= E1000_READ_REG(hw
, MGTPTC
);
3815 adapter
->stats
.mgprc
+= E1000_READ_REG(hw
, MGTPRC
);
3816 adapter
->stats
.mgpdc
+= E1000_READ_REG(hw
, MGTPDC
);
3819 spin_unlock_irqrestore(&adapter
->stats_lock
, flags
);
3823 * e1000_intr_msi - Interrupt Handler
3824 * @irq: interrupt number
3825 * @data: pointer to a network interface device structure
3829 e1000_intr_msi(int irq
, void *data
)
3831 struct net_device
*netdev
= data
;
3832 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3833 struct e1000_hw
*hw
= &adapter
->hw
;
3834 #ifndef CONFIG_E1000_NAPI
3837 uint32_t icr
= E1000_READ_REG(hw
, ICR
);
3839 #ifdef CONFIG_E1000_NAPI
3840 /* read ICR disables interrupts using IAM, so keep up with our
3841 * enable/disable accounting */
3842 atomic_inc(&adapter
->irq_sem
);
3844 if (icr
& (E1000_ICR_RXSEQ
| E1000_ICR_LSC
)) {
3845 hw
->get_link_status
= 1;
3846 /* 80003ES2LAN workaround-- For packet buffer work-around on
3847 * link down event; disable receives here in the ISR and reset
3848 * adapter in watchdog */
3849 if (netif_carrier_ok(netdev
) &&
3850 (adapter
->hw
.mac_type
== e1000_80003es2lan
)) {
3851 /* disable receives */
3852 uint32_t rctl
= E1000_READ_REG(hw
, RCTL
);
3853 E1000_WRITE_REG(hw
, RCTL
, rctl
& ~E1000_RCTL_EN
);
3855 /* guard against interrupt when we're going down */
3856 if (!test_bit(__E1000_DOWN
, &adapter
->flags
))
3857 mod_timer(&adapter
->watchdog_timer
, jiffies
+ 1);
3860 #ifdef CONFIG_E1000_NAPI
3861 if (likely(netif_rx_schedule_prep(netdev
, &adapter
->napi
))) {
3862 adapter
->total_tx_bytes
= 0;
3863 adapter
->total_tx_packets
= 0;
3864 adapter
->total_rx_bytes
= 0;
3865 adapter
->total_rx_packets
= 0;
3866 __netif_rx_schedule(netdev
, &adapter
->napi
);
3868 e1000_irq_enable(adapter
);
3870 adapter
->total_tx_bytes
= 0;
3871 adapter
->total_rx_bytes
= 0;
3872 adapter
->total_tx_packets
= 0;
3873 adapter
->total_rx_packets
= 0;
3875 for (i
= 0; i
< E1000_MAX_INTR
; i
++)
3876 if (unlikely(!adapter
->clean_rx(adapter
, adapter
->rx_ring
) &
3877 !e1000_clean_tx_irq(adapter
, adapter
->tx_ring
)))
3880 if (likely(adapter
->itr_setting
& 3))
3881 e1000_set_itr(adapter
);
3888 * e1000_intr - Interrupt Handler
3889 * @irq: interrupt number
3890 * @data: pointer to a network interface device structure
3894 e1000_intr(int irq
, void *data
)
3896 struct net_device
*netdev
= data
;
3897 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
3898 struct e1000_hw
*hw
= &adapter
->hw
;
3899 uint32_t rctl
, icr
= E1000_READ_REG(hw
, ICR
);
3900 #ifndef CONFIG_E1000_NAPI
3904 return IRQ_NONE
; /* Not our interrupt */
3906 #ifdef CONFIG_E1000_NAPI
3907 /* IMS will not auto-mask if INT_ASSERTED is not set, and if it is
3908 * not set, then the adapter didn't send an interrupt */
3909 if (unlikely(hw
->mac_type
>= e1000_82571
&&
3910 !(icr
& E1000_ICR_INT_ASSERTED
)))
3913 /* Interrupt Auto-Mask...upon reading ICR,
3914 * interrupts are masked. No need for the
3915 * IMC write, but it does mean we should
3916 * account for it ASAP. */
3917 if (likely(hw
->mac_type
>= e1000_82571
))
3918 atomic_inc(&adapter
->irq_sem
);
3921 if (unlikely(icr
& (E1000_ICR_RXSEQ
| E1000_ICR_LSC
))) {
3922 hw
->get_link_status
= 1;
3923 /* 80003ES2LAN workaround--
3924 * For packet buffer work-around on link down event;
3925 * disable receives here in the ISR and
3926 * reset adapter in watchdog
3928 if (netif_carrier_ok(netdev
) &&
3929 (adapter
->hw
.mac_type
== e1000_80003es2lan
)) {
3930 /* disable receives */
3931 rctl
= E1000_READ_REG(hw
, RCTL
);
3932 E1000_WRITE_REG(hw
, RCTL
, rctl
& ~E1000_RCTL_EN
);
3934 /* guard against interrupt when we're going down */
3935 if (!test_bit(__E1000_DOWN
, &adapter
->flags
))
3936 mod_timer(&adapter
->watchdog_timer
, jiffies
+ 1);
3939 #ifdef CONFIG_E1000_NAPI
3940 if (unlikely(hw
->mac_type
< e1000_82571
)) {
3941 /* disable interrupts, without the synchronize_irq bit */
3942 atomic_inc(&adapter
->irq_sem
);
3943 E1000_WRITE_REG(hw
, IMC
, ~0);
3944 E1000_WRITE_FLUSH(hw
);
3946 if (likely(netif_rx_schedule_prep(netdev
, &adapter
->napi
))) {
3947 adapter
->total_tx_bytes
= 0;
3948 adapter
->total_tx_packets
= 0;
3949 adapter
->total_rx_bytes
= 0;
3950 adapter
->total_rx_packets
= 0;
3951 __netif_rx_schedule(netdev
, &adapter
->napi
);
3953 /* this really should not happen! if it does it is basically a
3954 * bug, but not a hard error, so enable ints and continue */
3955 e1000_irq_enable(adapter
);
3957 /* Writing IMC and IMS is needed for 82547.
3958 * Due to Hub Link bus being occupied, an interrupt
3959 * de-assertion message is not able to be sent.
3960 * When an interrupt assertion message is generated later,
3961 * two messages are re-ordered and sent out.
3962 * That causes APIC to think 82547 is in de-assertion
3963 * state, while 82547 is in assertion state, resulting
3964 * in dead lock. Writing IMC forces 82547 into
3965 * de-assertion state.
3967 if (hw
->mac_type
== e1000_82547
|| hw
->mac_type
== e1000_82547_rev_2
) {
3968 atomic_inc(&adapter
->irq_sem
);
3969 E1000_WRITE_REG(hw
, IMC
, ~0);
3972 adapter
->total_tx_bytes
= 0;
3973 adapter
->total_rx_bytes
= 0;
3974 adapter
->total_tx_packets
= 0;
3975 adapter
->total_rx_packets
= 0;
3977 for (i
= 0; i
< E1000_MAX_INTR
; i
++)
3978 if (unlikely(!adapter
->clean_rx(adapter
, adapter
->rx_ring
) &
3979 !e1000_clean_tx_irq(adapter
, adapter
->tx_ring
)))
3982 if (likely(adapter
->itr_setting
& 3))
3983 e1000_set_itr(adapter
);
3985 if (hw
->mac_type
== e1000_82547
|| hw
->mac_type
== e1000_82547_rev_2
)
3986 e1000_irq_enable(adapter
);
3992 #ifdef CONFIG_E1000_NAPI
3994 * e1000_clean - NAPI Rx polling callback
3995 * @adapter: board private structure
3999 e1000_clean(struct napi_struct
*napi
, int budget
)
4001 struct e1000_adapter
*adapter
= container_of(napi
, struct e1000_adapter
, napi
);
4002 struct net_device
*poll_dev
= adapter
->netdev
;
4003 int tx_cleaned
= 0, work_done
= 0;
4005 /* Must NOT use netdev_priv macro here. */
4006 adapter
= poll_dev
->priv
;
4008 /* e1000_clean is called per-cpu. This lock protects
4009 * tx_ring[0] from being cleaned by multiple cpus
4010 * simultaneously. A failure obtaining the lock means
4011 * tx_ring[0] is currently being cleaned anyway. */
4012 if (spin_trylock(&adapter
->tx_queue_lock
)) {
4013 tx_cleaned
= e1000_clean_tx_irq(adapter
,
4014 &adapter
->tx_ring
[0]);
4015 spin_unlock(&adapter
->tx_queue_lock
);
4018 adapter
->clean_rx(adapter
, &adapter
->rx_ring
[0],
4019 &work_done
, budget
);
4024 /* If budget not fully consumed, exit the polling mode */
4025 if (work_done
< budget
) {
4026 if (likely(adapter
->itr_setting
& 3))
4027 e1000_set_itr(adapter
);
4028 netif_rx_complete(poll_dev
, napi
);
4029 e1000_irq_enable(adapter
);
4037 * e1000_clean_tx_irq - Reclaim resources after transmit completes
4038 * @adapter: board private structure
4042 e1000_clean_tx_irq(struct e1000_adapter
*adapter
,
4043 struct e1000_tx_ring
*tx_ring
)
4045 struct net_device
*netdev
= adapter
->netdev
;
4046 struct e1000_tx_desc
*tx_desc
, *eop_desc
;
4047 struct e1000_buffer
*buffer_info
;
4048 unsigned int i
, eop
;
4049 #ifdef CONFIG_E1000_NAPI
4050 unsigned int count
= 0;
4052 boolean_t cleaned
= FALSE
;
4053 unsigned int total_tx_bytes
=0, total_tx_packets
=0;
4055 i
= tx_ring
->next_to_clean
;
4056 eop
= tx_ring
->buffer_info
[i
].next_to_watch
;
4057 eop_desc
= E1000_TX_DESC(*tx_ring
, eop
);
4059 while (eop_desc
->upper
.data
& cpu_to_le32(E1000_TXD_STAT_DD
)) {
4060 for (cleaned
= FALSE
; !cleaned
; ) {
4061 tx_desc
= E1000_TX_DESC(*tx_ring
, i
);
4062 buffer_info
= &tx_ring
->buffer_info
[i
];
4063 cleaned
= (i
== eop
);
4066 struct sk_buff
*skb
= buffer_info
->skb
;
4067 unsigned int segs
, bytecount
;
4068 segs
= skb_shinfo(skb
)->gso_segs
?: 1;
4069 /* multiply data chunks by size of headers */
4070 bytecount
= ((segs
- 1) * skb_headlen(skb
)) +
4072 total_tx_packets
+= segs
;
4073 total_tx_bytes
+= bytecount
;
4075 e1000_unmap_and_free_tx_resource(adapter
, buffer_info
);
4076 tx_desc
->upper
.data
= 0;
4078 if (unlikely(++i
== tx_ring
->count
)) i
= 0;
4081 eop
= tx_ring
->buffer_info
[i
].next_to_watch
;
4082 eop_desc
= E1000_TX_DESC(*tx_ring
, eop
);
4083 #ifdef CONFIG_E1000_NAPI
4084 #define E1000_TX_WEIGHT 64
4085 /* weight of a sort for tx, to avoid endless transmit cleanup */
4086 if (count
++ == E1000_TX_WEIGHT
) break;
4090 tx_ring
->next_to_clean
= i
;
4092 #define TX_WAKE_THRESHOLD 32
4093 if (unlikely(cleaned
&& netif_carrier_ok(netdev
) &&
4094 E1000_DESC_UNUSED(tx_ring
) >= TX_WAKE_THRESHOLD
)) {
4095 /* Make sure that anybody stopping the queue after this
4096 * sees the new next_to_clean.
4099 if (netif_queue_stopped(netdev
)) {
4100 netif_wake_queue(netdev
);
4101 ++adapter
->restart_queue
;
4105 if (adapter
->detect_tx_hung
) {
4106 /* Detect a transmit hang in hardware, this serializes the
4107 * check with the clearing of time_stamp and movement of i */
4108 adapter
->detect_tx_hung
= FALSE
;
4109 if (tx_ring
->buffer_info
[eop
].dma
&&
4110 time_after(jiffies
, tx_ring
->buffer_info
[eop
].time_stamp
+
4111 (adapter
->tx_timeout_factor
* HZ
))
4112 && !(E1000_READ_REG(&adapter
->hw
, STATUS
) &
4113 E1000_STATUS_TXOFF
)) {
4115 /* detected Tx unit hang */
4116 DPRINTK(DRV
, ERR
, "Detected Tx Unit Hang\n"
4120 " next_to_use <%x>\n"
4121 " next_to_clean <%x>\n"
4122 "buffer_info[next_to_clean]\n"
4123 " time_stamp <%lx>\n"
4124 " next_to_watch <%x>\n"
4126 " next_to_watch.status <%x>\n",
4127 (unsigned long)((tx_ring
- adapter
->tx_ring
) /
4128 sizeof(struct e1000_tx_ring
)),
4129 readl(adapter
->hw
.hw_addr
+ tx_ring
->tdh
),
4130 readl(adapter
->hw
.hw_addr
+ tx_ring
->tdt
),
4131 tx_ring
->next_to_use
,
4132 tx_ring
->next_to_clean
,
4133 tx_ring
->buffer_info
[eop
].time_stamp
,
4136 eop_desc
->upper
.fields
.status
);
4137 netif_stop_queue(netdev
);
4140 adapter
->total_tx_bytes
+= total_tx_bytes
;
4141 adapter
->total_tx_packets
+= total_tx_packets
;
4142 adapter
->net_stats
.tx_bytes
+= total_tx_bytes
;
4143 adapter
->net_stats
.tx_packets
+= total_tx_packets
;
4148 * e1000_rx_checksum - Receive Checksum Offload for 82543
4149 * @adapter: board private structure
4150 * @status_err: receive descriptor status and error fields
4151 * @csum: receive descriptor csum field
4152 * @sk_buff: socket buffer with received data
4156 e1000_rx_checksum(struct e1000_adapter
*adapter
,
4157 uint32_t status_err
, uint32_t csum
,
4158 struct sk_buff
*skb
)
4160 uint16_t status
= (uint16_t)status_err
;
4161 uint8_t errors
= (uint8_t)(status_err
>> 24);
4162 skb
->ip_summed
= CHECKSUM_NONE
;
4164 /* 82543 or newer only */
4165 if (unlikely(adapter
->hw
.mac_type
< e1000_82543
)) return;
4166 /* Ignore Checksum bit is set */
4167 if (unlikely(status
& E1000_RXD_STAT_IXSM
)) return;
4168 /* TCP/UDP checksum error bit is set */
4169 if (unlikely(errors
& E1000_RXD_ERR_TCPE
)) {
4170 /* let the stack verify checksum errors */
4171 adapter
->hw_csum_err
++;
4174 /* TCP/UDP Checksum has not been calculated */
4175 if (adapter
->hw
.mac_type
<= e1000_82547_rev_2
) {
4176 if (!(status
& E1000_RXD_STAT_TCPCS
))
4179 if (!(status
& (E1000_RXD_STAT_TCPCS
| E1000_RXD_STAT_UDPCS
)))
4182 /* It must be a TCP or UDP packet with a valid checksum */
4183 if (likely(status
& E1000_RXD_STAT_TCPCS
)) {
4184 /* TCP checksum is good */
4185 skb
->ip_summed
= CHECKSUM_UNNECESSARY
;
4186 } else if (adapter
->hw
.mac_type
> e1000_82547_rev_2
) {
4187 /* IP fragment with UDP payload */
4188 /* Hardware complements the payload checksum, so we undo it
4189 * and then put the value in host order for further stack use.
4191 __sum16 sum
= (__force __sum16
)htons(csum
);
4192 skb
->csum
= csum_unfold(~sum
);
4193 skb
->ip_summed
= CHECKSUM_COMPLETE
;
4195 adapter
->hw_csum_good
++;
4199 * e1000_clean_rx_irq - Send received data up the network stack; legacy
4200 * @adapter: board private structure
4204 #ifdef CONFIG_E1000_NAPI
4205 e1000_clean_rx_irq(struct e1000_adapter
*adapter
,
4206 struct e1000_rx_ring
*rx_ring
,
4207 int *work_done
, int work_to_do
)
4209 e1000_clean_rx_irq(struct e1000_adapter
*adapter
,
4210 struct e1000_rx_ring
*rx_ring
)
4213 struct net_device
*netdev
= adapter
->netdev
;
4214 struct pci_dev
*pdev
= adapter
->pdev
;
4215 struct e1000_rx_desc
*rx_desc
, *next_rxd
;
4216 struct e1000_buffer
*buffer_info
, *next_buffer
;
4217 unsigned long flags
;
4221 int cleaned_count
= 0;
4222 boolean_t cleaned
= FALSE
;
4223 unsigned int total_rx_bytes
=0, total_rx_packets
=0;
4225 i
= rx_ring
->next_to_clean
;
4226 rx_desc
= E1000_RX_DESC(*rx_ring
, i
);
4227 buffer_info
= &rx_ring
->buffer_info
[i
];
4229 while (rx_desc
->status
& E1000_RXD_STAT_DD
) {
4230 struct sk_buff
*skb
;
4233 #ifdef CONFIG_E1000_NAPI
4234 if (*work_done
>= work_to_do
)
4238 status
= rx_desc
->status
;
4239 skb
= buffer_info
->skb
;
4240 buffer_info
->skb
= NULL
;
4242 prefetch(skb
->data
- NET_IP_ALIGN
);
4244 if (++i
== rx_ring
->count
) i
= 0;
4245 next_rxd
= E1000_RX_DESC(*rx_ring
, i
);
4248 next_buffer
= &rx_ring
->buffer_info
[i
];
4252 pci_unmap_single(pdev
,
4254 buffer_info
->length
,
4255 PCI_DMA_FROMDEVICE
);
4257 length
= le16_to_cpu(rx_desc
->length
);
4259 if (unlikely(!(status
& E1000_RXD_STAT_EOP
))) {
4260 /* All receives must fit into a single buffer */
4261 E1000_DBG("%s: Receive packet consumed multiple"
4262 " buffers\n", netdev
->name
);
4264 buffer_info
->skb
= skb
;
4268 if (unlikely(rx_desc
->errors
& E1000_RXD_ERR_FRAME_ERR_MASK
)) {
4269 last_byte
= *(skb
->data
+ length
- 1);
4270 if (TBI_ACCEPT(&adapter
->hw
, status
,
4271 rx_desc
->errors
, length
, last_byte
)) {
4272 spin_lock_irqsave(&adapter
->stats_lock
, flags
);
4273 e1000_tbi_adjust_stats(&adapter
->hw
,
4276 spin_unlock_irqrestore(&adapter
->stats_lock
,
4281 buffer_info
->skb
= skb
;
4286 /* adjust length to remove Ethernet CRC, this must be
4287 * done after the TBI_ACCEPT workaround above */
4290 /* probably a little skewed due to removing CRC */
4291 total_rx_bytes
+= length
;
4294 /* code added for copybreak, this should improve
4295 * performance for small packets with large amounts
4296 * of reassembly being done in the stack */
4297 if (length
< copybreak
) {
4298 struct sk_buff
*new_skb
=
4299 netdev_alloc_skb(netdev
, length
+ NET_IP_ALIGN
);
4301 skb_reserve(new_skb
, NET_IP_ALIGN
);
4302 skb_copy_to_linear_data_offset(new_skb
,
4308 /* save the skb in buffer_info as good */
4309 buffer_info
->skb
= skb
;
4312 /* else just continue with the old one */
4314 /* end copybreak code */
4315 skb_put(skb
, length
);
4317 /* Receive Checksum Offload */
4318 e1000_rx_checksum(adapter
,
4319 (uint32_t)(status
) |
4320 ((uint32_t)(rx_desc
->errors
) << 24),
4321 le16_to_cpu(rx_desc
->csum
), skb
);
4323 skb
->protocol
= eth_type_trans(skb
, netdev
);
4324 #ifdef CONFIG_E1000_NAPI
4325 if (unlikely(adapter
->vlgrp
&&
4326 (status
& E1000_RXD_STAT_VP
))) {
4327 vlan_hwaccel_receive_skb(skb
, adapter
->vlgrp
,
4328 le16_to_cpu(rx_desc
->special
) &
4329 E1000_RXD_SPC_VLAN_MASK
);
4331 netif_receive_skb(skb
);
4333 #else /* CONFIG_E1000_NAPI */
4334 if (unlikely(adapter
->vlgrp
&&
4335 (status
& E1000_RXD_STAT_VP
))) {
4336 vlan_hwaccel_rx(skb
, adapter
->vlgrp
,
4337 le16_to_cpu(rx_desc
->special
) &
4338 E1000_RXD_SPC_VLAN_MASK
);
4342 #endif /* CONFIG_E1000_NAPI */
4343 netdev
->last_rx
= jiffies
;
4346 rx_desc
->status
= 0;
4348 /* return some buffers to hardware, one at a time is too slow */
4349 if (unlikely(cleaned_count
>= E1000_RX_BUFFER_WRITE
)) {
4350 adapter
->alloc_rx_buf(adapter
, rx_ring
, cleaned_count
);
4354 /* use prefetched values */
4356 buffer_info
= next_buffer
;
4358 rx_ring
->next_to_clean
= i
;
4360 cleaned_count
= E1000_DESC_UNUSED(rx_ring
);
4362 adapter
->alloc_rx_buf(adapter
, rx_ring
, cleaned_count
);
4364 adapter
->total_rx_packets
+= total_rx_packets
;
4365 adapter
->total_rx_bytes
+= total_rx_bytes
;
4366 adapter
->net_stats
.rx_bytes
+= total_rx_bytes
;
4367 adapter
->net_stats
.rx_packets
+= total_rx_packets
;
4372 * e1000_clean_rx_irq_ps - Send received data up the network stack; packet split
4373 * @adapter: board private structure
4377 #ifdef CONFIG_E1000_NAPI
4378 e1000_clean_rx_irq_ps(struct e1000_adapter
*adapter
,
4379 struct e1000_rx_ring
*rx_ring
,
4380 int *work_done
, int work_to_do
)
4382 e1000_clean_rx_irq_ps(struct e1000_adapter
*adapter
,
4383 struct e1000_rx_ring
*rx_ring
)
4386 union e1000_rx_desc_packet_split
*rx_desc
, *next_rxd
;
4387 struct net_device
*netdev
= adapter
->netdev
;
4388 struct pci_dev
*pdev
= adapter
->pdev
;
4389 struct e1000_buffer
*buffer_info
, *next_buffer
;
4390 struct e1000_ps_page
*ps_page
;
4391 struct e1000_ps_page_dma
*ps_page_dma
;
4392 struct sk_buff
*skb
;
4394 uint32_t length
, staterr
;
4395 int cleaned_count
= 0;
4396 boolean_t cleaned
= FALSE
;
4397 unsigned int total_rx_bytes
=0, total_rx_packets
=0;
4399 i
= rx_ring
->next_to_clean
;
4400 rx_desc
= E1000_RX_DESC_PS(*rx_ring
, i
);
4401 staterr
= le32_to_cpu(rx_desc
->wb
.middle
.status_error
);
4402 buffer_info
= &rx_ring
->buffer_info
[i
];
4404 while (staterr
& E1000_RXD_STAT_DD
) {
4405 ps_page
= &rx_ring
->ps_page
[i
];
4406 ps_page_dma
= &rx_ring
->ps_page_dma
[i
];
4407 #ifdef CONFIG_E1000_NAPI
4408 if (unlikely(*work_done
>= work_to_do
))
4412 skb
= buffer_info
->skb
;
4414 /* in the packet split case this is header only */
4415 prefetch(skb
->data
- NET_IP_ALIGN
);
4417 if (++i
== rx_ring
->count
) i
= 0;
4418 next_rxd
= E1000_RX_DESC_PS(*rx_ring
, i
);
4421 next_buffer
= &rx_ring
->buffer_info
[i
];
4425 pci_unmap_single(pdev
, buffer_info
->dma
,
4426 buffer_info
->length
,
4427 PCI_DMA_FROMDEVICE
);
4429 if (unlikely(!(staterr
& E1000_RXD_STAT_EOP
))) {
4430 E1000_DBG("%s: Packet Split buffers didn't pick up"
4431 " the full packet\n", netdev
->name
);
4432 dev_kfree_skb_irq(skb
);
4436 if (unlikely(staterr
& E1000_RXDEXT_ERR_FRAME_ERR_MASK
)) {
4437 dev_kfree_skb_irq(skb
);
4441 length
= le16_to_cpu(rx_desc
->wb
.middle
.length0
);
4443 if (unlikely(!length
)) {
4444 E1000_DBG("%s: Last part of the packet spanning"
4445 " multiple descriptors\n", netdev
->name
);
4446 dev_kfree_skb_irq(skb
);
4451 skb_put(skb
, length
);
4454 /* this looks ugly, but it seems compiler issues make it
4455 more efficient than reusing j */
4456 int l1
= le16_to_cpu(rx_desc
->wb
.upper
.length
[0]);
4458 /* page alloc/put takes too long and effects small packet
4459 * throughput, so unsplit small packets and save the alloc/put*/
4460 if (l1
&& (l1
<= copybreak
) && ((length
+ l1
) <= adapter
->rx_ps_bsize0
)) {
4462 /* there is no documentation about how to call
4463 * kmap_atomic, so we can't hold the mapping
4465 pci_dma_sync_single_for_cpu(pdev
,
4466 ps_page_dma
->ps_page_dma
[0],
4468 PCI_DMA_FROMDEVICE
);
4469 vaddr
= kmap_atomic(ps_page
->ps_page
[0],
4470 KM_SKB_DATA_SOFTIRQ
);
4471 memcpy(skb_tail_pointer(skb
), vaddr
, l1
);
4472 kunmap_atomic(vaddr
, KM_SKB_DATA_SOFTIRQ
);
4473 pci_dma_sync_single_for_device(pdev
,
4474 ps_page_dma
->ps_page_dma
[0],
4475 PAGE_SIZE
, PCI_DMA_FROMDEVICE
);
4476 /* remove the CRC */
4483 for (j
= 0; j
< adapter
->rx_ps_pages
; j
++) {
4484 if (!(length
= le16_to_cpu(rx_desc
->wb
.upper
.length
[j
])))
4486 pci_unmap_page(pdev
, ps_page_dma
->ps_page_dma
[j
],
4487 PAGE_SIZE
, PCI_DMA_FROMDEVICE
);
4488 ps_page_dma
->ps_page_dma
[j
] = 0;
4489 skb_fill_page_desc(skb
, j
, ps_page
->ps_page
[j
], 0,
4491 ps_page
->ps_page
[j
] = NULL
;
4493 skb
->data_len
+= length
;
4494 skb
->truesize
+= length
;
4497 /* strip the ethernet crc, problem is we're using pages now so
4498 * this whole operation can get a little cpu intensive */
4499 pskb_trim(skb
, skb
->len
- 4);
4502 total_rx_bytes
+= skb
->len
;
4505 e1000_rx_checksum(adapter
, staterr
,
4506 le16_to_cpu(rx_desc
->wb
.lower
.hi_dword
.csum_ip
.csum
), skb
);
4507 skb
->protocol
= eth_type_trans(skb
, netdev
);
4509 if (likely(rx_desc
->wb
.upper
.header_status
&
4510 cpu_to_le16(E1000_RXDPS_HDRSTAT_HDRSP
)))
4511 adapter
->rx_hdr_split
++;
4512 #ifdef CONFIG_E1000_NAPI
4513 if (unlikely(adapter
->vlgrp
&& (staterr
& E1000_RXD_STAT_VP
))) {
4514 vlan_hwaccel_receive_skb(skb
, adapter
->vlgrp
,
4515 le16_to_cpu(rx_desc
->wb
.middle
.vlan
) &
4516 E1000_RXD_SPC_VLAN_MASK
);
4518 netif_receive_skb(skb
);
4520 #else /* CONFIG_E1000_NAPI */
4521 if (unlikely(adapter
->vlgrp
&& (staterr
& E1000_RXD_STAT_VP
))) {
4522 vlan_hwaccel_rx(skb
, adapter
->vlgrp
,
4523 le16_to_cpu(rx_desc
->wb
.middle
.vlan
) &
4524 E1000_RXD_SPC_VLAN_MASK
);
4528 #endif /* CONFIG_E1000_NAPI */
4529 netdev
->last_rx
= jiffies
;
4532 rx_desc
->wb
.middle
.status_error
&= cpu_to_le32(~0xFF);
4533 buffer_info
->skb
= NULL
;
4535 /* return some buffers to hardware, one at a time is too slow */
4536 if (unlikely(cleaned_count
>= E1000_RX_BUFFER_WRITE
)) {
4537 adapter
->alloc_rx_buf(adapter
, rx_ring
, cleaned_count
);
4541 /* use prefetched values */
4543 buffer_info
= next_buffer
;
4545 staterr
= le32_to_cpu(rx_desc
->wb
.middle
.status_error
);
4547 rx_ring
->next_to_clean
= i
;
4549 cleaned_count
= E1000_DESC_UNUSED(rx_ring
);
4551 adapter
->alloc_rx_buf(adapter
, rx_ring
, cleaned_count
);
4553 adapter
->total_rx_packets
+= total_rx_packets
;
4554 adapter
->total_rx_bytes
+= total_rx_bytes
;
4555 adapter
->net_stats
.rx_bytes
+= total_rx_bytes
;
4556 adapter
->net_stats
.rx_packets
+= total_rx_packets
;
4561 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
4562 * @adapter: address of board private structure
4566 e1000_alloc_rx_buffers(struct e1000_adapter
*adapter
,
4567 struct e1000_rx_ring
*rx_ring
,
4570 struct net_device
*netdev
= adapter
->netdev
;
4571 struct pci_dev
*pdev
= adapter
->pdev
;
4572 struct e1000_rx_desc
*rx_desc
;
4573 struct e1000_buffer
*buffer_info
;
4574 struct sk_buff
*skb
;
4576 unsigned int bufsz
= adapter
->rx_buffer_len
+ NET_IP_ALIGN
;
4578 i
= rx_ring
->next_to_use
;
4579 buffer_info
= &rx_ring
->buffer_info
[i
];
4581 while (cleaned_count
--) {
4582 skb
= buffer_info
->skb
;
4588 skb
= netdev_alloc_skb(netdev
, bufsz
);
4589 if (unlikely(!skb
)) {
4590 /* Better luck next round */
4591 adapter
->alloc_rx_buff_failed
++;
4595 /* Fix for errata 23, can't cross 64kB boundary */
4596 if (!e1000_check_64k_bound(adapter
, skb
->data
, bufsz
)) {
4597 struct sk_buff
*oldskb
= skb
;
4598 DPRINTK(RX_ERR
, ERR
, "skb align check failed: %u bytes "
4599 "at %p\n", bufsz
, skb
->data
);
4600 /* Try again, without freeing the previous */
4601 skb
= netdev_alloc_skb(netdev
, bufsz
);
4602 /* Failed allocation, critical failure */
4604 dev_kfree_skb(oldskb
);
4608 if (!e1000_check_64k_bound(adapter
, skb
->data
, bufsz
)) {
4611 dev_kfree_skb(oldskb
);
4612 break; /* while !buffer_info->skb */
4615 /* Use new allocation */
4616 dev_kfree_skb(oldskb
);
4618 /* Make buffer alignment 2 beyond a 16 byte boundary
4619 * this will result in a 16 byte aligned IP header after
4620 * the 14 byte MAC header is removed
4622 skb_reserve(skb
, NET_IP_ALIGN
);
4624 buffer_info
->skb
= skb
;
4625 buffer_info
->length
= adapter
->rx_buffer_len
;
4627 buffer_info
->dma
= pci_map_single(pdev
,
4629 adapter
->rx_buffer_len
,
4630 PCI_DMA_FROMDEVICE
);
4632 /* Fix for errata 23, can't cross 64kB boundary */
4633 if (!e1000_check_64k_bound(adapter
,
4634 (void *)(unsigned long)buffer_info
->dma
,
4635 adapter
->rx_buffer_len
)) {
4636 DPRINTK(RX_ERR
, ERR
,
4637 "dma align check failed: %u bytes at %p\n",
4638 adapter
->rx_buffer_len
,
4639 (void *)(unsigned long)buffer_info
->dma
);
4641 buffer_info
->skb
= NULL
;
4643 pci_unmap_single(pdev
, buffer_info
->dma
,
4644 adapter
->rx_buffer_len
,
4645 PCI_DMA_FROMDEVICE
);
4647 break; /* while !buffer_info->skb */
4649 rx_desc
= E1000_RX_DESC(*rx_ring
, i
);
4650 rx_desc
->buffer_addr
= cpu_to_le64(buffer_info
->dma
);
4652 if (unlikely(++i
== rx_ring
->count
))
4654 buffer_info
= &rx_ring
->buffer_info
[i
];
4657 if (likely(rx_ring
->next_to_use
!= i
)) {
4658 rx_ring
->next_to_use
= i
;
4659 if (unlikely(i
-- == 0))
4660 i
= (rx_ring
->count
- 1);
4662 /* Force memory writes to complete before letting h/w
4663 * know there are new descriptors to fetch. (Only
4664 * applicable for weak-ordered memory model archs,
4665 * such as IA-64). */
4667 writel(i
, adapter
->hw
.hw_addr
+ rx_ring
->rdt
);
4672 * e1000_alloc_rx_buffers_ps - Replace used receive buffers; packet split
4673 * @adapter: address of board private structure
4677 e1000_alloc_rx_buffers_ps(struct e1000_adapter
*adapter
,
4678 struct e1000_rx_ring
*rx_ring
,
4681 struct net_device
*netdev
= adapter
->netdev
;
4682 struct pci_dev
*pdev
= adapter
->pdev
;
4683 union e1000_rx_desc_packet_split
*rx_desc
;
4684 struct e1000_buffer
*buffer_info
;
4685 struct e1000_ps_page
*ps_page
;
4686 struct e1000_ps_page_dma
*ps_page_dma
;
4687 struct sk_buff
*skb
;
4690 i
= rx_ring
->next_to_use
;
4691 buffer_info
= &rx_ring
->buffer_info
[i
];
4692 ps_page
= &rx_ring
->ps_page
[i
];
4693 ps_page_dma
= &rx_ring
->ps_page_dma
[i
];
4695 while (cleaned_count
--) {
4696 rx_desc
= E1000_RX_DESC_PS(*rx_ring
, i
);
4698 for (j
= 0; j
< PS_PAGE_BUFFERS
; j
++) {
4699 if (j
< adapter
->rx_ps_pages
) {
4700 if (likely(!ps_page
->ps_page
[j
])) {
4701 ps_page
->ps_page
[j
] =
4702 alloc_page(GFP_ATOMIC
);
4703 if (unlikely(!ps_page
->ps_page
[j
])) {
4704 adapter
->alloc_rx_buff_failed
++;
4707 ps_page_dma
->ps_page_dma
[j
] =
4709 ps_page
->ps_page
[j
],
4711 PCI_DMA_FROMDEVICE
);
4713 /* Refresh the desc even if buffer_addrs didn't
4714 * change because each write-back erases
4717 rx_desc
->read
.buffer_addr
[j
+1] =
4718 cpu_to_le64(ps_page_dma
->ps_page_dma
[j
]);
4720 rx_desc
->read
.buffer_addr
[j
+1] = ~cpu_to_le64(0);
4723 skb
= netdev_alloc_skb(netdev
,
4724 adapter
->rx_ps_bsize0
+ NET_IP_ALIGN
);
4726 if (unlikely(!skb
)) {
4727 adapter
->alloc_rx_buff_failed
++;
4731 /* Make buffer alignment 2 beyond a 16 byte boundary
4732 * this will result in a 16 byte aligned IP header after
4733 * the 14 byte MAC header is removed
4735 skb_reserve(skb
, NET_IP_ALIGN
);
4737 buffer_info
->skb
= skb
;
4738 buffer_info
->length
= adapter
->rx_ps_bsize0
;
4739 buffer_info
->dma
= pci_map_single(pdev
, skb
->data
,
4740 adapter
->rx_ps_bsize0
,
4741 PCI_DMA_FROMDEVICE
);
4743 rx_desc
->read
.buffer_addr
[0] = cpu_to_le64(buffer_info
->dma
);
4745 if (unlikely(++i
== rx_ring
->count
)) i
= 0;
4746 buffer_info
= &rx_ring
->buffer_info
[i
];
4747 ps_page
= &rx_ring
->ps_page
[i
];
4748 ps_page_dma
= &rx_ring
->ps_page_dma
[i
];
4752 if (likely(rx_ring
->next_to_use
!= i
)) {
4753 rx_ring
->next_to_use
= i
;
4754 if (unlikely(i
-- == 0)) i
= (rx_ring
->count
- 1);
4756 /* Force memory writes to complete before letting h/w
4757 * know there are new descriptors to fetch. (Only
4758 * applicable for weak-ordered memory model archs,
4759 * such as IA-64). */
4761 /* Hardware increments by 16 bytes, but packet split
4762 * descriptors are 32 bytes...so we increment tail
4765 writel(i
<<1, adapter
->hw
.hw_addr
+ rx_ring
->rdt
);
4770 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4775 e1000_smartspeed(struct e1000_adapter
*adapter
)
4777 uint16_t phy_status
;
4780 if ((adapter
->hw
.phy_type
!= e1000_phy_igp
) || !adapter
->hw
.autoneg
||
4781 !(adapter
->hw
.autoneg_advertised
& ADVERTISE_1000_FULL
))
4784 if (adapter
->smartspeed
== 0) {
4785 /* If Master/Slave config fault is asserted twice,
4786 * we assume back-to-back */
4787 e1000_read_phy_reg(&adapter
->hw
, PHY_1000T_STATUS
, &phy_status
);
4788 if (!(phy_status
& SR_1000T_MS_CONFIG_FAULT
)) return;
4789 e1000_read_phy_reg(&adapter
->hw
, PHY_1000T_STATUS
, &phy_status
);
4790 if (!(phy_status
& SR_1000T_MS_CONFIG_FAULT
)) return;
4791 e1000_read_phy_reg(&adapter
->hw
, PHY_1000T_CTRL
, &phy_ctrl
);
4792 if (phy_ctrl
& CR_1000T_MS_ENABLE
) {
4793 phy_ctrl
&= ~CR_1000T_MS_ENABLE
;
4794 e1000_write_phy_reg(&adapter
->hw
, PHY_1000T_CTRL
,
4796 adapter
->smartspeed
++;
4797 if (!e1000_phy_setup_autoneg(&adapter
->hw
) &&
4798 !e1000_read_phy_reg(&adapter
->hw
, PHY_CTRL
,
4800 phy_ctrl
|= (MII_CR_AUTO_NEG_EN
|
4801 MII_CR_RESTART_AUTO_NEG
);
4802 e1000_write_phy_reg(&adapter
->hw
, PHY_CTRL
,
4807 } else if (adapter
->smartspeed
== E1000_SMARTSPEED_DOWNSHIFT
) {
4808 /* If still no link, perhaps using 2/3 pair cable */
4809 e1000_read_phy_reg(&adapter
->hw
, PHY_1000T_CTRL
, &phy_ctrl
);
4810 phy_ctrl
|= CR_1000T_MS_ENABLE
;
4811 e1000_write_phy_reg(&adapter
->hw
, PHY_1000T_CTRL
, phy_ctrl
);
4812 if (!e1000_phy_setup_autoneg(&adapter
->hw
) &&
4813 !e1000_read_phy_reg(&adapter
->hw
, PHY_CTRL
, &phy_ctrl
)) {
4814 phy_ctrl
|= (MII_CR_AUTO_NEG_EN
|
4815 MII_CR_RESTART_AUTO_NEG
);
4816 e1000_write_phy_reg(&adapter
->hw
, PHY_CTRL
, phy_ctrl
);
4819 /* Restart process after E1000_SMARTSPEED_MAX iterations */
4820 if (adapter
->smartspeed
++ == E1000_SMARTSPEED_MAX
)
4821 adapter
->smartspeed
= 0;
4832 e1000_ioctl(struct net_device
*netdev
, struct ifreq
*ifr
, int cmd
)
4838 return e1000_mii_ioctl(netdev
, ifr
, cmd
);
4852 e1000_mii_ioctl(struct net_device
*netdev
, struct ifreq
*ifr
, int cmd
)
4854 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
4855 struct mii_ioctl_data
*data
= if_mii(ifr
);
4859 unsigned long flags
;
4861 if (adapter
->hw
.media_type
!= e1000_media_type_copper
)
4866 data
->phy_id
= adapter
->hw
.phy_addr
;
4869 if (!capable(CAP_NET_ADMIN
))
4871 spin_lock_irqsave(&adapter
->stats_lock
, flags
);
4872 if (e1000_read_phy_reg(&adapter
->hw
, data
->reg_num
& 0x1F,
4874 spin_unlock_irqrestore(&adapter
->stats_lock
, flags
);
4877 spin_unlock_irqrestore(&adapter
->stats_lock
, flags
);
4880 if (!capable(CAP_NET_ADMIN
))
4882 if (data
->reg_num
& ~(0x1F))
4884 mii_reg
= data
->val_in
;
4885 spin_lock_irqsave(&adapter
->stats_lock
, flags
);
4886 if (e1000_write_phy_reg(&adapter
->hw
, data
->reg_num
,
4888 spin_unlock_irqrestore(&adapter
->stats_lock
, flags
);
4891 spin_unlock_irqrestore(&adapter
->stats_lock
, flags
);
4892 if (adapter
->hw
.media_type
== e1000_media_type_copper
) {
4893 switch (data
->reg_num
) {
4895 if (mii_reg
& MII_CR_POWER_DOWN
)
4897 if (mii_reg
& MII_CR_AUTO_NEG_EN
) {
4898 adapter
->hw
.autoneg
= 1;
4899 adapter
->hw
.autoneg_advertised
= 0x2F;
4902 spddplx
= SPEED_1000
;
4903 else if (mii_reg
& 0x2000)
4904 spddplx
= SPEED_100
;
4907 spddplx
+= (mii_reg
& 0x100)
4910 retval
= e1000_set_spd_dplx(adapter
,
4915 if (netif_running(adapter
->netdev
))
4916 e1000_reinit_locked(adapter
);
4918 e1000_reset(adapter
);
4920 case M88E1000_PHY_SPEC_CTRL
:
4921 case M88E1000_EXT_PHY_SPEC_CTRL
:
4922 if (e1000_phy_reset(&adapter
->hw
))
4927 switch (data
->reg_num
) {
4929 if (mii_reg
& MII_CR_POWER_DOWN
)
4931 if (netif_running(adapter
->netdev
))
4932 e1000_reinit_locked(adapter
);
4934 e1000_reset(adapter
);
4942 return E1000_SUCCESS
;
4946 e1000_pci_set_mwi(struct e1000_hw
*hw
)
4948 struct e1000_adapter
*adapter
= hw
->back
;
4949 int ret_val
= pci_set_mwi(adapter
->pdev
);
4952 DPRINTK(PROBE
, ERR
, "Error in setting MWI\n");
4956 e1000_pci_clear_mwi(struct e1000_hw
*hw
)
4958 struct e1000_adapter
*adapter
= hw
->back
;
4960 pci_clear_mwi(adapter
->pdev
);
4964 e1000_pcix_get_mmrbc(struct e1000_hw
*hw
)
4966 struct e1000_adapter
*adapter
= hw
->back
;
4967 return pcix_get_mmrbc(adapter
->pdev
);
4971 e1000_pcix_set_mmrbc(struct e1000_hw
*hw
, int mmrbc
)
4973 struct e1000_adapter
*adapter
= hw
->back
;
4974 pcix_set_mmrbc(adapter
->pdev
, mmrbc
);
4978 e1000_read_pcie_cap_reg(struct e1000_hw
*hw
, uint32_t reg
, uint16_t *value
)
4980 struct e1000_adapter
*adapter
= hw
->back
;
4981 uint16_t cap_offset
;
4983 cap_offset
= pci_find_capability(adapter
->pdev
, PCI_CAP_ID_EXP
);
4985 return -E1000_ERR_CONFIG
;
4987 pci_read_config_word(adapter
->pdev
, cap_offset
+ reg
, value
);
4989 return E1000_SUCCESS
;
4993 e1000_io_write(struct e1000_hw
*hw
, unsigned long port
, uint32_t value
)
4999 e1000_vlan_rx_register(struct net_device
*netdev
, struct vlan_group
*grp
)
5001 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
5002 uint32_t ctrl
, rctl
;
5004 e1000_irq_disable(adapter
);
5005 adapter
->vlgrp
= grp
;
5008 /* enable VLAN tag insert/strip */
5009 ctrl
= E1000_READ_REG(&adapter
->hw
, CTRL
);
5010 ctrl
|= E1000_CTRL_VME
;
5011 E1000_WRITE_REG(&adapter
->hw
, CTRL
, ctrl
);
5013 if (adapter
->hw
.mac_type
!= e1000_ich8lan
) {
5014 /* enable VLAN receive filtering */
5015 rctl
= E1000_READ_REG(&adapter
->hw
, RCTL
);
5016 rctl
|= E1000_RCTL_VFE
;
5017 rctl
&= ~E1000_RCTL_CFIEN
;
5018 E1000_WRITE_REG(&adapter
->hw
, RCTL
, rctl
);
5019 e1000_update_mng_vlan(adapter
);
5022 /* disable VLAN tag insert/strip */
5023 ctrl
= E1000_READ_REG(&adapter
->hw
, CTRL
);
5024 ctrl
&= ~E1000_CTRL_VME
;
5025 E1000_WRITE_REG(&adapter
->hw
, CTRL
, ctrl
);
5027 if (adapter
->hw
.mac_type
!= e1000_ich8lan
) {
5028 /* disable VLAN filtering */
5029 rctl
= E1000_READ_REG(&adapter
->hw
, RCTL
);
5030 rctl
&= ~E1000_RCTL_VFE
;
5031 E1000_WRITE_REG(&adapter
->hw
, RCTL
, rctl
);
5032 if (adapter
->mng_vlan_id
!=
5033 (uint16_t)E1000_MNG_VLAN_NONE
) {
5034 e1000_vlan_rx_kill_vid(netdev
,
5035 adapter
->mng_vlan_id
);
5036 adapter
->mng_vlan_id
= E1000_MNG_VLAN_NONE
;
5041 e1000_irq_enable(adapter
);
5045 e1000_vlan_rx_add_vid(struct net_device
*netdev
, uint16_t vid
)
5047 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
5048 uint32_t vfta
, index
;
5050 if ((adapter
->hw
.mng_cookie
.status
&
5051 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT
) &&
5052 (vid
== adapter
->mng_vlan_id
))
5054 /* add VID to filter table */
5055 index
= (vid
>> 5) & 0x7F;
5056 vfta
= E1000_READ_REG_ARRAY(&adapter
->hw
, VFTA
, index
);
5057 vfta
|= (1 << (vid
& 0x1F));
5058 e1000_write_vfta(&adapter
->hw
, index
, vfta
);
5062 e1000_vlan_rx_kill_vid(struct net_device
*netdev
, uint16_t vid
)
5064 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
5065 uint32_t vfta
, index
;
5067 e1000_irq_disable(adapter
);
5068 vlan_group_set_device(adapter
->vlgrp
, vid
, NULL
);
5069 e1000_irq_enable(adapter
);
5071 if ((adapter
->hw
.mng_cookie
.status
&
5072 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT
) &&
5073 (vid
== adapter
->mng_vlan_id
)) {
5074 /* release control to f/w */
5075 e1000_release_hw_control(adapter
);
5079 /* remove VID from filter table */
5080 index
= (vid
>> 5) & 0x7F;
5081 vfta
= E1000_READ_REG_ARRAY(&adapter
->hw
, VFTA
, index
);
5082 vfta
&= ~(1 << (vid
& 0x1F));
5083 e1000_write_vfta(&adapter
->hw
, index
, vfta
);
5087 e1000_restore_vlan(struct e1000_adapter
*adapter
)
5089 e1000_vlan_rx_register(adapter
->netdev
, adapter
->vlgrp
);
5091 if (adapter
->vlgrp
) {
5093 for (vid
= 0; vid
< VLAN_GROUP_ARRAY_LEN
; vid
++) {
5094 if (!vlan_group_get_device(adapter
->vlgrp
, vid
))
5096 e1000_vlan_rx_add_vid(adapter
->netdev
, vid
);
5102 e1000_set_spd_dplx(struct e1000_adapter
*adapter
, uint16_t spddplx
)
5104 adapter
->hw
.autoneg
= 0;
5106 /* Fiber NICs only allow 1000 gbps Full duplex */
5107 if ((adapter
->hw
.media_type
== e1000_media_type_fiber
) &&
5108 spddplx
!= (SPEED_1000
+ DUPLEX_FULL
)) {
5109 DPRINTK(PROBE
, ERR
, "Unsupported Speed/Duplex configuration\n");
5114 case SPEED_10
+ DUPLEX_HALF
:
5115 adapter
->hw
.forced_speed_duplex
= e1000_10_half
;
5117 case SPEED_10
+ DUPLEX_FULL
:
5118 adapter
->hw
.forced_speed_duplex
= e1000_10_full
;
5120 case SPEED_100
+ DUPLEX_HALF
:
5121 adapter
->hw
.forced_speed_duplex
= e1000_100_half
;
5123 case SPEED_100
+ DUPLEX_FULL
:
5124 adapter
->hw
.forced_speed_duplex
= e1000_100_full
;
5126 case SPEED_1000
+ DUPLEX_FULL
:
5127 adapter
->hw
.autoneg
= 1;
5128 adapter
->hw
.autoneg_advertised
= ADVERTISE_1000_FULL
;
5130 case SPEED_1000
+ DUPLEX_HALF
: /* not supported */
5132 DPRINTK(PROBE
, ERR
, "Unsupported Speed/Duplex configuration\n");
5139 e1000_suspend(struct pci_dev
*pdev
, pm_message_t state
)
5141 struct net_device
*netdev
= pci_get_drvdata(pdev
);
5142 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
5143 uint32_t ctrl
, ctrl_ext
, rctl
, status
;
5144 uint32_t wufc
= adapter
->wol
;
5149 netif_device_detach(netdev
);
5151 if (netif_running(netdev
)) {
5152 WARN_ON(test_bit(__E1000_RESETTING
, &adapter
->flags
));
5153 e1000_down(adapter
);
5157 retval
= pci_save_state(pdev
);
5162 status
= E1000_READ_REG(&adapter
->hw
, STATUS
);
5163 if (status
& E1000_STATUS_LU
)
5164 wufc
&= ~E1000_WUFC_LNKC
;
5167 e1000_setup_rctl(adapter
);
5168 e1000_set_rx_mode(netdev
);
5170 /* turn on all-multi mode if wake on multicast is enabled */
5171 if (wufc
& E1000_WUFC_MC
) {
5172 rctl
= E1000_READ_REG(&adapter
->hw
, RCTL
);
5173 rctl
|= E1000_RCTL_MPE
;
5174 E1000_WRITE_REG(&adapter
->hw
, RCTL
, rctl
);
5177 if (adapter
->hw
.mac_type
>= e1000_82540
) {
5178 ctrl
= E1000_READ_REG(&adapter
->hw
, CTRL
);
5179 /* advertise wake from D3Cold */
5180 #define E1000_CTRL_ADVD3WUC 0x00100000
5181 /* phy power management enable */
5182 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
5183 ctrl
|= E1000_CTRL_ADVD3WUC
|
5184 E1000_CTRL_EN_PHY_PWR_MGMT
;
5185 E1000_WRITE_REG(&adapter
->hw
, CTRL
, ctrl
);
5188 if (adapter
->hw
.media_type
== e1000_media_type_fiber
||
5189 adapter
->hw
.media_type
== e1000_media_type_internal_serdes
) {
5190 /* keep the laser running in D3 */
5191 ctrl_ext
= E1000_READ_REG(&adapter
->hw
, CTRL_EXT
);
5192 ctrl_ext
|= E1000_CTRL_EXT_SDP7_DATA
;
5193 E1000_WRITE_REG(&adapter
->hw
, CTRL_EXT
, ctrl_ext
);
5196 /* Allow time for pending master requests to run */
5197 e1000_disable_pciex_master(&adapter
->hw
);
5199 E1000_WRITE_REG(&adapter
->hw
, WUC
, E1000_WUC_PME_EN
);
5200 E1000_WRITE_REG(&adapter
->hw
, WUFC
, wufc
);
5201 pci_enable_wake(pdev
, PCI_D3hot
, 1);
5202 pci_enable_wake(pdev
, PCI_D3cold
, 1);
5204 E1000_WRITE_REG(&adapter
->hw
, WUC
, 0);
5205 E1000_WRITE_REG(&adapter
->hw
, WUFC
, 0);
5206 pci_enable_wake(pdev
, PCI_D3hot
, 0);
5207 pci_enable_wake(pdev
, PCI_D3cold
, 0);
5210 e1000_release_manageability(adapter
);
5212 /* make sure adapter isn't asleep if manageability is enabled */
5213 if (adapter
->en_mng_pt
) {
5214 pci_enable_wake(pdev
, PCI_D3hot
, 1);
5215 pci_enable_wake(pdev
, PCI_D3cold
, 1);
5218 if (adapter
->hw
.phy_type
== e1000_phy_igp_3
)
5219 e1000_phy_powerdown_workaround(&adapter
->hw
);
5221 if (netif_running(netdev
))
5222 e1000_free_irq(adapter
);
5224 /* Release control of h/w to f/w. If f/w is AMT enabled, this
5225 * would have already happened in close and is redundant. */
5226 e1000_release_hw_control(adapter
);
5228 pci_disable_device(pdev
);
5230 pci_set_power_state(pdev
, pci_choose_state(pdev
, state
));
5237 e1000_resume(struct pci_dev
*pdev
)
5239 struct net_device
*netdev
= pci_get_drvdata(pdev
);
5240 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
5243 pci_set_power_state(pdev
, PCI_D0
);
5244 pci_restore_state(pdev
);
5245 if ((err
= pci_enable_device(pdev
))) {
5246 printk(KERN_ERR
"e1000: Cannot enable PCI device from suspend\n");
5249 pci_set_master(pdev
);
5251 pci_enable_wake(pdev
, PCI_D3hot
, 0);
5252 pci_enable_wake(pdev
, PCI_D3cold
, 0);
5254 if (netif_running(netdev
) && (err
= e1000_request_irq(adapter
)))
5257 e1000_power_up_phy(adapter
);
5258 e1000_reset(adapter
);
5259 E1000_WRITE_REG(&adapter
->hw
, WUS
, ~0);
5261 e1000_init_manageability(adapter
);
5263 if (netif_running(netdev
))
5266 netif_device_attach(netdev
);
5268 /* If the controller is 82573 and f/w is AMT, do not set
5269 * DRV_LOAD until the interface is up. For all other cases,
5270 * let the f/w know that the h/w is now under the control
5272 if (adapter
->hw
.mac_type
!= e1000_82573
||
5273 !e1000_check_mng_mode(&adapter
->hw
))
5274 e1000_get_hw_control(adapter
);
5280 static void e1000_shutdown(struct pci_dev
*pdev
)
5282 e1000_suspend(pdev
, PMSG_SUSPEND
);
5285 #ifdef CONFIG_NET_POLL_CONTROLLER
5287 * Polling 'interrupt' - used by things like netconsole to send skbs
5288 * without having to re-enable interrupts. It's not called while
5289 * the interrupt routine is executing.
5292 e1000_netpoll(struct net_device
*netdev
)
5294 struct e1000_adapter
*adapter
= netdev_priv(netdev
);
5296 disable_irq(adapter
->pdev
->irq
);
5297 e1000_intr(adapter
->pdev
->irq
, netdev
);
5298 e1000_clean_tx_irq(adapter
, adapter
->tx_ring
);
5299 #ifndef CONFIG_E1000_NAPI
5300 adapter
->clean_rx(adapter
, adapter
->rx_ring
);
5302 enable_irq(adapter
->pdev
->irq
);
5307 * e1000_io_error_detected - called when PCI error is detected
5308 * @pdev: Pointer to PCI device
5309 * @state: The current pci conneection state
5311 * This function is called after a PCI bus error affecting
5312 * this device has been detected.
5314 static pci_ers_result_t
e1000_io_error_detected(struct pci_dev
*pdev
, pci_channel_state_t state
)
5316 struct net_device
*netdev
= pci_get_drvdata(pdev
);
5317 struct e1000_adapter
*adapter
= netdev
->priv
;
5319 netif_device_detach(netdev
);
5321 if (netif_running(netdev
))
5322 e1000_down(adapter
);
5323 pci_disable_device(pdev
);
5325 /* Request a slot slot reset. */
5326 return PCI_ERS_RESULT_NEED_RESET
;
5330 * e1000_io_slot_reset - called after the pci bus has been reset.
5331 * @pdev: Pointer to PCI device
5333 * Restart the card from scratch, as if from a cold-boot. Implementation
5334 * resembles the first-half of the e1000_resume routine.
5336 static pci_ers_result_t
e1000_io_slot_reset(struct pci_dev
*pdev
)
5338 struct net_device
*netdev
= pci_get_drvdata(pdev
);
5339 struct e1000_adapter
*adapter
= netdev
->priv
;
5341 if (pci_enable_device(pdev
)) {
5342 printk(KERN_ERR
"e1000: Cannot re-enable PCI device after reset.\n");
5343 return PCI_ERS_RESULT_DISCONNECT
;
5345 pci_set_master(pdev
);
5347 pci_enable_wake(pdev
, PCI_D3hot
, 0);
5348 pci_enable_wake(pdev
, PCI_D3cold
, 0);
5350 e1000_reset(adapter
);
5351 E1000_WRITE_REG(&adapter
->hw
, WUS
, ~0);
5353 return PCI_ERS_RESULT_RECOVERED
;
5357 * e1000_io_resume - called when traffic can start flowing again.
5358 * @pdev: Pointer to PCI device
5360 * This callback is called when the error recovery driver tells us that
5361 * its OK to resume normal operation. Implementation resembles the
5362 * second-half of the e1000_resume routine.
5364 static void e1000_io_resume(struct pci_dev
*pdev
)
5366 struct net_device
*netdev
= pci_get_drvdata(pdev
);
5367 struct e1000_adapter
*adapter
= netdev
->priv
;
5369 e1000_init_manageability(adapter
);
5371 if (netif_running(netdev
)) {
5372 if (e1000_up(adapter
)) {
5373 printk("e1000: can't bring device back up after reset\n");
5378 netif_device_attach(netdev
);
5380 /* If the controller is 82573 and f/w is AMT, do not set
5381 * DRV_LOAD until the interface is up. For all other cases,
5382 * let the f/w know that the h/w is now under the control
5384 if (adapter
->hw
.mac_type
!= e1000_82573
||
5385 !e1000_check_mng_mode(&adapter
->hw
))
5386 e1000_get_hw_control(adapter
);