blob: fa29583937304a9f59487a5b62c68d3e8a925674 [file] [log] [blame]
hayeswangac718b62013-05-02 16:01:25 +00001/*
hayeswangc7de7de2014-01-15 10:42:16 +08002 * Copyright (c) 2014 Realtek Semiconductor Corp. All rights reserved.
hayeswangac718b62013-05-02 16:01:25 +00003 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * version 2 as published by the Free Software Foundation.
7 *
8 */
9
hayeswangac718b62013-05-02 16:01:25 +000010#include <linux/signal.h>
11#include <linux/slab.h>
12#include <linux/module.h>
hayeswangac718b62013-05-02 16:01:25 +000013#include <linux/netdevice.h>
14#include <linux/etherdevice.h>
15#include <linux/mii.h>
16#include <linux/ethtool.h>
17#include <linux/usb.h>
18#include <linux/crc32.h>
19#include <linux/if_vlan.h>
20#include <linux/uaccess.h>
hayeswangebc2ec482013-08-14 20:54:38 +080021#include <linux/list.h>
hayeswang5bd23882013-08-14 20:54:39 +080022#include <linux/ip.h>
23#include <linux/ipv6.h>
hayeswang6128d1bb2014-03-07 11:04:40 +080024#include <net/ip6_checksum.h>
hayeswang4c4a6b12014-09-25 20:54:00 +080025#include <uapi/linux/mdio.h>
26#include <linux/mdio.h>
hayeswangd9a28c52014-12-04 10:43:11 +080027#include <linux/usb/cdc.h>
hayeswang5ee3c602016-01-07 17:12:17 +080028#include <linux/suspend.h>
Mario Limonciello34ee32c2016-07-11 19:58:04 -050029#include <linux/acpi.h>
hayeswangac718b62013-05-02 16:01:25 +000030
hayeswangd0942472015-09-07 11:57:43 +080031/* Information for net-next */
32#define NETNEXT_VERSION "08"
33
34/* Information for net */
hayeswangb20cb602017-03-20 16:13:45 +080035#define NET_VERSION "9"
hayeswangd0942472015-09-07 11:57:43 +080036
37#define DRIVER_VERSION "v1." NETNEXT_VERSION "." NET_VERSION
hayeswangac718b62013-05-02 16:01:25 +000038#define DRIVER_AUTHOR "Realtek linux nic maintainers <nic_swsd@realtek.com>"
hayeswang44d942a2014-01-15 10:42:14 +080039#define DRIVER_DESC "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"
hayeswangac718b62013-05-02 16:01:25 +000040#define MODULENAME "r8152"
41
42#define R8152_PHY_ID 32
43
44#define PLA_IDR 0xc000
45#define PLA_RCR 0xc010
46#define PLA_RMS 0xc016
47#define PLA_RXFIFO_CTRL0 0xc0a0
48#define PLA_RXFIFO_CTRL1 0xc0a4
49#define PLA_RXFIFO_CTRL2 0xc0a8
hayeswang65bab842015-02-12 16:20:46 +080050#define PLA_DMY_REG0 0xc0b0
hayeswangac718b62013-05-02 16:01:25 +000051#define PLA_FMC 0xc0b4
52#define PLA_CFG_WOL 0xc0b6
hayeswang43779f82014-01-02 11:25:10 +080053#define PLA_TEREDO_CFG 0xc0bc
hayeswangac718b62013-05-02 16:01:25 +000054#define PLA_MAR 0xcd00
hayeswang43779f82014-01-02 11:25:10 +080055#define PLA_BACKUP 0xd000
hayeswangac718b62013-05-02 16:01:25 +000056#define PAL_BDC_CR 0xd1a0
hayeswang43779f82014-01-02 11:25:10 +080057#define PLA_TEREDO_TIMER 0xd2cc
58#define PLA_REALWOW_TIMER 0xd2e8
hayeswangac718b62013-05-02 16:01:25 +000059#define PLA_LEDSEL 0xdd90
60#define PLA_LED_FEATURE 0xdd92
61#define PLA_PHYAR 0xde00
hayeswang43779f82014-01-02 11:25:10 +080062#define PLA_BOOT_CTRL 0xe004
hayeswangac718b62013-05-02 16:01:25 +000063#define PLA_GPHY_INTR_IMR 0xe022
64#define PLA_EEE_CR 0xe040
65#define PLA_EEEP_CR 0xe080
66#define PLA_MAC_PWR_CTRL 0xe0c0
hayeswang43779f82014-01-02 11:25:10 +080067#define PLA_MAC_PWR_CTRL2 0xe0ca
68#define PLA_MAC_PWR_CTRL3 0xe0cc
69#define PLA_MAC_PWR_CTRL4 0xe0ce
70#define PLA_WDT6_CTRL 0xe428
hayeswangac718b62013-05-02 16:01:25 +000071#define PLA_TCR0 0xe610
72#define PLA_TCR1 0xe612
hayeswang69b4b7a2014-07-10 10:58:54 +080073#define PLA_MTPS 0xe615
hayeswangac718b62013-05-02 16:01:25 +000074#define PLA_TXFIFO_CTRL 0xe618
hayeswang4f1d4d52014-03-11 16:24:19 +080075#define PLA_RSTTALLY 0xe800
hayeswangac718b62013-05-02 16:01:25 +000076#define PLA_CR 0xe813
77#define PLA_CRWECR 0xe81c
hayeswang21ff2e82014-02-18 21:49:06 +080078#define PLA_CONFIG12 0xe81e /* CONFIG1, CONFIG2 */
79#define PLA_CONFIG34 0xe820 /* CONFIG3, CONFIG4 */
hayeswangac718b62013-05-02 16:01:25 +000080#define PLA_CONFIG5 0xe822
81#define PLA_PHY_PWR 0xe84c
82#define PLA_OOB_CTRL 0xe84f
83#define PLA_CPCR 0xe854
84#define PLA_MISC_0 0xe858
85#define PLA_MISC_1 0xe85a
86#define PLA_OCP_GPHY_BASE 0xe86c
hayeswang4f1d4d52014-03-11 16:24:19 +080087#define PLA_TALLYCNT 0xe890
hayeswangac718b62013-05-02 16:01:25 +000088#define PLA_SFF_STS_7 0xe8de
89#define PLA_PHYSTATUS 0xe908
90#define PLA_BP_BA 0xfc26
91#define PLA_BP_0 0xfc28
92#define PLA_BP_1 0xfc2a
93#define PLA_BP_2 0xfc2c
94#define PLA_BP_3 0xfc2e
95#define PLA_BP_4 0xfc30
96#define PLA_BP_5 0xfc32
97#define PLA_BP_6 0xfc34
98#define PLA_BP_7 0xfc36
hayeswang43779f82014-01-02 11:25:10 +080099#define PLA_BP_EN 0xfc38
hayeswangac718b62013-05-02 16:01:25 +0000100
hayeswang65bab842015-02-12 16:20:46 +0800101#define USB_USB2PHY 0xb41e
102#define USB_SSPHYLINK2 0xb428
hayeswang43779f82014-01-02 11:25:10 +0800103#define USB_U2P3_CTRL 0xb460
hayeswang65bab842015-02-12 16:20:46 +0800104#define USB_CSR_DUMMY1 0xb464
105#define USB_CSR_DUMMY2 0xb466
hayeswangac718b62013-05-02 16:01:25 +0000106#define USB_DEV_STAT 0xb808
hayeswang65bab842015-02-12 16:20:46 +0800107#define USB_CONNECT_TIMER 0xcbf8
108#define USB_BURST_SIZE 0xcfc0
hayeswangac718b62013-05-02 16:01:25 +0000109#define USB_USB_CTRL 0xd406
110#define USB_PHY_CTRL 0xd408
111#define USB_TX_AGG 0xd40a
112#define USB_RX_BUF_TH 0xd40c
113#define USB_USB_TIMER 0xd428
hayeswang464ec102015-02-12 14:33:46 +0800114#define USB_RX_EARLY_TIMEOUT 0xd42c
115#define USB_RX_EARLY_SIZE 0xd42e
hayeswangac718b62013-05-02 16:01:25 +0000116#define USB_PM_CTRL_STATUS 0xd432
117#define USB_TX_DMA 0xd434
hayeswang43779f82014-01-02 11:25:10 +0800118#define USB_TOLERANCE 0xd490
119#define USB_LPM_CTRL 0xd41a
hayeswang93fe9b12016-06-16 10:55:18 +0800120#define USB_BMU_RESET 0xd4b0
hayeswangac718b62013-05-02 16:01:25 +0000121#define USB_UPS_CTRL 0xd800
hayeswang43779f82014-01-02 11:25:10 +0800122#define USB_MISC_0 0xd81a
123#define USB_POWER_CUT 0xd80a
124#define USB_AFE_CTRL2 0xd824
125#define USB_WDT11_CTRL 0xe43c
hayeswangac718b62013-05-02 16:01:25 +0000126#define USB_BP_BA 0xfc26
127#define USB_BP_0 0xfc28
128#define USB_BP_1 0xfc2a
129#define USB_BP_2 0xfc2c
130#define USB_BP_3 0xfc2e
131#define USB_BP_4 0xfc30
132#define USB_BP_5 0xfc32
133#define USB_BP_6 0xfc34
134#define USB_BP_7 0xfc36
hayeswang43779f82014-01-02 11:25:10 +0800135#define USB_BP_EN 0xfc38
hayeswangac718b62013-05-02 16:01:25 +0000136
137/* OCP Registers */
138#define OCP_ALDPS_CONFIG 0x2010
139#define OCP_EEE_CONFIG1 0x2080
140#define OCP_EEE_CONFIG2 0x2092
141#define OCP_EEE_CONFIG3 0x2094
hayeswangac244d32014-01-02 11:22:40 +0800142#define OCP_BASE_MII 0xa400
hayeswangac718b62013-05-02 16:01:25 +0000143#define OCP_EEE_AR 0xa41a
144#define OCP_EEE_DATA 0xa41c
hayeswang43779f82014-01-02 11:25:10 +0800145#define OCP_PHY_STATUS 0xa420
146#define OCP_POWER_CFG 0xa430
147#define OCP_EEE_CFG 0xa432
148#define OCP_SRAM_ADDR 0xa436
149#define OCP_SRAM_DATA 0xa438
150#define OCP_DOWN_SPEED 0xa442
hayeswangdf35d282014-09-25 20:54:02 +0800151#define OCP_EEE_ABLE 0xa5c4
hayeswang4c4a6b12014-09-25 20:54:00 +0800152#define OCP_EEE_ADV 0xa5d0
hayeswangdf35d282014-09-25 20:54:02 +0800153#define OCP_EEE_LPABLE 0xa5d2
hayeswang2dd49e02015-09-07 11:57:44 +0800154#define OCP_PHY_STATE 0xa708 /* nway state for 8153 */
hayeswang43779f82014-01-02 11:25:10 +0800155#define OCP_ADC_CFG 0xbc06
156
157/* SRAM Register */
158#define SRAM_LPF_CFG 0x8012
159#define SRAM_10M_AMP1 0x8080
160#define SRAM_10M_AMP2 0x8082
161#define SRAM_IMPEDANCE 0x8084
hayeswangac718b62013-05-02 16:01:25 +0000162
163/* PLA_RCR */
164#define RCR_AAP 0x00000001
165#define RCR_APM 0x00000002
166#define RCR_AM 0x00000004
167#define RCR_AB 0x00000008
168#define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB)
169
170/* PLA_RXFIFO_CTRL0 */
171#define RXFIFO_THR1_NORMAL 0x00080002
172#define RXFIFO_THR1_OOB 0x01800003
173
174/* PLA_RXFIFO_CTRL1 */
175#define RXFIFO_THR2_FULL 0x00000060
176#define RXFIFO_THR2_HIGH 0x00000038
177#define RXFIFO_THR2_OOB 0x0000004a
hayeswang43779f82014-01-02 11:25:10 +0800178#define RXFIFO_THR2_NORMAL 0x00a0
hayeswangac718b62013-05-02 16:01:25 +0000179
180/* PLA_RXFIFO_CTRL2 */
181#define RXFIFO_THR3_FULL 0x00000078
182#define RXFIFO_THR3_HIGH 0x00000048
183#define RXFIFO_THR3_OOB 0x0000005a
hayeswang43779f82014-01-02 11:25:10 +0800184#define RXFIFO_THR3_NORMAL 0x0110
hayeswangac718b62013-05-02 16:01:25 +0000185
186/* PLA_TXFIFO_CTRL */
187#define TXFIFO_THR_NORMAL 0x00400008
hayeswang43779f82014-01-02 11:25:10 +0800188#define TXFIFO_THR_NORMAL2 0x01000008
hayeswangac718b62013-05-02 16:01:25 +0000189
hayeswang65bab842015-02-12 16:20:46 +0800190/* PLA_DMY_REG0 */
191#define ECM_ALDPS 0x0002
192
hayeswangac718b62013-05-02 16:01:25 +0000193/* PLA_FMC */
194#define FMC_FCR_MCU_EN 0x0001
195
196/* PLA_EEEP_CR */
197#define EEEP_CR_EEEP_TX 0x0002
198
hayeswang43779f82014-01-02 11:25:10 +0800199/* PLA_WDT6_CTRL */
200#define WDT6_SET_MODE 0x0010
201
hayeswangac718b62013-05-02 16:01:25 +0000202/* PLA_TCR0 */
203#define TCR0_TX_EMPTY 0x0800
204#define TCR0_AUTO_FIFO 0x0080
205
206/* PLA_TCR1 */
207#define VERSION_MASK 0x7cf0
208
hayeswang69b4b7a2014-07-10 10:58:54 +0800209/* PLA_MTPS */
210#define MTPS_JUMBO (12 * 1024 / 64)
211#define MTPS_DEFAULT (6 * 1024 / 64)
212
hayeswang4f1d4d52014-03-11 16:24:19 +0800213/* PLA_RSTTALLY */
214#define TALLY_RESET 0x0001
215
hayeswangac718b62013-05-02 16:01:25 +0000216/* PLA_CR */
217#define CR_RST 0x10
218#define CR_RE 0x08
219#define CR_TE 0x04
220
221/* PLA_CRWECR */
222#define CRWECR_NORAML 0x00
223#define CRWECR_CONFIG 0xc0
224
225/* PLA_OOB_CTRL */
226#define NOW_IS_OOB 0x80
227#define TXFIFO_EMPTY 0x20
228#define RXFIFO_EMPTY 0x10
229#define LINK_LIST_READY 0x02
230#define DIS_MCU_CLROOB 0x01
231#define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY)
232
233/* PLA_MISC_1 */
234#define RXDY_GATED_EN 0x0008
235
236/* PLA_SFF_STS_7 */
237#define RE_INIT_LL 0x8000
238#define MCU_BORW_EN 0x4000
239
240/* PLA_CPCR */
241#define CPCR_RX_VLAN 0x0040
242
243/* PLA_CFG_WOL */
244#define MAGIC_EN 0x0001
245
hayeswang43779f82014-01-02 11:25:10 +0800246/* PLA_TEREDO_CFG */
247#define TEREDO_SEL 0x8000
248#define TEREDO_WAKE_MASK 0x7f00
249#define TEREDO_RS_EVENT_MASK 0x00fe
250#define OOB_TEREDO_EN 0x0001
251
hayeswangac718b62013-05-02 16:01:25 +0000252/* PAL_BDC_CR */
253#define ALDPS_PROXY_MODE 0x0001
254
hayeswang21ff2e82014-02-18 21:49:06 +0800255/* PLA_CONFIG34 */
256#define LINK_ON_WAKE_EN 0x0010
257#define LINK_OFF_WAKE_EN 0x0008
258
hayeswangac718b62013-05-02 16:01:25 +0000259/* PLA_CONFIG5 */
hayeswang21ff2e82014-02-18 21:49:06 +0800260#define BWF_EN 0x0040
261#define MWF_EN 0x0020
262#define UWF_EN 0x0010
hayeswangac718b62013-05-02 16:01:25 +0000263#define LAN_WAKE_EN 0x0002
264
265/* PLA_LED_FEATURE */
266#define LED_MODE_MASK 0x0700
267
268/* PLA_PHY_PWR */
269#define TX_10M_IDLE_EN 0x0080
270#define PFM_PWM_SWITCH 0x0040
271
272/* PLA_MAC_PWR_CTRL */
273#define D3_CLK_GATED_EN 0x00004000
274#define MCU_CLK_RATIO 0x07010f07
275#define MCU_CLK_RATIO_MASK 0x0f0f0f0f
hayeswang43779f82014-01-02 11:25:10 +0800276#define ALDPS_SPDWN_RATIO 0x0f87
277
278/* PLA_MAC_PWR_CTRL2 */
279#define EEE_SPDWN_RATIO 0x8007
280
281/* PLA_MAC_PWR_CTRL3 */
282#define PKT_AVAIL_SPDWN_EN 0x0100
283#define SUSPEND_SPDWN_EN 0x0004
284#define U1U2_SPDWN_EN 0x0002
285#define L1_SPDWN_EN 0x0001
286
287/* PLA_MAC_PWR_CTRL4 */
288#define PWRSAVE_SPDWN_EN 0x1000
289#define RXDV_SPDWN_EN 0x0800
290#define TX10MIDLE_EN 0x0100
291#define TP100_SPDWN_EN 0x0020
292#define TP500_SPDWN_EN 0x0010
293#define TP1000_SPDWN_EN 0x0008
294#define EEE_SPDWN_EN 0x0001
hayeswangac718b62013-05-02 16:01:25 +0000295
296/* PLA_GPHY_INTR_IMR */
297#define GPHY_STS_MSK 0x0001
298#define SPEED_DOWN_MSK 0x0002
299#define SPDWN_RXDV_MSK 0x0004
300#define SPDWN_LINKCHG_MSK 0x0008
301
302/* PLA_PHYAR */
303#define PHYAR_FLAG 0x80000000
304
305/* PLA_EEE_CR */
306#define EEE_RX_EN 0x0001
307#define EEE_TX_EN 0x0002
308
hayeswang43779f82014-01-02 11:25:10 +0800309/* PLA_BOOT_CTRL */
310#define AUTOLOAD_DONE 0x0002
311
hayeswang65bab842015-02-12 16:20:46 +0800312/* USB_USB2PHY */
313#define USB2PHY_SUSPEND 0x0001
314#define USB2PHY_L1 0x0002
315
316/* USB_SSPHYLINK2 */
317#define pwd_dn_scale_mask 0x3ffe
318#define pwd_dn_scale(x) ((x) << 1)
319
320/* USB_CSR_DUMMY1 */
321#define DYNAMIC_BURST 0x0001
322
323/* USB_CSR_DUMMY2 */
324#define EP4_FULL_FC 0x0001
325
hayeswangac718b62013-05-02 16:01:25 +0000326/* USB_DEV_STAT */
327#define STAT_SPEED_MASK 0x0006
328#define STAT_SPEED_HIGH 0x0000
hayeswanga3cc4652014-07-24 16:37:43 +0800329#define STAT_SPEED_FULL 0x0002
hayeswangac718b62013-05-02 16:01:25 +0000330
331/* USB_TX_AGG */
332#define TX_AGG_MAX_THRESHOLD 0x03
333
334/* USB_RX_BUF_TH */
hayeswang43779f82014-01-02 11:25:10 +0800335#define RX_THR_SUPPER 0x0c350180
hayeswang8e1f51b2014-01-02 11:22:41 +0800336#define RX_THR_HIGH 0x7a120180
hayeswang43779f82014-01-02 11:25:10 +0800337#define RX_THR_SLOW 0xffff0180
hayeswangac718b62013-05-02 16:01:25 +0000338
339/* USB_TX_DMA */
340#define TEST_MODE_DISABLE 0x00000001
341#define TX_SIZE_ADJUST1 0x00000100
342
hayeswang93fe9b12016-06-16 10:55:18 +0800343/* USB_BMU_RESET */
344#define BMU_RESET_EP_IN 0x01
345#define BMU_RESET_EP_OUT 0x02
346
hayeswangac718b62013-05-02 16:01:25 +0000347/* USB_UPS_CTRL */
348#define POWER_CUT 0x0100
349
350/* USB_PM_CTRL_STATUS */
hayeswang8e1f51b2014-01-02 11:22:41 +0800351#define RESUME_INDICATE 0x0001
hayeswangac718b62013-05-02 16:01:25 +0000352
353/* USB_USB_CTRL */
354#define RX_AGG_DISABLE 0x0010
hayeswange90fba82015-07-31 11:23:39 +0800355#define RX_ZERO_EN 0x0080
hayeswangac718b62013-05-02 16:01:25 +0000356
hayeswang43779f82014-01-02 11:25:10 +0800357/* USB_U2P3_CTRL */
358#define U2P3_ENABLE 0x0001
359
360/* USB_POWER_CUT */
361#define PWR_EN 0x0001
362#define PHASE2_EN 0x0008
363
364/* USB_MISC_0 */
365#define PCUT_STATUS 0x0001
366
hayeswang464ec102015-02-12 14:33:46 +0800367/* USB_RX_EARLY_TIMEOUT */
368#define COALESCE_SUPER 85000U
369#define COALESCE_HIGH 250000U
370#define COALESCE_SLOW 524280U
hayeswang43779f82014-01-02 11:25:10 +0800371
372/* USB_WDT11_CTRL */
373#define TIMER11_EN 0x0001
374
375/* USB_LPM_CTRL */
hayeswang65bab842015-02-12 16:20:46 +0800376/* bit 4 ~ 5: fifo empty boundary */
377#define FIFO_EMPTY_1FB 0x30 /* 0x1fb * 64 = 32448 bytes */
378/* bit 2 ~ 3: LMP timer */
hayeswang43779f82014-01-02 11:25:10 +0800379#define LPM_TIMER_MASK 0x0c
380#define LPM_TIMER_500MS 0x04 /* 500 ms */
381#define LPM_TIMER_500US 0x0c /* 500 us */
hayeswang65bab842015-02-12 16:20:46 +0800382#define ROK_EXIT_LPM 0x02
hayeswang43779f82014-01-02 11:25:10 +0800383
384/* USB_AFE_CTRL2 */
385#define SEN_VAL_MASK 0xf800
386#define SEN_VAL_NORMAL 0xa000
387#define SEL_RXIDLE 0x0100
388
hayeswangac718b62013-05-02 16:01:25 +0000389/* OCP_ALDPS_CONFIG */
390#define ENPWRSAVE 0x8000
391#define ENPDNPS 0x0200
392#define LINKENA 0x0100
393#define DIS_SDSAVE 0x0010
394
hayeswang43779f82014-01-02 11:25:10 +0800395/* OCP_PHY_STATUS */
396#define PHY_STAT_MASK 0x0007
hayeswangc564b872017-06-09 17:11:38 +0800397#define PHY_STAT_EXT_INIT 2
hayeswang43779f82014-01-02 11:25:10 +0800398#define PHY_STAT_LAN_ON 3
399#define PHY_STAT_PWRDN 5
400
401/* OCP_POWER_CFG */
402#define EEE_CLKDIV_EN 0x8000
403#define EN_ALDPS 0x0004
404#define EN_10M_PLLOFF 0x0001
405
hayeswangac718b62013-05-02 16:01:25 +0000406/* OCP_EEE_CONFIG1 */
407#define RG_TXLPI_MSK_HFDUP 0x8000
408#define RG_MATCLR_EN 0x4000
409#define EEE_10_CAP 0x2000
410#define EEE_NWAY_EN 0x1000
411#define TX_QUIET_EN 0x0200
412#define RX_QUIET_EN 0x0100
hayeswangd24f6132014-09-25 20:54:01 +0800413#define sd_rise_time_mask 0x0070
hayeswang4c4a6b12014-09-25 20:54:00 +0800414#define sd_rise_time(x) (min(x, 7) << 4) /* bit 4 ~ 6 */
hayeswangac718b62013-05-02 16:01:25 +0000415#define RG_RXLPI_MSK_HFDUP 0x0008
416#define SDFALLTIME 0x0007 /* bit 0 ~ 2 */
417
418/* OCP_EEE_CONFIG2 */
419#define RG_LPIHYS_NUM 0x7000 /* bit 12 ~ 15 */
420#define RG_DACQUIET_EN 0x0400
421#define RG_LDVQUIET_EN 0x0200
422#define RG_CKRSEL 0x0020
423#define RG_EEEPRG_EN 0x0010
424
425/* OCP_EEE_CONFIG3 */
hayeswangd24f6132014-09-25 20:54:01 +0800426#define fast_snr_mask 0xff80
hayeswang4c4a6b12014-09-25 20:54:00 +0800427#define fast_snr(x) (min(x, 0x1ff) << 7) /* bit 7 ~ 15 */
hayeswangac718b62013-05-02 16:01:25 +0000428#define RG_LFS_SEL 0x0060 /* bit 6 ~ 5 */
429#define MSK_PH 0x0006 /* bit 0 ~ 3 */
430
431/* OCP_EEE_AR */
432/* bit[15:14] function */
433#define FUN_ADDR 0x0000
434#define FUN_DATA 0x4000
435/* bit[4:0] device addr */
hayeswangac718b62013-05-02 16:01:25 +0000436
hayeswang43779f82014-01-02 11:25:10 +0800437/* OCP_EEE_CFG */
438#define CTAP_SHORT_EN 0x0040
439#define EEE10_EN 0x0010
440
441/* OCP_DOWN_SPEED */
442#define EN_10M_BGOFF 0x0080
443
hayeswang2dd49e02015-09-07 11:57:44 +0800444/* OCP_PHY_STATE */
445#define TXDIS_STATE 0x01
446#define ABD_STATE 0x02
447
hayeswang43779f82014-01-02 11:25:10 +0800448/* OCP_ADC_CFG */
449#define CKADSEL_L 0x0100
450#define ADC_EN 0x0080
451#define EN_EMI_L 0x0040
452
453/* SRAM_LPF_CFG */
454#define LPF_AUTO_TUNE 0x8000
455
456/* SRAM_10M_AMP1 */
457#define GDAC_IB_UPALL 0x0008
458
459/* SRAM_10M_AMP2 */
460#define AMP_DN 0x0200
461
462/* SRAM_IMPEDANCE */
463#define RX_DRIVING_MASK 0x6000
464
Mario Limonciello34ee32c2016-07-11 19:58:04 -0500465/* MAC PASSTHRU */
466#define AD_MASK 0xfee0
467#define EFUSE 0xcfdb
468#define PASS_THRU_MASK 0x1
469
hayeswangac718b62013-05-02 16:01:25 +0000470enum rtl_register_content {
hayeswang43779f82014-01-02 11:25:10 +0800471 _1000bps = 0x10,
hayeswangac718b62013-05-02 16:01:25 +0000472 _100bps = 0x08,
473 _10bps = 0x04,
474 LINK_STATUS = 0x02,
475 FULL_DUP = 0x01,
476};
477
hayeswang1764bcd2014-08-28 10:24:18 +0800478#define RTL8152_MAX_TX 4
hayeswangebc2ec482013-08-14 20:54:38 +0800479#define RTL8152_MAX_RX 10
hayeswang40a82912013-08-14 20:54:40 +0800480#define INTBUFSIZE 2
hayeswang8e1f51b2014-01-02 11:22:41 +0800481#define CRC_SIZE 4
482#define TX_ALIGN 4
483#define RX_ALIGN 8
hayeswang40a82912013-08-14 20:54:40 +0800484
485#define INTR_LINK 0x0004
hayeswangebc2ec482013-08-14 20:54:38 +0800486
hayeswangac718b62013-05-02 16:01:25 +0000487#define RTL8152_REQT_READ 0xc0
488#define RTL8152_REQT_WRITE 0x40
489#define RTL8152_REQ_GET_REGS 0x05
490#define RTL8152_REQ_SET_REGS 0x05
491
492#define BYTE_EN_DWORD 0xff
493#define BYTE_EN_WORD 0x33
494#define BYTE_EN_BYTE 0x11
495#define BYTE_EN_SIX_BYTES 0x3f
496#define BYTE_EN_START_MASK 0x0f
497#define BYTE_EN_END_MASK 0xf0
498
hayeswang69b4b7a2014-07-10 10:58:54 +0800499#define RTL8153_MAX_PACKET 9216 /* 9K */
500#define RTL8153_MAX_MTU (RTL8153_MAX_PACKET - VLAN_ETH_HLEN - VLAN_HLEN)
hayeswangac718b62013-05-02 16:01:25 +0000501#define RTL8152_RMS (VLAN_ETH_FRAME_LEN + VLAN_HLEN)
hayeswang69b4b7a2014-07-10 10:58:54 +0800502#define RTL8153_RMS RTL8153_MAX_PACKET
hayeswangb8125402014-07-03 11:55:48 +0800503#define RTL8152_TX_TIMEOUT (5 * HZ)
hayeswangd823ab62015-01-12 12:06:23 +0800504#define RTL8152_NAPI_WEIGHT 64
hayeswangb20cb602017-03-20 16:13:45 +0800505#define rx_reserved_size(x) ((x) + VLAN_ETH_HLEN + CRC_SIZE + \
506 sizeof(struct rx_desc) + RX_ALIGN)
hayeswangac718b62013-05-02 16:01:25 +0000507
508/* rtl8152 flags */
509enum rtl8152_flags {
510 RTL8152_UNPLUG = 0,
hayeswangac718b62013-05-02 16:01:25 +0000511 RTL8152_SET_RX_MODE,
hayeswang40a82912013-08-14 20:54:40 +0800512 WORK_ENABLE,
513 RTL8152_LINK_CHG,
hayeswang9a4be1b2014-02-18 21:49:07 +0800514 SELECTIVE_SUSPEND,
hayeswangaa66a5f2014-02-18 21:49:04 +0800515 PHY_RESET,
hayeswangd823ab62015-01-12 12:06:23 +0800516 SCHEDULE_NAPI,
hayeswangac718b62013-05-02 16:01:25 +0000517};
518
519/* Define these values to match your device */
520#define VENDOR_ID_REALTEK 0x0bda
René Rebed5b07cc2017-03-28 07:56:51 +0200521#define VENDOR_ID_MICROSOFT 0x045e
hayeswang43779f82014-01-02 11:25:10 +0800522#define VENDOR_ID_SAMSUNG 0x04e8
Christian Hesse347eec32015-03-31 14:10:07 +0200523#define VENDOR_ID_LENOVO 0x17ef
Zheng Liud065c3c12015-07-07 13:54:12 -0700524#define VENDOR_ID_NVIDIA 0x0955
hayeswangac718b62013-05-02 16:01:25 +0000525
526#define MCU_TYPE_PLA 0x0100
527#define MCU_TYPE_USB 0x0000
528
hayeswang4f1d4d52014-03-11 16:24:19 +0800529struct tally_counter {
530 __le64 tx_packets;
531 __le64 rx_packets;
532 __le64 tx_errors;
533 __le32 rx_errors;
534 __le16 rx_missed;
535 __le16 align_errors;
536 __le32 tx_one_collision;
537 __le32 tx_multi_collision;
538 __le64 rx_unicast;
539 __le64 rx_broadcast;
540 __le32 rx_multicast;
541 __le16 tx_aborted;
hayeswangf37119c2014-10-28 14:05:51 +0800542 __le16 tx_underrun;
hayeswang4f1d4d52014-03-11 16:24:19 +0800543};
544
hayeswangac718b62013-05-02 16:01:25 +0000545struct rx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800546 __le32 opts1;
hayeswangac718b62013-05-02 16:01:25 +0000547#define RX_LEN_MASK 0x7fff
hayeswang565cab02014-03-07 11:04:38 +0800548
hayeswang500b6d72013-11-20 17:30:57 +0800549 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800550#define RD_UDP_CS BIT(23)
551#define RD_TCP_CS BIT(22)
552#define RD_IPV6_CS BIT(20)
553#define RD_IPV4_CS BIT(19)
hayeswang565cab02014-03-07 11:04:38 +0800554
hayeswang500b6d72013-11-20 17:30:57 +0800555 __le32 opts3;
hayeswangf5aaaa62015-02-06 11:30:51 +0800556#define IPF BIT(23) /* IP checksum fail */
557#define UDPF BIT(22) /* UDP checksum fail */
558#define TCPF BIT(21) /* TCP checksum fail */
559#define RX_VLAN_TAG BIT(16)
hayeswang565cab02014-03-07 11:04:38 +0800560
hayeswang500b6d72013-11-20 17:30:57 +0800561 __le32 opts4;
562 __le32 opts5;
563 __le32 opts6;
hayeswangac718b62013-05-02 16:01:25 +0000564};
565
566struct tx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800567 __le32 opts1;
hayeswangf5aaaa62015-02-06 11:30:51 +0800568#define TX_FS BIT(31) /* First segment of a packet */
569#define TX_LS BIT(30) /* Final segment of a packet */
570#define GTSENDV4 BIT(28)
571#define GTSENDV6 BIT(27)
hayeswang60c89072014-03-07 11:04:39 +0800572#define GTTCPHO_SHIFT 18
hayeswang6128d1bb2014-03-07 11:04:40 +0800573#define GTTCPHO_MAX 0x7fU
hayeswang60c89072014-03-07 11:04:39 +0800574#define TX_LEN_MAX 0x3ffffU
hayeswang5bd23882013-08-14 20:54:39 +0800575
hayeswang500b6d72013-11-20 17:30:57 +0800576 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800577#define UDP_CS BIT(31) /* Calculate UDP/IP checksum */
578#define TCP_CS BIT(30) /* Calculate TCP/IP checksum */
579#define IPV4_CS BIT(29) /* Calculate IPv4 checksum */
580#define IPV6_CS BIT(28) /* Calculate IPv6 checksum */
hayeswang60c89072014-03-07 11:04:39 +0800581#define MSS_SHIFT 17
582#define MSS_MAX 0x7ffU
583#define TCPHO_SHIFT 17
hayeswang6128d1bb2014-03-07 11:04:40 +0800584#define TCPHO_MAX 0x7ffU
hayeswangf5aaaa62015-02-06 11:30:51 +0800585#define TX_VLAN_TAG BIT(16)
hayeswangac718b62013-05-02 16:01:25 +0000586};
587
hayeswangdff4e8a2013-08-16 16:09:33 +0800588struct r8152;
589
hayeswangebc2ec482013-08-14 20:54:38 +0800590struct rx_agg {
591 struct list_head list;
592 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800593 struct r8152 *context;
hayeswangebc2ec482013-08-14 20:54:38 +0800594 void *buffer;
595 void *head;
596};
597
598struct tx_agg {
599 struct list_head list;
600 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800601 struct r8152 *context;
hayeswangebc2ec482013-08-14 20:54:38 +0800602 void *buffer;
603 void *head;
604 u32 skb_num;
605 u32 skb_len;
606};
607
hayeswangac718b62013-05-02 16:01:25 +0000608struct r8152 {
609 unsigned long flags;
610 struct usb_device *udev;
hayeswangd823ab62015-01-12 12:06:23 +0800611 struct napi_struct napi;
hayeswang40a82912013-08-14 20:54:40 +0800612 struct usb_interface *intf;
hayeswangac718b62013-05-02 16:01:25 +0000613 struct net_device *netdev;
hayeswang40a82912013-08-14 20:54:40 +0800614 struct urb *intr_urb;
hayeswangebc2ec482013-08-14 20:54:38 +0800615 struct tx_agg tx_info[RTL8152_MAX_TX];
616 struct rx_agg rx_info[RTL8152_MAX_RX];
617 struct list_head rx_done, tx_free;
hayeswangd823ab62015-01-12 12:06:23 +0800618 struct sk_buff_head tx_queue, rx_queue;
hayeswangebc2ec482013-08-14 20:54:38 +0800619 spinlock_t rx_lock, tx_lock;
hayeswanga028a9e2016-06-13 17:49:36 +0800620 struct delayed_work schedule, hw_phy_work;
hayeswangac718b62013-05-02 16:01:25 +0000621 struct mii_if_info mii;
hayeswangb5403272014-10-09 18:00:26 +0800622 struct mutex control; /* use for hw setting */
hayeswang5ee3c602016-01-07 17:12:17 +0800623#ifdef CONFIG_PM_SLEEP
624 struct notifier_block pm_notifier;
625#endif
hayeswangc81229c2014-01-02 11:22:42 +0800626
627 struct rtl_ops {
628 void (*init)(struct r8152 *);
629 int (*enable)(struct r8152 *);
630 void (*disable)(struct r8152 *);
hayeswang7e9da482014-02-18 21:49:05 +0800631 void (*up)(struct r8152 *);
hayeswangc81229c2014-01-02 11:22:42 +0800632 void (*down)(struct r8152 *);
633 void (*unload)(struct r8152 *);
hayeswangdf35d282014-09-25 20:54:02 +0800634 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
635 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
hayeswang2dd49e02015-09-07 11:57:44 +0800636 bool (*in_nway)(struct r8152 *);
hayeswanga028a9e2016-06-13 17:49:36 +0800637 void (*hw_phy_cfg)(struct r8152 *);
hayeswang2609af12016-07-05 16:11:46 +0800638 void (*autosuspend_en)(struct r8152 *tp, bool enable);
hayeswangc81229c2014-01-02 11:22:42 +0800639 } rtl_ops;
640
hayeswang40a82912013-08-14 20:54:40 +0800641 int intr_interval;
hayeswang21ff2e82014-02-18 21:49:06 +0800642 u32 saved_wolopts;
hayeswangac718b62013-05-02 16:01:25 +0000643 u32 msg_enable;
hayeswangdd1b1192013-11-20 17:30:56 +0800644 u32 tx_qlen;
hayeswang464ec102015-02-12 14:33:46 +0800645 u32 coalesce;
hayeswangac718b62013-05-02 16:01:25 +0000646 u16 ocp_base;
hayeswangaa7e26b2016-06-13 17:49:38 +0800647 u16 speed;
hayeswang40a82912013-08-14 20:54:40 +0800648 u8 *intr_buff;
hayeswangac718b62013-05-02 16:01:25 +0000649 u8 version;
hayeswangaa7e26b2016-06-13 17:49:38 +0800650 u8 duplex;
651 u8 autoneg;
hayeswangac718b62013-05-02 16:01:25 +0000652};
653
654enum rtl_version {
655 RTL_VER_UNKNOWN = 0,
656 RTL_VER_01,
hayeswang43779f82014-01-02 11:25:10 +0800657 RTL_VER_02,
658 RTL_VER_03,
659 RTL_VER_04,
660 RTL_VER_05,
hayeswangfb02eb42015-07-22 15:27:41 +0800661 RTL_VER_06,
hayeswang43779f82014-01-02 11:25:10 +0800662 RTL_VER_MAX
hayeswangac718b62013-05-02 16:01:25 +0000663};
664
hayeswang60c89072014-03-07 11:04:39 +0800665enum tx_csum_stat {
666 TX_CSUM_SUCCESS = 0,
667 TX_CSUM_TSO,
668 TX_CSUM_NONE
669};
670
hayeswangac718b62013-05-02 16:01:25 +0000671/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
672 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
673 */
674static const int multicast_filter_limit = 32;
hayeswang52aec122014-09-02 10:27:52 +0800675static unsigned int agg_buf_sz = 16384;
hayeswangac718b62013-05-02 16:01:25 +0000676
hayeswang52aec122014-09-02 10:27:52 +0800677#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
hayeswang60c89072014-03-07 11:04:39 +0800678 VLAN_ETH_HLEN - VLAN_HLEN)
679
hayeswangac718b62013-05-02 16:01:25 +0000680static
681int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
682{
hayeswang31787f52013-07-31 17:21:25 +0800683 int ret;
684 void *tmp;
685
686 tmp = kmalloc(size, GFP_KERNEL);
687 if (!tmp)
688 return -ENOMEM;
689
690 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800691 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
692 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800693
694 memcpy(data, tmp, size);
695 kfree(tmp);
696
697 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000698}
699
700static
701int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
702{
hayeswang31787f52013-07-31 17:21:25 +0800703 int ret;
704 void *tmp;
705
Benoit Tainec4438f02014-05-26 17:21:23 +0200706 tmp = kmemdup(data, size, GFP_KERNEL);
hayeswang31787f52013-07-31 17:21:25 +0800707 if (!tmp)
708 return -ENOMEM;
709
hayeswang31787f52013-07-31 17:21:25 +0800710 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800711 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
712 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800713
714 kfree(tmp);
hayeswangdb8515e2014-03-06 15:07:16 +0800715
hayeswang31787f52013-07-31 17:21:25 +0800716 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000717}
718
719static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
hayeswangb209af92014-08-25 15:53:00 +0800720 void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000721{
hayeswang45f4a192014-01-06 17:08:41 +0800722 u16 limit = 64;
723 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +0000724
725 if (test_bit(RTL8152_UNPLUG, &tp->flags))
726 return -ENODEV;
727
728 /* both size and indix must be 4 bytes align */
729 if ((size & 3) || !size || (index & 3) || !data)
730 return -EPERM;
731
732 if ((u32)index + (u32)size > 0xffff)
733 return -EPERM;
734
735 while (size) {
736 if (size > limit) {
737 ret = get_registers(tp, index, type, limit, data);
738 if (ret < 0)
739 break;
740
741 index += limit;
742 data += limit;
743 size -= limit;
744 } else {
745 ret = get_registers(tp, index, type, size, data);
746 if (ret < 0)
747 break;
748
749 index += size;
750 data += size;
751 size = 0;
752 break;
753 }
754 }
755
hayeswang67610492014-10-30 11:46:40 +0800756 if (ret == -ENODEV)
757 set_bit(RTL8152_UNPLUG, &tp->flags);
758
hayeswangac718b62013-05-02 16:01:25 +0000759 return ret;
760}
761
762static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
hayeswangb209af92014-08-25 15:53:00 +0800763 u16 size, void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000764{
hayeswang45f4a192014-01-06 17:08:41 +0800765 int ret;
766 u16 byteen_start, byteen_end, byen;
767 u16 limit = 512;
hayeswangac718b62013-05-02 16:01:25 +0000768
769 if (test_bit(RTL8152_UNPLUG, &tp->flags))
770 return -ENODEV;
771
772 /* both size and indix must be 4 bytes align */
773 if ((size & 3) || !size || (index & 3) || !data)
774 return -EPERM;
775
776 if ((u32)index + (u32)size > 0xffff)
777 return -EPERM;
778
779 byteen_start = byteen & BYTE_EN_START_MASK;
780 byteen_end = byteen & BYTE_EN_END_MASK;
781
782 byen = byteen_start | (byteen_start << 4);
783 ret = set_registers(tp, index, type | byen, 4, data);
784 if (ret < 0)
785 goto error1;
786
787 index += 4;
788 data += 4;
789 size -= 4;
790
791 if (size) {
792 size -= 4;
793
794 while (size) {
795 if (size > limit) {
796 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800797 type | BYTE_EN_DWORD,
798 limit, data);
hayeswangac718b62013-05-02 16:01:25 +0000799 if (ret < 0)
800 goto error1;
801
802 index += limit;
803 data += limit;
804 size -= limit;
805 } else {
806 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800807 type | BYTE_EN_DWORD,
808 size, data);
hayeswangac718b62013-05-02 16:01:25 +0000809 if (ret < 0)
810 goto error1;
811
812 index += size;
813 data += size;
814 size = 0;
815 break;
816 }
817 }
818
819 byen = byteen_end | (byteen_end >> 4);
820 ret = set_registers(tp, index, type | byen, 4, data);
821 if (ret < 0)
822 goto error1;
823 }
824
825error1:
hayeswang67610492014-10-30 11:46:40 +0800826 if (ret == -ENODEV)
827 set_bit(RTL8152_UNPLUG, &tp->flags);
828
hayeswangac718b62013-05-02 16:01:25 +0000829 return ret;
830}
831
832static inline
833int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
834{
835 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
836}
837
838static inline
839int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
840{
841 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
842}
843
844static inline
hayeswangac718b62013-05-02 16:01:25 +0000845int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
846{
847 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
848}
849
850static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
851{
hayeswangc8826de2013-07-31 17:21:26 +0800852 __le32 data;
hayeswangac718b62013-05-02 16:01:25 +0000853
hayeswangc8826de2013-07-31 17:21:26 +0800854 generic_ocp_read(tp, index, sizeof(data), &data, type);
hayeswangac718b62013-05-02 16:01:25 +0000855
856 return __le32_to_cpu(data);
857}
858
859static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
860{
hayeswangc8826de2013-07-31 17:21:26 +0800861 __le32 tmp = __cpu_to_le32(data);
862
863 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000864}
865
866static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
867{
868 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800869 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000870 u8 shift = index & 2;
871
872 index &= ~3;
873
hayeswangc8826de2013-07-31 17:21:26 +0800874 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000875
hayeswangc8826de2013-07-31 17:21:26 +0800876 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000877 data >>= (shift * 8);
878 data &= 0xffff;
879
880 return (u16)data;
881}
882
883static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
884{
hayeswangc8826de2013-07-31 17:21:26 +0800885 u32 mask = 0xffff;
886 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000887 u16 byen = BYTE_EN_WORD;
888 u8 shift = index & 2;
889
890 data &= mask;
891
892 if (index & 2) {
893 byen <<= shift;
894 mask <<= (shift * 8);
895 data <<= (shift * 8);
896 index &= ~3;
897 }
898
hayeswangc8826de2013-07-31 17:21:26 +0800899 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000900
hayeswangc8826de2013-07-31 17:21:26 +0800901 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000902}
903
904static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
905{
906 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800907 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000908 u8 shift = index & 3;
909
910 index &= ~3;
911
hayeswangc8826de2013-07-31 17:21:26 +0800912 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000913
hayeswangc8826de2013-07-31 17:21:26 +0800914 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000915 data >>= (shift * 8);
916 data &= 0xff;
917
918 return (u8)data;
919}
920
921static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
922{
hayeswangc8826de2013-07-31 17:21:26 +0800923 u32 mask = 0xff;
924 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000925 u16 byen = BYTE_EN_BYTE;
926 u8 shift = index & 3;
927
928 data &= mask;
929
930 if (index & 3) {
931 byen <<= shift;
932 mask <<= (shift * 8);
933 data <<= (shift * 8);
934 index &= ~3;
935 }
936
hayeswangc8826de2013-07-31 17:21:26 +0800937 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000938
hayeswangc8826de2013-07-31 17:21:26 +0800939 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000940}
941
hayeswangac244d32014-01-02 11:22:40 +0800942static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
943{
944 u16 ocp_base, ocp_index;
945
946 ocp_base = addr & 0xf000;
947 if (ocp_base != tp->ocp_base) {
948 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
949 tp->ocp_base = ocp_base;
950 }
951
952 ocp_index = (addr & 0x0fff) | 0xb000;
953 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
954}
955
hayeswange3fe0b12014-01-02 11:22:39 +0800956static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
957{
958 u16 ocp_base, ocp_index;
959
960 ocp_base = addr & 0xf000;
961 if (ocp_base != tp->ocp_base) {
962 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
963 tp->ocp_base = ocp_base;
964 }
965
966 ocp_index = (addr & 0x0fff) | 0xb000;
967 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
968}
969
hayeswangac244d32014-01-02 11:22:40 +0800970static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
hayeswangac718b62013-05-02 16:01:25 +0000971{
hayeswangac244d32014-01-02 11:22:40 +0800972 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
hayeswangac718b62013-05-02 16:01:25 +0000973}
974
hayeswangac244d32014-01-02 11:22:40 +0800975static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
hayeswangac718b62013-05-02 16:01:25 +0000976{
hayeswangac244d32014-01-02 11:22:40 +0800977 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
hayeswangac718b62013-05-02 16:01:25 +0000978}
979
hayeswang43779f82014-01-02 11:25:10 +0800980static void sram_write(struct r8152 *tp, u16 addr, u16 data)
981{
982 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
983 ocp_reg_write(tp, OCP_SRAM_DATA, data);
984}
985
hayeswangac718b62013-05-02 16:01:25 +0000986static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
987{
988 struct r8152 *tp = netdev_priv(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +0800989 int ret;
hayeswangac718b62013-05-02 16:01:25 +0000990
hayeswang68714382014-04-11 17:54:31 +0800991 if (test_bit(RTL8152_UNPLUG, &tp->flags))
992 return -ENODEV;
993
hayeswangac718b62013-05-02 16:01:25 +0000994 if (phy_id != R8152_PHY_ID)
995 return -EINVAL;
996
hayeswang9a4be1b2014-02-18 21:49:07 +0800997 ret = r8152_mdio_read(tp, reg);
998
hayeswang9a4be1b2014-02-18 21:49:07 +0800999 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001000}
1001
1002static
1003void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
1004{
1005 struct r8152 *tp = netdev_priv(netdev);
1006
hayeswang68714382014-04-11 17:54:31 +08001007 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1008 return;
1009
hayeswangac718b62013-05-02 16:01:25 +00001010 if (phy_id != R8152_PHY_ID)
1011 return;
1012
1013 r8152_mdio_write(tp, reg, val);
1014}
1015
hayeswangb209af92014-08-25 15:53:00 +08001016static int
1017r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001018
hayeswang8ba789a2014-09-04 16:15:41 +08001019static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
1020{
1021 struct r8152 *tp = netdev_priv(netdev);
1022 struct sockaddr *addr = p;
hayeswangea6a7112014-10-02 17:03:12 +08001023 int ret = -EADDRNOTAVAIL;
hayeswang8ba789a2014-09-04 16:15:41 +08001024
1025 if (!is_valid_ether_addr(addr->sa_data))
hayeswangea6a7112014-10-02 17:03:12 +08001026 goto out1;
1027
1028 ret = usb_autopm_get_interface(tp->intf);
1029 if (ret < 0)
1030 goto out1;
hayeswang8ba789a2014-09-04 16:15:41 +08001031
hayeswangb5403272014-10-09 18:00:26 +08001032 mutex_lock(&tp->control);
1033
hayeswang8ba789a2014-09-04 16:15:41 +08001034 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
1035
1036 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
1037 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
1038 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
1039
hayeswangb5403272014-10-09 18:00:26 +08001040 mutex_unlock(&tp->control);
1041
hayeswangea6a7112014-10-02 17:03:12 +08001042 usb_autopm_put_interface(tp->intf);
1043out1:
1044 return ret;
hayeswang8ba789a2014-09-04 16:15:41 +08001045}
1046
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001047/* Devices containing RTL8153-AD can support a persistent
1048 * host system provided MAC address.
1049 * Examples of this are Dell TB15 and Dell WD15 docks
1050 */
1051static int vendor_mac_passthru_addr_read(struct r8152 *tp, struct sockaddr *sa)
1052{
1053 acpi_status status;
1054 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
1055 union acpi_object *obj;
1056 int ret = -EINVAL;
1057 u32 ocp_data;
1058 unsigned char buf[6];
1059
1060 /* test for -AD variant of RTL8153 */
1061 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
1062 if ((ocp_data & AD_MASK) != 0x1000)
1063 return -ENODEV;
1064
1065 /* test for MAC address pass-through bit */
1066 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, EFUSE);
1067 if ((ocp_data & PASS_THRU_MASK) != 1)
1068 return -ENODEV;
1069
1070 /* returns _AUXMAC_#AABBCCDDEEFF# */
1071 status = acpi_evaluate_object(NULL, "\\_SB.AMAC", NULL, &buffer);
1072 obj = (union acpi_object *)buffer.pointer;
1073 if (!ACPI_SUCCESS(status))
1074 return -ENODEV;
1075 if (obj->type != ACPI_TYPE_BUFFER || obj->string.length != 0x17) {
1076 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001077 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n",
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001078 obj->type, obj->string.length);
1079 goto amacout;
1080 }
1081 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1082 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1083 netif_warn(tp, probe, tp->netdev,
1084 "Invalid header when reading pass-thru MAC addr\n");
1085 goto amacout;
1086 }
1087 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1088 if (!(ret == 0 && is_valid_ether_addr(buf))) {
1089 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001090 "Invalid MAC for pass-thru MAC addr: %d, %pM\n",
1091 ret, buf);
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001092 ret = -EINVAL;
1093 goto amacout;
1094 }
1095 memcpy(sa->sa_data, buf, 6);
1096 ether_addr_copy(tp->netdev->dev_addr, sa->sa_data);
1097 netif_info(tp, probe, tp->netdev,
1098 "Using pass-thru MAC addr %pM\n", sa->sa_data);
1099
1100amacout:
1101 kfree(obj);
1102 return ret;
1103}
1104
hayeswang179bb6d2014-09-04 16:15:42 +08001105static int set_ethernet_addr(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00001106{
1107 struct net_device *dev = tp->netdev;
hayeswang179bb6d2014-09-04 16:15:42 +08001108 struct sockaddr sa;
hayeswang8a91c822014-02-18 21:49:01 +08001109 int ret;
hayeswangac718b62013-05-02 16:01:25 +00001110
hayeswang53700f02016-09-01 17:01:42 +08001111 if (tp->version == RTL_VER_01) {
hayeswang179bb6d2014-09-04 16:15:42 +08001112 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
hayeswang53700f02016-09-01 17:01:42 +08001113 } else {
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001114 /* if this is not an RTL8153-AD, no eFuse mac pass thru set,
1115 * or system doesn't provide valid _SB.AMAC this will be
1116 * be expected to non-zero
1117 */
1118 ret = vendor_mac_passthru_addr_read(tp, &sa);
1119 if (ret < 0)
1120 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
1121 }
hayeswang8a91c822014-02-18 21:49:01 +08001122
1123 if (ret < 0) {
hayeswang179bb6d2014-09-04 16:15:42 +08001124 netif_err(tp, probe, dev, "Get ether addr fail\n");
1125 } else if (!is_valid_ether_addr(sa.sa_data)) {
1126 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
1127 sa.sa_data);
1128 eth_hw_addr_random(dev);
1129 ether_addr_copy(sa.sa_data, dev->dev_addr);
1130 ret = rtl8152_set_mac_address(dev, &sa);
1131 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1132 sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001133 } else {
hayeswang179bb6d2014-09-04 16:15:42 +08001134 if (tp->version == RTL_VER_01)
1135 ether_addr_copy(dev->dev_addr, sa.sa_data);
1136 else
1137 ret = rtl8152_set_mac_address(dev, &sa);
hayeswangac718b62013-05-02 16:01:25 +00001138 }
hayeswang179bb6d2014-09-04 16:15:42 +08001139
1140 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001141}
1142
hayeswangac718b62013-05-02 16:01:25 +00001143static void read_bulk_callback(struct urb *urb)
1144{
hayeswangac718b62013-05-02 16:01:25 +00001145 struct net_device *netdev;
hayeswangac718b62013-05-02 16:01:25 +00001146 int status = urb->status;
hayeswangebc2ec482013-08-14 20:54:38 +08001147 struct rx_agg *agg;
1148 struct r8152 *tp;
hayeswangac718b62013-05-02 16:01:25 +00001149
hayeswangebc2ec482013-08-14 20:54:38 +08001150 agg = urb->context;
1151 if (!agg)
1152 return;
1153
1154 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001155 if (!tp)
1156 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001157
hayeswangac718b62013-05-02 16:01:25 +00001158 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1159 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001160
1161 if (!test_bit(WORK_ENABLE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00001162 return;
1163
hayeswangebc2ec482013-08-14 20:54:38 +08001164 netdev = tp->netdev;
hayeswang7559fb2f2013-08-16 16:09:38 +08001165
1166 /* When link down, the driver would cancel all bulks. */
1167 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001168 if (!netif_carrier_ok(netdev))
1169 return;
1170
hayeswang9a4be1b2014-02-18 21:49:07 +08001171 usb_mark_last_busy(tp->udev);
1172
hayeswangac718b62013-05-02 16:01:25 +00001173 switch (status) {
1174 case 0:
hayeswangebc2ec482013-08-14 20:54:38 +08001175 if (urb->actual_length < ETH_ZLEN)
1176 break;
1177
hayeswang2685d412014-03-07 11:04:34 +08001178 spin_lock(&tp->rx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001179 list_add_tail(&agg->list, &tp->rx_done);
hayeswang2685d412014-03-07 11:04:34 +08001180 spin_unlock(&tp->rx_lock);
hayeswangd823ab62015-01-12 12:06:23 +08001181 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001182 return;
hayeswangac718b62013-05-02 16:01:25 +00001183 case -ESHUTDOWN:
1184 set_bit(RTL8152_UNPLUG, &tp->flags);
1185 netif_device_detach(tp->netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08001186 return;
hayeswangac718b62013-05-02 16:01:25 +00001187 case -ENOENT:
1188 return; /* the urb is in unlink state */
1189 case -ETIME:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001190 if (net_ratelimit())
1191 netdev_warn(netdev, "maybe reset is needed?\n");
hayeswangebc2ec482013-08-14 20:54:38 +08001192 break;
hayeswangac718b62013-05-02 16:01:25 +00001193 default:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001194 if (net_ratelimit())
1195 netdev_warn(netdev, "Rx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001196 break;
hayeswangac718b62013-05-02 16:01:25 +00001197 }
1198
hayeswanga0fccd42014-11-20 10:29:05 +08001199 r8152_submit_rx(tp, agg, GFP_ATOMIC);
hayeswangac718b62013-05-02 16:01:25 +00001200}
1201
1202static void write_bulk_callback(struct urb *urb)
1203{
hayeswangebc2ec482013-08-14 20:54:38 +08001204 struct net_device_stats *stats;
hayeswangd104eaf2014-03-06 15:07:17 +08001205 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08001206 struct tx_agg *agg;
hayeswangac718b62013-05-02 16:01:25 +00001207 struct r8152 *tp;
1208 int status = urb->status;
1209
hayeswangebc2ec482013-08-14 20:54:38 +08001210 agg = urb->context;
1211 if (!agg)
1212 return;
1213
1214 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001215 if (!tp)
1216 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001217
hayeswangd104eaf2014-03-06 15:07:17 +08001218 netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001219 stats = &netdev->stats;
hayeswangebc2ec482013-08-14 20:54:38 +08001220 if (status) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08001221 if (net_ratelimit())
hayeswangd104eaf2014-03-06 15:07:17 +08001222 netdev_warn(netdev, "Tx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001223 stats->tx_errors += agg->skb_num;
1224 } else {
1225 stats->tx_packets += agg->skb_num;
1226 stats->tx_bytes += agg->skb_len;
1227 }
1228
hayeswang2685d412014-03-07 11:04:34 +08001229 spin_lock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001230 list_add_tail(&agg->list, &tp->tx_free);
hayeswang2685d412014-03-07 11:04:34 +08001231 spin_unlock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001232
hayeswang9a4be1b2014-02-18 21:49:07 +08001233 usb_autopm_put_interface_async(tp->intf);
1234
hayeswangd104eaf2014-03-06 15:07:17 +08001235 if (!netif_carrier_ok(netdev))
hayeswangac718b62013-05-02 16:01:25 +00001236 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001237
1238 if (!test_bit(WORK_ENABLE, &tp->flags))
1239 return;
1240
1241 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1242 return;
1243
1244 if (!skb_queue_empty(&tp->tx_queue))
hayeswangd823ab62015-01-12 12:06:23 +08001245 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001246}
1247
hayeswang40a82912013-08-14 20:54:40 +08001248static void intr_callback(struct urb *urb)
1249{
1250 struct r8152 *tp;
hayeswang500b6d72013-11-20 17:30:57 +08001251 __le16 *d;
hayeswang40a82912013-08-14 20:54:40 +08001252 int status = urb->status;
1253 int res;
1254
1255 tp = urb->context;
1256 if (!tp)
1257 return;
1258
1259 if (!test_bit(WORK_ENABLE, &tp->flags))
1260 return;
1261
1262 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1263 return;
1264
1265 switch (status) {
1266 case 0: /* success */
1267 break;
1268 case -ECONNRESET: /* unlink */
1269 case -ESHUTDOWN:
1270 netif_device_detach(tp->netdev);
1271 case -ENOENT:
hayeswangd59c8762014-10-31 13:35:57 +08001272 case -EPROTO:
1273 netif_info(tp, intr, tp->netdev,
1274 "Stop submitting intr, status %d\n", status);
hayeswang40a82912013-08-14 20:54:40 +08001275 return;
1276 case -EOVERFLOW:
1277 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1278 goto resubmit;
1279 /* -EPIPE: should clear the halt */
1280 default:
1281 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1282 goto resubmit;
1283 }
1284
1285 d = urb->transfer_buffer;
1286 if (INTR_LINK & __le16_to_cpu(d[0])) {
hayeswang51d979f2015-02-06 11:30:47 +08001287 if (!netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001288 set_bit(RTL8152_LINK_CHG, &tp->flags);
1289 schedule_delayed_work(&tp->schedule, 0);
1290 }
1291 } else {
hayeswang51d979f2015-02-06 11:30:47 +08001292 if (netif_carrier_ok(tp->netdev)) {
hayeswang2f25abe2017-03-23 19:14:19 +08001293 netif_stop_queue(tp->netdev);
hayeswang40a82912013-08-14 20:54:40 +08001294 set_bit(RTL8152_LINK_CHG, &tp->flags);
1295 schedule_delayed_work(&tp->schedule, 0);
1296 }
1297 }
1298
1299resubmit:
1300 res = usb_submit_urb(urb, GFP_ATOMIC);
hayeswang67610492014-10-30 11:46:40 +08001301 if (res == -ENODEV) {
1302 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08001303 netif_device_detach(tp->netdev);
hayeswang67610492014-10-30 11:46:40 +08001304 } else if (res) {
hayeswang40a82912013-08-14 20:54:40 +08001305 netif_err(tp, intr, tp->netdev,
Hayes Wang4a8deae2014-01-07 11:18:22 +08001306 "can't resubmit intr, status %d\n", res);
hayeswang67610492014-10-30 11:46:40 +08001307 }
hayeswang40a82912013-08-14 20:54:40 +08001308}
1309
hayeswangebc2ec482013-08-14 20:54:38 +08001310static inline void *rx_agg_align(void *data)
1311{
hayeswang8e1f51b2014-01-02 11:22:41 +08001312 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001313}
1314
1315static inline void *tx_agg_align(void *data)
1316{
hayeswang8e1f51b2014-01-02 11:22:41 +08001317 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001318}
1319
1320static void free_all_mem(struct r8152 *tp)
1321{
1322 int i;
1323
1324 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001325 usb_free_urb(tp->rx_info[i].urb);
1326 tp->rx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001327
hayeswang9629e3c2014-01-15 10:42:15 +08001328 kfree(tp->rx_info[i].buffer);
1329 tp->rx_info[i].buffer = NULL;
1330 tp->rx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001331 }
1332
1333 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001334 usb_free_urb(tp->tx_info[i].urb);
1335 tp->tx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001336
hayeswang9629e3c2014-01-15 10:42:15 +08001337 kfree(tp->tx_info[i].buffer);
1338 tp->tx_info[i].buffer = NULL;
1339 tp->tx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001340 }
hayeswang40a82912013-08-14 20:54:40 +08001341
hayeswang9629e3c2014-01-15 10:42:15 +08001342 usb_free_urb(tp->intr_urb);
1343 tp->intr_urb = NULL;
hayeswang40a82912013-08-14 20:54:40 +08001344
hayeswang9629e3c2014-01-15 10:42:15 +08001345 kfree(tp->intr_buff);
1346 tp->intr_buff = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001347}
1348
1349static int alloc_all_mem(struct r8152 *tp)
1350{
1351 struct net_device *netdev = tp->netdev;
hayeswang40a82912013-08-14 20:54:40 +08001352 struct usb_interface *intf = tp->intf;
1353 struct usb_host_interface *alt = intf->cur_altsetting;
1354 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
hayeswangebc2ec482013-08-14 20:54:38 +08001355 struct urb *urb;
1356 int node, i;
1357 u8 *buf;
1358
1359 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1360
1361 spin_lock_init(&tp->rx_lock);
1362 spin_lock_init(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001363 INIT_LIST_HEAD(&tp->tx_free);
hayeswang98d068a2017-03-14 14:15:20 +08001364 INIT_LIST_HEAD(&tp->rx_done);
hayeswangebc2ec482013-08-14 20:54:38 +08001365 skb_queue_head_init(&tp->tx_queue);
hayeswangd823ab62015-01-12 12:06:23 +08001366 skb_queue_head_init(&tp->rx_queue);
hayeswangebc2ec482013-08-14 20:54:38 +08001367
1368 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001369 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001370 if (!buf)
1371 goto err1;
1372
1373 if (buf != rx_agg_align(buf)) {
1374 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001375 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001376 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001377 if (!buf)
1378 goto err1;
1379 }
1380
1381 urb = usb_alloc_urb(0, GFP_KERNEL);
1382 if (!urb) {
1383 kfree(buf);
1384 goto err1;
1385 }
1386
1387 INIT_LIST_HEAD(&tp->rx_info[i].list);
1388 tp->rx_info[i].context = tp;
1389 tp->rx_info[i].urb = urb;
1390 tp->rx_info[i].buffer = buf;
1391 tp->rx_info[i].head = rx_agg_align(buf);
1392 }
1393
1394 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001395 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001396 if (!buf)
1397 goto err1;
1398
1399 if (buf != tx_agg_align(buf)) {
1400 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001401 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001402 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001403 if (!buf)
1404 goto err1;
1405 }
1406
1407 urb = usb_alloc_urb(0, GFP_KERNEL);
1408 if (!urb) {
1409 kfree(buf);
1410 goto err1;
1411 }
1412
1413 INIT_LIST_HEAD(&tp->tx_info[i].list);
1414 tp->tx_info[i].context = tp;
1415 tp->tx_info[i].urb = urb;
1416 tp->tx_info[i].buffer = buf;
1417 tp->tx_info[i].head = tx_agg_align(buf);
1418
1419 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1420 }
1421
hayeswang40a82912013-08-14 20:54:40 +08001422 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1423 if (!tp->intr_urb)
1424 goto err1;
1425
1426 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1427 if (!tp->intr_buff)
1428 goto err1;
1429
1430 tp->intr_interval = (int)ep_intr->desc.bInterval;
1431 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
hayeswangb209af92014-08-25 15:53:00 +08001432 tp->intr_buff, INTBUFSIZE, intr_callback,
1433 tp, tp->intr_interval);
hayeswang40a82912013-08-14 20:54:40 +08001434
hayeswangebc2ec482013-08-14 20:54:38 +08001435 return 0;
1436
1437err1:
1438 free_all_mem(tp);
1439 return -ENOMEM;
1440}
1441
hayeswang0de98f62013-08-16 16:09:35 +08001442static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1443{
1444 struct tx_agg *agg = NULL;
1445 unsigned long flags;
1446
hayeswang21949ab2014-03-07 11:04:35 +08001447 if (list_empty(&tp->tx_free))
1448 return NULL;
1449
hayeswang0de98f62013-08-16 16:09:35 +08001450 spin_lock_irqsave(&tp->tx_lock, flags);
1451 if (!list_empty(&tp->tx_free)) {
1452 struct list_head *cursor;
1453
1454 cursor = tp->tx_free.next;
1455 list_del_init(cursor);
1456 agg = list_entry(cursor, struct tx_agg, list);
1457 }
1458 spin_unlock_irqrestore(&tp->tx_lock, flags);
1459
1460 return agg;
1461}
1462
hayeswangb209af92014-08-25 15:53:00 +08001463/* r8152_csum_workaround()
hayeswang6128d1bb2014-03-07 11:04:40 +08001464 * The hw limites the value the transport offset. When the offset is out of the
1465 * range, calculate the checksum by sw.
1466 */
1467static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1468 struct sk_buff_head *list)
1469{
1470 if (skb_shinfo(skb)->gso_size) {
1471 netdev_features_t features = tp->netdev->features;
1472 struct sk_buff_head seg_list;
1473 struct sk_buff *segs, *nskb;
1474
hayeswanga91d45f2014-07-11 16:48:27 +08001475 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
hayeswang6128d1bb2014-03-07 11:04:40 +08001476 segs = skb_gso_segment(skb, features);
1477 if (IS_ERR(segs) || !segs)
1478 goto drop;
1479
1480 __skb_queue_head_init(&seg_list);
1481
1482 do {
1483 nskb = segs;
1484 segs = segs->next;
1485 nskb->next = NULL;
1486 __skb_queue_tail(&seg_list, nskb);
1487 } while (segs);
1488
1489 skb_queue_splice(&seg_list, list);
1490 dev_kfree_skb(skb);
1491 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1492 if (skb_checksum_help(skb) < 0)
1493 goto drop;
1494
1495 __skb_queue_head(list, skb);
1496 } else {
1497 struct net_device_stats *stats;
1498
1499drop:
1500 stats = &tp->netdev->stats;
1501 stats->tx_dropped++;
1502 dev_kfree_skb(skb);
1503 }
1504}
1505
hayeswangb209af92014-08-25 15:53:00 +08001506/* msdn_giant_send_check()
hayeswang6128d1bb2014-03-07 11:04:40 +08001507 * According to the document of microsoft, the TCP Pseudo Header excludes the
1508 * packet length for IPv6 TCP large packets.
1509 */
1510static int msdn_giant_send_check(struct sk_buff *skb)
1511{
1512 const struct ipv6hdr *ipv6h;
1513 struct tcphdr *th;
hayeswangfcb308d2014-03-11 10:20:32 +08001514 int ret;
1515
1516 ret = skb_cow_head(skb, 0);
1517 if (ret)
1518 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001519
1520 ipv6h = ipv6_hdr(skb);
1521 th = tcp_hdr(skb);
1522
1523 th->check = 0;
1524 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1525
hayeswangfcb308d2014-03-11 10:20:32 +08001526 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001527}
1528
hayeswangc5554292014-09-12 10:43:11 +08001529static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1530{
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001531 if (skb_vlan_tag_present(skb)) {
hayeswangc5554292014-09-12 10:43:11 +08001532 u32 opts2;
1533
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001534 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
hayeswangc5554292014-09-12 10:43:11 +08001535 desc->opts2 |= cpu_to_le32(opts2);
1536 }
1537}
1538
1539static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1540{
1541 u32 opts2 = le32_to_cpu(desc->opts2);
1542
1543 if (opts2 & RX_VLAN_TAG)
1544 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1545 swab16(opts2 & 0xffff));
1546}
1547
hayeswang60c89072014-03-07 11:04:39 +08001548static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1549 struct sk_buff *skb, u32 len, u32 transport_offset)
1550{
1551 u32 mss = skb_shinfo(skb)->gso_size;
1552 u32 opts1, opts2 = 0;
1553 int ret = TX_CSUM_SUCCESS;
1554
1555 WARN_ON_ONCE(len > TX_LEN_MAX);
1556
1557 opts1 = len | TX_FS | TX_LS;
1558
1559 if (mss) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001560 if (transport_offset > GTTCPHO_MAX) {
1561 netif_warn(tp, tx_err, tp->netdev,
1562 "Invalid transport offset 0x%x for TSO\n",
1563 transport_offset);
1564 ret = TX_CSUM_TSO;
1565 goto unavailable;
1566 }
1567
hayeswang6e74d172015-02-06 11:30:50 +08001568 switch (vlan_get_protocol(skb)) {
hayeswang60c89072014-03-07 11:04:39 +08001569 case htons(ETH_P_IP):
1570 opts1 |= GTSENDV4;
1571 break;
1572
hayeswang6128d1bb2014-03-07 11:04:40 +08001573 case htons(ETH_P_IPV6):
hayeswangfcb308d2014-03-11 10:20:32 +08001574 if (msdn_giant_send_check(skb)) {
1575 ret = TX_CSUM_TSO;
1576 goto unavailable;
1577 }
hayeswang6128d1bb2014-03-07 11:04:40 +08001578 opts1 |= GTSENDV6;
hayeswang6128d1bb2014-03-07 11:04:40 +08001579 break;
1580
hayeswang60c89072014-03-07 11:04:39 +08001581 default:
1582 WARN_ON_ONCE(1);
1583 break;
1584 }
1585
1586 opts1 |= transport_offset << GTTCPHO_SHIFT;
1587 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1588 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
hayeswang5bd23882013-08-14 20:54:39 +08001589 u8 ip_protocol;
hayeswang5bd23882013-08-14 20:54:39 +08001590
hayeswang6128d1bb2014-03-07 11:04:40 +08001591 if (transport_offset > TCPHO_MAX) {
1592 netif_warn(tp, tx_err, tp->netdev,
1593 "Invalid transport offset 0x%x\n",
1594 transport_offset);
1595 ret = TX_CSUM_NONE;
1596 goto unavailable;
1597 }
1598
hayeswang6e74d172015-02-06 11:30:50 +08001599 switch (vlan_get_protocol(skb)) {
hayeswang5bd23882013-08-14 20:54:39 +08001600 case htons(ETH_P_IP):
1601 opts2 |= IPV4_CS;
1602 ip_protocol = ip_hdr(skb)->protocol;
1603 break;
1604
1605 case htons(ETH_P_IPV6):
1606 opts2 |= IPV6_CS;
1607 ip_protocol = ipv6_hdr(skb)->nexthdr;
1608 break;
1609
1610 default:
1611 ip_protocol = IPPROTO_RAW;
1612 break;
1613 }
1614
hayeswang60c89072014-03-07 11:04:39 +08001615 if (ip_protocol == IPPROTO_TCP)
hayeswang5bd23882013-08-14 20:54:39 +08001616 opts2 |= TCP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001617 else if (ip_protocol == IPPROTO_UDP)
hayeswang5bd23882013-08-14 20:54:39 +08001618 opts2 |= UDP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001619 else
hayeswang5bd23882013-08-14 20:54:39 +08001620 WARN_ON_ONCE(1);
hayeswang5bd23882013-08-14 20:54:39 +08001621
hayeswang60c89072014-03-07 11:04:39 +08001622 opts2 |= transport_offset << TCPHO_SHIFT;
hayeswang5bd23882013-08-14 20:54:39 +08001623 }
hayeswang60c89072014-03-07 11:04:39 +08001624
1625 desc->opts2 = cpu_to_le32(opts2);
1626 desc->opts1 = cpu_to_le32(opts1);
1627
hayeswang6128d1bb2014-03-07 11:04:40 +08001628unavailable:
hayeswang60c89072014-03-07 11:04:39 +08001629 return ret;
hayeswang5bd23882013-08-14 20:54:39 +08001630}
1631
hayeswangb1379d92013-08-16 16:09:37 +08001632static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1633{
hayeswangd84130a2014-02-18 21:49:02 +08001634 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang9a4be1b2014-02-18 21:49:07 +08001635 int remain, ret;
hayeswangb1379d92013-08-16 16:09:37 +08001636 u8 *tx_data;
1637
hayeswangd84130a2014-02-18 21:49:02 +08001638 __skb_queue_head_init(&skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001639 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001640 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001641 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001642
hayeswangb1379d92013-08-16 16:09:37 +08001643 tx_data = agg->head;
hayeswangb209af92014-08-25 15:53:00 +08001644 agg->skb_num = 0;
1645 agg->skb_len = 0;
hayeswang52aec122014-09-02 10:27:52 +08001646 remain = agg_buf_sz;
hayeswangb1379d92013-08-16 16:09:37 +08001647
hayeswang7937f9e2013-11-20 17:30:54 +08001648 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
hayeswangb1379d92013-08-16 16:09:37 +08001649 struct tx_desc *tx_desc;
1650 struct sk_buff *skb;
1651 unsigned int len;
hayeswang60c89072014-03-07 11:04:39 +08001652 u32 offset;
hayeswangb1379d92013-08-16 16:09:37 +08001653
hayeswangd84130a2014-02-18 21:49:02 +08001654 skb = __skb_dequeue(&skb_head);
hayeswangb1379d92013-08-16 16:09:37 +08001655 if (!skb)
1656 break;
1657
hayeswang60c89072014-03-07 11:04:39 +08001658 len = skb->len + sizeof(*tx_desc);
1659
1660 if (len > remain) {
hayeswangd84130a2014-02-18 21:49:02 +08001661 __skb_queue_head(&skb_head, skb);
hayeswangb1379d92013-08-16 16:09:37 +08001662 break;
1663 }
1664
hayeswang7937f9e2013-11-20 17:30:54 +08001665 tx_data = tx_agg_align(tx_data);
hayeswangb1379d92013-08-16 16:09:37 +08001666 tx_desc = (struct tx_desc *)tx_data;
hayeswang60c89072014-03-07 11:04:39 +08001667
1668 offset = (u32)skb_transport_offset(skb);
1669
hayeswang6128d1bb2014-03-07 11:04:40 +08001670 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1671 r8152_csum_workaround(tp, skb, &skb_head);
1672 continue;
1673 }
hayeswang60c89072014-03-07 11:04:39 +08001674
hayeswangc5554292014-09-12 10:43:11 +08001675 rtl_tx_vlan_tag(tx_desc, skb);
1676
hayeswangb1379d92013-08-16 16:09:37 +08001677 tx_data += sizeof(*tx_desc);
1678
hayeswang60c89072014-03-07 11:04:39 +08001679 len = skb->len;
1680 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1681 struct net_device_stats *stats = &tp->netdev->stats;
1682
1683 stats->tx_dropped++;
1684 dev_kfree_skb_any(skb);
1685 tx_data -= sizeof(*tx_desc);
1686 continue;
1687 }
hayeswangb1379d92013-08-16 16:09:37 +08001688
hayeswang7937f9e2013-11-20 17:30:54 +08001689 tx_data += len;
hayeswang60c89072014-03-07 11:04:39 +08001690 agg->skb_len += len;
1691 agg->skb_num++;
1692
1693 dev_kfree_skb_any(skb);
1694
hayeswang52aec122014-09-02 10:27:52 +08001695 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
hayeswangb1379d92013-08-16 16:09:37 +08001696 }
1697
hayeswangd84130a2014-02-18 21:49:02 +08001698 if (!skb_queue_empty(&skb_head)) {
hayeswang0c3121f2014-03-07 11:04:36 +08001699 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001700 skb_queue_splice(&skb_head, tx_queue);
hayeswang0c3121f2014-03-07 11:04:36 +08001701 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001702 }
1703
hayeswang0c3121f2014-03-07 11:04:36 +08001704 netif_tx_lock(tp->netdev);
hayeswangdd1b1192013-11-20 17:30:56 +08001705
1706 if (netif_queue_stopped(tp->netdev) &&
1707 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1708 netif_wake_queue(tp->netdev);
1709
hayeswang0c3121f2014-03-07 11:04:36 +08001710 netif_tx_unlock(tp->netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08001711
hayeswang0c3121f2014-03-07 11:04:36 +08001712 ret = usb_autopm_get_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001713 if (ret < 0)
1714 goto out_tx_fill;
hayeswangdd1b1192013-11-20 17:30:56 +08001715
hayeswangb1379d92013-08-16 16:09:37 +08001716 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1717 agg->head, (int)(tx_data - (u8 *)agg->head),
1718 (usb_complete_t)write_bulk_callback, agg);
1719
hayeswang0c3121f2014-03-07 11:04:36 +08001720 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
hayeswang9a4be1b2014-02-18 21:49:07 +08001721 if (ret < 0)
hayeswang0c3121f2014-03-07 11:04:36 +08001722 usb_autopm_put_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001723
1724out_tx_fill:
1725 return ret;
hayeswangb1379d92013-08-16 16:09:37 +08001726}
1727
hayeswang565cab02014-03-07 11:04:38 +08001728static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1729{
1730 u8 checksum = CHECKSUM_NONE;
1731 u32 opts2, opts3;
1732
hayeswang19c0f402017-01-11 16:25:34 +08001733 if (!(tp->netdev->features & NETIF_F_RXCSUM))
hayeswang565cab02014-03-07 11:04:38 +08001734 goto return_result;
1735
1736 opts2 = le32_to_cpu(rx_desc->opts2);
1737 opts3 = le32_to_cpu(rx_desc->opts3);
1738
1739 if (opts2 & RD_IPV4_CS) {
1740 if (opts3 & IPF)
1741 checksum = CHECKSUM_NONE;
1742 else if ((opts2 & RD_UDP_CS) && (opts3 & UDPF))
1743 checksum = CHECKSUM_NONE;
1744 else if ((opts2 & RD_TCP_CS) && (opts3 & TCPF))
1745 checksum = CHECKSUM_NONE;
1746 else
1747 checksum = CHECKSUM_UNNECESSARY;
Mark Lordb9a321b2016-10-30 19:28:27 -04001748 } else if (opts2 & RD_IPV6_CS) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001749 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1750 checksum = CHECKSUM_UNNECESSARY;
1751 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1752 checksum = CHECKSUM_UNNECESSARY;
hayeswang565cab02014-03-07 11:04:38 +08001753 }
1754
1755return_result:
1756 return checksum;
1757}
1758
hayeswangd823ab62015-01-12 12:06:23 +08001759static int rx_bottom(struct r8152 *tp, int budget)
hayeswangebc2ec482013-08-14 20:54:38 +08001760{
hayeswanga5a4f462013-08-16 16:09:34 +08001761 unsigned long flags;
hayeswangd84130a2014-02-18 21:49:02 +08001762 struct list_head *cursor, *next, rx_queue;
hayeswange1a2ca92015-02-06 11:30:45 +08001763 int ret = 0, work_done = 0;
hayeswangce594e92017-03-16 14:32:22 +08001764 struct napi_struct *napi = &tp->napi;
hayeswangd823ab62015-01-12 12:06:23 +08001765
1766 if (!skb_queue_empty(&tp->rx_queue)) {
1767 while (work_done < budget) {
1768 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1769 struct net_device *netdev = tp->netdev;
1770 struct net_device_stats *stats = &netdev->stats;
1771 unsigned int pkt_len;
1772
1773 if (!skb)
1774 break;
1775
1776 pkt_len = skb->len;
hayeswangce594e92017-03-16 14:32:22 +08001777 napi_gro_receive(napi, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001778 work_done++;
1779 stats->rx_packets++;
1780 stats->rx_bytes += pkt_len;
1781 }
1782 }
hayeswangebc2ec482013-08-14 20:54:38 +08001783
hayeswangd84130a2014-02-18 21:49:02 +08001784 if (list_empty(&tp->rx_done))
hayeswangd823ab62015-01-12 12:06:23 +08001785 goto out1;
hayeswangd84130a2014-02-18 21:49:02 +08001786
1787 INIT_LIST_HEAD(&rx_queue);
hayeswanga5a4f462013-08-16 16:09:34 +08001788 spin_lock_irqsave(&tp->rx_lock, flags);
hayeswangd84130a2014-02-18 21:49:02 +08001789 list_splice_init(&tp->rx_done, &rx_queue);
1790 spin_unlock_irqrestore(&tp->rx_lock, flags);
1791
1792 list_for_each_safe(cursor, next, &rx_queue) {
hayeswang43a44782013-08-16 16:09:36 +08001793 struct rx_desc *rx_desc;
1794 struct rx_agg *agg;
hayeswang43a44782013-08-16 16:09:36 +08001795 int len_used = 0;
1796 struct urb *urb;
1797 u8 *rx_data;
hayeswang43a44782013-08-16 16:09:36 +08001798
hayeswangebc2ec482013-08-14 20:54:38 +08001799 list_del_init(cursor);
hayeswangebc2ec482013-08-14 20:54:38 +08001800
1801 agg = list_entry(cursor, struct rx_agg, list);
1802 urb = agg->urb;
hayeswang0de98f62013-08-16 16:09:35 +08001803 if (urb->actual_length < ETH_ZLEN)
1804 goto submit;
hayeswangebc2ec482013-08-14 20:54:38 +08001805
hayeswangebc2ec482013-08-14 20:54:38 +08001806 rx_desc = agg->head;
1807 rx_data = agg->head;
hayeswang7937f9e2013-11-20 17:30:54 +08001808 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001809
hayeswang7937f9e2013-11-20 17:30:54 +08001810 while (urb->actual_length > len_used) {
hayeswang43a44782013-08-16 16:09:36 +08001811 struct net_device *netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001812 struct net_device_stats *stats = &netdev->stats;
hayeswang7937f9e2013-11-20 17:30:54 +08001813 unsigned int pkt_len;
hayeswang43a44782013-08-16 16:09:36 +08001814 struct sk_buff *skb;
1815
hayeswang74544452017-06-09 17:11:47 +08001816 /* limite the skb numbers for rx_queue */
1817 if (unlikely(skb_queue_len(&tp->rx_queue) >= 1000))
1818 break;
1819
hayeswang7937f9e2013-11-20 17:30:54 +08001820 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
hayeswangebc2ec482013-08-14 20:54:38 +08001821 if (pkt_len < ETH_ZLEN)
1822 break;
1823
hayeswang7937f9e2013-11-20 17:30:54 +08001824 len_used += pkt_len;
1825 if (urb->actual_length < len_used)
1826 break;
1827
hayeswang8e1f51b2014-01-02 11:22:41 +08001828 pkt_len -= CRC_SIZE;
hayeswangebc2ec482013-08-14 20:54:38 +08001829 rx_data += sizeof(struct rx_desc);
1830
hayeswangce594e92017-03-16 14:32:22 +08001831 skb = napi_alloc_skb(napi, pkt_len);
hayeswangebc2ec482013-08-14 20:54:38 +08001832 if (!skb) {
1833 stats->rx_dropped++;
hayeswang5e2f7482014-03-07 11:04:37 +08001834 goto find_next_rx;
hayeswangebc2ec482013-08-14 20:54:38 +08001835 }
hayeswang565cab02014-03-07 11:04:38 +08001836
1837 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001838 memcpy(skb->data, rx_data, pkt_len);
1839 skb_put(skb, pkt_len);
1840 skb->protocol = eth_type_trans(skb, netdev);
hayeswangc5554292014-09-12 10:43:11 +08001841 rtl_rx_vlan_tag(rx_desc, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001842 if (work_done < budget) {
hayeswangce594e92017-03-16 14:32:22 +08001843 napi_gro_receive(napi, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001844 work_done++;
1845 stats->rx_packets++;
1846 stats->rx_bytes += pkt_len;
1847 } else {
1848 __skb_queue_tail(&tp->rx_queue, skb);
1849 }
hayeswangebc2ec482013-08-14 20:54:38 +08001850
hayeswang5e2f7482014-03-07 11:04:37 +08001851find_next_rx:
hayeswang8e1f51b2014-01-02 11:22:41 +08001852 rx_data = rx_agg_align(rx_data + pkt_len + CRC_SIZE);
hayeswangebc2ec482013-08-14 20:54:38 +08001853 rx_desc = (struct rx_desc *)rx_data;
hayeswangebc2ec482013-08-14 20:54:38 +08001854 len_used = (int)(rx_data - (u8 *)agg->head);
hayeswang7937f9e2013-11-20 17:30:54 +08001855 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001856 }
1857
hayeswang0de98f62013-08-16 16:09:35 +08001858submit:
hayeswange1a2ca92015-02-06 11:30:45 +08001859 if (!ret) {
1860 ret = r8152_submit_rx(tp, agg, GFP_ATOMIC);
1861 } else {
1862 urb->actual_length = 0;
1863 list_add_tail(&agg->list, next);
1864 }
1865 }
1866
1867 if (!list_empty(&rx_queue)) {
1868 spin_lock_irqsave(&tp->rx_lock, flags);
1869 list_splice_tail(&rx_queue, &tp->rx_done);
1870 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001871 }
hayeswangd823ab62015-01-12 12:06:23 +08001872
1873out1:
1874 return work_done;
hayeswangebc2ec482013-08-14 20:54:38 +08001875}
1876
1877static void tx_bottom(struct r8152 *tp)
1878{
hayeswangebc2ec482013-08-14 20:54:38 +08001879 int res;
1880
hayeswangb1379d92013-08-16 16:09:37 +08001881 do {
1882 struct tx_agg *agg;
hayeswangebc2ec482013-08-14 20:54:38 +08001883
hayeswangb1379d92013-08-16 16:09:37 +08001884 if (skb_queue_empty(&tp->tx_queue))
hayeswangebc2ec482013-08-14 20:54:38 +08001885 break;
1886
hayeswangb1379d92013-08-16 16:09:37 +08001887 agg = r8152_get_tx_agg(tp);
1888 if (!agg)
hayeswangebc2ec482013-08-14 20:54:38 +08001889 break;
hayeswangb1379d92013-08-16 16:09:37 +08001890
1891 res = r8152_tx_agg_fill(tp, agg);
1892 if (res) {
hayeswang05e0f1a2014-03-06 15:07:18 +08001893 struct net_device *netdev = tp->netdev;
hayeswangb1379d92013-08-16 16:09:37 +08001894
1895 if (res == -ENODEV) {
hayeswang67610492014-10-30 11:46:40 +08001896 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswangb1379d92013-08-16 16:09:37 +08001897 netif_device_detach(netdev);
1898 } else {
hayeswang05e0f1a2014-03-06 15:07:18 +08001899 struct net_device_stats *stats = &netdev->stats;
1900 unsigned long flags;
1901
hayeswangb1379d92013-08-16 16:09:37 +08001902 netif_warn(tp, tx_err, netdev,
1903 "failed tx_urb %d\n", res);
1904 stats->tx_dropped += agg->skb_num;
hayeswangdb8515e2014-03-06 15:07:16 +08001905
hayeswangb1379d92013-08-16 16:09:37 +08001906 spin_lock_irqsave(&tp->tx_lock, flags);
1907 list_add_tail(&agg->list, &tp->tx_free);
1908 spin_unlock_irqrestore(&tp->tx_lock, flags);
1909 }
hayeswangebc2ec482013-08-14 20:54:38 +08001910 }
hayeswangb1379d92013-08-16 16:09:37 +08001911 } while (res == 0);
hayeswangebc2ec482013-08-14 20:54:38 +08001912}
1913
hayeswangd823ab62015-01-12 12:06:23 +08001914static void bottom_half(struct r8152 *tp)
hayeswangebc2ec482013-08-14 20:54:38 +08001915{
hayeswangebc2ec482013-08-14 20:54:38 +08001916 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1917 return;
1918
1919 if (!test_bit(WORK_ENABLE, &tp->flags))
1920 return;
1921
hayeswang7559fb2f2013-08-16 16:09:38 +08001922 /* When link down, the driver would cancel all bulks. */
1923 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001924 if (!netif_carrier_ok(tp->netdev))
1925 return;
1926
hayeswangd823ab62015-01-12 12:06:23 +08001927 clear_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang9451a112014-11-12 10:05:04 +08001928
hayeswang0c3121f2014-03-07 11:04:36 +08001929 tx_bottom(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08001930}
1931
hayeswangd823ab62015-01-12 12:06:23 +08001932static int r8152_poll(struct napi_struct *napi, int budget)
1933{
1934 struct r8152 *tp = container_of(napi, struct r8152, napi);
1935 int work_done;
1936
1937 work_done = rx_bottom(tp, budget);
1938 bottom_half(tp);
1939
1940 if (work_done < budget) {
1941 napi_complete(napi);
1942 if (!list_empty(&tp->rx_done))
1943 napi_schedule(napi);
hayeswang248b2132017-01-26 09:38:33 +08001944 else if (!skb_queue_empty(&tp->tx_queue) &&
1945 !list_empty(&tp->tx_free))
1946 napi_schedule(napi);
hayeswangd823ab62015-01-12 12:06:23 +08001947 }
1948
1949 return work_done;
1950}
1951
hayeswangebc2ec482013-08-14 20:54:38 +08001952static
1953int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
1954{
hayeswanga0fccd42014-11-20 10:29:05 +08001955 int ret;
1956
hayeswangef827a52015-01-09 10:26:36 +08001957 /* The rx would be stopped, so skip submitting */
1958 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
1959 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
1960 return 0;
1961
hayeswangebc2ec482013-08-14 20:54:38 +08001962 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
hayeswang52aec122014-09-02 10:27:52 +08001963 agg->head, agg_buf_sz,
hayeswangb209af92014-08-25 15:53:00 +08001964 (usb_complete_t)read_bulk_callback, agg);
hayeswangebc2ec482013-08-14 20:54:38 +08001965
hayeswanga0fccd42014-11-20 10:29:05 +08001966 ret = usb_submit_urb(agg->urb, mem_flags);
1967 if (ret == -ENODEV) {
1968 set_bit(RTL8152_UNPLUG, &tp->flags);
1969 netif_device_detach(tp->netdev);
1970 } else if (ret) {
1971 struct urb *urb = agg->urb;
1972 unsigned long flags;
1973
1974 urb->actual_length = 0;
1975 spin_lock_irqsave(&tp->rx_lock, flags);
1976 list_add_tail(&agg->list, &tp->rx_done);
1977 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangd823ab62015-01-12 12:06:23 +08001978
1979 netif_err(tp, rx_err, tp->netdev,
1980 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
1981
1982 napi_schedule(&tp->napi);
hayeswanga0fccd42014-11-20 10:29:05 +08001983 }
1984
1985 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001986}
1987
hayeswang00a5e362014-02-18 21:48:59 +08001988static void rtl_drop_queued_tx(struct r8152 *tp)
1989{
1990 struct net_device_stats *stats = &tp->netdev->stats;
hayeswangd84130a2014-02-18 21:49:02 +08001991 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang00a5e362014-02-18 21:48:59 +08001992 struct sk_buff *skb;
1993
hayeswangd84130a2014-02-18 21:49:02 +08001994 if (skb_queue_empty(tx_queue))
1995 return;
1996
1997 __skb_queue_head_init(&skb_head);
hayeswang2685d412014-03-07 11:04:34 +08001998 spin_lock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001999 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang2685d412014-03-07 11:04:34 +08002000 spin_unlock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08002001
2002 while ((skb = __skb_dequeue(&skb_head))) {
hayeswang00a5e362014-02-18 21:48:59 +08002003 dev_kfree_skb(skb);
2004 stats->tx_dropped++;
2005 }
2006}
2007
hayeswangac718b62013-05-02 16:01:25 +00002008static void rtl8152_tx_timeout(struct net_device *netdev)
2009{
2010 struct r8152 *tp = netdev_priv(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08002011
Hayes Wang4a8deae2014-01-07 11:18:22 +08002012 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
hayeswang37608f32015-07-29 20:39:09 +08002013
2014 usb_queue_reset_device(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00002015}
2016
2017static void rtl8152_set_rx_mode(struct net_device *netdev)
2018{
2019 struct r8152 *tp = netdev_priv(netdev);
2020
hayeswang51d979f2015-02-06 11:30:47 +08002021 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00002022 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08002023 schedule_delayed_work(&tp->schedule, 0);
2024 }
hayeswangac718b62013-05-02 16:01:25 +00002025}
2026
2027static void _rtl8152_set_rx_mode(struct net_device *netdev)
2028{
2029 struct r8152 *tp = netdev_priv(netdev);
hayeswang31787f52013-07-31 17:21:25 +08002030 u32 mc_filter[2]; /* Multicast hash filter */
2031 __le32 tmp[2];
hayeswangac718b62013-05-02 16:01:25 +00002032 u32 ocp_data;
2033
hayeswangac718b62013-05-02 16:01:25 +00002034 netif_stop_queue(netdev);
2035 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2036 ocp_data &= ~RCR_ACPT_ALL;
2037 ocp_data |= RCR_AB | RCR_APM;
2038
2039 if (netdev->flags & IFF_PROMISC) {
2040 /* Unconditionally log net taps. */
2041 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
2042 ocp_data |= RCR_AM | RCR_AAP;
hayeswangb209af92014-08-25 15:53:00 +08002043 mc_filter[1] = 0xffffffff;
2044 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002045 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
2046 (netdev->flags & IFF_ALLMULTI)) {
2047 /* Too many to filter perfectly -- accept all multicasts. */
2048 ocp_data |= RCR_AM;
hayeswangb209af92014-08-25 15:53:00 +08002049 mc_filter[1] = 0xffffffff;
2050 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002051 } else {
2052 struct netdev_hw_addr *ha;
2053
hayeswangb209af92014-08-25 15:53:00 +08002054 mc_filter[1] = 0;
2055 mc_filter[0] = 0;
hayeswangac718b62013-05-02 16:01:25 +00002056 netdev_for_each_mc_addr(ha, netdev) {
2057 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
hayeswangb209af92014-08-25 15:53:00 +08002058
hayeswangac718b62013-05-02 16:01:25 +00002059 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
2060 ocp_data |= RCR_AM;
2061 }
2062 }
2063
hayeswang31787f52013-07-31 17:21:25 +08002064 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
2065 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
hayeswangac718b62013-05-02 16:01:25 +00002066
hayeswang31787f52013-07-31 17:21:25 +08002067 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
hayeswangac718b62013-05-02 16:01:25 +00002068 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2069 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002070}
2071
hayeswanga5e31252015-01-06 17:41:58 +08002072static netdev_features_t
2073rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
2074 netdev_features_t features)
2075{
2076 u32 mss = skb_shinfo(skb)->gso_size;
2077 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
2078 int offset = skb_transport_offset(skb);
2079
2080 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
Tom Herberta1882222015-12-14 11:19:43 -08002081 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
hayeswanga5e31252015-01-06 17:41:58 +08002082 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
2083 features &= ~NETIF_F_GSO_MASK;
2084
2085 return features;
2086}
2087
hayeswangac718b62013-05-02 16:01:25 +00002088static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
hayeswangb209af92014-08-25 15:53:00 +08002089 struct net_device *netdev)
hayeswangac718b62013-05-02 16:01:25 +00002090{
2091 struct r8152 *tp = netdev_priv(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002092
hayeswangac718b62013-05-02 16:01:25 +00002093 skb_tx_timestamp(skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002094
hayeswang61598782013-11-20 17:30:55 +08002095 skb_queue_tail(&tp->tx_queue, skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002096
hayeswang0c3121f2014-03-07 11:04:36 +08002097 if (!list_empty(&tp->tx_free)) {
2098 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangd823ab62015-01-12 12:06:23 +08002099 set_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang0c3121f2014-03-07 11:04:36 +08002100 schedule_delayed_work(&tp->schedule, 0);
2101 } else {
2102 usb_mark_last_busy(tp->udev);
hayeswangd823ab62015-01-12 12:06:23 +08002103 napi_schedule(&tp->napi);
hayeswang0c3121f2014-03-07 11:04:36 +08002104 }
hayeswangb209af92014-08-25 15:53:00 +08002105 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
hayeswangdd1b1192013-11-20 17:30:56 +08002106 netif_stop_queue(netdev);
hayeswangb209af92014-08-25 15:53:00 +08002107 }
hayeswangdd1b1192013-11-20 17:30:56 +08002108
hayeswangac718b62013-05-02 16:01:25 +00002109 return NETDEV_TX_OK;
2110}
2111
2112static void r8152b_reset_packet_filter(struct r8152 *tp)
2113{
2114 u32 ocp_data;
2115
2116 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
2117 ocp_data &= ~FMC_FCR_MCU_EN;
2118 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2119 ocp_data |= FMC_FCR_MCU_EN;
2120 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2121}
2122
2123static void rtl8152_nic_reset(struct r8152 *tp)
2124{
2125 int i;
2126
2127 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2128
2129 for (i = 0; i < 1000; i++) {
2130 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2131 break;
hayeswangb209af92014-08-25 15:53:00 +08002132 usleep_range(100, 400);
hayeswangac718b62013-05-02 16:01:25 +00002133 }
2134}
2135
hayeswangdd1b1192013-11-20 17:30:56 +08002136static void set_tx_qlen(struct r8152 *tp)
2137{
2138 struct net_device *netdev = tp->netdev;
2139
hayeswang52aec122014-09-02 10:27:52 +08002140 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN +
2141 sizeof(struct tx_desc));
hayeswangdd1b1192013-11-20 17:30:56 +08002142}
2143
hayeswangac718b62013-05-02 16:01:25 +00002144static inline u8 rtl8152_get_speed(struct r8152 *tp)
2145{
2146 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2147}
2148
hayeswang507605a2014-01-02 11:22:43 +08002149static void rtl_set_eee_plus(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002150{
hayeswangebc2ec482013-08-14 20:54:38 +08002151 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002152 u8 speed;
2153
2154 speed = rtl8152_get_speed(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002155 if (speed & _10bps) {
hayeswangac718b62013-05-02 16:01:25 +00002156 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002157 ocp_data |= EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002158 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2159 } else {
2160 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002161 ocp_data &= ~EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002162 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2163 }
hayeswang507605a2014-01-02 11:22:43 +08002164}
2165
hayeswang00a5e362014-02-18 21:48:59 +08002166static void rxdy_gated_en(struct r8152 *tp, bool enable)
2167{
2168 u32 ocp_data;
2169
2170 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2171 if (enable)
2172 ocp_data |= RXDY_GATED_EN;
2173 else
2174 ocp_data &= ~RXDY_GATED_EN;
2175 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2176}
2177
hayeswang445f7f42014-09-23 16:31:47 +08002178static int rtl_start_rx(struct r8152 *tp)
2179{
2180 int i, ret = 0;
2181
2182 INIT_LIST_HEAD(&tp->rx_done);
2183 for (i = 0; i < RTL8152_MAX_RX; i++) {
2184 INIT_LIST_HEAD(&tp->rx_info[i].list);
2185 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2186 if (ret)
2187 break;
2188 }
2189
hayeswang7bcf4f62014-11-20 10:29:06 +08002190 if (ret && ++i < RTL8152_MAX_RX) {
2191 struct list_head rx_queue;
2192 unsigned long flags;
2193
2194 INIT_LIST_HEAD(&rx_queue);
2195
2196 do {
2197 struct rx_agg *agg = &tp->rx_info[i++];
2198 struct urb *urb = agg->urb;
2199
2200 urb->actual_length = 0;
2201 list_add_tail(&agg->list, &rx_queue);
2202 } while (i < RTL8152_MAX_RX);
2203
2204 spin_lock_irqsave(&tp->rx_lock, flags);
2205 list_splice_tail(&rx_queue, &tp->rx_done);
2206 spin_unlock_irqrestore(&tp->rx_lock, flags);
2207 }
2208
hayeswang445f7f42014-09-23 16:31:47 +08002209 return ret;
2210}
2211
2212static int rtl_stop_rx(struct r8152 *tp)
2213{
2214 int i;
2215
2216 for (i = 0; i < RTL8152_MAX_RX; i++)
2217 usb_kill_urb(tp->rx_info[i].urb);
2218
hayeswangd823ab62015-01-12 12:06:23 +08002219 while (!skb_queue_empty(&tp->rx_queue))
2220 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2221
hayeswang445f7f42014-09-23 16:31:47 +08002222 return 0;
2223}
2224
hayeswang507605a2014-01-02 11:22:43 +08002225static int rtl_enable(struct r8152 *tp)
2226{
2227 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002228
2229 r8152b_reset_packet_filter(tp);
2230
2231 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2232 ocp_data |= CR_RE | CR_TE;
2233 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2234
hayeswang00a5e362014-02-18 21:48:59 +08002235 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002236
hayeswangaa2e0922015-01-09 10:26:35 +08002237 return 0;
hayeswangac718b62013-05-02 16:01:25 +00002238}
2239
hayeswang507605a2014-01-02 11:22:43 +08002240static int rtl8152_enable(struct r8152 *tp)
2241{
hayeswang68714382014-04-11 17:54:31 +08002242 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2243 return -ENODEV;
2244
hayeswang507605a2014-01-02 11:22:43 +08002245 set_tx_qlen(tp);
2246 rtl_set_eee_plus(tp);
2247
2248 return rtl_enable(tp);
2249}
2250
hayeswang464ec102015-02-12 14:33:46 +08002251static void r8153_set_rx_early_timeout(struct r8152 *tp)
hayeswang43779f82014-01-02 11:25:10 +08002252{
hayeswang464ec102015-02-12 14:33:46 +08002253 u32 ocp_data = tp->coalesce / 8;
hayeswang43779f82014-01-02 11:25:10 +08002254
hayeswang464ec102015-02-12 14:33:46 +08002255 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT, ocp_data);
2256}
2257
2258static void r8153_set_rx_early_size(struct r8152 *tp)
2259{
hayeswangb20cb602017-03-20 16:13:45 +08002260 u32 ocp_data = (agg_buf_sz - rx_reserved_size(tp->netdev->mtu)) / 4;
hayeswang464ec102015-02-12 14:33:46 +08002261
2262 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08002263}
2264
2265static int rtl8153_enable(struct r8152 *tp)
2266{
hayeswang68714382014-04-11 17:54:31 +08002267 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2268 return -ENODEV;
2269
hayeswang43779f82014-01-02 11:25:10 +08002270 set_tx_qlen(tp);
2271 rtl_set_eee_plus(tp);
hayeswang464ec102015-02-12 14:33:46 +08002272 r8153_set_rx_early_timeout(tp);
2273 r8153_set_rx_early_size(tp);
hayeswang43779f82014-01-02 11:25:10 +08002274
2275 return rtl_enable(tp);
2276}
2277
hayeswangd70b1132014-09-19 15:17:18 +08002278static void rtl_disable(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002279{
hayeswangebc2ec482013-08-14 20:54:38 +08002280 u32 ocp_data;
2281 int i;
hayeswangac718b62013-05-02 16:01:25 +00002282
hayeswang68714382014-04-11 17:54:31 +08002283 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2284 rtl_drop_queued_tx(tp);
2285 return;
2286 }
2287
hayeswangac718b62013-05-02 16:01:25 +00002288 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2289 ocp_data &= ~RCR_ACPT_ALL;
2290 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2291
hayeswang00a5e362014-02-18 21:48:59 +08002292 rtl_drop_queued_tx(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002293
2294 for (i = 0; i < RTL8152_MAX_TX; i++)
2295 usb_kill_urb(tp->tx_info[i].urb);
hayeswangac718b62013-05-02 16:01:25 +00002296
hayeswang00a5e362014-02-18 21:48:59 +08002297 rxdy_gated_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002298
2299 for (i = 0; i < 1000; i++) {
2300 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2301 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2302 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002303 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002304 }
2305
2306 for (i = 0; i < 1000; i++) {
2307 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2308 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002309 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002310 }
2311
hayeswang445f7f42014-09-23 16:31:47 +08002312 rtl_stop_rx(tp);
hayeswangac718b62013-05-02 16:01:25 +00002313
2314 rtl8152_nic_reset(tp);
2315}
2316
hayeswang00a5e362014-02-18 21:48:59 +08002317static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2318{
2319 u32 ocp_data;
2320
2321 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2322 if (enable)
2323 ocp_data |= POWER_CUT;
2324 else
2325 ocp_data &= ~POWER_CUT;
2326 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2327
2328 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2329 ocp_data &= ~RESUME_INDICATE;
2330 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
hayeswang00a5e362014-02-18 21:48:59 +08002331}
2332
hayeswangc5554292014-09-12 10:43:11 +08002333static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2334{
2335 u32 ocp_data;
2336
2337 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2338 if (enable)
2339 ocp_data |= CPCR_RX_VLAN;
2340 else
2341 ocp_data &= ~CPCR_RX_VLAN;
2342 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2343}
2344
2345static int rtl8152_set_features(struct net_device *dev,
2346 netdev_features_t features)
2347{
2348 netdev_features_t changed = features ^ dev->features;
2349 struct r8152 *tp = netdev_priv(dev);
hayeswang405f8a02014-10-09 18:00:24 +08002350 int ret;
2351
2352 ret = usb_autopm_get_interface(tp->intf);
2353 if (ret < 0)
2354 goto out;
hayeswangc5554292014-09-12 10:43:11 +08002355
hayeswangb5403272014-10-09 18:00:26 +08002356 mutex_lock(&tp->control);
2357
hayeswangc5554292014-09-12 10:43:11 +08002358 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2359 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2360 rtl_rx_vlan_en(tp, true);
2361 else
2362 rtl_rx_vlan_en(tp, false);
2363 }
2364
hayeswangb5403272014-10-09 18:00:26 +08002365 mutex_unlock(&tp->control);
2366
hayeswang405f8a02014-10-09 18:00:24 +08002367 usb_autopm_put_interface(tp->intf);
2368
2369out:
2370 return ret;
hayeswangc5554292014-09-12 10:43:11 +08002371}
2372
hayeswang21ff2e82014-02-18 21:49:06 +08002373#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2374
2375static u32 __rtl_get_wol(struct r8152 *tp)
2376{
2377 u32 ocp_data;
2378 u32 wolopts = 0;
2379
hayeswang21ff2e82014-02-18 21:49:06 +08002380 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2381 if (ocp_data & LINK_ON_WAKE_EN)
2382 wolopts |= WAKE_PHY;
2383
2384 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2385 if (ocp_data & UWF_EN)
2386 wolopts |= WAKE_UCAST;
2387 if (ocp_data & BWF_EN)
2388 wolopts |= WAKE_BCAST;
2389 if (ocp_data & MWF_EN)
2390 wolopts |= WAKE_MCAST;
2391
2392 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2393 if (ocp_data & MAGIC_EN)
2394 wolopts |= WAKE_MAGIC;
2395
2396 return wolopts;
2397}
2398
2399static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2400{
2401 u32 ocp_data;
2402
2403 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2404
2405 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2406 ocp_data &= ~LINK_ON_WAKE_EN;
2407 if (wolopts & WAKE_PHY)
2408 ocp_data |= LINK_ON_WAKE_EN;
2409 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2410
2411 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
hayeswang92f7d072016-07-06 17:35:59 +08002412 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN);
hayeswang21ff2e82014-02-18 21:49:06 +08002413 if (wolopts & WAKE_UCAST)
2414 ocp_data |= UWF_EN;
2415 if (wolopts & WAKE_BCAST)
2416 ocp_data |= BWF_EN;
2417 if (wolopts & WAKE_MCAST)
2418 ocp_data |= MWF_EN;
hayeswang21ff2e82014-02-18 21:49:06 +08002419 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2420
2421 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2422
2423 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2424 ocp_data &= ~MAGIC_EN;
2425 if (wolopts & WAKE_MAGIC)
2426 ocp_data |= MAGIC_EN;
2427 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2428
2429 if (wolopts & WAKE_ANY)
2430 device_set_wakeup_enable(&tp->udev->dev, true);
2431 else
2432 device_set_wakeup_enable(&tp->udev->dev, false);
2433}
2434
hayeswang134f98b2017-06-09 17:11:40 +08002435static void r8153_mac_clk_spd(struct r8152 *tp, bool enable)
2436{
2437 /* MAC clock speed down */
2438 if (enable) {
2439 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL,
2440 ALDPS_SPDWN_RATIO);
2441 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2,
2442 EEE_SPDWN_RATIO);
2443 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3,
2444 PKT_AVAIL_SPDWN_EN | SUSPEND_SPDWN_EN |
2445 U1U2_SPDWN_EN | L1_SPDWN_EN);
2446 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4,
2447 PWRSAVE_SPDWN_EN | RXDV_SPDWN_EN | TX10MIDLE_EN |
2448 TP100_SPDWN_EN | TP500_SPDWN_EN | EEE_SPDWN_EN |
2449 TP1000_SPDWN_EN);
2450 } else {
2451 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, 0);
2452 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, 0);
2453 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, 0);
2454 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4, 0);
2455 }
2456}
2457
hayeswangb2143962015-07-24 13:54:23 +08002458static void r8153_u1u2en(struct r8152 *tp, bool enable)
2459{
2460 u8 u1u2[8];
2461
2462 if (enable)
2463 memset(u1u2, 0xff, sizeof(u1u2));
2464 else
2465 memset(u1u2, 0x00, sizeof(u1u2));
2466
2467 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2468}
2469
2470static void r8153_u2p3en(struct r8152 *tp, bool enable)
2471{
2472 u32 ocp_data;
2473
2474 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
hayeswang3cb32342017-06-09 17:11:43 +08002475 if (enable)
hayeswangb2143962015-07-24 13:54:23 +08002476 ocp_data |= U2P3_ENABLE;
2477 else
2478 ocp_data &= ~U2P3_ENABLE;
2479 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2480}
2481
hayeswangc564b872017-06-09 17:11:38 +08002482static u16 r8153_phy_status(struct r8152 *tp, u16 desired)
2483{
2484 u16 data;
2485 int i;
2486
2487 for (i = 0; i < 500; i++) {
2488 data = ocp_reg_read(tp, OCP_PHY_STATUS);
2489 data &= PHY_STAT_MASK;
2490 if (desired) {
2491 if (data == desired)
2492 break;
2493 } else if (data == PHY_STAT_LAN_ON || data == PHY_STAT_PWRDN ||
2494 data == PHY_STAT_EXT_INIT) {
2495 break;
2496 }
2497
2498 msleep(20);
2499 }
2500
2501 return data;
2502}
2503
hayeswangb2143962015-07-24 13:54:23 +08002504static void r8153_power_cut_en(struct r8152 *tp, bool enable)
2505{
2506 u32 ocp_data;
2507
2508 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2509 if (enable)
2510 ocp_data |= PWR_EN | PHASE2_EN;
2511 else
2512 ocp_data &= ~(PWR_EN | PHASE2_EN);
2513 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2514
2515 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2516 ocp_data &= ~PCUT_STATUS;
2517 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2518}
2519
hayeswang7daed8d2015-07-24 13:54:24 +08002520static bool rtl_can_wakeup(struct r8152 *tp)
2521{
2522 struct usb_device *udev = tp->udev;
2523
2524 return (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP);
2525}
2526
hayeswang9a4be1b2014-02-18 21:49:07 +08002527static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2528{
2529 if (enable) {
2530 u32 ocp_data;
2531
2532 __rtl_set_wol(tp, WAKE_ANY);
2533
2534 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2535
2536 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2537 ocp_data |= LINK_OFF_WAKE_EN;
2538 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2539
2540 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2541 } else {
hayeswangf95ae8a2016-06-30 15:33:35 +08002542 u32 ocp_data;
2543
hayeswang9a4be1b2014-02-18 21:49:07 +08002544 __rtl_set_wol(tp, tp->saved_wolopts);
hayeswangf95ae8a2016-06-30 15:33:35 +08002545
2546 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2547
2548 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2549 ocp_data &= ~LINK_OFF_WAKE_EN;
2550 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2551
2552 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
hayeswang2609af12016-07-05 16:11:46 +08002553 }
2554}
hayeswangf95ae8a2016-06-30 15:33:35 +08002555
hayeswang2609af12016-07-05 16:11:46 +08002556static void rtl8153_runtime_enable(struct r8152 *tp, bool enable)
2557{
hayeswang2609af12016-07-05 16:11:46 +08002558 if (enable) {
2559 r8153_u1u2en(tp, false);
2560 r8153_u2p3en(tp, false);
hayeswang134f98b2017-06-09 17:11:40 +08002561 r8153_mac_clk_spd(tp, true);
hayeswang02552752017-06-09 17:11:42 +08002562 rtl_runtime_suspend_enable(tp, true);
hayeswang2609af12016-07-05 16:11:46 +08002563 } else {
hayeswang02552752017-06-09 17:11:42 +08002564 rtl_runtime_suspend_enable(tp, false);
hayeswang134f98b2017-06-09 17:11:40 +08002565 r8153_mac_clk_spd(tp, false);
hayeswang3cb32342017-06-09 17:11:43 +08002566
2567 switch (tp->version) {
2568 case RTL_VER_03:
2569 case RTL_VER_04:
2570 break;
2571 case RTL_VER_05:
2572 case RTL_VER_06:
2573 default:
2574 r8153_u2p3en(tp, true);
2575 break;
2576 }
2577
hayeswangb2143962015-07-24 13:54:23 +08002578 r8153_u1u2en(tp, true);
hayeswang9a4be1b2014-02-18 21:49:07 +08002579 }
2580}
2581
hayeswang43499682014-02-18 21:48:58 +08002582static void r8153_teredo_off(struct r8152 *tp)
2583{
2584 u32 ocp_data;
2585
2586 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2587 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK | OOB_TEREDO_EN);
2588 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2589
2590 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2591 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2592 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2593}
2594
hayeswang93fe9b12016-06-16 10:55:18 +08002595static void rtl_reset_bmu(struct r8152 *tp)
2596{
2597 u32 ocp_data;
2598
2599 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_BMU_RESET);
2600 ocp_data &= ~(BMU_RESET_EP_IN | BMU_RESET_EP_OUT);
2601 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2602 ocp_data |= BMU_RESET_EP_IN | BMU_RESET_EP_OUT;
2603 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2604}
2605
hayeswangcda9fb02016-01-07 17:51:12 +08002606static void r8152_aldps_en(struct r8152 *tp, bool enable)
hayeswang43499682014-02-18 21:48:58 +08002607{
hayeswangcda9fb02016-01-07 17:51:12 +08002608 if (enable) {
2609 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2610 LINKENA | DIS_SDSAVE);
2611 } else {
2612 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA |
2613 DIS_SDSAVE);
2614 msleep(20);
2615 }
hayeswang43499682014-02-18 21:48:58 +08002616}
2617
hayeswange6449532016-09-20 16:22:05 +08002618static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
2619{
2620 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
2621 ocp_reg_write(tp, OCP_EEE_DATA, reg);
2622 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
2623}
2624
2625static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
2626{
2627 u16 data;
2628
2629 r8152_mmd_indirect(tp, dev, reg);
2630 data = ocp_reg_read(tp, OCP_EEE_DATA);
2631 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2632
2633 return data;
2634}
2635
2636static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
2637{
2638 r8152_mmd_indirect(tp, dev, reg);
2639 ocp_reg_write(tp, OCP_EEE_DATA, data);
2640 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2641}
2642
2643static void r8152_eee_en(struct r8152 *tp, bool enable)
2644{
2645 u16 config1, config2, config3;
2646 u32 ocp_data;
2647
2648 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2649 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
2650 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
2651 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
2652
2653 if (enable) {
2654 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2655 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
2656 config1 |= sd_rise_time(1);
2657 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
2658 config3 |= fast_snr(42);
2659 } else {
2660 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2661 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
2662 RX_QUIET_EN);
2663 config1 |= sd_rise_time(7);
2664 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
2665 config3 |= fast_snr(511);
2666 }
2667
2668 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2669 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
2670 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
2671 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
2672}
2673
2674static void r8152b_enable_eee(struct r8152 *tp)
2675{
2676 r8152_eee_en(tp, true);
2677 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
2678}
2679
2680static void r8152b_enable_fc(struct r8152 *tp)
2681{
2682 u16 anar;
2683
2684 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2685 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
2686 r8152_mdio_write(tp, MII_ADVERTISE, anar);
2687}
2688
hayeswangd70b1132014-09-19 15:17:18 +08002689static void rtl8152_disable(struct r8152 *tp)
2690{
hayeswangcda9fb02016-01-07 17:51:12 +08002691 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002692 rtl_disable(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002693 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08002694}
2695
hayeswang43499682014-02-18 21:48:58 +08002696static void r8152b_hw_phy_cfg(struct r8152 *tp)
2697{
hayeswangef39df82016-09-20 16:22:07 +08002698 r8152b_enable_eee(tp);
2699 r8152_aldps_en(tp, true);
2700 r8152b_enable_fc(tp);
hayeswangf0cbe0a2014-02-18 21:49:03 +08002701
hayeswangaa66a5f2014-02-18 21:49:04 +08002702 set_bit(PHY_RESET, &tp->flags);
hayeswang43499682014-02-18 21:48:58 +08002703}
2704
hayeswangac718b62013-05-02 16:01:25 +00002705static void r8152b_exit_oob(struct r8152 *tp)
2706{
hayeswangdb8515e2014-03-06 15:07:16 +08002707 u32 ocp_data;
2708 int i;
hayeswangac718b62013-05-02 16:01:25 +00002709
2710 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2711 ocp_data &= ~RCR_ACPT_ALL;
2712 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2713
hayeswang00a5e362014-02-18 21:48:59 +08002714 rxdy_gated_en(tp, true);
hayeswangda9bd112014-02-18 21:49:08 +08002715 r8153_teredo_off(tp);
hayeswangac718b62013-05-02 16:01:25 +00002716 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2717 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
2718
2719 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2720 ocp_data &= ~NOW_IS_OOB;
2721 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2722
2723 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2724 ocp_data &= ~MCU_BORW_EN;
2725 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2726
2727 for (i = 0; i < 1000; i++) {
2728 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2729 if (ocp_data & LINK_LIST_READY)
2730 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002731 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002732 }
2733
2734 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2735 ocp_data |= RE_INIT_LL;
2736 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2737
2738 for (i = 0; i < 1000; i++) {
2739 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2740 if (ocp_data & LINK_LIST_READY)
2741 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002742 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002743 }
2744
2745 rtl8152_nic_reset(tp);
2746
2747 /* rx share fifo credit full threshold */
2748 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2749
hayeswanga3cc4652014-07-24 16:37:43 +08002750 if (tp->udev->speed == USB_SPEED_FULL ||
2751 tp->udev->speed == USB_SPEED_LOW) {
hayeswangac718b62013-05-02 16:01:25 +00002752 /* rx share fifo credit near full threshold */
2753 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2754 RXFIFO_THR2_FULL);
2755 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2756 RXFIFO_THR3_FULL);
2757 } else {
2758 /* rx share fifo credit near full threshold */
2759 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2760 RXFIFO_THR2_HIGH);
2761 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2762 RXFIFO_THR3_HIGH);
2763 }
2764
2765 /* TX share fifo free credit full threshold */
2766 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
2767
2768 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
hayeswang8e1f51b2014-01-02 11:22:41 +08002769 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
hayeswangac718b62013-05-02 16:01:25 +00002770 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
2771 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
2772
hayeswangc5554292014-09-12 10:43:11 +08002773 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswangac718b62013-05-02 16:01:25 +00002774
2775 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2776
2777 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2778 ocp_data |= TCR0_AUTO_FIFO;
2779 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2780}
2781
2782static void r8152b_enter_oob(struct r8152 *tp)
2783{
hayeswang45f4a192014-01-06 17:08:41 +08002784 u32 ocp_data;
2785 int i;
hayeswangac718b62013-05-02 16:01:25 +00002786
2787 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2788 ocp_data &= ~NOW_IS_OOB;
2789 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2790
2791 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
2792 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
2793 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
2794
hayeswangd70b1132014-09-19 15:17:18 +08002795 rtl_disable(tp);
hayeswangac718b62013-05-02 16:01:25 +00002796
2797 for (i = 0; i < 1000; i++) {
2798 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2799 if (ocp_data & LINK_LIST_READY)
2800 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002801 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002802 }
2803
2804 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2805 ocp_data |= RE_INIT_LL;
2806 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2807
2808 for (i = 0; i < 1000; i++) {
2809 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2810 if (ocp_data & LINK_LIST_READY)
2811 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002812 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002813 }
2814
2815 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2816
hayeswangc5554292014-09-12 10:43:11 +08002817 rtl_rx_vlan_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002818
2819 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2820 ocp_data |= ALDPS_PROXY_MODE;
2821 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2822
2823 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2824 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2825 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2826
hayeswang00a5e362014-02-18 21:48:59 +08002827 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002828
2829 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2830 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2831 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2832}
2833
hayeswange6449532016-09-20 16:22:05 +08002834static void r8153_aldps_en(struct r8152 *tp, bool enable)
2835{
2836 u16 data;
2837
2838 data = ocp_reg_read(tp, OCP_POWER_CFG);
2839 if (enable) {
2840 data |= EN_ALDPS;
2841 ocp_reg_write(tp, OCP_POWER_CFG, data);
2842 } else {
hayeswang4214cc52017-06-09 17:11:46 +08002843 int i;
2844
hayeswange6449532016-09-20 16:22:05 +08002845 data &= ~EN_ALDPS;
2846 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswang4214cc52017-06-09 17:11:46 +08002847 for (i = 0; i < 20; i++) {
2848 usleep_range(1000, 2000);
2849 if (ocp_read_word(tp, MCU_TYPE_PLA, 0xe000) & 0x0100)
2850 break;
2851 }
hayeswange6449532016-09-20 16:22:05 +08002852 }
2853}
2854
2855static void r8153_eee_en(struct r8152 *tp, bool enable)
2856{
2857 u32 ocp_data;
2858 u16 config;
2859
2860 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2861 config = ocp_reg_read(tp, OCP_EEE_CFG);
2862
2863 if (enable) {
2864 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2865 config |= EEE10_EN;
2866 } else {
2867 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2868 config &= ~EEE10_EN;
2869 }
2870
2871 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2872 ocp_reg_write(tp, OCP_EEE_CFG, config);
2873}
2874
hayeswang43779f82014-01-02 11:25:10 +08002875static void r8153_hw_phy_cfg(struct r8152 *tp)
2876{
2877 u32 ocp_data;
2878 u16 data;
2879
hayeswangd768c612016-09-20 16:22:09 +08002880 /* disable ALDPS before updating the PHY parameters */
2881 r8153_aldps_en(tp, false);
hayeswangfb02eb42015-07-22 15:27:41 +08002882
hayeswangd768c612016-09-20 16:22:09 +08002883 /* disable EEE before updating the PHY parameters */
2884 r8153_eee_en(tp, false);
2885 ocp_reg_write(tp, OCP_EEE_ADV, 0);
hayeswang43779f82014-01-02 11:25:10 +08002886
2887 if (tp->version == RTL_VER_03) {
2888 data = ocp_reg_read(tp, OCP_EEE_CFG);
2889 data &= ~CTAP_SHORT_EN;
2890 ocp_reg_write(tp, OCP_EEE_CFG, data);
2891 }
2892
2893 data = ocp_reg_read(tp, OCP_POWER_CFG);
2894 data |= EEE_CLKDIV_EN;
2895 ocp_reg_write(tp, OCP_POWER_CFG, data);
2896
2897 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
2898 data |= EN_10M_BGOFF;
2899 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
2900 data = ocp_reg_read(tp, OCP_POWER_CFG);
2901 data |= EN_10M_PLLOFF;
2902 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswangb4d99de2015-01-19 17:02:46 +08002903 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
hayeswang43779f82014-01-02 11:25:10 +08002904
2905 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
2906 ocp_data |= PFM_PWM_SWITCH;
2907 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
2908
hayeswangb4d99de2015-01-19 17:02:46 +08002909 /* Enable LPF corner auto tune */
2910 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
hayeswang43779f82014-01-02 11:25:10 +08002911
hayeswangb4d99de2015-01-19 17:02:46 +08002912 /* Adjust 10M Amplitude */
2913 sram_write(tp, SRAM_10M_AMP1, 0x00af);
2914 sram_write(tp, SRAM_10M_AMP2, 0x0208);
hayeswangaa66a5f2014-02-18 21:49:04 +08002915
hayeswangaf0287e2016-09-20 16:22:08 +08002916 r8153_eee_en(tp, true);
2917 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
2918
hayeswangef39df82016-09-20 16:22:07 +08002919 r8153_aldps_en(tp, true);
2920 r8152b_enable_fc(tp);
2921
hayeswang3cb32342017-06-09 17:11:43 +08002922 switch (tp->version) {
2923 case RTL_VER_03:
2924 case RTL_VER_04:
2925 break;
2926 case RTL_VER_05:
2927 case RTL_VER_06:
2928 default:
2929 r8153_u2p3en(tp, true);
2930 break;
2931 }
2932
hayeswangaa66a5f2014-02-18 21:49:04 +08002933 set_bit(PHY_RESET, &tp->flags);
hayeswang43779f82014-01-02 11:25:10 +08002934}
2935
hayeswang43779f82014-01-02 11:25:10 +08002936static void r8153_first_init(struct r8152 *tp)
2937{
2938 u32 ocp_data;
2939 int i;
2940
hayeswang134f98b2017-06-09 17:11:40 +08002941 r8153_mac_clk_spd(tp, false);
hayeswang00a5e362014-02-18 21:48:59 +08002942 rxdy_gated_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002943 r8153_teredo_off(tp);
2944
2945 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2946 ocp_data &= ~RCR_ACPT_ALL;
2947 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2948
hayeswang43779f82014-01-02 11:25:10 +08002949 rtl8152_nic_reset(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002950 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002951
2952 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2953 ocp_data &= ~NOW_IS_OOB;
2954 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2955
2956 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2957 ocp_data &= ~MCU_BORW_EN;
2958 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2959
2960 for (i = 0; i < 1000; i++) {
2961 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2962 if (ocp_data & LINK_LIST_READY)
2963 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002964 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002965 }
2966
2967 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2968 ocp_data |= RE_INIT_LL;
2969 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2970
2971 for (i = 0; i < 1000; i++) {
2972 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2973 if (ocp_data & LINK_LIST_READY)
2974 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002975 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002976 }
2977
hayeswangc5554292014-09-12 10:43:11 +08002978 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswang43779f82014-01-02 11:25:10 +08002979
hayeswang210c4f72017-03-20 16:13:44 +08002980 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + CRC_SIZE;
2981 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
hayeswang69b4b7a2014-07-10 10:58:54 +08002982 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
hayeswang43779f82014-01-02 11:25:10 +08002983
2984 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2985 ocp_data |= TCR0_AUTO_FIFO;
2986 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2987
2988 rtl8152_nic_reset(tp);
2989
2990 /* rx share fifo credit full threshold */
2991 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2992 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
2993 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
2994 /* TX share fifo free credit full threshold */
2995 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
hayeswang43779f82014-01-02 11:25:10 +08002996}
2997
2998static void r8153_enter_oob(struct r8152 *tp)
2999{
3000 u32 ocp_data;
3001 int i;
3002
hayeswang134f98b2017-06-09 17:11:40 +08003003 r8153_mac_clk_spd(tp, true);
3004
hayeswang43779f82014-01-02 11:25:10 +08003005 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3006 ocp_data &= ~NOW_IS_OOB;
3007 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3008
hayeswangd70b1132014-09-19 15:17:18 +08003009 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08003010 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08003011
3012 for (i = 0; i < 1000; i++) {
3013 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3014 if (ocp_data & LINK_LIST_READY)
3015 break;
hayeswang8ddfa072014-09-09 11:40:28 +08003016 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08003017 }
3018
3019 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3020 ocp_data |= RE_INIT_LL;
3021 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3022
3023 for (i = 0; i < 1000; i++) {
3024 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3025 if (ocp_data & LINK_LIST_READY)
3026 break;
hayeswang8ddfa072014-09-09 11:40:28 +08003027 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08003028 }
3029
hayeswang210c4f72017-03-20 16:13:44 +08003030 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + CRC_SIZE;
3031 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08003032
hayeswang43779f82014-01-02 11:25:10 +08003033 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
3034 ocp_data &= ~TEREDO_WAKE_MASK;
3035 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
3036
hayeswangc5554292014-09-12 10:43:11 +08003037 rtl_rx_vlan_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003038
3039 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
3040 ocp_data |= ALDPS_PROXY_MODE;
3041 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
3042
3043 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3044 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
3045 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3046
hayeswang00a5e362014-02-18 21:48:59 +08003047 rxdy_gated_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003048
3049 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3050 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
3051 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3052}
3053
hayeswangd70b1132014-09-19 15:17:18 +08003054static void rtl8153_disable(struct r8152 *tp)
3055{
hayeswangcda9fb02016-01-07 17:51:12 +08003056 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003057 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08003058 rtl_reset_bmu(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003059 r8153_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003060}
3061
hayeswangac718b62013-05-02 16:01:25 +00003062static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
3063{
hayeswang43779f82014-01-02 11:25:10 +08003064 u16 bmcr, anar, gbcr;
hayeswangac718b62013-05-02 16:01:25 +00003065 int ret = 0;
3066
hayeswangac718b62013-05-02 16:01:25 +00003067 anar = r8152_mdio_read(tp, MII_ADVERTISE);
3068 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
3069 ADVERTISE_100HALF | ADVERTISE_100FULL);
hayeswang43779f82014-01-02 11:25:10 +08003070 if (tp->mii.supports_gmii) {
3071 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
3072 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
3073 } else {
3074 gbcr = 0;
3075 }
hayeswangac718b62013-05-02 16:01:25 +00003076
3077 if (autoneg == AUTONEG_DISABLE) {
3078 if (speed == SPEED_10) {
3079 bmcr = 0;
3080 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3081 } else if (speed == SPEED_100) {
3082 bmcr = BMCR_SPEED100;
3083 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
hayeswang43779f82014-01-02 11:25:10 +08003084 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3085 bmcr = BMCR_SPEED1000;
3086 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
hayeswangac718b62013-05-02 16:01:25 +00003087 } else {
3088 ret = -EINVAL;
3089 goto out;
3090 }
3091
3092 if (duplex == DUPLEX_FULL)
3093 bmcr |= BMCR_FULLDPLX;
3094 } else {
3095 if (speed == SPEED_10) {
3096 if (duplex == DUPLEX_FULL)
3097 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3098 else
3099 anar |= ADVERTISE_10HALF;
3100 } else if (speed == SPEED_100) {
3101 if (duplex == DUPLEX_FULL) {
3102 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3103 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3104 } else {
3105 anar |= ADVERTISE_10HALF;
3106 anar |= ADVERTISE_100HALF;
3107 }
hayeswang43779f82014-01-02 11:25:10 +08003108 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3109 if (duplex == DUPLEX_FULL) {
3110 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3111 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3112 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
3113 } else {
3114 anar |= ADVERTISE_10HALF;
3115 anar |= ADVERTISE_100HALF;
3116 gbcr |= ADVERTISE_1000HALF;
3117 }
hayeswangac718b62013-05-02 16:01:25 +00003118 } else {
3119 ret = -EINVAL;
3120 goto out;
3121 }
3122
3123 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
3124 }
3125
hayeswangfae56172016-06-16 14:08:29 +08003126 if (test_and_clear_bit(PHY_RESET, &tp->flags))
hayeswangaa66a5f2014-02-18 21:49:04 +08003127 bmcr |= BMCR_RESET;
3128
hayeswang43779f82014-01-02 11:25:10 +08003129 if (tp->mii.supports_gmii)
3130 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
3131
hayeswangac718b62013-05-02 16:01:25 +00003132 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3133 r8152_mdio_write(tp, MII_BMCR, bmcr);
3134
hayeswangfae56172016-06-16 14:08:29 +08003135 if (bmcr & BMCR_RESET) {
hayeswangaa66a5f2014-02-18 21:49:04 +08003136 int i;
3137
hayeswangaa66a5f2014-02-18 21:49:04 +08003138 for (i = 0; i < 50; i++) {
3139 msleep(20);
3140 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
3141 break;
3142 }
3143 }
3144
hayeswangac718b62013-05-02 16:01:25 +00003145out:
hayeswangac718b62013-05-02 16:01:25 +00003146 return ret;
3147}
3148
hayeswangd70b1132014-09-19 15:17:18 +08003149static void rtl8152_up(struct r8152 *tp)
3150{
3151 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3152 return;
3153
hayeswangcda9fb02016-01-07 17:51:12 +08003154 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003155 r8152b_exit_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003156 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003157}
3158
hayeswangac718b62013-05-02 16:01:25 +00003159static void rtl8152_down(struct r8152 *tp)
3160{
hayeswang68714382014-04-11 17:54:31 +08003161 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3162 rtl_drop_queued_tx(tp);
3163 return;
3164 }
3165
hayeswang00a5e362014-02-18 21:48:59 +08003166 r8152_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003167 r8152_aldps_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003168 r8152b_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003169 r8152_aldps_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00003170}
3171
hayeswangd70b1132014-09-19 15:17:18 +08003172static void rtl8153_up(struct r8152 *tp)
3173{
3174 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3175 return;
3176
hayeswangb2143962015-07-24 13:54:23 +08003177 r8153_u1u2en(tp, false);
hayeswang3cb32342017-06-09 17:11:43 +08003178 r8153_u2p3en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003179 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003180 r8153_first_init(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003181 r8153_aldps_en(tp, true);
hayeswang3cb32342017-06-09 17:11:43 +08003182
3183 switch (tp->version) {
3184 case RTL_VER_03:
3185 case RTL_VER_04:
3186 break;
3187 case RTL_VER_05:
3188 case RTL_VER_06:
3189 default:
3190 r8153_u2p3en(tp, true);
3191 break;
3192 }
3193
hayeswangb2143962015-07-24 13:54:23 +08003194 r8153_u1u2en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003195}
3196
hayeswang43779f82014-01-02 11:25:10 +08003197static void rtl8153_down(struct r8152 *tp)
3198{
hayeswang68714382014-04-11 17:54:31 +08003199 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3200 rtl_drop_queued_tx(tp);
3201 return;
3202 }
3203
hayeswangb9702722014-02-18 21:49:00 +08003204 r8153_u1u2en(tp, false);
hayeswangb2143962015-07-24 13:54:23 +08003205 r8153_u2p3en(tp, false);
hayeswangb9702722014-02-18 21:49:00 +08003206 r8153_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003207 r8153_aldps_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003208 r8153_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003209 r8153_aldps_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003210}
3211
hayeswang2dd49e02015-09-07 11:57:44 +08003212static bool rtl8152_in_nway(struct r8152 *tp)
3213{
3214 u16 nway_state;
3215
3216 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, 0x2000);
3217 tp->ocp_base = 0x2000;
3218 ocp_write_byte(tp, MCU_TYPE_PLA, 0xb014, 0x4c); /* phy state */
3219 nway_state = ocp_read_word(tp, MCU_TYPE_PLA, 0xb01a);
3220
3221 /* bit 15: TXDIS_STATE, bit 14: ABD_STATE */
3222 if (nway_state & 0xc000)
3223 return false;
3224 else
3225 return true;
3226}
3227
3228static bool rtl8153_in_nway(struct r8152 *tp)
3229{
3230 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff;
3231
3232 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE)
3233 return false;
3234 else
3235 return true;
3236}
3237
hayeswangac718b62013-05-02 16:01:25 +00003238static void set_carrier(struct r8152 *tp)
3239{
3240 struct net_device *netdev = tp->netdev;
hayeswangce594e92017-03-16 14:32:22 +08003241 struct napi_struct *napi = &tp->napi;
hayeswangac718b62013-05-02 16:01:25 +00003242 u8 speed;
3243
3244 speed = rtl8152_get_speed(tp);
3245
3246 if (speed & LINK_STATUS) {
hayeswang51d979f2015-02-06 11:30:47 +08003247 if (!netif_carrier_ok(netdev)) {
hayeswangc81229c2014-01-02 11:22:42 +08003248 tp->rtl_ops.enable(tp);
hayeswangac718b62013-05-02 16:01:25 +00003249 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswangde9bf292017-01-26 09:38:32 +08003250 netif_stop_queue(netdev);
hayeswangce594e92017-03-16 14:32:22 +08003251 napi_disable(napi);
hayeswangac718b62013-05-02 16:01:25 +00003252 netif_carrier_on(netdev);
hayeswangaa2e0922015-01-09 10:26:35 +08003253 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003254 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003255 netif_wake_queue(netdev);
3256 netif_info(tp, link, netdev, "carrier on\n");
hayeswang2f25abe2017-03-23 19:14:19 +08003257 } else if (netif_queue_stopped(netdev) &&
3258 skb_queue_len(&tp->tx_queue) < tp->tx_qlen) {
3259 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003260 }
3261 } else {
hayeswang51d979f2015-02-06 11:30:47 +08003262 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00003263 netif_carrier_off(netdev);
hayeswangce594e92017-03-16 14:32:22 +08003264 napi_disable(napi);
hayeswangc81229c2014-01-02 11:22:42 +08003265 tp->rtl_ops.disable(tp);
hayeswangce594e92017-03-16 14:32:22 +08003266 napi_enable(napi);
hayeswangde9bf292017-01-26 09:38:32 +08003267 netif_info(tp, link, netdev, "carrier off\n");
hayeswangac718b62013-05-02 16:01:25 +00003268 }
3269 }
hayeswangac718b62013-05-02 16:01:25 +00003270}
3271
3272static void rtl_work_func_t(struct work_struct *work)
3273{
3274 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
3275
hayeswanga1f83fe2014-11-12 10:05:05 +08003276 /* If the device is unplugged or !netif_running(), the workqueue
3277 * doesn't need to wake the device, and could return directly.
3278 */
3279 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
3280 return;
3281
hayeswang9a4be1b2014-02-18 21:49:07 +08003282 if (usb_autopm_get_interface(tp->intf) < 0)
3283 return;
3284
hayeswangac718b62013-05-02 16:01:25 +00003285 if (!test_bit(WORK_ENABLE, &tp->flags))
3286 goto out1;
3287
hayeswangb5403272014-10-09 18:00:26 +08003288 if (!mutex_trylock(&tp->control)) {
3289 schedule_delayed_work(&tp->schedule, 0);
3290 goto out1;
3291 }
3292
hayeswang216a8342016-01-07 17:51:11 +08003293 if (test_and_clear_bit(RTL8152_LINK_CHG, &tp->flags))
hayeswang40a82912013-08-14 20:54:40 +08003294 set_carrier(tp);
hayeswangac718b62013-05-02 16:01:25 +00003295
hayeswang216a8342016-01-07 17:51:11 +08003296 if (test_and_clear_bit(RTL8152_SET_RX_MODE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00003297 _rtl8152_set_rx_mode(tp->netdev);
3298
hayeswangd823ab62015-01-12 12:06:23 +08003299 /* don't schedule napi before linking */
hayeswang216a8342016-01-07 17:51:11 +08003300 if (test_and_clear_bit(SCHEDULE_NAPI, &tp->flags) &&
3301 netif_carrier_ok(tp->netdev))
hayeswangd823ab62015-01-12 12:06:23 +08003302 napi_schedule(&tp->napi);
hayeswangaa66a5f2014-02-18 21:49:04 +08003303
hayeswangb5403272014-10-09 18:00:26 +08003304 mutex_unlock(&tp->control);
3305
hayeswangac718b62013-05-02 16:01:25 +00003306out1:
hayeswang9a4be1b2014-02-18 21:49:07 +08003307 usb_autopm_put_interface(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00003308}
3309
hayeswanga028a9e2016-06-13 17:49:36 +08003310static void rtl_hw_phy_work_func_t(struct work_struct *work)
3311{
3312 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work);
3313
3314 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3315 return;
3316
3317 if (usb_autopm_get_interface(tp->intf) < 0)
3318 return;
3319
3320 mutex_lock(&tp->control);
3321
3322 tp->rtl_ops.hw_phy_cfg(tp);
3323
hayeswangaa7e26b2016-06-13 17:49:38 +08003324 rtl8152_set_speed(tp, tp->autoneg, tp->speed, tp->duplex);
hayeswang9d21c0d2016-06-13 17:49:37 +08003325
hayeswanga028a9e2016-06-13 17:49:36 +08003326 mutex_unlock(&tp->control);
3327
3328 usb_autopm_put_interface(tp->intf);
3329}
3330
hayeswang5ee3c602016-01-07 17:12:17 +08003331#ifdef CONFIG_PM_SLEEP
3332static int rtl_notifier(struct notifier_block *nb, unsigned long action,
3333 void *data)
3334{
3335 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier);
3336
3337 switch (action) {
3338 case PM_HIBERNATION_PREPARE:
3339 case PM_SUSPEND_PREPARE:
3340 usb_autopm_get_interface(tp->intf);
3341 break;
3342
3343 case PM_POST_HIBERNATION:
3344 case PM_POST_SUSPEND:
3345 usb_autopm_put_interface(tp->intf);
3346 break;
3347
3348 case PM_POST_RESTORE:
3349 case PM_RESTORE_PREPARE:
3350 default:
3351 break;
3352 }
3353
3354 return NOTIFY_DONE;
3355}
3356#endif
3357
hayeswangac718b62013-05-02 16:01:25 +00003358static int rtl8152_open(struct net_device *netdev)
3359{
3360 struct r8152 *tp = netdev_priv(netdev);
3361 int res = 0;
3362
hayeswang7e9da482014-02-18 21:49:05 +08003363 res = alloc_all_mem(tp);
3364 if (res)
3365 goto out;
3366
hayeswang9a4be1b2014-02-18 21:49:07 +08003367 res = usb_autopm_get_interface(tp->intf);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003368 if (res < 0)
3369 goto out_free;
hayeswang9a4be1b2014-02-18 21:49:07 +08003370
hayeswangb5403272014-10-09 18:00:26 +08003371 mutex_lock(&tp->control);
3372
hayeswang7e9da482014-02-18 21:49:05 +08003373 tp->rtl_ops.up(tp);
3374
hayeswang40a82912013-08-14 20:54:40 +08003375 netif_carrier_off(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003376 netif_start_queue(netdev);
3377 set_bit(WORK_ENABLE, &tp->flags);
hayeswangdb8515e2014-03-06 15:07:16 +08003378
hayeswang3d55f442014-02-06 11:55:48 +08003379 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3380 if (res) {
3381 if (res == -ENODEV)
3382 netif_device_detach(tp->netdev);
3383 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3384 res);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003385 goto out_unlock;
hayeswang3d55f442014-02-06 11:55:48 +08003386 }
Guenter Roeckca0a7532016-11-09 19:51:25 -08003387 napi_enable(&tp->napi);
hayeswang3d55f442014-02-06 11:55:48 +08003388
hayeswangb5403272014-10-09 18:00:26 +08003389 mutex_unlock(&tp->control);
3390
hayeswang9a4be1b2014-02-18 21:49:07 +08003391 usb_autopm_put_interface(tp->intf);
hayeswang5ee3c602016-01-07 17:12:17 +08003392#ifdef CONFIG_PM_SLEEP
3393 tp->pm_notifier.notifier_call = rtl_notifier;
3394 register_pm_notifier(&tp->pm_notifier);
3395#endif
Guenter Roeckca0a7532016-11-09 19:51:25 -08003396 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003397
Guenter Roeckca0a7532016-11-09 19:51:25 -08003398out_unlock:
3399 mutex_unlock(&tp->control);
3400 usb_autopm_put_interface(tp->intf);
3401out_free:
3402 free_all_mem(tp);
hayeswang7e9da482014-02-18 21:49:05 +08003403out:
hayeswangac718b62013-05-02 16:01:25 +00003404 return res;
3405}
3406
3407static int rtl8152_close(struct net_device *netdev)
3408{
3409 struct r8152 *tp = netdev_priv(netdev);
3410 int res = 0;
3411
hayeswang5ee3c602016-01-07 17:12:17 +08003412#ifdef CONFIG_PM_SLEEP
3413 unregister_pm_notifier(&tp->pm_notifier);
3414#endif
hayeswangd823ab62015-01-12 12:06:23 +08003415 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003416 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang3d55f442014-02-06 11:55:48 +08003417 usb_kill_urb(tp->intr_urb);
hayeswangac718b62013-05-02 16:01:25 +00003418 cancel_delayed_work_sync(&tp->schedule);
3419 netif_stop_queue(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003420
3421 res = usb_autopm_get_interface(tp->intf);
hayeswang53543db2015-02-06 11:30:48 +08003422 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003423 rtl_drop_queued_tx(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003424 rtl_stop_rx(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003425 } else {
hayeswangb5403272014-10-09 18:00:26 +08003426 mutex_lock(&tp->control);
3427
hayeswang9a4be1b2014-02-18 21:49:07 +08003428 tp->rtl_ops.down(tp);
hayeswangb5403272014-10-09 18:00:26 +08003429
3430 mutex_unlock(&tp->control);
3431
hayeswang9a4be1b2014-02-18 21:49:07 +08003432 usb_autopm_put_interface(tp->intf);
3433 }
hayeswangac718b62013-05-02 16:01:25 +00003434
hayeswang7e9da482014-02-18 21:49:05 +08003435 free_all_mem(tp);
3436
hayeswangac718b62013-05-02 16:01:25 +00003437 return res;
3438}
3439
hayeswang4f1d4d52014-03-11 16:24:19 +08003440static void rtl_tally_reset(struct r8152 *tp)
3441{
3442 u32 ocp_data;
3443
3444 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3445 ocp_data |= TALLY_RESET;
3446 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3447}
3448
hayeswangac718b62013-05-02 16:01:25 +00003449static void r8152b_init(struct r8152 *tp)
3450{
hayeswangebc2ec482013-08-14 20:54:38 +08003451 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003452 u16 data;
hayeswangac718b62013-05-02 16:01:25 +00003453
hayeswang68714382014-04-11 17:54:31 +08003454 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3455 return;
3456
hayeswang2dd436d2016-09-20 16:22:06 +08003457 data = r8152_mdio_read(tp, MII_BMCR);
3458 if (data & BMCR_PDOWN) {
3459 data &= ~BMCR_PDOWN;
3460 r8152_mdio_write(tp, MII_BMCR, data);
3461 }
3462
hayeswangcda9fb02016-01-07 17:51:12 +08003463 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003464
hayeswangac718b62013-05-02 16:01:25 +00003465 if (tp->version == RTL_VER_01) {
3466 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3467 ocp_data &= ~LED_MODE_MASK;
3468 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3469 }
3470
hayeswang00a5e362014-02-18 21:48:59 +08003471 r8152_power_cut_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003472
hayeswangac718b62013-05-02 16:01:25 +00003473 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3474 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
3475 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3476 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
3477 ocp_data &= ~MCU_CLK_RATIO_MASK;
3478 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
3479 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
3480 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
3481 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
3482 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
3483
hayeswang4f1d4d52014-03-11 16:24:19 +08003484 rtl_tally_reset(tp);
hayeswangac718b62013-05-02 16:01:25 +00003485
hayeswangebc2ec482013-08-14 20:54:38 +08003486 /* enable rx aggregation */
hayeswangac718b62013-05-02 16:01:25 +00003487 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08003488 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswangac718b62013-05-02 16:01:25 +00003489 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
3490}
3491
hayeswang43779f82014-01-02 11:25:10 +08003492static void r8153_init(struct r8152 *tp)
3493{
3494 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003495 u16 data;
hayeswang43779f82014-01-02 11:25:10 +08003496 int i;
3497
hayeswang68714382014-04-11 17:54:31 +08003498 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3499 return;
3500
hayeswangb9702722014-02-18 21:49:00 +08003501 r8153_u1u2en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003502
3503 for (i = 0; i < 500; i++) {
3504 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
3505 AUTOLOAD_DONE)
3506 break;
3507 msleep(20);
3508 }
3509
hayeswangc564b872017-06-09 17:11:38 +08003510 data = r8153_phy_status(tp, 0);
hayeswang43779f82014-01-02 11:25:10 +08003511
hayeswang2dd436d2016-09-20 16:22:06 +08003512 if (tp->version == RTL_VER_03 || tp->version == RTL_VER_04 ||
3513 tp->version == RTL_VER_05)
3514 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
3515
3516 data = r8152_mdio_read(tp, MII_BMCR);
3517 if (data & BMCR_PDOWN) {
3518 data &= ~BMCR_PDOWN;
3519 r8152_mdio_write(tp, MII_BMCR, data);
3520 }
3521
hayeswangc564b872017-06-09 17:11:38 +08003522 data = r8153_phy_status(tp, PHY_STAT_LAN_ON);
hayeswang2dd436d2016-09-20 16:22:06 +08003523
hayeswangb9702722014-02-18 21:49:00 +08003524 r8153_u2p3en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003525
hayeswang65bab842015-02-12 16:20:46 +08003526 if (tp->version == RTL_VER_04) {
3527 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2);
3528 ocp_data &= ~pwd_dn_scale_mask;
3529 ocp_data |= pwd_dn_scale(96);
3530 ocp_write_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2, ocp_data);
3531
3532 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_USB2PHY);
3533 ocp_data |= USB2PHY_L1 | USB2PHY_SUSPEND;
3534 ocp_write_byte(tp, MCU_TYPE_USB, USB_USB2PHY, ocp_data);
3535 } else if (tp->version == RTL_VER_05) {
3536 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0);
3537 ocp_data &= ~ECM_ALDPS;
3538 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0, ocp_data);
3539
3540 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3541 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3542 ocp_data &= ~DYNAMIC_BURST;
3543 else
3544 ocp_data |= DYNAMIC_BURST;
3545 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswangfb02eb42015-07-22 15:27:41 +08003546 } else if (tp->version == RTL_VER_06) {
3547 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3548 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3549 ocp_data &= ~DYNAMIC_BURST;
3550 else
3551 ocp_data |= DYNAMIC_BURST;
3552 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswang65bab842015-02-12 16:20:46 +08003553 }
3554
3555 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2);
3556 ocp_data |= EP4_FULL_FC;
3557 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2, ocp_data);
3558
hayeswang43779f82014-01-02 11:25:10 +08003559 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
3560 ocp_data &= ~TIMER11_EN;
3561 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
3562
hayeswang43779f82014-01-02 11:25:10 +08003563 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3564 ocp_data &= ~LED_MODE_MASK;
3565 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3566
hayeswang65bab842015-02-12 16:20:46 +08003567 ocp_data = FIFO_EMPTY_1FB | ROK_EXIT_LPM;
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02003568 if (tp->version == RTL_VER_04 && tp->udev->speed < USB_SPEED_SUPER)
hayeswang43779f82014-01-02 11:25:10 +08003569 ocp_data |= LPM_TIMER_500MS;
hayeswang34203e22015-02-06 11:30:46 +08003570 else
3571 ocp_data |= LPM_TIMER_500US;
hayeswang43779f82014-01-02 11:25:10 +08003572 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
3573
3574 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
3575 ocp_data &= ~SEN_VAL_MASK;
3576 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
3577 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
3578
hayeswang65bab842015-02-12 16:20:46 +08003579 ocp_write_word(tp, MCU_TYPE_USB, USB_CONNECT_TIMER, 0x0001);
3580
hayeswangb9702722014-02-18 21:49:00 +08003581 r8153_power_cut_en(tp, false);
3582 r8153_u1u2en(tp, true);
hayeswang134f98b2017-06-09 17:11:40 +08003583 r8153_mac_clk_spd(tp, false);
hayeswangee4761c2017-06-09 17:11:39 +08003584 usb_enable_lpm(tp->udev);
hayeswang43779f82014-01-02 11:25:10 +08003585
hayeswange31f6362017-06-09 17:11:41 +08003586 /* rx aggregation */
3587 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
3588 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
3589 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08003590
hayeswang4f1d4d52014-03-11 16:24:19 +08003591 rtl_tally_reset(tp);
hayeswang49d10342017-06-09 17:11:44 +08003592
3593 switch (tp->udev->speed) {
3594 case USB_SPEED_SUPER:
3595 case USB_SPEED_SUPER_PLUS:
3596 tp->coalesce = COALESCE_SUPER;
3597 break;
3598 case USB_SPEED_HIGH:
3599 tp->coalesce = COALESCE_HIGH;
3600 break;
3601 default:
3602 tp->coalesce = COALESCE_SLOW;
3603 break;
3604 }
hayeswang43779f82014-01-02 11:25:10 +08003605}
3606
hayeswange5011392015-07-29 20:39:08 +08003607static int rtl8152_pre_reset(struct usb_interface *intf)
3608{
3609 struct r8152 *tp = usb_get_intfdata(intf);
3610 struct net_device *netdev;
3611
3612 if (!tp)
3613 return 0;
3614
3615 netdev = tp->netdev;
3616 if (!netif_running(netdev))
3617 return 0;
3618
hayeswangde9bf292017-01-26 09:38:32 +08003619 netif_stop_queue(netdev);
hayeswange5011392015-07-29 20:39:08 +08003620 napi_disable(&tp->napi);
3621 clear_bit(WORK_ENABLE, &tp->flags);
3622 usb_kill_urb(tp->intr_urb);
3623 cancel_delayed_work_sync(&tp->schedule);
3624 if (netif_carrier_ok(netdev)) {
hayeswange5011392015-07-29 20:39:08 +08003625 mutex_lock(&tp->control);
3626 tp->rtl_ops.disable(tp);
3627 mutex_unlock(&tp->control);
3628 }
3629
3630 return 0;
3631}
3632
3633static int rtl8152_post_reset(struct usb_interface *intf)
3634{
3635 struct r8152 *tp = usb_get_intfdata(intf);
3636 struct net_device *netdev;
3637
3638 if (!tp)
3639 return 0;
3640
3641 netdev = tp->netdev;
3642 if (!netif_running(netdev))
3643 return 0;
3644
3645 set_bit(WORK_ENABLE, &tp->flags);
3646 if (netif_carrier_ok(netdev)) {
3647 mutex_lock(&tp->control);
3648 tp->rtl_ops.enable(tp);
hayeswang2c561b22017-01-20 14:33:55 +08003649 rtl_start_rx(tp);
hayeswange5011392015-07-29 20:39:08 +08003650 rtl8152_set_rx_mode(netdev);
3651 mutex_unlock(&tp->control);
hayeswange5011392015-07-29 20:39:08 +08003652 }
3653
3654 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003655 netif_wake_queue(netdev);
hayeswang2c561b22017-01-20 14:33:55 +08003656 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswange5011392015-07-29 20:39:08 +08003657
hayeswang7489bda2017-01-26 09:38:34 +08003658 if (!list_empty(&tp->rx_done))
3659 napi_schedule(&tp->napi);
hayeswange5011392015-07-29 20:39:08 +08003660
3661 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003662}
3663
hayeswang2dd49e02015-09-07 11:57:44 +08003664static bool delay_autosuspend(struct r8152 *tp)
3665{
3666 bool sw_linking = !!netif_carrier_ok(tp->netdev);
3667 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS);
3668
3669 /* This means a linking change occurs and the driver doesn't detect it,
3670 * yet. If the driver has disabled tx/rx and hw is linking on, the
3671 * device wouldn't wake up by receiving any packet.
3672 */
3673 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
3674 return true;
3675
3676 /* If the linking down is occurred by nway, the device may miss the
3677 * linking change event. And it wouldn't wake when linking on.
3678 */
3679 if (!sw_linking && tp->rtl_ops.in_nway(tp))
3680 return true;
hayeswang6a0b76c2017-01-23 14:18:43 +08003681 else if (!skb_queue_empty(&tp->tx_queue))
3682 return true;
hayeswang2dd49e02015-09-07 11:57:44 +08003683 else
3684 return false;
3685}
3686
hayeswanga9c54ad2017-01-25 13:41:45 +08003687static int rtl8152_runtime_suspend(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00003688{
hayeswang6cc69f22014-10-17 16:55:08 +08003689 struct net_device *netdev = tp->netdev;
3690 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +00003691
hayeswang26afec32017-01-26 09:38:31 +08003692 set_bit(SELECTIVE_SUSPEND, &tp->flags);
3693 smp_mb__after_atomic();
3694
hayeswang8fb28062017-01-10 17:04:06 +08003695 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswang75dc6922017-01-10 17:04:07 +08003696 u32 rcr = 0;
3697
hayeswang8fb28062017-01-10 17:04:06 +08003698 if (delay_autosuspend(tp)) {
hayeswang26afec32017-01-26 09:38:31 +08003699 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3700 smp_mb__after_atomic();
hayeswang6cc69f22014-10-17 16:55:08 +08003701 ret = -EBUSY;
3702 goto out1;
3703 }
hayeswangac718b62013-05-02 16:01:25 +00003704
hayeswang75dc6922017-01-10 17:04:07 +08003705 if (netif_carrier_ok(netdev)) {
3706 u32 ocp_data;
3707
3708 rcr = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3709 ocp_data = rcr & ~RCR_ACPT_ALL;
3710 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3711 rxdy_gated_en(tp, true);
3712 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA,
3713 PLA_OOB_CTRL);
3714 if (!(ocp_data & RXFIFO_EMPTY)) {
3715 rxdy_gated_en(tp, false);
3716 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswang26afec32017-01-26 09:38:31 +08003717 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3718 smp_mb__after_atomic();
hayeswang75dc6922017-01-10 17:04:07 +08003719 ret = -EBUSY;
3720 goto out1;
3721 }
3722 }
3723
hayeswang8fb28062017-01-10 17:04:06 +08003724 clear_bit(WORK_ENABLE, &tp->flags);
3725 usb_kill_urb(tp->intr_urb);
hayeswang75dc6922017-01-10 17:04:07 +08003726
hayeswang8fb28062017-01-10 17:04:06 +08003727 tp->rtl_ops.autosuspend_en(tp, true);
hayeswang75dc6922017-01-10 17:04:07 +08003728
3729 if (netif_carrier_ok(netdev)) {
hayeswangce594e92017-03-16 14:32:22 +08003730 struct napi_struct *napi = &tp->napi;
3731
3732 napi_disable(napi);
hayeswang75dc6922017-01-10 17:04:07 +08003733 rtl_stop_rx(tp);
3734 rxdy_gated_en(tp, false);
3735 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswangce594e92017-03-16 14:32:22 +08003736 napi_enable(napi);
hayeswang75dc6922017-01-10 17:04:07 +08003737 }
hayeswang6cc69f22014-10-17 16:55:08 +08003738 }
3739
hayeswang8fb28062017-01-10 17:04:06 +08003740out1:
3741 return ret;
3742}
3743
3744static int rtl8152_system_suspend(struct r8152 *tp)
3745{
3746 struct net_device *netdev = tp->netdev;
3747 int ret = 0;
3748
3749 netif_device_detach(netdev);
3750
hayeswange3bd1a82014-10-29 11:12:17 +08003751 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003752 struct napi_struct *napi = &tp->napi;
3753
hayeswangac718b62013-05-02 16:01:25 +00003754 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08003755 usb_kill_urb(tp->intr_urb);
hayeswangce594e92017-03-16 14:32:22 +08003756 napi_disable(napi);
hayeswang8fb28062017-01-10 17:04:06 +08003757 cancel_delayed_work_sync(&tp->schedule);
3758 tp->rtl_ops.down(tp);
hayeswangce594e92017-03-16 14:32:22 +08003759 napi_enable(napi);
hayeswangac718b62013-05-02 16:01:25 +00003760 }
hayeswang8fb28062017-01-10 17:04:06 +08003761
3762 return ret;
3763}
3764
3765static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
3766{
3767 struct r8152 *tp = usb_get_intfdata(intf);
3768 int ret;
3769
3770 mutex_lock(&tp->control);
3771
3772 if (PMSG_IS_AUTO(message))
hayeswanga9c54ad2017-01-25 13:41:45 +08003773 ret = rtl8152_runtime_suspend(tp);
hayeswang8fb28062017-01-10 17:04:06 +08003774 else
3775 ret = rtl8152_system_suspend(tp);
3776
hayeswangb5403272014-10-09 18:00:26 +08003777 mutex_unlock(&tp->control);
3778
hayeswang6cc69f22014-10-17 16:55:08 +08003779 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003780}
3781
3782static int rtl8152_resume(struct usb_interface *intf)
3783{
3784 struct r8152 *tp = usb_get_intfdata(intf);
hayeswangce594e92017-03-16 14:32:22 +08003785 struct net_device *netdev = tp->netdev;
hayeswangac718b62013-05-02 16:01:25 +00003786
hayeswangb5403272014-10-09 18:00:26 +08003787 mutex_lock(&tp->control);
3788
hayeswangbefb2de2017-06-09 17:11:45 +08003789 if (!test_bit(SELECTIVE_SUSPEND, &tp->flags))
hayeswangce594e92017-03-16 14:32:22 +08003790 netif_device_attach(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003791
hayeswangce594e92017-03-16 14:32:22 +08003792 if (netif_running(netdev) && netdev->flags & IFF_UP) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003793 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003794 struct napi_struct *napi = &tp->napi;
3795
hayeswang2609af12016-07-05 16:11:46 +08003796 tp->rtl_ops.autosuspend_en(tp, false);
hayeswangce594e92017-03-16 14:32:22 +08003797 napi_disable(napi);
hayeswang445f7f42014-09-23 16:31:47 +08003798 set_bit(WORK_ENABLE, &tp->flags);
David S. Miller6f14f442017-04-06 07:25:07 -07003799 if (netif_carrier_ok(netdev)) {
hayeswang2f25abe2017-03-23 19:14:19 +08003800 if (rtl8152_get_speed(tp) & LINK_STATUS) {
3801 rtl_start_rx(tp);
3802 } else {
David S. Miller6f14f442017-04-06 07:25:07 -07003803 netif_carrier_off(netdev);
hayeswang2f25abe2017-03-23 19:14:19 +08003804 tp->rtl_ops.disable(tp);
David S. Miller6f14f442017-04-06 07:25:07 -07003805 netif_info(tp, link, netdev,
hayeswang2f25abe2017-03-23 19:14:19 +08003806 "linking down\n");
3807 }
3808 }
hayeswangce594e92017-03-16 14:32:22 +08003809 napi_enable(napi);
hayeswang26afec32017-01-26 09:38:31 +08003810 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3811 smp_mb__after_atomic();
hayeswang7489bda2017-01-26 09:38:34 +08003812 if (!list_empty(&tp->rx_done))
3813 napi_schedule(&tp->napi);
hayeswang9a4be1b2014-02-18 21:49:07 +08003814 } else {
3815 tp->rtl_ops.up(tp);
hayeswangce594e92017-03-16 14:32:22 +08003816 netif_carrier_off(netdev);
hayeswang445f7f42014-09-23 16:31:47 +08003817 set_bit(WORK_ENABLE, &tp->flags);
hayeswang9a4be1b2014-02-18 21:49:07 +08003818 }
hayeswang40a82912013-08-14 20:54:40 +08003819 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswang923e1ee2014-10-29 11:12:15 +08003820 } else if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003821 if (netdev->flags & IFF_UP)
hayeswang2609af12016-07-05 16:11:46 +08003822 tp->rtl_ops.autosuspend_en(tp, false);
hayeswang923e1ee2014-10-29 11:12:15 +08003823 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangac718b62013-05-02 16:01:25 +00003824 }
3825
hayeswangb5403272014-10-09 18:00:26 +08003826 mutex_unlock(&tp->control);
3827
hayeswangac718b62013-05-02 16:01:25 +00003828 return 0;
3829}
3830
hayeswang7ec25412016-01-04 14:38:46 +08003831static int rtl8152_reset_resume(struct usb_interface *intf)
3832{
3833 struct r8152 *tp = usb_get_intfdata(intf);
3834
3835 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangbefb2de2017-06-09 17:11:45 +08003836 mutex_lock(&tp->control);
3837 tp->rtl_ops.init(tp);
3838 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
3839 mutex_unlock(&tp->control);
hayeswang7ec25412016-01-04 14:38:46 +08003840 return rtl8152_resume(intf);
3841}
3842
hayeswang21ff2e82014-02-18 21:49:06 +08003843static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3844{
3845 struct r8152 *tp = netdev_priv(dev);
3846
hayeswang9a4be1b2014-02-18 21:49:07 +08003847 if (usb_autopm_get_interface(tp->intf) < 0)
3848 return;
3849
hayeswang7daed8d2015-07-24 13:54:24 +08003850 if (!rtl_can_wakeup(tp)) {
3851 wol->supported = 0;
3852 wol->wolopts = 0;
3853 } else {
3854 mutex_lock(&tp->control);
3855 wol->supported = WAKE_ANY;
3856 wol->wolopts = __rtl_get_wol(tp);
3857 mutex_unlock(&tp->control);
3858 }
hayeswangb5403272014-10-09 18:00:26 +08003859
hayeswang9a4be1b2014-02-18 21:49:07 +08003860 usb_autopm_put_interface(tp->intf);
hayeswang21ff2e82014-02-18 21:49:06 +08003861}
3862
3863static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3864{
3865 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003866 int ret;
3867
hayeswang7daed8d2015-07-24 13:54:24 +08003868 if (!rtl_can_wakeup(tp))
3869 return -EOPNOTSUPP;
3870
hayeswang9a4be1b2014-02-18 21:49:07 +08003871 ret = usb_autopm_get_interface(tp->intf);
3872 if (ret < 0)
3873 goto out_set_wol;
hayeswang21ff2e82014-02-18 21:49:06 +08003874
hayeswangb5403272014-10-09 18:00:26 +08003875 mutex_lock(&tp->control);
3876
hayeswang21ff2e82014-02-18 21:49:06 +08003877 __rtl_set_wol(tp, wol->wolopts);
3878 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
3879
hayeswangb5403272014-10-09 18:00:26 +08003880 mutex_unlock(&tp->control);
3881
hayeswang9a4be1b2014-02-18 21:49:07 +08003882 usb_autopm_put_interface(tp->intf);
3883
3884out_set_wol:
3885 return ret;
hayeswang21ff2e82014-02-18 21:49:06 +08003886}
3887
hayeswanga5ec27c2014-02-18 21:49:11 +08003888static u32 rtl8152_get_msglevel(struct net_device *dev)
3889{
3890 struct r8152 *tp = netdev_priv(dev);
3891
3892 return tp->msg_enable;
3893}
3894
3895static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
3896{
3897 struct r8152 *tp = netdev_priv(dev);
3898
3899 tp->msg_enable = value;
3900}
3901
hayeswangac718b62013-05-02 16:01:25 +00003902static void rtl8152_get_drvinfo(struct net_device *netdev,
3903 struct ethtool_drvinfo *info)
3904{
3905 struct r8152 *tp = netdev_priv(netdev);
3906
hayeswangb0b46c72014-08-26 10:08:23 +08003907 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
3908 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
hayeswangac718b62013-05-02 16:01:25 +00003909 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
3910}
3911
3912static
Philippe Reynes06144dc2017-03-12 22:41:58 +01003913int rtl8152_get_link_ksettings(struct net_device *netdev,
3914 struct ethtool_link_ksettings *cmd)
hayeswangac718b62013-05-02 16:01:25 +00003915{
3916 struct r8152 *tp = netdev_priv(netdev);
hayeswang8d4a4d72014-10-09 18:00:25 +08003917 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003918
3919 if (!tp->mii.mdio_read)
3920 return -EOPNOTSUPP;
3921
hayeswang8d4a4d72014-10-09 18:00:25 +08003922 ret = usb_autopm_get_interface(tp->intf);
3923 if (ret < 0)
3924 goto out;
3925
hayeswangb5403272014-10-09 18:00:26 +08003926 mutex_lock(&tp->control);
3927
yuval.shaia@oracle.com82c01a82017-06-04 20:22:00 +03003928 mii_ethtool_get_link_ksettings(&tp->mii, cmd);
hayeswang8d4a4d72014-10-09 18:00:25 +08003929
hayeswangb5403272014-10-09 18:00:26 +08003930 mutex_unlock(&tp->control);
3931
hayeswang8d4a4d72014-10-09 18:00:25 +08003932 usb_autopm_put_interface(tp->intf);
3933
3934out:
3935 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003936}
3937
Philippe Reynes06144dc2017-03-12 22:41:58 +01003938static int rtl8152_set_link_ksettings(struct net_device *dev,
3939 const struct ethtool_link_ksettings *cmd)
hayeswangac718b62013-05-02 16:01:25 +00003940{
3941 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003942 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003943
hayeswang9a4be1b2014-02-18 21:49:07 +08003944 ret = usb_autopm_get_interface(tp->intf);
3945 if (ret < 0)
3946 goto out;
3947
hayeswangb5403272014-10-09 18:00:26 +08003948 mutex_lock(&tp->control);
3949
Philippe Reynes06144dc2017-03-12 22:41:58 +01003950 ret = rtl8152_set_speed(tp, cmd->base.autoneg, cmd->base.speed,
3951 cmd->base.duplex);
hayeswangaa7e26b2016-06-13 17:49:38 +08003952 if (!ret) {
Philippe Reynes06144dc2017-03-12 22:41:58 +01003953 tp->autoneg = cmd->base.autoneg;
3954 tp->speed = cmd->base.speed;
3955 tp->duplex = cmd->base.duplex;
hayeswangaa7e26b2016-06-13 17:49:38 +08003956 }
hayeswang9a4be1b2014-02-18 21:49:07 +08003957
hayeswangb5403272014-10-09 18:00:26 +08003958 mutex_unlock(&tp->control);
3959
hayeswang9a4be1b2014-02-18 21:49:07 +08003960 usb_autopm_put_interface(tp->intf);
3961
3962out:
3963 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003964}
3965
hayeswang4f1d4d52014-03-11 16:24:19 +08003966static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
3967 "tx_packets",
3968 "rx_packets",
3969 "tx_errors",
3970 "rx_errors",
3971 "rx_missed",
3972 "align_errors",
3973 "tx_single_collisions",
3974 "tx_multi_collisions",
3975 "rx_unicast",
3976 "rx_broadcast",
3977 "rx_multicast",
3978 "tx_aborted",
3979 "tx_underrun",
3980};
3981
3982static int rtl8152_get_sset_count(struct net_device *dev, int sset)
3983{
3984 switch (sset) {
3985 case ETH_SS_STATS:
3986 return ARRAY_SIZE(rtl8152_gstrings);
3987 default:
3988 return -EOPNOTSUPP;
3989 }
3990}
3991
3992static void rtl8152_get_ethtool_stats(struct net_device *dev,
3993 struct ethtool_stats *stats, u64 *data)
3994{
3995 struct r8152 *tp = netdev_priv(dev);
3996 struct tally_counter tally;
3997
hayeswang0b030242014-07-08 14:49:28 +08003998 if (usb_autopm_get_interface(tp->intf) < 0)
3999 return;
4000
hayeswang4f1d4d52014-03-11 16:24:19 +08004001 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
4002
hayeswang0b030242014-07-08 14:49:28 +08004003 usb_autopm_put_interface(tp->intf);
4004
hayeswang4f1d4d52014-03-11 16:24:19 +08004005 data[0] = le64_to_cpu(tally.tx_packets);
4006 data[1] = le64_to_cpu(tally.rx_packets);
4007 data[2] = le64_to_cpu(tally.tx_errors);
4008 data[3] = le32_to_cpu(tally.rx_errors);
4009 data[4] = le16_to_cpu(tally.rx_missed);
4010 data[5] = le16_to_cpu(tally.align_errors);
4011 data[6] = le32_to_cpu(tally.tx_one_collision);
4012 data[7] = le32_to_cpu(tally.tx_multi_collision);
4013 data[8] = le64_to_cpu(tally.rx_unicast);
4014 data[9] = le64_to_cpu(tally.rx_broadcast);
4015 data[10] = le32_to_cpu(tally.rx_multicast);
4016 data[11] = le16_to_cpu(tally.tx_aborted);
hayeswangf37119c2014-10-28 14:05:51 +08004017 data[12] = le16_to_cpu(tally.tx_underrun);
hayeswang4f1d4d52014-03-11 16:24:19 +08004018}
4019
4020static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
4021{
4022 switch (stringset) {
4023 case ETH_SS_STATS:
4024 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
4025 break;
4026 }
4027}
4028
hayeswangdf35d282014-09-25 20:54:02 +08004029static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
4030{
4031 u32 ocp_data, lp, adv, supported = 0;
4032 u16 val;
4033
4034 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
4035 supported = mmd_eee_cap_to_ethtool_sup_t(val);
4036
4037 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
4038 adv = mmd_eee_adv_to_ethtool_adv_t(val);
4039
4040 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
4041 lp = mmd_eee_adv_to_ethtool_adv_t(val);
4042
4043 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4044 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4045
4046 eee->eee_enabled = !!ocp_data;
4047 eee->eee_active = !!(supported & adv & lp);
4048 eee->supported = supported;
4049 eee->advertised = adv;
4050 eee->lp_advertised = lp;
4051
4052 return 0;
4053}
4054
4055static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4056{
4057 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4058
4059 r8152_eee_en(tp, eee->eee_enabled);
4060
4061 if (!eee->eee_enabled)
4062 val = 0;
4063
4064 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
4065
4066 return 0;
4067}
4068
4069static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
4070{
4071 u32 ocp_data, lp, adv, supported = 0;
4072 u16 val;
4073
4074 val = ocp_reg_read(tp, OCP_EEE_ABLE);
4075 supported = mmd_eee_cap_to_ethtool_sup_t(val);
4076
4077 val = ocp_reg_read(tp, OCP_EEE_ADV);
4078 adv = mmd_eee_adv_to_ethtool_adv_t(val);
4079
4080 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
4081 lp = mmd_eee_adv_to_ethtool_adv_t(val);
4082
4083 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4084 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4085
4086 eee->eee_enabled = !!ocp_data;
4087 eee->eee_active = !!(supported & adv & lp);
4088 eee->supported = supported;
4089 eee->advertised = adv;
4090 eee->lp_advertised = lp;
4091
4092 return 0;
4093}
4094
4095static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4096{
4097 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4098
4099 r8153_eee_en(tp, eee->eee_enabled);
4100
4101 if (!eee->eee_enabled)
4102 val = 0;
4103
4104 ocp_reg_write(tp, OCP_EEE_ADV, val);
4105
4106 return 0;
4107}
4108
4109static int
4110rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
4111{
4112 struct r8152 *tp = netdev_priv(net);
4113 int ret;
4114
4115 ret = usb_autopm_get_interface(tp->intf);
4116 if (ret < 0)
4117 goto out;
4118
hayeswangb5403272014-10-09 18:00:26 +08004119 mutex_lock(&tp->control);
4120
hayeswangdf35d282014-09-25 20:54:02 +08004121 ret = tp->rtl_ops.eee_get(tp, edata);
4122
hayeswangb5403272014-10-09 18:00:26 +08004123 mutex_unlock(&tp->control);
4124
hayeswangdf35d282014-09-25 20:54:02 +08004125 usb_autopm_put_interface(tp->intf);
4126
4127out:
4128 return ret;
4129}
4130
4131static int
4132rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
4133{
4134 struct r8152 *tp = netdev_priv(net);
4135 int ret;
4136
4137 ret = usb_autopm_get_interface(tp->intf);
4138 if (ret < 0)
4139 goto out;
4140
hayeswangb5403272014-10-09 18:00:26 +08004141 mutex_lock(&tp->control);
4142
hayeswangdf35d282014-09-25 20:54:02 +08004143 ret = tp->rtl_ops.eee_set(tp, edata);
hayeswang9d31a7b2014-10-06 10:36:04 +08004144 if (!ret)
4145 ret = mii_nway_restart(&tp->mii);
hayeswangdf35d282014-09-25 20:54:02 +08004146
hayeswangb5403272014-10-09 18:00:26 +08004147 mutex_unlock(&tp->control);
4148
hayeswangdf35d282014-09-25 20:54:02 +08004149 usb_autopm_put_interface(tp->intf);
4150
4151out:
4152 return ret;
4153}
4154
hayeswang8884f502014-10-28 14:05:52 +08004155static int rtl8152_nway_reset(struct net_device *dev)
4156{
4157 struct r8152 *tp = netdev_priv(dev);
4158 int ret;
4159
4160 ret = usb_autopm_get_interface(tp->intf);
4161 if (ret < 0)
4162 goto out;
4163
4164 mutex_lock(&tp->control);
4165
4166 ret = mii_nway_restart(&tp->mii);
4167
4168 mutex_unlock(&tp->control);
4169
4170 usb_autopm_put_interface(tp->intf);
4171
4172out:
4173 return ret;
4174}
4175
hayeswangefb3dd82015-02-12 14:33:48 +08004176static int rtl8152_get_coalesce(struct net_device *netdev,
4177 struct ethtool_coalesce *coalesce)
4178{
4179 struct r8152 *tp = netdev_priv(netdev);
4180
4181 switch (tp->version) {
4182 case RTL_VER_01:
4183 case RTL_VER_02:
4184 return -EOPNOTSUPP;
4185 default:
4186 break;
4187 }
4188
4189 coalesce->rx_coalesce_usecs = tp->coalesce;
4190
4191 return 0;
4192}
4193
4194static int rtl8152_set_coalesce(struct net_device *netdev,
4195 struct ethtool_coalesce *coalesce)
4196{
4197 struct r8152 *tp = netdev_priv(netdev);
4198 int ret;
4199
4200 switch (tp->version) {
4201 case RTL_VER_01:
4202 case RTL_VER_02:
4203 return -EOPNOTSUPP;
4204 default:
4205 break;
4206 }
4207
4208 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW)
4209 return -EINVAL;
4210
4211 ret = usb_autopm_get_interface(tp->intf);
4212 if (ret < 0)
4213 return ret;
4214
4215 mutex_lock(&tp->control);
4216
4217 if (tp->coalesce != coalesce->rx_coalesce_usecs) {
4218 tp->coalesce = coalesce->rx_coalesce_usecs;
4219
4220 if (netif_running(tp->netdev) && netif_carrier_ok(netdev))
4221 r8153_set_rx_early_timeout(tp);
4222 }
4223
4224 mutex_unlock(&tp->control);
4225
4226 usb_autopm_put_interface(tp->intf);
4227
4228 return ret;
4229}
4230
Julia Lawall407a4712016-09-01 00:21:22 +02004231static const struct ethtool_ops ops = {
hayeswangac718b62013-05-02 16:01:25 +00004232 .get_drvinfo = rtl8152_get_drvinfo,
hayeswangac718b62013-05-02 16:01:25 +00004233 .get_link = ethtool_op_get_link,
hayeswang8884f502014-10-28 14:05:52 +08004234 .nway_reset = rtl8152_nway_reset,
hayeswanga5ec27c2014-02-18 21:49:11 +08004235 .get_msglevel = rtl8152_get_msglevel,
4236 .set_msglevel = rtl8152_set_msglevel,
hayeswang21ff2e82014-02-18 21:49:06 +08004237 .get_wol = rtl8152_get_wol,
4238 .set_wol = rtl8152_set_wol,
hayeswang4f1d4d52014-03-11 16:24:19 +08004239 .get_strings = rtl8152_get_strings,
4240 .get_sset_count = rtl8152_get_sset_count,
4241 .get_ethtool_stats = rtl8152_get_ethtool_stats,
hayeswangefb3dd82015-02-12 14:33:48 +08004242 .get_coalesce = rtl8152_get_coalesce,
4243 .set_coalesce = rtl8152_set_coalesce,
hayeswangdf35d282014-09-25 20:54:02 +08004244 .get_eee = rtl_ethtool_get_eee,
4245 .set_eee = rtl_ethtool_set_eee,
Philippe Reynes06144dc2017-03-12 22:41:58 +01004246 .get_link_ksettings = rtl8152_get_link_ksettings,
4247 .set_link_ksettings = rtl8152_set_link_ksettings,
hayeswangac718b62013-05-02 16:01:25 +00004248};
4249
4250static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
4251{
4252 struct r8152 *tp = netdev_priv(netdev);
4253 struct mii_ioctl_data *data = if_mii(rq);
hayeswang9a4be1b2014-02-18 21:49:07 +08004254 int res;
4255
hayeswang68714382014-04-11 17:54:31 +08004256 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4257 return -ENODEV;
4258
hayeswang9a4be1b2014-02-18 21:49:07 +08004259 res = usb_autopm_get_interface(tp->intf);
4260 if (res < 0)
4261 goto out;
hayeswangac718b62013-05-02 16:01:25 +00004262
4263 switch (cmd) {
4264 case SIOCGMIIPHY:
4265 data->phy_id = R8152_PHY_ID; /* Internal PHY */
4266 break;
4267
4268 case SIOCGMIIREG:
hayeswangb5403272014-10-09 18:00:26 +08004269 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004270 data->val_out = r8152_mdio_read(tp, data->reg_num);
hayeswangb5403272014-10-09 18:00:26 +08004271 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004272 break;
4273
4274 case SIOCSMIIREG:
4275 if (!capable(CAP_NET_ADMIN)) {
4276 res = -EPERM;
4277 break;
4278 }
hayeswangb5403272014-10-09 18:00:26 +08004279 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004280 r8152_mdio_write(tp, data->reg_num, data->val_in);
hayeswangb5403272014-10-09 18:00:26 +08004281 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004282 break;
4283
4284 default:
4285 res = -EOPNOTSUPP;
4286 }
4287
hayeswang9a4be1b2014-02-18 21:49:07 +08004288 usb_autopm_put_interface(tp->intf);
4289
4290out:
hayeswangac718b62013-05-02 16:01:25 +00004291 return res;
4292}
4293
hayeswang69b4b7a2014-07-10 10:58:54 +08004294static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
4295{
4296 struct r8152 *tp = netdev_priv(dev);
hayeswang396e2e22015-02-12 14:33:47 +08004297 int ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004298
4299 switch (tp->version) {
4300 case RTL_VER_01:
4301 case RTL_VER_02:
Jarod Wilsona52ad512016-10-07 22:04:34 -04004302 dev->mtu = new_mtu;
4303 return 0;
hayeswang69b4b7a2014-07-10 10:58:54 +08004304 default:
4305 break;
4306 }
4307
hayeswang396e2e22015-02-12 14:33:47 +08004308 ret = usb_autopm_get_interface(tp->intf);
4309 if (ret < 0)
4310 return ret;
4311
4312 mutex_lock(&tp->control);
4313
hayeswang69b4b7a2014-07-10 10:58:54 +08004314 dev->mtu = new_mtu;
4315
hayeswang210c4f72017-03-20 16:13:44 +08004316 if (netif_running(dev)) {
4317 u32 rms = new_mtu + VLAN_ETH_HLEN + CRC_SIZE;
4318
4319 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms);
4320
4321 if (netif_carrier_ok(dev))
4322 r8153_set_rx_early_size(tp);
4323 }
hayeswang396e2e22015-02-12 14:33:47 +08004324
4325 mutex_unlock(&tp->control);
4326
4327 usb_autopm_put_interface(tp->intf);
4328
4329 return ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004330}
4331
hayeswangac718b62013-05-02 16:01:25 +00004332static const struct net_device_ops rtl8152_netdev_ops = {
4333 .ndo_open = rtl8152_open,
4334 .ndo_stop = rtl8152_close,
4335 .ndo_do_ioctl = rtl8152_ioctl,
4336 .ndo_start_xmit = rtl8152_start_xmit,
4337 .ndo_tx_timeout = rtl8152_tx_timeout,
hayeswangc5554292014-09-12 10:43:11 +08004338 .ndo_set_features = rtl8152_set_features,
hayeswangac718b62013-05-02 16:01:25 +00004339 .ndo_set_rx_mode = rtl8152_set_rx_mode,
4340 .ndo_set_mac_address = rtl8152_set_mac_address,
hayeswang69b4b7a2014-07-10 10:58:54 +08004341 .ndo_change_mtu = rtl8152_change_mtu,
hayeswangac718b62013-05-02 16:01:25 +00004342 .ndo_validate_addr = eth_validate_addr,
hayeswanga5e31252015-01-06 17:41:58 +08004343 .ndo_features_check = rtl8152_features_check,
hayeswangac718b62013-05-02 16:01:25 +00004344};
4345
hayeswange3fe0b12014-01-02 11:22:39 +08004346static void rtl8152_unload(struct r8152 *tp)
4347{
hayeswang68714382014-04-11 17:54:31 +08004348 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4349 return;
4350
hayeswang00a5e362014-02-18 21:48:59 +08004351 if (tp->version != RTL_VER_01)
4352 r8152_power_cut_en(tp, true);
hayeswange3fe0b12014-01-02 11:22:39 +08004353}
4354
hayeswang43779f82014-01-02 11:25:10 +08004355static void rtl8153_unload(struct r8152 *tp)
4356{
hayeswang68714382014-04-11 17:54:31 +08004357 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4358 return;
4359
hayeswang49be1722014-10-01 13:25:11 +08004360 r8153_power_cut_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08004361}
4362
hayeswang55b65472014-11-06 12:47:39 +08004363static int rtl_ops_init(struct r8152 *tp)
hayeswangc81229c2014-01-02 11:22:42 +08004364{
4365 struct rtl_ops *ops = &tp->rtl_ops;
hayeswang55b65472014-11-06 12:47:39 +08004366 int ret = 0;
hayeswangc81229c2014-01-02 11:22:42 +08004367
hayeswang55b65472014-11-06 12:47:39 +08004368 switch (tp->version) {
4369 case RTL_VER_01:
4370 case RTL_VER_02:
4371 ops->init = r8152b_init;
4372 ops->enable = rtl8152_enable;
4373 ops->disable = rtl8152_disable;
4374 ops->up = rtl8152_up;
4375 ops->down = rtl8152_down;
4376 ops->unload = rtl8152_unload;
4377 ops->eee_get = r8152_get_eee;
4378 ops->eee_set = r8152_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004379 ops->in_nway = rtl8152_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004380 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004381 ops->autosuspend_en = rtl_runtime_suspend_enable;
hayeswang43779f82014-01-02 11:25:10 +08004382 break;
4383
hayeswang55b65472014-11-06 12:47:39 +08004384 case RTL_VER_03:
4385 case RTL_VER_04:
4386 case RTL_VER_05:
hayeswangfb02eb42015-07-22 15:27:41 +08004387 case RTL_VER_06:
hayeswang55b65472014-11-06 12:47:39 +08004388 ops->init = r8153_init;
4389 ops->enable = rtl8153_enable;
4390 ops->disable = rtl8153_disable;
4391 ops->up = rtl8153_up;
4392 ops->down = rtl8153_down;
4393 ops->unload = rtl8153_unload;
4394 ops->eee_get = r8153_get_eee;
4395 ops->eee_set = r8153_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004396 ops->in_nway = rtl8153_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004397 ops->hw_phy_cfg = r8153_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004398 ops->autosuspend_en = rtl8153_runtime_enable;
hayeswangc81229c2014-01-02 11:22:42 +08004399 break;
4400
4401 default:
hayeswang55b65472014-11-06 12:47:39 +08004402 ret = -ENODEV;
4403 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
hayeswangc81229c2014-01-02 11:22:42 +08004404 break;
4405 }
4406
4407 return ret;
4408}
4409
hayeswang33928ee2017-03-17 11:20:13 +08004410static u8 rtl_get_version(struct usb_interface *intf)
4411{
4412 struct usb_device *udev = interface_to_usbdev(intf);
4413 u32 ocp_data = 0;
4414 __le32 *tmp;
4415 u8 version;
4416 int ret;
4417
4418 tmp = kmalloc(sizeof(*tmp), GFP_KERNEL);
4419 if (!tmp)
4420 return 0;
4421
4422 ret = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
4423 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
4424 PLA_TCR0, MCU_TYPE_PLA, tmp, sizeof(*tmp), 500);
4425 if (ret > 0)
4426 ocp_data = (__le32_to_cpu(*tmp) >> 16) & VERSION_MASK;
4427
4428 kfree(tmp);
4429
4430 switch (ocp_data) {
4431 case 0x4c00:
4432 version = RTL_VER_01;
4433 break;
4434 case 0x4c10:
4435 version = RTL_VER_02;
4436 break;
4437 case 0x5c00:
4438 version = RTL_VER_03;
4439 break;
4440 case 0x5c10:
4441 version = RTL_VER_04;
4442 break;
4443 case 0x5c20:
4444 version = RTL_VER_05;
4445 break;
4446 case 0x5c30:
4447 version = RTL_VER_06;
4448 break;
4449 default:
4450 version = RTL_VER_UNKNOWN;
4451 dev_info(&intf->dev, "Unknown version 0x%04x\n", ocp_data);
4452 break;
4453 }
4454
4455 return version;
4456}
4457
hayeswangac718b62013-05-02 16:01:25 +00004458static int rtl8152_probe(struct usb_interface *intf,
4459 const struct usb_device_id *id)
4460{
4461 struct usb_device *udev = interface_to_usbdev(intf);
hayeswang33928ee2017-03-17 11:20:13 +08004462 u8 version = rtl_get_version(intf);
hayeswangac718b62013-05-02 16:01:25 +00004463 struct r8152 *tp;
4464 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08004465 int ret;
hayeswangac718b62013-05-02 16:01:25 +00004466
hayeswang33928ee2017-03-17 11:20:13 +08004467 if (version == RTL_VER_UNKNOWN)
4468 return -ENODEV;
4469
hayeswang10c32712014-03-04 20:47:48 +08004470 if (udev->actconfig->desc.bConfigurationValue != 1) {
4471 usb_driver_set_configuration(udev, 1);
4472 return -ENODEV;
4473 }
4474
4475 usb_reset_device(udev);
hayeswangac718b62013-05-02 16:01:25 +00004476 netdev = alloc_etherdev(sizeof(struct r8152));
4477 if (!netdev) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004478 dev_err(&intf->dev, "Out of memory\n");
hayeswangac718b62013-05-02 16:01:25 +00004479 return -ENOMEM;
4480 }
4481
hayeswangebc2ec482013-08-14 20:54:38 +08004482 SET_NETDEV_DEV(netdev, &intf->dev);
hayeswangac718b62013-05-02 16:01:25 +00004483 tp = netdev_priv(netdev);
4484 tp->msg_enable = 0x7FFF;
4485
hayeswange3ad4122014-01-06 17:08:42 +08004486 tp->udev = udev;
4487 tp->netdev = netdev;
4488 tp->intf = intf;
hayeswang33928ee2017-03-17 11:20:13 +08004489 tp->version = version;
hayeswange3ad4122014-01-06 17:08:42 +08004490
hayeswang33928ee2017-03-17 11:20:13 +08004491 switch (version) {
4492 case RTL_VER_01:
4493 case RTL_VER_02:
4494 tp->mii.supports_gmii = 0;
4495 break;
4496 default:
4497 tp->mii.supports_gmii = 1;
4498 break;
4499 }
4500
hayeswang55b65472014-11-06 12:47:39 +08004501 ret = rtl_ops_init(tp);
hayeswang31ca1de2014-01-06 17:08:43 +08004502 if (ret)
4503 goto out;
hayeswangc81229c2014-01-02 11:22:42 +08004504
hayeswangb5403272014-10-09 18:00:26 +08004505 mutex_init(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004506 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
hayeswanga028a9e2016-06-13 17:49:36 +08004507 INIT_DELAYED_WORK(&tp->hw_phy_work, rtl_hw_phy_work_func_t);
hayeswangac718b62013-05-02 16:01:25 +00004508
hayeswangac718b62013-05-02 16:01:25 +00004509 netdev->netdev_ops = &rtl8152_netdev_ops;
4510 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
hayeswang5bd23882013-08-14 20:54:39 +08004511
hayeswang60c89072014-03-07 11:04:39 +08004512 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004513 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
hayeswangc5554292014-09-12 10:43:11 +08004514 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
4515 NETIF_F_HW_VLAN_CTAG_TX;
hayeswang60c89072014-03-07 11:04:39 +08004516 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004517 NETIF_F_TSO | NETIF_F_FRAGLIST |
hayeswangc5554292014-09-12 10:43:11 +08004518 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
hayeswangccc39fa2015-02-06 11:30:49 +08004519 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
hayeswangc5554292014-09-12 10:43:11 +08004520 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
4521 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
4522 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
hayeswangdb8515e2014-03-06 15:07:16 +08004523
hayeswang19c0f402017-01-11 16:25:34 +08004524 if (tp->version == RTL_VER_01) {
4525 netdev->features &= ~NETIF_F_RXCSUM;
4526 netdev->hw_features &= ~NETIF_F_RXCSUM;
4527 }
4528
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00004529 netdev->ethtool_ops = &ops;
hayeswang60c89072014-03-07 11:04:39 +08004530 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
hayeswangac718b62013-05-02 16:01:25 +00004531
Jarod Wilsonf77f0ae2016-10-20 13:55:17 -04004532 /* MTU range: 68 - 1500 or 9194 */
4533 netdev->min_mtu = ETH_MIN_MTU;
4534 switch (tp->version) {
4535 case RTL_VER_01:
4536 case RTL_VER_02:
4537 netdev->max_mtu = ETH_DATA_LEN;
4538 break;
4539 default:
4540 netdev->max_mtu = RTL8153_MAX_MTU;
4541 break;
4542 }
4543
hayeswangac718b62013-05-02 16:01:25 +00004544 tp->mii.dev = netdev;
4545 tp->mii.mdio_read = read_mii_word;
4546 tp->mii.mdio_write = write_mii_word;
4547 tp->mii.phy_id_mask = 0x3f;
4548 tp->mii.reg_num_mask = 0x1f;
4549 tp->mii.phy_id = R8152_PHY_ID;
hayeswangac718b62013-05-02 16:01:25 +00004550
hayeswangaa7e26b2016-06-13 17:49:38 +08004551 tp->autoneg = AUTONEG_ENABLE;
4552 tp->speed = tp->mii.supports_gmii ? SPEED_1000 : SPEED_100;
4553 tp->duplex = DUPLEX_FULL;
4554
hayeswang9a4be1b2014-02-18 21:49:07 +08004555 intf->needs_remote_wakeup = 1;
4556
hayeswangc81229c2014-01-02 11:22:42 +08004557 tp->rtl_ops.init(tp);
hayeswanga028a9e2016-06-13 17:49:36 +08004558 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
hayeswangac718b62013-05-02 16:01:25 +00004559 set_ethernet_addr(tp);
4560
hayeswangac718b62013-05-02 16:01:25 +00004561 usb_set_intfdata(intf, tp);
hayeswangd823ab62015-01-12 12:06:23 +08004562 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
hayeswangac718b62013-05-02 16:01:25 +00004563
hayeswangebc2ec482013-08-14 20:54:38 +08004564 ret = register_netdev(netdev);
4565 if (ret != 0) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004566 netif_err(tp, probe, netdev, "couldn't register the device\n");
hayeswangebc2ec482013-08-14 20:54:38 +08004567 goto out1;
hayeswangac718b62013-05-02 16:01:25 +00004568 }
4569
hayeswang7daed8d2015-07-24 13:54:24 +08004570 if (!rtl_can_wakeup(tp))
4571 __rtl_set_wol(tp, 0);
4572
hayeswang21ff2e82014-02-18 21:49:06 +08004573 tp->saved_wolopts = __rtl_get_wol(tp);
4574 if (tp->saved_wolopts)
4575 device_set_wakeup_enable(&udev->dev, true);
4576 else
4577 device_set_wakeup_enable(&udev->dev, false);
4578
Hayes Wang4a8deae2014-01-07 11:18:22 +08004579 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
hayeswangac718b62013-05-02 16:01:25 +00004580
4581 return 0;
4582
hayeswangac718b62013-05-02 16:01:25 +00004583out1:
hayeswangd823ab62015-01-12 12:06:23 +08004584 netif_napi_del(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08004585 usb_set_intfdata(intf, NULL);
hayeswangac718b62013-05-02 16:01:25 +00004586out:
4587 free_netdev(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08004588 return ret;
hayeswangac718b62013-05-02 16:01:25 +00004589}
4590
hayeswangac718b62013-05-02 16:01:25 +00004591static void rtl8152_disconnect(struct usb_interface *intf)
4592{
4593 struct r8152 *tp = usb_get_intfdata(intf);
4594
4595 usb_set_intfdata(intf, NULL);
4596 if (tp) {
hayeswangf561de32014-09-30 16:48:01 +08004597 struct usb_device *udev = tp->udev;
4598
4599 if (udev->state == USB_STATE_NOTATTACHED)
4600 set_bit(RTL8152_UNPLUG, &tp->flags);
4601
hayeswangd823ab62015-01-12 12:06:23 +08004602 netif_napi_del(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00004603 unregister_netdev(tp->netdev);
hayeswanga028a9e2016-06-13 17:49:36 +08004604 cancel_delayed_work_sync(&tp->hw_phy_work);
hayeswangc81229c2014-01-02 11:22:42 +08004605 tp->rtl_ops.unload(tp);
hayeswangac718b62013-05-02 16:01:25 +00004606 free_netdev(tp->netdev);
4607 }
4608}
4609
hayeswangd9a28c52014-12-04 10:43:11 +08004610#define REALTEK_USB_DEVICE(vend, prod) \
4611 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
4612 USB_DEVICE_ID_MATCH_INT_CLASS, \
4613 .idVendor = (vend), \
4614 .idProduct = (prod), \
4615 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
4616}, \
4617{ \
4618 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
4619 USB_DEVICE_ID_MATCH_DEVICE, \
4620 .idVendor = (vend), \
4621 .idProduct = (prod), \
4622 .bInterfaceClass = USB_CLASS_COMM, \
4623 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
4624 .bInterfaceProtocol = USB_CDC_PROTO_NONE
4625
hayeswangac718b62013-05-02 16:01:25 +00004626/* table of devices that work with this driver */
4627static struct usb_device_id rtl8152_table[] = {
hayeswangd9a28c52014-12-04 10:43:11 +08004628 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
4629 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
René Rebed5b07cc2017-03-28 07:56:51 +02004630 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab)},
4631 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6)},
hayeswangd9a28c52014-12-04 10:43:11 +08004632 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
Vasily Titskiy1006da12015-05-06 10:31:21 -04004633 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
hayeswangd248caf2016-10-18 11:41:48 +08004634 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3062)},
4635 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3069)},
4636 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
4637 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x720c)},
4638 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
Zheng Liud065c3c12015-07-07 13:54:12 -07004639 {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
hayeswangac718b62013-05-02 16:01:25 +00004640 {}
4641};
4642
4643MODULE_DEVICE_TABLE(usb, rtl8152_table);
4644
4645static struct usb_driver rtl8152_driver = {
4646 .name = MODULENAME,
hayeswangebc2ec482013-08-14 20:54:38 +08004647 .id_table = rtl8152_table,
hayeswangac718b62013-05-02 16:01:25 +00004648 .probe = rtl8152_probe,
4649 .disconnect = rtl8152_disconnect,
hayeswangac718b62013-05-02 16:01:25 +00004650 .suspend = rtl8152_suspend,
hayeswangebc2ec482013-08-14 20:54:38 +08004651 .resume = rtl8152_resume,
hayeswang7ec25412016-01-04 14:38:46 +08004652 .reset_resume = rtl8152_reset_resume,
hayeswange5011392015-07-29 20:39:08 +08004653 .pre_reset = rtl8152_pre_reset,
4654 .post_reset = rtl8152_post_reset,
hayeswang9a4be1b2014-02-18 21:49:07 +08004655 .supports_autosuspend = 1,
hayeswanga6347822014-02-18 21:49:10 +08004656 .disable_hub_initiated_lpm = 1,
hayeswangac718b62013-05-02 16:01:25 +00004657};
4658
Sachin Kamatb4236daa2013-05-16 17:48:08 +00004659module_usb_driver(rtl8152_driver);
hayeswangac718b62013-05-02 16:01:25 +00004660
4661MODULE_AUTHOR(DRIVER_AUTHOR);
4662MODULE_DESCRIPTION(DRIVER_DESC);
4663MODULE_LICENSE("GPL");
Grant Grundlerc961e872016-07-14 11:27:16 -07004664MODULE_VERSION(DRIVER_VERSION);