blob: b5eb4195fc9927a8b88493c7b1f783926928dc8c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Francois Romieu07d3f512007-02-21 22:40:46 +01002 * r8169.c: RealTek 8169/8168/8101 ethernet driver.
3 *
4 * Copyright (c) 2002 ShuChen <shuchen@realtek.com.tw>
5 * Copyright (c) 2003 - 2007 Francois Romieu <romieu@fr.zoreil.com>
6 * Copyright (c) a lot of people too. Please respect their work.
7 *
8 * See MAINTAINERS file for support contact information.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 */
10
11#include <linux/module.h>
12#include <linux/moduleparam.h>
13#include <linux/pci.h>
14#include <linux/netdevice.h>
15#include <linux/etherdevice.h>
16#include <linux/delay.h>
17#include <linux/ethtool.h>
18#include <linux/mii.h>
19#include <linux/if_vlan.h>
20#include <linux/crc32.h>
21#include <linux/in.h>
22#include <linux/ip.h>
23#include <linux/tcp.h>
24#include <linux/init.h>
Alexey Dobriyana6b7a402011-06-06 10:43:46 +000025#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include <linux/dma-mapping.h>
Rafael J. Wysockie1759442010-03-14 14:33:51 +000027#include <linux/pm_runtime.h>
françois romieubca03d52011-01-03 15:07:31 +000028#include <linux/firmware.h>
Stanislaw Gruszkaba04c7c2011-02-22 02:00:11 +000029#include <linux/pci-aspm.h>
Paul Gortmaker70c71602011-05-22 16:47:17 -040030#include <linux/prefetch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
32#include <asm/io.h>
33#include <asm/irq.h>
34
Francois Romieu865c6522008-05-11 14:51:00 +020035#define RTL8169_VERSION "2.3LK-NAPI"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#define MODULENAME "r8169"
37#define PFX MODULENAME ": "
38
françois romieubca03d52011-01-03 15:07:31 +000039#define FIRMWARE_8168D_1 "rtl_nic/rtl8168d-1.fw"
40#define FIRMWARE_8168D_2 "rtl_nic/rtl8168d-2.fw"
hayeswang01dc7fe2011-03-21 01:50:28 +000041#define FIRMWARE_8168E_1 "rtl_nic/rtl8168e-1.fw"
42#define FIRMWARE_8168E_2 "rtl_nic/rtl8168e-2.fw"
Hayes Wang70090422011-07-06 15:58:06 +080043#define FIRMWARE_8168E_3 "rtl_nic/rtl8168e-3.fw"
Hayes Wangc2218922011-09-06 16:55:18 +080044#define FIRMWARE_8168F_1 "rtl_nic/rtl8168f-1.fw"
45#define FIRMWARE_8168F_2 "rtl_nic/rtl8168f-2.fw"
Hayes Wang5a5e4442011-02-22 17:26:21 +080046#define FIRMWARE_8105E_1 "rtl_nic/rtl8105e-1.fw"
Hayes Wang7e18dca2012-03-30 14:33:02 +080047#define FIRMWARE_8402_1 "rtl_nic/rtl8402-1.fw"
Hayes Wangb3d7b2f2012-03-30 14:48:06 +080048#define FIRMWARE_8411_1 "rtl_nic/rtl8411-1.fw"
hayeswang45dd95c2013-07-08 17:09:01 +080049#define FIRMWARE_8411_2 "rtl_nic/rtl8411-2.fw"
Hayes Wang5598bfe2012-07-02 17:23:21 +080050#define FIRMWARE_8106E_1 "rtl_nic/rtl8106e-1.fw"
hayeswang58152cd2013-04-01 22:23:42 +000051#define FIRMWARE_8106E_2 "rtl_nic/rtl8106e-2.fw"
hayeswangbeb330a2013-04-01 22:23:39 +000052#define FIRMWARE_8168G_2 "rtl_nic/rtl8168g-2.fw"
hayeswang57538c42013-04-01 22:23:40 +000053#define FIRMWARE_8168G_3 "rtl_nic/rtl8168g-3.fw"
françois romieubca03d52011-01-03 15:07:31 +000054
Linus Torvalds1da177e2005-04-16 15:20:36 -070055#ifdef RTL8169_DEBUG
56#define assert(expr) \
Francois Romieu5b0384f2006-08-16 16:00:01 +020057 if (!(expr)) { \
58 printk( "Assertion failed! %s,%s,%s,line=%d\n", \
Harvey Harrisonb39d66a2008-08-20 16:52:04 -070059 #expr,__FILE__,__func__,__LINE__); \
Francois Romieu5b0384f2006-08-16 16:00:01 +020060 }
Joe Perches06fa7352007-10-18 21:15:00 +020061#define dprintk(fmt, args...) \
62 do { printk(KERN_DEBUG PFX fmt, ## args); } while (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -070063#else
64#define assert(expr) do {} while (0)
65#define dprintk(fmt, args...) do {} while (0)
66#endif /* RTL8169_DEBUG */
67
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +020068#define R8169_MSG_DEFAULT \
Francois Romieuf0e837d2005-09-30 16:54:02 -070069 (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN)
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +020070
Julien Ducourthial477206a2012-05-09 00:00:06 +020071#define TX_SLOTS_AVAIL(tp) \
72 (tp->dirty_tx + NUM_TX_DESC - tp->cur_tx)
73
74/* A skbuff with nr_frags needs nr_frags+1 entries in the tx queue */
75#define TX_FRAGS_READY_FOR(tp,nr_frags) \
76 (TX_SLOTS_AVAIL(tp) >= (nr_frags + 1))
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
Linus Torvalds1da177e2005-04-16 15:20:36 -070078/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
79 The RTL chips use a 64 element hash table based on the Ethernet CRC. */
Arjan van de Venf71e1302006-03-03 21:33:57 -050080static const int multicast_filter_limit = 32;
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
Francois Romieu9c14cea2008-07-05 00:21:15 +020082#define MAX_READ_REQUEST_SHIFT 12
Michal Schmidtaee77e42012-09-09 13:55:26 +000083#define TX_DMA_BURST 7 /* Maximum PCI burst, '7' is unlimited */
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */
85
86#define R8169_REGS_SIZE 256
87#define R8169_NAPI_WEIGHT 64
88#define NUM_TX_DESC 64 /* Number of Tx descriptor registers */
Timo Teräs9fba0812013-01-15 21:01:24 +000089#define NUM_RX_DESC 256U /* Number of Rx descriptor registers */
Linus Torvalds1da177e2005-04-16 15:20:36 -070090#define R8169_TX_RING_BYTES (NUM_TX_DESC * sizeof(struct TxDesc))
91#define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
92
93#define RTL8169_TX_TIMEOUT (6*HZ)
94#define RTL8169_PHY_TIMEOUT (10*HZ)
95
96/* write/read MMIO register */
97#define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg))
98#define RTL_W16(reg, val16) writew ((val16), ioaddr + (reg))
99#define RTL_W32(reg, val32) writel ((val32), ioaddr + (reg))
100#define RTL_R8(reg) readb (ioaddr + (reg))
101#define RTL_R16(reg) readw (ioaddr + (reg))
Junchang Wang06f555f2010-05-30 02:26:07 +0000102#define RTL_R32(reg) readl (ioaddr + (reg))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
104enum mac_version {
Francois Romieu85bffe62011-04-27 08:22:39 +0200105 RTL_GIGA_MAC_VER_01 = 0,
106 RTL_GIGA_MAC_VER_02,
107 RTL_GIGA_MAC_VER_03,
108 RTL_GIGA_MAC_VER_04,
109 RTL_GIGA_MAC_VER_05,
110 RTL_GIGA_MAC_VER_06,
111 RTL_GIGA_MAC_VER_07,
112 RTL_GIGA_MAC_VER_08,
113 RTL_GIGA_MAC_VER_09,
114 RTL_GIGA_MAC_VER_10,
115 RTL_GIGA_MAC_VER_11,
116 RTL_GIGA_MAC_VER_12,
117 RTL_GIGA_MAC_VER_13,
118 RTL_GIGA_MAC_VER_14,
119 RTL_GIGA_MAC_VER_15,
120 RTL_GIGA_MAC_VER_16,
121 RTL_GIGA_MAC_VER_17,
122 RTL_GIGA_MAC_VER_18,
123 RTL_GIGA_MAC_VER_19,
124 RTL_GIGA_MAC_VER_20,
125 RTL_GIGA_MAC_VER_21,
126 RTL_GIGA_MAC_VER_22,
127 RTL_GIGA_MAC_VER_23,
128 RTL_GIGA_MAC_VER_24,
129 RTL_GIGA_MAC_VER_25,
130 RTL_GIGA_MAC_VER_26,
131 RTL_GIGA_MAC_VER_27,
132 RTL_GIGA_MAC_VER_28,
133 RTL_GIGA_MAC_VER_29,
134 RTL_GIGA_MAC_VER_30,
135 RTL_GIGA_MAC_VER_31,
136 RTL_GIGA_MAC_VER_32,
137 RTL_GIGA_MAC_VER_33,
Hayes Wang70090422011-07-06 15:58:06 +0800138 RTL_GIGA_MAC_VER_34,
Hayes Wangc2218922011-09-06 16:55:18 +0800139 RTL_GIGA_MAC_VER_35,
140 RTL_GIGA_MAC_VER_36,
Hayes Wang7e18dca2012-03-30 14:33:02 +0800141 RTL_GIGA_MAC_VER_37,
Hayes Wangb3d7b2f2012-03-30 14:48:06 +0800142 RTL_GIGA_MAC_VER_38,
Hayes Wang5598bfe2012-07-02 17:23:21 +0800143 RTL_GIGA_MAC_VER_39,
Hayes Wangc5583862012-07-02 17:23:22 +0800144 RTL_GIGA_MAC_VER_40,
145 RTL_GIGA_MAC_VER_41,
hayeswang57538c42013-04-01 22:23:40 +0000146 RTL_GIGA_MAC_VER_42,
hayeswang58152cd2013-04-01 22:23:42 +0000147 RTL_GIGA_MAC_VER_43,
hayeswang45dd95c2013-07-08 17:09:01 +0800148 RTL_GIGA_MAC_VER_44,
Francois Romieu85bffe62011-04-27 08:22:39 +0200149 RTL_GIGA_MAC_NONE = 0xff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150};
151
Francois Romieu2b7b4312011-04-18 22:53:24 -0700152enum rtl_tx_desc_version {
153 RTL_TD_0 = 0,
154 RTL_TD_1 = 1,
155};
156
Francois Romieud58d46b2011-05-03 16:38:29 +0200157#define JUMBO_1K ETH_DATA_LEN
158#define JUMBO_4K (4*1024 - ETH_HLEN - 2)
159#define JUMBO_6K (6*1024 - ETH_HLEN - 2)
160#define JUMBO_7K (7*1024 - ETH_HLEN - 2)
161#define JUMBO_9K (9*1024 - ETH_HLEN - 2)
162
163#define _R(NAME,TD,FW,SZ,B) { \
164 .name = NAME, \
165 .txd_version = TD, \
166 .fw_name = FW, \
167 .jumbo_max = SZ, \
168 .jumbo_tx_csum = B \
169}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
Jesper Juhl3c6bee12006-01-09 20:54:01 -0800171static const struct {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 const char *name;
Francois Romieu2b7b4312011-04-18 22:53:24 -0700173 enum rtl_tx_desc_version txd_version;
Francois Romieu85bffe62011-04-27 08:22:39 +0200174 const char *fw_name;
Francois Romieud58d46b2011-05-03 16:38:29 +0200175 u16 jumbo_max;
176 bool jumbo_tx_csum;
Francois Romieu85bffe62011-04-27 08:22:39 +0200177} rtl_chip_infos[] = {
178 /* PCI devices. */
179 [RTL_GIGA_MAC_VER_01] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200180 _R("RTL8169", RTL_TD_0, NULL, JUMBO_7K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200181 [RTL_GIGA_MAC_VER_02] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200182 _R("RTL8169s", RTL_TD_0, NULL, JUMBO_7K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200183 [RTL_GIGA_MAC_VER_03] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200184 _R("RTL8110s", RTL_TD_0, NULL, JUMBO_7K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200185 [RTL_GIGA_MAC_VER_04] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200186 _R("RTL8169sb/8110sb", RTL_TD_0, NULL, JUMBO_7K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200187 [RTL_GIGA_MAC_VER_05] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200188 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200189 [RTL_GIGA_MAC_VER_06] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200190 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200191 /* PCI-E devices. */
192 [RTL_GIGA_MAC_VER_07] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200193 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200194 [RTL_GIGA_MAC_VER_08] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200195 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200196 [RTL_GIGA_MAC_VER_09] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200197 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200198 [RTL_GIGA_MAC_VER_10] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200199 _R("RTL8101e", RTL_TD_0, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200200 [RTL_GIGA_MAC_VER_11] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200201 _R("RTL8168b/8111b", RTL_TD_0, NULL, JUMBO_4K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200202 [RTL_GIGA_MAC_VER_12] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200203 _R("RTL8168b/8111b", RTL_TD_0, NULL, JUMBO_4K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200204 [RTL_GIGA_MAC_VER_13] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200205 _R("RTL8101e", RTL_TD_0, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200206 [RTL_GIGA_MAC_VER_14] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200207 _R("RTL8100e", RTL_TD_0, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200208 [RTL_GIGA_MAC_VER_15] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200209 _R("RTL8100e", RTL_TD_0, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200210 [RTL_GIGA_MAC_VER_16] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200211 _R("RTL8101e", RTL_TD_0, NULL, JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200212 [RTL_GIGA_MAC_VER_17] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200213 _R("RTL8168b/8111b", RTL_TD_1, NULL, JUMBO_4K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200214 [RTL_GIGA_MAC_VER_18] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200215 _R("RTL8168cp/8111cp", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200216 [RTL_GIGA_MAC_VER_19] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200217 _R("RTL8168c/8111c", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200218 [RTL_GIGA_MAC_VER_20] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200219 _R("RTL8168c/8111c", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200220 [RTL_GIGA_MAC_VER_21] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200221 _R("RTL8168c/8111c", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200222 [RTL_GIGA_MAC_VER_22] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200223 _R("RTL8168c/8111c", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200224 [RTL_GIGA_MAC_VER_23] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200225 _R("RTL8168cp/8111cp", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200226 [RTL_GIGA_MAC_VER_24] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200227 _R("RTL8168cp/8111cp", RTL_TD_1, NULL, JUMBO_6K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200228 [RTL_GIGA_MAC_VER_25] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200229 _R("RTL8168d/8111d", RTL_TD_1, FIRMWARE_8168D_1,
230 JUMBO_9K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200231 [RTL_GIGA_MAC_VER_26] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200232 _R("RTL8168d/8111d", RTL_TD_1, FIRMWARE_8168D_2,
233 JUMBO_9K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200234 [RTL_GIGA_MAC_VER_27] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200235 _R("RTL8168dp/8111dp", RTL_TD_1, NULL, JUMBO_9K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200236 [RTL_GIGA_MAC_VER_28] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200237 _R("RTL8168dp/8111dp", RTL_TD_1, NULL, JUMBO_9K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200238 [RTL_GIGA_MAC_VER_29] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200239 _R("RTL8105e", RTL_TD_1, FIRMWARE_8105E_1,
240 JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200241 [RTL_GIGA_MAC_VER_30] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200242 _R("RTL8105e", RTL_TD_1, FIRMWARE_8105E_1,
243 JUMBO_1K, true),
Francois Romieu85bffe62011-04-27 08:22:39 +0200244 [RTL_GIGA_MAC_VER_31] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200245 _R("RTL8168dp/8111dp", RTL_TD_1, NULL, JUMBO_9K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200246 [RTL_GIGA_MAC_VER_32] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200247 _R("RTL8168e/8111e", RTL_TD_1, FIRMWARE_8168E_1,
248 JUMBO_9K, false),
Francois Romieu85bffe62011-04-27 08:22:39 +0200249 [RTL_GIGA_MAC_VER_33] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200250 _R("RTL8168e/8111e", RTL_TD_1, FIRMWARE_8168E_2,
251 JUMBO_9K, false),
Hayes Wang70090422011-07-06 15:58:06 +0800252 [RTL_GIGA_MAC_VER_34] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200253 _R("RTL8168evl/8111evl",RTL_TD_1, FIRMWARE_8168E_3,
254 JUMBO_9K, false),
Hayes Wangc2218922011-09-06 16:55:18 +0800255 [RTL_GIGA_MAC_VER_35] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200256 _R("RTL8168f/8111f", RTL_TD_1, FIRMWARE_8168F_1,
257 JUMBO_9K, false),
Hayes Wangc2218922011-09-06 16:55:18 +0800258 [RTL_GIGA_MAC_VER_36] =
Francois Romieud58d46b2011-05-03 16:38:29 +0200259 _R("RTL8168f/8111f", RTL_TD_1, FIRMWARE_8168F_2,
260 JUMBO_9K, false),
Hayes Wang7e18dca2012-03-30 14:33:02 +0800261 [RTL_GIGA_MAC_VER_37] =
262 _R("RTL8402", RTL_TD_1, FIRMWARE_8402_1,
263 JUMBO_1K, true),
Hayes Wangb3d7b2f2012-03-30 14:48:06 +0800264 [RTL_GIGA_MAC_VER_38] =
265 _R("RTL8411", RTL_TD_1, FIRMWARE_8411_1,
266 JUMBO_9K, false),
Hayes Wang5598bfe2012-07-02 17:23:21 +0800267 [RTL_GIGA_MAC_VER_39] =
268 _R("RTL8106e", RTL_TD_1, FIRMWARE_8106E_1,
269 JUMBO_1K, true),
Hayes Wangc5583862012-07-02 17:23:22 +0800270 [RTL_GIGA_MAC_VER_40] =
hayeswangbeb330a2013-04-01 22:23:39 +0000271 _R("RTL8168g/8111g", RTL_TD_1, FIRMWARE_8168G_2,
Hayes Wangc5583862012-07-02 17:23:22 +0800272 JUMBO_9K, false),
273 [RTL_GIGA_MAC_VER_41] =
274 _R("RTL8168g/8111g", RTL_TD_1, NULL, JUMBO_9K, false),
hayeswang57538c42013-04-01 22:23:40 +0000275 [RTL_GIGA_MAC_VER_42] =
276 _R("RTL8168g/8111g", RTL_TD_1, FIRMWARE_8168G_3,
277 JUMBO_9K, false),
hayeswang58152cd2013-04-01 22:23:42 +0000278 [RTL_GIGA_MAC_VER_43] =
279 _R("RTL8106e", RTL_TD_1, FIRMWARE_8106E_2,
280 JUMBO_1K, true),
hayeswang45dd95c2013-07-08 17:09:01 +0800281 [RTL_GIGA_MAC_VER_44] =
282 _R("RTL8411", RTL_TD_1, FIRMWARE_8411_2,
283 JUMBO_9K, false),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284};
285#undef _R
286
Francois Romieubcf0bf92006-07-26 23:14:13 +0200287enum cfg_version {
288 RTL_CFG_0 = 0x00,
289 RTL_CFG_1,
290 RTL_CFG_2
291};
292
Alexey Dobriyana3aa1882010-01-07 11:58:11 +0000293static DEFINE_PCI_DEVICE_TABLE(rtl8169_pci_tbl) = {
Francois Romieubcf0bf92006-07-26 23:14:13 +0200294 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8129), 0, 0, RTL_CFG_0 },
Francois Romieud2eed8c2006-08-31 22:01:07 +0200295 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8136), 0, 0, RTL_CFG_2 },
Francois Romieud81bf552006-09-20 21:31:20 +0200296 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_0 },
Francois Romieu07ce4062007-02-23 23:36:39 +0100297 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), 0, 0, RTL_CFG_1 },
Francois Romieubcf0bf92006-07-26 23:14:13 +0200298 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 },
Francois Romieu2a35cfa2012-08-31 23:06:17 +0200299 { PCI_VENDOR_ID_DLINK, 0x4300,
300 PCI_VENDOR_ID_DLINK, 0x4b10, 0, 0, RTL_CFG_1 },
Francois Romieubcf0bf92006-07-26 23:14:13 +0200301 { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 },
Lennart Sorensen93a3aa22011-07-28 13:18:11 +0000302 { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4302), 0, 0, RTL_CFG_0 },
Francois Romieubc1660b2007-10-12 23:58:09 +0200303 { PCI_DEVICE(PCI_VENDOR_ID_AT, 0xc107), 0, 0, RTL_CFG_0 },
Francois Romieubcf0bf92006-07-26 23:14:13 +0200304 { PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 },
305 { PCI_VENDOR_ID_LINKSYS, 0x1032,
306 PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 },
Ciaran McCreesh11d2e282007-11-01 22:48:15 +0100307 { 0x0001, 0x8168,
308 PCI_ANY_ID, 0x2410, 0, 0, RTL_CFG_2 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 {0,},
310};
311
312MODULE_DEVICE_TABLE(pci, rtl8169_pci_tbl);
313
Eric Dumazet6f0333b2010-10-11 11:17:47 +0000314static int rx_buf_sz = 16383;
David S. Miller4300e8c2010-03-26 10:23:30 -0700315static int use_dac;
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +0200316static struct {
317 u32 msg_enable;
318} debug = { -1 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319
Francois Romieu07d3f512007-02-21 22:40:46 +0100320enum rtl_registers {
321 MAC0 = 0, /* Ethernet hardware address. */
Francois Romieu773d2022007-01-31 23:47:43 +0100322 MAC4 = 4,
Francois Romieu07d3f512007-02-21 22:40:46 +0100323 MAR0 = 8, /* Multicast filter. */
324 CounterAddrLow = 0x10,
325 CounterAddrHigh = 0x14,
326 TxDescStartAddrLow = 0x20,
327 TxDescStartAddrHigh = 0x24,
328 TxHDescStartAddrLow = 0x28,
329 TxHDescStartAddrHigh = 0x2c,
330 FLASH = 0x30,
331 ERSR = 0x36,
332 ChipCmd = 0x37,
333 TxPoll = 0x38,
334 IntrMask = 0x3c,
335 IntrStatus = 0x3e,
Francois Romieu2b7b4312011-04-18 22:53:24 -0700336
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800337 TxConfig = 0x40,
338#define TXCFG_AUTO_FIFO (1 << 7) /* 8111e-vl */
339#define TXCFG_EMPTY (1 << 11) /* 8111e-vl */
340
341 RxConfig = 0x44,
342#define RX128_INT_EN (1 << 15) /* 8111c and later */
343#define RX_MULTI_EN (1 << 14) /* 8111c only */
344#define RXCFG_FIFO_SHIFT 13
345 /* No threshold before first PCI xfer */
346#define RX_FIFO_THRESH (7 << RXCFG_FIFO_SHIFT)
hayeswangbeb330a2013-04-01 22:23:39 +0000347#define RX_EARLY_OFF (1 << 11)
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800348#define RXCFG_DMA_SHIFT 8
349 /* Unlimited maximum PCI burst. */
350#define RX_DMA_BURST (7 << RXCFG_DMA_SHIFT)
Francois Romieu2b7b4312011-04-18 22:53:24 -0700351
Francois Romieu07d3f512007-02-21 22:40:46 +0100352 RxMissed = 0x4c,
353 Cfg9346 = 0x50,
354 Config0 = 0x51,
355 Config1 = 0x52,
356 Config2 = 0x53,
Francois Romieud387b422012-04-17 11:12:01 +0200357#define PME_SIGNAL (1 << 5) /* 8168c and later */
358
Francois Romieu07d3f512007-02-21 22:40:46 +0100359 Config3 = 0x54,
360 Config4 = 0x55,
361 Config5 = 0x56,
362 MultiIntr = 0x5c,
363 PHYAR = 0x60,
Francois Romieu07d3f512007-02-21 22:40:46 +0100364 PHYstatus = 0x6c,
365 RxMaxSize = 0xda,
366 CPlusCmd = 0xe0,
367 IntrMitigate = 0xe2,
368 RxDescAddrLow = 0xe4,
369 RxDescAddrHigh = 0xe8,
françois romieuf0298f82011-01-03 15:07:42 +0000370 EarlyTxThres = 0xec, /* 8169. Unit of 32 bytes. */
371
372#define NoEarlyTx 0x3f /* Max value : no early transmit. */
373
374 MaxTxPacketSize = 0xec, /* 8101/8168. Unit of 128 bytes. */
375
376#define TxPacketMax (8064 >> 7)
Hayes Wang3090bd92011-09-06 16:55:15 +0800377#define EarlySize 0x27
françois romieuf0298f82011-01-03 15:07:42 +0000378
Francois Romieu07d3f512007-02-21 22:40:46 +0100379 FuncEvent = 0xf0,
380 FuncEventMask = 0xf4,
381 FuncPresetState = 0xf8,
382 FuncForceEvent = 0xfc,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383};
384
Francois Romieuf162a5d2008-06-01 22:37:49 +0200385enum rtl8110_registers {
386 TBICSR = 0x64,
387 TBI_ANAR = 0x68,
388 TBI_LPAR = 0x6a,
389};
390
391enum rtl8168_8101_registers {
392 CSIDR = 0x64,
393 CSIAR = 0x68,
394#define CSIAR_FLAG 0x80000000
395#define CSIAR_WRITE_CMD 0x80000000
396#define CSIAR_BYTE_ENABLE 0x0f
397#define CSIAR_BYTE_ENABLE_SHIFT 12
398#define CSIAR_ADDR_MASK 0x0fff
Hayes Wang7e18dca2012-03-30 14:33:02 +0800399#define CSIAR_FUNC_CARD 0x00000000
400#define CSIAR_FUNC_SDIO 0x00010000
401#define CSIAR_FUNC_NIC 0x00020000
hayeswang45dd95c2013-07-08 17:09:01 +0800402#define CSIAR_FUNC_NIC2 0x00010000
françois romieu065c27c2011-01-03 15:08:12 +0000403 PMCH = 0x6f,
Francois Romieuf162a5d2008-06-01 22:37:49 +0200404 EPHYAR = 0x80,
405#define EPHYAR_FLAG 0x80000000
406#define EPHYAR_WRITE_CMD 0x80000000
407#define EPHYAR_REG_MASK 0x1f
408#define EPHYAR_REG_SHIFT 16
409#define EPHYAR_DATA_MASK 0xffff
Hayes Wang5a5e4442011-02-22 17:26:21 +0800410 DLLPR = 0xd0,
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800411#define PFM_EN (1 << 6)
Francois Romieuf162a5d2008-06-01 22:37:49 +0200412 DBG_REG = 0xd1,
413#define FIX_NAK_1 (1 << 4)
414#define FIX_NAK_2 (1 << 3)
Hayes Wang5a5e4442011-02-22 17:26:21 +0800415 TWSI = 0xd2,
416 MCU = 0xd3,
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800417#define NOW_IS_OOB (1 << 7)
Hayes Wangc5583862012-07-02 17:23:22 +0800418#define TX_EMPTY (1 << 5)
419#define RX_EMPTY (1 << 4)
420#define RXTX_EMPTY (TX_EMPTY | RX_EMPTY)
Hayes Wang5a5e4442011-02-22 17:26:21 +0800421#define EN_NDP (1 << 3)
422#define EN_OOB_RESET (1 << 2)
Hayes Wangc5583862012-07-02 17:23:22 +0800423#define LINK_LIST_RDY (1 << 1)
françois romieudaf9df62009-10-07 12:44:20 +0000424 EFUSEAR = 0xdc,
425#define EFUSEAR_FLAG 0x80000000
426#define EFUSEAR_WRITE_CMD 0x80000000
427#define EFUSEAR_READ_CMD 0x00000000
428#define EFUSEAR_REG_MASK 0x03ff
429#define EFUSEAR_REG_SHIFT 8
430#define EFUSEAR_DATA_MASK 0xff
Francois Romieuf162a5d2008-06-01 22:37:49 +0200431};
432
françois romieuc0e45c12011-01-03 15:08:04 +0000433enum rtl8168_registers {
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800434 LED_FREQ = 0x1a,
435 EEE_LED = 0x1b,
françois romieub646d902011-01-03 15:08:21 +0000436 ERIDR = 0x70,
437 ERIAR = 0x74,
438#define ERIAR_FLAG 0x80000000
439#define ERIAR_WRITE_CMD 0x80000000
440#define ERIAR_READ_CMD 0x00000000
441#define ERIAR_ADDR_BYTE_ALIGN 4
françois romieub646d902011-01-03 15:08:21 +0000442#define ERIAR_TYPE_SHIFT 16
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800443#define ERIAR_EXGMAC (0x00 << ERIAR_TYPE_SHIFT)
444#define ERIAR_MSIX (0x01 << ERIAR_TYPE_SHIFT)
445#define ERIAR_ASF (0x02 << ERIAR_TYPE_SHIFT)
446#define ERIAR_MASK_SHIFT 12
447#define ERIAR_MASK_0001 (0x1 << ERIAR_MASK_SHIFT)
448#define ERIAR_MASK_0011 (0x3 << ERIAR_MASK_SHIFT)
Hayes Wangc5583862012-07-02 17:23:22 +0800449#define ERIAR_MASK_0101 (0x5 << ERIAR_MASK_SHIFT)
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800450#define ERIAR_MASK_1111 (0xf << ERIAR_MASK_SHIFT)
françois romieuc0e45c12011-01-03 15:08:04 +0000451 EPHY_RXER_NUM = 0x7c,
452 OCPDR = 0xb0, /* OCP GPHY access */
453#define OCPDR_WRITE_CMD 0x80000000
454#define OCPDR_READ_CMD 0x00000000
455#define OCPDR_REG_MASK 0x7f
456#define OCPDR_GPHY_REG_SHIFT 16
457#define OCPDR_DATA_MASK 0xffff
458 OCPAR = 0xb4,
459#define OCPAR_FLAG 0x80000000
460#define OCPAR_GPHY_WRITE_CMD 0x8000f060
461#define OCPAR_GPHY_READ_CMD 0x0000f060
Hayes Wangc5583862012-07-02 17:23:22 +0800462 GPHY_OCP = 0xb8,
hayeswang01dc7fe2011-03-21 01:50:28 +0000463 RDSAR1 = 0xd0, /* 8168c only. Undocumented on 8168dp */
464 MISC = 0xf0, /* 8168e only. */
Francois Romieucecb5fd2011-04-01 10:21:07 +0200465#define TXPLA_RST (1 << 29)
Hayes Wang5598bfe2012-07-02 17:23:21 +0800466#define DISABLE_LAN_EN (1 << 23) /* Enable GPIO pin */
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800467#define PWM_EN (1 << 22)
Hayes Wangc5583862012-07-02 17:23:22 +0800468#define RXDV_GATED_EN (1 << 19)
Hayes Wang5598bfe2012-07-02 17:23:21 +0800469#define EARLY_TALLY_EN (1 << 16)
françois romieuc0e45c12011-01-03 15:08:04 +0000470};
471
Francois Romieu07d3f512007-02-21 22:40:46 +0100472enum rtl_register_content {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 /* InterruptStatusBits */
Francois Romieu07d3f512007-02-21 22:40:46 +0100474 SYSErr = 0x8000,
475 PCSTimeout = 0x4000,
476 SWInt = 0x0100,
477 TxDescUnavail = 0x0080,
478 RxFIFOOver = 0x0040,
479 LinkChg = 0x0020,
480 RxOverflow = 0x0010,
481 TxErr = 0x0008,
482 TxOK = 0x0004,
483 RxErr = 0x0002,
484 RxOK = 0x0001,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485
486 /* RxStatusDesc */
David S. Miller8decf862011-09-22 03:23:13 -0400487 RxBOVF = (1 << 24),
Francois Romieu9dccf612006-05-14 12:31:17 +0200488 RxFOVF = (1 << 23),
489 RxRWT = (1 << 22),
490 RxRES = (1 << 21),
491 RxRUNT = (1 << 20),
492 RxCRC = (1 << 19),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493
494 /* ChipCmdBits */
Hayes Wang4f6b00e52011-07-06 15:58:02 +0800495 StopReq = 0x80,
Francois Romieu07d3f512007-02-21 22:40:46 +0100496 CmdReset = 0x10,
497 CmdRxEnb = 0x08,
498 CmdTxEnb = 0x04,
499 RxBufEmpty = 0x01,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
Francois Romieu275391a2007-02-23 23:50:28 +0100501 /* TXPoll register p.5 */
502 HPQ = 0x80, /* Poll cmd on the high prio queue */
503 NPQ = 0x40, /* Poll cmd on the low prio queue */
504 FSWInt = 0x01, /* Forced software interrupt */
505
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 /* Cfg9346Bits */
Francois Romieu07d3f512007-02-21 22:40:46 +0100507 Cfg9346_Lock = 0x00,
508 Cfg9346_Unlock = 0xc0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509
510 /* rx_mode_bits */
Francois Romieu07d3f512007-02-21 22:40:46 +0100511 AcceptErr = 0x20,
512 AcceptRunt = 0x10,
513 AcceptBroadcast = 0x08,
514 AcceptMulticast = 0x04,
515 AcceptMyPhys = 0x02,
516 AcceptAllPhys = 0x01,
Francois Romieu1687b562011-07-19 17:21:29 +0200517#define RX_CONFIG_ACCEPT_MASK 0x3f
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 /* TxConfigBits */
520 TxInterFrameGapShift = 24,
521 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */
522
Francois Romieu5d06a992006-02-23 00:47:58 +0100523 /* Config1 register p.24 */
Francois Romieuf162a5d2008-06-01 22:37:49 +0200524 LEDS1 = (1 << 7),
525 LEDS0 = (1 << 6),
Francois Romieuf162a5d2008-06-01 22:37:49 +0200526 Speed_down = (1 << 4),
527 MEMMAP = (1 << 3),
528 IOMAP = (1 << 2),
529 VPD = (1 << 1),
Francois Romieu5d06a992006-02-23 00:47:58 +0100530 PMEnable = (1 << 0), /* Power Management Enable */
531
Francois Romieu6dccd162007-02-13 23:38:05 +0100532 /* Config2 register p. 25 */
hayeswang57538c42013-04-01 22:23:40 +0000533 ClkReqEn = (1 << 7), /* Clock Request Enable */
françois romieu2ca6cf02011-12-15 08:37:43 +0000534 MSIEnable = (1 << 5), /* 8169 only. Reserved in the 8168. */
Francois Romieu6dccd162007-02-13 23:38:05 +0100535 PCI_Clock_66MHz = 0x01,
536 PCI_Clock_33MHz = 0x00,
537
Francois Romieu61a4dcc2006-02-23 00:55:25 +0100538 /* Config3 register p.25 */
539 MagicPacket = (1 << 5), /* Wake up when receives a Magic Packet */
540 LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */
Francois Romieud58d46b2011-05-03 16:38:29 +0200541 Jumbo_En0 = (1 << 2), /* 8168 only. Reserved in the 8168b */
Francois Romieuf162a5d2008-06-01 22:37:49 +0200542 Beacon_en = (1 << 0), /* 8168 only. Reserved in the 8168b */
Francois Romieu61a4dcc2006-02-23 00:55:25 +0100543
Francois Romieud58d46b2011-05-03 16:38:29 +0200544 /* Config4 register */
545 Jumbo_En1 = (1 << 1), /* 8168 only. Reserved in the 8168b */
546
Francois Romieu5d06a992006-02-23 00:47:58 +0100547 /* Config5 register p.27 */
Francois Romieu61a4dcc2006-02-23 00:55:25 +0100548 BWF = (1 << 6), /* Accept Broadcast wakeup frame */
549 MWF = (1 << 5), /* Accept Multicast wakeup frame */
550 UWF = (1 << 4), /* Accept Unicast wakeup frame */
Francois Romieucecb5fd2011-04-01 10:21:07 +0200551 Spi_en = (1 << 3),
Francois Romieu61a4dcc2006-02-23 00:55:25 +0100552 LanWake = (1 << 1), /* LanWake enable/disable */
Francois Romieu5d06a992006-02-23 00:47:58 +0100553 PMEStatus = (1 << 0), /* PME status can be reset by PCI RST# */
hayeswang57538c42013-04-01 22:23:40 +0000554 ASPM_en = (1 << 0), /* ASPM enable */
Francois Romieu5d06a992006-02-23 00:47:58 +0100555
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 /* TBICSR p.28 */
557 TBIReset = 0x80000000,
558 TBILoopback = 0x40000000,
559 TBINwEnable = 0x20000000,
560 TBINwRestart = 0x10000000,
561 TBILinkOk = 0x02000000,
562 TBINwComplete = 0x01000000,
563
564 /* CPlusCmd p.31 */
Francois Romieuf162a5d2008-06-01 22:37:49 +0200565 EnableBist = (1 << 15), // 8168 8101
566 Mac_dbgo_oe = (1 << 14), // 8168 8101
567 Normal_mode = (1 << 13), // unused
568 Force_half_dup = (1 << 12), // 8168 8101
569 Force_rxflow_en = (1 << 11), // 8168 8101
570 Force_txflow_en = (1 << 10), // 8168 8101
571 Cxpl_dbg_sel = (1 << 9), // 8168 8101
572 ASF = (1 << 8), // 8168 8101
573 PktCntrDisable = (1 << 7), // 8168 8101
574 Mac_dbgo_sel = 0x001c, // 8168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 RxVlan = (1 << 6),
576 RxChkSum = (1 << 5),
577 PCIDAC = (1 << 4),
578 PCIMulRW = (1 << 3),
Francois Romieu0e485152007-02-20 00:00:26 +0100579 INTT_0 = 0x0000, // 8168
580 INTT_1 = 0x0001, // 8168
581 INTT_2 = 0x0002, // 8168
582 INTT_3 = 0x0003, // 8168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583
584 /* rtl8169_PHYstatus */
Francois Romieu07d3f512007-02-21 22:40:46 +0100585 TBI_Enable = 0x80,
586 TxFlowCtrl = 0x40,
587 RxFlowCtrl = 0x20,
588 _1000bpsF = 0x10,
589 _100bps = 0x08,
590 _10bps = 0x04,
591 LinkStatus = 0x02,
592 FullDup = 0x01,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 /* _TBICSRBit */
Francois Romieu07d3f512007-02-21 22:40:46 +0100595 TBILinkOK = 0x02000000,
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +0200596
597 /* DumpCounterCommand */
Francois Romieu07d3f512007-02-21 22:40:46 +0100598 CounterDump = 0x8,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599};
600
Francois Romieu2b7b4312011-04-18 22:53:24 -0700601enum rtl_desc_bit {
602 /* First doubleword. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 DescOwn = (1 << 31), /* Descriptor is owned by NIC */
604 RingEnd = (1 << 30), /* End of descriptor ring */
605 FirstFrag = (1 << 29), /* First segment of a packet */
606 LastFrag = (1 << 28), /* Final segment of a packet */
Francois Romieu2b7b4312011-04-18 22:53:24 -0700607};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608
Francois Romieu2b7b4312011-04-18 22:53:24 -0700609/* Generic case. */
610enum rtl_tx_desc_bit {
611 /* First doubleword. */
612 TD_LSO = (1 << 27), /* Large Send Offload */
613#define TD_MSS_MAX 0x07ffu /* MSS value */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
Francois Romieu2b7b4312011-04-18 22:53:24 -0700615 /* Second doubleword. */
616 TxVlanTag = (1 << 17), /* Add VLAN tag */
617};
618
619/* 8169, 8168b and 810x except 8102e. */
620enum rtl_tx_desc_bit_0 {
621 /* First doubleword. */
622#define TD0_MSS_SHIFT 16 /* MSS position (11 bits) */
623 TD0_TCP_CS = (1 << 16), /* Calculate TCP/IP checksum */
624 TD0_UDP_CS = (1 << 17), /* Calculate UDP/IP checksum */
625 TD0_IP_CS = (1 << 18), /* Calculate IP checksum */
626};
627
628/* 8102e, 8168c and beyond. */
629enum rtl_tx_desc_bit_1 {
630 /* Second doubleword. */
631#define TD1_MSS_SHIFT 18 /* MSS position (11 bits) */
632 TD1_IP_CS = (1 << 29), /* Calculate IP checksum */
633 TD1_TCP_CS = (1 << 30), /* Calculate TCP/IP checksum */
634 TD1_UDP_CS = (1 << 31), /* Calculate UDP/IP checksum */
635};
636
637static const struct rtl_tx_desc_info {
638 struct {
639 u32 udp;
640 u32 tcp;
641 } checksum;
642 u16 mss_shift;
643 u16 opts_offset;
644} tx_desc_info [] = {
645 [RTL_TD_0] = {
646 .checksum = {
647 .udp = TD0_IP_CS | TD0_UDP_CS,
648 .tcp = TD0_IP_CS | TD0_TCP_CS
649 },
650 .mss_shift = TD0_MSS_SHIFT,
651 .opts_offset = 0
652 },
653 [RTL_TD_1] = {
654 .checksum = {
655 .udp = TD1_IP_CS | TD1_UDP_CS,
656 .tcp = TD1_IP_CS | TD1_TCP_CS
657 },
658 .mss_shift = TD1_MSS_SHIFT,
659 .opts_offset = 1
660 }
661};
662
663enum rtl_rx_desc_bit {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 /* Rx private */
665 PID1 = (1 << 18), /* Protocol ID bit 1/2 */
666 PID0 = (1 << 17), /* Protocol ID bit 2/2 */
667
668#define RxProtoUDP (PID1)
669#define RxProtoTCP (PID0)
670#define RxProtoIP (PID1 | PID0)
671#define RxProtoMask RxProtoIP
672
673 IPFail = (1 << 16), /* IP checksum failed */
674 UDPFail = (1 << 15), /* UDP/IP checksum failed */
675 TCPFail = (1 << 14), /* TCP/IP checksum failed */
676 RxVlanTag = (1 << 16), /* VLAN tag available */
677};
678
679#define RsvdMask 0x3fffc000
680
681struct TxDesc {
Rolf Eike Beer6cccd6e2007-05-21 22:11:04 +0200682 __le32 opts1;
683 __le32 opts2;
684 __le64 addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685};
686
687struct RxDesc {
Rolf Eike Beer6cccd6e2007-05-21 22:11:04 +0200688 __le32 opts1;
689 __le32 opts2;
690 __le64 addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691};
692
693struct ring_info {
694 struct sk_buff *skb;
695 u32 len;
696 u8 __pad[sizeof(void *) - sizeof(u32)];
697};
698
Francois Romieuf23e7fd2007-10-04 22:36:14 +0200699enum features {
Francois Romieuccdffb92008-07-26 14:26:06 +0200700 RTL_FEATURE_WOL = (1 << 0),
701 RTL_FEATURE_MSI = (1 << 1),
702 RTL_FEATURE_GMII = (1 << 2),
Francois Romieuf23e7fd2007-10-04 22:36:14 +0200703};
704
Ivan Vecera355423d2009-02-06 21:49:57 -0800705struct rtl8169_counters {
706 __le64 tx_packets;
707 __le64 rx_packets;
708 __le64 tx_errors;
709 __le32 rx_errors;
710 __le16 rx_missed;
711 __le16 align_errors;
712 __le32 tx_one_collision;
713 __le32 tx_multi_collision;
714 __le64 rx_unicast;
715 __le64 rx_broadcast;
716 __le32 rx_multicast;
717 __le16 tx_aborted;
718 __le16 tx_underun;
719};
720
Francois Romieuda78dbf2012-01-26 14:18:23 +0100721enum rtl_flag {
Francois Romieu6c4a70c2012-01-31 10:56:44 +0100722 RTL_FLAG_TASK_ENABLED,
Francois Romieuda78dbf2012-01-26 14:18:23 +0100723 RTL_FLAG_TASK_SLOW_PENDING,
724 RTL_FLAG_TASK_RESET_PENDING,
725 RTL_FLAG_TASK_PHY_PENDING,
726 RTL_FLAG_MAX
727};
728
Junchang Wang8027aa22012-03-04 23:30:32 +0100729struct rtl8169_stats {
730 u64 packets;
731 u64 bytes;
732 struct u64_stats_sync syncp;
733};
734
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735struct rtl8169_private {
736 void __iomem *mmio_addr; /* memory map physical address */
Francois Romieucecb5fd2011-04-01 10:21:07 +0200737 struct pci_dev *pci_dev;
David Howellsc4028952006-11-22 14:57:56 +0000738 struct net_device *dev;
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700739 struct napi_struct napi;
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +0200740 u32 msg_enable;
Francois Romieu2b7b4312011-04-18 22:53:24 -0700741 u16 txd_version;
742 u16 mac_version;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */
744 u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 u32 dirty_tx;
Junchang Wang8027aa22012-03-04 23:30:32 +0100746 struct rtl8169_stats rx_stats;
747 struct rtl8169_stats tx_stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */
749 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */
750 dma_addr_t TxPhyAddr;
751 dma_addr_t RxPhyAddr;
Eric Dumazet6f0333b2010-10-11 11:17:47 +0000752 void *Rx_databuff[NUM_RX_DESC]; /* Rx data buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 struct ring_info tx_skb[NUM_TX_DESC]; /* Tx data buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 struct timer_list timer;
755 u16 cp_cmd;
Francois Romieuda78dbf2012-01-26 14:18:23 +0100756
757 u16 event_slow;
françois romieuc0e45c12011-01-03 15:08:04 +0000758
759 struct mdio_ops {
Francois Romieu24192212012-07-06 20:19:42 +0200760 void (*write)(struct rtl8169_private *, int, int);
761 int (*read)(struct rtl8169_private *, int);
françois romieuc0e45c12011-01-03 15:08:04 +0000762 } mdio_ops;
763
françois romieu065c27c2011-01-03 15:08:12 +0000764 struct pll_power_ops {
765 void (*down)(struct rtl8169_private *);
766 void (*up)(struct rtl8169_private *);
767 } pll_power_ops;
768
Francois Romieud58d46b2011-05-03 16:38:29 +0200769 struct jumbo_ops {
770 void (*enable)(struct rtl8169_private *);
771 void (*disable)(struct rtl8169_private *);
772 } jumbo_ops;
773
Hayes Wangbeb1fe12012-03-30 14:33:01 +0800774 struct csi_ops {
Francois Romieu52989f02012-07-06 13:37:00 +0200775 void (*write)(struct rtl8169_private *, int, int);
776 u32 (*read)(struct rtl8169_private *, int);
Hayes Wangbeb1fe12012-03-30 14:33:01 +0800777 } csi_ops;
778
Oliver Neukum54405cd2011-01-06 21:55:13 +0100779 int (*set_speed)(struct net_device *, u8 aneg, u16 sp, u8 dpx, u32 adv);
Francois Romieuccdffb92008-07-26 14:26:06 +0200780 int (*get_settings)(struct net_device *, struct ethtool_cmd *);
françois romieu4da19632011-01-03 15:07:55 +0000781 void (*phy_reset_enable)(struct rtl8169_private *tp);
Francois Romieu07ce4062007-02-23 23:36:39 +0100782 void (*hw_start)(struct net_device *);
françois romieu4da19632011-01-03 15:07:55 +0000783 unsigned int (*phy_reset_pending)(struct rtl8169_private *tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 unsigned int (*link_ok)(void __iomem *);
Francois Romieu8b4ab282008-11-19 22:05:25 -0800785 int (*do_ioctl)(struct rtl8169_private *tp, struct mii_ioctl_data *data, int cmd);
Francois Romieu4422bcd2012-01-26 11:23:32 +0100786
787 struct {
Francois Romieuda78dbf2012-01-26 14:18:23 +0100788 DECLARE_BITMAP(flags, RTL_FLAG_MAX);
789 struct mutex mutex;
Francois Romieu4422bcd2012-01-26 11:23:32 +0100790 struct work_struct work;
791 } wk;
792
Francois Romieuf23e7fd2007-10-04 22:36:14 +0200793 unsigned features;
Francois Romieuccdffb92008-07-26 14:26:06 +0200794
795 struct mii_if_info mii;
Ivan Vecera355423d2009-02-06 21:49:57 -0800796 struct rtl8169_counters counters;
Rafael J. Wysockie1759442010-03-14 14:33:51 +0000797 u32 saved_wolopts;
David S. Miller8decf862011-09-22 03:23:13 -0400798 u32 opts1_mask;
françois romieuf1e02ed2011-01-13 13:07:53 +0000799
Francois Romieub6ffd972011-06-17 17:00:05 +0200800 struct rtl_fw {
801 const struct firmware *fw;
Francois Romieu1c361ef2011-06-17 17:16:24 +0200802
803#define RTL_VER_SIZE 32
804
805 char version[RTL_VER_SIZE];
806
807 struct rtl_fw_phy_action {
808 __le32 *code;
809 size_t size;
810 } phy_action;
Francois Romieub6ffd972011-06-17 17:00:05 +0200811 } *rtl_fw;
Phil Carmody497888c2011-07-14 15:07:13 +0300812#define RTL_FIRMWARE_UNKNOWN ERR_PTR(-EAGAIN)
Hayes Wangc5583862012-07-02 17:23:22 +0800813
814 u32 ocp_base;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815};
816
Ralf Baechle979b6c12005-06-13 14:30:40 -0700817MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819module_param(use_dac, int, 0);
David S. Miller4300e8c2010-03-26 10:23:30 -0700820MODULE_PARM_DESC(use_dac, "Enable PCI DAC. Unsafe on 32 bit PCI slot.");
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +0200821module_param_named(debug, debug.msg_enable, int, 0);
822MODULE_PARM_DESC(debug, "Debug verbosity level (0=none, ..., 16=all)");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823MODULE_LICENSE("GPL");
824MODULE_VERSION(RTL8169_VERSION);
françois romieubca03d52011-01-03 15:07:31 +0000825MODULE_FIRMWARE(FIRMWARE_8168D_1);
826MODULE_FIRMWARE(FIRMWARE_8168D_2);
hayeswang01dc7fe2011-03-21 01:50:28 +0000827MODULE_FIRMWARE(FIRMWARE_8168E_1);
828MODULE_FIRMWARE(FIRMWARE_8168E_2);
David S. Miller8decf862011-09-22 03:23:13 -0400829MODULE_FIRMWARE(FIRMWARE_8168E_3);
Hayes Wang5a5e4442011-02-22 17:26:21 +0800830MODULE_FIRMWARE(FIRMWARE_8105E_1);
Hayes Wangc2218922011-09-06 16:55:18 +0800831MODULE_FIRMWARE(FIRMWARE_8168F_1);
832MODULE_FIRMWARE(FIRMWARE_8168F_2);
Hayes Wang7e18dca2012-03-30 14:33:02 +0800833MODULE_FIRMWARE(FIRMWARE_8402_1);
Hayes Wangb3d7b2f2012-03-30 14:48:06 +0800834MODULE_FIRMWARE(FIRMWARE_8411_1);
hayeswang45dd95c2013-07-08 17:09:01 +0800835MODULE_FIRMWARE(FIRMWARE_8411_2);
Hayes Wang5598bfe2012-07-02 17:23:21 +0800836MODULE_FIRMWARE(FIRMWARE_8106E_1);
hayeswang58152cd2013-04-01 22:23:42 +0000837MODULE_FIRMWARE(FIRMWARE_8106E_2);
hayeswangbeb330a2013-04-01 22:23:39 +0000838MODULE_FIRMWARE(FIRMWARE_8168G_2);
hayeswang57538c42013-04-01 22:23:40 +0000839MODULE_FIRMWARE(FIRMWARE_8168G_3);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840
Francois Romieuda78dbf2012-01-26 14:18:23 +0100841static void rtl_lock_work(struct rtl8169_private *tp)
842{
843 mutex_lock(&tp->wk.mutex);
844}
845
846static void rtl_unlock_work(struct rtl8169_private *tp)
847{
848 mutex_unlock(&tp->wk.mutex);
849}
850
Francois Romieud58d46b2011-05-03 16:38:29 +0200851static void rtl_tx_performance_tweak(struct pci_dev *pdev, u16 force)
852{
Jiang Liu7d7903b2012-07-24 17:20:16 +0800853 pcie_capability_clear_and_set_word(pdev, PCI_EXP_DEVCTL,
854 PCI_EXP_DEVCTL_READRQ, force);
Francois Romieud58d46b2011-05-03 16:38:29 +0200855}
856
Francois Romieuffc46952012-07-06 14:19:23 +0200857struct rtl_cond {
858 bool (*check)(struct rtl8169_private *);
859 const char *msg;
860};
861
862static void rtl_udelay(unsigned int d)
863{
864 udelay(d);
865}
866
867static bool rtl_loop_wait(struct rtl8169_private *tp, const struct rtl_cond *c,
868 void (*delay)(unsigned int), unsigned int d, int n,
869 bool high)
870{
871 int i;
872
873 for (i = 0; i < n; i++) {
874 delay(d);
875 if (c->check(tp) == high)
876 return true;
877 }
Francois Romieu82e316e2012-07-11 23:39:51 +0200878 netif_err(tp, drv, tp->dev, "%s == %d (loop: %d, delay: %d).\n",
879 c->msg, !high, n, d);
Francois Romieuffc46952012-07-06 14:19:23 +0200880 return false;
881}
882
883static bool rtl_udelay_loop_wait_high(struct rtl8169_private *tp,
884 const struct rtl_cond *c,
885 unsigned int d, int n)
886{
887 return rtl_loop_wait(tp, c, rtl_udelay, d, n, true);
888}
889
890static bool rtl_udelay_loop_wait_low(struct rtl8169_private *tp,
891 const struct rtl_cond *c,
892 unsigned int d, int n)
893{
894 return rtl_loop_wait(tp, c, rtl_udelay, d, n, false);
895}
896
897static bool rtl_msleep_loop_wait_high(struct rtl8169_private *tp,
898 const struct rtl_cond *c,
899 unsigned int d, int n)
900{
901 return rtl_loop_wait(tp, c, msleep, d, n, true);
902}
903
904static bool rtl_msleep_loop_wait_low(struct rtl8169_private *tp,
905 const struct rtl_cond *c,
906 unsigned int d, int n)
907{
908 return rtl_loop_wait(tp, c, msleep, d, n, false);
909}
910
911#define DECLARE_RTL_COND(name) \
912static bool name ## _check(struct rtl8169_private *); \
913 \
914static const struct rtl_cond name = { \
915 .check = name ## _check, \
916 .msg = #name \
917}; \
918 \
919static bool name ## _check(struct rtl8169_private *tp)
920
921DECLARE_RTL_COND(rtl_ocpar_cond)
922{
923 void __iomem *ioaddr = tp->mmio_addr;
924
925 return RTL_R32(OCPAR) & OCPAR_FLAG;
926}
927
françois romieub646d902011-01-03 15:08:21 +0000928static u32 ocp_read(struct rtl8169_private *tp, u8 mask, u16 reg)
929{
930 void __iomem *ioaddr = tp->mmio_addr;
françois romieub646d902011-01-03 15:08:21 +0000931
932 RTL_W32(OCPAR, ((u32)mask & 0x0f) << 12 | (reg & 0x0fff));
Francois Romieuffc46952012-07-06 14:19:23 +0200933
934 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 100, 20) ?
935 RTL_R32(OCPDR) : ~0;
françois romieub646d902011-01-03 15:08:21 +0000936}
937
938static void ocp_write(struct rtl8169_private *tp, u8 mask, u16 reg, u32 data)
939{
940 void __iomem *ioaddr = tp->mmio_addr;
françois romieub646d902011-01-03 15:08:21 +0000941
942 RTL_W32(OCPDR, data);
943 RTL_W32(OCPAR, OCPAR_FLAG | ((u32)mask & 0x0f) << 12 | (reg & 0x0fff));
Francois Romieuffc46952012-07-06 14:19:23 +0200944
945 rtl_udelay_loop_wait_low(tp, &rtl_ocpar_cond, 100, 20);
946}
947
948DECLARE_RTL_COND(rtl_eriar_cond)
949{
950 void __iomem *ioaddr = tp->mmio_addr;
951
952 return RTL_R32(ERIAR) & ERIAR_FLAG;
françois romieub646d902011-01-03 15:08:21 +0000953}
954
Hayes Wangfac5b3c2011-02-22 17:26:20 +0800955static void rtl8168_oob_notify(struct rtl8169_private *tp, u8 cmd)
françois romieub646d902011-01-03 15:08:21 +0000956{
Hayes Wangfac5b3c2011-02-22 17:26:20 +0800957 void __iomem *ioaddr = tp->mmio_addr;
françois romieub646d902011-01-03 15:08:21 +0000958
959 RTL_W8(ERIDR, cmd);
960 RTL_W32(ERIAR, 0x800010e8);
961 msleep(2);
Francois Romieuffc46952012-07-06 14:19:23 +0200962
963 if (!rtl_udelay_loop_wait_low(tp, &rtl_eriar_cond, 100, 5))
964 return;
françois romieub646d902011-01-03 15:08:21 +0000965
Hayes Wangfac5b3c2011-02-22 17:26:20 +0800966 ocp_write(tp, 0x1, 0x30, 0x00000001);
françois romieub646d902011-01-03 15:08:21 +0000967}
968
969#define OOB_CMD_RESET 0x00
970#define OOB_CMD_DRIVER_START 0x05
971#define OOB_CMD_DRIVER_STOP 0x06
972
Francois Romieucecb5fd2011-04-01 10:21:07 +0200973static u16 rtl8168_get_ocp_reg(struct rtl8169_private *tp)
974{
975 return (tp->mac_version == RTL_GIGA_MAC_VER_31) ? 0xb8 : 0x10;
976}
977
Francois Romieuffc46952012-07-06 14:19:23 +0200978DECLARE_RTL_COND(rtl_ocp_read_cond)
françois romieub646d902011-01-03 15:08:21 +0000979{
Francois Romieucecb5fd2011-04-01 10:21:07 +0200980 u16 reg;
françois romieub646d902011-01-03 15:08:21 +0000981
Francois Romieucecb5fd2011-04-01 10:21:07 +0200982 reg = rtl8168_get_ocp_reg(tp);
hayeswang4804b3b2011-03-21 01:50:29 +0000983
Francois Romieuffc46952012-07-06 14:19:23 +0200984 return ocp_read(tp, 0x0f, reg) & 0x00000800;
985}
986
987static void rtl8168_driver_start(struct rtl8169_private *tp)
988{
989 rtl8168_oob_notify(tp, OOB_CMD_DRIVER_START);
990
991 rtl_msleep_loop_wait_high(tp, &rtl_ocp_read_cond, 10, 10);
françois romieub646d902011-01-03 15:08:21 +0000992}
993
994static void rtl8168_driver_stop(struct rtl8169_private *tp)
995{
françois romieub646d902011-01-03 15:08:21 +0000996 rtl8168_oob_notify(tp, OOB_CMD_DRIVER_STOP);
997
Francois Romieuffc46952012-07-06 14:19:23 +0200998 rtl_msleep_loop_wait_low(tp, &rtl_ocp_read_cond, 10, 10);
françois romieub646d902011-01-03 15:08:21 +0000999}
1000
hayeswang4804b3b2011-03-21 01:50:29 +00001001static int r8168dp_check_dash(struct rtl8169_private *tp)
1002{
Francois Romieucecb5fd2011-04-01 10:21:07 +02001003 u16 reg = rtl8168_get_ocp_reg(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00001004
Francois Romieucecb5fd2011-04-01 10:21:07 +02001005 return (ocp_read(tp, 0x0f, reg) & 0x00008000) ? 1 : 0;
hayeswang4804b3b2011-03-21 01:50:29 +00001006}
françois romieub646d902011-01-03 15:08:21 +00001007
Hayes Wangc5583862012-07-02 17:23:22 +08001008static bool rtl_ocp_reg_failure(struct rtl8169_private *tp, u32 reg)
1009{
1010 if (reg & 0xffff0001) {
1011 netif_err(tp, drv, tp->dev, "Invalid ocp reg %x!\n", reg);
1012 return true;
1013 }
1014 return false;
1015}
1016
1017DECLARE_RTL_COND(rtl_ocp_gphy_cond)
1018{
1019 void __iomem *ioaddr = tp->mmio_addr;
1020
1021 return RTL_R32(GPHY_OCP) & OCPAR_FLAG;
1022}
1023
1024static void r8168_phy_ocp_write(struct rtl8169_private *tp, u32 reg, u32 data)
1025{
1026 void __iomem *ioaddr = tp->mmio_addr;
1027
1028 if (rtl_ocp_reg_failure(tp, reg))
1029 return;
1030
1031 RTL_W32(GPHY_OCP, OCPAR_FLAG | (reg << 15) | data);
1032
1033 rtl_udelay_loop_wait_low(tp, &rtl_ocp_gphy_cond, 25, 10);
1034}
1035
1036static u16 r8168_phy_ocp_read(struct rtl8169_private *tp, u32 reg)
1037{
1038 void __iomem *ioaddr = tp->mmio_addr;
1039
1040 if (rtl_ocp_reg_failure(tp, reg))
1041 return 0;
1042
1043 RTL_W32(GPHY_OCP, reg << 15);
1044
1045 return rtl_udelay_loop_wait_high(tp, &rtl_ocp_gphy_cond, 25, 10) ?
1046 (RTL_R32(GPHY_OCP) & 0xffff) : ~0;
1047}
1048
Hayes Wangc5583862012-07-02 17:23:22 +08001049static void r8168_mac_ocp_write(struct rtl8169_private *tp, u32 reg, u32 data)
1050{
1051 void __iomem *ioaddr = tp->mmio_addr;
1052
1053 if (rtl_ocp_reg_failure(tp, reg))
1054 return;
1055
1056 RTL_W32(OCPDR, OCPAR_FLAG | (reg << 15) | data);
Hayes Wangc5583862012-07-02 17:23:22 +08001057}
1058
1059static u16 r8168_mac_ocp_read(struct rtl8169_private *tp, u32 reg)
1060{
1061 void __iomem *ioaddr = tp->mmio_addr;
1062
1063 if (rtl_ocp_reg_failure(tp, reg))
1064 return 0;
1065
1066 RTL_W32(OCPDR, reg << 15);
1067
Hayes Wang3a83ad12012-07-11 20:31:56 +08001068 return RTL_R32(OCPDR);
Hayes Wangc5583862012-07-02 17:23:22 +08001069}
1070
1071#define OCP_STD_PHY_BASE 0xa400
1072
1073static void r8168g_mdio_write(struct rtl8169_private *tp, int reg, int value)
1074{
1075 if (reg == 0x1f) {
1076 tp->ocp_base = value ? value << 4 : OCP_STD_PHY_BASE;
1077 return;
1078 }
1079
1080 if (tp->ocp_base != OCP_STD_PHY_BASE)
1081 reg -= 0x10;
1082
1083 r8168_phy_ocp_write(tp, tp->ocp_base + reg * 2, value);
1084}
1085
1086static int r8168g_mdio_read(struct rtl8169_private *tp, int reg)
1087{
1088 if (tp->ocp_base != OCP_STD_PHY_BASE)
1089 reg -= 0x10;
1090
1091 return r8168_phy_ocp_read(tp, tp->ocp_base + reg * 2);
1092}
1093
hayeswangeee37862013-04-01 22:23:38 +00001094static void mac_mcu_write(struct rtl8169_private *tp, int reg, int value)
1095{
1096 if (reg == 0x1f) {
1097 tp->ocp_base = value << 4;
1098 return;
1099 }
1100
1101 r8168_mac_ocp_write(tp, tp->ocp_base + reg, value);
1102}
1103
1104static int mac_mcu_read(struct rtl8169_private *tp, int reg)
1105{
1106 return r8168_mac_ocp_read(tp, tp->ocp_base + reg);
1107}
1108
Francois Romieuffc46952012-07-06 14:19:23 +02001109DECLARE_RTL_COND(rtl_phyar_cond)
1110{
1111 void __iomem *ioaddr = tp->mmio_addr;
1112
1113 return RTL_R32(PHYAR) & 0x80000000;
1114}
1115
Francois Romieu24192212012-07-06 20:19:42 +02001116static void r8169_mdio_write(struct rtl8169_private *tp, int reg, int value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117{
Francois Romieu24192212012-07-06 20:19:42 +02001118 void __iomem *ioaddr = tp->mmio_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119
Francois Romieu24192212012-07-06 20:19:42 +02001120 RTL_W32(PHYAR, 0x80000000 | (reg & 0x1f) << 16 | (value & 0xffff));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121
Francois Romieuffc46952012-07-06 14:19:23 +02001122 rtl_udelay_loop_wait_low(tp, &rtl_phyar_cond, 25, 20);
Timo Teräs024a07b2010-06-06 15:38:47 -07001123 /*
Timo Teräs81a95f02010-06-09 17:31:48 -07001124 * According to hardware specs a 20us delay is required after write
1125 * complete indication, but before sending next command.
Timo Teräs024a07b2010-06-06 15:38:47 -07001126 */
Timo Teräs81a95f02010-06-09 17:31:48 -07001127 udelay(20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128}
1129
Francois Romieu24192212012-07-06 20:19:42 +02001130static int r8169_mdio_read(struct rtl8169_private *tp, int reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131{
Francois Romieu24192212012-07-06 20:19:42 +02001132 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieuffc46952012-07-06 14:19:23 +02001133 int value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
Francois Romieu24192212012-07-06 20:19:42 +02001135 RTL_W32(PHYAR, 0x0 | (reg & 0x1f) << 16);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136
Francois Romieuffc46952012-07-06 14:19:23 +02001137 value = rtl_udelay_loop_wait_high(tp, &rtl_phyar_cond, 25, 20) ?
1138 RTL_R32(PHYAR) & 0xffff : ~0;
1139
Timo Teräs81a95f02010-06-09 17:31:48 -07001140 /*
1141 * According to hardware specs a 20us delay is required after read
1142 * complete indication, but before sending next command.
1143 */
1144 udelay(20);
1145
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146 return value;
1147}
1148
Francois Romieu24192212012-07-06 20:19:42 +02001149static void r8168dp_1_mdio_access(struct rtl8169_private *tp, int reg, u32 data)
françois romieuc0e45c12011-01-03 15:08:04 +00001150{
Francois Romieu24192212012-07-06 20:19:42 +02001151 void __iomem *ioaddr = tp->mmio_addr;
françois romieuc0e45c12011-01-03 15:08:04 +00001152
Francois Romieu24192212012-07-06 20:19:42 +02001153 RTL_W32(OCPDR, data | ((reg & OCPDR_REG_MASK) << OCPDR_GPHY_REG_SHIFT));
françois romieuc0e45c12011-01-03 15:08:04 +00001154 RTL_W32(OCPAR, OCPAR_GPHY_WRITE_CMD);
1155 RTL_W32(EPHY_RXER_NUM, 0);
1156
Francois Romieuffc46952012-07-06 14:19:23 +02001157 rtl_udelay_loop_wait_low(tp, &rtl_ocpar_cond, 1000, 100);
françois romieuc0e45c12011-01-03 15:08:04 +00001158}
1159
Francois Romieu24192212012-07-06 20:19:42 +02001160static void r8168dp_1_mdio_write(struct rtl8169_private *tp, int reg, int value)
françois romieuc0e45c12011-01-03 15:08:04 +00001161{
Francois Romieu24192212012-07-06 20:19:42 +02001162 r8168dp_1_mdio_access(tp, reg,
1163 OCPDR_WRITE_CMD | (value & OCPDR_DATA_MASK));
françois romieuc0e45c12011-01-03 15:08:04 +00001164}
1165
Francois Romieu24192212012-07-06 20:19:42 +02001166static int r8168dp_1_mdio_read(struct rtl8169_private *tp, int reg)
françois romieuc0e45c12011-01-03 15:08:04 +00001167{
Francois Romieu24192212012-07-06 20:19:42 +02001168 void __iomem *ioaddr = tp->mmio_addr;
françois romieuc0e45c12011-01-03 15:08:04 +00001169
Francois Romieu24192212012-07-06 20:19:42 +02001170 r8168dp_1_mdio_access(tp, reg, OCPDR_READ_CMD);
françois romieuc0e45c12011-01-03 15:08:04 +00001171
1172 mdelay(1);
1173 RTL_W32(OCPAR, OCPAR_GPHY_READ_CMD);
1174 RTL_W32(EPHY_RXER_NUM, 0);
1175
Francois Romieuffc46952012-07-06 14:19:23 +02001176 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 1000, 100) ?
1177 RTL_R32(OCPDR) & OCPDR_DATA_MASK : ~0;
françois romieuc0e45c12011-01-03 15:08:04 +00001178}
1179
françois romieue6de30d2011-01-03 15:08:37 +00001180#define R8168DP_1_MDIO_ACCESS_BIT 0x00020000
1181
1182static void r8168dp_2_mdio_start(void __iomem *ioaddr)
1183{
1184 RTL_W32(0xd0, RTL_R32(0xd0) & ~R8168DP_1_MDIO_ACCESS_BIT);
1185}
1186
1187static void r8168dp_2_mdio_stop(void __iomem *ioaddr)
1188{
1189 RTL_W32(0xd0, RTL_R32(0xd0) | R8168DP_1_MDIO_ACCESS_BIT);
1190}
1191
Francois Romieu24192212012-07-06 20:19:42 +02001192static void r8168dp_2_mdio_write(struct rtl8169_private *tp, int reg, int value)
françois romieue6de30d2011-01-03 15:08:37 +00001193{
Francois Romieu24192212012-07-06 20:19:42 +02001194 void __iomem *ioaddr = tp->mmio_addr;
1195
françois romieue6de30d2011-01-03 15:08:37 +00001196 r8168dp_2_mdio_start(ioaddr);
1197
Francois Romieu24192212012-07-06 20:19:42 +02001198 r8169_mdio_write(tp, reg, value);
françois romieue6de30d2011-01-03 15:08:37 +00001199
1200 r8168dp_2_mdio_stop(ioaddr);
1201}
1202
Francois Romieu24192212012-07-06 20:19:42 +02001203static int r8168dp_2_mdio_read(struct rtl8169_private *tp, int reg)
françois romieue6de30d2011-01-03 15:08:37 +00001204{
Francois Romieu24192212012-07-06 20:19:42 +02001205 void __iomem *ioaddr = tp->mmio_addr;
françois romieue6de30d2011-01-03 15:08:37 +00001206 int value;
1207
1208 r8168dp_2_mdio_start(ioaddr);
1209
Francois Romieu24192212012-07-06 20:19:42 +02001210 value = r8169_mdio_read(tp, reg);
françois romieue6de30d2011-01-03 15:08:37 +00001211
1212 r8168dp_2_mdio_stop(ioaddr);
1213
1214 return value;
1215}
1216
françois romieu4da19632011-01-03 15:07:55 +00001217static void rtl_writephy(struct rtl8169_private *tp, int location, u32 val)
Francois Romieudacf8152008-08-02 20:44:13 +02001218{
Francois Romieu24192212012-07-06 20:19:42 +02001219 tp->mdio_ops.write(tp, location, val);
Francois Romieudacf8152008-08-02 20:44:13 +02001220}
1221
françois romieu4da19632011-01-03 15:07:55 +00001222static int rtl_readphy(struct rtl8169_private *tp, int location)
1223{
Francois Romieu24192212012-07-06 20:19:42 +02001224 return tp->mdio_ops.read(tp, location);
françois romieu4da19632011-01-03 15:07:55 +00001225}
1226
1227static void rtl_patchphy(struct rtl8169_private *tp, int reg_addr, int value)
1228{
1229 rtl_writephy(tp, reg_addr, rtl_readphy(tp, reg_addr) | value);
1230}
1231
1232static void rtl_w1w0_phy(struct rtl8169_private *tp, int reg_addr, int p, int m)
françois romieudaf9df62009-10-07 12:44:20 +00001233{
1234 int val;
1235
françois romieu4da19632011-01-03 15:07:55 +00001236 val = rtl_readphy(tp, reg_addr);
1237 rtl_writephy(tp, reg_addr, (val | p) & ~m);
françois romieudaf9df62009-10-07 12:44:20 +00001238}
1239
Francois Romieuccdffb92008-07-26 14:26:06 +02001240static void rtl_mdio_write(struct net_device *dev, int phy_id, int location,
1241 int val)
1242{
1243 struct rtl8169_private *tp = netdev_priv(dev);
Francois Romieuccdffb92008-07-26 14:26:06 +02001244
françois romieu4da19632011-01-03 15:07:55 +00001245 rtl_writephy(tp, location, val);
Francois Romieuccdffb92008-07-26 14:26:06 +02001246}
1247
1248static int rtl_mdio_read(struct net_device *dev, int phy_id, int location)
1249{
1250 struct rtl8169_private *tp = netdev_priv(dev);
Francois Romieuccdffb92008-07-26 14:26:06 +02001251
françois romieu4da19632011-01-03 15:07:55 +00001252 return rtl_readphy(tp, location);
Francois Romieuccdffb92008-07-26 14:26:06 +02001253}
1254
Francois Romieuffc46952012-07-06 14:19:23 +02001255DECLARE_RTL_COND(rtl_ephyar_cond)
1256{
1257 void __iomem *ioaddr = tp->mmio_addr;
1258
1259 return RTL_R32(EPHYAR) & EPHYAR_FLAG;
1260}
1261
Francois Romieufdf6fc02012-07-06 22:40:38 +02001262static void rtl_ephy_write(struct rtl8169_private *tp, int reg_addr, int value)
Francois Romieudacf8152008-08-02 20:44:13 +02001263{
Francois Romieufdf6fc02012-07-06 22:40:38 +02001264 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieudacf8152008-08-02 20:44:13 +02001265
1266 RTL_W32(EPHYAR, EPHYAR_WRITE_CMD | (value & EPHYAR_DATA_MASK) |
1267 (reg_addr & EPHYAR_REG_MASK) << EPHYAR_REG_SHIFT);
1268
Francois Romieuffc46952012-07-06 14:19:23 +02001269 rtl_udelay_loop_wait_low(tp, &rtl_ephyar_cond, 10, 100);
1270
1271 udelay(10);
Francois Romieudacf8152008-08-02 20:44:13 +02001272}
1273
Francois Romieufdf6fc02012-07-06 22:40:38 +02001274static u16 rtl_ephy_read(struct rtl8169_private *tp, int reg_addr)
Francois Romieudacf8152008-08-02 20:44:13 +02001275{
Francois Romieufdf6fc02012-07-06 22:40:38 +02001276 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieudacf8152008-08-02 20:44:13 +02001277
1278 RTL_W32(EPHYAR, (reg_addr & EPHYAR_REG_MASK) << EPHYAR_REG_SHIFT);
1279
Francois Romieuffc46952012-07-06 14:19:23 +02001280 return rtl_udelay_loop_wait_high(tp, &rtl_ephyar_cond, 10, 100) ?
1281 RTL_R32(EPHYAR) & EPHYAR_DATA_MASK : ~0;
Francois Romieudacf8152008-08-02 20:44:13 +02001282}
1283
Francois Romieufdf6fc02012-07-06 22:40:38 +02001284static void rtl_eri_write(struct rtl8169_private *tp, int addr, u32 mask,
1285 u32 val, int type)
Hayes Wang133ac402011-07-06 15:58:05 +08001286{
Francois Romieufdf6fc02012-07-06 22:40:38 +02001287 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wang133ac402011-07-06 15:58:05 +08001288
1289 BUG_ON((addr & 3) || (mask == 0));
1290 RTL_W32(ERIDR, val);
1291 RTL_W32(ERIAR, ERIAR_WRITE_CMD | type | mask | addr);
1292
Francois Romieuffc46952012-07-06 14:19:23 +02001293 rtl_udelay_loop_wait_low(tp, &rtl_eriar_cond, 100, 100);
Hayes Wang133ac402011-07-06 15:58:05 +08001294}
1295
Francois Romieufdf6fc02012-07-06 22:40:38 +02001296static u32 rtl_eri_read(struct rtl8169_private *tp, int addr, int type)
Hayes Wang133ac402011-07-06 15:58:05 +08001297{
Francois Romieufdf6fc02012-07-06 22:40:38 +02001298 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wang133ac402011-07-06 15:58:05 +08001299
1300 RTL_W32(ERIAR, ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr);
1301
Francois Romieuffc46952012-07-06 14:19:23 +02001302 return rtl_udelay_loop_wait_high(tp, &rtl_eriar_cond, 100, 100) ?
1303 RTL_R32(ERIDR) : ~0;
Hayes Wang133ac402011-07-06 15:58:05 +08001304}
1305
Francois Romieufdf6fc02012-07-06 22:40:38 +02001306static void rtl_w1w0_eri(struct rtl8169_private *tp, int addr, u32 mask, u32 p,
1307 u32 m, int type)
Hayes Wang133ac402011-07-06 15:58:05 +08001308{
1309 u32 val;
1310
Francois Romieufdf6fc02012-07-06 22:40:38 +02001311 val = rtl_eri_read(tp, addr, type);
1312 rtl_eri_write(tp, addr, mask, (val & ~m) | p, type);
Hayes Wang133ac402011-07-06 15:58:05 +08001313}
1314
françois romieuc28aa382011-08-02 03:53:43 +00001315struct exgmac_reg {
1316 u16 addr;
1317 u16 mask;
1318 u32 val;
1319};
1320
Francois Romieufdf6fc02012-07-06 22:40:38 +02001321static void rtl_write_exgmac_batch(struct rtl8169_private *tp,
françois romieuc28aa382011-08-02 03:53:43 +00001322 const struct exgmac_reg *r, int len)
1323{
1324 while (len-- > 0) {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001325 rtl_eri_write(tp, r->addr, r->mask, r->val, ERIAR_EXGMAC);
françois romieuc28aa382011-08-02 03:53:43 +00001326 r++;
1327 }
1328}
1329
Francois Romieuffc46952012-07-06 14:19:23 +02001330DECLARE_RTL_COND(rtl_efusear_cond)
1331{
1332 void __iomem *ioaddr = tp->mmio_addr;
1333
1334 return RTL_R32(EFUSEAR) & EFUSEAR_FLAG;
1335}
1336
Francois Romieufdf6fc02012-07-06 22:40:38 +02001337static u8 rtl8168d_efuse_read(struct rtl8169_private *tp, int reg_addr)
françois romieudaf9df62009-10-07 12:44:20 +00001338{
Francois Romieufdf6fc02012-07-06 22:40:38 +02001339 void __iomem *ioaddr = tp->mmio_addr;
françois romieudaf9df62009-10-07 12:44:20 +00001340
1341 RTL_W32(EFUSEAR, (reg_addr & EFUSEAR_REG_MASK) << EFUSEAR_REG_SHIFT);
1342
Francois Romieuffc46952012-07-06 14:19:23 +02001343 return rtl_udelay_loop_wait_high(tp, &rtl_efusear_cond, 100, 300) ?
1344 RTL_R32(EFUSEAR) & EFUSEAR_DATA_MASK : ~0;
françois romieudaf9df62009-10-07 12:44:20 +00001345}
1346
Francois Romieu9085cdfa2012-01-26 12:59:08 +01001347static u16 rtl_get_events(struct rtl8169_private *tp)
1348{
1349 void __iomem *ioaddr = tp->mmio_addr;
1350
1351 return RTL_R16(IntrStatus);
1352}
1353
1354static void rtl_ack_events(struct rtl8169_private *tp, u16 bits)
1355{
1356 void __iomem *ioaddr = tp->mmio_addr;
1357
1358 RTL_W16(IntrStatus, bits);
1359 mmiowb();
1360}
1361
1362static void rtl_irq_disable(struct rtl8169_private *tp)
1363{
1364 void __iomem *ioaddr = tp->mmio_addr;
1365
1366 RTL_W16(IntrMask, 0);
1367 mmiowb();
1368}
1369
Francois Romieu3e990ff2012-01-26 12:50:01 +01001370static void rtl_irq_enable(struct rtl8169_private *tp, u16 bits)
1371{
1372 void __iomem *ioaddr = tp->mmio_addr;
1373
1374 RTL_W16(IntrMask, bits);
1375}
1376
Francois Romieuda78dbf2012-01-26 14:18:23 +01001377#define RTL_EVENT_NAPI_RX (RxOK | RxErr)
1378#define RTL_EVENT_NAPI_TX (TxOK | TxErr)
1379#define RTL_EVENT_NAPI (RTL_EVENT_NAPI_RX | RTL_EVENT_NAPI_TX)
1380
1381static void rtl_irq_enable_all(struct rtl8169_private *tp)
1382{
1383 rtl_irq_enable(tp, RTL_EVENT_NAPI | tp->event_slow);
1384}
1385
françois romieu811fd302011-12-04 20:30:45 +00001386static void rtl8169_irq_mask_and_ack(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387{
françois romieu811fd302011-12-04 20:30:45 +00001388 void __iomem *ioaddr = tp->mmio_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389
Francois Romieu9085cdfa2012-01-26 12:59:08 +01001390 rtl_irq_disable(tp);
Francois Romieuda78dbf2012-01-26 14:18:23 +01001391 rtl_ack_events(tp, RTL_EVENT_NAPI | tp->event_slow);
françois romieu811fd302011-12-04 20:30:45 +00001392 RTL_R8(ChipCmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393}
1394
françois romieu4da19632011-01-03 15:07:55 +00001395static unsigned int rtl8169_tbi_reset_pending(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396{
françois romieu4da19632011-01-03 15:07:55 +00001397 void __iomem *ioaddr = tp->mmio_addr;
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399 return RTL_R32(TBICSR) & TBIReset;
1400}
1401
françois romieu4da19632011-01-03 15:07:55 +00001402static unsigned int rtl8169_xmii_reset_pending(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403{
françois romieu4da19632011-01-03 15:07:55 +00001404 return rtl_readphy(tp, MII_BMCR) & BMCR_RESET;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405}
1406
1407static unsigned int rtl8169_tbi_link_ok(void __iomem *ioaddr)
1408{
1409 return RTL_R32(TBICSR) & TBILinkOk;
1410}
1411
1412static unsigned int rtl8169_xmii_link_ok(void __iomem *ioaddr)
1413{
1414 return RTL_R8(PHYstatus) & LinkStatus;
1415}
1416
françois romieu4da19632011-01-03 15:07:55 +00001417static void rtl8169_tbi_reset_enable(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418{
françois romieu4da19632011-01-03 15:07:55 +00001419 void __iomem *ioaddr = tp->mmio_addr;
1420
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421 RTL_W32(TBICSR, RTL_R32(TBICSR) | TBIReset);
1422}
1423
françois romieu4da19632011-01-03 15:07:55 +00001424static void rtl8169_xmii_reset_enable(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425{
1426 unsigned int val;
1427
françois romieu4da19632011-01-03 15:07:55 +00001428 val = rtl_readphy(tp, MII_BMCR) | BMCR_RESET;
1429 rtl_writephy(tp, MII_BMCR, val & 0xffff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430}
1431
Hayes Wang70090422011-07-06 15:58:06 +08001432static void rtl_link_chg_patch(struct rtl8169_private *tp)
1433{
1434 void __iomem *ioaddr = tp->mmio_addr;
1435 struct net_device *dev = tp->dev;
1436
1437 if (!netif_running(dev))
1438 return;
1439
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08001440 if (tp->mac_version == RTL_GIGA_MAC_VER_34 ||
1441 tp->mac_version == RTL_GIGA_MAC_VER_38) {
Hayes Wang70090422011-07-06 15:58:06 +08001442 if (RTL_R8(PHYstatus) & _1000bpsF) {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001443 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011,
1444 ERIAR_EXGMAC);
1445 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005,
1446 ERIAR_EXGMAC);
Hayes Wang70090422011-07-06 15:58:06 +08001447 } else if (RTL_R8(PHYstatus) & _100bps) {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001448 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f,
1449 ERIAR_EXGMAC);
1450 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005,
1451 ERIAR_EXGMAC);
Hayes Wang70090422011-07-06 15:58:06 +08001452 } else {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001453 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f,
1454 ERIAR_EXGMAC);
1455 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x0000003f,
1456 ERIAR_EXGMAC);
Hayes Wang70090422011-07-06 15:58:06 +08001457 }
1458 /* Reset packet filter */
Francois Romieufdf6fc02012-07-06 22:40:38 +02001459 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x00, 0x01,
Hayes Wang70090422011-07-06 15:58:06 +08001460 ERIAR_EXGMAC);
Francois Romieufdf6fc02012-07-06 22:40:38 +02001461 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x01, 0x00,
Hayes Wang70090422011-07-06 15:58:06 +08001462 ERIAR_EXGMAC);
Hayes Wangc2218922011-09-06 16:55:18 +08001463 } else if (tp->mac_version == RTL_GIGA_MAC_VER_35 ||
1464 tp->mac_version == RTL_GIGA_MAC_VER_36) {
1465 if (RTL_R8(PHYstatus) & _1000bpsF) {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001466 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011,
1467 ERIAR_EXGMAC);
1468 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005,
1469 ERIAR_EXGMAC);
Hayes Wangc2218922011-09-06 16:55:18 +08001470 } else {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001471 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f,
1472 ERIAR_EXGMAC);
1473 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x0000003f,
1474 ERIAR_EXGMAC);
Hayes Wangc2218922011-09-06 16:55:18 +08001475 }
Hayes Wang7e18dca2012-03-30 14:33:02 +08001476 } else if (tp->mac_version == RTL_GIGA_MAC_VER_37) {
1477 if (RTL_R8(PHYstatus) & _10bps) {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001478 rtl_eri_write(tp, 0x1d0, ERIAR_MASK_0011, 0x4d02,
1479 ERIAR_EXGMAC);
1480 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_0011, 0x0060,
1481 ERIAR_EXGMAC);
Hayes Wang7e18dca2012-03-30 14:33:02 +08001482 } else {
Francois Romieufdf6fc02012-07-06 22:40:38 +02001483 rtl_eri_write(tp, 0x1d0, ERIAR_MASK_0011, 0x0000,
1484 ERIAR_EXGMAC);
Hayes Wang7e18dca2012-03-30 14:33:02 +08001485 }
Hayes Wang70090422011-07-06 15:58:06 +08001486 }
1487}
1488
Rafael J. Wysockie4fbce72010-12-08 15:32:14 +00001489static void __rtl8169_check_link_status(struct net_device *dev,
Francois Romieucecb5fd2011-04-01 10:21:07 +02001490 struct rtl8169_private *tp,
1491 void __iomem *ioaddr, bool pm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493 if (tp->link_ok(ioaddr)) {
Hayes Wang70090422011-07-06 15:58:06 +08001494 rtl_link_chg_patch(tp);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001495 /* This is to cancel a scheduled suspend if there's one. */
Rafael J. Wysockie4fbce72010-12-08 15:32:14 +00001496 if (pm)
1497 pm_request_resume(&tp->pci_dev->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498 netif_carrier_on(dev);
Francois Romieu1519e572011-02-03 12:02:36 +01001499 if (net_ratelimit())
1500 netif_info(tp, ifup, dev, "link up\n");
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +02001501 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 netif_carrier_off(dev);
Joe Perchesbf82c182010-02-09 11:49:50 +00001503 netif_info(tp, ifdown, dev, "link down\n");
Rafael J. Wysockie4fbce72010-12-08 15:32:14 +00001504 if (pm)
hayeswang10953db2011-11-07 20:44:37 +00001505 pm_schedule_suspend(&tp->pci_dev->dev, 5000);
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +02001506 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507}
1508
Rafael J. Wysockie4fbce72010-12-08 15:32:14 +00001509static void rtl8169_check_link_status(struct net_device *dev,
1510 struct rtl8169_private *tp,
1511 void __iomem *ioaddr)
1512{
1513 __rtl8169_check_link_status(dev, tp, ioaddr, false);
1514}
1515
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001516#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
1517
1518static u32 __rtl8169_get_wol(struct rtl8169_private *tp)
1519{
1520 void __iomem *ioaddr = tp->mmio_addr;
1521 u8 options;
1522 u32 wolopts = 0;
1523
1524 options = RTL_R8(Config1);
1525 if (!(options & PMEnable))
1526 return 0;
1527
1528 options = RTL_R8(Config3);
1529 if (options & LinkUp)
1530 wolopts |= WAKE_PHY;
1531 if (options & MagicPacket)
1532 wolopts |= WAKE_MAGIC;
1533
1534 options = RTL_R8(Config5);
1535 if (options & UWF)
1536 wolopts |= WAKE_UCAST;
1537 if (options & BWF)
1538 wolopts |= WAKE_BCAST;
1539 if (options & MWF)
1540 wolopts |= WAKE_MCAST;
1541
1542 return wolopts;
1543}
1544
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001545static void rtl8169_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1546{
1547 struct rtl8169_private *tp = netdev_priv(dev);
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001548
Francois Romieuda78dbf2012-01-26 14:18:23 +01001549 rtl_lock_work(tp);
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001550
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001551 wol->supported = WAKE_ANY;
1552 wol->wolopts = __rtl8169_get_wol(tp);
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001553
Francois Romieuda78dbf2012-01-26 14:18:23 +01001554 rtl_unlock_work(tp);
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001555}
1556
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001557static void __rtl8169_set_wol(struct rtl8169_private *tp, u32 wolopts)
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001558{
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001559 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieu07d3f512007-02-21 22:40:46 +01001560 unsigned int i;
Alexey Dobriyan350f7592009-11-25 15:54:21 -08001561 static const struct {
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001562 u32 opt;
1563 u16 reg;
1564 u8 mask;
1565 } cfg[] = {
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001566 { WAKE_PHY, Config3, LinkUp },
1567 { WAKE_MAGIC, Config3, MagicPacket },
1568 { WAKE_UCAST, Config5, UWF },
1569 { WAKE_BCAST, Config5, BWF },
1570 { WAKE_MCAST, Config5, MWF },
1571 { WAKE_ANY, Config5, LanWake }
1572 };
Francois Romieu851e6022012-04-17 11:10:11 +02001573 u8 options;
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001574
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001575 RTL_W8(Cfg9346, Cfg9346_Unlock);
1576
1577 for (i = 0; i < ARRAY_SIZE(cfg); i++) {
Francois Romieu851e6022012-04-17 11:10:11 +02001578 options = RTL_R8(cfg[i].reg) & ~cfg[i].mask;
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001579 if (wolopts & cfg[i].opt)
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001580 options |= cfg[i].mask;
1581 RTL_W8(cfg[i].reg, options);
1582 }
1583
Francois Romieu851e6022012-04-17 11:10:11 +02001584 switch (tp->mac_version) {
1585 case RTL_GIGA_MAC_VER_01 ... RTL_GIGA_MAC_VER_17:
1586 options = RTL_R8(Config1) & ~PMEnable;
1587 if (wolopts)
1588 options |= PMEnable;
1589 RTL_W8(Config1, options);
1590 break;
1591 default:
Francois Romieud387b422012-04-17 11:12:01 +02001592 options = RTL_R8(Config2) & ~PME_SIGNAL;
1593 if (wolopts)
1594 options |= PME_SIGNAL;
1595 RTL_W8(Config2, options);
Francois Romieu851e6022012-04-17 11:10:11 +02001596 break;
1597 }
1598
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001599 RTL_W8(Cfg9346, Cfg9346_Lock);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001600}
1601
1602static int rtl8169_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1603{
1604 struct rtl8169_private *tp = netdev_priv(dev);
1605
Francois Romieuda78dbf2012-01-26 14:18:23 +01001606 rtl_lock_work(tp);
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001607
Francois Romieuf23e7fd2007-10-04 22:36:14 +02001608 if (wol->wolopts)
1609 tp->features |= RTL_FEATURE_WOL;
1610 else
1611 tp->features &= ~RTL_FEATURE_WOL;
Rafael J. Wysockie1759442010-03-14 14:33:51 +00001612 __rtl8169_set_wol(tp, wol->wolopts);
Francois Romieuda78dbf2012-01-26 14:18:23 +01001613
1614 rtl_unlock_work(tp);
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001615
françois romieuea809072010-11-08 13:23:58 +00001616 device_set_wakeup_enable(&tp->pci_dev->dev, wol->wolopts);
1617
Francois Romieu61a4dcc2006-02-23 00:55:25 +01001618 return 0;
1619}
1620
Francois Romieu31bd2042011-04-26 18:58:59 +02001621static const char *rtl_lookup_firmware_name(struct rtl8169_private *tp)
1622{
Francois Romieu85bffe62011-04-27 08:22:39 +02001623 return rtl_chip_infos[tp->mac_version].fw_name;
Francois Romieu31bd2042011-04-26 18:58:59 +02001624}
1625
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626static void rtl8169_get_drvinfo(struct net_device *dev,
1627 struct ethtool_drvinfo *info)
1628{
1629 struct rtl8169_private *tp = netdev_priv(dev);
Francois Romieub6ffd972011-06-17 17:00:05 +02001630 struct rtl_fw *rtl_fw = tp->rtl_fw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631
Rick Jones68aad782011-11-07 13:29:27 +00001632 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
1633 strlcpy(info->version, RTL8169_VERSION, sizeof(info->version));
1634 strlcpy(info->bus_info, pci_name(tp->pci_dev), sizeof(info->bus_info));
Francois Romieu1c361ef2011-06-17 17:16:24 +02001635 BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
Rick Jones8ac72d12011-11-22 14:06:26 +00001636 if (!IS_ERR_OR_NULL(rtl_fw))
1637 strlcpy(info->fw_version, rtl_fw->version,
1638 sizeof(info->fw_version));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639}
1640
1641static int rtl8169_get_regs_len(struct net_device *dev)
1642{
1643 return R8169_REGS_SIZE;
1644}
1645
1646static int rtl8169_set_speed_tbi(struct net_device *dev,
Oliver Neukum54405cd2011-01-06 21:55:13 +01001647 u8 autoneg, u16 speed, u8 duplex, u32 ignored)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648{
1649 struct rtl8169_private *tp = netdev_priv(dev);
1650 void __iomem *ioaddr = tp->mmio_addr;
1651 int ret = 0;
1652 u32 reg;
1653
1654 reg = RTL_R32(TBICSR);
1655 if ((autoneg == AUTONEG_DISABLE) && (speed == SPEED_1000) &&
1656 (duplex == DUPLEX_FULL)) {
1657 RTL_W32(TBICSR, reg & ~(TBINwEnable | TBINwRestart));
1658 } else if (autoneg == AUTONEG_ENABLE)
1659 RTL_W32(TBICSR, reg | TBINwEnable | TBINwRestart);
1660 else {
Joe Perchesbf82c182010-02-09 11:49:50 +00001661 netif_warn(tp, link, dev,
1662 "incorrect speed setting refused in TBI mode\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 ret = -EOPNOTSUPP;
1664 }
1665
1666 return ret;
1667}
1668
1669static int rtl8169_set_speed_xmii(struct net_device *dev,
Oliver Neukum54405cd2011-01-06 21:55:13 +01001670 u8 autoneg, u16 speed, u8 duplex, u32 adv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671{
1672 struct rtl8169_private *tp = netdev_priv(dev);
françois romieu3577aa12009-05-19 10:46:48 +00001673 int giga_ctrl, bmcr;
Oliver Neukum54405cd2011-01-06 21:55:13 +01001674 int rc = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675
Hayes Wang716b50a2011-02-22 17:26:18 +08001676 rtl_writephy(tp, 0x1f, 0x0000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677
1678 if (autoneg == AUTONEG_ENABLE) {
françois romieu3577aa12009-05-19 10:46:48 +00001679 int auto_nego;
1680
françois romieu4da19632011-01-03 15:07:55 +00001681 auto_nego = rtl_readphy(tp, MII_ADVERTISE);
Oliver Neukum54405cd2011-01-06 21:55:13 +01001682 auto_nego &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
1683 ADVERTISE_100HALF | ADVERTISE_100FULL);
1684
1685 if (adv & ADVERTISED_10baseT_Half)
1686 auto_nego |= ADVERTISE_10HALF;
1687 if (adv & ADVERTISED_10baseT_Full)
1688 auto_nego |= ADVERTISE_10FULL;
1689 if (adv & ADVERTISED_100baseT_Half)
1690 auto_nego |= ADVERTISE_100HALF;
1691 if (adv & ADVERTISED_100baseT_Full)
1692 auto_nego |= ADVERTISE_100FULL;
1693
françois romieu3577aa12009-05-19 10:46:48 +00001694 auto_nego |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
1695
françois romieu4da19632011-01-03 15:07:55 +00001696 giga_ctrl = rtl_readphy(tp, MII_CTRL1000);
françois romieu3577aa12009-05-19 10:46:48 +00001697 giga_ctrl &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
1698
1699 /* The 8100e/8101e/8102e do Fast Ethernet only. */
Francois Romieu826e6cb2011-03-11 20:30:24 +01001700 if (tp->mii.supports_gmii) {
Oliver Neukum54405cd2011-01-06 21:55:13 +01001701 if (adv & ADVERTISED_1000baseT_Half)
1702 giga_ctrl |= ADVERTISE_1000HALF;
1703 if (adv & ADVERTISED_1000baseT_Full)
1704 giga_ctrl |= ADVERTISE_1000FULL;
1705 } else if (adv & (ADVERTISED_1000baseT_Half |
1706 ADVERTISED_1000baseT_Full)) {
Joe Perchesbf82c182010-02-09 11:49:50 +00001707 netif_info(tp, link, dev,
1708 "PHY does not support 1000Mbps\n");
Oliver Neukum54405cd2011-01-06 21:55:13 +01001709 goto out;
Francois Romieubcf0bf92006-07-26 23:14:13 +02001710 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711
françois romieu3577aa12009-05-19 10:46:48 +00001712 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
Francois Romieu623a1592006-05-14 12:42:14 +02001713
françois romieu4da19632011-01-03 15:07:55 +00001714 rtl_writephy(tp, MII_ADVERTISE, auto_nego);
1715 rtl_writephy(tp, MII_CTRL1000, giga_ctrl);
françois romieu3577aa12009-05-19 10:46:48 +00001716 } else {
1717 giga_ctrl = 0;
1718
1719 if (speed == SPEED_10)
1720 bmcr = 0;
1721 else if (speed == SPEED_100)
1722 bmcr = BMCR_SPEED100;
1723 else
Oliver Neukum54405cd2011-01-06 21:55:13 +01001724 goto out;
françois romieu3577aa12009-05-19 10:46:48 +00001725
1726 if (duplex == DUPLEX_FULL)
1727 bmcr |= BMCR_FULLDPLX;
Roger So2584fbc2007-07-31 23:52:42 +02001728 }
1729
françois romieu4da19632011-01-03 15:07:55 +00001730 rtl_writephy(tp, MII_BMCR, bmcr);
françois romieu3577aa12009-05-19 10:46:48 +00001731
Francois Romieucecb5fd2011-04-01 10:21:07 +02001732 if (tp->mac_version == RTL_GIGA_MAC_VER_02 ||
1733 tp->mac_version == RTL_GIGA_MAC_VER_03) {
françois romieu3577aa12009-05-19 10:46:48 +00001734 if ((speed == SPEED_100) && (autoneg != AUTONEG_ENABLE)) {
françois romieu4da19632011-01-03 15:07:55 +00001735 rtl_writephy(tp, 0x17, 0x2138);
1736 rtl_writephy(tp, 0x0e, 0x0260);
françois romieu3577aa12009-05-19 10:46:48 +00001737 } else {
françois romieu4da19632011-01-03 15:07:55 +00001738 rtl_writephy(tp, 0x17, 0x2108);
1739 rtl_writephy(tp, 0x0e, 0x0000);
françois romieu3577aa12009-05-19 10:46:48 +00001740 }
1741 }
1742
Oliver Neukum54405cd2011-01-06 21:55:13 +01001743 rc = 0;
1744out:
1745 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746}
1747
1748static int rtl8169_set_speed(struct net_device *dev,
Oliver Neukum54405cd2011-01-06 21:55:13 +01001749 u8 autoneg, u16 speed, u8 duplex, u32 advertising)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750{
1751 struct rtl8169_private *tp = netdev_priv(dev);
1752 int ret;
1753
Oliver Neukum54405cd2011-01-06 21:55:13 +01001754 ret = tp->set_speed(dev, autoneg, speed, duplex, advertising);
Francois Romieu4876cc12011-03-11 21:07:11 +01001755 if (ret < 0)
1756 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757
Francois Romieu4876cc12011-03-11 21:07:11 +01001758 if (netif_running(dev) && (autoneg == AUTONEG_ENABLE) &&
1759 (advertising & ADVERTISED_1000baseT_Full)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 mod_timer(&tp->timer, jiffies + RTL8169_PHY_TIMEOUT);
Francois Romieu4876cc12011-03-11 21:07:11 +01001761 }
1762out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763 return ret;
1764}
1765
1766static int rtl8169_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
1767{
1768 struct rtl8169_private *tp = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769 int ret;
1770
Francois Romieu4876cc12011-03-11 21:07:11 +01001771 del_timer_sync(&tp->timer);
1772
Francois Romieuda78dbf2012-01-26 14:18:23 +01001773 rtl_lock_work(tp);
Francois Romieucecb5fd2011-04-01 10:21:07 +02001774 ret = rtl8169_set_speed(dev, cmd->autoneg, ethtool_cmd_speed(cmd),
David Decotigny25db0332011-04-27 18:32:39 +00001775 cmd->duplex, cmd->advertising);
Francois Romieuda78dbf2012-01-26 14:18:23 +01001776 rtl_unlock_work(tp);
Francois Romieu5b0384f2006-08-16 16:00:01 +02001777
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778 return ret;
1779}
1780
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001781static netdev_features_t rtl8169_fix_features(struct net_device *dev,
1782 netdev_features_t features)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783{
Francois Romieud58d46b2011-05-03 16:38:29 +02001784 struct rtl8169_private *tp = netdev_priv(dev);
1785
Francois Romieu2b7b4312011-04-18 22:53:24 -07001786 if (dev->mtu > TD_MSS_MAX)
Michał Mirosław350fb322011-04-08 06:35:56 +00001787 features &= ~NETIF_F_ALL_TSO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788
Francois Romieud58d46b2011-05-03 16:38:29 +02001789 if (dev->mtu > JUMBO_1K &&
1790 !rtl_chip_infos[tp->mac_version].jumbo_tx_csum)
1791 features &= ~NETIF_F_IP_CSUM;
1792
Michał Mirosław350fb322011-04-08 06:35:56 +00001793 return features;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794}
1795
Francois Romieuda78dbf2012-01-26 14:18:23 +01001796static void __rtl8169_set_features(struct net_device *dev,
1797 netdev_features_t features)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798{
1799 struct rtl8169_private *tp = netdev_priv(dev);
Ben Greear6bbe0212012-02-10 15:04:33 +00001800 netdev_features_t changed = features ^ dev->features;
Francois Romieuda78dbf2012-01-26 14:18:23 +01001801 void __iomem *ioaddr = tp->mmio_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802
Patrick McHardyf6469682013-04-19 02:04:27 +00001803 if (!(changed & (NETIF_F_RXALL | NETIF_F_RXCSUM |
1804 NETIF_F_HW_VLAN_CTAG_RX)))
Ben Greear6bbe0212012-02-10 15:04:33 +00001805 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806
Patrick McHardyf6469682013-04-19 02:04:27 +00001807 if (changed & (NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX)) {
Ben Greear6bbe0212012-02-10 15:04:33 +00001808 if (features & NETIF_F_RXCSUM)
1809 tp->cp_cmd |= RxChkSum;
1810 else
1811 tp->cp_cmd &= ~RxChkSum;
Michał Mirosław350fb322011-04-08 06:35:56 +00001812
Patrick McHardyf6469682013-04-19 02:04:27 +00001813 if (dev->features & NETIF_F_HW_VLAN_CTAG_RX)
Ben Greear6bbe0212012-02-10 15:04:33 +00001814 tp->cp_cmd |= RxVlan;
1815 else
1816 tp->cp_cmd &= ~RxVlan;
1817
1818 RTL_W16(CPlusCmd, tp->cp_cmd);
1819 RTL_R16(CPlusCmd);
1820 }
1821 if (changed & NETIF_F_RXALL) {
1822 int tmp = (RTL_R32(RxConfig) & ~(AcceptErr | AcceptRunt));
1823 if (features & NETIF_F_RXALL)
1824 tmp |= (AcceptErr | AcceptRunt);
1825 RTL_W32(RxConfig, tmp);
1826 }
Francois Romieuda78dbf2012-01-26 14:18:23 +01001827}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828
Francois Romieuda78dbf2012-01-26 14:18:23 +01001829static int rtl8169_set_features(struct net_device *dev,
1830 netdev_features_t features)
1831{
1832 struct rtl8169_private *tp = netdev_priv(dev);
1833
1834 rtl_lock_work(tp);
1835 __rtl8169_set_features(dev, features);
1836 rtl_unlock_work(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837
1838 return 0;
1839}
1840
Francois Romieuda78dbf2012-01-26 14:18:23 +01001841
Kirill Smelkov810f4892012-11-10 21:11:02 +04001842static inline u32 rtl8169_tx_vlan_tag(struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843{
Jesse Grosseab6d182010-10-20 13:56:03 +00001844 return (vlan_tx_tag_present(skb)) ?
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845 TxVlanTag | swab16(vlan_tx_tag_get(skb)) : 0x00;
1846}
1847
Francois Romieu7a8fc772011-03-01 17:18:33 +01001848static void rtl8169_rx_vlan_tag(struct RxDesc *desc, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849{
1850 u32 opts2 = le32_to_cpu(desc->opts2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851
Francois Romieu7a8fc772011-03-01 17:18:33 +01001852 if (opts2 & RxVlanTag)
Patrick McHardy86a9bad2013-04-19 02:04:30 +00001853 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854}
1855
Francois Romieuccdffb92008-07-26 14:26:06 +02001856static int rtl8169_gset_tbi(struct net_device *dev, struct ethtool_cmd *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857{
1858 struct rtl8169_private *tp = netdev_priv(dev);
1859 void __iomem *ioaddr = tp->mmio_addr;
1860 u32 status;
1861
1862 cmd->supported =
1863 SUPPORTED_1000baseT_Full | SUPPORTED_Autoneg | SUPPORTED_FIBRE;
1864 cmd->port = PORT_FIBRE;
1865 cmd->transceiver = XCVR_INTERNAL;
1866
1867 status = RTL_R32(TBICSR);
1868 cmd->advertising = (status & TBINwEnable) ? ADVERTISED_Autoneg : 0;
1869 cmd->autoneg = !!(status & TBINwEnable);
1870
David Decotigny70739492011-04-27 18:32:40 +00001871 ethtool_cmd_speed_set(cmd, SPEED_1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 cmd->duplex = DUPLEX_FULL; /* Always set */
Francois Romieuccdffb92008-07-26 14:26:06 +02001873
1874 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875}
1876
Francois Romieuccdffb92008-07-26 14:26:06 +02001877static int rtl8169_gset_xmii(struct net_device *dev, struct ethtool_cmd *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878{
1879 struct rtl8169_private *tp = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880
Francois Romieuccdffb92008-07-26 14:26:06 +02001881 return mii_ethtool_gset(&tp->mii, cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882}
1883
1884static int rtl8169_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
1885{
1886 struct rtl8169_private *tp = netdev_priv(dev);
Francois Romieuccdffb92008-07-26 14:26:06 +02001887 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888
Francois Romieuda78dbf2012-01-26 14:18:23 +01001889 rtl_lock_work(tp);
Francois Romieuccdffb92008-07-26 14:26:06 +02001890 rc = tp->get_settings(dev, cmd);
Francois Romieuda78dbf2012-01-26 14:18:23 +01001891 rtl_unlock_work(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892
Francois Romieuccdffb92008-07-26 14:26:06 +02001893 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894}
1895
1896static void rtl8169_get_regs(struct net_device *dev, struct ethtool_regs *regs,
1897 void *p)
1898{
Francois Romieu5b0384f2006-08-16 16:00:01 +02001899 struct rtl8169_private *tp = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900
Francois Romieu5b0384f2006-08-16 16:00:01 +02001901 if (regs->len > R8169_REGS_SIZE)
1902 regs->len = R8169_REGS_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903
Francois Romieuda78dbf2012-01-26 14:18:23 +01001904 rtl_lock_work(tp);
Francois Romieu5b0384f2006-08-16 16:00:01 +02001905 memcpy_fromio(p, tp->mmio_addr, regs->len);
Francois Romieuda78dbf2012-01-26 14:18:23 +01001906 rtl_unlock_work(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907}
1908
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +02001909static u32 rtl8169_get_msglevel(struct net_device *dev)
1910{
1911 struct rtl8169_private *tp = netdev_priv(dev);
1912
1913 return tp->msg_enable;
1914}
1915
1916static void rtl8169_set_msglevel(struct net_device *dev, u32 value)
1917{
1918 struct rtl8169_private *tp = netdev_priv(dev);
1919
1920 tp->msg_enable = value;
1921}
1922
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001923static const char rtl8169_gstrings[][ETH_GSTRING_LEN] = {
1924 "tx_packets",
1925 "rx_packets",
1926 "tx_errors",
1927 "rx_errors",
1928 "rx_missed",
1929 "align_errors",
1930 "tx_single_collisions",
1931 "tx_multi_collisions",
1932 "unicast",
1933 "broadcast",
1934 "multicast",
1935 "tx_aborted",
1936 "tx_underrun",
1937};
1938
Jeff Garzikb9f2c042007-10-03 18:07:32 -07001939static int rtl8169_get_sset_count(struct net_device *dev, int sset)
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001940{
Jeff Garzikb9f2c042007-10-03 18:07:32 -07001941 switch (sset) {
1942 case ETH_SS_STATS:
1943 return ARRAY_SIZE(rtl8169_gstrings);
1944 default:
1945 return -EOPNOTSUPP;
1946 }
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001947}
1948
Francois Romieuffc46952012-07-06 14:19:23 +02001949DECLARE_RTL_COND(rtl_counters_cond)
1950{
1951 void __iomem *ioaddr = tp->mmio_addr;
1952
1953 return RTL_R32(CounterAddrLow) & CounterDump;
1954}
1955
Ivan Vecera355423d2009-02-06 21:49:57 -08001956static void rtl8169_update_counters(struct net_device *dev)
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001957{
1958 struct rtl8169_private *tp = netdev_priv(dev);
1959 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieucecb5fd2011-04-01 10:21:07 +02001960 struct device *d = &tp->pci_dev->dev;
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001961 struct rtl8169_counters *counters;
1962 dma_addr_t paddr;
1963 u32 cmd;
1964
Ivan Vecera355423d2009-02-06 21:49:57 -08001965 /*
1966 * Some chips are unable to dump tally counters when the receiver
1967 * is disabled.
1968 */
1969 if ((RTL_R8(ChipCmd) & CmdRxEnb) == 0)
1970 return;
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001971
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00001972 counters = dma_alloc_coherent(d, sizeof(*counters), &paddr, GFP_KERNEL);
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001973 if (!counters)
1974 return;
1975
1976 RTL_W32(CounterAddrHigh, (u64)paddr >> 32);
Yang Hongyang284901a2009-04-06 19:01:15 -07001977 cmd = (u64)paddr & DMA_BIT_MASK(32);
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001978 RTL_W32(CounterAddrLow, cmd);
1979 RTL_W32(CounterAddrLow, cmd | CounterDump);
1980
Francois Romieuffc46952012-07-06 14:19:23 +02001981 if (rtl_udelay_loop_wait_low(tp, &rtl_counters_cond, 10, 1000))
1982 memcpy(&tp->counters, counters, sizeof(*counters));
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001983
1984 RTL_W32(CounterAddrLow, 0);
1985 RTL_W32(CounterAddrHigh, 0);
1986
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00001987 dma_free_coherent(d, sizeof(*counters), counters, paddr);
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02001988}
1989
Ivan Vecera355423d2009-02-06 21:49:57 -08001990static void rtl8169_get_ethtool_stats(struct net_device *dev,
1991 struct ethtool_stats *stats, u64 *data)
1992{
1993 struct rtl8169_private *tp = netdev_priv(dev);
1994
1995 ASSERT_RTNL();
1996
1997 rtl8169_update_counters(dev);
1998
1999 data[0] = le64_to_cpu(tp->counters.tx_packets);
2000 data[1] = le64_to_cpu(tp->counters.rx_packets);
2001 data[2] = le64_to_cpu(tp->counters.tx_errors);
2002 data[3] = le32_to_cpu(tp->counters.rx_errors);
2003 data[4] = le16_to_cpu(tp->counters.rx_missed);
2004 data[5] = le16_to_cpu(tp->counters.align_errors);
2005 data[6] = le32_to_cpu(tp->counters.tx_one_collision);
2006 data[7] = le32_to_cpu(tp->counters.tx_multi_collision);
2007 data[8] = le64_to_cpu(tp->counters.rx_unicast);
2008 data[9] = le64_to_cpu(tp->counters.rx_broadcast);
2009 data[10] = le32_to_cpu(tp->counters.rx_multicast);
2010 data[11] = le16_to_cpu(tp->counters.tx_aborted);
2011 data[12] = le16_to_cpu(tp->counters.tx_underun);
2012}
2013
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02002014static void rtl8169_get_strings(struct net_device *dev, u32 stringset, u8 *data)
2015{
2016 switch(stringset) {
2017 case ETH_SS_STATS:
2018 memcpy(data, *rtl8169_gstrings, sizeof(rtl8169_gstrings));
2019 break;
2020 }
2021}
2022
Jeff Garzik7282d492006-09-13 14:30:00 -04002023static const struct ethtool_ops rtl8169_ethtool_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024 .get_drvinfo = rtl8169_get_drvinfo,
2025 .get_regs_len = rtl8169_get_regs_len,
2026 .get_link = ethtool_op_get_link,
2027 .get_settings = rtl8169_get_settings,
2028 .set_settings = rtl8169_set_settings,
Stephen Hemmingerb57b7e52005-05-27 21:11:52 +02002029 .get_msglevel = rtl8169_get_msglevel,
2030 .set_msglevel = rtl8169_set_msglevel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031 .get_regs = rtl8169_get_regs,
Francois Romieu61a4dcc2006-02-23 00:55:25 +01002032 .get_wol = rtl8169_get_wol,
2033 .set_wol = rtl8169_set_wol,
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02002034 .get_strings = rtl8169_get_strings,
Jeff Garzikb9f2c042007-10-03 18:07:32 -07002035 .get_sset_count = rtl8169_get_sset_count,
Stephen Hemmingerd4a3a0f2005-05-27 21:11:56 +02002036 .get_ethtool_stats = rtl8169_get_ethtool_stats,
Richard Cochrane1593bb2012-04-03 22:59:35 +00002037 .get_ts_info = ethtool_op_get_ts_info,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038};
2039
Francois Romieu07d3f512007-02-21 22:40:46 +01002040static void rtl8169_get_mac_version(struct rtl8169_private *tp,
Francois Romieu5d320a22011-05-08 17:47:36 +02002041 struct net_device *dev, u8 default_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042{
Francois Romieu5d320a22011-05-08 17:47:36 +02002043 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieu0e485152007-02-20 00:00:26 +01002044 /*
2045 * The driver currently handles the 8168Bf and the 8168Be identically
2046 * but they can be identified more specifically through the test below
2047 * if needed:
2048 *
2049 * (RTL_R32(TxConfig) & 0x700000) == 0x500000 ? 8168Bf : 8168Be
Francois Romieu01272152007-02-20 22:58:51 +01002050 *
2051 * Same thing for the 8101Eb and the 8101Ec:
2052 *
2053 * (RTL_R32(TxConfig) & 0x700000) == 0x200000 ? 8101Eb : 8101Ec
Francois Romieu0e485152007-02-20 00:00:26 +01002054 */
Francois Romieu37441002011-06-17 22:58:54 +02002055 static const struct rtl_mac_info {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056 u32 mask;
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002057 u32 val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058 int mac_version;
2059 } mac_info[] = {
Hayes Wangc5583862012-07-02 17:23:22 +08002060 /* 8168G family. */
hayeswang45dd95c2013-07-08 17:09:01 +08002061 { 0x7cf00000, 0x5c800000, RTL_GIGA_MAC_VER_44 },
hayeswang57538c42013-04-01 22:23:40 +00002062 { 0x7cf00000, 0x50900000, RTL_GIGA_MAC_VER_42 },
Hayes Wangc5583862012-07-02 17:23:22 +08002063 { 0x7cf00000, 0x4c100000, RTL_GIGA_MAC_VER_41 },
2064 { 0x7cf00000, 0x4c000000, RTL_GIGA_MAC_VER_40 },
2065
Hayes Wangc2218922011-09-06 16:55:18 +08002066 /* 8168F family. */
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08002067 { 0x7c800000, 0x48800000, RTL_GIGA_MAC_VER_38 },
Hayes Wangc2218922011-09-06 16:55:18 +08002068 { 0x7cf00000, 0x48100000, RTL_GIGA_MAC_VER_36 },
2069 { 0x7cf00000, 0x48000000, RTL_GIGA_MAC_VER_35 },
2070
hayeswang01dc7fe2011-03-21 01:50:28 +00002071 /* 8168E family. */
Hayes Wang70090422011-07-06 15:58:06 +08002072 { 0x7c800000, 0x2c800000, RTL_GIGA_MAC_VER_34 },
hayeswang01dc7fe2011-03-21 01:50:28 +00002073 { 0x7cf00000, 0x2c200000, RTL_GIGA_MAC_VER_33 },
2074 { 0x7cf00000, 0x2c100000, RTL_GIGA_MAC_VER_32 },
2075 { 0x7c800000, 0x2c000000, RTL_GIGA_MAC_VER_33 },
2076
Francois Romieu5b538df2008-07-20 16:22:45 +02002077 /* 8168D family. */
françois romieudaf9df62009-10-07 12:44:20 +00002078 { 0x7cf00000, 0x28300000, RTL_GIGA_MAC_VER_26 },
2079 { 0x7cf00000, 0x28100000, RTL_GIGA_MAC_VER_25 },
françois romieudaf9df62009-10-07 12:44:20 +00002080 { 0x7c800000, 0x28000000, RTL_GIGA_MAC_VER_26 },
Francois Romieu5b538df2008-07-20 16:22:45 +02002081
françois romieue6de30d2011-01-03 15:08:37 +00002082 /* 8168DP family. */
2083 { 0x7cf00000, 0x28800000, RTL_GIGA_MAC_VER_27 },
2084 { 0x7cf00000, 0x28a00000, RTL_GIGA_MAC_VER_28 },
hayeswang4804b3b2011-03-21 01:50:29 +00002085 { 0x7cf00000, 0x28b00000, RTL_GIGA_MAC_VER_31 },
françois romieue6de30d2011-01-03 15:08:37 +00002086
Francois Romieuef808d52008-06-29 13:10:54 +02002087 /* 8168C family. */
Francois Romieu17c99292010-07-11 17:10:09 -07002088 { 0x7cf00000, 0x3cb00000, RTL_GIGA_MAC_VER_24 },
Francois Romieuef3386f2008-06-29 12:24:30 +02002089 { 0x7cf00000, 0x3c900000, RTL_GIGA_MAC_VER_23 },
Francois Romieuef808d52008-06-29 13:10:54 +02002090 { 0x7cf00000, 0x3c800000, RTL_GIGA_MAC_VER_18 },
Francois Romieu7f3e3d32008-07-20 18:53:20 +02002091 { 0x7c800000, 0x3c800000, RTL_GIGA_MAC_VER_24 },
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002092 { 0x7cf00000, 0x3c000000, RTL_GIGA_MAC_VER_19 },
2093 { 0x7cf00000, 0x3c200000, RTL_GIGA_MAC_VER_20 },
Francois Romieu197ff762008-06-28 13:16:02 +02002094 { 0x7cf00000, 0x3c300000, RTL_GIGA_MAC_VER_21 },
Francois Romieu6fb07052008-06-29 11:54:28 +02002095 { 0x7cf00000, 0x3c400000, RTL_GIGA_MAC_VER_22 },
Francois Romieuef808d52008-06-29 13:10:54 +02002096 { 0x7c800000, 0x3c000000, RTL_GIGA_MAC_VER_22 },
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002097
2098 /* 8168B family. */
2099 { 0x7cf00000, 0x38000000, RTL_GIGA_MAC_VER_12 },
2100 { 0x7cf00000, 0x38500000, RTL_GIGA_MAC_VER_17 },
2101 { 0x7c800000, 0x38000000, RTL_GIGA_MAC_VER_17 },
2102 { 0x7c800000, 0x30000000, RTL_GIGA_MAC_VER_11 },
2103
2104 /* 8101 family. */
Hayes Wang5598bfe2012-07-02 17:23:21 +08002105 { 0x7cf00000, 0x44900000, RTL_GIGA_MAC_VER_39 },
2106 { 0x7c800000, 0x44800000, RTL_GIGA_MAC_VER_39 },
Hayes Wang7e18dca2012-03-30 14:33:02 +08002107 { 0x7c800000, 0x44000000, RTL_GIGA_MAC_VER_37 },
hayeswang36a0e6c2011-03-21 01:50:30 +00002108 { 0x7cf00000, 0x40b00000, RTL_GIGA_MAC_VER_30 },
Hayes Wang5a5e4442011-02-22 17:26:21 +08002109 { 0x7cf00000, 0x40a00000, RTL_GIGA_MAC_VER_30 },
2110 { 0x7cf00000, 0x40900000, RTL_GIGA_MAC_VER_29 },
2111 { 0x7c800000, 0x40800000, RTL_GIGA_MAC_VER_30 },
Francois Romieu2857ffb2008-08-02 21:08:49 +02002112 { 0x7cf00000, 0x34a00000, RTL_GIGA_MAC_VER_09 },
2113 { 0x7cf00000, 0x24a00000, RTL_GIGA_MAC_VER_09 },
2114 { 0x7cf00000, 0x34900000, RTL_GIGA_MAC_VER_08 },
2115 { 0x7cf00000, 0x24900000, RTL_GIGA_MAC_VER_08 },
2116 { 0x7cf00000, 0x34800000, RTL_GIGA_MAC_VER_07 },
2117 { 0x7cf00000, 0x24800000, RTL_GIGA_MAC_VER_07 },
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002118 { 0x7cf00000, 0x34000000, RTL_GIGA_MAC_VER_13 },
Francois Romieu2857ffb2008-08-02 21:08:49 +02002119 { 0x7cf00000, 0x34300000, RTL_GIGA_MAC_VER_10 },
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002120 { 0x7cf00000, 0x34200000, RTL_GIGA_MAC_VER_16 },
Francois Romieu2857ffb2008-08-02 21:08:49 +02002121 { 0x7c800000, 0x34800000, RTL_GIGA_MAC_VER_09 },
2122 { 0x7c800000, 0x24800000, RTL_GIGA_MAC_VER_09 },
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002123 { 0x7c800000, 0x34000000, RTL_GIGA_MAC_VER_16 },
2124 /* FIXME: where did these entries come from ? -- FR */
2125 { 0xfc800000, 0x38800000, RTL_GIGA_MAC_VER_15 },
2126 { 0xfc800000, 0x30800000, RTL_GIGA_MAC_VER_14 },
2127
2128 /* 8110 family. */
2129 { 0xfc800000, 0x98000000, RTL_GIGA_MAC_VER_06 },
2130 { 0xfc800000, 0x18000000, RTL_GIGA_MAC_VER_05 },
2131 { 0xfc800000, 0x10000000, RTL_GIGA_MAC_VER_04 },
2132 { 0xfc800000, 0x04000000, RTL_GIGA_MAC_VER_03 },
2133 { 0xfc800000, 0x00800000, RTL_GIGA_MAC_VER_02 },
2134 { 0xfc800000, 0x00000000, RTL_GIGA_MAC_VER_01 },
2135
Jean Delvaref21b75e2009-05-26 20:54:48 -07002136 /* Catch-all */
2137 { 0x00000000, 0x00000000, RTL_GIGA_MAC_NONE }
Francois Romieu37441002011-06-17 22:58:54 +02002138 };
2139 const struct rtl_mac_info *p = mac_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 u32 reg;
2141
Francois Romieue3cf0cc2007-08-17 14:55:46 +02002142 reg = RTL_R32(TxConfig);
2143 while ((reg & p->mask) != p->val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144 p++;
2145 tp->mac_version = p->mac_version;
Francois Romieu5d320a22011-05-08 17:47:36 +02002146
2147 if (tp->mac_version == RTL_GIGA_MAC_NONE) {
2148 netif_notice(tp, probe, dev,
2149 "unknown MAC, using family default\n");
2150 tp->mac_version = default_version;
hayeswang58152cd2013-04-01 22:23:42 +00002151 } else if (tp->mac_version == RTL_GIGA_MAC_VER_42) {
2152 tp->mac_version = tp->mii.supports_gmii ?
2153 RTL_GIGA_MAC_VER_42 :
2154 RTL_GIGA_MAC_VER_43;
Francois Romieu5d320a22011-05-08 17:47:36 +02002155 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156}
2157
2158static void rtl8169_print_mac_version(struct rtl8169_private *tp)
2159{
Francois Romieubcf0bf92006-07-26 23:14:13 +02002160 dprintk("mac_version = 0x%02x\n", tp->mac_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161}
2162
Francois Romieu867763c2007-08-17 18:21:58 +02002163struct phy_reg {
2164 u16 reg;
2165 u16 val;
2166};
2167
françois romieu4da19632011-01-03 15:07:55 +00002168static void rtl_writephy_batch(struct rtl8169_private *tp,
2169 const struct phy_reg *regs, int len)
Francois Romieu867763c2007-08-17 18:21:58 +02002170{
2171 while (len-- > 0) {
françois romieu4da19632011-01-03 15:07:55 +00002172 rtl_writephy(tp, regs->reg, regs->val);
Francois Romieu867763c2007-08-17 18:21:58 +02002173 regs++;
2174 }
2175}
2176
françois romieubca03d52011-01-03 15:07:31 +00002177#define PHY_READ 0x00000000
2178#define PHY_DATA_OR 0x10000000
2179#define PHY_DATA_AND 0x20000000
2180#define PHY_BJMPN 0x30000000
hayeswangeee37862013-04-01 22:23:38 +00002181#define PHY_MDIO_CHG 0x40000000
françois romieubca03d52011-01-03 15:07:31 +00002182#define PHY_CLEAR_READCOUNT 0x70000000
2183#define PHY_WRITE 0x80000000
2184#define PHY_READCOUNT_EQ_SKIP 0x90000000
2185#define PHY_COMP_EQ_SKIPN 0xa0000000
2186#define PHY_COMP_NEQ_SKIPN 0xb0000000
2187#define PHY_WRITE_PREVIOUS 0xc0000000
2188#define PHY_SKIPN 0xd0000000
2189#define PHY_DELAY_MS 0xe0000000
françois romieubca03d52011-01-03 15:07:31 +00002190
Hayes Wang960aee62011-06-18 11:37:48 +02002191struct fw_info {
2192 u32 magic;
2193 char version[RTL_VER_SIZE];
2194 __le32 fw_start;
2195 __le32 fw_len;
2196 u8 chksum;
2197} __packed;
2198
Francois Romieu1c361ef2011-06-17 17:16:24 +02002199#define FW_OPCODE_SIZE sizeof(typeof(*((struct rtl_fw_phy_action *)0)->code))
2200
2201static bool rtl_fw_format_ok(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
françois romieubca03d52011-01-03 15:07:31 +00002202{
Francois Romieub6ffd972011-06-17 17:00:05 +02002203 const struct firmware *fw = rtl_fw->fw;
Hayes Wang960aee62011-06-18 11:37:48 +02002204 struct fw_info *fw_info = (struct fw_info *)fw->data;
Francois Romieu1c361ef2011-06-17 17:16:24 +02002205 struct rtl_fw_phy_action *pa = &rtl_fw->phy_action;
2206 char *version = rtl_fw->version;
2207 bool rc = false;
françois romieubca03d52011-01-03 15:07:31 +00002208
Francois Romieu1c361ef2011-06-17 17:16:24 +02002209 if (fw->size < FW_OPCODE_SIZE)
2210 goto out;
Hayes Wang960aee62011-06-18 11:37:48 +02002211
2212 if (!fw_info->magic) {
2213 size_t i, size, start;
2214 u8 checksum = 0;
2215
2216 if (fw->size < sizeof(*fw_info))
2217 goto out;
2218
2219 for (i = 0; i < fw->size; i++)
2220 checksum += fw->data[i];
2221 if (checksum != 0)
2222 goto out;
2223
2224 start = le32_to_cpu(fw_info->fw_start);
2225 if (start > fw->size)
2226 goto out;
2227
2228 size = le32_to_cpu(fw_info->fw_len);
2229 if (size > (fw->size - start) / FW_OPCODE_SIZE)
2230 goto out;
2231
2232 memcpy(version, fw_info->version, RTL_VER_SIZE);
2233
2234 pa->code = (__le32 *)(fw->data + start);
2235 pa->size = size;
2236 } else {
Francois Romieu1c361ef2011-06-17 17:16:24 +02002237 if (fw->size % FW_OPCODE_SIZE)
2238 goto out;
2239
2240 strlcpy(version, rtl_lookup_firmware_name(tp), RTL_VER_SIZE);
2241
2242 pa->code = (__le32 *)fw->data;
2243 pa->size = fw->size / FW_OPCODE_SIZE;
2244 }
2245 version[RTL_VER_SIZE - 1] = 0;
2246
2247 rc = true;
2248out:
2249 return rc;
2250}
2251
Francois Romieufd112f22011-06-18 00:10:29 +02002252static bool rtl_fw_data_ok(struct rtl8169_private *tp, struct net_device *dev,
2253 struct rtl_fw_phy_action *pa)
Francois Romieu1c361ef2011-06-17 17:16:24 +02002254{
Francois Romieufd112f22011-06-18 00:10:29 +02002255 bool rc = false;
Francois Romieu1c361ef2011-06-17 17:16:24 +02002256 size_t index;
2257
Francois Romieu1c361ef2011-06-17 17:16:24 +02002258 for (index = 0; index < pa->size; index++) {
2259 u32 action = le32_to_cpu(pa->code[index]);
hayeswang42b82dc2011-01-10 02:07:25 +00002260 u32 regno = (action & 0x0fff0000) >> 16;
françois romieubca03d52011-01-03 15:07:31 +00002261
hayeswang42b82dc2011-01-10 02:07:25 +00002262 switch(action & 0xf0000000) {
2263 case PHY_READ:
2264 case PHY_DATA_OR:
2265 case PHY_DATA_AND:
hayeswangeee37862013-04-01 22:23:38 +00002266 case PHY_MDIO_CHG:
hayeswang42b82dc2011-01-10 02:07:25 +00002267 case PHY_CLEAR_READCOUNT:
2268 case PHY_WRITE:
2269 case PHY_WRITE_PREVIOUS:
2270 case PHY_DELAY_MS:
françois romieubca03d52011-01-03 15:07:31 +00002271 break;
2272
hayeswang42b82dc2011-01-10 02:07:25 +00002273 case PHY_BJMPN:
2274 if (regno > index) {
Francois Romieufd112f22011-06-18 00:10:29 +02002275 netif_err(tp, ifup, tp->dev,
Francois Romieucecb5fd2011-04-01 10:21:07 +02002276 "Out of range of firmware\n");
Francois Romieufd112f22011-06-18 00:10:29 +02002277 goto out;
hayeswang42b82dc2011-01-10 02:07:25 +00002278 }
2279 break;
2280 case PHY_READCOUNT_EQ_SKIP:
Francois Romieu1c361ef2011-06-17 17:16:24 +02002281 if (index + 2 >= pa->size) {
Francois Romieufd112f22011-06-18 00:10:29 +02002282 netif_err(tp, ifup, tp->dev,
Francois Romieucecb5fd2011-04-01 10:21:07 +02002283 "Out of range of firmware\n");
Francois Romieufd112f22011-06-18 00:10:29 +02002284 goto out;
hayeswang42b82dc2011-01-10 02:07:25 +00002285 }
2286 break;
2287 case PHY_COMP_EQ_SKIPN:
2288 case PHY_COMP_NEQ_SKIPN:
2289 case PHY_SKIPN:
Francois Romieu1c361ef2011-06-17 17:16:24 +02002290 if (index + 1 + regno >= pa->size) {
Francois Romieufd112f22011-06-18 00:10:29 +02002291 netif_err(tp, ifup, tp->dev,
Francois Romieucecb5fd2011-04-01 10:21:07 +02002292 "Out of range of firmware\n");
Francois Romieufd112f22011-06-18 00:10:29 +02002293 goto out;
hayeswang42b82dc2011-01-10 02:07:25 +00002294 }
2295 break;
2296
hayeswang42b82dc2011-01-10 02:07:25 +00002297 default:
Francois Romieufd112f22011-06-18 00:10:29 +02002298 netif_err(tp, ifup, tp->dev,
hayeswang42b82dc2011-01-10 02:07:25 +00002299 "Invalid action 0x%08x\n", action);
Francois Romieufd112f22011-06-18 00:10:29 +02002300 goto out;
françois romieubca03d52011-01-03 15:07:31 +00002301 }
2302 }
Francois Romieufd112f22011-06-18 00:10:29 +02002303 rc = true;
2304out:
2305 return rc;
2306}
françois romieubca03d52011-01-03 15:07:31 +00002307
Francois Romieufd112f22011-06-18 00:10:29 +02002308static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
2309{
2310 struct net_device *dev = tp->dev;
2311 int rc = -EINVAL;
2312
2313 if (!rtl_fw_format_ok(tp, rtl_fw)) {
2314 netif_err(tp, ifup, dev, "invalid firwmare\n");
2315 goto out;
2316 }
2317
2318 if (rtl_fw_data_ok(tp, dev, &rtl_fw->phy_action))
2319 rc = 0;
2320out:
2321 return rc;
2322}
2323
2324static void rtl_phy_write_fw(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
2325{
2326 struct rtl_fw_phy_action *pa = &rtl_fw->phy_action;
hayeswangeee37862013-04-01 22:23:38 +00002327 struct mdio_ops org, *ops = &tp->mdio_ops;
Francois Romieufd112f22011-06-18 00:10:29 +02002328 u32 predata, count;
2329 size_t index;
2330
2331 predata = count = 0;
hayeswangeee37862013-04-01 22:23:38 +00002332 org.write = ops->write;
2333 org.read = ops->read;
hayeswang42b82dc2011-01-10 02:07:25 +00002334
Francois Romieu1c361ef2011-06-17 17:16:24 +02002335 for (index = 0; index < pa->size; ) {
2336 u32 action = le32_to_cpu(pa->code[index]);
françois romieubca03d52011-01-03 15:07:31 +00002337 u32 data = action & 0x0000ffff;
hayeswang42b82dc2011-01-10 02:07:25 +00002338 u32 regno = (action & 0x0fff0000) >> 16;
2339
2340 if (!action)
2341 break;
françois romieubca03d52011-01-03 15:07:31 +00002342
2343 switch(action & 0xf0000000) {
hayeswang42b82dc2011-01-10 02:07:25 +00002344 case PHY_READ:
2345 predata = rtl_readphy(tp, regno);
2346 count++;
2347 index++;
françois romieubca03d52011-01-03 15:07:31 +00002348 break;
hayeswang42b82dc2011-01-10 02:07:25 +00002349 case PHY_DATA_OR:
2350 predata |= data;
2351 index++;
2352 break;
2353 case PHY_DATA_AND:
2354 predata &= data;
2355 index++;
2356 break;
2357 case PHY_BJMPN:
2358 index -= regno;
2359 break;
hayeswangeee37862013-04-01 22:23:38 +00002360 case PHY_MDIO_CHG:
2361 if (data == 0) {
2362 ops->write = org.write;
2363 ops->read = org.read;
2364 } else if (data == 1) {
2365 ops->write = mac_mcu_write;
2366 ops->read = mac_mcu_read;
2367 }
2368
hayeswang42b82dc2011-01-10 02:07:25 +00002369 index++;
2370 break;
2371 case PHY_CLEAR_READCOUNT:
2372 count = 0;
2373 index++;
2374 break;
2375 case PHY_WRITE:
2376 rtl_writephy(tp, regno, data);
2377 index++;
2378 break;
2379 case PHY_READCOUNT_EQ_SKIP:
Francois Romieucecb5fd2011-04-01 10:21:07 +02002380 index += (count == data) ? 2 : 1;
hayeswang42b82dc2011-01-10 02:07:25 +00002381 break;
2382 case PHY_COMP_EQ_SKIPN:
2383 if (predata == data)
2384 index += regno;
2385 index++;
2386 break;
2387 case PHY_COMP_NEQ_SKIPN:
2388 if (predata != data)
2389 index += regno;
2390 index++;
2391 break;
2392 case PHY_WRITE_PREVIOUS:
2393 rtl_writephy(tp, regno, predata);
2394 index++;
2395 break;
2396 case PHY_SKIPN:
2397 index += regno + 1;
2398 break;
2399 case PHY_DELAY_MS:
2400 mdelay(data);
2401 index++;
2402 break;
2403
françois romieubca03d52011-01-03 15:07:31 +00002404 default:
2405 BUG();
2406 }
2407 }
hayeswangeee37862013-04-01 22:23:38 +00002408
2409 ops->write = org.write;
2410 ops->read = org.read;
françois romieubca03d52011-01-03 15:07:31 +00002411}
2412
françois romieuf1e02ed2011-01-13 13:07:53 +00002413static void rtl_release_firmware(struct rtl8169_private *tp)
2414{
Francois Romieub6ffd972011-06-17 17:00:05 +02002415 if (!IS_ERR_OR_NULL(tp->rtl_fw)) {
2416 release_firmware(tp->rtl_fw->fw);
2417 kfree(tp->rtl_fw);
2418 }
2419 tp->rtl_fw = RTL_FIRMWARE_UNKNOWN;
françois romieuf1e02ed2011-01-13 13:07:53 +00002420}
2421
François Romieu953a12c2011-04-24 17:38:48 +02002422static void rtl_apply_firmware(struct rtl8169_private *tp)
françois romieuf1e02ed2011-01-13 13:07:53 +00002423{
Francois Romieub6ffd972011-06-17 17:00:05 +02002424 struct rtl_fw *rtl_fw = tp->rtl_fw;
françois romieuf1e02ed2011-01-13 13:07:53 +00002425
2426 /* TODO: release firmware once rtl_phy_write_fw signals failures. */
Francois Romieueef63cc2013-02-08 23:43:20 +01002427 if (!IS_ERR_OR_NULL(rtl_fw))
Francois Romieub6ffd972011-06-17 17:00:05 +02002428 rtl_phy_write_fw(tp, rtl_fw);
François Romieu953a12c2011-04-24 17:38:48 +02002429}
2430
2431static void rtl_apply_firmware_cond(struct rtl8169_private *tp, u8 reg, u16 val)
2432{
2433 if (rtl_readphy(tp, reg) != val)
2434 netif_warn(tp, hw, tp->dev, "chipset not ready for firmware\n");
2435 else
2436 rtl_apply_firmware(tp);
françois romieuf1e02ed2011-01-13 13:07:53 +00002437}
2438
françois romieu4da19632011-01-03 15:07:55 +00002439static void rtl8169s_hw_phy_config(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002441 static const struct phy_reg phy_reg_init[] = {
françois romieu0b9b5712009-08-10 19:44:56 +00002442 { 0x1f, 0x0001 },
2443 { 0x06, 0x006e },
2444 { 0x08, 0x0708 },
2445 { 0x15, 0x4000 },
2446 { 0x18, 0x65c7 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447
françois romieu0b9b5712009-08-10 19:44:56 +00002448 { 0x1f, 0x0001 },
2449 { 0x03, 0x00a1 },
2450 { 0x02, 0x0008 },
2451 { 0x01, 0x0120 },
2452 { 0x00, 0x1000 },
2453 { 0x04, 0x0800 },
2454 { 0x04, 0x0000 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455
françois romieu0b9b5712009-08-10 19:44:56 +00002456 { 0x03, 0xff41 },
2457 { 0x02, 0xdf60 },
2458 { 0x01, 0x0140 },
2459 { 0x00, 0x0077 },
2460 { 0x04, 0x7800 },
2461 { 0x04, 0x7000 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
françois romieu0b9b5712009-08-10 19:44:56 +00002463 { 0x03, 0x802f },
2464 { 0x02, 0x4f02 },
2465 { 0x01, 0x0409 },
2466 { 0x00, 0xf0f9 },
2467 { 0x04, 0x9800 },
2468 { 0x04, 0x9000 },
2469
2470 { 0x03, 0xdf01 },
2471 { 0x02, 0xdf20 },
2472 { 0x01, 0xff95 },
2473 { 0x00, 0xba00 },
2474 { 0x04, 0xa800 },
2475 { 0x04, 0xa000 },
2476
2477 { 0x03, 0xff41 },
2478 { 0x02, 0xdf20 },
2479 { 0x01, 0x0140 },
2480 { 0x00, 0x00bb },
2481 { 0x04, 0xb800 },
2482 { 0x04, 0xb000 },
2483
2484 { 0x03, 0xdf41 },
2485 { 0x02, 0xdc60 },
2486 { 0x01, 0x6340 },
2487 { 0x00, 0x007d },
2488 { 0x04, 0xd800 },
2489 { 0x04, 0xd000 },
2490
2491 { 0x03, 0xdf01 },
2492 { 0x02, 0xdf20 },
2493 { 0x01, 0x100a },
2494 { 0x00, 0xa0ff },
2495 { 0x04, 0xf800 },
2496 { 0x04, 0xf000 },
2497
2498 { 0x1f, 0x0000 },
2499 { 0x0b, 0x0000 },
2500 { 0x00, 0x9200 }
2501 };
2502
françois romieu4da19632011-01-03 15:07:55 +00002503 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504}
2505
françois romieu4da19632011-01-03 15:07:55 +00002506static void rtl8169sb_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu5615d9f2007-08-17 17:50:46 +02002507{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002508 static const struct phy_reg phy_reg_init[] = {
Francois Romieua441d7b2007-08-17 18:26:35 +02002509 { 0x1f, 0x0002 },
2510 { 0x01, 0x90d0 },
2511 { 0x1f, 0x0000 }
2512 };
2513
françois romieu4da19632011-01-03 15:07:55 +00002514 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu5615d9f2007-08-17 17:50:46 +02002515}
2516
françois romieu4da19632011-01-03 15:07:55 +00002517static void rtl8169scd_hw_phy_config_quirk(struct rtl8169_private *tp)
françois romieu2e9558562009-08-10 19:44:19 +00002518{
2519 struct pci_dev *pdev = tp->pci_dev;
françois romieu2e9558562009-08-10 19:44:19 +00002520
Sergei Shtylyovccbae552011-07-22 05:37:24 +00002521 if ((pdev->subsystem_vendor != PCI_VENDOR_ID_GIGABYTE) ||
2522 (pdev->subsystem_device != 0xe000))
françois romieu2e9558562009-08-10 19:44:19 +00002523 return;
2524
françois romieu4da19632011-01-03 15:07:55 +00002525 rtl_writephy(tp, 0x1f, 0x0001);
2526 rtl_writephy(tp, 0x10, 0xf01b);
2527 rtl_writephy(tp, 0x1f, 0x0000);
françois romieu2e9558562009-08-10 19:44:19 +00002528}
2529
françois romieu4da19632011-01-03 15:07:55 +00002530static void rtl8169scd_hw_phy_config(struct rtl8169_private *tp)
françois romieu2e9558562009-08-10 19:44:19 +00002531{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002532 static const struct phy_reg phy_reg_init[] = {
françois romieu2e9558562009-08-10 19:44:19 +00002533 { 0x1f, 0x0001 },
2534 { 0x04, 0x0000 },
2535 { 0x03, 0x00a1 },
2536 { 0x02, 0x0008 },
2537 { 0x01, 0x0120 },
2538 { 0x00, 0x1000 },
2539 { 0x04, 0x0800 },
2540 { 0x04, 0x9000 },
2541 { 0x03, 0x802f },
2542 { 0x02, 0x4f02 },
2543 { 0x01, 0x0409 },
2544 { 0x00, 0xf099 },
2545 { 0x04, 0x9800 },
2546 { 0x04, 0xa000 },
2547 { 0x03, 0xdf01 },
2548 { 0x02, 0xdf20 },
2549 { 0x01, 0xff95 },
2550 { 0x00, 0xba00 },
2551 { 0x04, 0xa800 },
2552 { 0x04, 0xf000 },
2553 { 0x03, 0xdf01 },
2554 { 0x02, 0xdf20 },
2555 { 0x01, 0x101a },
2556 { 0x00, 0xa0ff },
2557 { 0x04, 0xf800 },
2558 { 0x04, 0x0000 },
2559 { 0x1f, 0x0000 },
2560
2561 { 0x1f, 0x0001 },
2562 { 0x10, 0xf41b },
2563 { 0x14, 0xfb54 },
2564 { 0x18, 0xf5c7 },
2565 { 0x1f, 0x0000 },
2566
2567 { 0x1f, 0x0001 },
2568 { 0x17, 0x0cc0 },
2569 { 0x1f, 0x0000 }
2570 };
2571
françois romieu4da19632011-01-03 15:07:55 +00002572 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
françois romieu2e9558562009-08-10 19:44:19 +00002573
françois romieu4da19632011-01-03 15:07:55 +00002574 rtl8169scd_hw_phy_config_quirk(tp);
françois romieu2e9558562009-08-10 19:44:19 +00002575}
2576
françois romieu4da19632011-01-03 15:07:55 +00002577static void rtl8169sce_hw_phy_config(struct rtl8169_private *tp)
françois romieu8c7006a2009-08-10 19:43:29 +00002578{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002579 static const struct phy_reg phy_reg_init[] = {
françois romieu8c7006a2009-08-10 19:43:29 +00002580 { 0x1f, 0x0001 },
2581 { 0x04, 0x0000 },
2582 { 0x03, 0x00a1 },
2583 { 0x02, 0x0008 },
2584 { 0x01, 0x0120 },
2585 { 0x00, 0x1000 },
2586 { 0x04, 0x0800 },
2587 { 0x04, 0x9000 },
2588 { 0x03, 0x802f },
2589 { 0x02, 0x4f02 },
2590 { 0x01, 0x0409 },
2591 { 0x00, 0xf099 },
2592 { 0x04, 0x9800 },
2593 { 0x04, 0xa000 },
2594 { 0x03, 0xdf01 },
2595 { 0x02, 0xdf20 },
2596 { 0x01, 0xff95 },
2597 { 0x00, 0xba00 },
2598 { 0x04, 0xa800 },
2599 { 0x04, 0xf000 },
2600 { 0x03, 0xdf01 },
2601 { 0x02, 0xdf20 },
2602 { 0x01, 0x101a },
2603 { 0x00, 0xa0ff },
2604 { 0x04, 0xf800 },
2605 { 0x04, 0x0000 },
2606 { 0x1f, 0x0000 },
2607
2608 { 0x1f, 0x0001 },
2609 { 0x0b, 0x8480 },
2610 { 0x1f, 0x0000 },
2611
2612 { 0x1f, 0x0001 },
2613 { 0x18, 0x67c7 },
2614 { 0x04, 0x2000 },
2615 { 0x03, 0x002f },
2616 { 0x02, 0x4360 },
2617 { 0x01, 0x0109 },
2618 { 0x00, 0x3022 },
2619 { 0x04, 0x2800 },
2620 { 0x1f, 0x0000 },
2621
2622 { 0x1f, 0x0001 },
2623 { 0x17, 0x0cc0 },
2624 { 0x1f, 0x0000 }
2625 };
2626
françois romieu4da19632011-01-03 15:07:55 +00002627 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
françois romieu8c7006a2009-08-10 19:43:29 +00002628}
2629
françois romieu4da19632011-01-03 15:07:55 +00002630static void rtl8168bb_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu236b8082008-05-30 16:11:48 +02002631{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002632 static const struct phy_reg phy_reg_init[] = {
Francois Romieu236b8082008-05-30 16:11:48 +02002633 { 0x10, 0xf41b },
2634 { 0x1f, 0x0000 }
2635 };
2636
françois romieu4da19632011-01-03 15:07:55 +00002637 rtl_writephy(tp, 0x1f, 0x0001);
2638 rtl_patchphy(tp, 0x16, 1 << 0);
Francois Romieu236b8082008-05-30 16:11:48 +02002639
françois romieu4da19632011-01-03 15:07:55 +00002640 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu236b8082008-05-30 16:11:48 +02002641}
2642
françois romieu4da19632011-01-03 15:07:55 +00002643static void rtl8168bef_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu236b8082008-05-30 16:11:48 +02002644{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002645 static const struct phy_reg phy_reg_init[] = {
Francois Romieu236b8082008-05-30 16:11:48 +02002646 { 0x1f, 0x0001 },
2647 { 0x10, 0xf41b },
2648 { 0x1f, 0x0000 }
2649 };
2650
françois romieu4da19632011-01-03 15:07:55 +00002651 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu236b8082008-05-30 16:11:48 +02002652}
2653
françois romieu4da19632011-01-03 15:07:55 +00002654static void rtl8168cp_1_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu867763c2007-08-17 18:21:58 +02002655{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002656 static const struct phy_reg phy_reg_init[] = {
Francois Romieu867763c2007-08-17 18:21:58 +02002657 { 0x1f, 0x0000 },
2658 { 0x1d, 0x0f00 },
2659 { 0x1f, 0x0002 },
2660 { 0x0c, 0x1ec8 },
2661 { 0x1f, 0x0000 }
2662 };
2663
françois romieu4da19632011-01-03 15:07:55 +00002664 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu867763c2007-08-17 18:21:58 +02002665}
2666
françois romieu4da19632011-01-03 15:07:55 +00002667static void rtl8168cp_2_hw_phy_config(struct rtl8169_private *tp)
Francois Romieuef3386f2008-06-29 12:24:30 +02002668{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002669 static const struct phy_reg phy_reg_init[] = {
Francois Romieuef3386f2008-06-29 12:24:30 +02002670 { 0x1f, 0x0001 },
2671 { 0x1d, 0x3d98 },
2672 { 0x1f, 0x0000 }
2673 };
2674
françois romieu4da19632011-01-03 15:07:55 +00002675 rtl_writephy(tp, 0x1f, 0x0000);
2676 rtl_patchphy(tp, 0x14, 1 << 5);
2677 rtl_patchphy(tp, 0x0d, 1 << 5);
Francois Romieuef3386f2008-06-29 12:24:30 +02002678
françois romieu4da19632011-01-03 15:07:55 +00002679 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieuef3386f2008-06-29 12:24:30 +02002680}
2681
françois romieu4da19632011-01-03 15:07:55 +00002682static void rtl8168c_1_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu867763c2007-08-17 18:21:58 +02002683{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002684 static const struct phy_reg phy_reg_init[] = {
Francois Romieua3f80672007-10-18 14:35:11 +02002685 { 0x1f, 0x0001 },
2686 { 0x12, 0x2300 },
Francois Romieu867763c2007-08-17 18:21:58 +02002687 { 0x1f, 0x0002 },
2688 { 0x00, 0x88d4 },
2689 { 0x01, 0x82b1 },
2690 { 0x03, 0x7002 },
2691 { 0x08, 0x9e30 },
2692 { 0x09, 0x01f0 },
2693 { 0x0a, 0x5500 },
2694 { 0x0c, 0x00c8 },
2695 { 0x1f, 0x0003 },
2696 { 0x12, 0xc096 },
2697 { 0x16, 0x000a },
Francois Romieuf50d4272008-05-30 16:07:07 +02002698 { 0x1f, 0x0000 },
2699 { 0x1f, 0x0000 },
2700 { 0x09, 0x2000 },
2701 { 0x09, 0x0000 }
Francois Romieu867763c2007-08-17 18:21:58 +02002702 };
2703
françois romieu4da19632011-01-03 15:07:55 +00002704 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieuf50d4272008-05-30 16:07:07 +02002705
françois romieu4da19632011-01-03 15:07:55 +00002706 rtl_patchphy(tp, 0x14, 1 << 5);
2707 rtl_patchphy(tp, 0x0d, 1 << 5);
2708 rtl_writephy(tp, 0x1f, 0x0000);
Francois Romieu867763c2007-08-17 18:21:58 +02002709}
2710
françois romieu4da19632011-01-03 15:07:55 +00002711static void rtl8168c_2_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu7da97ec2007-10-18 15:20:43 +02002712{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002713 static const struct phy_reg phy_reg_init[] = {
Francois Romieuf50d4272008-05-30 16:07:07 +02002714 { 0x1f, 0x0001 },
Francois Romieu7da97ec2007-10-18 15:20:43 +02002715 { 0x12, 0x2300 },
Francois Romieuf50d4272008-05-30 16:07:07 +02002716 { 0x03, 0x802f },
2717 { 0x02, 0x4f02 },
2718 { 0x01, 0x0409 },
2719 { 0x00, 0xf099 },
2720 { 0x04, 0x9800 },
2721 { 0x04, 0x9000 },
2722 { 0x1d, 0x3d98 },
Francois Romieu7da97ec2007-10-18 15:20:43 +02002723 { 0x1f, 0x0002 },
2724 { 0x0c, 0x7eb8 },
Francois Romieuf50d4272008-05-30 16:07:07 +02002725 { 0x06, 0x0761 },
2726 { 0x1f, 0x0003 },
2727 { 0x16, 0x0f0a },
Francois Romieu7da97ec2007-10-18 15:20:43 +02002728 { 0x1f, 0x0000 }
2729 };
2730
françois romieu4da19632011-01-03 15:07:55 +00002731 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieuf50d4272008-05-30 16:07:07 +02002732
françois romieu4da19632011-01-03 15:07:55 +00002733 rtl_patchphy(tp, 0x16, 1 << 0);
2734 rtl_patchphy(tp, 0x14, 1 << 5);
2735 rtl_patchphy(tp, 0x0d, 1 << 5);
2736 rtl_writephy(tp, 0x1f, 0x0000);
Francois Romieu7da97ec2007-10-18 15:20:43 +02002737}
2738
françois romieu4da19632011-01-03 15:07:55 +00002739static void rtl8168c_3_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu197ff762008-06-28 13:16:02 +02002740{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002741 static const struct phy_reg phy_reg_init[] = {
Francois Romieu197ff762008-06-28 13:16:02 +02002742 { 0x1f, 0x0001 },
2743 { 0x12, 0x2300 },
2744 { 0x1d, 0x3d98 },
2745 { 0x1f, 0x0002 },
2746 { 0x0c, 0x7eb8 },
2747 { 0x06, 0x5461 },
2748 { 0x1f, 0x0003 },
2749 { 0x16, 0x0f0a },
2750 { 0x1f, 0x0000 }
2751 };
2752
françois romieu4da19632011-01-03 15:07:55 +00002753 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu197ff762008-06-28 13:16:02 +02002754
françois romieu4da19632011-01-03 15:07:55 +00002755 rtl_patchphy(tp, 0x16, 1 << 0);
2756 rtl_patchphy(tp, 0x14, 1 << 5);
2757 rtl_patchphy(tp, 0x0d, 1 << 5);
2758 rtl_writephy(tp, 0x1f, 0x0000);
Francois Romieu197ff762008-06-28 13:16:02 +02002759}
2760
françois romieu4da19632011-01-03 15:07:55 +00002761static void rtl8168c_4_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu6fb07052008-06-29 11:54:28 +02002762{
françois romieu4da19632011-01-03 15:07:55 +00002763 rtl8168c_3_hw_phy_config(tp);
Francois Romieu6fb07052008-06-29 11:54:28 +02002764}
2765
françois romieubca03d52011-01-03 15:07:31 +00002766static void rtl8168d_1_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu5b538df2008-07-20 16:22:45 +02002767{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002768 static const struct phy_reg phy_reg_init_0[] = {
françois romieubca03d52011-01-03 15:07:31 +00002769 /* Channel Estimation */
Francois Romieu5b538df2008-07-20 16:22:45 +02002770 { 0x1f, 0x0001 },
françois romieudaf9df62009-10-07 12:44:20 +00002771 { 0x06, 0x4064 },
2772 { 0x07, 0x2863 },
2773 { 0x08, 0x059c },
2774 { 0x09, 0x26b4 },
2775 { 0x0a, 0x6a19 },
2776 { 0x0b, 0xdcc8 },
2777 { 0x10, 0xf06d },
2778 { 0x14, 0x7f68 },
2779 { 0x18, 0x7fd9 },
2780 { 0x1c, 0xf0ff },
2781 { 0x1d, 0x3d9c },
Francois Romieu5b538df2008-07-20 16:22:45 +02002782 { 0x1f, 0x0003 },
françois romieudaf9df62009-10-07 12:44:20 +00002783 { 0x12, 0xf49f },
2784 { 0x13, 0x070b },
2785 { 0x1a, 0x05ad },
françois romieubca03d52011-01-03 15:07:31 +00002786 { 0x14, 0x94c0 },
2787
2788 /*
2789 * Tx Error Issue
Francois Romieucecb5fd2011-04-01 10:21:07 +02002790 * Enhance line driver power
françois romieubca03d52011-01-03 15:07:31 +00002791 */
Francois Romieu5b538df2008-07-20 16:22:45 +02002792 { 0x1f, 0x0002 },
françois romieudaf9df62009-10-07 12:44:20 +00002793 { 0x06, 0x5561 },
Francois Romieu5b538df2008-07-20 16:22:45 +02002794 { 0x1f, 0x0005 },
françois romieudaf9df62009-10-07 12:44:20 +00002795 { 0x05, 0x8332 },
françois romieubca03d52011-01-03 15:07:31 +00002796 { 0x06, 0x5561 },
2797
2798 /*
2799 * Can not link to 1Gbps with bad cable
2800 * Decrease SNR threshold form 21.07dB to 19.04dB
2801 */
2802 { 0x1f, 0x0001 },
2803 { 0x17, 0x0cc0 },
françois romieudaf9df62009-10-07 12:44:20 +00002804
2805 { 0x1f, 0x0000 },
françois romieubca03d52011-01-03 15:07:31 +00002806 { 0x0d, 0xf880 }
Francois Romieu5b538df2008-07-20 16:22:45 +02002807 };
2808
françois romieu4da19632011-01-03 15:07:55 +00002809 rtl_writephy_batch(tp, phy_reg_init_0, ARRAY_SIZE(phy_reg_init_0));
Francois Romieu5b538df2008-07-20 16:22:45 +02002810
françois romieubca03d52011-01-03 15:07:31 +00002811 /*
2812 * Rx Error Issue
2813 * Fine Tune Switching regulator parameter
2814 */
françois romieu4da19632011-01-03 15:07:55 +00002815 rtl_writephy(tp, 0x1f, 0x0002);
2816 rtl_w1w0_phy(tp, 0x0b, 0x0010, 0x00ef);
2817 rtl_w1w0_phy(tp, 0x0c, 0xa200, 0x5d00);
françois romieudaf9df62009-10-07 12:44:20 +00002818
Francois Romieufdf6fc02012-07-06 22:40:38 +02002819 if (rtl8168d_efuse_read(tp, 0x01) == 0xb1) {
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002820 static const struct phy_reg phy_reg_init[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002821 { 0x1f, 0x0002 },
2822 { 0x05, 0x669a },
Francois Romieu5b538df2008-07-20 16:22:45 +02002823 { 0x1f, 0x0005 },
françois romieudaf9df62009-10-07 12:44:20 +00002824 { 0x05, 0x8330 },
2825 { 0x06, 0x669a },
2826 { 0x1f, 0x0002 }
2827 };
2828 int val;
2829
françois romieu4da19632011-01-03 15:07:55 +00002830 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
françois romieudaf9df62009-10-07 12:44:20 +00002831
françois romieu4da19632011-01-03 15:07:55 +00002832 val = rtl_readphy(tp, 0x0d);
françois romieudaf9df62009-10-07 12:44:20 +00002833
2834 if ((val & 0x00ff) != 0x006c) {
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002835 static const u32 set[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002836 0x0065, 0x0066, 0x0067, 0x0068,
2837 0x0069, 0x006a, 0x006b, 0x006c
2838 };
2839 int i;
2840
françois romieu4da19632011-01-03 15:07:55 +00002841 rtl_writephy(tp, 0x1f, 0x0002);
françois romieudaf9df62009-10-07 12:44:20 +00002842
2843 val &= 0xff00;
2844 for (i = 0; i < ARRAY_SIZE(set); i++)
françois romieu4da19632011-01-03 15:07:55 +00002845 rtl_writephy(tp, 0x0d, val | set[i]);
françois romieudaf9df62009-10-07 12:44:20 +00002846 }
2847 } else {
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002848 static const struct phy_reg phy_reg_init[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002849 { 0x1f, 0x0002 },
2850 { 0x05, 0x6662 },
Francois Romieu5b538df2008-07-20 16:22:45 +02002851 { 0x1f, 0x0005 },
françois romieudaf9df62009-10-07 12:44:20 +00002852 { 0x05, 0x8330 },
2853 { 0x06, 0x6662 }
Francois Romieu5b538df2008-07-20 16:22:45 +02002854 };
2855
françois romieu4da19632011-01-03 15:07:55 +00002856 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu5b538df2008-07-20 16:22:45 +02002857 }
2858
françois romieubca03d52011-01-03 15:07:31 +00002859 /* RSET couple improve */
françois romieu4da19632011-01-03 15:07:55 +00002860 rtl_writephy(tp, 0x1f, 0x0002);
2861 rtl_patchphy(tp, 0x0d, 0x0300);
2862 rtl_patchphy(tp, 0x0f, 0x0010);
françois romieudaf9df62009-10-07 12:44:20 +00002863
françois romieubca03d52011-01-03 15:07:31 +00002864 /* Fine tune PLL performance */
françois romieu4da19632011-01-03 15:07:55 +00002865 rtl_writephy(tp, 0x1f, 0x0002);
2866 rtl_w1w0_phy(tp, 0x02, 0x0100, 0x0600);
2867 rtl_w1w0_phy(tp, 0x03, 0x0000, 0xe000);
françois romieudaf9df62009-10-07 12:44:20 +00002868
françois romieu4da19632011-01-03 15:07:55 +00002869 rtl_writephy(tp, 0x1f, 0x0005);
2870 rtl_writephy(tp, 0x05, 0x001b);
François Romieu953a12c2011-04-24 17:38:48 +02002871
2872 rtl_apply_firmware_cond(tp, MII_EXPANSION, 0xbf00);
françois romieubca03d52011-01-03 15:07:31 +00002873
françois romieu4da19632011-01-03 15:07:55 +00002874 rtl_writephy(tp, 0x1f, 0x0000);
françois romieudaf9df62009-10-07 12:44:20 +00002875}
2876
françois romieubca03d52011-01-03 15:07:31 +00002877static void rtl8168d_2_hw_phy_config(struct rtl8169_private *tp)
françois romieudaf9df62009-10-07 12:44:20 +00002878{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002879 static const struct phy_reg phy_reg_init_0[] = {
françois romieubca03d52011-01-03 15:07:31 +00002880 /* Channel Estimation */
françois romieudaf9df62009-10-07 12:44:20 +00002881 { 0x1f, 0x0001 },
2882 { 0x06, 0x4064 },
2883 { 0x07, 0x2863 },
2884 { 0x08, 0x059c },
2885 { 0x09, 0x26b4 },
2886 { 0x0a, 0x6a19 },
2887 { 0x0b, 0xdcc8 },
2888 { 0x10, 0xf06d },
2889 { 0x14, 0x7f68 },
2890 { 0x18, 0x7fd9 },
2891 { 0x1c, 0xf0ff },
2892 { 0x1d, 0x3d9c },
2893 { 0x1f, 0x0003 },
2894 { 0x12, 0xf49f },
2895 { 0x13, 0x070b },
2896 { 0x1a, 0x05ad },
2897 { 0x14, 0x94c0 },
2898
françois romieubca03d52011-01-03 15:07:31 +00002899 /*
2900 * Tx Error Issue
Francois Romieucecb5fd2011-04-01 10:21:07 +02002901 * Enhance line driver power
françois romieubca03d52011-01-03 15:07:31 +00002902 */
françois romieudaf9df62009-10-07 12:44:20 +00002903 { 0x1f, 0x0002 },
2904 { 0x06, 0x5561 },
2905 { 0x1f, 0x0005 },
2906 { 0x05, 0x8332 },
françois romieubca03d52011-01-03 15:07:31 +00002907 { 0x06, 0x5561 },
2908
2909 /*
2910 * Can not link to 1Gbps with bad cable
2911 * Decrease SNR threshold form 21.07dB to 19.04dB
2912 */
2913 { 0x1f, 0x0001 },
2914 { 0x17, 0x0cc0 },
françois romieudaf9df62009-10-07 12:44:20 +00002915
2916 { 0x1f, 0x0000 },
françois romieubca03d52011-01-03 15:07:31 +00002917 { 0x0d, 0xf880 }
françois romieudaf9df62009-10-07 12:44:20 +00002918 };
2919
françois romieu4da19632011-01-03 15:07:55 +00002920 rtl_writephy_batch(tp, phy_reg_init_0, ARRAY_SIZE(phy_reg_init_0));
françois romieudaf9df62009-10-07 12:44:20 +00002921
Francois Romieufdf6fc02012-07-06 22:40:38 +02002922 if (rtl8168d_efuse_read(tp, 0x01) == 0xb1) {
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002923 static const struct phy_reg phy_reg_init[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002924 { 0x1f, 0x0002 },
2925 { 0x05, 0x669a },
2926 { 0x1f, 0x0005 },
2927 { 0x05, 0x8330 },
2928 { 0x06, 0x669a },
2929
2930 { 0x1f, 0x0002 }
2931 };
2932 int val;
2933
françois romieu4da19632011-01-03 15:07:55 +00002934 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
françois romieudaf9df62009-10-07 12:44:20 +00002935
françois romieu4da19632011-01-03 15:07:55 +00002936 val = rtl_readphy(tp, 0x0d);
françois romieudaf9df62009-10-07 12:44:20 +00002937 if ((val & 0x00ff) != 0x006c) {
Joe Perchesb6bc7652010-12-21 02:16:08 -08002938 static const u32 set[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002939 0x0065, 0x0066, 0x0067, 0x0068,
2940 0x0069, 0x006a, 0x006b, 0x006c
2941 };
2942 int i;
2943
françois romieu4da19632011-01-03 15:07:55 +00002944 rtl_writephy(tp, 0x1f, 0x0002);
françois romieudaf9df62009-10-07 12:44:20 +00002945
2946 val &= 0xff00;
2947 for (i = 0; i < ARRAY_SIZE(set); i++)
françois romieu4da19632011-01-03 15:07:55 +00002948 rtl_writephy(tp, 0x0d, val | set[i]);
françois romieudaf9df62009-10-07 12:44:20 +00002949 }
2950 } else {
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002951 static const struct phy_reg phy_reg_init[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002952 { 0x1f, 0x0002 },
2953 { 0x05, 0x2642 },
2954 { 0x1f, 0x0005 },
2955 { 0x05, 0x8330 },
2956 { 0x06, 0x2642 }
2957 };
2958
françois romieu4da19632011-01-03 15:07:55 +00002959 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
françois romieudaf9df62009-10-07 12:44:20 +00002960 }
2961
françois romieubca03d52011-01-03 15:07:31 +00002962 /* Fine tune PLL performance */
françois romieu4da19632011-01-03 15:07:55 +00002963 rtl_writephy(tp, 0x1f, 0x0002);
2964 rtl_w1w0_phy(tp, 0x02, 0x0100, 0x0600);
2965 rtl_w1w0_phy(tp, 0x03, 0x0000, 0xe000);
françois romieudaf9df62009-10-07 12:44:20 +00002966
françois romieubca03d52011-01-03 15:07:31 +00002967 /* Switching regulator Slew rate */
françois romieu4da19632011-01-03 15:07:55 +00002968 rtl_writephy(tp, 0x1f, 0x0002);
2969 rtl_patchphy(tp, 0x0f, 0x0017);
françois romieudaf9df62009-10-07 12:44:20 +00002970
françois romieu4da19632011-01-03 15:07:55 +00002971 rtl_writephy(tp, 0x1f, 0x0005);
2972 rtl_writephy(tp, 0x05, 0x001b);
François Romieu953a12c2011-04-24 17:38:48 +02002973
2974 rtl_apply_firmware_cond(tp, MII_EXPANSION, 0xb300);
françois romieubca03d52011-01-03 15:07:31 +00002975
françois romieu4da19632011-01-03 15:07:55 +00002976 rtl_writephy(tp, 0x1f, 0x0000);
françois romieudaf9df62009-10-07 12:44:20 +00002977}
2978
françois romieu4da19632011-01-03 15:07:55 +00002979static void rtl8168d_3_hw_phy_config(struct rtl8169_private *tp)
françois romieudaf9df62009-10-07 12:44:20 +00002980{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08002981 static const struct phy_reg phy_reg_init[] = {
françois romieudaf9df62009-10-07 12:44:20 +00002982 { 0x1f, 0x0002 },
2983 { 0x10, 0x0008 },
2984 { 0x0d, 0x006c },
2985
2986 { 0x1f, 0x0000 },
2987 { 0x0d, 0xf880 },
2988
2989 { 0x1f, 0x0001 },
2990 { 0x17, 0x0cc0 },
2991
2992 { 0x1f, 0x0001 },
2993 { 0x0b, 0xa4d8 },
2994 { 0x09, 0x281c },
2995 { 0x07, 0x2883 },
2996 { 0x0a, 0x6b35 },
2997 { 0x1d, 0x3da4 },
2998 { 0x1c, 0xeffd },
2999 { 0x14, 0x7f52 },
3000 { 0x18, 0x7fc6 },
3001 { 0x08, 0x0601 },
3002 { 0x06, 0x4063 },
3003 { 0x10, 0xf074 },
3004 { 0x1f, 0x0003 },
3005 { 0x13, 0x0789 },
3006 { 0x12, 0xf4bd },
3007 { 0x1a, 0x04fd },
3008 { 0x14, 0x84b0 },
3009 { 0x1f, 0x0000 },
3010 { 0x00, 0x9200 },
3011
3012 { 0x1f, 0x0005 },
3013 { 0x01, 0x0340 },
3014 { 0x1f, 0x0001 },
3015 { 0x04, 0x4000 },
3016 { 0x03, 0x1d21 },
3017 { 0x02, 0x0c32 },
3018 { 0x01, 0x0200 },
3019 { 0x00, 0x5554 },
3020 { 0x04, 0x4800 },
3021 { 0x04, 0x4000 },
3022 { 0x04, 0xf000 },
3023 { 0x03, 0xdf01 },
3024 { 0x02, 0xdf20 },
3025 { 0x01, 0x101a },
3026 { 0x00, 0xa0ff },
3027 { 0x04, 0xf800 },
3028 { 0x04, 0xf000 },
3029 { 0x1f, 0x0000 },
3030
3031 { 0x1f, 0x0007 },
3032 { 0x1e, 0x0023 },
3033 { 0x16, 0x0000 },
3034 { 0x1f, 0x0000 }
3035 };
3036
françois romieu4da19632011-01-03 15:07:55 +00003037 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu5b538df2008-07-20 16:22:45 +02003038}
3039
françois romieue6de30d2011-01-03 15:08:37 +00003040static void rtl8168d_4_hw_phy_config(struct rtl8169_private *tp)
3041{
3042 static const struct phy_reg phy_reg_init[] = {
3043 { 0x1f, 0x0001 },
3044 { 0x17, 0x0cc0 },
3045
3046 { 0x1f, 0x0007 },
3047 { 0x1e, 0x002d },
3048 { 0x18, 0x0040 },
3049 { 0x1f, 0x0000 }
3050 };
3051
3052 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3053 rtl_patchphy(tp, 0x0d, 1 << 5);
3054}
3055
Hayes Wang70090422011-07-06 15:58:06 +08003056static void rtl8168e_1_hw_phy_config(struct rtl8169_private *tp)
hayeswang01dc7fe2011-03-21 01:50:28 +00003057{
3058 static const struct phy_reg phy_reg_init[] = {
3059 /* Enable Delay cap */
3060 { 0x1f, 0x0005 },
3061 { 0x05, 0x8b80 },
3062 { 0x06, 0xc896 },
3063 { 0x1f, 0x0000 },
3064
3065 /* Channel estimation fine tune */
3066 { 0x1f, 0x0001 },
3067 { 0x0b, 0x6c20 },
3068 { 0x07, 0x2872 },
3069 { 0x1c, 0xefff },
3070 { 0x1f, 0x0003 },
3071 { 0x14, 0x6420 },
3072 { 0x1f, 0x0000 },
3073
3074 /* Update PFM & 10M TX idle timer */
3075 { 0x1f, 0x0007 },
3076 { 0x1e, 0x002f },
3077 { 0x15, 0x1919 },
3078 { 0x1f, 0x0000 },
3079
3080 { 0x1f, 0x0007 },
3081 { 0x1e, 0x00ac },
3082 { 0x18, 0x0006 },
3083 { 0x1f, 0x0000 }
3084 };
3085
Francois Romieu15ecd032011-04-27 13:52:22 -07003086 rtl_apply_firmware(tp);
3087
hayeswang01dc7fe2011-03-21 01:50:28 +00003088 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3089
3090 /* DCO enable for 10M IDLE Power */
3091 rtl_writephy(tp, 0x1f, 0x0007);
3092 rtl_writephy(tp, 0x1e, 0x0023);
3093 rtl_w1w0_phy(tp, 0x17, 0x0006, 0x0000);
3094 rtl_writephy(tp, 0x1f, 0x0000);
3095
3096 /* For impedance matching */
3097 rtl_writephy(tp, 0x1f, 0x0002);
3098 rtl_w1w0_phy(tp, 0x08, 0x8000, 0x7f00);
Francois Romieucecb5fd2011-04-01 10:21:07 +02003099 rtl_writephy(tp, 0x1f, 0x0000);
hayeswang01dc7fe2011-03-21 01:50:28 +00003100
3101 /* PHY auto speed down */
3102 rtl_writephy(tp, 0x1f, 0x0007);
3103 rtl_writephy(tp, 0x1e, 0x002d);
3104 rtl_w1w0_phy(tp, 0x18, 0x0050, 0x0000);
3105 rtl_writephy(tp, 0x1f, 0x0000);
3106 rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
3107
3108 rtl_writephy(tp, 0x1f, 0x0005);
3109 rtl_writephy(tp, 0x05, 0x8b86);
3110 rtl_w1w0_phy(tp, 0x06, 0x0001, 0x0000);
3111 rtl_writephy(tp, 0x1f, 0x0000);
3112
3113 rtl_writephy(tp, 0x1f, 0x0005);
3114 rtl_writephy(tp, 0x05, 0x8b85);
3115 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x2000);
3116 rtl_writephy(tp, 0x1f, 0x0007);
3117 rtl_writephy(tp, 0x1e, 0x0020);
3118 rtl_w1w0_phy(tp, 0x15, 0x0000, 0x1100);
3119 rtl_writephy(tp, 0x1f, 0x0006);
3120 rtl_writephy(tp, 0x00, 0x5a00);
3121 rtl_writephy(tp, 0x1f, 0x0000);
3122 rtl_writephy(tp, 0x0d, 0x0007);
3123 rtl_writephy(tp, 0x0e, 0x003c);
3124 rtl_writephy(tp, 0x0d, 0x4007);
3125 rtl_writephy(tp, 0x0e, 0x0000);
3126 rtl_writephy(tp, 0x0d, 0x0000);
3127}
3128
françois romieu9ecb9aa2012-12-07 11:20:21 +00003129static void rtl_rar_exgmac_set(struct rtl8169_private *tp, u8 *addr)
3130{
3131 const u16 w[] = {
3132 addr[0] | (addr[1] << 8),
3133 addr[2] | (addr[3] << 8),
3134 addr[4] | (addr[5] << 8)
3135 };
3136 const struct exgmac_reg e[] = {
3137 { .addr = 0xe0, ERIAR_MASK_1111, .val = w[0] | (w[1] << 16) },
3138 { .addr = 0xe4, ERIAR_MASK_1111, .val = w[2] },
3139 { .addr = 0xf0, ERIAR_MASK_1111, .val = w[0] << 16 },
3140 { .addr = 0xf4, ERIAR_MASK_1111, .val = w[1] | (w[2] << 16) }
3141 };
3142
3143 rtl_write_exgmac_batch(tp, e, ARRAY_SIZE(e));
3144}
3145
Hayes Wang70090422011-07-06 15:58:06 +08003146static void rtl8168e_2_hw_phy_config(struct rtl8169_private *tp)
3147{
3148 static const struct phy_reg phy_reg_init[] = {
3149 /* Enable Delay cap */
3150 { 0x1f, 0x0004 },
3151 { 0x1f, 0x0007 },
3152 { 0x1e, 0x00ac },
3153 { 0x18, 0x0006 },
3154 { 0x1f, 0x0002 },
3155 { 0x1f, 0x0000 },
3156 { 0x1f, 0x0000 },
3157
3158 /* Channel estimation fine tune */
3159 { 0x1f, 0x0003 },
3160 { 0x09, 0xa20f },
3161 { 0x1f, 0x0000 },
3162 { 0x1f, 0x0000 },
3163
3164 /* Green Setting */
3165 { 0x1f, 0x0005 },
3166 { 0x05, 0x8b5b },
3167 { 0x06, 0x9222 },
3168 { 0x05, 0x8b6d },
3169 { 0x06, 0x8000 },
3170 { 0x05, 0x8b76 },
3171 { 0x06, 0x8000 },
3172 { 0x1f, 0x0000 }
3173 };
3174
3175 rtl_apply_firmware(tp);
3176
3177 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3178
3179 /* For 4-corner performance improve */
3180 rtl_writephy(tp, 0x1f, 0x0005);
3181 rtl_writephy(tp, 0x05, 0x8b80);
3182 rtl_w1w0_phy(tp, 0x17, 0x0006, 0x0000);
3183 rtl_writephy(tp, 0x1f, 0x0000);
3184
3185 /* PHY auto speed down */
3186 rtl_writephy(tp, 0x1f, 0x0004);
3187 rtl_writephy(tp, 0x1f, 0x0007);
3188 rtl_writephy(tp, 0x1e, 0x002d);
3189 rtl_w1w0_phy(tp, 0x18, 0x0010, 0x0000);
3190 rtl_writephy(tp, 0x1f, 0x0002);
3191 rtl_writephy(tp, 0x1f, 0x0000);
3192 rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
3193
3194 /* improve 10M EEE waveform */
3195 rtl_writephy(tp, 0x1f, 0x0005);
3196 rtl_writephy(tp, 0x05, 0x8b86);
3197 rtl_w1w0_phy(tp, 0x06, 0x0001, 0x0000);
3198 rtl_writephy(tp, 0x1f, 0x0000);
3199
3200 /* Improve 2-pair detection performance */
3201 rtl_writephy(tp, 0x1f, 0x0005);
3202 rtl_writephy(tp, 0x05, 0x8b85);
3203 rtl_w1w0_phy(tp, 0x06, 0x4000, 0x0000);
3204 rtl_writephy(tp, 0x1f, 0x0000);
3205
3206 /* EEE setting */
Francois Romieufdf6fc02012-07-06 22:40:38 +02003207 rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_1111, 0x0000, 0x0003, ERIAR_EXGMAC);
Hayes Wang70090422011-07-06 15:58:06 +08003208 rtl_writephy(tp, 0x1f, 0x0005);
3209 rtl_writephy(tp, 0x05, 0x8b85);
3210 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x2000);
3211 rtl_writephy(tp, 0x1f, 0x0004);
3212 rtl_writephy(tp, 0x1f, 0x0007);
3213 rtl_writephy(tp, 0x1e, 0x0020);
David S. Miller1805b2f2011-10-24 18:18:09 -04003214 rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0100);
Hayes Wang70090422011-07-06 15:58:06 +08003215 rtl_writephy(tp, 0x1f, 0x0002);
3216 rtl_writephy(tp, 0x1f, 0x0000);
3217 rtl_writephy(tp, 0x0d, 0x0007);
3218 rtl_writephy(tp, 0x0e, 0x003c);
3219 rtl_writephy(tp, 0x0d, 0x4007);
3220 rtl_writephy(tp, 0x0e, 0x0000);
3221 rtl_writephy(tp, 0x0d, 0x0000);
3222
3223 /* Green feature */
3224 rtl_writephy(tp, 0x1f, 0x0003);
3225 rtl_w1w0_phy(tp, 0x19, 0x0000, 0x0001);
3226 rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0400);
3227 rtl_writephy(tp, 0x1f, 0x0000);
hayeswange0c07552012-10-23 20:24:03 +00003228
françois romieu9ecb9aa2012-12-07 11:20:21 +00003229 /* Broken BIOS workaround: feed GigaMAC registers with MAC address. */
3230 rtl_rar_exgmac_set(tp, tp->dev->dev_addr);
Hayes Wang70090422011-07-06 15:58:06 +08003231}
3232
Hayes Wang5f886e02012-03-30 14:33:03 +08003233static void rtl8168f_hw_phy_config(struct rtl8169_private *tp)
3234{
3235 /* For 4-corner performance improve */
3236 rtl_writephy(tp, 0x1f, 0x0005);
3237 rtl_writephy(tp, 0x05, 0x8b80);
3238 rtl_w1w0_phy(tp, 0x06, 0x0006, 0x0000);
3239 rtl_writephy(tp, 0x1f, 0x0000);
3240
3241 /* PHY auto speed down */
3242 rtl_writephy(tp, 0x1f, 0x0007);
3243 rtl_writephy(tp, 0x1e, 0x002d);
3244 rtl_w1w0_phy(tp, 0x18, 0x0010, 0x0000);
3245 rtl_writephy(tp, 0x1f, 0x0000);
3246 rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
3247
3248 /* Improve 10M EEE waveform */
3249 rtl_writephy(tp, 0x1f, 0x0005);
3250 rtl_writephy(tp, 0x05, 0x8b86);
3251 rtl_w1w0_phy(tp, 0x06, 0x0001, 0x0000);
3252 rtl_writephy(tp, 0x1f, 0x0000);
3253}
3254
Hayes Wangc2218922011-09-06 16:55:18 +08003255static void rtl8168f_1_hw_phy_config(struct rtl8169_private *tp)
3256{
3257 static const struct phy_reg phy_reg_init[] = {
3258 /* Channel estimation fine tune */
3259 { 0x1f, 0x0003 },
3260 { 0x09, 0xa20f },
3261 { 0x1f, 0x0000 },
3262
3263 /* Modify green table for giga & fnet */
3264 { 0x1f, 0x0005 },
3265 { 0x05, 0x8b55 },
3266 { 0x06, 0x0000 },
3267 { 0x05, 0x8b5e },
3268 { 0x06, 0x0000 },
3269 { 0x05, 0x8b67 },
3270 { 0x06, 0x0000 },
3271 { 0x05, 0x8b70 },
3272 { 0x06, 0x0000 },
3273 { 0x1f, 0x0000 },
3274 { 0x1f, 0x0007 },
3275 { 0x1e, 0x0078 },
3276 { 0x17, 0x0000 },
3277 { 0x19, 0x00fb },
3278 { 0x1f, 0x0000 },
3279
3280 /* Modify green table for 10M */
3281 { 0x1f, 0x0005 },
3282 { 0x05, 0x8b79 },
3283 { 0x06, 0xaa00 },
3284 { 0x1f, 0x0000 },
3285
3286 /* Disable hiimpedance detection (RTCT) */
3287 { 0x1f, 0x0003 },
3288 { 0x01, 0x328a },
3289 { 0x1f, 0x0000 }
3290 };
3291
3292 rtl_apply_firmware(tp);
3293
3294 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3295
Hayes Wang5f886e02012-03-30 14:33:03 +08003296 rtl8168f_hw_phy_config(tp);
Hayes Wangc2218922011-09-06 16:55:18 +08003297
3298 /* Improve 2-pair detection performance */
3299 rtl_writephy(tp, 0x1f, 0x0005);
3300 rtl_writephy(tp, 0x05, 0x8b85);
3301 rtl_w1w0_phy(tp, 0x06, 0x4000, 0x0000);
3302 rtl_writephy(tp, 0x1f, 0x0000);
3303}
3304
3305static void rtl8168f_2_hw_phy_config(struct rtl8169_private *tp)
3306{
3307 rtl_apply_firmware(tp);
3308
Hayes Wang5f886e02012-03-30 14:33:03 +08003309 rtl8168f_hw_phy_config(tp);
Hayes Wangc2218922011-09-06 16:55:18 +08003310}
3311
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08003312static void rtl8411_hw_phy_config(struct rtl8169_private *tp)
3313{
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08003314 static const struct phy_reg phy_reg_init[] = {
3315 /* Channel estimation fine tune */
3316 { 0x1f, 0x0003 },
3317 { 0x09, 0xa20f },
3318 { 0x1f, 0x0000 },
3319
3320 /* Modify green table for giga & fnet */
3321 { 0x1f, 0x0005 },
3322 { 0x05, 0x8b55 },
3323 { 0x06, 0x0000 },
3324 { 0x05, 0x8b5e },
3325 { 0x06, 0x0000 },
3326 { 0x05, 0x8b67 },
3327 { 0x06, 0x0000 },
3328 { 0x05, 0x8b70 },
3329 { 0x06, 0x0000 },
3330 { 0x1f, 0x0000 },
3331 { 0x1f, 0x0007 },
3332 { 0x1e, 0x0078 },
3333 { 0x17, 0x0000 },
3334 { 0x19, 0x00aa },
3335 { 0x1f, 0x0000 },
3336
3337 /* Modify green table for 10M */
3338 { 0x1f, 0x0005 },
3339 { 0x05, 0x8b79 },
3340 { 0x06, 0xaa00 },
3341 { 0x1f, 0x0000 },
3342
3343 /* Disable hiimpedance detection (RTCT) */
3344 { 0x1f, 0x0003 },
3345 { 0x01, 0x328a },
3346 { 0x1f, 0x0000 }
3347 };
3348
3349
3350 rtl_apply_firmware(tp);
3351
3352 rtl8168f_hw_phy_config(tp);
3353
3354 /* Improve 2-pair detection performance */
3355 rtl_writephy(tp, 0x1f, 0x0005);
3356 rtl_writephy(tp, 0x05, 0x8b85);
3357 rtl_w1w0_phy(tp, 0x06, 0x4000, 0x0000);
3358 rtl_writephy(tp, 0x1f, 0x0000);
3359
3360 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3361
3362 /* Modify green table for giga */
3363 rtl_writephy(tp, 0x1f, 0x0005);
3364 rtl_writephy(tp, 0x05, 0x8b54);
3365 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0800);
3366 rtl_writephy(tp, 0x05, 0x8b5d);
3367 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0800);
3368 rtl_writephy(tp, 0x05, 0x8a7c);
3369 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
3370 rtl_writephy(tp, 0x05, 0x8a7f);
3371 rtl_w1w0_phy(tp, 0x06, 0x0100, 0x0000);
3372 rtl_writephy(tp, 0x05, 0x8a82);
3373 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
3374 rtl_writephy(tp, 0x05, 0x8a85);
3375 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
3376 rtl_writephy(tp, 0x05, 0x8a88);
3377 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
3378 rtl_writephy(tp, 0x1f, 0x0000);
3379
3380 /* uc same-seed solution */
3381 rtl_writephy(tp, 0x1f, 0x0005);
3382 rtl_writephy(tp, 0x05, 0x8b85);
3383 rtl_w1w0_phy(tp, 0x06, 0x8000, 0x0000);
3384 rtl_writephy(tp, 0x1f, 0x0000);
3385
3386 /* eee setting */
Francois Romieufdf6fc02012-07-06 22:40:38 +02003387 rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_0001, 0x00, 0x03, ERIAR_EXGMAC);
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08003388 rtl_writephy(tp, 0x1f, 0x0005);
3389 rtl_writephy(tp, 0x05, 0x8b85);
3390 rtl_w1w0_phy(tp, 0x06, 0x0000, 0x2000);
3391 rtl_writephy(tp, 0x1f, 0x0004);
3392 rtl_writephy(tp, 0x1f, 0x0007);
3393 rtl_writephy(tp, 0x1e, 0x0020);
3394 rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0100);
3395 rtl_writephy(tp, 0x1f, 0x0000);
3396 rtl_writephy(tp, 0x0d, 0x0007);
3397 rtl_writephy(tp, 0x0e, 0x003c);
3398 rtl_writephy(tp, 0x0d, 0x4007);
3399 rtl_writephy(tp, 0x0e, 0x0000);
3400 rtl_writephy(tp, 0x0d, 0x0000);
3401
3402 /* Green feature */
3403 rtl_writephy(tp, 0x1f, 0x0003);
3404 rtl_w1w0_phy(tp, 0x19, 0x0000, 0x0001);
3405 rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0400);
3406 rtl_writephy(tp, 0x1f, 0x0000);
3407}
3408
Hayes Wangc5583862012-07-02 17:23:22 +08003409static void rtl8168g_1_hw_phy_config(struct rtl8169_private *tp)
3410{
Hayes Wangc5583862012-07-02 17:23:22 +08003411 rtl_apply_firmware(tp);
3412
hayeswang41f44d12013-04-01 22:23:36 +00003413 rtl_writephy(tp, 0x1f, 0x0a46);
3414 if (rtl_readphy(tp, 0x10) & 0x0100) {
3415 rtl_writephy(tp, 0x1f, 0x0bcc);
3416 rtl_w1w0_phy(tp, 0x12, 0x0000, 0x8000);
3417 } else {
3418 rtl_writephy(tp, 0x1f, 0x0bcc);
3419 rtl_w1w0_phy(tp, 0x12, 0x8000, 0x0000);
3420 }
Hayes Wangc5583862012-07-02 17:23:22 +08003421
hayeswang41f44d12013-04-01 22:23:36 +00003422 rtl_writephy(tp, 0x1f, 0x0a46);
3423 if (rtl_readphy(tp, 0x13) & 0x0100) {
3424 rtl_writephy(tp, 0x1f, 0x0c41);
3425 rtl_w1w0_phy(tp, 0x15, 0x0002, 0x0000);
3426 } else {
hayeswangfe7524c2013-04-01 22:23:37 +00003427 rtl_writephy(tp, 0x1f, 0x0c41);
3428 rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0002);
hayeswang41f44d12013-04-01 22:23:36 +00003429 }
Hayes Wangc5583862012-07-02 17:23:22 +08003430
hayeswang41f44d12013-04-01 22:23:36 +00003431 /* Enable PHY auto speed down */
3432 rtl_writephy(tp, 0x1f, 0x0a44);
3433 rtl_w1w0_phy(tp, 0x11, 0x000c, 0x0000);
Hayes Wangc5583862012-07-02 17:23:22 +08003434
hayeswangfe7524c2013-04-01 22:23:37 +00003435 rtl_writephy(tp, 0x1f, 0x0bcc);
3436 rtl_w1w0_phy(tp, 0x14, 0x0100, 0x0000);
3437 rtl_writephy(tp, 0x1f, 0x0a44);
3438 rtl_w1w0_phy(tp, 0x11, 0x00c0, 0x0000);
3439 rtl_writephy(tp, 0x1f, 0x0a43);
3440 rtl_writephy(tp, 0x13, 0x8084);
3441 rtl_w1w0_phy(tp, 0x14, 0x0000, 0x6000);
3442 rtl_w1w0_phy(tp, 0x10, 0x1003, 0x0000);
3443
hayeswang41f44d12013-04-01 22:23:36 +00003444 /* EEE auto-fallback function */
3445 rtl_writephy(tp, 0x1f, 0x0a4b);
3446 rtl_w1w0_phy(tp, 0x11, 0x0004, 0x0000);
Hayes Wangc5583862012-07-02 17:23:22 +08003447
hayeswang41f44d12013-04-01 22:23:36 +00003448 /* Enable UC LPF tune function */
3449 rtl_writephy(tp, 0x1f, 0x0a43);
3450 rtl_writephy(tp, 0x13, 0x8012);
3451 rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
3452
3453 rtl_writephy(tp, 0x1f, 0x0c42);
3454 rtl_w1w0_phy(tp, 0x11, 0x4000, 0x2000);
3455
hayeswangfe7524c2013-04-01 22:23:37 +00003456 /* Improve SWR Efficiency */
3457 rtl_writephy(tp, 0x1f, 0x0bcd);
3458 rtl_writephy(tp, 0x14, 0x5065);
3459 rtl_writephy(tp, 0x14, 0xd065);
3460 rtl_writephy(tp, 0x1f, 0x0bc8);
3461 rtl_writephy(tp, 0x11, 0x5655);
3462 rtl_writephy(tp, 0x1f, 0x0bcd);
3463 rtl_writephy(tp, 0x14, 0x1065);
3464 rtl_writephy(tp, 0x14, 0x9065);
3465 rtl_writephy(tp, 0x14, 0x1065);
3466
hayeswang41f44d12013-04-01 22:23:36 +00003467 rtl_writephy(tp, 0x1f, 0x0000);
Hayes Wangc5583862012-07-02 17:23:22 +08003468}
3469
hayeswang57538c42013-04-01 22:23:40 +00003470static void rtl8168g_2_hw_phy_config(struct rtl8169_private *tp)
3471{
3472 rtl_apply_firmware(tp);
3473}
3474
françois romieu4da19632011-01-03 15:07:55 +00003475static void rtl8102e_hw_phy_config(struct rtl8169_private *tp)
Francois Romieu2857ffb2008-08-02 21:08:49 +02003476{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08003477 static const struct phy_reg phy_reg_init[] = {
Francois Romieu2857ffb2008-08-02 21:08:49 +02003478 { 0x1f, 0x0003 },
3479 { 0x08, 0x441d },
3480 { 0x01, 0x9100 },
3481 { 0x1f, 0x0000 }
3482 };
3483
françois romieu4da19632011-01-03 15:07:55 +00003484 rtl_writephy(tp, 0x1f, 0x0000);
3485 rtl_patchphy(tp, 0x11, 1 << 12);
3486 rtl_patchphy(tp, 0x19, 1 << 13);
3487 rtl_patchphy(tp, 0x10, 1 << 15);
Francois Romieu2857ffb2008-08-02 21:08:49 +02003488
françois romieu4da19632011-01-03 15:07:55 +00003489 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
Francois Romieu2857ffb2008-08-02 21:08:49 +02003490}
3491
Hayes Wang5a5e4442011-02-22 17:26:21 +08003492static void rtl8105e_hw_phy_config(struct rtl8169_private *tp)
3493{
3494 static const struct phy_reg phy_reg_init[] = {
3495 { 0x1f, 0x0005 },
3496 { 0x1a, 0x0000 },
3497 { 0x1f, 0x0000 },
3498
3499 { 0x1f, 0x0004 },
3500 { 0x1c, 0x0000 },
3501 { 0x1f, 0x0000 },
3502
3503 { 0x1f, 0x0001 },
3504 { 0x15, 0x7701 },
3505 { 0x1f, 0x0000 }
3506 };
3507
3508 /* Disable ALDPS before ram code */
Francois Romieueef63cc2013-02-08 23:43:20 +01003509 rtl_writephy(tp, 0x1f, 0x0000);
3510 rtl_writephy(tp, 0x18, 0x0310);
3511 msleep(100);
Hayes Wang5a5e4442011-02-22 17:26:21 +08003512
François Romieu953a12c2011-04-24 17:38:48 +02003513 rtl_apply_firmware(tp);
Hayes Wang5a5e4442011-02-22 17:26:21 +08003514
3515 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3516}
3517
Hayes Wang7e18dca2012-03-30 14:33:02 +08003518static void rtl8402_hw_phy_config(struct rtl8169_private *tp)
3519{
Hayes Wang7e18dca2012-03-30 14:33:02 +08003520 /* Disable ALDPS before setting firmware */
Francois Romieueef63cc2013-02-08 23:43:20 +01003521 rtl_writephy(tp, 0x1f, 0x0000);
3522 rtl_writephy(tp, 0x18, 0x0310);
3523 msleep(20);
Hayes Wang7e18dca2012-03-30 14:33:02 +08003524
3525 rtl_apply_firmware(tp);
3526
3527 /* EEE setting */
Francois Romieufdf6fc02012-07-06 22:40:38 +02003528 rtl_eri_write(tp, 0x1b0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
Hayes Wang7e18dca2012-03-30 14:33:02 +08003529 rtl_writephy(tp, 0x1f, 0x0004);
3530 rtl_writephy(tp, 0x10, 0x401f);
3531 rtl_writephy(tp, 0x19, 0x7030);
3532 rtl_writephy(tp, 0x1f, 0x0000);
3533}
3534
Hayes Wang5598bfe2012-07-02 17:23:21 +08003535static void rtl8106e_hw_phy_config(struct rtl8169_private *tp)
3536{
Hayes Wang5598bfe2012-07-02 17:23:21 +08003537 static const struct phy_reg phy_reg_init[] = {
3538 { 0x1f, 0x0004 },
3539 { 0x10, 0xc07f },
3540 { 0x19, 0x7030 },
3541 { 0x1f, 0x0000 }
3542 };
3543
3544 /* Disable ALDPS before ram code */
Francois Romieueef63cc2013-02-08 23:43:20 +01003545 rtl_writephy(tp, 0x1f, 0x0000);
3546 rtl_writephy(tp, 0x18, 0x0310);
3547 msleep(100);
Hayes Wang5598bfe2012-07-02 17:23:21 +08003548
3549 rtl_apply_firmware(tp);
3550
Francois Romieufdf6fc02012-07-06 22:40:38 +02003551 rtl_eri_write(tp, 0x1b0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
Hayes Wang5598bfe2012-07-02 17:23:21 +08003552 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
3553
Francois Romieufdf6fc02012-07-06 22:40:38 +02003554 rtl_eri_write(tp, 0x1d0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
Hayes Wang5598bfe2012-07-02 17:23:21 +08003555}
3556
Francois Romieu5615d9f2007-08-17 17:50:46 +02003557static void rtl_hw_phy_config(struct net_device *dev)
3558{
3559 struct rtl8169_private *tp = netdev_priv(dev);
Francois Romieu5615d9f2007-08-17 17:50:46 +02003560
3561 rtl8169_print_mac_version(tp);
3562
3563 switch (tp->mac_version) {
3564 case RTL_GIGA_MAC_VER_01:
3565 break;
3566 case RTL_GIGA_MAC_VER_02:
3567 case RTL_GIGA_MAC_VER_03:
françois romieu4da19632011-01-03 15:07:55 +00003568 rtl8169s_hw_phy_config(tp);
Francois Romieu5615d9f2007-08-17 17:50:46 +02003569 break;
3570 case RTL_GIGA_MAC_VER_04:
françois romieu4da19632011-01-03 15:07:55 +00003571 rtl8169sb_hw_phy_config(tp);
Francois Romieu5615d9f2007-08-17 17:50:46 +02003572 break;
françois romieu2e9558562009-08-10 19:44:19 +00003573 case RTL_GIGA_MAC_VER_05:
françois romieu4da19632011-01-03 15:07:55 +00003574 rtl8169scd_hw_phy_config(tp);
françois romieu2e9558562009-08-10 19:44:19 +00003575 break;
françois romieu8c7006a2009-08-10 19:43:29 +00003576 case RTL_GIGA_MAC_VER_06:
françois romieu4da19632011-01-03 15:07:55 +00003577 rtl8169sce_hw_phy_config(tp);
françois romieu8c7006a2009-08-10 19:43:29 +00003578 break;
Francois Romieu2857ffb2008-08-02 21:08:49 +02003579 case RTL_GIGA_MAC_VER_07:
3580 case RTL_GIGA_MAC_VER_08:
3581 case RTL_GIGA_MAC_VER_09:
françois romieu4da19632011-01-03 15:07:55 +00003582 rtl8102e_hw_phy_config(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02003583 break;
Francois Romieu236b8082008-05-30 16:11:48 +02003584 case RTL_GIGA_MAC_VER_11:
françois romieu4da19632011-01-03 15:07:55 +00003585 rtl8168bb_hw_phy_config(tp);
Francois Romieu236b8082008-05-30 16:11:48 +02003586 break;
3587 case RTL_GIGA_MAC_VER_12:
françois romieu4da19632011-01-03 15:07:55 +00003588 rtl8168bef_hw_phy_config(tp);
Francois Romieu236b8082008-05-30 16:11:48 +02003589 break;
3590 case RTL_GIGA_MAC_VER_17:
françois romieu4da19632011-01-03 15:07:55 +00003591 rtl8168bef_hw_phy_config(tp);
Francois Romieu236b8082008-05-30 16:11:48 +02003592 break;
Francois Romieu867763c2007-08-17 18:21:58 +02003593 case RTL_GIGA_MAC_VER_18:
françois romieu4da19632011-01-03 15:07:55 +00003594 rtl8168cp_1_hw_phy_config(tp);
Francois Romieu867763c2007-08-17 18:21:58 +02003595 break;
3596 case RTL_GIGA_MAC_VER_19:
françois romieu4da19632011-01-03 15:07:55 +00003597 rtl8168c_1_hw_phy_config(tp);
Francois Romieu867763c2007-08-17 18:21:58 +02003598 break;
Francois Romieu7da97ec2007-10-18 15:20:43 +02003599 case RTL_GIGA_MAC_VER_20:
françois romieu4da19632011-01-03 15:07:55 +00003600 rtl8168c_2_hw_phy_config(tp);
Francois Romieu7da97ec2007-10-18 15:20:43 +02003601 break;
Francois Romieu197ff762008-06-28 13:16:02 +02003602 case RTL_GIGA_MAC_VER_21:
françois romieu4da19632011-01-03 15:07:55 +00003603 rtl8168c_3_hw_phy_config(tp);
Francois Romieu197ff762008-06-28 13:16:02 +02003604 break;
Francois Romieu6fb07052008-06-29 11:54:28 +02003605 case RTL_GIGA_MAC_VER_22:
françois romieu4da19632011-01-03 15:07:55 +00003606 rtl8168c_4_hw_phy_config(tp);
Francois Romieu6fb07052008-06-29 11:54:28 +02003607 break;
Francois Romieuef3386f2008-06-29 12:24:30 +02003608 case RTL_GIGA_MAC_VER_23:
Francois Romieu7f3e3d32008-07-20 18:53:20 +02003609 case RTL_GIGA_MAC_VER_24:
françois romieu4da19632011-01-03 15:07:55 +00003610 rtl8168cp_2_hw_phy_config(tp);
Francois Romieuef3386f2008-06-29 12:24:30 +02003611 break;
Francois Romieu5b538df2008-07-20 16:22:45 +02003612 case RTL_GIGA_MAC_VER_25:
françois romieubca03d52011-01-03 15:07:31 +00003613 rtl8168d_1_hw_phy_config(tp);
françois romieudaf9df62009-10-07 12:44:20 +00003614 break;
3615 case RTL_GIGA_MAC_VER_26:
françois romieubca03d52011-01-03 15:07:31 +00003616 rtl8168d_2_hw_phy_config(tp);
françois romieudaf9df62009-10-07 12:44:20 +00003617 break;
3618 case RTL_GIGA_MAC_VER_27:
françois romieu4da19632011-01-03 15:07:55 +00003619 rtl8168d_3_hw_phy_config(tp);
Francois Romieu5b538df2008-07-20 16:22:45 +02003620 break;
françois romieue6de30d2011-01-03 15:08:37 +00003621 case RTL_GIGA_MAC_VER_28:
3622 rtl8168d_4_hw_phy_config(tp);
3623 break;
Hayes Wang5a5e4442011-02-22 17:26:21 +08003624 case RTL_GIGA_MAC_VER_29:
3625 case RTL_GIGA_MAC_VER_30:
3626 rtl8105e_hw_phy_config(tp);
3627 break;
Francois Romieucecb5fd2011-04-01 10:21:07 +02003628 case RTL_GIGA_MAC_VER_31:
3629 /* None. */
3630 break;
hayeswang01dc7fe2011-03-21 01:50:28 +00003631 case RTL_GIGA_MAC_VER_32:
hayeswang01dc7fe2011-03-21 01:50:28 +00003632 case RTL_GIGA_MAC_VER_33:
Hayes Wang70090422011-07-06 15:58:06 +08003633 rtl8168e_1_hw_phy_config(tp);
3634 break;
3635 case RTL_GIGA_MAC_VER_34:
3636 rtl8168e_2_hw_phy_config(tp);
hayeswang01dc7fe2011-03-21 01:50:28 +00003637 break;
Hayes Wangc2218922011-09-06 16:55:18 +08003638 case RTL_GIGA_MAC_VER_35:
3639 rtl8168f_1_hw_phy_config(tp);
3640 break;
3641 case RTL_GIGA_MAC_VER_36:
3642 rtl8168f_2_hw_phy_config(tp);
3643 break;
Francois Romieuef3386f2008-06-29 12:24:30 +02003644
Hayes Wang7e18dca2012-03-30 14:33:02 +08003645 case RTL_GIGA_MAC_VER_37:
3646 rtl8402_hw_phy_config(tp);
3647 break;
3648
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08003649 case RTL_GIGA_MAC_VER_38:
3650 rtl8411_hw_phy_config(tp);
3651 break;
3652
Hayes Wang5598bfe2012-07-02 17:23:21 +08003653 case RTL_GIGA_MAC_VER_39:
3654 rtl8106e_hw_phy_config(tp);
3655 break;
3656
Hayes Wangc5583862012-07-02 17:23:22 +08003657 case RTL_GIGA_MAC_VER_40:
3658 rtl8168g_1_hw_phy_config(tp);
3659 break;
hayeswang57538c42013-04-01 22:23:40 +00003660 case RTL_GIGA_MAC_VER_42:
hayeswang58152cd2013-04-01 22:23:42 +00003661 case RTL_GIGA_MAC_VER_43:
hayeswang45dd95c2013-07-08 17:09:01 +08003662 case RTL_GIGA_MAC_VER_44:
hayeswang57538c42013-04-01 22:23:40 +00003663 rtl8168g_2_hw_phy_config(tp);
3664 break;
Hayes Wangc5583862012-07-02 17:23:22 +08003665
3666 case RTL_GIGA_MAC_VER_41:
Francois Romieu5615d9f2007-08-17 17:50:46 +02003667 default:
3668 break;
3669 }
3670}
3671
Francois Romieuda78dbf2012-01-26 14:18:23 +01003672static void rtl_phy_work(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674 struct timer_list *timer = &tp->timer;
3675 void __iomem *ioaddr = tp->mmio_addr;
3676 unsigned long timeout = RTL8169_PHY_TIMEOUT;
3677
Francois Romieubcf0bf92006-07-26 23:14:13 +02003678 assert(tp->mac_version > RTL_GIGA_MAC_VER_01);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679
françois romieu4da19632011-01-03 15:07:55 +00003680 if (tp->phy_reset_pending(tp)) {
Francois Romieu5b0384f2006-08-16 16:00:01 +02003681 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682 * A busy loop could burn quite a few cycles on nowadays CPU.
3683 * Let's delay the execution of the timer for a few ticks.
3684 */
3685 timeout = HZ/10;
3686 goto out_mod_timer;
3687 }
3688
3689 if (tp->link_ok(ioaddr))
Francois Romieuda78dbf2012-01-26 14:18:23 +01003690 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691
Lekensteyn9bb8eeb2013-08-02 10:36:55 +02003692 netif_dbg(tp, link, tp->dev, "PHY reset until link up\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693
françois romieu4da19632011-01-03 15:07:55 +00003694 tp->phy_reset_enable(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695
3696out_mod_timer:
3697 mod_timer(timer, jiffies + timeout);
Francois Romieuda78dbf2012-01-26 14:18:23 +01003698}
3699
3700static void rtl_schedule_task(struct rtl8169_private *tp, enum rtl_flag flag)
3701{
Francois Romieuda78dbf2012-01-26 14:18:23 +01003702 if (!test_and_set_bit(flag, tp->wk.flags))
3703 schedule_work(&tp->wk.work);
Francois Romieuda78dbf2012-01-26 14:18:23 +01003704}
3705
3706static void rtl8169_phy_timer(unsigned long __opaque)
3707{
3708 struct net_device *dev = (struct net_device *)__opaque;
3709 struct rtl8169_private *tp = netdev_priv(dev);
3710
Francois Romieu98ddf982012-01-31 10:47:34 +01003711 rtl_schedule_task(tp, RTL_FLAG_TASK_PHY_PENDING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712}
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714static void rtl8169_release_board(struct pci_dev *pdev, struct net_device *dev,
3715 void __iomem *ioaddr)
3716{
3717 iounmap(ioaddr);
3718 pci_release_regions(pdev);
françois romieu87aeec72010-04-26 11:42:06 +00003719 pci_clear_mwi(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720 pci_disable_device(pdev);
3721 free_netdev(dev);
3722}
3723
Francois Romieuffc46952012-07-06 14:19:23 +02003724DECLARE_RTL_COND(rtl_phy_reset_cond)
3725{
3726 return tp->phy_reset_pending(tp);
3727}
3728
Francois Romieubf793292006-11-01 00:53:05 +01003729static void rtl8169_phy_reset(struct net_device *dev,
3730 struct rtl8169_private *tp)
3731{
françois romieu4da19632011-01-03 15:07:55 +00003732 tp->phy_reset_enable(tp);
Francois Romieuffc46952012-07-06 14:19:23 +02003733 rtl_msleep_loop_wait_low(tp, &rtl_phy_reset_cond, 1, 100);
Francois Romieubf793292006-11-01 00:53:05 +01003734}
3735
David S. Miller8decf862011-09-22 03:23:13 -04003736static bool rtl_tbi_enabled(struct rtl8169_private *tp)
3737{
3738 void __iomem *ioaddr = tp->mmio_addr;
3739
3740 return (tp->mac_version == RTL_GIGA_MAC_VER_01) &&
3741 (RTL_R8(PHYstatus) & TBI_Enable);
3742}
3743
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003744static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745{
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003746 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003747
Francois Romieu5615d9f2007-08-17 17:50:46 +02003748 rtl_hw_phy_config(dev);
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003749
Marcus Sundberg773328942008-07-10 21:28:08 +02003750 if (tp->mac_version <= RTL_GIGA_MAC_VER_06) {
3751 dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n");
3752 RTL_W8(0x82, 0x01);
3753 }
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003754
Francois Romieu6dccd162007-02-13 23:38:05 +01003755 pci_write_config_byte(tp->pci_dev, PCI_LATENCY_TIMER, 0x40);
3756
3757 if (tp->mac_version <= RTL_GIGA_MAC_VER_06)
3758 pci_write_config_byte(tp->pci_dev, PCI_CACHE_LINE_SIZE, 0x08);
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003759
Francois Romieubcf0bf92006-07-26 23:14:13 +02003760 if (tp->mac_version == RTL_GIGA_MAC_VER_02) {
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003761 dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n");
3762 RTL_W8(0x82, 0x01);
3763 dprintk("Set PHY Reg 0x0bh = 0x00h\n");
françois romieu4da19632011-01-03 15:07:55 +00003764 rtl_writephy(tp, 0x0b, 0x0000); //w 0x0b 15 0 0
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003765 }
3766
Francois Romieubf793292006-11-01 00:53:05 +01003767 rtl8169_phy_reset(dev, tp);
3768
Oliver Neukum54405cd2011-01-06 21:55:13 +01003769 rtl8169_set_speed(dev, AUTONEG_ENABLE, SPEED_1000, DUPLEX_FULL,
Francois Romieucecb5fd2011-04-01 10:21:07 +02003770 ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full |
3771 ADVERTISED_100baseT_Half | ADVERTISED_100baseT_Full |
3772 (tp->mii.supports_gmii ?
3773 ADVERTISED_1000baseT_Half |
3774 ADVERTISED_1000baseT_Full : 0));
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003775
David S. Miller8decf862011-09-22 03:23:13 -04003776 if (rtl_tbi_enabled(tp))
Joe Perchesbf82c182010-02-09 11:49:50 +00003777 netif_info(tp, link, dev, "TBI auto-negotiating\n");
Francois Romieu4ff96fa2006-07-26 22:05:06 +02003778}
3779
Francois Romieu773d2022007-01-31 23:47:43 +01003780static void rtl_rar_set(struct rtl8169_private *tp, u8 *addr)
3781{
3782 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieu773d2022007-01-31 23:47:43 +01003783
Francois Romieuda78dbf2012-01-26 14:18:23 +01003784 rtl_lock_work(tp);
Francois Romieu773d2022007-01-31 23:47:43 +01003785
3786 RTL_W8(Cfg9346, Cfg9346_Unlock);
françois romieu908ba2b2010-04-26 11:42:58 +00003787
françois romieu9ecb9aa2012-12-07 11:20:21 +00003788 RTL_W32(MAC4, addr[4] | addr[5] << 8);
françois romieu908ba2b2010-04-26 11:42:58 +00003789 RTL_R32(MAC4);
3790
françois romieu9ecb9aa2012-12-07 11:20:21 +00003791 RTL_W32(MAC0, addr[0] | addr[1] << 8 | addr[2] << 16 | addr[3] << 24);
françois romieu908ba2b2010-04-26 11:42:58 +00003792 RTL_R32(MAC0);
3793
françois romieu9ecb9aa2012-12-07 11:20:21 +00003794 if (tp->mac_version == RTL_GIGA_MAC_VER_34)
3795 rtl_rar_exgmac_set(tp, addr);
françois romieuc28aa382011-08-02 03:53:43 +00003796
Francois Romieu773d2022007-01-31 23:47:43 +01003797 RTL_W8(Cfg9346, Cfg9346_Lock);
3798
Francois Romieuda78dbf2012-01-26 14:18:23 +01003799 rtl_unlock_work(tp);
Francois Romieu773d2022007-01-31 23:47:43 +01003800}
3801
3802static int rtl_set_mac_address(struct net_device *dev, void *p)
3803{
3804 struct rtl8169_private *tp = netdev_priv(dev);
3805 struct sockaddr *addr = p;
3806
3807 if (!is_valid_ether_addr(addr->sa_data))
3808 return -EADDRNOTAVAIL;
3809
3810 memcpy(dev->dev_addr, addr->sa_data, dev->addr_len);
3811
3812 rtl_rar_set(tp, dev->dev_addr);
3813
3814 return 0;
3815}
3816
Francois Romieu5f787a12006-08-17 13:02:36 +02003817static int rtl8169_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
3818{
3819 struct rtl8169_private *tp = netdev_priv(dev);
3820 struct mii_ioctl_data *data = if_mii(ifr);
3821
Francois Romieu8b4ab282008-11-19 22:05:25 -08003822 return netif_running(dev) ? tp->do_ioctl(tp, data, cmd) : -ENODEV;
3823}
Francois Romieu5f787a12006-08-17 13:02:36 +02003824
Francois Romieucecb5fd2011-04-01 10:21:07 +02003825static int rtl_xmii_ioctl(struct rtl8169_private *tp,
3826 struct mii_ioctl_data *data, int cmd)
Francois Romieu8b4ab282008-11-19 22:05:25 -08003827{
Francois Romieu5f787a12006-08-17 13:02:36 +02003828 switch (cmd) {
3829 case SIOCGMIIPHY:
3830 data->phy_id = 32; /* Internal PHY */
3831 return 0;
3832
3833 case SIOCGMIIREG:
françois romieu4da19632011-01-03 15:07:55 +00003834 data->val_out = rtl_readphy(tp, data->reg_num & 0x1f);
Francois Romieu5f787a12006-08-17 13:02:36 +02003835 return 0;
3836
3837 case SIOCSMIIREG:
françois romieu4da19632011-01-03 15:07:55 +00003838 rtl_writephy(tp, data->reg_num & 0x1f, data->val_in);
Francois Romieu5f787a12006-08-17 13:02:36 +02003839 return 0;
3840 }
3841 return -EOPNOTSUPP;
3842}
3843
Francois Romieu8b4ab282008-11-19 22:05:25 -08003844static int rtl_tbi_ioctl(struct rtl8169_private *tp, struct mii_ioctl_data *data, int cmd)
3845{
3846 return -EOPNOTSUPP;
3847}
3848
Francois Romieufbac58f2007-10-04 22:51:38 +02003849static void rtl_disable_msi(struct pci_dev *pdev, struct rtl8169_private *tp)
3850{
3851 if (tp->features & RTL_FEATURE_MSI) {
3852 pci_disable_msi(pdev);
3853 tp->features &= ~RTL_FEATURE_MSI;
3854 }
3855}
3856
Bill Pembertonbaf63292012-12-03 09:23:28 -05003857static void rtl_init_mdio_ops(struct rtl8169_private *tp)
françois romieuc0e45c12011-01-03 15:08:04 +00003858{
3859 struct mdio_ops *ops = &tp->mdio_ops;
3860
3861 switch (tp->mac_version) {
3862 case RTL_GIGA_MAC_VER_27:
3863 ops->write = r8168dp_1_mdio_write;
3864 ops->read = r8168dp_1_mdio_read;
3865 break;
françois romieue6de30d2011-01-03 15:08:37 +00003866 case RTL_GIGA_MAC_VER_28:
hayeswang4804b3b2011-03-21 01:50:29 +00003867 case RTL_GIGA_MAC_VER_31:
françois romieue6de30d2011-01-03 15:08:37 +00003868 ops->write = r8168dp_2_mdio_write;
3869 ops->read = r8168dp_2_mdio_read;
3870 break;
Hayes Wangc5583862012-07-02 17:23:22 +08003871 case RTL_GIGA_MAC_VER_40:
3872 case RTL_GIGA_MAC_VER_41:
hayeswang57538c42013-04-01 22:23:40 +00003873 case RTL_GIGA_MAC_VER_42:
hayeswang58152cd2013-04-01 22:23:42 +00003874 case RTL_GIGA_MAC_VER_43:
hayeswang45dd95c2013-07-08 17:09:01 +08003875 case RTL_GIGA_MAC_VER_44:
Hayes Wangc5583862012-07-02 17:23:22 +08003876 ops->write = r8168g_mdio_write;
3877 ops->read = r8168g_mdio_read;
3878 break;
françois romieuc0e45c12011-01-03 15:08:04 +00003879 default:
3880 ops->write = r8169_mdio_write;
3881 ops->read = r8169_mdio_read;
3882 break;
3883 }
3884}
3885
hayeswange2409d82013-03-31 17:02:04 +00003886static void rtl_speed_down(struct rtl8169_private *tp)
3887{
3888 u32 adv;
3889 int lpa;
3890
3891 rtl_writephy(tp, 0x1f, 0x0000);
3892 lpa = rtl_readphy(tp, MII_LPA);
3893
3894 if (lpa & (LPA_10HALF | LPA_10FULL))
3895 adv = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full;
3896 else if (lpa & (LPA_100HALF | LPA_100FULL))
3897 adv = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full |
3898 ADVERTISED_100baseT_Half | ADVERTISED_100baseT_Full;
3899 else
3900 adv = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full |
3901 ADVERTISED_100baseT_Half | ADVERTISED_100baseT_Full |
3902 (tp->mii.supports_gmii ?
3903 ADVERTISED_1000baseT_Half |
3904 ADVERTISED_1000baseT_Full : 0);
3905
3906 rtl8169_set_speed(tp->dev, AUTONEG_ENABLE, SPEED_1000, DUPLEX_FULL,
3907 adv);
3908}
3909
David S. Miller1805b2f2011-10-24 18:18:09 -04003910static void rtl_wol_suspend_quirk(struct rtl8169_private *tp)
3911{
3912 void __iomem *ioaddr = tp->mmio_addr;
3913
3914 switch (tp->mac_version) {
Cyril Bruleboisb00e69d2012-10-31 14:00:46 +00003915 case RTL_GIGA_MAC_VER_25:
3916 case RTL_GIGA_MAC_VER_26:
David S. Miller1805b2f2011-10-24 18:18:09 -04003917 case RTL_GIGA_MAC_VER_29:
3918 case RTL_GIGA_MAC_VER_30:
3919 case RTL_GIGA_MAC_VER_32:
3920 case RTL_GIGA_MAC_VER_33:
3921 case RTL_GIGA_MAC_VER_34:
Hayes Wang7e18dca2012-03-30 14:33:02 +08003922 case RTL_GIGA_MAC_VER_37:
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08003923 case RTL_GIGA_MAC_VER_38:
Hayes Wang5598bfe2012-07-02 17:23:21 +08003924 case RTL_GIGA_MAC_VER_39:
Hayes Wangc5583862012-07-02 17:23:22 +08003925 case RTL_GIGA_MAC_VER_40:
3926 case RTL_GIGA_MAC_VER_41:
hayeswang57538c42013-04-01 22:23:40 +00003927 case RTL_GIGA_MAC_VER_42:
hayeswang58152cd2013-04-01 22:23:42 +00003928 case RTL_GIGA_MAC_VER_43:
hayeswang45dd95c2013-07-08 17:09:01 +08003929 case RTL_GIGA_MAC_VER_44:
David S. Miller1805b2f2011-10-24 18:18:09 -04003930 RTL_W32(RxConfig, RTL_R32(RxConfig) |
3931 AcceptBroadcast | AcceptMulticast | AcceptMyPhys);
3932 break;
3933 default:
3934 break;
3935 }
3936}
3937
3938static bool rtl_wol_pll_power_down(struct rtl8169_private *tp)
3939{
3940 if (!(__rtl8169_get_wol(tp) & WAKE_ANY))
3941 return false;
3942
hayeswange2409d82013-03-31 17:02:04 +00003943 rtl_speed_down(tp);
David S. Miller1805b2f2011-10-24 18:18:09 -04003944 rtl_wol_suspend_quirk(tp);
3945
3946 return true;
3947}
3948
françois romieu065c27c2011-01-03 15:08:12 +00003949static void r810x_phy_power_down(struct rtl8169_private *tp)
3950{
3951 rtl_writephy(tp, 0x1f, 0x0000);
3952 rtl_writephy(tp, MII_BMCR, BMCR_PDOWN);
3953}
3954
3955static void r810x_phy_power_up(struct rtl8169_private *tp)
3956{
3957 rtl_writephy(tp, 0x1f, 0x0000);
3958 rtl_writephy(tp, MII_BMCR, BMCR_ANENABLE);
3959}
3960
3961static void r810x_pll_power_down(struct rtl8169_private *tp)
3962{
Hayes Wang00042992012-03-30 14:33:00 +08003963 void __iomem *ioaddr = tp->mmio_addr;
3964
David S. Miller1805b2f2011-10-24 18:18:09 -04003965 if (rtl_wol_pll_power_down(tp))
françois romieu065c27c2011-01-03 15:08:12 +00003966 return;
françois romieu065c27c2011-01-03 15:08:12 +00003967
3968 r810x_phy_power_down(tp);
Hayes Wang00042992012-03-30 14:33:00 +08003969
3970 switch (tp->mac_version) {
3971 case RTL_GIGA_MAC_VER_07:
3972 case RTL_GIGA_MAC_VER_08:
3973 case RTL_GIGA_MAC_VER_09:
3974 case RTL_GIGA_MAC_VER_10:
3975 case RTL_GIGA_MAC_VER_13:
3976 case RTL_GIGA_MAC_VER_16:
3977 break;
3978 default:
3979 RTL_W8(PMCH, RTL_R8(PMCH) & ~0x80);
3980 break;
3981 }
françois romieu065c27c2011-01-03 15:08:12 +00003982}
3983
3984static void r810x_pll_power_up(struct rtl8169_private *tp)
3985{
Hayes Wang00042992012-03-30 14:33:00 +08003986 void __iomem *ioaddr = tp->mmio_addr;
3987
françois romieu065c27c2011-01-03 15:08:12 +00003988 r810x_phy_power_up(tp);
Hayes Wang00042992012-03-30 14:33:00 +08003989
3990 switch (tp->mac_version) {
3991 case RTL_GIGA_MAC_VER_07:
3992 case RTL_GIGA_MAC_VER_08:
3993 case RTL_GIGA_MAC_VER_09:
3994 case RTL_GIGA_MAC_VER_10:
3995 case RTL_GIGA_MAC_VER_13:
3996 case RTL_GIGA_MAC_VER_16:
3997 break;
3998 default:
3999 RTL_W8(PMCH, RTL_R8(PMCH) | 0x80);
4000 break;
4001 }
françois romieu065c27c2011-01-03 15:08:12 +00004002}
4003
4004static void r8168_phy_power_up(struct rtl8169_private *tp)
4005{
4006 rtl_writephy(tp, 0x1f, 0x0000);
hayeswang01dc7fe2011-03-21 01:50:28 +00004007 switch (tp->mac_version) {
4008 case RTL_GIGA_MAC_VER_11:
4009 case RTL_GIGA_MAC_VER_12:
4010 case RTL_GIGA_MAC_VER_17:
4011 case RTL_GIGA_MAC_VER_18:
4012 case RTL_GIGA_MAC_VER_19:
4013 case RTL_GIGA_MAC_VER_20:
4014 case RTL_GIGA_MAC_VER_21:
4015 case RTL_GIGA_MAC_VER_22:
4016 case RTL_GIGA_MAC_VER_23:
4017 case RTL_GIGA_MAC_VER_24:
4018 case RTL_GIGA_MAC_VER_25:
4019 case RTL_GIGA_MAC_VER_26:
4020 case RTL_GIGA_MAC_VER_27:
4021 case RTL_GIGA_MAC_VER_28:
4022 case RTL_GIGA_MAC_VER_31:
4023 rtl_writephy(tp, 0x0e, 0x0000);
4024 break;
4025 default:
4026 break;
4027 }
françois romieu065c27c2011-01-03 15:08:12 +00004028 rtl_writephy(tp, MII_BMCR, BMCR_ANENABLE);
4029}
4030
4031static void r8168_phy_power_down(struct rtl8169_private *tp)
4032{
4033 rtl_writephy(tp, 0x1f, 0x0000);
hayeswang01dc7fe2011-03-21 01:50:28 +00004034 switch (tp->mac_version) {
4035 case RTL_GIGA_MAC_VER_32:
4036 case RTL_GIGA_MAC_VER_33:
hayeswangbeb330a2013-04-01 22:23:39 +00004037 case RTL_GIGA_MAC_VER_40:
4038 case RTL_GIGA_MAC_VER_41:
hayeswang01dc7fe2011-03-21 01:50:28 +00004039 rtl_writephy(tp, MII_BMCR, BMCR_ANENABLE | BMCR_PDOWN);
4040 break;
4041
4042 case RTL_GIGA_MAC_VER_11:
4043 case RTL_GIGA_MAC_VER_12:
4044 case RTL_GIGA_MAC_VER_17:
4045 case RTL_GIGA_MAC_VER_18:
4046 case RTL_GIGA_MAC_VER_19:
4047 case RTL_GIGA_MAC_VER_20:
4048 case RTL_GIGA_MAC_VER_21:
4049 case RTL_GIGA_MAC_VER_22:
4050 case RTL_GIGA_MAC_VER_23:
4051 case RTL_GIGA_MAC_VER_24:
4052 case RTL_GIGA_MAC_VER_25:
4053 case RTL_GIGA_MAC_VER_26:
4054 case RTL_GIGA_MAC_VER_27:
4055 case RTL_GIGA_MAC_VER_28:
4056 case RTL_GIGA_MAC_VER_31:
4057 rtl_writephy(tp, 0x0e, 0x0200);
4058 default:
4059 rtl_writephy(tp, MII_BMCR, BMCR_PDOWN);
4060 break;
4061 }
françois romieu065c27c2011-01-03 15:08:12 +00004062}
4063
4064static void r8168_pll_power_down(struct rtl8169_private *tp)
4065{
4066 void __iomem *ioaddr = tp->mmio_addr;
4067
Francois Romieucecb5fd2011-04-01 10:21:07 +02004068 if ((tp->mac_version == RTL_GIGA_MAC_VER_27 ||
4069 tp->mac_version == RTL_GIGA_MAC_VER_28 ||
4070 tp->mac_version == RTL_GIGA_MAC_VER_31) &&
hayeswang4804b3b2011-03-21 01:50:29 +00004071 r8168dp_check_dash(tp)) {
françois romieu065c27c2011-01-03 15:08:12 +00004072 return;
Hayes Wang5d2e1952011-02-22 17:26:22 +08004073 }
françois romieu065c27c2011-01-03 15:08:12 +00004074
Francois Romieucecb5fd2011-04-01 10:21:07 +02004075 if ((tp->mac_version == RTL_GIGA_MAC_VER_23 ||
4076 tp->mac_version == RTL_GIGA_MAC_VER_24) &&
françois romieu065c27c2011-01-03 15:08:12 +00004077 (RTL_R16(CPlusCmd) & ASF)) {
4078 return;
4079 }
4080
hayeswang01dc7fe2011-03-21 01:50:28 +00004081 if (tp->mac_version == RTL_GIGA_MAC_VER_32 ||
4082 tp->mac_version == RTL_GIGA_MAC_VER_33)
Francois Romieufdf6fc02012-07-06 22:40:38 +02004083 rtl_ephy_write(tp, 0x19, 0xff64);
hayeswang01dc7fe2011-03-21 01:50:28 +00004084
David S. Miller1805b2f2011-10-24 18:18:09 -04004085 if (rtl_wol_pll_power_down(tp))
françois romieu065c27c2011-01-03 15:08:12 +00004086 return;
françois romieu065c27c2011-01-03 15:08:12 +00004087
4088 r8168_phy_power_down(tp);
4089
4090 switch (tp->mac_version) {
4091 case RTL_GIGA_MAC_VER_25:
4092 case RTL_GIGA_MAC_VER_26:
Hayes Wang5d2e1952011-02-22 17:26:22 +08004093 case RTL_GIGA_MAC_VER_27:
4094 case RTL_GIGA_MAC_VER_28:
hayeswang4804b3b2011-03-21 01:50:29 +00004095 case RTL_GIGA_MAC_VER_31:
hayeswang01dc7fe2011-03-21 01:50:28 +00004096 case RTL_GIGA_MAC_VER_32:
4097 case RTL_GIGA_MAC_VER_33:
françois romieu065c27c2011-01-03 15:08:12 +00004098 RTL_W8(PMCH, RTL_R8(PMCH) & ~0x80);
4099 break;
hayeswangbeb330a2013-04-01 22:23:39 +00004100 case RTL_GIGA_MAC_VER_40:
4101 case RTL_GIGA_MAC_VER_41:
4102 rtl_w1w0_eri(tp, 0x1a8, ERIAR_MASK_1111, 0x00000000,
4103 0xfc000000, ERIAR_EXGMAC);
4104 break;
françois romieu065c27c2011-01-03 15:08:12 +00004105 }
4106}
4107
4108static void r8168_pll_power_up(struct rtl8169_private *tp)
4109{
4110 void __iomem *ioaddr = tp->mmio_addr;
4111
françois romieu065c27c2011-01-03 15:08:12 +00004112 switch (tp->mac_version) {
4113 case RTL_GIGA_MAC_VER_25:
4114 case RTL_GIGA_MAC_VER_26:
Hayes Wang5d2e1952011-02-22 17:26:22 +08004115 case RTL_GIGA_MAC_VER_27:
4116 case RTL_GIGA_MAC_VER_28:
hayeswang4804b3b2011-03-21 01:50:29 +00004117 case RTL_GIGA_MAC_VER_31:
hayeswang01dc7fe2011-03-21 01:50:28 +00004118 case RTL_GIGA_MAC_VER_32:
4119 case RTL_GIGA_MAC_VER_33:
françois romieu065c27c2011-01-03 15:08:12 +00004120 RTL_W8(PMCH, RTL_R8(PMCH) | 0x80);
4121 break;
hayeswangbeb330a2013-04-01 22:23:39 +00004122 case RTL_GIGA_MAC_VER_40:
4123 case RTL_GIGA_MAC_VER_41:
4124 rtl_w1w0_eri(tp, 0x1a8, ERIAR_MASK_1111, 0xfc000000,
4125 0x00000000, ERIAR_EXGMAC);
4126 break;
françois romieu065c27c2011-01-03 15:08:12 +00004127 }
4128
4129 r8168_phy_power_up(tp);
4130}
4131
Francois Romieud58d46b2011-05-03 16:38:29 +02004132static void rtl_generic_op(struct rtl8169_private *tp,
4133 void (*op)(struct rtl8169_private *))
françois romieu065c27c2011-01-03 15:08:12 +00004134{
4135 if (op)
4136 op(tp);
4137}
4138
4139static void rtl_pll_power_down(struct rtl8169_private *tp)
4140{
Francois Romieud58d46b2011-05-03 16:38:29 +02004141 rtl_generic_op(tp, tp->pll_power_ops.down);
françois romieu065c27c2011-01-03 15:08:12 +00004142}
4143
4144static void rtl_pll_power_up(struct rtl8169_private *tp)
4145{
Francois Romieud58d46b2011-05-03 16:38:29 +02004146 rtl_generic_op(tp, tp->pll_power_ops.up);
françois romieu065c27c2011-01-03 15:08:12 +00004147}
4148
Bill Pembertonbaf63292012-12-03 09:23:28 -05004149static void rtl_init_pll_power_ops(struct rtl8169_private *tp)
françois romieu065c27c2011-01-03 15:08:12 +00004150{
4151 struct pll_power_ops *ops = &tp->pll_power_ops;
4152
4153 switch (tp->mac_version) {
4154 case RTL_GIGA_MAC_VER_07:
4155 case RTL_GIGA_MAC_VER_08:
4156 case RTL_GIGA_MAC_VER_09:
4157 case RTL_GIGA_MAC_VER_10:
4158 case RTL_GIGA_MAC_VER_16:
Hayes Wang5a5e4442011-02-22 17:26:21 +08004159 case RTL_GIGA_MAC_VER_29:
4160 case RTL_GIGA_MAC_VER_30:
Hayes Wang7e18dca2012-03-30 14:33:02 +08004161 case RTL_GIGA_MAC_VER_37:
Hayes Wang5598bfe2012-07-02 17:23:21 +08004162 case RTL_GIGA_MAC_VER_39:
hayeswang58152cd2013-04-01 22:23:42 +00004163 case RTL_GIGA_MAC_VER_43:
françois romieu065c27c2011-01-03 15:08:12 +00004164 ops->down = r810x_pll_power_down;
4165 ops->up = r810x_pll_power_up;
4166 break;
4167
4168 case RTL_GIGA_MAC_VER_11:
4169 case RTL_GIGA_MAC_VER_12:
4170 case RTL_GIGA_MAC_VER_17:
4171 case RTL_GIGA_MAC_VER_18:
4172 case RTL_GIGA_MAC_VER_19:
4173 case RTL_GIGA_MAC_VER_20:
4174 case RTL_GIGA_MAC_VER_21:
4175 case RTL_GIGA_MAC_VER_22:
4176 case RTL_GIGA_MAC_VER_23:
4177 case RTL_GIGA_MAC_VER_24:
4178 case RTL_GIGA_MAC_VER_25:
4179 case RTL_GIGA_MAC_VER_26:
4180 case RTL_GIGA_MAC_VER_27:
françois romieue6de30d2011-01-03 15:08:37 +00004181 case RTL_GIGA_MAC_VER_28:
hayeswang4804b3b2011-03-21 01:50:29 +00004182 case RTL_GIGA_MAC_VER_31:
hayeswang01dc7fe2011-03-21 01:50:28 +00004183 case RTL_GIGA_MAC_VER_32:
4184 case RTL_GIGA_MAC_VER_33:
Hayes Wang70090422011-07-06 15:58:06 +08004185 case RTL_GIGA_MAC_VER_34:
Hayes Wangc2218922011-09-06 16:55:18 +08004186 case RTL_GIGA_MAC_VER_35:
4187 case RTL_GIGA_MAC_VER_36:
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08004188 case RTL_GIGA_MAC_VER_38:
Hayes Wangc5583862012-07-02 17:23:22 +08004189 case RTL_GIGA_MAC_VER_40:
4190 case RTL_GIGA_MAC_VER_41:
hayeswang57538c42013-04-01 22:23:40 +00004191 case RTL_GIGA_MAC_VER_42:
hayeswang45dd95c2013-07-08 17:09:01 +08004192 case RTL_GIGA_MAC_VER_44:
françois romieu065c27c2011-01-03 15:08:12 +00004193 ops->down = r8168_pll_power_down;
4194 ops->up = r8168_pll_power_up;
4195 break;
4196
4197 default:
4198 ops->down = NULL;
4199 ops->up = NULL;
4200 break;
4201 }
4202}
4203
Hayes Wange542a222011-07-06 15:58:04 +08004204static void rtl_init_rxcfg(struct rtl8169_private *tp)
4205{
4206 void __iomem *ioaddr = tp->mmio_addr;
4207
4208 switch (tp->mac_version) {
4209 case RTL_GIGA_MAC_VER_01:
4210 case RTL_GIGA_MAC_VER_02:
4211 case RTL_GIGA_MAC_VER_03:
4212 case RTL_GIGA_MAC_VER_04:
4213 case RTL_GIGA_MAC_VER_05:
4214 case RTL_GIGA_MAC_VER_06:
4215 case RTL_GIGA_MAC_VER_10:
4216 case RTL_GIGA_MAC_VER_11:
4217 case RTL_GIGA_MAC_VER_12:
4218 case RTL_GIGA_MAC_VER_13:
4219 case RTL_GIGA_MAC_VER_14:
4220 case RTL_GIGA_MAC_VER_15:
4221 case RTL_GIGA_MAC_VER_16:
4222 case RTL_GIGA_MAC_VER_17:
4223 RTL_W32(RxConfig, RX_FIFO_THRESH | RX_DMA_BURST);
4224 break;
4225 case RTL_GIGA_MAC_VER_18:
4226 case RTL_GIGA_MAC_VER_19:
4227 case RTL_GIGA_MAC_VER_20:
4228 case RTL_GIGA_MAC_VER_21:
4229 case RTL_GIGA_MAC_VER_22:
4230 case RTL_GIGA_MAC_VER_23:
4231 case RTL_GIGA_MAC_VER_24:
françois romieueb2dc352012-06-20 12:09:18 +00004232 case RTL_GIGA_MAC_VER_34:
Hayes Wange542a222011-07-06 15:58:04 +08004233 RTL_W32(RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST);
4234 break;
hayeswangbeb330a2013-04-01 22:23:39 +00004235 case RTL_GIGA_MAC_VER_40:
4236 case RTL_GIGA_MAC_VER_41:
hayeswang57538c42013-04-01 22:23:40 +00004237 case RTL_GIGA_MAC_VER_42:
hayeswang58152cd2013-04-01 22:23:42 +00004238 case RTL_GIGA_MAC_VER_43:
hayeswang45dd95c2013-07-08 17:09:01 +08004239 case RTL_GIGA_MAC_VER_44:
hayeswangbeb330a2013-04-01 22:23:39 +00004240 RTL_W32(RxConfig, RX128_INT_EN | RX_DMA_BURST | RX_EARLY_OFF);
4241 break;
Hayes Wange542a222011-07-06 15:58:04 +08004242 default:
4243 RTL_W32(RxConfig, RX128_INT_EN | RX_DMA_BURST);
4244 break;
4245 }
4246}
4247
Hayes Wang92fc43b2011-07-06 15:58:03 +08004248static void rtl8169_init_ring_indexes(struct rtl8169_private *tp)
4249{
Timo Teräs9fba0812013-01-15 21:01:24 +00004250 tp->dirty_tx = tp->cur_tx = tp->cur_rx = 0;
Hayes Wang92fc43b2011-07-06 15:58:03 +08004251}
4252
Francois Romieud58d46b2011-05-03 16:38:29 +02004253static void rtl_hw_jumbo_enable(struct rtl8169_private *tp)
4254{
françois romieu9c5028e2012-03-02 04:43:14 +00004255 void __iomem *ioaddr = tp->mmio_addr;
4256
4257 RTL_W8(Cfg9346, Cfg9346_Unlock);
Francois Romieud58d46b2011-05-03 16:38:29 +02004258 rtl_generic_op(tp, tp->jumbo_ops.enable);
françois romieu9c5028e2012-03-02 04:43:14 +00004259 RTL_W8(Cfg9346, Cfg9346_Lock);
Francois Romieud58d46b2011-05-03 16:38:29 +02004260}
4261
4262static void rtl_hw_jumbo_disable(struct rtl8169_private *tp)
4263{
françois romieu9c5028e2012-03-02 04:43:14 +00004264 void __iomem *ioaddr = tp->mmio_addr;
4265
4266 RTL_W8(Cfg9346, Cfg9346_Unlock);
Francois Romieud58d46b2011-05-03 16:38:29 +02004267 rtl_generic_op(tp, tp->jumbo_ops.disable);
françois romieu9c5028e2012-03-02 04:43:14 +00004268 RTL_W8(Cfg9346, Cfg9346_Lock);
Francois Romieud58d46b2011-05-03 16:38:29 +02004269}
4270
4271static void r8168c_hw_jumbo_enable(struct rtl8169_private *tp)
4272{
4273 void __iomem *ioaddr = tp->mmio_addr;
4274
4275 RTL_W8(Config3, RTL_R8(Config3) | Jumbo_En0);
4276 RTL_W8(Config4, RTL_R8(Config4) | Jumbo_En1);
4277 rtl_tx_performance_tweak(tp->pci_dev, 0x2 << MAX_READ_REQUEST_SHIFT);
4278}
4279
4280static void r8168c_hw_jumbo_disable(struct rtl8169_private *tp)
4281{
4282 void __iomem *ioaddr = tp->mmio_addr;
4283
4284 RTL_W8(Config3, RTL_R8(Config3) & ~Jumbo_En0);
4285 RTL_W8(Config4, RTL_R8(Config4) & ~Jumbo_En1);
4286 rtl_tx_performance_tweak(tp->pci_dev, 0x5 << MAX_READ_REQUEST_SHIFT);
4287}
4288
4289static void r8168dp_hw_jumbo_enable(struct rtl8169_private *tp)
4290{
4291 void __iomem *ioaddr = tp->mmio_addr;
4292
4293 RTL_W8(Config3, RTL_R8(Config3) | Jumbo_En0);
4294}
4295
4296static void r8168dp_hw_jumbo_disable(struct rtl8169_private *tp)
4297{
4298 void __iomem *ioaddr = tp->mmio_addr;
4299
4300 RTL_W8(Config3, RTL_R8(Config3) & ~Jumbo_En0);
4301}
4302
4303static void r8168e_hw_jumbo_enable(struct rtl8169_private *tp)
4304{
4305 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieud58d46b2011-05-03 16:38:29 +02004306
4307 RTL_W8(MaxTxPacketSize, 0x3f);
4308 RTL_W8(Config3, RTL_R8(Config3) | Jumbo_En0);
4309 RTL_W8(Config4, RTL_R8(Config4) | 0x01);
Francois Romieu4512ff92011-12-22 18:59:37 +01004310 rtl_tx_performance_tweak(tp->pci_dev, 0x2 << MAX_READ_REQUEST_SHIFT);
Francois Romieud58d46b2011-05-03 16:38:29 +02004311}
4312
4313static void r8168e_hw_jumbo_disable(struct rtl8169_private *tp)
4314{
4315 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieud58d46b2011-05-03 16:38:29 +02004316
4317 RTL_W8(MaxTxPacketSize, 0x0c);
4318 RTL_W8(Config3, RTL_R8(Config3) & ~Jumbo_En0);
4319 RTL_W8(Config4, RTL_R8(Config4) & ~0x01);
Francois Romieu4512ff92011-12-22 18:59:37 +01004320 rtl_tx_performance_tweak(tp->pci_dev, 0x5 << MAX_READ_REQUEST_SHIFT);
Francois Romieud58d46b2011-05-03 16:38:29 +02004321}
4322
4323static void r8168b_0_hw_jumbo_enable(struct rtl8169_private *tp)
4324{
4325 rtl_tx_performance_tweak(tp->pci_dev,
4326 (0x2 << MAX_READ_REQUEST_SHIFT) | PCI_EXP_DEVCTL_NOSNOOP_EN);
4327}
4328
4329static void r8168b_0_hw_jumbo_disable(struct rtl8169_private *tp)
4330{
4331 rtl_tx_performance_tweak(tp->pci_dev,
4332 (0x5 << MAX_READ_REQUEST_SHIFT) | PCI_EXP_DEVCTL_NOSNOOP_EN);
4333}
4334
4335static void r8168b_1_hw_jumbo_enable(struct rtl8169_private *tp)
4336{
4337 void __iomem *ioaddr = tp->mmio_addr;
4338
4339 r8168b_0_hw_jumbo_enable(tp);
4340
4341 RTL_W8(Config4, RTL_R8(Config4) | (1 << 0));
4342}
4343
4344static void r8168b_1_hw_jumbo_disable(struct rtl8169_private *tp)
4345{
4346 void __iomem *ioaddr = tp->mmio_addr;
4347
4348 r8168b_0_hw_jumbo_disable(tp);
4349
4350 RTL_W8(Config4, RTL_R8(Config4) & ~(1 << 0));
4351}
4352
Bill Pembertonbaf63292012-12-03 09:23:28 -05004353static void rtl_init_jumbo_ops(struct rtl8169_private *tp)
Francois Romieud58d46b2011-05-03 16:38:29 +02004354{
4355 struct jumbo_ops *ops = &tp->jumbo_ops;
4356
4357 switch (tp->mac_version) {
4358 case RTL_GIGA_MAC_VER_11:
4359 ops->disable = r8168b_0_hw_jumbo_disable;
4360 ops->enable = r8168b_0_hw_jumbo_enable;
4361 break;
4362 case RTL_GIGA_MAC_VER_12:
4363 case RTL_GIGA_MAC_VER_17:
4364 ops->disable = r8168b_1_hw_jumbo_disable;
4365 ops->enable = r8168b_1_hw_jumbo_enable;
4366 break;
4367 case RTL_GIGA_MAC_VER_18: /* Wild guess. Needs info from Realtek. */
4368 case RTL_GIGA_MAC_VER_19:
4369 case RTL_GIGA_MAC_VER_20:
4370 case RTL_GIGA_MAC_VER_21: /* Wild guess. Needs info from Realtek. */
4371 case RTL_GIGA_MAC_VER_22:
4372 case RTL_GIGA_MAC_VER_23:
4373 case RTL_GIGA_MAC_VER_24:
4374 case RTL_GIGA_MAC_VER_25:
4375 case RTL_GIGA_MAC_VER_26:
4376 ops->disable = r8168c_hw_jumbo_disable;
4377 ops->enable = r8168c_hw_jumbo_enable;
4378 break;
4379 case RTL_GIGA_MAC_VER_27:
4380 case RTL_GIGA_MAC_VER_28:
4381 ops->disable = r8168dp_hw_jumbo_disable;
4382 ops->enable = r8168dp_hw_jumbo_enable;
4383 break;
4384 case RTL_GIGA_MAC_VER_31: /* Wild guess. Needs info from Realtek. */
4385 case RTL_GIGA_MAC_VER_32:
4386 case RTL_GIGA_MAC_VER_33:
4387 case RTL_GIGA_MAC_VER_34:
4388 ops->disable = r8168e_hw_jumbo_disable;
4389 ops->enable = r8168e_hw_jumbo_enable;
4390 break;
4391
4392 /*
4393 * No action needed for jumbo frames with 8169.
4394 * No jumbo for 810x at all.
4395 */
Hayes Wangc5583862012-07-02 17:23:22 +08004396 case RTL_GIGA_MAC_VER_40:
4397 case RTL_GIGA_MAC_VER_41:
hayeswang57538c42013-04-01 22:23:40 +00004398 case RTL_GIGA_MAC_VER_42:
hayeswang58152cd2013-04-01 22:23:42 +00004399 case RTL_GIGA_MAC_VER_43:
hayeswang45dd95c2013-07-08 17:09:01 +08004400 case RTL_GIGA_MAC_VER_44:
Francois Romieud58d46b2011-05-03 16:38:29 +02004401 default:
4402 ops->disable = NULL;
4403 ops->enable = NULL;
4404 break;
4405 }
4406}
4407
Francois Romieuffc46952012-07-06 14:19:23 +02004408DECLARE_RTL_COND(rtl_chipcmd_cond)
4409{
4410 void __iomem *ioaddr = tp->mmio_addr;
4411
4412 return RTL_R8(ChipCmd) & CmdReset;
4413}
4414
Francois Romieu6f43adc2011-04-29 15:05:51 +02004415static void rtl_hw_reset(struct rtl8169_private *tp)
4416{
4417 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieu6f43adc2011-04-29 15:05:51 +02004418
Francois Romieu6f43adc2011-04-29 15:05:51 +02004419 RTL_W8(ChipCmd, CmdReset);
4420
Francois Romieuffc46952012-07-06 14:19:23 +02004421 rtl_udelay_loop_wait_low(tp, &rtl_chipcmd_cond, 100, 100);
Francois Romieu6f43adc2011-04-29 15:05:51 +02004422}
4423
Francois Romieub6ffd972011-06-17 17:00:05 +02004424static void rtl_request_uncached_firmware(struct rtl8169_private *tp)
4425{
4426 struct rtl_fw *rtl_fw;
4427 const char *name;
4428 int rc = -ENOMEM;
4429
4430 name = rtl_lookup_firmware_name(tp);
4431 if (!name)
4432 goto out_no_firmware;
4433
4434 rtl_fw = kzalloc(sizeof(*rtl_fw), GFP_KERNEL);
4435 if (!rtl_fw)
4436 goto err_warn;
4437
4438 rc = request_firmware(&rtl_fw->fw, name, &tp->pci_dev->dev);
4439 if (rc < 0)
4440 goto err_free;
4441
Francois Romieufd112f22011-06-18 00:10:29 +02004442 rc = rtl_check_firmware(tp, rtl_fw);
4443 if (rc < 0)
4444 goto err_release_firmware;
4445
Francois Romieub6ffd972011-06-17 17:00:05 +02004446 tp->rtl_fw = rtl_fw;
4447out:
4448 return;
4449
Francois Romieufd112f22011-06-18 00:10:29 +02004450err_release_firmware:
4451 release_firmware(rtl_fw->fw);
Francois Romieub6ffd972011-06-17 17:00:05 +02004452err_free:
4453 kfree(rtl_fw);
4454err_warn:
4455 netif_warn(tp, ifup, tp->dev, "unable to load firmware patch %s (%d)\n",
4456 name, rc);
4457out_no_firmware:
4458 tp->rtl_fw = NULL;
4459 goto out;
4460}
4461
François Romieu953a12c2011-04-24 17:38:48 +02004462static void rtl_request_firmware(struct rtl8169_private *tp)
4463{
Francois Romieub6ffd972011-06-17 17:00:05 +02004464 if (IS_ERR(tp->rtl_fw))
4465 rtl_request_uncached_firmware(tp);
François Romieu953a12c2011-04-24 17:38:48 +02004466}
4467
Hayes Wang92fc43b2011-07-06 15:58:03 +08004468static void rtl_rx_close(struct rtl8169_private *tp)
4469{
4470 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wang92fc43b2011-07-06 15:58:03 +08004471
Francois Romieu1687b562011-07-19 17:21:29 +02004472 RTL_W32(RxConfig, RTL_R32(RxConfig) & ~RX_CONFIG_ACCEPT_MASK);
Hayes Wang92fc43b2011-07-06 15:58:03 +08004473}
4474
Francois Romieuffc46952012-07-06 14:19:23 +02004475DECLARE_RTL_COND(rtl_npq_cond)
4476{
4477 void __iomem *ioaddr = tp->mmio_addr;
4478
4479 return RTL_R8(TxPoll) & NPQ;
4480}
4481
4482DECLARE_RTL_COND(rtl_txcfg_empty_cond)
4483{
4484 void __iomem *ioaddr = tp->mmio_addr;
4485
4486 return RTL_R32(TxConfig) & TXCFG_EMPTY;
4487}
4488
françois romieue6de30d2011-01-03 15:08:37 +00004489static void rtl8169_hw_reset(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490{
françois romieue6de30d2011-01-03 15:08:37 +00004491 void __iomem *ioaddr = tp->mmio_addr;
4492
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493 /* Disable interrupts */
françois romieu811fd302011-12-04 20:30:45 +00004494 rtl8169_irq_mask_and_ack(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495
Hayes Wang92fc43b2011-07-06 15:58:03 +08004496 rtl_rx_close(tp);
4497
Hayes Wang5d2e1952011-02-22 17:26:22 +08004498 if (tp->mac_version == RTL_GIGA_MAC_VER_27 ||
hayeswang4804b3b2011-03-21 01:50:29 +00004499 tp->mac_version == RTL_GIGA_MAC_VER_28 ||
4500 tp->mac_version == RTL_GIGA_MAC_VER_31) {
Francois Romieuffc46952012-07-06 14:19:23 +02004501 rtl_udelay_loop_wait_low(tp, &rtl_npq_cond, 20, 42*42);
Hayes Wangc2218922011-09-06 16:55:18 +08004502 } else if (tp->mac_version == RTL_GIGA_MAC_VER_34 ||
4503 tp->mac_version == RTL_GIGA_MAC_VER_35 ||
Hayes Wang7e18dca2012-03-30 14:33:02 +08004504 tp->mac_version == RTL_GIGA_MAC_VER_36 ||
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08004505 tp->mac_version == RTL_GIGA_MAC_VER_37 ||
Hayes Wangc5583862012-07-02 17:23:22 +08004506 tp->mac_version == RTL_GIGA_MAC_VER_40 ||
4507 tp->mac_version == RTL_GIGA_MAC_VER_41 ||
hayeswang57538c42013-04-01 22:23:40 +00004508 tp->mac_version == RTL_GIGA_MAC_VER_42 ||
hayeswang58152cd2013-04-01 22:23:42 +00004509 tp->mac_version == RTL_GIGA_MAC_VER_43 ||
hayeswang45dd95c2013-07-08 17:09:01 +08004510 tp->mac_version == RTL_GIGA_MAC_VER_44 ||
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08004511 tp->mac_version == RTL_GIGA_MAC_VER_38) {
David S. Miller8decf862011-09-22 03:23:13 -04004512 RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq);
Francois Romieuffc46952012-07-06 14:19:23 +02004513 rtl_udelay_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 666);
Hayes Wang92fc43b2011-07-06 15:58:03 +08004514 } else {
4515 RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq);
4516 udelay(100);
françois romieue6de30d2011-01-03 15:08:37 +00004517 }
4518
Hayes Wang92fc43b2011-07-06 15:58:03 +08004519 rtl_hw_reset(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520}
4521
Francois Romieu7f796d832007-06-11 23:04:41 +02004522static void rtl_set_rx_tx_config_registers(struct rtl8169_private *tp)
Francois Romieu9cb427b2006-11-02 00:10:16 +01004523{
4524 void __iomem *ioaddr = tp->mmio_addr;
Francois Romieu9cb427b2006-11-02 00:10:16 +01004525
4526 /* Set DMA burst size and Interframe Gap Time */
4527 RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
4528 (InterFrameGap << TxInterFrameGapShift));
4529}
4530
Francois Romieu07ce4062007-02-23 23:36:39 +01004531static void rtl_hw_start(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004532{
4533 struct rtl8169_private *tp = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534
Francois Romieu07ce4062007-02-23 23:36:39 +01004535 tp->hw_start(dev);
4536
Francois Romieuda78dbf2012-01-26 14:18:23 +01004537 rtl_irq_enable_all(tp);
Francois Romieu07ce4062007-02-23 23:36:39 +01004538}
4539
Francois Romieu7f796d832007-06-11 23:04:41 +02004540static void rtl_set_rx_tx_desc_registers(struct rtl8169_private *tp,
4541 void __iomem *ioaddr)
4542{
4543 /*
4544 * Magic spell: some iop3xx ARM board needs the TxDescAddrHigh
4545 * register to be written before TxDescAddrLow to work.
4546 * Switching from MMIO to I/O access fixes the issue as well.
4547 */
4548 RTL_W32(TxDescStartAddrHigh, ((u64) tp->TxPhyAddr) >> 32);
Yang Hongyang284901a2009-04-06 19:01:15 -07004549 RTL_W32(TxDescStartAddrLow, ((u64) tp->TxPhyAddr) & DMA_BIT_MASK(32));
Francois Romieu7f796d832007-06-11 23:04:41 +02004550 RTL_W32(RxDescAddrHigh, ((u64) tp->RxPhyAddr) >> 32);
Yang Hongyang284901a2009-04-06 19:01:15 -07004551 RTL_W32(RxDescAddrLow, ((u64) tp->RxPhyAddr) & DMA_BIT_MASK(32));
Francois Romieu7f796d832007-06-11 23:04:41 +02004552}
4553
4554static u16 rtl_rw_cpluscmd(void __iomem *ioaddr)
4555{
4556 u16 cmd;
4557
4558 cmd = RTL_R16(CPlusCmd);
4559 RTL_W16(CPlusCmd, cmd);
4560 return cmd;
4561}
4562
Eric Dumazetfdd7b4c2009-06-09 04:01:02 -07004563static void rtl_set_rx_max_size(void __iomem *ioaddr, unsigned int rx_buf_sz)
Francois Romieu7f796d832007-06-11 23:04:41 +02004564{
4565 /* Low hurts. Let's disable the filtering. */
Raimonds Cicans207d6e872009-10-26 10:52:37 +00004566 RTL_W16(RxMaxSize, rx_buf_sz + 1);
Francois Romieu7f796d832007-06-11 23:04:41 +02004567}
4568
Francois Romieu6dccd162007-02-13 23:38:05 +01004569static void rtl8169_set_magic_reg(void __iomem *ioaddr, unsigned mac_version)
4570{
Francois Romieu37441002011-06-17 22:58:54 +02004571 static const struct rtl_cfg2_info {
Francois Romieu6dccd162007-02-13 23:38:05 +01004572 u32 mac_version;
4573 u32 clk;
4574 u32 val;
4575 } cfg2_info [] = {
4576 { RTL_GIGA_MAC_VER_05, PCI_Clock_33MHz, 0x000fff00 }, // 8110SCd
4577 { RTL_GIGA_MAC_VER_05, PCI_Clock_66MHz, 0x000fffff },
4578 { RTL_GIGA_MAC_VER_06, PCI_Clock_33MHz, 0x00ffff00 }, // 8110SCe
4579 { RTL_GIGA_MAC_VER_06, PCI_Clock_66MHz, 0x00ffffff }
Francois Romieu37441002011-06-17 22:58:54 +02004580 };
4581 const struct rtl_cfg2_info *p = cfg2_info;
Francois Romieu6dccd162007-02-13 23:38:05 +01004582 unsigned int i;
4583 u32 clk;
4584
4585 clk = RTL_R8(Config2) & PCI_Clock_66MHz;
Francois Romieucadf1852008-01-03 23:38:38 +01004586 for (i = 0; i < ARRAY_SIZE(cfg2_info); i++, p++) {
Francois Romieu6dccd162007-02-13 23:38:05 +01004587 if ((p->mac_version == mac_version) && (p->clk == clk)) {
4588 RTL_W32(0x7c, p->val);
4589 break;
4590 }
4591 }
4592}
4593
Francois Romieue6b763e2012-03-08 09:35:39 +01004594static void rtl_set_rx_mode(struct net_device *dev)
4595{
4596 struct rtl8169_private *tp = netdev_priv(dev);
4597 void __iomem *ioaddr = tp->mmio_addr;
4598 u32 mc_filter[2]; /* Multicast hash filter */
4599 int rx_mode;
4600 u32 tmp = 0;
4601
4602 if (dev->flags & IFF_PROMISC) {
4603 /* Unconditionally log net taps. */
4604 netif_notice(tp, link, dev, "Promiscuous mode enabled\n");
4605 rx_mode =
4606 AcceptBroadcast | AcceptMulticast | AcceptMyPhys |
4607 AcceptAllPhys;
4608 mc_filter[1] = mc_filter[0] = 0xffffffff;
4609 } else if ((netdev_mc_count(dev) > multicast_filter_limit) ||
4610 (dev->flags & IFF_ALLMULTI)) {
4611 /* Too many to filter perfectly -- accept all multicasts. */
4612 rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys;
4613 mc_filter[1] = mc_filter[0] = 0xffffffff;
4614 } else {
4615 struct netdev_hw_addr *ha;
4616
4617 rx_mode = AcceptBroadcast | AcceptMyPhys;
4618 mc_filter[1] = mc_filter[0] = 0;
4619 netdev_for_each_mc_addr(ha, dev) {
4620 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
4621 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
4622 rx_mode |= AcceptMulticast;
4623 }
4624 }
4625
4626 if (dev->features & NETIF_F_RXALL)
4627 rx_mode |= (AcceptErr | AcceptRunt);
4628
4629 tmp = (RTL_R32(RxConfig) & ~RX_CONFIG_ACCEPT_MASK) | rx_mode;
4630
4631 if (tp->mac_version > RTL_GIGA_MAC_VER_06) {
4632 u32 data = mc_filter[0];
4633
4634 mc_filter[0] = swab32(mc_filter[1]);
4635 mc_filter[1] = swab32(data);
4636 }
4637
Nathan Walp04817762012-11-01 12:08:47 +00004638 if (tp->mac_version == RTL_GIGA_MAC_VER_35)
4639 mc_filter[1] = mc_filter[0] = 0xffffffff;
4640
Francois Romieue6b763e2012-03-08 09:35:39 +01004641 RTL_W32(MAR0 + 4, mc_filter[1]);
4642 RTL_W32(MAR0 + 0, mc_filter[0]);
4643
4644 RTL_W32(RxConfig, tmp);
4645}
4646
Francois Romieu07ce4062007-02-23 23:36:39 +01004647static void rtl_hw_start_8169(struct net_device *dev)
4648{
4649 struct rtl8169_private *tp = netdev_priv(dev);
4650 void __iomem *ioaddr = tp->mmio_addr;
4651 struct pci_dev *pdev = tp->pci_dev;
Francois Romieu07ce4062007-02-23 23:36:39 +01004652
Francois Romieu9cb427b2006-11-02 00:10:16 +01004653 if (tp->mac_version == RTL_GIGA_MAC_VER_05) {
4654 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) | PCIMulRW);
4655 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, 0x08);
4656 }
4657
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658 RTL_W8(Cfg9346, Cfg9346_Unlock);
Francois Romieucecb5fd2011-04-01 10:21:07 +02004659 if (tp->mac_version == RTL_GIGA_MAC_VER_01 ||
4660 tp->mac_version == RTL_GIGA_MAC_VER_02 ||
4661 tp->mac_version == RTL_GIGA_MAC_VER_03 ||
4662 tp->mac_version == RTL_GIGA_MAC_VER_04)
Francois Romieu9cb427b2006-11-02 00:10:16 +01004663 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
4664
Hayes Wange542a222011-07-06 15:58:04 +08004665 rtl_init_rxcfg(tp);
4666
françois romieuf0298f82011-01-03 15:07:42 +00004667 RTL_W8(EarlyTxThres, NoEarlyTx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004668
Eric Dumazet6f0333b2010-10-11 11:17:47 +00004669 rtl_set_rx_max_size(ioaddr, rx_buf_sz);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670
Francois Romieucecb5fd2011-04-01 10:21:07 +02004671 if (tp->mac_version == RTL_GIGA_MAC_VER_01 ||
4672 tp->mac_version == RTL_GIGA_MAC_VER_02 ||
4673 tp->mac_version == RTL_GIGA_MAC_VER_03 ||
4674 tp->mac_version == RTL_GIGA_MAC_VER_04)
Francois Romieuc946b302007-10-04 00:42:50 +02004675 rtl_set_rx_tx_config_registers(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676
Francois Romieu7f796d832007-06-11 23:04:41 +02004677 tp->cp_cmd |= rtl_rw_cpluscmd(ioaddr) | PCIMulRW;
Francois Romieubcf0bf92006-07-26 23:14:13 +02004678
Francois Romieucecb5fd2011-04-01 10:21:07 +02004679 if (tp->mac_version == RTL_GIGA_MAC_VER_02 ||
4680 tp->mac_version == RTL_GIGA_MAC_VER_03) {
Joe Perches06fa7352007-10-18 21:15:00 +02004681 dprintk("Set MAC Reg C+CR Offset 0xE0. "
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682 "Bit-3 and bit-14 MUST be 1\n");
Francois Romieubcf0bf92006-07-26 23:14:13 +02004683 tp->cp_cmd |= (1 << 14);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684 }
4685
Francois Romieubcf0bf92006-07-26 23:14:13 +02004686 RTL_W16(CPlusCmd, tp->cp_cmd);
4687
Francois Romieu6dccd162007-02-13 23:38:05 +01004688 rtl8169_set_magic_reg(ioaddr, tp->mac_version);
4689
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690 /*
4691 * Undocumented corner. Supposedly:
4692 * (TxTimer << 12) | (TxPackets << 8) | (RxTimer << 4) | RxPackets
4693 */
4694 RTL_W16(IntrMitigate, 0x0000);
4695
Francois Romieu7f796d832007-06-11 23:04:41 +02004696 rtl_set_rx_tx_desc_registers(tp, ioaddr);
Francois Romieu9cb427b2006-11-02 00:10:16 +01004697
Francois Romieucecb5fd2011-04-01 10:21:07 +02004698 if (tp->mac_version != RTL_GIGA_MAC_VER_01 &&
4699 tp->mac_version != RTL_GIGA_MAC_VER_02 &&
4700 tp->mac_version != RTL_GIGA_MAC_VER_03 &&
4701 tp->mac_version != RTL_GIGA_MAC_VER_04) {
Francois Romieuc946b302007-10-04 00:42:50 +02004702 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
4703 rtl_set_rx_tx_config_registers(tp);
4704 }
4705
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706 RTL_W8(Cfg9346, Cfg9346_Lock);
Francois Romieub518fa82006-08-16 15:23:13 +02004707
4708 /* Initially a 10 us delay. Turned it into a PCI commit. - FR */
4709 RTL_R8(IntrMask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710
4711 RTL_W32(RxMissed, 0);
4712
Francois Romieu07ce4062007-02-23 23:36:39 +01004713 rtl_set_rx_mode(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714
4715 /* no early-rx interrupts */
4716 RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xF000);
Francois Romieu07ce4062007-02-23 23:36:39 +01004717}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004719static void rtl_csi_write(struct rtl8169_private *tp, int addr, int value)
4720{
4721 if (tp->csi_ops.write)
Francois Romieu52989f02012-07-06 13:37:00 +02004722 tp->csi_ops.write(tp, addr, value);
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004723}
4724
4725static u32 rtl_csi_read(struct rtl8169_private *tp, int addr)
4726{
Francois Romieu52989f02012-07-06 13:37:00 +02004727 return tp->csi_ops.read ? tp->csi_ops.read(tp, addr) : ~0;
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004728}
4729
4730static void rtl_csi_access_enable(struct rtl8169_private *tp, u32 bits)
Francois Romieudacf8152008-08-02 20:44:13 +02004731{
4732 u32 csi;
4733
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004734 csi = rtl_csi_read(tp, 0x070c) & 0x00ffffff;
4735 rtl_csi_write(tp, 0x070c, csi | bits);
françois romieu650e8d52011-01-03 15:08:29 +00004736}
4737
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004738static void rtl_csi_access_enable_1(struct rtl8169_private *tp)
françois romieue6de30d2011-01-03 15:08:37 +00004739{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004740 rtl_csi_access_enable(tp, 0x17000000);
françois romieue6de30d2011-01-03 15:08:37 +00004741}
4742
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004743static void rtl_csi_access_enable_2(struct rtl8169_private *tp)
françois romieu650e8d52011-01-03 15:08:29 +00004744{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004745 rtl_csi_access_enable(tp, 0x27000000);
4746}
4747
Francois Romieuffc46952012-07-06 14:19:23 +02004748DECLARE_RTL_COND(rtl_csiar_cond)
4749{
4750 void __iomem *ioaddr = tp->mmio_addr;
4751
4752 return RTL_R32(CSIAR) & CSIAR_FLAG;
4753}
4754
Francois Romieu52989f02012-07-06 13:37:00 +02004755static void r8169_csi_write(struct rtl8169_private *tp, int addr, int value)
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004756{
Francois Romieu52989f02012-07-06 13:37:00 +02004757 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004758
4759 RTL_W32(CSIDR, value);
4760 RTL_W32(CSIAR, CSIAR_WRITE_CMD | (addr & CSIAR_ADDR_MASK) |
4761 CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT);
4762
Francois Romieuffc46952012-07-06 14:19:23 +02004763 rtl_udelay_loop_wait_low(tp, &rtl_csiar_cond, 10, 100);
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004764}
4765
Francois Romieu52989f02012-07-06 13:37:00 +02004766static u32 r8169_csi_read(struct rtl8169_private *tp, int addr)
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004767{
Francois Romieu52989f02012-07-06 13:37:00 +02004768 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004769
4770 RTL_W32(CSIAR, (addr & CSIAR_ADDR_MASK) |
4771 CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT);
4772
Francois Romieuffc46952012-07-06 14:19:23 +02004773 return rtl_udelay_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ?
4774 RTL_R32(CSIDR) : ~0;
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004775}
4776
Francois Romieu52989f02012-07-06 13:37:00 +02004777static void r8402_csi_write(struct rtl8169_private *tp, int addr, int value)
Hayes Wang7e18dca2012-03-30 14:33:02 +08004778{
Francois Romieu52989f02012-07-06 13:37:00 +02004779 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wang7e18dca2012-03-30 14:33:02 +08004780
4781 RTL_W32(CSIDR, value);
4782 RTL_W32(CSIAR, CSIAR_WRITE_CMD | (addr & CSIAR_ADDR_MASK) |
4783 CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT |
4784 CSIAR_FUNC_NIC);
4785
Francois Romieuffc46952012-07-06 14:19:23 +02004786 rtl_udelay_loop_wait_low(tp, &rtl_csiar_cond, 10, 100);
Hayes Wang7e18dca2012-03-30 14:33:02 +08004787}
4788
Francois Romieu52989f02012-07-06 13:37:00 +02004789static u32 r8402_csi_read(struct rtl8169_private *tp, int addr)
Hayes Wang7e18dca2012-03-30 14:33:02 +08004790{
Francois Romieu52989f02012-07-06 13:37:00 +02004791 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wang7e18dca2012-03-30 14:33:02 +08004792
4793 RTL_W32(CSIAR, (addr & CSIAR_ADDR_MASK) | CSIAR_FUNC_NIC |
4794 CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT);
4795
Francois Romieuffc46952012-07-06 14:19:23 +02004796 return rtl_udelay_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ?
4797 RTL_R32(CSIDR) : ~0;
Hayes Wang7e18dca2012-03-30 14:33:02 +08004798}
4799
hayeswang45dd95c2013-07-08 17:09:01 +08004800static void r8411_csi_write(struct rtl8169_private *tp, int addr, int value)
4801{
4802 void __iomem *ioaddr = tp->mmio_addr;
4803
4804 RTL_W32(CSIDR, value);
4805 RTL_W32(CSIAR, CSIAR_WRITE_CMD | (addr & CSIAR_ADDR_MASK) |
4806 CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT |
4807 CSIAR_FUNC_NIC2);
4808
4809 rtl_udelay_loop_wait_low(tp, &rtl_csiar_cond, 10, 100);
4810}
4811
4812static u32 r8411_csi_read(struct rtl8169_private *tp, int addr)
4813{
4814 void __iomem *ioaddr = tp->mmio_addr;
4815
4816 RTL_W32(CSIAR, (addr & CSIAR_ADDR_MASK) | CSIAR_FUNC_NIC2 |
4817 CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT);
4818
4819 return rtl_udelay_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ?
4820 RTL_R32(CSIDR) : ~0;
4821}
4822
Bill Pembertonbaf63292012-12-03 09:23:28 -05004823static void rtl_init_csi_ops(struct rtl8169_private *tp)
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004824{
4825 struct csi_ops *ops = &tp->csi_ops;
4826
4827 switch (tp->mac_version) {
4828 case RTL_GIGA_MAC_VER_01:
4829 case RTL_GIGA_MAC_VER_02:
4830 case RTL_GIGA_MAC_VER_03:
4831 case RTL_GIGA_MAC_VER_04:
4832 case RTL_GIGA_MAC_VER_05:
4833 case RTL_GIGA_MAC_VER_06:
4834 case RTL_GIGA_MAC_VER_10:
4835 case RTL_GIGA_MAC_VER_11:
4836 case RTL_GIGA_MAC_VER_12:
4837 case RTL_GIGA_MAC_VER_13:
4838 case RTL_GIGA_MAC_VER_14:
4839 case RTL_GIGA_MAC_VER_15:
4840 case RTL_GIGA_MAC_VER_16:
4841 case RTL_GIGA_MAC_VER_17:
4842 ops->write = NULL;
4843 ops->read = NULL;
4844 break;
4845
Hayes Wang7e18dca2012-03-30 14:33:02 +08004846 case RTL_GIGA_MAC_VER_37:
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08004847 case RTL_GIGA_MAC_VER_38:
Hayes Wang7e18dca2012-03-30 14:33:02 +08004848 ops->write = r8402_csi_write;
4849 ops->read = r8402_csi_read;
4850 break;
4851
hayeswang45dd95c2013-07-08 17:09:01 +08004852 case RTL_GIGA_MAC_VER_44:
4853 ops->write = r8411_csi_write;
4854 ops->read = r8411_csi_read;
4855 break;
4856
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004857 default:
4858 ops->write = r8169_csi_write;
4859 ops->read = r8169_csi_read;
4860 break;
4861 }
Francois Romieudacf8152008-08-02 20:44:13 +02004862}
4863
4864struct ephy_info {
4865 unsigned int offset;
4866 u16 mask;
4867 u16 bits;
4868};
4869
Francois Romieufdf6fc02012-07-06 22:40:38 +02004870static void rtl_ephy_init(struct rtl8169_private *tp, const struct ephy_info *e,
4871 int len)
Francois Romieudacf8152008-08-02 20:44:13 +02004872{
4873 u16 w;
4874
4875 while (len-- > 0) {
Francois Romieufdf6fc02012-07-06 22:40:38 +02004876 w = (rtl_ephy_read(tp, e->offset) & ~e->mask) | e->bits;
4877 rtl_ephy_write(tp, e->offset, w);
Francois Romieudacf8152008-08-02 20:44:13 +02004878 e++;
4879 }
4880}
4881
Francois Romieub726e492008-06-28 12:22:59 +02004882static void rtl_disable_clock_request(struct pci_dev *pdev)
4883{
Jiang Liu7d7903b2012-07-24 17:20:16 +08004884 pcie_capability_clear_word(pdev, PCI_EXP_LNKCTL,
4885 PCI_EXP_LNKCTL_CLKREQ_EN);
Francois Romieub726e492008-06-28 12:22:59 +02004886}
4887
françois romieue6de30d2011-01-03 15:08:37 +00004888static void rtl_enable_clock_request(struct pci_dev *pdev)
4889{
Jiang Liu7d7903b2012-07-24 17:20:16 +08004890 pcie_capability_set_word(pdev, PCI_EXP_LNKCTL,
4891 PCI_EXP_LNKCTL_CLKREQ_EN);
françois romieue6de30d2011-01-03 15:08:37 +00004892}
4893
Francois Romieub726e492008-06-28 12:22:59 +02004894#define R8168_CPCMD_QUIRK_MASK (\
4895 EnableBist | \
4896 Mac_dbgo_oe | \
4897 Force_half_dup | \
4898 Force_rxflow_en | \
4899 Force_txflow_en | \
4900 Cxpl_dbg_sel | \
4901 ASF | \
4902 PktCntrDisable | \
4903 Mac_dbgo_sel)
4904
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004905static void rtl_hw_start_8168bb(struct rtl8169_private *tp)
Francois Romieu219a1e92008-06-28 11:58:39 +02004906{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004907 void __iomem *ioaddr = tp->mmio_addr;
4908 struct pci_dev *pdev = tp->pci_dev;
4909
Francois Romieub726e492008-06-28 12:22:59 +02004910 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
4911
4912 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
4913
françois romieufaf1e782013-02-27 13:01:57 +00004914 if (tp->dev->mtu <= ETH_DATA_LEN) {
4915 rtl_tx_performance_tweak(pdev, (0x5 << MAX_READ_REQUEST_SHIFT) |
4916 PCI_EXP_DEVCTL_NOSNOOP_EN);
4917 }
Francois Romieu219a1e92008-06-28 11:58:39 +02004918}
4919
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004920static void rtl_hw_start_8168bef(struct rtl8169_private *tp)
Francois Romieu219a1e92008-06-28 11:58:39 +02004921{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004922 void __iomem *ioaddr = tp->mmio_addr;
4923
4924 rtl_hw_start_8168bb(tp);
Francois Romieub726e492008-06-28 12:22:59 +02004925
françois romieuf0298f82011-01-03 15:07:42 +00004926 RTL_W8(MaxTxPacketSize, TxPacketMax);
Francois Romieub726e492008-06-28 12:22:59 +02004927
4928 RTL_W8(Config4, RTL_R8(Config4) & ~(1 << 0));
Francois Romieu219a1e92008-06-28 11:58:39 +02004929}
4930
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004931static void __rtl_hw_start_8168cp(struct rtl8169_private *tp)
Francois Romieu219a1e92008-06-28 11:58:39 +02004932{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004933 void __iomem *ioaddr = tp->mmio_addr;
4934 struct pci_dev *pdev = tp->pci_dev;
4935
Francois Romieub726e492008-06-28 12:22:59 +02004936 RTL_W8(Config1, RTL_R8(Config1) | Speed_down);
4937
4938 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
4939
françois romieufaf1e782013-02-27 13:01:57 +00004940 if (tp->dev->mtu <= ETH_DATA_LEN)
4941 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
Francois Romieub726e492008-06-28 12:22:59 +02004942
4943 rtl_disable_clock_request(pdev);
4944
4945 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
Francois Romieu219a1e92008-06-28 11:58:39 +02004946}
4947
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004948static void rtl_hw_start_8168cp_1(struct rtl8169_private *tp)
Francois Romieu219a1e92008-06-28 11:58:39 +02004949{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08004950 static const struct ephy_info e_info_8168cp[] = {
Francois Romieub726e492008-06-28 12:22:59 +02004951 { 0x01, 0, 0x0001 },
4952 { 0x02, 0x0800, 0x1000 },
4953 { 0x03, 0, 0x0042 },
4954 { 0x06, 0x0080, 0x0000 },
4955 { 0x07, 0, 0x2000 }
4956 };
4957
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004958 rtl_csi_access_enable_2(tp);
Francois Romieub726e492008-06-28 12:22:59 +02004959
Francois Romieufdf6fc02012-07-06 22:40:38 +02004960 rtl_ephy_init(tp, e_info_8168cp, ARRAY_SIZE(e_info_8168cp));
Francois Romieub726e492008-06-28 12:22:59 +02004961
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004962 __rtl_hw_start_8168cp(tp);
Francois Romieu219a1e92008-06-28 11:58:39 +02004963}
4964
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004965static void rtl_hw_start_8168cp_2(struct rtl8169_private *tp)
Francois Romieuef3386f2008-06-29 12:24:30 +02004966{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004967 void __iomem *ioaddr = tp->mmio_addr;
4968 struct pci_dev *pdev = tp->pci_dev;
4969
4970 rtl_csi_access_enable_2(tp);
Francois Romieuef3386f2008-06-29 12:24:30 +02004971
4972 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
4973
françois romieufaf1e782013-02-27 13:01:57 +00004974 if (tp->dev->mtu <= ETH_DATA_LEN)
4975 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
Francois Romieuef3386f2008-06-29 12:24:30 +02004976
4977 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
4978}
4979
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004980static void rtl_hw_start_8168cp_3(struct rtl8169_private *tp)
Francois Romieu7f3e3d32008-07-20 18:53:20 +02004981{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08004982 void __iomem *ioaddr = tp->mmio_addr;
4983 struct pci_dev *pdev = tp->pci_dev;
4984
4985 rtl_csi_access_enable_2(tp);
Francois Romieu7f3e3d32008-07-20 18:53:20 +02004986
4987 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
4988
4989 /* Magic. */
4990 RTL_W8(DBG_REG, 0x20);
4991
françois romieuf0298f82011-01-03 15:07:42 +00004992 RTL_W8(MaxTxPacketSize, TxPacketMax);
Francois Romieu7f3e3d32008-07-20 18:53:20 +02004993
françois romieufaf1e782013-02-27 13:01:57 +00004994 if (tp->dev->mtu <= ETH_DATA_LEN)
4995 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
Francois Romieu7f3e3d32008-07-20 18:53:20 +02004996
4997 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
4998}
4999
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005000static void rtl_hw_start_8168c_1(struct rtl8169_private *tp)
Francois Romieu219a1e92008-06-28 11:58:39 +02005001{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005002 void __iomem *ioaddr = tp->mmio_addr;
Alexey Dobriyan350f7592009-11-25 15:54:21 -08005003 static const struct ephy_info e_info_8168c_1[] = {
Francois Romieub726e492008-06-28 12:22:59 +02005004 { 0x02, 0x0800, 0x1000 },
5005 { 0x03, 0, 0x0002 },
5006 { 0x06, 0x0080, 0x0000 }
5007 };
5008
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005009 rtl_csi_access_enable_2(tp);
Francois Romieub726e492008-06-28 12:22:59 +02005010
5011 RTL_W8(DBG_REG, 0x06 | FIX_NAK_1 | FIX_NAK_2);
5012
Francois Romieufdf6fc02012-07-06 22:40:38 +02005013 rtl_ephy_init(tp, e_info_8168c_1, ARRAY_SIZE(e_info_8168c_1));
Francois Romieub726e492008-06-28 12:22:59 +02005014
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005015 __rtl_hw_start_8168cp(tp);
Francois Romieu219a1e92008-06-28 11:58:39 +02005016}
5017
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005018static void rtl_hw_start_8168c_2(struct rtl8169_private *tp)
Francois Romieu219a1e92008-06-28 11:58:39 +02005019{
Alexey Dobriyan350f7592009-11-25 15:54:21 -08005020 static const struct ephy_info e_info_8168c_2[] = {
Francois Romieub726e492008-06-28 12:22:59 +02005021 { 0x01, 0, 0x0001 },
5022 { 0x03, 0x0400, 0x0220 }
5023 };
5024
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005025 rtl_csi_access_enable_2(tp);
Francois Romieub726e492008-06-28 12:22:59 +02005026
Francois Romieufdf6fc02012-07-06 22:40:38 +02005027 rtl_ephy_init(tp, e_info_8168c_2, ARRAY_SIZE(e_info_8168c_2));
Francois Romieub726e492008-06-28 12:22:59 +02005028
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005029 __rtl_hw_start_8168cp(tp);
Francois Romieu219a1e92008-06-28 11:58:39 +02005030}
5031
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005032static void rtl_hw_start_8168c_3(struct rtl8169_private *tp)
Francois Romieu197ff762008-06-28 13:16:02 +02005033{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005034 rtl_hw_start_8168c_2(tp);
Francois Romieu197ff762008-06-28 13:16:02 +02005035}
5036
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005037static void rtl_hw_start_8168c_4(struct rtl8169_private *tp)
Francois Romieu6fb07052008-06-29 11:54:28 +02005038{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005039 rtl_csi_access_enable_2(tp);
Francois Romieu6fb07052008-06-29 11:54:28 +02005040
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005041 __rtl_hw_start_8168cp(tp);
Francois Romieu6fb07052008-06-29 11:54:28 +02005042}
5043
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005044static void rtl_hw_start_8168d(struct rtl8169_private *tp)
Francois Romieu5b538df2008-07-20 16:22:45 +02005045{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005046 void __iomem *ioaddr = tp->mmio_addr;
5047 struct pci_dev *pdev = tp->pci_dev;
5048
5049 rtl_csi_access_enable_2(tp);
Francois Romieu5b538df2008-07-20 16:22:45 +02005050
5051 rtl_disable_clock_request(pdev);
5052
françois romieuf0298f82011-01-03 15:07:42 +00005053 RTL_W8(MaxTxPacketSize, TxPacketMax);
Francois Romieu5b538df2008-07-20 16:22:45 +02005054
françois romieufaf1e782013-02-27 13:01:57 +00005055 if (tp->dev->mtu <= ETH_DATA_LEN)
5056 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
Francois Romieu5b538df2008-07-20 16:22:45 +02005057
5058 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
5059}
5060
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005061static void rtl_hw_start_8168dp(struct rtl8169_private *tp)
hayeswang4804b3b2011-03-21 01:50:29 +00005062{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005063 void __iomem *ioaddr = tp->mmio_addr;
5064 struct pci_dev *pdev = tp->pci_dev;
5065
5066 rtl_csi_access_enable_1(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005067
françois romieufaf1e782013-02-27 13:01:57 +00005068 if (tp->dev->mtu <= ETH_DATA_LEN)
5069 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
hayeswang4804b3b2011-03-21 01:50:29 +00005070
5071 RTL_W8(MaxTxPacketSize, TxPacketMax);
5072
5073 rtl_disable_clock_request(pdev);
5074}
5075
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005076static void rtl_hw_start_8168d_4(struct rtl8169_private *tp)
françois romieue6de30d2011-01-03 15:08:37 +00005077{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005078 void __iomem *ioaddr = tp->mmio_addr;
5079 struct pci_dev *pdev = tp->pci_dev;
françois romieue6de30d2011-01-03 15:08:37 +00005080 static const struct ephy_info e_info_8168d_4[] = {
5081 { 0x0b, ~0, 0x48 },
5082 { 0x19, 0x20, 0x50 },
5083 { 0x0c, ~0, 0x20 }
5084 };
5085 int i;
5086
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005087 rtl_csi_access_enable_1(tp);
françois romieue6de30d2011-01-03 15:08:37 +00005088
5089 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
5090
5091 RTL_W8(MaxTxPacketSize, TxPacketMax);
5092
5093 for (i = 0; i < ARRAY_SIZE(e_info_8168d_4); i++) {
5094 const struct ephy_info *e = e_info_8168d_4 + i;
5095 u16 w;
5096
Francois Romieufdf6fc02012-07-06 22:40:38 +02005097 w = rtl_ephy_read(tp, e->offset);
5098 rtl_ephy_write(tp, 0x03, (w & e->mask) | e->bits);
françois romieue6de30d2011-01-03 15:08:37 +00005099 }
5100
5101 rtl_enable_clock_request(pdev);
5102}
5103
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005104static void rtl_hw_start_8168e_1(struct rtl8169_private *tp)
hayeswang01dc7fe2011-03-21 01:50:28 +00005105{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005106 void __iomem *ioaddr = tp->mmio_addr;
5107 struct pci_dev *pdev = tp->pci_dev;
Hayes Wang70090422011-07-06 15:58:06 +08005108 static const struct ephy_info e_info_8168e_1[] = {
hayeswang01dc7fe2011-03-21 01:50:28 +00005109 { 0x00, 0x0200, 0x0100 },
5110 { 0x00, 0x0000, 0x0004 },
5111 { 0x06, 0x0002, 0x0001 },
5112 { 0x06, 0x0000, 0x0030 },
5113 { 0x07, 0x0000, 0x2000 },
5114 { 0x00, 0x0000, 0x0020 },
5115 { 0x03, 0x5800, 0x2000 },
5116 { 0x03, 0x0000, 0x0001 },
5117 { 0x01, 0x0800, 0x1000 },
5118 { 0x07, 0x0000, 0x4000 },
5119 { 0x1e, 0x0000, 0x2000 },
5120 { 0x19, 0xffff, 0xfe6c },
5121 { 0x0a, 0x0000, 0x0040 }
5122 };
5123
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005124 rtl_csi_access_enable_2(tp);
hayeswang01dc7fe2011-03-21 01:50:28 +00005125
Francois Romieufdf6fc02012-07-06 22:40:38 +02005126 rtl_ephy_init(tp, e_info_8168e_1, ARRAY_SIZE(e_info_8168e_1));
hayeswang01dc7fe2011-03-21 01:50:28 +00005127
françois romieufaf1e782013-02-27 13:01:57 +00005128 if (tp->dev->mtu <= ETH_DATA_LEN)
5129 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
hayeswang01dc7fe2011-03-21 01:50:28 +00005130
5131 RTL_W8(MaxTxPacketSize, TxPacketMax);
5132
5133 rtl_disable_clock_request(pdev);
5134
5135 /* Reset tx FIFO pointer */
Francois Romieucecb5fd2011-04-01 10:21:07 +02005136 RTL_W32(MISC, RTL_R32(MISC) | TXPLA_RST);
5137 RTL_W32(MISC, RTL_R32(MISC) & ~TXPLA_RST);
hayeswang01dc7fe2011-03-21 01:50:28 +00005138
Francois Romieucecb5fd2011-04-01 10:21:07 +02005139 RTL_W8(Config5, RTL_R8(Config5) & ~Spi_en);
hayeswang01dc7fe2011-03-21 01:50:28 +00005140}
5141
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005142static void rtl_hw_start_8168e_2(struct rtl8169_private *tp)
Hayes Wang70090422011-07-06 15:58:06 +08005143{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005144 void __iomem *ioaddr = tp->mmio_addr;
5145 struct pci_dev *pdev = tp->pci_dev;
Hayes Wang70090422011-07-06 15:58:06 +08005146 static const struct ephy_info e_info_8168e_2[] = {
5147 { 0x09, 0x0000, 0x0080 },
5148 { 0x19, 0x0000, 0x0224 }
5149 };
5150
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005151 rtl_csi_access_enable_1(tp);
Hayes Wang70090422011-07-06 15:58:06 +08005152
Francois Romieufdf6fc02012-07-06 22:40:38 +02005153 rtl_ephy_init(tp, e_info_8168e_2, ARRAY_SIZE(e_info_8168e_2));
Hayes Wang70090422011-07-06 15:58:06 +08005154
françois romieufaf1e782013-02-27 13:01:57 +00005155 if (tp->dev->mtu <= ETH_DATA_LEN)
5156 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
Hayes Wang70090422011-07-06 15:58:06 +08005157
Francois Romieufdf6fc02012-07-06 22:40:38 +02005158 rtl_eri_write(tp, 0xc0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5159 rtl_eri_write(tp, 0xb8, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5160 rtl_eri_write(tp, 0xc8, ERIAR_MASK_1111, 0x00100002, ERIAR_EXGMAC);
5161 rtl_eri_write(tp, 0xe8, ERIAR_MASK_1111, 0x00100006, ERIAR_EXGMAC);
5162 rtl_eri_write(tp, 0xcc, ERIAR_MASK_1111, 0x00000050, ERIAR_EXGMAC);
5163 rtl_eri_write(tp, 0xd0, ERIAR_MASK_1111, 0x07ff0060, ERIAR_EXGMAC);
5164 rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_0001, 0x10, 0x00, ERIAR_EXGMAC);
5165 rtl_w1w0_eri(tp, 0x0d4, ERIAR_MASK_0011, 0x0c00, 0xff00, ERIAR_EXGMAC);
Hayes Wang70090422011-07-06 15:58:06 +08005166
Hayes Wang3090bd92011-09-06 16:55:15 +08005167 RTL_W8(MaxTxPacketSize, EarlySize);
Hayes Wang70090422011-07-06 15:58:06 +08005168
Francois Romieu4521e1a92012-11-01 16:46:28 +00005169 rtl_disable_clock_request(pdev);
5170
Hayes Wang70090422011-07-06 15:58:06 +08005171 RTL_W32(TxConfig, RTL_R32(TxConfig) | TXCFG_AUTO_FIFO);
5172 RTL_W8(MCU, RTL_R8(MCU) & ~NOW_IS_OOB);
5173
5174 /* Adjust EEE LED frequency */
5175 RTL_W8(EEE_LED, RTL_R8(EEE_LED) & ~0x07);
5176
5177 RTL_W8(DLLPR, RTL_R8(DLLPR) | PFM_EN);
5178 RTL_W32(MISC, RTL_R32(MISC) | PWM_EN);
Francois Romieu4521e1a92012-11-01 16:46:28 +00005179 RTL_W8(Config5, RTL_R8(Config5) & ~Spi_en);
Hayes Wang70090422011-07-06 15:58:06 +08005180}
5181
Hayes Wang5f886e02012-03-30 14:33:03 +08005182static void rtl_hw_start_8168f(struct rtl8169_private *tp)
Hayes Wangc2218922011-09-06 16:55:18 +08005183{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005184 void __iomem *ioaddr = tp->mmio_addr;
5185 struct pci_dev *pdev = tp->pci_dev;
Hayes Wangc2218922011-09-06 16:55:18 +08005186
Hayes Wang5f886e02012-03-30 14:33:03 +08005187 rtl_csi_access_enable_2(tp);
Hayes Wangc2218922011-09-06 16:55:18 +08005188
5189 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
5190
Francois Romieufdf6fc02012-07-06 22:40:38 +02005191 rtl_eri_write(tp, 0xc0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5192 rtl_eri_write(tp, 0xb8, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5193 rtl_eri_write(tp, 0xc8, ERIAR_MASK_1111, 0x00100002, ERIAR_EXGMAC);
5194 rtl_eri_write(tp, 0xe8, ERIAR_MASK_1111, 0x00100006, ERIAR_EXGMAC);
5195 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x00, 0x01, ERIAR_EXGMAC);
5196 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x01, 0x00, ERIAR_EXGMAC);
5197 rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_0001, 0x10, 0x00, ERIAR_EXGMAC);
5198 rtl_w1w0_eri(tp, 0x1d0, ERIAR_MASK_0001, 0x10, 0x00, ERIAR_EXGMAC);
5199 rtl_eri_write(tp, 0xcc, ERIAR_MASK_1111, 0x00000050, ERIAR_EXGMAC);
5200 rtl_eri_write(tp, 0xd0, ERIAR_MASK_1111, 0x00000060, ERIAR_EXGMAC);
Hayes Wangc2218922011-09-06 16:55:18 +08005201
5202 RTL_W8(MaxTxPacketSize, EarlySize);
5203
Francois Romieu4521e1a92012-11-01 16:46:28 +00005204 rtl_disable_clock_request(pdev);
5205
Hayes Wangc2218922011-09-06 16:55:18 +08005206 RTL_W32(TxConfig, RTL_R32(TxConfig) | TXCFG_AUTO_FIFO);
5207 RTL_W8(MCU, RTL_R8(MCU) & ~NOW_IS_OOB);
Hayes Wangc2218922011-09-06 16:55:18 +08005208 RTL_W8(DLLPR, RTL_R8(DLLPR) | PFM_EN);
Francois Romieu4521e1a92012-11-01 16:46:28 +00005209 RTL_W32(MISC, RTL_R32(MISC) | PWM_EN);
5210 RTL_W8(Config5, RTL_R8(Config5) & ~Spi_en);
Hayes Wangc2218922011-09-06 16:55:18 +08005211}
5212
Hayes Wang5f886e02012-03-30 14:33:03 +08005213static void rtl_hw_start_8168f_1(struct rtl8169_private *tp)
5214{
5215 void __iomem *ioaddr = tp->mmio_addr;
5216 static const struct ephy_info e_info_8168f_1[] = {
5217 { 0x06, 0x00c0, 0x0020 },
5218 { 0x08, 0x0001, 0x0002 },
5219 { 0x09, 0x0000, 0x0080 },
5220 { 0x19, 0x0000, 0x0224 }
5221 };
5222
5223 rtl_hw_start_8168f(tp);
5224
Francois Romieufdf6fc02012-07-06 22:40:38 +02005225 rtl_ephy_init(tp, e_info_8168f_1, ARRAY_SIZE(e_info_8168f_1));
Hayes Wang5f886e02012-03-30 14:33:03 +08005226
Francois Romieufdf6fc02012-07-06 22:40:38 +02005227 rtl_w1w0_eri(tp, 0x0d4, ERIAR_MASK_0011, 0x0c00, 0xff00, ERIAR_EXGMAC);
Hayes Wang5f886e02012-03-30 14:33:03 +08005228
5229 /* Adjust EEE LED frequency */
5230 RTL_W8(EEE_LED, RTL_R8(EEE_LED) & ~0x07);
5231}
5232
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08005233static void rtl_hw_start_8411(struct rtl8169_private *tp)
5234{
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08005235 static const struct ephy_info e_info_8168f_1[] = {
5236 { 0x06, 0x00c0, 0x0020 },
5237 { 0x0f, 0xffff, 0x5200 },
5238 { 0x1e, 0x0000, 0x4000 },
5239 { 0x19, 0x0000, 0x0224 }
5240 };
5241
5242 rtl_hw_start_8168f(tp);
5243
Francois Romieufdf6fc02012-07-06 22:40:38 +02005244 rtl_ephy_init(tp, e_info_8168f_1, ARRAY_SIZE(e_info_8168f_1));
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08005245
Francois Romieufdf6fc02012-07-06 22:40:38 +02005246 rtl_w1w0_eri(tp, 0x0d4, ERIAR_MASK_0011, 0x0c00, 0x0000, ERIAR_EXGMAC);
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08005247}
5248
Hayes Wangc5583862012-07-02 17:23:22 +08005249static void rtl_hw_start_8168g_1(struct rtl8169_private *tp)
5250{
5251 void __iomem *ioaddr = tp->mmio_addr;
5252 struct pci_dev *pdev = tp->pci_dev;
5253
hayeswangbeb330a2013-04-01 22:23:39 +00005254 RTL_W32(TxConfig, RTL_R32(TxConfig) | TXCFG_AUTO_FIFO);
5255
Hayes Wangc5583862012-07-02 17:23:22 +08005256 rtl_eri_write(tp, 0xc8, ERIAR_MASK_0101, 0x080002, ERIAR_EXGMAC);
5257 rtl_eri_write(tp, 0xcc, ERIAR_MASK_0001, 0x38, ERIAR_EXGMAC);
5258 rtl_eri_write(tp, 0xd0, ERIAR_MASK_0001, 0x48, ERIAR_EXGMAC);
5259 rtl_eri_write(tp, 0xe8, ERIAR_MASK_1111, 0x00100006, ERIAR_EXGMAC);
5260
5261 rtl_csi_access_enable_1(tp);
5262
5263 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
5264
5265 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x00, 0x01, ERIAR_EXGMAC);
5266 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x01, 0x00, ERIAR_EXGMAC);
hayeswangbeb330a2013-04-01 22:23:39 +00005267 rtl_eri_write(tp, 0x2f8, ERIAR_MASK_0011, 0x1d8f, ERIAR_EXGMAC);
Hayes Wangc5583862012-07-02 17:23:22 +08005268
5269 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
Francois Romieu4521e1a92012-11-01 16:46:28 +00005270 RTL_W32(MISC, RTL_R32(MISC) & ~RXDV_GATED_EN);
Hayes Wangc5583862012-07-02 17:23:22 +08005271 RTL_W8(MaxTxPacketSize, EarlySize);
5272
5273 rtl_eri_write(tp, 0xc0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5274 rtl_eri_write(tp, 0xb8, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5275
5276 /* Adjust EEE LED frequency */
5277 RTL_W8(EEE_LED, RTL_R8(EEE_LED) & ~0x07);
5278
hayeswangbeb330a2013-04-01 22:23:39 +00005279 rtl_w1w0_eri(tp, 0x2fc, ERIAR_MASK_0001, 0x01, 0x06, ERIAR_EXGMAC);
5280 rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_0011, 0x0000, 0x1000, ERIAR_EXGMAC);
Hayes Wangc5583862012-07-02 17:23:22 +08005281}
5282
hayeswang57538c42013-04-01 22:23:40 +00005283static void rtl_hw_start_8168g_2(struct rtl8169_private *tp)
5284{
5285 void __iomem *ioaddr = tp->mmio_addr;
5286 static const struct ephy_info e_info_8168g_2[] = {
5287 { 0x00, 0x0000, 0x0008 },
5288 { 0x0c, 0x3df0, 0x0200 },
5289 { 0x19, 0xffff, 0xfc00 },
5290 { 0x1e, 0xffff, 0x20eb }
5291 };
5292
5293 rtl_hw_start_8168g_1(tp);
5294
5295 /* disable aspm and clock request before access ephy */
5296 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn);
5297 RTL_W8(Config5, RTL_R8(Config5) & ~ASPM_en);
5298 rtl_ephy_init(tp, e_info_8168g_2, ARRAY_SIZE(e_info_8168g_2));
5299}
5300
hayeswang45dd95c2013-07-08 17:09:01 +08005301static void rtl_hw_start_8411_2(struct rtl8169_private *tp)
5302{
5303 void __iomem *ioaddr = tp->mmio_addr;
5304 static const struct ephy_info e_info_8411_2[] = {
5305 { 0x00, 0x0000, 0x0008 },
5306 { 0x0c, 0x3df0, 0x0200 },
5307 { 0x0f, 0xffff, 0x5200 },
5308 { 0x19, 0x0020, 0x0000 },
5309 { 0x1e, 0x0000, 0x2000 }
5310 };
5311
5312 rtl_hw_start_8168g_1(tp);
5313
5314 /* disable aspm and clock request before access ephy */
5315 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn);
5316 RTL_W8(Config5, RTL_R8(Config5) & ~ASPM_en);
5317 rtl_ephy_init(tp, e_info_8411_2, ARRAY_SIZE(e_info_8411_2));
5318}
5319
Francois Romieu07ce4062007-02-23 23:36:39 +01005320static void rtl_hw_start_8168(struct net_device *dev)
5321{
Francois Romieu2dd99532007-06-11 23:22:52 +02005322 struct rtl8169_private *tp = netdev_priv(dev);
5323 void __iomem *ioaddr = tp->mmio_addr;
5324
5325 RTL_W8(Cfg9346, Cfg9346_Unlock);
5326
françois romieuf0298f82011-01-03 15:07:42 +00005327 RTL_W8(MaxTxPacketSize, TxPacketMax);
Francois Romieu2dd99532007-06-11 23:22:52 +02005328
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005329 rtl_set_rx_max_size(ioaddr, rx_buf_sz);
Francois Romieu2dd99532007-06-11 23:22:52 +02005330
Francois Romieu0e485152007-02-20 00:00:26 +01005331 tp->cp_cmd |= RTL_R16(CPlusCmd) | PktCntrDisable | INTT_1;
Francois Romieu2dd99532007-06-11 23:22:52 +02005332
5333 RTL_W16(CPlusCmd, tp->cp_cmd);
5334
Francois Romieu0e485152007-02-20 00:00:26 +01005335 RTL_W16(IntrMitigate, 0x5151);
5336
5337 /* Work around for RxFIFO overflow. */
françois romieu811fd302011-12-04 20:30:45 +00005338 if (tp->mac_version == RTL_GIGA_MAC_VER_11) {
Francois Romieuda78dbf2012-01-26 14:18:23 +01005339 tp->event_slow |= RxFIFOOver | PCSTimeout;
5340 tp->event_slow &= ~RxOverflow;
Francois Romieu0e485152007-02-20 00:00:26 +01005341 }
Francois Romieu2dd99532007-06-11 23:22:52 +02005342
5343 rtl_set_rx_tx_desc_registers(tp, ioaddr);
5344
hayeswang1a964642013-04-01 22:23:41 +00005345 rtl_set_rx_tx_config_registers(tp);
Francois Romieu2dd99532007-06-11 23:22:52 +02005346
5347 RTL_R8(IntrMask);
5348
Francois Romieu219a1e92008-06-28 11:58:39 +02005349 switch (tp->mac_version) {
5350 case RTL_GIGA_MAC_VER_11:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005351 rtl_hw_start_8168bb(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005352 break;
Francois Romieu219a1e92008-06-28 11:58:39 +02005353
5354 case RTL_GIGA_MAC_VER_12:
5355 case RTL_GIGA_MAC_VER_17:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005356 rtl_hw_start_8168bef(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005357 break;
Francois Romieu219a1e92008-06-28 11:58:39 +02005358
5359 case RTL_GIGA_MAC_VER_18:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005360 rtl_hw_start_8168cp_1(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005361 break;
Francois Romieu219a1e92008-06-28 11:58:39 +02005362
5363 case RTL_GIGA_MAC_VER_19:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005364 rtl_hw_start_8168c_1(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005365 break;
Francois Romieu219a1e92008-06-28 11:58:39 +02005366
5367 case RTL_GIGA_MAC_VER_20:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005368 rtl_hw_start_8168c_2(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005369 break;
Francois Romieu219a1e92008-06-28 11:58:39 +02005370
Francois Romieu197ff762008-06-28 13:16:02 +02005371 case RTL_GIGA_MAC_VER_21:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005372 rtl_hw_start_8168c_3(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005373 break;
Francois Romieu197ff762008-06-28 13:16:02 +02005374
Francois Romieu6fb07052008-06-29 11:54:28 +02005375 case RTL_GIGA_MAC_VER_22:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005376 rtl_hw_start_8168c_4(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005377 break;
Francois Romieu6fb07052008-06-29 11:54:28 +02005378
Francois Romieuef3386f2008-06-29 12:24:30 +02005379 case RTL_GIGA_MAC_VER_23:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005380 rtl_hw_start_8168cp_2(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005381 break;
Francois Romieuef3386f2008-06-29 12:24:30 +02005382
Francois Romieu7f3e3d32008-07-20 18:53:20 +02005383 case RTL_GIGA_MAC_VER_24:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005384 rtl_hw_start_8168cp_3(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005385 break;
Francois Romieu7f3e3d32008-07-20 18:53:20 +02005386
Francois Romieu5b538df2008-07-20 16:22:45 +02005387 case RTL_GIGA_MAC_VER_25:
françois romieudaf9df62009-10-07 12:44:20 +00005388 case RTL_GIGA_MAC_VER_26:
5389 case RTL_GIGA_MAC_VER_27:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005390 rtl_hw_start_8168d(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005391 break;
Francois Romieu5b538df2008-07-20 16:22:45 +02005392
françois romieue6de30d2011-01-03 15:08:37 +00005393 case RTL_GIGA_MAC_VER_28:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005394 rtl_hw_start_8168d_4(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005395 break;
Francois Romieucecb5fd2011-04-01 10:21:07 +02005396
hayeswang4804b3b2011-03-21 01:50:29 +00005397 case RTL_GIGA_MAC_VER_31:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005398 rtl_hw_start_8168dp(tp);
hayeswang4804b3b2011-03-21 01:50:29 +00005399 break;
5400
hayeswang01dc7fe2011-03-21 01:50:28 +00005401 case RTL_GIGA_MAC_VER_32:
5402 case RTL_GIGA_MAC_VER_33:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005403 rtl_hw_start_8168e_1(tp);
Hayes Wang70090422011-07-06 15:58:06 +08005404 break;
5405 case RTL_GIGA_MAC_VER_34:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005406 rtl_hw_start_8168e_2(tp);
hayeswang01dc7fe2011-03-21 01:50:28 +00005407 break;
françois romieue6de30d2011-01-03 15:08:37 +00005408
Hayes Wangc2218922011-09-06 16:55:18 +08005409 case RTL_GIGA_MAC_VER_35:
5410 case RTL_GIGA_MAC_VER_36:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005411 rtl_hw_start_8168f_1(tp);
Hayes Wangc2218922011-09-06 16:55:18 +08005412 break;
5413
Hayes Wangb3d7b2f2012-03-30 14:48:06 +08005414 case RTL_GIGA_MAC_VER_38:
5415 rtl_hw_start_8411(tp);
5416 break;
5417
Hayes Wangc5583862012-07-02 17:23:22 +08005418 case RTL_GIGA_MAC_VER_40:
5419 case RTL_GIGA_MAC_VER_41:
5420 rtl_hw_start_8168g_1(tp);
5421 break;
hayeswang57538c42013-04-01 22:23:40 +00005422 case RTL_GIGA_MAC_VER_42:
5423 rtl_hw_start_8168g_2(tp);
5424 break;
Hayes Wangc5583862012-07-02 17:23:22 +08005425
hayeswang45dd95c2013-07-08 17:09:01 +08005426 case RTL_GIGA_MAC_VER_44:
5427 rtl_hw_start_8411_2(tp);
5428 break;
5429
Francois Romieu219a1e92008-06-28 11:58:39 +02005430 default:
5431 printk(KERN_ERR PFX "%s: unknown chipset (mac_version = %d).\n",
5432 dev->name, tp->mac_version);
hayeswang4804b3b2011-03-21 01:50:29 +00005433 break;
Francois Romieu219a1e92008-06-28 11:58:39 +02005434 }
Francois Romieu2dd99532007-06-11 23:22:52 +02005435
hayeswang1a964642013-04-01 22:23:41 +00005436 RTL_W8(Cfg9346, Cfg9346_Lock);
5437
Francois Romieu0e485152007-02-20 00:00:26 +01005438 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
5439
hayeswang1a964642013-04-01 22:23:41 +00005440 rtl_set_rx_mode(dev);
Francois Romieub8363902008-06-01 12:31:57 +02005441
Francois Romieu2dd99532007-06-11 23:22:52 +02005442 RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xF000);
Francois Romieu07ce4062007-02-23 23:36:39 +01005443}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005444
Francois Romieu2857ffb2008-08-02 21:08:49 +02005445#define R810X_CPCMD_QUIRK_MASK (\
5446 EnableBist | \
5447 Mac_dbgo_oe | \
5448 Force_half_dup | \
françois romieu5edcc532009-08-10 19:41:52 +00005449 Force_rxflow_en | \
Francois Romieu2857ffb2008-08-02 21:08:49 +02005450 Force_txflow_en | \
5451 Cxpl_dbg_sel | \
5452 ASF | \
5453 PktCntrDisable | \
Hayes Wangd24e9aa2011-02-22 17:26:19 +08005454 Mac_dbgo_sel)
Francois Romieu2857ffb2008-08-02 21:08:49 +02005455
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005456static void rtl_hw_start_8102e_1(struct rtl8169_private *tp)
Francois Romieu2857ffb2008-08-02 21:08:49 +02005457{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005458 void __iomem *ioaddr = tp->mmio_addr;
5459 struct pci_dev *pdev = tp->pci_dev;
Alexey Dobriyan350f7592009-11-25 15:54:21 -08005460 static const struct ephy_info e_info_8102e_1[] = {
Francois Romieu2857ffb2008-08-02 21:08:49 +02005461 { 0x01, 0, 0x6e65 },
5462 { 0x02, 0, 0x091f },
5463 { 0x03, 0, 0xc2f9 },
5464 { 0x06, 0, 0xafb5 },
5465 { 0x07, 0, 0x0e00 },
5466 { 0x19, 0, 0xec80 },
5467 { 0x01, 0, 0x2e65 },
5468 { 0x01, 0, 0x6e65 }
5469 };
5470 u8 cfg1;
5471
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005472 rtl_csi_access_enable_2(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005473
5474 RTL_W8(DBG_REG, FIX_NAK_1);
5475
5476 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
5477
5478 RTL_W8(Config1,
5479 LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable);
5480 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
5481
5482 cfg1 = RTL_R8(Config1);
5483 if ((cfg1 & LEDS0) && (cfg1 & LEDS1))
5484 RTL_W8(Config1, cfg1 & ~LEDS0);
5485
Francois Romieufdf6fc02012-07-06 22:40:38 +02005486 rtl_ephy_init(tp, e_info_8102e_1, ARRAY_SIZE(e_info_8102e_1));
Francois Romieu2857ffb2008-08-02 21:08:49 +02005487}
5488
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005489static void rtl_hw_start_8102e_2(struct rtl8169_private *tp)
Francois Romieu2857ffb2008-08-02 21:08:49 +02005490{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005491 void __iomem *ioaddr = tp->mmio_addr;
5492 struct pci_dev *pdev = tp->pci_dev;
5493
5494 rtl_csi_access_enable_2(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005495
5496 rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
5497
5498 RTL_W8(Config1, MEMMAP | IOMAP | VPD | PMEnable);
5499 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005500}
5501
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005502static void rtl_hw_start_8102e_3(struct rtl8169_private *tp)
Francois Romieu2857ffb2008-08-02 21:08:49 +02005503{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005504 rtl_hw_start_8102e_2(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005505
Francois Romieufdf6fc02012-07-06 22:40:38 +02005506 rtl_ephy_write(tp, 0x03, 0xc2f9);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005507}
5508
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005509static void rtl_hw_start_8105e_1(struct rtl8169_private *tp)
Hayes Wang5a5e4442011-02-22 17:26:21 +08005510{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005511 void __iomem *ioaddr = tp->mmio_addr;
Hayes Wang5a5e4442011-02-22 17:26:21 +08005512 static const struct ephy_info e_info_8105e_1[] = {
5513 { 0x07, 0, 0x4000 },
5514 { 0x19, 0, 0x0200 },
5515 { 0x19, 0, 0x0020 },
5516 { 0x1e, 0, 0x2000 },
5517 { 0x03, 0, 0x0001 },
5518 { 0x19, 0, 0x0100 },
5519 { 0x19, 0, 0x0004 },
5520 { 0x0a, 0, 0x0020 }
5521 };
5522
Francois Romieucecb5fd2011-04-01 10:21:07 +02005523 /* Force LAN exit from ASPM if Rx/Tx are not idle */
Hayes Wang5a5e4442011-02-22 17:26:21 +08005524 RTL_W32(FuncEvent, RTL_R32(FuncEvent) | 0x002800);
5525
Francois Romieucecb5fd2011-04-01 10:21:07 +02005526 /* Disable Early Tally Counter */
Hayes Wang5a5e4442011-02-22 17:26:21 +08005527 RTL_W32(FuncEvent, RTL_R32(FuncEvent) & ~0x010000);
5528
5529 RTL_W8(MCU, RTL_R8(MCU) | EN_NDP | EN_OOB_RESET);
Hayes Wang4f6b00e52011-07-06 15:58:02 +08005530 RTL_W8(DLLPR, RTL_R8(DLLPR) | PFM_EN);
Hayes Wang5a5e4442011-02-22 17:26:21 +08005531
Francois Romieufdf6fc02012-07-06 22:40:38 +02005532 rtl_ephy_init(tp, e_info_8105e_1, ARRAY_SIZE(e_info_8105e_1));
Hayes Wang5a5e4442011-02-22 17:26:21 +08005533}
5534
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005535static void rtl_hw_start_8105e_2(struct rtl8169_private *tp)
Hayes Wang5a5e4442011-02-22 17:26:21 +08005536{
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005537 rtl_hw_start_8105e_1(tp);
Francois Romieufdf6fc02012-07-06 22:40:38 +02005538 rtl_ephy_write(tp, 0x1e, rtl_ephy_read(tp, 0x1e) | 0x8000);
Hayes Wang5a5e4442011-02-22 17:26:21 +08005539}
5540
Hayes Wang7e18dca2012-03-30 14:33:02 +08005541static void rtl_hw_start_8402(struct rtl8169_private *tp)
5542{
5543 void __iomem *ioaddr = tp->mmio_addr;
5544 static const struct ephy_info e_info_8402[] = {
5545 { 0x19, 0xffff, 0xff64 },
5546 { 0x1e, 0, 0x4000 }
5547 };
5548
5549 rtl_csi_access_enable_2(tp);
5550
5551 /* Force LAN exit from ASPM if Rx/Tx are not idle */
5552 RTL_W32(FuncEvent, RTL_R32(FuncEvent) | 0x002800);
5553
5554 RTL_W32(TxConfig, RTL_R32(TxConfig) | TXCFG_AUTO_FIFO);
5555 RTL_W8(MCU, RTL_R8(MCU) & ~NOW_IS_OOB);
5556
Francois Romieufdf6fc02012-07-06 22:40:38 +02005557 rtl_ephy_init(tp, e_info_8402, ARRAY_SIZE(e_info_8402));
Hayes Wang7e18dca2012-03-30 14:33:02 +08005558
5559 rtl_tx_performance_tweak(tp->pci_dev, 0x5 << MAX_READ_REQUEST_SHIFT);
5560
Francois Romieufdf6fc02012-07-06 22:40:38 +02005561 rtl_eri_write(tp, 0xc8, ERIAR_MASK_1111, 0x00000002, ERIAR_EXGMAC);
5562 rtl_eri_write(tp, 0xe8, ERIAR_MASK_1111, 0x00000006, ERIAR_EXGMAC);
5563 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x00, 0x01, ERIAR_EXGMAC);
5564 rtl_w1w0_eri(tp, 0xdc, ERIAR_MASK_0001, 0x01, 0x00, ERIAR_EXGMAC);
5565 rtl_eri_write(tp, 0xc0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5566 rtl_eri_write(tp, 0xb8, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
5567 rtl_w1w0_eri(tp, 0x0d4, ERIAR_MASK_0011, 0x0e00, 0xff00, ERIAR_EXGMAC);
Hayes Wang7e18dca2012-03-30 14:33:02 +08005568}
5569
Hayes Wang5598bfe2012-07-02 17:23:21 +08005570static void rtl_hw_start_8106(struct rtl8169_private *tp)
5571{
5572 void __iomem *ioaddr = tp->mmio_addr;
5573
5574 /* Force LAN exit from ASPM if Rx/Tx are not idle */
5575 RTL_W32(FuncEvent, RTL_R32(FuncEvent) | 0x002800);
5576
Francois Romieu4521e1a92012-11-01 16:46:28 +00005577 RTL_W32(MISC, (RTL_R32(MISC) | DISABLE_LAN_EN) & ~EARLY_TALLY_EN);
Hayes Wang5598bfe2012-07-02 17:23:21 +08005578 RTL_W8(MCU, RTL_R8(MCU) | EN_NDP | EN_OOB_RESET);
5579 RTL_W8(DLLPR, RTL_R8(DLLPR) & ~PFM_EN);
5580}
5581
Francois Romieu07ce4062007-02-23 23:36:39 +01005582static void rtl_hw_start_8101(struct net_device *dev)
5583{
Francois Romieucdf1a602007-06-11 23:29:50 +02005584 struct rtl8169_private *tp = netdev_priv(dev);
5585 void __iomem *ioaddr = tp->mmio_addr;
5586 struct pci_dev *pdev = tp->pci_dev;
5587
Francois Romieuda78dbf2012-01-26 14:18:23 +01005588 if (tp->mac_version >= RTL_GIGA_MAC_VER_30)
5589 tp->event_slow &= ~RxFIFOOver;
françois romieu811fd302011-12-04 20:30:45 +00005590
Francois Romieucecb5fd2011-04-01 10:21:07 +02005591 if (tp->mac_version == RTL_GIGA_MAC_VER_13 ||
Jiang Liu7d7903b2012-07-24 17:20:16 +08005592 tp->mac_version == RTL_GIGA_MAC_VER_16)
Bjorn Helgaas8200bc72012-08-22 10:29:42 -06005593 pcie_capability_set_word(pdev, PCI_EXP_DEVCTL,
5594 PCI_EXP_DEVCTL_NOSNOOP_EN);
Francois Romieucdf1a602007-06-11 23:29:50 +02005595
Hayes Wangd24e9aa2011-02-22 17:26:19 +08005596 RTL_W8(Cfg9346, Cfg9346_Unlock);
5597
hayeswang1a964642013-04-01 22:23:41 +00005598 RTL_W8(MaxTxPacketSize, TxPacketMax);
5599
5600 rtl_set_rx_max_size(ioaddr, rx_buf_sz);
5601
5602 tp->cp_cmd &= ~R810X_CPCMD_QUIRK_MASK;
5603 RTL_W16(CPlusCmd, tp->cp_cmd);
5604
5605 rtl_set_rx_tx_desc_registers(tp, ioaddr);
5606
5607 rtl_set_rx_tx_config_registers(tp);
5608
Francois Romieu2857ffb2008-08-02 21:08:49 +02005609 switch (tp->mac_version) {
5610 case RTL_GIGA_MAC_VER_07:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005611 rtl_hw_start_8102e_1(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005612 break;
5613
5614 case RTL_GIGA_MAC_VER_08:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005615 rtl_hw_start_8102e_3(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005616 break;
5617
5618 case RTL_GIGA_MAC_VER_09:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005619 rtl_hw_start_8102e_2(tp);
Francois Romieu2857ffb2008-08-02 21:08:49 +02005620 break;
Hayes Wang5a5e4442011-02-22 17:26:21 +08005621
5622 case RTL_GIGA_MAC_VER_29:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005623 rtl_hw_start_8105e_1(tp);
Hayes Wang5a5e4442011-02-22 17:26:21 +08005624 break;
5625 case RTL_GIGA_MAC_VER_30:
Hayes Wangbeb1fe12012-03-30 14:33:01 +08005626 rtl_hw_start_8105e_2(tp);
Hayes Wang5a5e4442011-02-22 17:26:21 +08005627 break;
Hayes Wang7e18dca2012-03-30 14:33:02 +08005628
5629 case RTL_GIGA_MAC_VER_37:
5630 rtl_hw_start_8402(tp);
5631 break;
Hayes Wang5598bfe2012-07-02 17:23:21 +08005632
5633 case RTL_GIGA_MAC_VER_39:
5634 rtl_hw_start_8106(tp);
5635 break;
hayeswang58152cd2013-04-01 22:23:42 +00005636 case RTL_GIGA_MAC_VER_43:
5637 rtl_hw_start_8168g_2(tp);
5638 break;
Francois Romieucdf1a602007-06-11 23:29:50 +02005639 }
5640
Hayes Wangd24e9aa2011-02-22 17:26:19 +08005641 RTL_W8(Cfg9346, Cfg9346_Lock);
Francois Romieucdf1a602007-06-11 23:29:50 +02005642
Francois Romieucdf1a602007-06-11 23:29:50 +02005643 RTL_W16(IntrMitigate, 0x0000);
5644
Francois Romieucdf1a602007-06-11 23:29:50 +02005645 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
Francois Romieucdf1a602007-06-11 23:29:50 +02005646
Francois Romieucdf1a602007-06-11 23:29:50 +02005647 rtl_set_rx_mode(dev);
5648
hayeswang1a964642013-04-01 22:23:41 +00005649 RTL_R8(IntrMask);
5650
Francois Romieucdf1a602007-06-11 23:29:50 +02005651 RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xf000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005652}
5653
5654static int rtl8169_change_mtu(struct net_device *dev, int new_mtu)
5655{
Francois Romieud58d46b2011-05-03 16:38:29 +02005656 struct rtl8169_private *tp = netdev_priv(dev);
5657
5658 if (new_mtu < ETH_ZLEN ||
5659 new_mtu > rtl_chip_infos[tp->mac_version].jumbo_max)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005660 return -EINVAL;
5661
Francois Romieud58d46b2011-05-03 16:38:29 +02005662 if (new_mtu > ETH_DATA_LEN)
5663 rtl_hw_jumbo_enable(tp);
5664 else
5665 rtl_hw_jumbo_disable(tp);
5666
Linus Torvalds1da177e2005-04-16 15:20:36 -07005667 dev->mtu = new_mtu;
Michał Mirosław350fb322011-04-08 06:35:56 +00005668 netdev_update_features(dev);
5669
Stanislaw Gruszka323bb682010-10-20 22:25:41 +00005670 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005671}
5672
5673static inline void rtl8169_make_unusable_by_asic(struct RxDesc *desc)
5674{
Al Viro95e09182007-12-22 18:55:39 +00005675 desc->addr = cpu_to_le64(0x0badbadbadbadbadull);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005676 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask);
5677}
5678
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005679static void rtl8169_free_rx_databuff(struct rtl8169_private *tp,
5680 void **data_buff, struct RxDesc *desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005681{
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005682 dma_unmap_single(&tp->pci_dev->dev, le64_to_cpu(desc->addr), rx_buf_sz,
Stanislaw Gruszka231aee62010-10-20 22:25:38 +00005683 DMA_FROM_DEVICE);
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005684
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005685 kfree(*data_buff);
5686 *data_buff = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005687 rtl8169_make_unusable_by_asic(desc);
5688}
5689
5690static inline void rtl8169_mark_to_asic(struct RxDesc *desc, u32 rx_buf_sz)
5691{
5692 u32 eor = le32_to_cpu(desc->opts1) & RingEnd;
5693
5694 desc->opts1 = cpu_to_le32(DescOwn | eor | rx_buf_sz);
5695}
5696
5697static inline void rtl8169_map_to_asic(struct RxDesc *desc, dma_addr_t mapping,
5698 u32 rx_buf_sz)
5699{
5700 desc->addr = cpu_to_le64(mapping);
5701 wmb();
5702 rtl8169_mark_to_asic(desc, rx_buf_sz);
5703}
5704
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005705static inline void *rtl8169_align(void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005706{
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005707 return (void *)ALIGN((long)data, 16);
5708}
5709
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005710static struct sk_buff *rtl8169_alloc_rx_data(struct rtl8169_private *tp,
5711 struct RxDesc *desc)
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005712{
5713 void *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005714 dma_addr_t mapping;
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005715 struct device *d = &tp->pci_dev->dev;
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005716 struct net_device *dev = tp->dev;
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005717 int node = dev->dev.parent ? dev_to_node(dev->dev.parent) : -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005718
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005719 data = kmalloc_node(rx_buf_sz, GFP_KERNEL, node);
5720 if (!data)
5721 return NULL;
Francois Romieue9f63f32007-02-28 23:16:57 +01005722
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005723 if (rtl8169_align(data) != data) {
5724 kfree(data);
5725 data = kmalloc_node(rx_buf_sz + 15, GFP_KERNEL, node);
5726 if (!data)
5727 return NULL;
5728 }
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005729
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005730 mapping = dma_map_single(d, rtl8169_align(data), rx_buf_sz,
Stanislaw Gruszka231aee62010-10-20 22:25:38 +00005731 DMA_FROM_DEVICE);
Stanislaw Gruszkad827d862010-10-20 22:25:43 +00005732 if (unlikely(dma_mapping_error(d, mapping))) {
5733 if (net_ratelimit())
5734 netif_err(tp, drv, tp->dev, "Failed to map RX DMA!\n");
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005735 goto err_out;
Stanislaw Gruszkad827d862010-10-20 22:25:43 +00005736 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005737
5738 rtl8169_map_to_asic(desc, mapping, rx_buf_sz);
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005739 return data;
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005740
5741err_out:
5742 kfree(data);
5743 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005744}
5745
5746static void rtl8169_rx_clear(struct rtl8169_private *tp)
5747{
Francois Romieu07d3f512007-02-21 22:40:46 +01005748 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005749
5750 for (i = 0; i < NUM_RX_DESC; i++) {
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005751 if (tp->Rx_databuff[i]) {
5752 rtl8169_free_rx_databuff(tp, tp->Rx_databuff + i,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005753 tp->RxDescArray + i);
5754 }
5755 }
5756}
5757
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005758static inline void rtl8169_mark_as_last_descriptor(struct RxDesc *desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005759{
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005760 desc->opts1 |= cpu_to_le32(RingEnd);
5761}
Francois Romieu5b0384f2006-08-16 16:00:01 +02005762
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005763static int rtl8169_rx_fill(struct rtl8169_private *tp)
5764{
5765 unsigned int i;
5766
5767 for (i = 0; i < NUM_RX_DESC; i++) {
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005768 void *data;
Francois Romieu4ae47c22007-06-16 23:28:45 +02005769
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005770 if (tp->Rx_databuff[i])
Linus Torvalds1da177e2005-04-16 15:20:36 -07005771 continue;
Francois Romieubcf0bf92006-07-26 23:14:13 +02005772
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005773 data = rtl8169_alloc_rx_data(tp, tp->RxDescArray + i);
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005774 if (!data) {
5775 rtl8169_make_unusable_by_asic(tp->RxDescArray + i);
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005776 goto err_out;
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005777 }
5778 tp->Rx_databuff[i] = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005779 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005780
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005781 rtl8169_mark_as_last_descriptor(tp->RxDescArray + NUM_RX_DESC - 1);
5782 return 0;
5783
5784err_out:
5785 rtl8169_rx_clear(tp);
5786 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005787}
5788
Linus Torvalds1da177e2005-04-16 15:20:36 -07005789static int rtl8169_init_ring(struct net_device *dev)
5790{
5791 struct rtl8169_private *tp = netdev_priv(dev);
5792
5793 rtl8169_init_ring_indexes(tp);
5794
5795 memset(tp->tx_skb, 0x0, NUM_TX_DESC * sizeof(struct ring_info));
Eric Dumazet6f0333b2010-10-11 11:17:47 +00005796 memset(tp->Rx_databuff, 0x0, NUM_RX_DESC * sizeof(void *));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005797
Stanislaw Gruszka0ecbe1c2010-10-20 22:25:37 +00005798 return rtl8169_rx_fill(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005799}
5800
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005801static void rtl8169_unmap_tx_skb(struct device *d, struct ring_info *tx_skb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005802 struct TxDesc *desc)
5803{
5804 unsigned int len = tx_skb->len;
5805
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005806 dma_unmap_single(d, le64_to_cpu(desc->addr), len, DMA_TO_DEVICE);
5807
Linus Torvalds1da177e2005-04-16 15:20:36 -07005808 desc->opts1 = 0x00;
5809 desc->opts2 = 0x00;
5810 desc->addr = 0x00;
5811 tx_skb->len = 0;
5812}
5813
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005814static void rtl8169_tx_clear_range(struct rtl8169_private *tp, u32 start,
5815 unsigned int n)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005816{
5817 unsigned int i;
5818
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005819 for (i = 0; i < n; i++) {
5820 unsigned int entry = (start + i) % NUM_TX_DESC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005821 struct ring_info *tx_skb = tp->tx_skb + entry;
5822 unsigned int len = tx_skb->len;
5823
5824 if (len) {
5825 struct sk_buff *skb = tx_skb->skb;
5826
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005827 rtl8169_unmap_tx_skb(&tp->pci_dev->dev, tx_skb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005828 tp->TxDescArray + entry);
5829 if (skb) {
Stanislaw Gruszkacac4b222010-10-20 22:25:40 +00005830 tp->dev->stats.tx_dropped++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005831 dev_kfree_skb(skb);
5832 tx_skb->skb = NULL;
5833 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005834 }
5835 }
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005836}
5837
5838static void rtl8169_tx_clear(struct rtl8169_private *tp)
5839{
5840 rtl8169_tx_clear_range(tp, tp->dirty_tx, NUM_TX_DESC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005841 tp->cur_tx = tp->dirty_tx = 0;
5842}
5843
Francois Romieu4422bcd2012-01-26 11:23:32 +01005844static void rtl_reset_work(struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005845{
David Howellsc4028952006-11-22 14:57:56 +00005846 struct net_device *dev = tp->dev;
Francois Romieu56de4142011-03-15 17:29:31 +01005847 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005848
Francois Romieuda78dbf2012-01-26 14:18:23 +01005849 napi_disable(&tp->napi);
5850 netif_stop_queue(dev);
5851 synchronize_sched();
Linus Torvalds1da177e2005-04-16 15:20:36 -07005852
françois romieuc7c2c392011-12-04 20:30:52 +00005853 rtl8169_hw_reset(tp);
5854
Francois Romieu56de4142011-03-15 17:29:31 +01005855 for (i = 0; i < NUM_RX_DESC; i++)
5856 rtl8169_mark_to_asic(tp->RxDescArray + i, rx_buf_sz);
5857
Linus Torvalds1da177e2005-04-16 15:20:36 -07005858 rtl8169_tx_clear(tp);
françois romieuc7c2c392011-12-04 20:30:52 +00005859 rtl8169_init_ring_indexes(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005860
Francois Romieuda78dbf2012-01-26 14:18:23 +01005861 napi_enable(&tp->napi);
Francois Romieu56de4142011-03-15 17:29:31 +01005862 rtl_hw_start(dev);
5863 netif_wake_queue(dev);
5864 rtl8169_check_link_status(dev, tp, tp->mmio_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005865}
5866
5867static void rtl8169_tx_timeout(struct net_device *dev)
5868{
Francois Romieuda78dbf2012-01-26 14:18:23 +01005869 struct rtl8169_private *tp = netdev_priv(dev);
5870
5871 rtl_schedule_task(tp, RTL_FLAG_TASK_RESET_PENDING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005872}
5873
5874static int rtl8169_xmit_frags(struct rtl8169_private *tp, struct sk_buff *skb,
Francois Romieu2b7b4312011-04-18 22:53:24 -07005875 u32 *opts)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005876{
5877 struct skb_shared_info *info = skb_shinfo(skb);
5878 unsigned int cur_frag, entry;
Jeff Garzika6343af2007-07-17 05:39:58 -04005879 struct TxDesc * uninitialized_var(txd);
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005880 struct device *d = &tp->pci_dev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005881
5882 entry = tp->cur_tx;
5883 for (cur_frag = 0; cur_frag < info->nr_frags; cur_frag++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +00005884 const skb_frag_t *frag = info->frags + cur_frag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005885 dma_addr_t mapping;
5886 u32 status, len;
5887 void *addr;
5888
5889 entry = (entry + 1) % NUM_TX_DESC;
5890
5891 txd = tp->TxDescArray + entry;
Eric Dumazet9e903e02011-10-18 21:00:24 +00005892 len = skb_frag_size(frag);
Ian Campbell929f6182011-08-31 00:47:06 +00005893 addr = skb_frag_address(frag);
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005894 mapping = dma_map_single(d, addr, len, DMA_TO_DEVICE);
Stanislaw Gruszkad827d862010-10-20 22:25:43 +00005895 if (unlikely(dma_mapping_error(d, mapping))) {
5896 if (net_ratelimit())
5897 netif_err(tp, drv, tp->dev,
5898 "Failed to map TX fragments DMA!\n");
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005899 goto err_out;
Stanislaw Gruszkad827d862010-10-20 22:25:43 +00005900 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005901
Francois Romieucecb5fd2011-04-01 10:21:07 +02005902 /* Anti gcc 2.95.3 bugware (sic) */
Francois Romieu2b7b4312011-04-18 22:53:24 -07005903 status = opts[0] | len |
5904 (RingEnd * !((entry + 1) % NUM_TX_DESC));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005905
5906 txd->opts1 = cpu_to_le32(status);
Francois Romieu2b7b4312011-04-18 22:53:24 -07005907 txd->opts2 = cpu_to_le32(opts[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005908 txd->addr = cpu_to_le64(mapping);
5909
5910 tp->tx_skb[entry].len = len;
5911 }
5912
5913 if (cur_frag) {
5914 tp->tx_skb[entry].skb = skb;
5915 txd->opts1 |= cpu_to_le32(LastFrag);
5916 }
5917
5918 return cur_frag;
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005919
5920err_out:
5921 rtl8169_tx_clear_range(tp, tp->cur_tx + 1, cur_frag);
5922 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005923}
5924
françois romieub423e9a2013-05-18 01:24:46 +00005925static bool rtl_skb_pad(struct sk_buff *skb)
5926{
5927 if (skb_padto(skb, ETH_ZLEN))
5928 return false;
5929 skb_put(skb, ETH_ZLEN - skb->len);
5930 return true;
5931}
5932
5933static bool rtl_test_hw_pad_bug(struct rtl8169_private *tp, struct sk_buff *skb)
5934{
5935 return skb->len < ETH_ZLEN && tp->mac_version == RTL_GIGA_MAC_VER_34;
5936}
5937
5938static inline bool rtl8169_tso_csum(struct rtl8169_private *tp,
Francois Romieu2b7b4312011-04-18 22:53:24 -07005939 struct sk_buff *skb, u32 *opts)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005940{
Francois Romieu2b7b4312011-04-18 22:53:24 -07005941 const struct rtl_tx_desc_info *info = tx_desc_info + tp->txd_version;
Michał Mirosław350fb322011-04-08 06:35:56 +00005942 u32 mss = skb_shinfo(skb)->gso_size;
Francois Romieu2b7b4312011-04-18 22:53:24 -07005943 int offset = info->opts_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005944
Francois Romieu2b7b4312011-04-18 22:53:24 -07005945 if (mss) {
5946 opts[0] |= TD_LSO;
5947 opts[offset] |= min(mss, TD_MSS_MAX) << info->mss_shift;
5948 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07005949 const struct iphdr *ip = ip_hdr(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005950
françois romieub423e9a2013-05-18 01:24:46 +00005951 if (unlikely(rtl_test_hw_pad_bug(tp, skb)))
5952 return skb_checksum_help(skb) == 0 && rtl_skb_pad(skb);
5953
Linus Torvalds1da177e2005-04-16 15:20:36 -07005954 if (ip->protocol == IPPROTO_TCP)
Francois Romieu2b7b4312011-04-18 22:53:24 -07005955 opts[offset] |= info->checksum.tcp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005956 else if (ip->protocol == IPPROTO_UDP)
Francois Romieu2b7b4312011-04-18 22:53:24 -07005957 opts[offset] |= info->checksum.udp;
5958 else
5959 WARN_ON_ONCE(1);
françois romieub423e9a2013-05-18 01:24:46 +00005960 } else {
5961 if (unlikely(rtl_test_hw_pad_bug(tp, skb)))
5962 return rtl_skb_pad(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005963 }
françois romieub423e9a2013-05-18 01:24:46 +00005964 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005965}
5966
Stephen Hemminger613573252009-08-31 19:50:58 +00005967static netdev_tx_t rtl8169_start_xmit(struct sk_buff *skb,
5968 struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005969{
5970 struct rtl8169_private *tp = netdev_priv(dev);
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005971 unsigned int entry = tp->cur_tx % NUM_TX_DESC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005972 struct TxDesc *txd = tp->TxDescArray + entry;
5973 void __iomem *ioaddr = tp->mmio_addr;
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005974 struct device *d = &tp->pci_dev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005975 dma_addr_t mapping;
5976 u32 status, len;
Francois Romieu2b7b4312011-04-18 22:53:24 -07005977 u32 opts[2];
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005978 int frags;
Francois Romieu5b0384f2006-08-16 16:00:01 +02005979
Julien Ducourthial477206a2012-05-09 00:00:06 +02005980 if (unlikely(!TX_FRAGS_READY_FOR(tp, skb_shinfo(skb)->nr_frags))) {
Joe Perchesbf82c182010-02-09 11:49:50 +00005981 netif_err(tp, drv, dev, "BUG! Tx Ring full when queue awake!\n");
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005982 goto err_stop_0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005983 }
5984
5985 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn))
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005986 goto err_stop_0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005987
françois romieub423e9a2013-05-18 01:24:46 +00005988 opts[1] = cpu_to_le32(rtl8169_tx_vlan_tag(skb));
5989 opts[0] = DescOwn;
5990
5991 if (!rtl8169_tso_csum(tp, skb, opts))
5992 goto err_update_stats;
5993
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005994 len = skb_headlen(skb);
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00005995 mapping = dma_map_single(d, skb->data, len, DMA_TO_DEVICE);
Stanislaw Gruszkad827d862010-10-20 22:25:43 +00005996 if (unlikely(dma_mapping_error(d, mapping))) {
5997 if (net_ratelimit())
5998 netif_err(tp, drv, dev, "Failed to map TX DMA!\n");
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00005999 goto err_dma_0;
Stanislaw Gruszkad827d862010-10-20 22:25:43 +00006000 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006001
6002 tp->tx_skb[entry].len = len;
6003 txd->addr = cpu_to_le64(mapping);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006004
Francois Romieu2b7b4312011-04-18 22:53:24 -07006005 frags = rtl8169_xmit_frags(tp, skb, opts);
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00006006 if (frags < 0)
6007 goto err_dma_1;
6008 else if (frags)
Francois Romieu2b7b4312011-04-18 22:53:24 -07006009 opts[0] |= FirstFrag;
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00006010 else {
Francois Romieu2b7b4312011-04-18 22:53:24 -07006011 opts[0] |= FirstFrag | LastFrag;
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00006012 tp->tx_skb[entry].skb = skb;
6013 }
6014
Francois Romieu2b7b4312011-04-18 22:53:24 -07006015 txd->opts2 = cpu_to_le32(opts[1]);
6016
Richard Cochran5047fb52012-03-10 07:29:42 +00006017 skb_tx_timestamp(skb);
6018
Linus Torvalds1da177e2005-04-16 15:20:36 -07006019 wmb();
6020
Francois Romieucecb5fd2011-04-01 10:21:07 +02006021 /* Anti gcc 2.95.3 bugware (sic) */
Francois Romieu2b7b4312011-04-18 22:53:24 -07006022 status = opts[0] | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
Linus Torvalds1da177e2005-04-16 15:20:36 -07006023 txd->opts1 = cpu_to_le32(status);
6024
Linus Torvalds1da177e2005-04-16 15:20:36 -07006025 tp->cur_tx += frags + 1;
6026
David Dillow4c020a92010-03-03 16:33:10 +00006027 wmb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006028
Francois Romieucecb5fd2011-04-01 10:21:07 +02006029 RTL_W8(TxPoll, NPQ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006030
Francois Romieuda78dbf2012-01-26 14:18:23 +01006031 mmiowb();
6032
Julien Ducourthial477206a2012-05-09 00:00:06 +02006033 if (!TX_FRAGS_READY_FOR(tp, MAX_SKB_FRAGS)) {
Francois Romieuae1f23f2012-01-31 00:00:19 +01006034 /* Avoid wrongly optimistic queue wake-up: rtl_tx thread must
6035 * not miss a ring update when it notices a stopped queue.
6036 */
6037 smp_wmb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006038 netif_stop_queue(dev);
Francois Romieuae1f23f2012-01-31 00:00:19 +01006039 /* Sync with rtl_tx:
6040 * - publish queue status and cur_tx ring index (write barrier)
6041 * - refresh dirty_tx ring index (read barrier).
6042 * May the current thread have a pessimistic view of the ring
6043 * status and forget to wake up queue, a racing rtl_tx thread
6044 * can't.
6045 */
Francois Romieu1e874e02012-01-27 15:05:38 +01006046 smp_mb();
Julien Ducourthial477206a2012-05-09 00:00:06 +02006047 if (TX_FRAGS_READY_FOR(tp, MAX_SKB_FRAGS))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006048 netif_wake_queue(dev);
6049 }
6050
Stephen Hemminger613573252009-08-31 19:50:58 +00006051 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006052
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00006053err_dma_1:
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00006054 rtl8169_unmap_tx_skb(d, tp->tx_skb + entry, txd);
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00006055err_dma_0:
6056 dev_kfree_skb(skb);
Stefan Badere5195c12013-04-26 13:49:32 +00006057err_update_stats:
Stanislaw Gruszka3eafe502010-10-20 22:25:36 +00006058 dev->stats.tx_dropped++;
6059 return NETDEV_TX_OK;
6060
6061err_stop_0:
Linus Torvalds1da177e2005-04-16 15:20:36 -07006062 netif_stop_queue(dev);
Francois Romieucebf8cc2007-10-18 12:06:54 +02006063 dev->stats.tx_dropped++;
Stephen Hemminger613573252009-08-31 19:50:58 +00006064 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006065}
6066
6067static void rtl8169_pcierr_interrupt(struct net_device *dev)
6068{
6069 struct rtl8169_private *tp = netdev_priv(dev);
6070 struct pci_dev *pdev = tp->pci_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006071 u16 pci_status, pci_cmd;
6072
6073 pci_read_config_word(pdev, PCI_COMMAND, &pci_cmd);
6074 pci_read_config_word(pdev, PCI_STATUS, &pci_status);
6075
Joe Perchesbf82c182010-02-09 11:49:50 +00006076 netif_err(tp, intr, dev, "PCI error (cmd = 0x%04x, status = 0x%04x)\n",
6077 pci_cmd, pci_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006078
6079 /*
6080 * The recovery sequence below admits a very elaborated explanation:
6081 * - it seems to work;
Francois Romieud03902b2006-11-23 00:00:42 +01006082 * - I did not see what else could be done;
6083 * - it makes iop3xx happy.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006084 *
6085 * Feel free to adjust to your needs.
6086 */
Francois Romieua27993f2006-12-18 00:04:19 +01006087 if (pdev->broken_parity_status)
Francois Romieud03902b2006-11-23 00:00:42 +01006088 pci_cmd &= ~PCI_COMMAND_PARITY;
6089 else
6090 pci_cmd |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY;
6091
6092 pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006093
6094 pci_write_config_word(pdev, PCI_STATUS,
6095 pci_status & (PCI_STATUS_DETECTED_PARITY |
6096 PCI_STATUS_SIG_SYSTEM_ERROR | PCI_STATUS_REC_MASTER_ABORT |
6097 PCI_STATUS_REC_TARGET_ABORT | PCI_STATUS_SIG_TARGET_ABORT));
6098
6099 /* The infamous DAC f*ckup only happens at boot time */
Timo Teräs9fba0812013-01-15 21:01:24 +00006100 if ((tp->cp_cmd & PCIDAC) && !tp->cur_rx) {
françois romieue6de30d2011-01-03 15:08:37 +00006101 void __iomem *ioaddr = tp->mmio_addr;
6102
Joe Perchesbf82c182010-02-09 11:49:50 +00006103 netif_info(tp, intr, dev, "disabling PCI DAC\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07006104 tp->cp_cmd &= ~PCIDAC;
6105 RTL_W16(CPlusCmd, tp->cp_cmd);
6106 dev->features &= ~NETIF_F_HIGHDMA;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006107 }
6108
françois romieue6de30d2011-01-03 15:08:37 +00006109 rtl8169_hw_reset(tp);
Francois Romieud03902b2006-11-23 00:00:42 +01006110
Francois Romieu98ddf982012-01-31 10:47:34 +01006111 rtl_schedule_task(tp, RTL_FLAG_TASK_RESET_PENDING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006112}
6113
Francois Romieuda78dbf2012-01-26 14:18:23 +01006114static void rtl_tx(struct net_device *dev, struct rtl8169_private *tp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006115{
6116 unsigned int dirty_tx, tx_left;
6117
Linus Torvalds1da177e2005-04-16 15:20:36 -07006118 dirty_tx = tp->dirty_tx;
6119 smp_rmb();
6120 tx_left = tp->cur_tx - dirty_tx;
6121
6122 while (tx_left > 0) {
6123 unsigned int entry = dirty_tx % NUM_TX_DESC;
6124 struct ring_info *tx_skb = tp->tx_skb + entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006125 u32 status;
6126
6127 rmb();
6128 status = le32_to_cpu(tp->TxDescArray[entry].opts1);
6129 if (status & DescOwn)
6130 break;
6131
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00006132 rtl8169_unmap_tx_skb(&tp->pci_dev->dev, tx_skb,
6133 tp->TxDescArray + entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006134 if (status & LastFrag) {
Francois Romieu17bcb682012-07-23 22:55:55 +02006135 u64_stats_update_begin(&tp->tx_stats.syncp);
6136 tp->tx_stats.packets++;
6137 tp->tx_stats.bytes += tx_skb->skb->len;
6138 u64_stats_update_end(&tp->tx_stats.syncp);
6139 dev_kfree_skb(tx_skb->skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006140 tx_skb->skb = NULL;
6141 }
6142 dirty_tx++;
6143 tx_left--;
6144 }
6145
6146 if (tp->dirty_tx != dirty_tx) {
6147 tp->dirty_tx = dirty_tx;
Francois Romieuae1f23f2012-01-31 00:00:19 +01006148 /* Sync with rtl8169_start_xmit:
6149 * - publish dirty_tx ring index (write barrier)
6150 * - refresh cur_tx ring index and queue status (read barrier)
6151 * May the current thread miss the stopped queue condition,
6152 * a racing xmit thread can only have a right view of the
6153 * ring status.
6154 */
Francois Romieu1e874e02012-01-27 15:05:38 +01006155 smp_mb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006156 if (netif_queue_stopped(dev) &&
Julien Ducourthial477206a2012-05-09 00:00:06 +02006157 TX_FRAGS_READY_FOR(tp, MAX_SKB_FRAGS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006158 netif_wake_queue(dev);
6159 }
Francois Romieud78ae2d2007-08-26 20:08:19 +02006160 /*
6161 * 8168 hack: TxPoll requests are lost when the Tx packets are
6162 * too close. Let's kick an extra TxPoll request when a burst
6163 * of start_xmit activity is detected (if it is not detected,
6164 * it is slow enough). -- FR
6165 */
Francois Romieuda78dbf2012-01-26 14:18:23 +01006166 if (tp->cur_tx != dirty_tx) {
6167 void __iomem *ioaddr = tp->mmio_addr;
6168
Francois Romieud78ae2d2007-08-26 20:08:19 +02006169 RTL_W8(TxPoll, NPQ);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006170 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006171 }
6172}
6173
Francois Romieu126fa4b2005-05-12 20:09:17 -04006174static inline int rtl8169_fragmented_frame(u32 status)
6175{
6176 return (status & (FirstFrag | LastFrag)) != (FirstFrag | LastFrag);
6177}
6178
Eric Dumazetadea1ac72010-09-05 20:04:05 -07006179static inline void rtl8169_rx_csum(struct sk_buff *skb, u32 opts1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006180{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006181 u32 status = opts1 & RxProtoMask;
6182
6183 if (((status == RxProtoTCP) && !(opts1 & TCPFail)) ||
Shan Weid5d3ebe2010-11-12 00:15:25 +00006184 ((status == RxProtoUDP) && !(opts1 & UDPFail)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006185 skb->ip_summed = CHECKSUM_UNNECESSARY;
6186 else
Eric Dumazetbc8acf22010-09-02 13:07:41 -07006187 skb_checksum_none_assert(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006188}
6189
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006190static struct sk_buff *rtl8169_try_rx_copy(void *data,
6191 struct rtl8169_private *tp,
6192 int pkt_size,
6193 dma_addr_t addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006194{
Stephen Hemmingerb4496552007-06-17 01:06:49 +02006195 struct sk_buff *skb;
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00006196 struct device *d = &tp->pci_dev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006197
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006198 data = rtl8169_align(data);
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00006199 dma_sync_single_for_cpu(d, addr, pkt_size, DMA_FROM_DEVICE);
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006200 prefetch(data);
6201 skb = netdev_alloc_skb_ip_align(tp->dev, pkt_size);
6202 if (skb)
6203 memcpy(skb->data, data, pkt_size);
Stanislaw Gruszka48addcc2010-10-20 22:25:39 +00006204 dma_sync_single_for_device(d, addr, pkt_size, DMA_FROM_DEVICE);
6205
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006206 return skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006207}
6208
Francois Romieuda78dbf2012-01-26 14:18:23 +01006209static int rtl_rx(struct net_device *dev, struct rtl8169_private *tp, u32 budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006210{
6211 unsigned int cur_rx, rx_left;
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006212 unsigned int count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006213
Linus Torvalds1da177e2005-04-16 15:20:36 -07006214 cur_rx = tp->cur_rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006215
Timo Teräs9fba0812013-01-15 21:01:24 +00006216 for (rx_left = min(budget, NUM_RX_DESC); rx_left > 0; rx_left--, cur_rx++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006217 unsigned int entry = cur_rx % NUM_RX_DESC;
Francois Romieu126fa4b2005-05-12 20:09:17 -04006218 struct RxDesc *desc = tp->RxDescArray + entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006219 u32 status;
6220
6221 rmb();
David S. Miller8decf862011-09-22 03:23:13 -04006222 status = le32_to_cpu(desc->opts1) & tp->opts1_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006223
6224 if (status & DescOwn)
6225 break;
Richard Dawe4dcb7d32005-05-27 21:12:00 +02006226 if (unlikely(status & RxRES)) {
Joe Perchesbf82c182010-02-09 11:49:50 +00006227 netif_info(tp, rx_err, dev, "Rx ERROR. status = %08x\n",
6228 status);
Francois Romieucebf8cc2007-10-18 12:06:54 +02006229 dev->stats.rx_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006230 if (status & (RxRWT | RxRUNT))
Francois Romieucebf8cc2007-10-18 12:06:54 +02006231 dev->stats.rx_length_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006232 if (status & RxCRC)
Francois Romieucebf8cc2007-10-18 12:06:54 +02006233 dev->stats.rx_crc_errors++;
Francois Romieu9dccf612006-05-14 12:31:17 +02006234 if (status & RxFOVF) {
Francois Romieuda78dbf2012-01-26 14:18:23 +01006235 rtl_schedule_task(tp, RTL_FLAG_TASK_RESET_PENDING);
Francois Romieucebf8cc2007-10-18 12:06:54 +02006236 dev->stats.rx_fifo_errors++;
Francois Romieu9dccf612006-05-14 12:31:17 +02006237 }
Ben Greear6bbe0212012-02-10 15:04:33 +00006238 if ((status & (RxRUNT | RxCRC)) &&
6239 !(status & (RxRWT | RxFOVF)) &&
6240 (dev->features & NETIF_F_RXALL))
6241 goto process_pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006242 } else {
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006243 struct sk_buff *skb;
Ben Greear6bbe0212012-02-10 15:04:33 +00006244 dma_addr_t addr;
6245 int pkt_size;
6246
6247process_pkt:
6248 addr = le64_to_cpu(desc->addr);
Ben Greear79d0c1d2012-02-10 15:04:34 +00006249 if (likely(!(dev->features & NETIF_F_RXFCS)))
6250 pkt_size = (status & 0x00003fff) - 4;
6251 else
6252 pkt_size = status & 0x00003fff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006253
Francois Romieu126fa4b2005-05-12 20:09:17 -04006254 /*
6255 * The driver does not support incoming fragmented
6256 * frames. They are seen as a symptom of over-mtu
6257 * sized frames.
6258 */
6259 if (unlikely(rtl8169_fragmented_frame(status))) {
Francois Romieucebf8cc2007-10-18 12:06:54 +02006260 dev->stats.rx_dropped++;
6261 dev->stats.rx_length_errors++;
françois romieuce11ff52013-01-24 13:30:06 +00006262 goto release_descriptor;
Francois Romieu126fa4b2005-05-12 20:09:17 -04006263 }
6264
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006265 skb = rtl8169_try_rx_copy(tp->Rx_databuff[entry],
6266 tp, pkt_size, addr);
Eric Dumazet6f0333b2010-10-11 11:17:47 +00006267 if (!skb) {
6268 dev->stats.rx_dropped++;
françois romieuce11ff52013-01-24 13:30:06 +00006269 goto release_descriptor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006270 }
6271
Eric Dumazetadea1ac72010-09-05 20:04:05 -07006272 rtl8169_rx_csum(skb, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006273 skb_put(skb, pkt_size);
6274 skb->protocol = eth_type_trans(skb, dev);
6275
Francois Romieu7a8fc772011-03-01 17:18:33 +01006276 rtl8169_rx_vlan_tag(desc, skb);
6277
Francois Romieu56de4142011-03-15 17:29:31 +01006278 napi_gro_receive(&tp->napi, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006279
Junchang Wang8027aa22012-03-04 23:30:32 +01006280 u64_stats_update_begin(&tp->rx_stats.syncp);
6281 tp->rx_stats.packets++;
6282 tp->rx_stats.bytes += pkt_size;
6283 u64_stats_update_end(&tp->rx_stats.syncp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006284 }
françois romieuce11ff52013-01-24 13:30:06 +00006285release_descriptor:
6286 desc->opts2 = 0;
6287 wmb();
6288 rtl8169_mark_to_asic(desc, rx_buf_sz);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006289 }
6290
6291 count = cur_rx - tp->cur_rx;
6292 tp->cur_rx = cur_rx;
6293
Linus Torvalds1da177e2005-04-16 15:20:36 -07006294 return count;
6295}
6296
Francois Romieu07d3f512007-02-21 22:40:46 +01006297static irqreturn_t rtl8169_interrupt(int irq, void *dev_instance)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006298{
Francois Romieu07d3f512007-02-21 22:40:46 +01006299 struct net_device *dev = dev_instance;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006300 struct rtl8169_private *tp = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006301 int handled = 0;
Francois Romieu9085cdfa2012-01-26 12:59:08 +01006302 u16 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006303
Francois Romieu9085cdfa2012-01-26 12:59:08 +01006304 status = rtl_get_events(tp);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006305 if (status && status != 0xffff) {
6306 status &= RTL_EVENT_NAPI | tp->event_slow;
6307 if (status) {
6308 handled = 1;
françois romieu811fd302011-12-04 20:30:45 +00006309
Francois Romieuda78dbf2012-01-26 14:18:23 +01006310 rtl_irq_disable(tp);
6311 napi_schedule(&tp->napi);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006312 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006313 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006314 return IRQ_RETVAL(handled);
6315}
6316
Francois Romieuda78dbf2012-01-26 14:18:23 +01006317/*
6318 * Workqueue context.
6319 */
6320static void rtl_slow_event_work(struct rtl8169_private *tp)
6321{
6322 struct net_device *dev = tp->dev;
6323 u16 status;
6324
6325 status = rtl_get_events(tp) & tp->event_slow;
6326 rtl_ack_events(tp, status);
6327
6328 if (unlikely(status & RxFIFOOver)) {
6329 switch (tp->mac_version) {
6330 /* Work around for rx fifo overflow */
6331 case RTL_GIGA_MAC_VER_11:
6332 netif_stop_queue(dev);
Francois Romieu934714d2012-01-31 11:09:21 +01006333 /* XXX - Hack alert. See rtl_task(). */
6334 set_bit(RTL_FLAG_TASK_RESET_PENDING, tp->wk.flags);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006335 default:
6336 break;
6337 }
6338 }
6339
6340 if (unlikely(status & SYSErr))
6341 rtl8169_pcierr_interrupt(dev);
6342
6343 if (status & LinkChg)
6344 __rtl8169_check_link_status(dev, tp, tp->mmio_addr, true);
6345
françois romieu7dbb4912012-06-09 10:53:16 +00006346 rtl_irq_enable_all(tp);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006347}
6348
Francois Romieu4422bcd2012-01-26 11:23:32 +01006349static void rtl_task(struct work_struct *work)
6350{
Francois Romieuda78dbf2012-01-26 14:18:23 +01006351 static const struct {
6352 int bitnr;
6353 void (*action)(struct rtl8169_private *);
6354 } rtl_work[] = {
Francois Romieu934714d2012-01-31 11:09:21 +01006355 /* XXX - keep rtl_slow_event_work() as first element. */
Francois Romieuda78dbf2012-01-26 14:18:23 +01006356 { RTL_FLAG_TASK_SLOW_PENDING, rtl_slow_event_work },
6357 { RTL_FLAG_TASK_RESET_PENDING, rtl_reset_work },
6358 { RTL_FLAG_TASK_PHY_PENDING, rtl_phy_work }
6359 };
Francois Romieu4422bcd2012-01-26 11:23:32 +01006360 struct rtl8169_private *tp =
6361 container_of(work, struct rtl8169_private, wk.work);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006362 struct net_device *dev = tp->dev;
6363 int i;
Francois Romieu4422bcd2012-01-26 11:23:32 +01006364
Francois Romieuda78dbf2012-01-26 14:18:23 +01006365 rtl_lock_work(tp);
6366
Francois Romieu6c4a70c2012-01-31 10:56:44 +01006367 if (!netif_running(dev) ||
6368 !test_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags))
Francois Romieuda78dbf2012-01-26 14:18:23 +01006369 goto out_unlock;
6370
6371 for (i = 0; i < ARRAY_SIZE(rtl_work); i++) {
6372 bool pending;
6373
Francois Romieuda78dbf2012-01-26 14:18:23 +01006374 pending = test_and_clear_bit(rtl_work[i].bitnr, tp->wk.flags);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006375 if (pending)
6376 rtl_work[i].action(tp);
6377 }
6378
6379out_unlock:
6380 rtl_unlock_work(tp);
Francois Romieu4422bcd2012-01-26 11:23:32 +01006381}
6382
Stephen Hemmingerbea33482007-10-03 16:41:36 -07006383static int rtl8169_poll(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006384{
Stephen Hemmingerbea33482007-10-03 16:41:36 -07006385 struct rtl8169_private *tp = container_of(napi, struct rtl8169_private, napi);
6386 struct net_device *dev = tp->dev;
Francois Romieuda78dbf2012-01-26 14:18:23 +01006387 u16 enable_mask = RTL_EVENT_NAPI | tp->event_slow;
6388 int work_done= 0;
6389 u16 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006390
Francois Romieuda78dbf2012-01-26 14:18:23 +01006391 status = rtl_get_events(tp);
6392 rtl_ack_events(tp, status & ~tp->event_slow);
6393
6394 if (status & RTL_EVENT_NAPI_RX)
6395 work_done = rtl_rx(dev, tp, (u32) budget);
6396
6397 if (status & RTL_EVENT_NAPI_TX)
6398 rtl_tx(dev, tp);
6399
6400 if (status & tp->event_slow) {
6401 enable_mask &= ~tp->event_slow;
6402
6403 rtl_schedule_task(tp, RTL_FLAG_TASK_SLOW_PENDING);
6404 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006405
Stephen Hemmingerbea33482007-10-03 16:41:36 -07006406 if (work_done < budget) {
Ben Hutchings288379f2009-01-19 16:43:59 -08006407 napi_complete(napi);
David Dillowf11a3772009-05-22 15:29:34 +00006408
Francois Romieuda78dbf2012-01-26 14:18:23 +01006409 rtl_irq_enable(tp, enable_mask);
6410 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006411 }
6412
Stephen Hemmingerbea33482007-10-03 16:41:36 -07006413 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006414}
Linus Torvalds1da177e2005-04-16 15:20:36 -07006415
Francois Romieu523a6092008-09-10 22:28:56 +02006416static void rtl8169_rx_missed(struct net_device *dev, void __iomem *ioaddr)
6417{
6418 struct rtl8169_private *tp = netdev_priv(dev);
6419
6420 if (tp->mac_version > RTL_GIGA_MAC_VER_06)
6421 return;
6422
6423 dev->stats.rx_missed_errors += (RTL_R32(RxMissed) & 0xffffff);
6424 RTL_W32(RxMissed, 0);
6425}
6426
Linus Torvalds1da177e2005-04-16 15:20:36 -07006427static void rtl8169_down(struct net_device *dev)
6428{
6429 struct rtl8169_private *tp = netdev_priv(dev);
6430 void __iomem *ioaddr = tp->mmio_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006431
Francois Romieu4876cc12011-03-11 21:07:11 +01006432 del_timer_sync(&tp->timer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006433
Stephen Hemminger93dd79e2007-10-28 17:14:06 +01006434 napi_disable(&tp->napi);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006435 netif_stop_queue(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006436
Hayes Wang92fc43b2011-07-06 15:58:03 +08006437 rtl8169_hw_reset(tp);
Stanislaw Gruszka323bb682010-10-20 22:25:41 +00006438 /*
6439 * At this point device interrupts can not be enabled in any function,
Francois Romieu209e5ac2012-01-26 09:59:50 +01006440 * as netif_running is not true (rtl8169_interrupt, rtl8169_reset_task)
6441 * and napi is disabled (rtl8169_poll).
Stanislaw Gruszka323bb682010-10-20 22:25:41 +00006442 */
Francois Romieu523a6092008-09-10 22:28:56 +02006443 rtl8169_rx_missed(dev, ioaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006444
Linus Torvalds1da177e2005-04-16 15:20:36 -07006445 /* Give a racing hard_start_xmit a few cycles to complete. */
Francois Romieuda78dbf2012-01-26 14:18:23 +01006446 synchronize_sched();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006447
Linus Torvalds1da177e2005-04-16 15:20:36 -07006448 rtl8169_tx_clear(tp);
6449
6450 rtl8169_rx_clear(tp);
françois romieu065c27c2011-01-03 15:08:12 +00006451
6452 rtl_pll_power_down(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006453}
6454
6455static int rtl8169_close(struct net_device *dev)
6456{
6457 struct rtl8169_private *tp = netdev_priv(dev);
6458 struct pci_dev *pdev = tp->pci_dev;
6459
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006460 pm_runtime_get_sync(&pdev->dev);
6461
Francois Romieucecb5fd2011-04-01 10:21:07 +02006462 /* Update counters before going down */
Ivan Vecera355423d2009-02-06 21:49:57 -08006463 rtl8169_update_counters(dev);
6464
Francois Romieuda78dbf2012-01-26 14:18:23 +01006465 rtl_lock_work(tp);
Francois Romieu6c4a70c2012-01-31 10:56:44 +01006466 clear_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006467
Linus Torvalds1da177e2005-04-16 15:20:36 -07006468 rtl8169_down(dev);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006469 rtl_unlock_work(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006470
Lekensteyn4ea72442013-07-22 09:53:30 +02006471 cancel_work_sync(&tp->wk.work);
6472
Francois Romieu92a7c4e2012-03-10 10:42:12 +01006473 free_irq(pdev->irq, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006474
Stanislaw Gruszka82553bb2010-10-08 04:25:01 +00006475 dma_free_coherent(&pdev->dev, R8169_RX_RING_BYTES, tp->RxDescArray,
6476 tp->RxPhyAddr);
6477 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray,
6478 tp->TxPhyAddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006479 tp->TxDescArray = NULL;
6480 tp->RxDescArray = NULL;
6481
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006482 pm_runtime_put_sync(&pdev->dev);
6483
Linus Torvalds1da177e2005-04-16 15:20:36 -07006484 return 0;
6485}
6486
Francois Romieudc1c00c2012-03-08 10:06:18 +01006487#ifdef CONFIG_NET_POLL_CONTROLLER
6488static void rtl8169_netpoll(struct net_device *dev)
6489{
6490 struct rtl8169_private *tp = netdev_priv(dev);
6491
6492 rtl8169_interrupt(tp->pci_dev->irq, dev);
6493}
6494#endif
6495
Francois Romieudf43ac72012-03-08 09:48:40 +01006496static int rtl_open(struct net_device *dev)
6497{
6498 struct rtl8169_private *tp = netdev_priv(dev);
6499 void __iomem *ioaddr = tp->mmio_addr;
6500 struct pci_dev *pdev = tp->pci_dev;
6501 int retval = -ENOMEM;
6502
6503 pm_runtime_get_sync(&pdev->dev);
6504
6505 /*
Jiri Kosinae75d6602012-04-08 21:48:52 +02006506 * Rx and Tx descriptors needs 256 bytes alignment.
Francois Romieudf43ac72012-03-08 09:48:40 +01006507 * dma_alloc_coherent provides more.
6508 */
6509 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES,
6510 &tp->TxPhyAddr, GFP_KERNEL);
6511 if (!tp->TxDescArray)
6512 goto err_pm_runtime_put;
6513
6514 tp->RxDescArray = dma_alloc_coherent(&pdev->dev, R8169_RX_RING_BYTES,
6515 &tp->RxPhyAddr, GFP_KERNEL);
6516 if (!tp->RxDescArray)
6517 goto err_free_tx_0;
6518
6519 retval = rtl8169_init_ring(dev);
6520 if (retval < 0)
6521 goto err_free_rx_1;
6522
6523 INIT_WORK(&tp->wk.work, rtl_task);
6524
6525 smp_mb();
6526
6527 rtl_request_firmware(tp);
6528
Francois Romieu92a7c4e2012-03-10 10:42:12 +01006529 retval = request_irq(pdev->irq, rtl8169_interrupt,
Francois Romieudf43ac72012-03-08 09:48:40 +01006530 (tp->features & RTL_FEATURE_MSI) ? 0 : IRQF_SHARED,
6531 dev->name, dev);
6532 if (retval < 0)
6533 goto err_release_fw_2;
6534
6535 rtl_lock_work(tp);
6536
6537 set_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags);
6538
6539 napi_enable(&tp->napi);
6540
6541 rtl8169_init_phy(dev, tp);
6542
6543 __rtl8169_set_features(dev, dev->features);
6544
6545 rtl_pll_power_up(tp);
6546
6547 rtl_hw_start(dev);
6548
6549 netif_start_queue(dev);
6550
6551 rtl_unlock_work(tp);
6552
6553 tp->saved_wolopts = 0;
6554 pm_runtime_put_noidle(&pdev->dev);
6555
6556 rtl8169_check_link_status(dev, tp, ioaddr);
6557out:
6558 return retval;
6559
6560err_release_fw_2:
6561 rtl_release_firmware(tp);
6562 rtl8169_rx_clear(tp);
6563err_free_rx_1:
6564 dma_free_coherent(&pdev->dev, R8169_RX_RING_BYTES, tp->RxDescArray,
6565 tp->RxPhyAddr);
6566 tp->RxDescArray = NULL;
6567err_free_tx_0:
6568 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray,
6569 tp->TxPhyAddr);
6570 tp->TxDescArray = NULL;
6571err_pm_runtime_put:
6572 pm_runtime_put_noidle(&pdev->dev);
6573 goto out;
6574}
6575
Junchang Wang8027aa22012-03-04 23:30:32 +01006576static struct rtnl_link_stats64 *
6577rtl8169_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006578{
6579 struct rtl8169_private *tp = netdev_priv(dev);
6580 void __iomem *ioaddr = tp->mmio_addr;
Junchang Wang8027aa22012-03-04 23:30:32 +01006581 unsigned int start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006582
Francois Romieuda78dbf2012-01-26 14:18:23 +01006583 if (netif_running(dev))
Francois Romieu523a6092008-09-10 22:28:56 +02006584 rtl8169_rx_missed(dev, ioaddr);
Francois Romieu5b0384f2006-08-16 16:00:01 +02006585
Junchang Wang8027aa22012-03-04 23:30:32 +01006586 do {
6587 start = u64_stats_fetch_begin_bh(&tp->rx_stats.syncp);
6588 stats->rx_packets = tp->rx_stats.packets;
6589 stats->rx_bytes = tp->rx_stats.bytes;
6590 } while (u64_stats_fetch_retry_bh(&tp->rx_stats.syncp, start));
6591
6592
6593 do {
6594 start = u64_stats_fetch_begin_bh(&tp->tx_stats.syncp);
6595 stats->tx_packets = tp->tx_stats.packets;
6596 stats->tx_bytes = tp->tx_stats.bytes;
6597 } while (u64_stats_fetch_retry_bh(&tp->tx_stats.syncp, start));
6598
6599 stats->rx_dropped = dev->stats.rx_dropped;
6600 stats->tx_dropped = dev->stats.tx_dropped;
6601 stats->rx_length_errors = dev->stats.rx_length_errors;
6602 stats->rx_errors = dev->stats.rx_errors;
6603 stats->rx_crc_errors = dev->stats.rx_crc_errors;
6604 stats->rx_fifo_errors = dev->stats.rx_fifo_errors;
6605 stats->rx_missed_errors = dev->stats.rx_missed_errors;
6606
6607 return stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006608}
6609
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006610static void rtl8169_net_suspend(struct net_device *dev)
Francois Romieu5d06a992006-02-23 00:47:58 +01006611{
françois romieu065c27c2011-01-03 15:08:12 +00006612 struct rtl8169_private *tp = netdev_priv(dev);
6613
Francois Romieu5d06a992006-02-23 00:47:58 +01006614 if (!netif_running(dev))
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006615 return;
Francois Romieu5d06a992006-02-23 00:47:58 +01006616
6617 netif_device_detach(dev);
6618 netif_stop_queue(dev);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006619
6620 rtl_lock_work(tp);
6621 napi_disable(&tp->napi);
Francois Romieu6c4a70c2012-01-31 10:56:44 +01006622 clear_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006623 rtl_unlock_work(tp);
6624
6625 rtl_pll_power_down(tp);
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006626}
Francois Romieu5d06a992006-02-23 00:47:58 +01006627
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006628#ifdef CONFIG_PM
6629
6630static int rtl8169_suspend(struct device *device)
6631{
6632 struct pci_dev *pdev = to_pci_dev(device);
6633 struct net_device *dev = pci_get_drvdata(pdev);
6634
6635 rtl8169_net_suspend(dev);
Francois Romieu1371fa62007-04-02 23:01:11 +02006636
Francois Romieu5d06a992006-02-23 00:47:58 +01006637 return 0;
6638}
6639
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006640static void __rtl8169_resume(struct net_device *dev)
6641{
françois romieu065c27c2011-01-03 15:08:12 +00006642 struct rtl8169_private *tp = netdev_priv(dev);
6643
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006644 netif_device_attach(dev);
françois romieu065c27c2011-01-03 15:08:12 +00006645
6646 rtl_pll_power_up(tp);
6647
Artem Savkovcff4c162012-04-03 10:29:11 +00006648 rtl_lock_work(tp);
6649 napi_enable(&tp->napi);
Francois Romieu6c4a70c2012-01-31 10:56:44 +01006650 set_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags);
Artem Savkovcff4c162012-04-03 10:29:11 +00006651 rtl_unlock_work(tp);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006652
Francois Romieu98ddf982012-01-31 10:47:34 +01006653 rtl_schedule_task(tp, RTL_FLAG_TASK_RESET_PENDING);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006654}
6655
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006656static int rtl8169_resume(struct device *device)
Francois Romieu5d06a992006-02-23 00:47:58 +01006657{
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006658 struct pci_dev *pdev = to_pci_dev(device);
Francois Romieu5d06a992006-02-23 00:47:58 +01006659 struct net_device *dev = pci_get_drvdata(pdev);
Stanislaw Gruszkafccec102010-10-20 22:25:42 +00006660 struct rtl8169_private *tp = netdev_priv(dev);
6661
6662 rtl8169_init_phy(dev, tp);
Francois Romieu5d06a992006-02-23 00:47:58 +01006663
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006664 if (netif_running(dev))
6665 __rtl8169_resume(dev);
Francois Romieu5d06a992006-02-23 00:47:58 +01006666
Francois Romieu5d06a992006-02-23 00:47:58 +01006667 return 0;
6668}
6669
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006670static int rtl8169_runtime_suspend(struct device *device)
6671{
6672 struct pci_dev *pdev = to_pci_dev(device);
6673 struct net_device *dev = pci_get_drvdata(pdev);
6674 struct rtl8169_private *tp = netdev_priv(dev);
6675
6676 if (!tp->TxDescArray)
6677 return 0;
6678
Francois Romieuda78dbf2012-01-26 14:18:23 +01006679 rtl_lock_work(tp);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006680 tp->saved_wolopts = __rtl8169_get_wol(tp);
6681 __rtl8169_set_wol(tp, WAKE_ANY);
Francois Romieuda78dbf2012-01-26 14:18:23 +01006682 rtl_unlock_work(tp);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006683
6684 rtl8169_net_suspend(dev);
6685
6686 return 0;
6687}
6688
6689static int rtl8169_runtime_resume(struct device *device)
6690{
6691 struct pci_dev *pdev = to_pci_dev(device);
6692 struct net_device *dev = pci_get_drvdata(pdev);
6693 struct rtl8169_private *tp = netdev_priv(dev);
6694
6695 if (!tp->TxDescArray)
6696 return 0;
6697
Francois Romieuda78dbf2012-01-26 14:18:23 +01006698 rtl_lock_work(tp);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006699 __rtl8169_set_wol(tp, tp->saved_wolopts);
6700 tp->saved_wolopts = 0;
Francois Romieuda78dbf2012-01-26 14:18:23 +01006701 rtl_unlock_work(tp);
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006702
Stanislaw Gruszkafccec102010-10-20 22:25:42 +00006703 rtl8169_init_phy(dev, tp);
6704
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006705 __rtl8169_resume(dev);
6706
6707 return 0;
6708}
6709
6710static int rtl8169_runtime_idle(struct device *device)
6711{
6712 struct pci_dev *pdev = to_pci_dev(device);
6713 struct net_device *dev = pci_get_drvdata(pdev);
6714 struct rtl8169_private *tp = netdev_priv(dev);
6715
Rafael J. Wysockie4fbce72010-12-08 15:32:14 +00006716 return tp->TxDescArray ? -EBUSY : 0;
Rafael J. Wysockie1759442010-03-14 14:33:51 +00006717}
6718
Alexey Dobriyan47145212009-12-14 18:00:08 -08006719static const struct dev_pm_ops rtl8169_pm_ops = {
Francois Romieucecb5fd2011-04-01 10:21:07 +02006720 .suspend = rtl8169_suspend,
6721 .resume = rtl8169_resume,
6722 .freeze = rtl8169_suspend,
6723 .thaw = rtl8169_resume,
6724 .poweroff = rtl8169_suspend,
6725 .restore = rtl8169_resume,
6726 .runtime_suspend = rtl8169_runtime_suspend,
6727 .runtime_resume = rtl8169_runtime_resume,
6728 .runtime_idle = rtl8169_runtime_idle,
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006729};
6730
6731#define RTL8169_PM_OPS (&rtl8169_pm_ops)
6732
6733#else /* !CONFIG_PM */
6734
6735#define RTL8169_PM_OPS NULL
6736
6737#endif /* !CONFIG_PM */
6738
David S. Miller1805b2f2011-10-24 18:18:09 -04006739static void rtl_wol_shutdown_quirk(struct rtl8169_private *tp)
6740{
6741 void __iomem *ioaddr = tp->mmio_addr;
6742
6743 /* WoL fails with 8168b when the receiver is disabled. */
6744 switch (tp->mac_version) {
6745 case RTL_GIGA_MAC_VER_11:
6746 case RTL_GIGA_MAC_VER_12:
6747 case RTL_GIGA_MAC_VER_17:
6748 pci_clear_master(tp->pci_dev);
6749
6750 RTL_W8(ChipCmd, CmdRxEnb);
6751 /* PCI commit */
6752 RTL_R8(ChipCmd);
6753 break;
6754 default:
6755 break;
6756 }
6757}
6758
Francois Romieu1765f952008-09-13 17:21:40 +02006759static void rtl_shutdown(struct pci_dev *pdev)
6760{
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006761 struct net_device *dev = pci_get_drvdata(pdev);
françois romieu4bb3f522009-06-17 11:41:45 +00006762 struct rtl8169_private *tp = netdev_priv(dev);
françois romieu2a15cd22012-03-06 01:14:12 +00006763 struct device *d = &pdev->dev;
6764
6765 pm_runtime_get_sync(d);
Francois Romieu1765f952008-09-13 17:21:40 +02006766
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006767 rtl8169_net_suspend(dev);
6768
Francois Romieucecb5fd2011-04-01 10:21:07 +02006769 /* Restore original MAC address */
Ivan Veceracc098dc2009-11-29 23:12:52 -08006770 rtl_rar_set(tp, dev->perm_addr);
6771
Hayes Wang92fc43b2011-07-06 15:58:03 +08006772 rtl8169_hw_reset(tp);
françois romieu4bb3f522009-06-17 11:41:45 +00006773
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006774 if (system_state == SYSTEM_POWER_OFF) {
David S. Miller1805b2f2011-10-24 18:18:09 -04006775 if (__rtl8169_get_wol(tp) & WAKE_ANY) {
6776 rtl_wol_suspend_quirk(tp);
6777 rtl_wol_shutdown_quirk(tp);
françois romieuca52efd2009-07-24 12:34:19 +00006778 }
6779
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006780 pci_wake_from_d3(pdev, true);
6781 pci_set_power_state(pdev, PCI_D3hot);
6782 }
françois romieu2a15cd22012-03-06 01:14:12 +00006783
6784 pm_runtime_put_noidle(d);
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00006785}
Francois Romieu5d06a992006-02-23 00:47:58 +01006786
Bill Pembertonbaf63292012-12-03 09:23:28 -05006787static void rtl_remove_one(struct pci_dev *pdev)
Francois Romieue27566e2012-03-08 09:54:01 +01006788{
6789 struct net_device *dev = pci_get_drvdata(pdev);
6790 struct rtl8169_private *tp = netdev_priv(dev);
6791
6792 if (tp->mac_version == RTL_GIGA_MAC_VER_27 ||
6793 tp->mac_version == RTL_GIGA_MAC_VER_28 ||
6794 tp->mac_version == RTL_GIGA_MAC_VER_31) {
6795 rtl8168_driver_stop(tp);
6796 }
6797
Devendra Nagaad1be8d2012-05-31 01:51:20 +00006798 netif_napi_del(&tp->napi);
6799
Francois Romieue27566e2012-03-08 09:54:01 +01006800 unregister_netdev(dev);
6801
6802 rtl_release_firmware(tp);
6803
6804 if (pci_dev_run_wake(pdev))
6805 pm_runtime_get_noresume(&pdev->dev);
6806
6807 /* restore original MAC address */
6808 rtl_rar_set(tp, dev->perm_addr);
6809
6810 rtl_disable_msi(pdev, tp);
6811 rtl8169_release_board(pdev, dev, tp->mmio_addr);
6812 pci_set_drvdata(pdev, NULL);
6813}
6814
Francois Romieufa9c3852012-03-08 10:01:50 +01006815static const struct net_device_ops rtl_netdev_ops = {
Francois Romieudf43ac72012-03-08 09:48:40 +01006816 .ndo_open = rtl_open,
Francois Romieufa9c3852012-03-08 10:01:50 +01006817 .ndo_stop = rtl8169_close,
6818 .ndo_get_stats64 = rtl8169_get_stats64,
6819 .ndo_start_xmit = rtl8169_start_xmit,
6820 .ndo_tx_timeout = rtl8169_tx_timeout,
6821 .ndo_validate_addr = eth_validate_addr,
6822 .ndo_change_mtu = rtl8169_change_mtu,
6823 .ndo_fix_features = rtl8169_fix_features,
6824 .ndo_set_features = rtl8169_set_features,
6825 .ndo_set_mac_address = rtl_set_mac_address,
6826 .ndo_do_ioctl = rtl8169_ioctl,
6827 .ndo_set_rx_mode = rtl_set_rx_mode,
6828#ifdef CONFIG_NET_POLL_CONTROLLER
6829 .ndo_poll_controller = rtl8169_netpoll,
6830#endif
6831
6832};
6833
Francois Romieu31fa8b12012-03-08 10:09:40 +01006834static const struct rtl_cfg_info {
6835 void (*hw_start)(struct net_device *);
6836 unsigned int region;
6837 unsigned int align;
6838 u16 event_slow;
6839 unsigned features;
6840 u8 default_ver;
6841} rtl_cfg_infos [] = {
6842 [RTL_CFG_0] = {
6843 .hw_start = rtl_hw_start_8169,
6844 .region = 1,
6845 .align = 0,
6846 .event_slow = SYSErr | LinkChg | RxOverflow | RxFIFOOver,
6847 .features = RTL_FEATURE_GMII,
6848 .default_ver = RTL_GIGA_MAC_VER_01,
6849 },
6850 [RTL_CFG_1] = {
6851 .hw_start = rtl_hw_start_8168,
6852 .region = 2,
6853 .align = 8,
6854 .event_slow = SYSErr | LinkChg | RxOverflow,
6855 .features = RTL_FEATURE_GMII | RTL_FEATURE_MSI,
6856 .default_ver = RTL_GIGA_MAC_VER_11,
6857 },
6858 [RTL_CFG_2] = {
6859 .hw_start = rtl_hw_start_8101,
6860 .region = 2,
6861 .align = 8,
6862 .event_slow = SYSErr | LinkChg | RxOverflow | RxFIFOOver |
6863 PCSTimeout,
6864 .features = RTL_FEATURE_MSI,
6865 .default_ver = RTL_GIGA_MAC_VER_13,
6866 }
6867};
6868
6869/* Cfg9346_Unlock assumed. */
6870static unsigned rtl_try_msi(struct rtl8169_private *tp,
6871 const struct rtl_cfg_info *cfg)
6872{
6873 void __iomem *ioaddr = tp->mmio_addr;
6874 unsigned msi = 0;
6875 u8 cfg2;
6876
6877 cfg2 = RTL_R8(Config2) & ~MSIEnable;
6878 if (cfg->features & RTL_FEATURE_MSI) {
6879 if (pci_enable_msi(tp->pci_dev)) {
6880 netif_info(tp, hw, tp->dev, "no MSI. Back to INTx.\n");
6881 } else {
6882 cfg2 |= MSIEnable;
6883 msi = RTL_FEATURE_MSI;
6884 }
6885 }
6886 if (tp->mac_version <= RTL_GIGA_MAC_VER_06)
6887 RTL_W8(Config2, cfg2);
6888 return msi;
6889}
6890
Hayes Wangc5583862012-07-02 17:23:22 +08006891DECLARE_RTL_COND(rtl_link_list_ready_cond)
6892{
6893 void __iomem *ioaddr = tp->mmio_addr;
6894
6895 return RTL_R8(MCU) & LINK_LIST_RDY;
6896}
6897
6898DECLARE_RTL_COND(rtl_rxtx_empty_cond)
6899{
6900 void __iomem *ioaddr = tp->mmio_addr;
6901
6902 return (RTL_R8(MCU) & RXTX_EMPTY) == RXTX_EMPTY;
6903}
6904
Bill Pembertonbaf63292012-12-03 09:23:28 -05006905static void rtl_hw_init_8168g(struct rtl8169_private *tp)
Hayes Wangc5583862012-07-02 17:23:22 +08006906{
6907 void __iomem *ioaddr = tp->mmio_addr;
6908 u32 data;
6909
6910 tp->ocp_base = OCP_STD_PHY_BASE;
6911
6912 RTL_W32(MISC, RTL_R32(MISC) | RXDV_GATED_EN);
6913
6914 if (!rtl_udelay_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 42))
6915 return;
6916
6917 if (!rtl_udelay_loop_wait_high(tp, &rtl_rxtx_empty_cond, 100, 42))
6918 return;
6919
6920 RTL_W8(ChipCmd, RTL_R8(ChipCmd) & ~(CmdTxEnb | CmdRxEnb));
6921 msleep(1);
6922 RTL_W8(MCU, RTL_R8(MCU) & ~NOW_IS_OOB);
6923
Hayes Wang5f8bcce2012-07-10 08:47:05 +02006924 data = r8168_mac_ocp_read(tp, 0xe8de);
Hayes Wangc5583862012-07-02 17:23:22 +08006925 data &= ~(1 << 14);
6926 r8168_mac_ocp_write(tp, 0xe8de, data);
6927
6928 if (!rtl_udelay_loop_wait_high(tp, &rtl_link_list_ready_cond, 100, 42))
6929 return;
6930
Hayes Wang5f8bcce2012-07-10 08:47:05 +02006931 data = r8168_mac_ocp_read(tp, 0xe8de);
Hayes Wangc5583862012-07-02 17:23:22 +08006932 data |= (1 << 15);
6933 r8168_mac_ocp_write(tp, 0xe8de, data);
6934
6935 if (!rtl_udelay_loop_wait_high(tp, &rtl_link_list_ready_cond, 100, 42))
6936 return;
6937}
6938
Bill Pembertonbaf63292012-12-03 09:23:28 -05006939static void rtl_hw_initialize(struct rtl8169_private *tp)
Hayes Wangc5583862012-07-02 17:23:22 +08006940{
6941 switch (tp->mac_version) {
6942 case RTL_GIGA_MAC_VER_40:
6943 case RTL_GIGA_MAC_VER_41:
hayeswang57538c42013-04-01 22:23:40 +00006944 case RTL_GIGA_MAC_VER_42:
hayeswang58152cd2013-04-01 22:23:42 +00006945 case RTL_GIGA_MAC_VER_43:
hayeswang45dd95c2013-07-08 17:09:01 +08006946 case RTL_GIGA_MAC_VER_44:
Hayes Wangc5583862012-07-02 17:23:22 +08006947 rtl_hw_init_8168g(tp);
6948 break;
6949
6950 default:
6951 break;
6952 }
6953}
6954
Bill Pembertonbaf63292012-12-03 09:23:28 -05006955static int
Francois Romieu3b6cf252012-03-08 09:59:04 +01006956rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
6957{
6958 const struct rtl_cfg_info *cfg = rtl_cfg_infos + ent->driver_data;
6959 const unsigned int region = cfg->region;
6960 struct rtl8169_private *tp;
6961 struct mii_if_info *mii;
6962 struct net_device *dev;
6963 void __iomem *ioaddr;
6964 int chipset, i;
6965 int rc;
6966
6967 if (netif_msg_drv(&debug)) {
6968 printk(KERN_INFO "%s Gigabit Ethernet driver %s loaded\n",
6969 MODULENAME, RTL8169_VERSION);
6970 }
6971
6972 dev = alloc_etherdev(sizeof (*tp));
6973 if (!dev) {
6974 rc = -ENOMEM;
6975 goto out;
6976 }
6977
6978 SET_NETDEV_DEV(dev, &pdev->dev);
Francois Romieufa9c3852012-03-08 10:01:50 +01006979 dev->netdev_ops = &rtl_netdev_ops;
Francois Romieu3b6cf252012-03-08 09:59:04 +01006980 tp = netdev_priv(dev);
6981 tp->dev = dev;
6982 tp->pci_dev = pdev;
6983 tp->msg_enable = netif_msg_init(debug.msg_enable, R8169_MSG_DEFAULT);
6984
6985 mii = &tp->mii;
6986 mii->dev = dev;
6987 mii->mdio_read = rtl_mdio_read;
6988 mii->mdio_write = rtl_mdio_write;
6989 mii->phy_id_mask = 0x1f;
6990 mii->reg_num_mask = 0x1f;
6991 mii->supports_gmii = !!(cfg->features & RTL_FEATURE_GMII);
6992
6993 /* disable ASPM completely as that cause random device stop working
6994 * problems as well as full system hangs for some PCIe devices users */
6995 pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1 |
6996 PCIE_LINK_STATE_CLKPM);
6997
6998 /* enable device (incl. PCI PM wakeup and hotplug setup) */
6999 rc = pci_enable_device(pdev);
7000 if (rc < 0) {
7001 netif_err(tp, probe, dev, "enable failure\n");
7002 goto err_out_free_dev_1;
7003 }
7004
7005 if (pci_set_mwi(pdev) < 0)
7006 netif_info(tp, probe, dev, "Mem-Wr-Inval unavailable\n");
7007
7008 /* make sure PCI base addr 1 is MMIO */
7009 if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) {
7010 netif_err(tp, probe, dev,
7011 "region #%d not an MMIO resource, aborting\n",
7012 region);
7013 rc = -ENODEV;
7014 goto err_out_mwi_2;
7015 }
7016
7017 /* check for weird/broken PCI region reporting */
7018 if (pci_resource_len(pdev, region) < R8169_REGS_SIZE) {
7019 netif_err(tp, probe, dev,
7020 "Invalid PCI region size(s), aborting\n");
7021 rc = -ENODEV;
7022 goto err_out_mwi_2;
7023 }
7024
7025 rc = pci_request_regions(pdev, MODULENAME);
7026 if (rc < 0) {
7027 netif_err(tp, probe, dev, "could not request regions\n");
7028 goto err_out_mwi_2;
7029 }
7030
7031 tp->cp_cmd = RxChkSum;
7032
7033 if ((sizeof(dma_addr_t) > 4) &&
7034 !pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) && use_dac) {
7035 tp->cp_cmd |= PCIDAC;
7036 dev->features |= NETIF_F_HIGHDMA;
7037 } else {
7038 rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
7039 if (rc < 0) {
7040 netif_err(tp, probe, dev, "DMA configuration failed\n");
7041 goto err_out_free_res_3;
7042 }
7043 }
7044
7045 /* ioremap MMIO region */
7046 ioaddr = ioremap(pci_resource_start(pdev, region), R8169_REGS_SIZE);
7047 if (!ioaddr) {
7048 netif_err(tp, probe, dev, "cannot remap MMIO, aborting\n");
7049 rc = -EIO;
7050 goto err_out_free_res_3;
7051 }
7052 tp->mmio_addr = ioaddr;
7053
7054 if (!pci_is_pcie(pdev))
7055 netif_info(tp, probe, dev, "not PCI Express\n");
7056
7057 /* Identify chip attached to board */
7058 rtl8169_get_mac_version(tp, dev, cfg->default_ver);
7059
7060 rtl_init_rxcfg(tp);
7061
7062 rtl_irq_disable(tp);
7063
Hayes Wangc5583862012-07-02 17:23:22 +08007064 rtl_hw_initialize(tp);
7065
Francois Romieu3b6cf252012-03-08 09:59:04 +01007066 rtl_hw_reset(tp);
7067
7068 rtl_ack_events(tp, 0xffff);
7069
7070 pci_set_master(pdev);
7071
7072 /*
7073 * Pretend we are using VLANs; This bypasses a nasty bug where
7074 * Interrupts stop flowing on high load on 8110SCd controllers.
7075 */
7076 if (tp->mac_version == RTL_GIGA_MAC_VER_05)
7077 tp->cp_cmd |= RxVlan;
7078
7079 rtl_init_mdio_ops(tp);
7080 rtl_init_pll_power_ops(tp);
7081 rtl_init_jumbo_ops(tp);
Hayes Wangbeb1fe12012-03-30 14:33:01 +08007082 rtl_init_csi_ops(tp);
Francois Romieu3b6cf252012-03-08 09:59:04 +01007083
7084 rtl8169_print_mac_version(tp);
7085
7086 chipset = tp->mac_version;
7087 tp->txd_version = rtl_chip_infos[chipset].txd_version;
7088
7089 RTL_W8(Cfg9346, Cfg9346_Unlock);
7090 RTL_W8(Config1, RTL_R8(Config1) | PMEnable);
7091 RTL_W8(Config5, RTL_R8(Config5) & PMEStatus);
7092 if ((RTL_R8(Config3) & (LinkUp | MagicPacket)) != 0)
7093 tp->features |= RTL_FEATURE_WOL;
7094 if ((RTL_R8(Config5) & (UWF | BWF | MWF)) != 0)
7095 tp->features |= RTL_FEATURE_WOL;
7096 tp->features |= rtl_try_msi(tp, cfg);
7097 RTL_W8(Cfg9346, Cfg9346_Lock);
7098
7099 if (rtl_tbi_enabled(tp)) {
7100 tp->set_speed = rtl8169_set_speed_tbi;
7101 tp->get_settings = rtl8169_gset_tbi;
7102 tp->phy_reset_enable = rtl8169_tbi_reset_enable;
7103 tp->phy_reset_pending = rtl8169_tbi_reset_pending;
7104 tp->link_ok = rtl8169_tbi_link_ok;
7105 tp->do_ioctl = rtl_tbi_ioctl;
7106 } else {
7107 tp->set_speed = rtl8169_set_speed_xmii;
7108 tp->get_settings = rtl8169_gset_xmii;
7109 tp->phy_reset_enable = rtl8169_xmii_reset_enable;
7110 tp->phy_reset_pending = rtl8169_xmii_reset_pending;
7111 tp->link_ok = rtl8169_xmii_link_ok;
7112 tp->do_ioctl = rtl_xmii_ioctl;
7113 }
7114
7115 mutex_init(&tp->wk.mutex);
7116
7117 /* Get MAC address */
7118 for (i = 0; i < ETH_ALEN; i++)
7119 dev->dev_addr[i] = RTL_R8(MAC0 + i);
Francois Romieu3b6cf252012-03-08 09:59:04 +01007120
7121 SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops);
7122 dev->watchdog_timeo = RTL8169_TX_TIMEOUT;
Francois Romieu3b6cf252012-03-08 09:59:04 +01007123
7124 netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT);
7125
7126 /* don't enable SG, IP_CSUM and TSO by default - it might not work
7127 * properly for all devices */
7128 dev->features |= NETIF_F_RXCSUM |
Patrick McHardyf6469682013-04-19 02:04:27 +00007129 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX;
Francois Romieu3b6cf252012-03-08 09:59:04 +01007130
7131 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
Patrick McHardyf6469682013-04-19 02:04:27 +00007132 NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_TX |
7133 NETIF_F_HW_VLAN_CTAG_RX;
Francois Romieu3b6cf252012-03-08 09:59:04 +01007134 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
7135 NETIF_F_HIGHDMA;
7136
7137 if (tp->mac_version == RTL_GIGA_MAC_VER_05)
7138 /* 8110SCd requires hardware Rx VLAN - disallow toggling */
Patrick McHardyf6469682013-04-19 02:04:27 +00007139 dev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_RX;
Francois Romieu3b6cf252012-03-08 09:59:04 +01007140
7141 dev->hw_features |= NETIF_F_RXALL;
7142 dev->hw_features |= NETIF_F_RXFCS;
7143
7144 tp->hw_start = cfg->hw_start;
7145 tp->event_slow = cfg->event_slow;
7146
7147 tp->opts1_mask = (tp->mac_version != RTL_GIGA_MAC_VER_01) ?
7148 ~(RxBOVF | RxFOVF) : ~0;
7149
7150 init_timer(&tp->timer);
7151 tp->timer.data = (unsigned long) dev;
7152 tp->timer.function = rtl8169_phy_timer;
7153
7154 tp->rtl_fw = RTL_FIRMWARE_UNKNOWN;
7155
7156 rc = register_netdev(dev);
7157 if (rc < 0)
7158 goto err_out_msi_4;
7159
7160 pci_set_drvdata(pdev, dev);
7161
Francois Romieu92a7c4e2012-03-10 10:42:12 +01007162 netif_info(tp, probe, dev, "%s at 0x%p, %pM, XID %08x IRQ %d\n",
7163 rtl_chip_infos[chipset].name, ioaddr, dev->dev_addr,
7164 (u32)(RTL_R32(TxConfig) & 0x9cf0f8ff), pdev->irq);
Francois Romieu3b6cf252012-03-08 09:59:04 +01007165 if (rtl_chip_infos[chipset].jumbo_max != JUMBO_1K) {
7166 netif_info(tp, probe, dev, "jumbo features [frames: %d bytes, "
7167 "tx checksumming: %s]\n",
7168 rtl_chip_infos[chipset].jumbo_max,
7169 rtl_chip_infos[chipset].jumbo_tx_csum ? "ok" : "ko");
7170 }
7171
7172 if (tp->mac_version == RTL_GIGA_MAC_VER_27 ||
7173 tp->mac_version == RTL_GIGA_MAC_VER_28 ||
7174 tp->mac_version == RTL_GIGA_MAC_VER_31) {
7175 rtl8168_driver_start(tp);
7176 }
7177
7178 device_set_wakeup_enable(&pdev->dev, tp->features & RTL_FEATURE_WOL);
7179
7180 if (pci_dev_run_wake(pdev))
7181 pm_runtime_put_noidle(&pdev->dev);
7182
7183 netif_carrier_off(dev);
7184
7185out:
7186 return rc;
7187
7188err_out_msi_4:
Devendra Nagaad1be8d2012-05-31 01:51:20 +00007189 netif_napi_del(&tp->napi);
Francois Romieu3b6cf252012-03-08 09:59:04 +01007190 rtl_disable_msi(pdev, tp);
7191 iounmap(ioaddr);
7192err_out_free_res_3:
7193 pci_release_regions(pdev);
7194err_out_mwi_2:
7195 pci_clear_mwi(pdev);
7196 pci_disable_device(pdev);
7197err_out_free_dev_1:
7198 free_netdev(dev);
7199 goto out;
7200}
7201
Linus Torvalds1da177e2005-04-16 15:20:36 -07007202static struct pci_driver rtl8169_pci_driver = {
7203 .name = MODULENAME,
7204 .id_table = rtl8169_pci_tbl,
Francois Romieu3b6cf252012-03-08 09:59:04 +01007205 .probe = rtl_init_one,
Bill Pembertonbaf63292012-12-03 09:23:28 -05007206 .remove = rtl_remove_one,
Francois Romieu1765f952008-09-13 17:21:40 +02007207 .shutdown = rtl_shutdown,
Rafael J. Wysocki861ab442009-04-05 08:40:04 +00007208 .driver.pm = RTL8169_PM_OPS,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007209};
7210
Devendra Naga3eeb7da2012-10-26 09:27:42 +00007211module_pci_driver(rtl8169_pci_driver);