blob: 1f4dd8d3e328ee4d57981d291f1acdb0d352eb06 [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 Liud065c3c2015-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,
hayeswangc27b32c2017-06-15 14:44:02 +0800662 RTL_VER_07,
hayeswang43779f82014-01-02 11:25:10 +0800663 RTL_VER_MAX
hayeswangac718b62013-05-02 16:01:25 +0000664};
665
hayeswang60c89072014-03-07 11:04:39 +0800666enum tx_csum_stat {
667 TX_CSUM_SUCCESS = 0,
668 TX_CSUM_TSO,
669 TX_CSUM_NONE
670};
671
hayeswangac718b62013-05-02 16:01:25 +0000672/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
673 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
674 */
675static const int multicast_filter_limit = 32;
hayeswang52aec122014-09-02 10:27:52 +0800676static unsigned int agg_buf_sz = 16384;
hayeswangac718b62013-05-02 16:01:25 +0000677
hayeswang52aec122014-09-02 10:27:52 +0800678#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
hayeswang60c89072014-03-07 11:04:39 +0800679 VLAN_ETH_HLEN - VLAN_HLEN)
680
hayeswangac718b62013-05-02 16:01:25 +0000681static
682int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
683{
hayeswang31787f52013-07-31 17:21:25 +0800684 int ret;
685 void *tmp;
686
687 tmp = kmalloc(size, GFP_KERNEL);
688 if (!tmp)
689 return -ENOMEM;
690
691 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800692 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
693 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800694
695 memcpy(data, tmp, size);
696 kfree(tmp);
697
698 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000699}
700
701static
702int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
703{
hayeswang31787f52013-07-31 17:21:25 +0800704 int ret;
705 void *tmp;
706
Benoit Tainec4438f02014-05-26 17:21:23 +0200707 tmp = kmemdup(data, size, GFP_KERNEL);
hayeswang31787f52013-07-31 17:21:25 +0800708 if (!tmp)
709 return -ENOMEM;
710
hayeswang31787f52013-07-31 17:21:25 +0800711 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800712 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
713 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800714
715 kfree(tmp);
hayeswangdb8515e2014-03-06 15:07:16 +0800716
hayeswang31787f52013-07-31 17:21:25 +0800717 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000718}
719
720static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
hayeswangb209af92014-08-25 15:53:00 +0800721 void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000722{
hayeswang45f4a192014-01-06 17:08:41 +0800723 u16 limit = 64;
724 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +0000725
726 if (test_bit(RTL8152_UNPLUG, &tp->flags))
727 return -ENODEV;
728
729 /* both size and indix must be 4 bytes align */
730 if ((size & 3) || !size || (index & 3) || !data)
731 return -EPERM;
732
733 if ((u32)index + (u32)size > 0xffff)
734 return -EPERM;
735
736 while (size) {
737 if (size > limit) {
738 ret = get_registers(tp, index, type, limit, data);
739 if (ret < 0)
740 break;
741
742 index += limit;
743 data += limit;
744 size -= limit;
745 } else {
746 ret = get_registers(tp, index, type, size, data);
747 if (ret < 0)
748 break;
749
750 index += size;
751 data += size;
752 size = 0;
753 break;
754 }
755 }
756
hayeswang67610492014-10-30 11:46:40 +0800757 if (ret == -ENODEV)
758 set_bit(RTL8152_UNPLUG, &tp->flags);
759
hayeswangac718b62013-05-02 16:01:25 +0000760 return ret;
761}
762
763static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
hayeswangb209af92014-08-25 15:53:00 +0800764 u16 size, void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000765{
hayeswang45f4a192014-01-06 17:08:41 +0800766 int ret;
767 u16 byteen_start, byteen_end, byen;
768 u16 limit = 512;
hayeswangac718b62013-05-02 16:01:25 +0000769
770 if (test_bit(RTL8152_UNPLUG, &tp->flags))
771 return -ENODEV;
772
773 /* both size and indix must be 4 bytes align */
774 if ((size & 3) || !size || (index & 3) || !data)
775 return -EPERM;
776
777 if ((u32)index + (u32)size > 0xffff)
778 return -EPERM;
779
780 byteen_start = byteen & BYTE_EN_START_MASK;
781 byteen_end = byteen & BYTE_EN_END_MASK;
782
783 byen = byteen_start | (byteen_start << 4);
784 ret = set_registers(tp, index, type | byen, 4, data);
785 if (ret < 0)
786 goto error1;
787
788 index += 4;
789 data += 4;
790 size -= 4;
791
792 if (size) {
793 size -= 4;
794
795 while (size) {
796 if (size > limit) {
797 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800798 type | BYTE_EN_DWORD,
799 limit, data);
hayeswangac718b62013-05-02 16:01:25 +0000800 if (ret < 0)
801 goto error1;
802
803 index += limit;
804 data += limit;
805 size -= limit;
806 } else {
807 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800808 type | BYTE_EN_DWORD,
809 size, data);
hayeswangac718b62013-05-02 16:01:25 +0000810 if (ret < 0)
811 goto error1;
812
813 index += size;
814 data += size;
815 size = 0;
816 break;
817 }
818 }
819
820 byen = byteen_end | (byteen_end >> 4);
821 ret = set_registers(tp, index, type | byen, 4, data);
822 if (ret < 0)
823 goto error1;
824 }
825
826error1:
hayeswang67610492014-10-30 11:46:40 +0800827 if (ret == -ENODEV)
828 set_bit(RTL8152_UNPLUG, &tp->flags);
829
hayeswangac718b62013-05-02 16:01:25 +0000830 return ret;
831}
832
833static inline
834int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
835{
836 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
837}
838
839static inline
840int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
841{
842 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
843}
844
845static inline
hayeswangac718b62013-05-02 16:01:25 +0000846int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
847{
848 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
849}
850
851static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
852{
hayeswangc8826de2013-07-31 17:21:26 +0800853 __le32 data;
hayeswangac718b62013-05-02 16:01:25 +0000854
hayeswangc8826de2013-07-31 17:21:26 +0800855 generic_ocp_read(tp, index, sizeof(data), &data, type);
hayeswangac718b62013-05-02 16:01:25 +0000856
857 return __le32_to_cpu(data);
858}
859
860static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
861{
hayeswangc8826de2013-07-31 17:21:26 +0800862 __le32 tmp = __cpu_to_le32(data);
863
864 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000865}
866
867static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
868{
869 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800870 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000871 u8 shift = index & 2;
872
873 index &= ~3;
874
hayeswangc8826de2013-07-31 17:21:26 +0800875 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000876
hayeswangc8826de2013-07-31 17:21:26 +0800877 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000878 data >>= (shift * 8);
879 data &= 0xffff;
880
881 return (u16)data;
882}
883
884static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
885{
hayeswangc8826de2013-07-31 17:21:26 +0800886 u32 mask = 0xffff;
887 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000888 u16 byen = BYTE_EN_WORD;
889 u8 shift = index & 2;
890
891 data &= mask;
892
893 if (index & 2) {
894 byen <<= shift;
895 mask <<= (shift * 8);
896 data <<= (shift * 8);
897 index &= ~3;
898 }
899
hayeswangc8826de2013-07-31 17:21:26 +0800900 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000901
hayeswangc8826de2013-07-31 17:21:26 +0800902 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000903}
904
905static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
906{
907 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800908 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000909 u8 shift = index & 3;
910
911 index &= ~3;
912
hayeswangc8826de2013-07-31 17:21:26 +0800913 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000914
hayeswangc8826de2013-07-31 17:21:26 +0800915 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000916 data >>= (shift * 8);
917 data &= 0xff;
918
919 return (u8)data;
920}
921
922static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
923{
hayeswangc8826de2013-07-31 17:21:26 +0800924 u32 mask = 0xff;
925 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000926 u16 byen = BYTE_EN_BYTE;
927 u8 shift = index & 3;
928
929 data &= mask;
930
931 if (index & 3) {
932 byen <<= shift;
933 mask <<= (shift * 8);
934 data <<= (shift * 8);
935 index &= ~3;
936 }
937
hayeswangc8826de2013-07-31 17:21:26 +0800938 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000939
hayeswangc8826de2013-07-31 17:21:26 +0800940 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000941}
942
hayeswangac244d32014-01-02 11:22:40 +0800943static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
944{
945 u16 ocp_base, ocp_index;
946
947 ocp_base = addr & 0xf000;
948 if (ocp_base != tp->ocp_base) {
949 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
950 tp->ocp_base = ocp_base;
951 }
952
953 ocp_index = (addr & 0x0fff) | 0xb000;
954 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
955}
956
hayeswange3fe0b12014-01-02 11:22:39 +0800957static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
958{
959 u16 ocp_base, ocp_index;
960
961 ocp_base = addr & 0xf000;
962 if (ocp_base != tp->ocp_base) {
963 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
964 tp->ocp_base = ocp_base;
965 }
966
967 ocp_index = (addr & 0x0fff) | 0xb000;
968 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
969}
970
hayeswangac244d32014-01-02 11:22:40 +0800971static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
hayeswangac718b62013-05-02 16:01:25 +0000972{
hayeswangac244d32014-01-02 11:22:40 +0800973 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
hayeswangac718b62013-05-02 16:01:25 +0000974}
975
hayeswangac244d32014-01-02 11:22:40 +0800976static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
hayeswangac718b62013-05-02 16:01:25 +0000977{
hayeswangac244d32014-01-02 11:22:40 +0800978 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
hayeswangac718b62013-05-02 16:01:25 +0000979}
980
hayeswang43779f82014-01-02 11:25:10 +0800981static void sram_write(struct r8152 *tp, u16 addr, u16 data)
982{
983 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
984 ocp_reg_write(tp, OCP_SRAM_DATA, data);
985}
986
hayeswangac718b62013-05-02 16:01:25 +0000987static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
988{
989 struct r8152 *tp = netdev_priv(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +0800990 int ret;
hayeswangac718b62013-05-02 16:01:25 +0000991
hayeswang68714382014-04-11 17:54:31 +0800992 if (test_bit(RTL8152_UNPLUG, &tp->flags))
993 return -ENODEV;
994
hayeswangac718b62013-05-02 16:01:25 +0000995 if (phy_id != R8152_PHY_ID)
996 return -EINVAL;
997
hayeswang9a4be1b2014-02-18 21:49:07 +0800998 ret = r8152_mdio_read(tp, reg);
999
hayeswang9a4be1b2014-02-18 21:49:07 +08001000 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001001}
1002
1003static
1004void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
1005{
1006 struct r8152 *tp = netdev_priv(netdev);
1007
hayeswang68714382014-04-11 17:54:31 +08001008 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1009 return;
1010
hayeswangac718b62013-05-02 16:01:25 +00001011 if (phy_id != R8152_PHY_ID)
1012 return;
1013
1014 r8152_mdio_write(tp, reg, val);
1015}
1016
hayeswangb209af92014-08-25 15:53:00 +08001017static int
1018r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001019
hayeswang8ba789a2014-09-04 16:15:41 +08001020static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
1021{
1022 struct r8152 *tp = netdev_priv(netdev);
1023 struct sockaddr *addr = p;
hayeswangea6a7112014-10-02 17:03:12 +08001024 int ret = -EADDRNOTAVAIL;
hayeswang8ba789a2014-09-04 16:15:41 +08001025
1026 if (!is_valid_ether_addr(addr->sa_data))
hayeswangea6a7112014-10-02 17:03:12 +08001027 goto out1;
1028
1029 ret = usb_autopm_get_interface(tp->intf);
1030 if (ret < 0)
1031 goto out1;
hayeswang8ba789a2014-09-04 16:15:41 +08001032
hayeswangb5403272014-10-09 18:00:26 +08001033 mutex_lock(&tp->control);
1034
hayeswang8ba789a2014-09-04 16:15:41 +08001035 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
1036
1037 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
1038 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
1039 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
1040
hayeswangb5403272014-10-09 18:00:26 +08001041 mutex_unlock(&tp->control);
1042
hayeswangea6a7112014-10-02 17:03:12 +08001043 usb_autopm_put_interface(tp->intf);
1044out1:
1045 return ret;
hayeswang8ba789a2014-09-04 16:15:41 +08001046}
1047
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001048/* Devices containing RTL8153-AD can support a persistent
1049 * host system provided MAC address.
1050 * Examples of this are Dell TB15 and Dell WD15 docks
1051 */
1052static int vendor_mac_passthru_addr_read(struct r8152 *tp, struct sockaddr *sa)
1053{
1054 acpi_status status;
1055 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
1056 union acpi_object *obj;
1057 int ret = -EINVAL;
1058 u32 ocp_data;
1059 unsigned char buf[6];
1060
1061 /* test for -AD variant of RTL8153 */
1062 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
1063 if ((ocp_data & AD_MASK) != 0x1000)
1064 return -ENODEV;
1065
1066 /* test for MAC address pass-through bit */
1067 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, EFUSE);
1068 if ((ocp_data & PASS_THRU_MASK) != 1)
1069 return -ENODEV;
1070
1071 /* returns _AUXMAC_#AABBCCDDEEFF# */
1072 status = acpi_evaluate_object(NULL, "\\_SB.AMAC", NULL, &buffer);
1073 obj = (union acpi_object *)buffer.pointer;
1074 if (!ACPI_SUCCESS(status))
1075 return -ENODEV;
1076 if (obj->type != ACPI_TYPE_BUFFER || obj->string.length != 0x17) {
1077 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001078 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n",
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001079 obj->type, obj->string.length);
1080 goto amacout;
1081 }
1082 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1083 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1084 netif_warn(tp, probe, tp->netdev,
1085 "Invalid header when reading pass-thru MAC addr\n");
1086 goto amacout;
1087 }
1088 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1089 if (!(ret == 0 && is_valid_ether_addr(buf))) {
1090 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001091 "Invalid MAC for pass-thru MAC addr: %d, %pM\n",
1092 ret, buf);
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001093 ret = -EINVAL;
1094 goto amacout;
1095 }
1096 memcpy(sa->sa_data, buf, 6);
1097 ether_addr_copy(tp->netdev->dev_addr, sa->sa_data);
1098 netif_info(tp, probe, tp->netdev,
1099 "Using pass-thru MAC addr %pM\n", sa->sa_data);
1100
1101amacout:
1102 kfree(obj);
1103 return ret;
1104}
1105
hayeswang179bb6d2014-09-04 16:15:42 +08001106static int set_ethernet_addr(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00001107{
1108 struct net_device *dev = tp->netdev;
hayeswang179bb6d2014-09-04 16:15:42 +08001109 struct sockaddr sa;
hayeswang8a91c822014-02-18 21:49:01 +08001110 int ret;
hayeswangac718b62013-05-02 16:01:25 +00001111
hayeswang53700f02016-09-01 17:01:42 +08001112 if (tp->version == RTL_VER_01) {
hayeswang179bb6d2014-09-04 16:15:42 +08001113 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
hayeswang53700f02016-09-01 17:01:42 +08001114 } else {
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001115 /* if this is not an RTL8153-AD, no eFuse mac pass thru set,
1116 * or system doesn't provide valid _SB.AMAC this will be
1117 * be expected to non-zero
1118 */
1119 ret = vendor_mac_passthru_addr_read(tp, &sa);
1120 if (ret < 0)
1121 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
1122 }
hayeswang8a91c822014-02-18 21:49:01 +08001123
1124 if (ret < 0) {
hayeswang179bb6d2014-09-04 16:15:42 +08001125 netif_err(tp, probe, dev, "Get ether addr fail\n");
1126 } else if (!is_valid_ether_addr(sa.sa_data)) {
1127 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
1128 sa.sa_data);
1129 eth_hw_addr_random(dev);
1130 ether_addr_copy(sa.sa_data, dev->dev_addr);
1131 ret = rtl8152_set_mac_address(dev, &sa);
1132 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1133 sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001134 } else {
hayeswang179bb6d2014-09-04 16:15:42 +08001135 if (tp->version == RTL_VER_01)
1136 ether_addr_copy(dev->dev_addr, sa.sa_data);
1137 else
1138 ret = rtl8152_set_mac_address(dev, &sa);
hayeswangac718b62013-05-02 16:01:25 +00001139 }
hayeswang179bb6d2014-09-04 16:15:42 +08001140
1141 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001142}
1143
hayeswangac718b62013-05-02 16:01:25 +00001144static void read_bulk_callback(struct urb *urb)
1145{
hayeswangac718b62013-05-02 16:01:25 +00001146 struct net_device *netdev;
hayeswangac718b62013-05-02 16:01:25 +00001147 int status = urb->status;
hayeswangebc2ec482013-08-14 20:54:38 +08001148 struct rx_agg *agg;
1149 struct r8152 *tp;
hayeswangac718b62013-05-02 16:01:25 +00001150
hayeswangebc2ec482013-08-14 20:54:38 +08001151 agg = urb->context;
1152 if (!agg)
1153 return;
1154
1155 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001156 if (!tp)
1157 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001158
hayeswangac718b62013-05-02 16:01:25 +00001159 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1160 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001161
1162 if (!test_bit(WORK_ENABLE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00001163 return;
1164
hayeswangebc2ec482013-08-14 20:54:38 +08001165 netdev = tp->netdev;
hayeswang7559fb2f2013-08-16 16:09:38 +08001166
1167 /* When link down, the driver would cancel all bulks. */
1168 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001169 if (!netif_carrier_ok(netdev))
1170 return;
1171
hayeswang9a4be1b2014-02-18 21:49:07 +08001172 usb_mark_last_busy(tp->udev);
1173
hayeswangac718b62013-05-02 16:01:25 +00001174 switch (status) {
1175 case 0:
hayeswangebc2ec482013-08-14 20:54:38 +08001176 if (urb->actual_length < ETH_ZLEN)
1177 break;
1178
hayeswang2685d412014-03-07 11:04:34 +08001179 spin_lock(&tp->rx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001180 list_add_tail(&agg->list, &tp->rx_done);
hayeswang2685d412014-03-07 11:04:34 +08001181 spin_unlock(&tp->rx_lock);
hayeswangd823ab62015-01-12 12:06:23 +08001182 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001183 return;
hayeswangac718b62013-05-02 16:01:25 +00001184 case -ESHUTDOWN:
1185 set_bit(RTL8152_UNPLUG, &tp->flags);
1186 netif_device_detach(tp->netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08001187 return;
hayeswangac718b62013-05-02 16:01:25 +00001188 case -ENOENT:
1189 return; /* the urb is in unlink state */
1190 case -ETIME:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001191 if (net_ratelimit())
1192 netdev_warn(netdev, "maybe reset is needed?\n");
hayeswangebc2ec482013-08-14 20:54:38 +08001193 break;
hayeswangac718b62013-05-02 16:01:25 +00001194 default:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001195 if (net_ratelimit())
1196 netdev_warn(netdev, "Rx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001197 break;
hayeswangac718b62013-05-02 16:01:25 +00001198 }
1199
hayeswanga0fccd42014-11-20 10:29:05 +08001200 r8152_submit_rx(tp, agg, GFP_ATOMIC);
hayeswangac718b62013-05-02 16:01:25 +00001201}
1202
1203static void write_bulk_callback(struct urb *urb)
1204{
hayeswangebc2ec482013-08-14 20:54:38 +08001205 struct net_device_stats *stats;
hayeswangd104eaf2014-03-06 15:07:17 +08001206 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08001207 struct tx_agg *agg;
hayeswangac718b62013-05-02 16:01:25 +00001208 struct r8152 *tp;
1209 int status = urb->status;
1210
hayeswangebc2ec482013-08-14 20:54:38 +08001211 agg = urb->context;
1212 if (!agg)
1213 return;
1214
1215 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001216 if (!tp)
1217 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001218
hayeswangd104eaf2014-03-06 15:07:17 +08001219 netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001220 stats = &netdev->stats;
hayeswangebc2ec482013-08-14 20:54:38 +08001221 if (status) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08001222 if (net_ratelimit())
hayeswangd104eaf2014-03-06 15:07:17 +08001223 netdev_warn(netdev, "Tx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001224 stats->tx_errors += agg->skb_num;
1225 } else {
1226 stats->tx_packets += agg->skb_num;
1227 stats->tx_bytes += agg->skb_len;
1228 }
1229
hayeswang2685d412014-03-07 11:04:34 +08001230 spin_lock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001231 list_add_tail(&agg->list, &tp->tx_free);
hayeswang2685d412014-03-07 11:04:34 +08001232 spin_unlock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001233
hayeswang9a4be1b2014-02-18 21:49:07 +08001234 usb_autopm_put_interface_async(tp->intf);
1235
hayeswangd104eaf2014-03-06 15:07:17 +08001236 if (!netif_carrier_ok(netdev))
hayeswangac718b62013-05-02 16:01:25 +00001237 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001238
1239 if (!test_bit(WORK_ENABLE, &tp->flags))
1240 return;
1241
1242 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1243 return;
1244
1245 if (!skb_queue_empty(&tp->tx_queue))
hayeswangd823ab62015-01-12 12:06:23 +08001246 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001247}
1248
hayeswang40a82912013-08-14 20:54:40 +08001249static void intr_callback(struct urb *urb)
1250{
1251 struct r8152 *tp;
hayeswang500b6d72013-11-20 17:30:57 +08001252 __le16 *d;
hayeswang40a82912013-08-14 20:54:40 +08001253 int status = urb->status;
1254 int res;
1255
1256 tp = urb->context;
1257 if (!tp)
1258 return;
1259
1260 if (!test_bit(WORK_ENABLE, &tp->flags))
1261 return;
1262
1263 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1264 return;
1265
1266 switch (status) {
1267 case 0: /* success */
1268 break;
1269 case -ECONNRESET: /* unlink */
1270 case -ESHUTDOWN:
1271 netif_device_detach(tp->netdev);
1272 case -ENOENT:
hayeswangd59c8762014-10-31 13:35:57 +08001273 case -EPROTO:
1274 netif_info(tp, intr, tp->netdev,
1275 "Stop submitting intr, status %d\n", status);
hayeswang40a82912013-08-14 20:54:40 +08001276 return;
1277 case -EOVERFLOW:
1278 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1279 goto resubmit;
1280 /* -EPIPE: should clear the halt */
1281 default:
1282 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1283 goto resubmit;
1284 }
1285
1286 d = urb->transfer_buffer;
1287 if (INTR_LINK & __le16_to_cpu(d[0])) {
hayeswang51d979f2015-02-06 11:30:47 +08001288 if (!netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001289 set_bit(RTL8152_LINK_CHG, &tp->flags);
1290 schedule_delayed_work(&tp->schedule, 0);
1291 }
1292 } else {
hayeswang51d979f2015-02-06 11:30:47 +08001293 if (netif_carrier_ok(tp->netdev)) {
hayeswang2f25abe2017-03-23 19:14:19 +08001294 netif_stop_queue(tp->netdev);
hayeswang40a82912013-08-14 20:54:40 +08001295 set_bit(RTL8152_LINK_CHG, &tp->flags);
1296 schedule_delayed_work(&tp->schedule, 0);
1297 }
1298 }
1299
1300resubmit:
1301 res = usb_submit_urb(urb, GFP_ATOMIC);
hayeswang67610492014-10-30 11:46:40 +08001302 if (res == -ENODEV) {
1303 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08001304 netif_device_detach(tp->netdev);
hayeswang67610492014-10-30 11:46:40 +08001305 } else if (res) {
hayeswang40a82912013-08-14 20:54:40 +08001306 netif_err(tp, intr, tp->netdev,
Hayes Wang4a8deae2014-01-07 11:18:22 +08001307 "can't resubmit intr, status %d\n", res);
hayeswang67610492014-10-30 11:46:40 +08001308 }
hayeswang40a82912013-08-14 20:54:40 +08001309}
1310
hayeswangebc2ec482013-08-14 20:54:38 +08001311static inline void *rx_agg_align(void *data)
1312{
hayeswang8e1f51b2014-01-02 11:22:41 +08001313 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001314}
1315
1316static inline void *tx_agg_align(void *data)
1317{
hayeswang8e1f51b2014-01-02 11:22:41 +08001318 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001319}
1320
1321static void free_all_mem(struct r8152 *tp)
1322{
1323 int i;
1324
1325 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001326 usb_free_urb(tp->rx_info[i].urb);
1327 tp->rx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001328
hayeswang9629e3c2014-01-15 10:42:15 +08001329 kfree(tp->rx_info[i].buffer);
1330 tp->rx_info[i].buffer = NULL;
1331 tp->rx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001332 }
1333
1334 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001335 usb_free_urb(tp->tx_info[i].urb);
1336 tp->tx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001337
hayeswang9629e3c2014-01-15 10:42:15 +08001338 kfree(tp->tx_info[i].buffer);
1339 tp->tx_info[i].buffer = NULL;
1340 tp->tx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001341 }
hayeswang40a82912013-08-14 20:54:40 +08001342
hayeswang9629e3c2014-01-15 10:42:15 +08001343 usb_free_urb(tp->intr_urb);
1344 tp->intr_urb = NULL;
hayeswang40a82912013-08-14 20:54:40 +08001345
hayeswang9629e3c2014-01-15 10:42:15 +08001346 kfree(tp->intr_buff);
1347 tp->intr_buff = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001348}
1349
1350static int alloc_all_mem(struct r8152 *tp)
1351{
1352 struct net_device *netdev = tp->netdev;
hayeswang40a82912013-08-14 20:54:40 +08001353 struct usb_interface *intf = tp->intf;
1354 struct usb_host_interface *alt = intf->cur_altsetting;
1355 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
hayeswangebc2ec482013-08-14 20:54:38 +08001356 struct urb *urb;
1357 int node, i;
1358 u8 *buf;
1359
1360 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1361
1362 spin_lock_init(&tp->rx_lock);
1363 spin_lock_init(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001364 INIT_LIST_HEAD(&tp->tx_free);
hayeswang98d068a2017-03-14 14:15:20 +08001365 INIT_LIST_HEAD(&tp->rx_done);
hayeswangebc2ec482013-08-14 20:54:38 +08001366 skb_queue_head_init(&tp->tx_queue);
hayeswangd823ab62015-01-12 12:06:23 +08001367 skb_queue_head_init(&tp->rx_queue);
hayeswangebc2ec482013-08-14 20:54:38 +08001368
1369 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001370 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001371 if (!buf)
1372 goto err1;
1373
1374 if (buf != rx_agg_align(buf)) {
1375 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001376 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001377 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001378 if (!buf)
1379 goto err1;
1380 }
1381
1382 urb = usb_alloc_urb(0, GFP_KERNEL);
1383 if (!urb) {
1384 kfree(buf);
1385 goto err1;
1386 }
1387
1388 INIT_LIST_HEAD(&tp->rx_info[i].list);
1389 tp->rx_info[i].context = tp;
1390 tp->rx_info[i].urb = urb;
1391 tp->rx_info[i].buffer = buf;
1392 tp->rx_info[i].head = rx_agg_align(buf);
1393 }
1394
1395 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001396 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001397 if (!buf)
1398 goto err1;
1399
1400 if (buf != tx_agg_align(buf)) {
1401 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001402 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001403 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001404 if (!buf)
1405 goto err1;
1406 }
1407
1408 urb = usb_alloc_urb(0, GFP_KERNEL);
1409 if (!urb) {
1410 kfree(buf);
1411 goto err1;
1412 }
1413
1414 INIT_LIST_HEAD(&tp->tx_info[i].list);
1415 tp->tx_info[i].context = tp;
1416 tp->tx_info[i].urb = urb;
1417 tp->tx_info[i].buffer = buf;
1418 tp->tx_info[i].head = tx_agg_align(buf);
1419
1420 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1421 }
1422
hayeswang40a82912013-08-14 20:54:40 +08001423 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1424 if (!tp->intr_urb)
1425 goto err1;
1426
1427 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1428 if (!tp->intr_buff)
1429 goto err1;
1430
1431 tp->intr_interval = (int)ep_intr->desc.bInterval;
1432 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
hayeswangb209af92014-08-25 15:53:00 +08001433 tp->intr_buff, INTBUFSIZE, intr_callback,
1434 tp, tp->intr_interval);
hayeswang40a82912013-08-14 20:54:40 +08001435
hayeswangebc2ec482013-08-14 20:54:38 +08001436 return 0;
1437
1438err1:
1439 free_all_mem(tp);
1440 return -ENOMEM;
1441}
1442
hayeswang0de98f62013-08-16 16:09:35 +08001443static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1444{
1445 struct tx_agg *agg = NULL;
1446 unsigned long flags;
1447
hayeswang21949ab2014-03-07 11:04:35 +08001448 if (list_empty(&tp->tx_free))
1449 return NULL;
1450
hayeswang0de98f62013-08-16 16:09:35 +08001451 spin_lock_irqsave(&tp->tx_lock, flags);
1452 if (!list_empty(&tp->tx_free)) {
1453 struct list_head *cursor;
1454
1455 cursor = tp->tx_free.next;
1456 list_del_init(cursor);
1457 agg = list_entry(cursor, struct tx_agg, list);
1458 }
1459 spin_unlock_irqrestore(&tp->tx_lock, flags);
1460
1461 return agg;
1462}
1463
hayeswangb209af92014-08-25 15:53:00 +08001464/* r8152_csum_workaround()
hayeswang6128d1bb2014-03-07 11:04:40 +08001465 * The hw limites the value the transport offset. When the offset is out of the
1466 * range, calculate the checksum by sw.
1467 */
1468static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1469 struct sk_buff_head *list)
1470{
1471 if (skb_shinfo(skb)->gso_size) {
1472 netdev_features_t features = tp->netdev->features;
1473 struct sk_buff_head seg_list;
1474 struct sk_buff *segs, *nskb;
1475
hayeswanga91d45f2014-07-11 16:48:27 +08001476 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
hayeswang6128d1bb2014-03-07 11:04:40 +08001477 segs = skb_gso_segment(skb, features);
1478 if (IS_ERR(segs) || !segs)
1479 goto drop;
1480
1481 __skb_queue_head_init(&seg_list);
1482
1483 do {
1484 nskb = segs;
1485 segs = segs->next;
1486 nskb->next = NULL;
1487 __skb_queue_tail(&seg_list, nskb);
1488 } while (segs);
1489
1490 skb_queue_splice(&seg_list, list);
1491 dev_kfree_skb(skb);
1492 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1493 if (skb_checksum_help(skb) < 0)
1494 goto drop;
1495
1496 __skb_queue_head(list, skb);
1497 } else {
1498 struct net_device_stats *stats;
1499
1500drop:
1501 stats = &tp->netdev->stats;
1502 stats->tx_dropped++;
1503 dev_kfree_skb(skb);
1504 }
1505}
1506
hayeswangb209af92014-08-25 15:53:00 +08001507/* msdn_giant_send_check()
hayeswang6128d1bb2014-03-07 11:04:40 +08001508 * According to the document of microsoft, the TCP Pseudo Header excludes the
1509 * packet length for IPv6 TCP large packets.
1510 */
1511static int msdn_giant_send_check(struct sk_buff *skb)
1512{
1513 const struct ipv6hdr *ipv6h;
1514 struct tcphdr *th;
hayeswangfcb308d2014-03-11 10:20:32 +08001515 int ret;
1516
1517 ret = skb_cow_head(skb, 0);
1518 if (ret)
1519 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001520
1521 ipv6h = ipv6_hdr(skb);
1522 th = tcp_hdr(skb);
1523
1524 th->check = 0;
1525 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1526
hayeswangfcb308d2014-03-11 10:20:32 +08001527 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001528}
1529
hayeswangc5554292014-09-12 10:43:11 +08001530static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1531{
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001532 if (skb_vlan_tag_present(skb)) {
hayeswangc5554292014-09-12 10:43:11 +08001533 u32 opts2;
1534
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001535 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
hayeswangc5554292014-09-12 10:43:11 +08001536 desc->opts2 |= cpu_to_le32(opts2);
1537 }
1538}
1539
1540static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1541{
1542 u32 opts2 = le32_to_cpu(desc->opts2);
1543
1544 if (opts2 & RX_VLAN_TAG)
1545 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1546 swab16(opts2 & 0xffff));
1547}
1548
hayeswang60c89072014-03-07 11:04:39 +08001549static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1550 struct sk_buff *skb, u32 len, u32 transport_offset)
1551{
1552 u32 mss = skb_shinfo(skb)->gso_size;
1553 u32 opts1, opts2 = 0;
1554 int ret = TX_CSUM_SUCCESS;
1555
1556 WARN_ON_ONCE(len > TX_LEN_MAX);
1557
1558 opts1 = len | TX_FS | TX_LS;
1559
1560 if (mss) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001561 if (transport_offset > GTTCPHO_MAX) {
1562 netif_warn(tp, tx_err, tp->netdev,
1563 "Invalid transport offset 0x%x for TSO\n",
1564 transport_offset);
1565 ret = TX_CSUM_TSO;
1566 goto unavailable;
1567 }
1568
hayeswang6e74d172015-02-06 11:30:50 +08001569 switch (vlan_get_protocol(skb)) {
hayeswang60c89072014-03-07 11:04:39 +08001570 case htons(ETH_P_IP):
1571 opts1 |= GTSENDV4;
1572 break;
1573
hayeswang6128d1bb2014-03-07 11:04:40 +08001574 case htons(ETH_P_IPV6):
hayeswangfcb308d2014-03-11 10:20:32 +08001575 if (msdn_giant_send_check(skb)) {
1576 ret = TX_CSUM_TSO;
1577 goto unavailable;
1578 }
hayeswang6128d1bb2014-03-07 11:04:40 +08001579 opts1 |= GTSENDV6;
hayeswang6128d1bb2014-03-07 11:04:40 +08001580 break;
1581
hayeswang60c89072014-03-07 11:04:39 +08001582 default:
1583 WARN_ON_ONCE(1);
1584 break;
1585 }
1586
1587 opts1 |= transport_offset << GTTCPHO_SHIFT;
1588 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1589 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
hayeswang5bd23882013-08-14 20:54:39 +08001590 u8 ip_protocol;
hayeswang5bd23882013-08-14 20:54:39 +08001591
hayeswang6128d1bb2014-03-07 11:04:40 +08001592 if (transport_offset > TCPHO_MAX) {
1593 netif_warn(tp, tx_err, tp->netdev,
1594 "Invalid transport offset 0x%x\n",
1595 transport_offset);
1596 ret = TX_CSUM_NONE;
1597 goto unavailable;
1598 }
1599
hayeswang6e74d172015-02-06 11:30:50 +08001600 switch (vlan_get_protocol(skb)) {
hayeswang5bd23882013-08-14 20:54:39 +08001601 case htons(ETH_P_IP):
1602 opts2 |= IPV4_CS;
1603 ip_protocol = ip_hdr(skb)->protocol;
1604 break;
1605
1606 case htons(ETH_P_IPV6):
1607 opts2 |= IPV6_CS;
1608 ip_protocol = ipv6_hdr(skb)->nexthdr;
1609 break;
1610
1611 default:
1612 ip_protocol = IPPROTO_RAW;
1613 break;
1614 }
1615
hayeswang60c89072014-03-07 11:04:39 +08001616 if (ip_protocol == IPPROTO_TCP)
hayeswang5bd23882013-08-14 20:54:39 +08001617 opts2 |= TCP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001618 else if (ip_protocol == IPPROTO_UDP)
hayeswang5bd23882013-08-14 20:54:39 +08001619 opts2 |= UDP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001620 else
hayeswang5bd23882013-08-14 20:54:39 +08001621 WARN_ON_ONCE(1);
hayeswang5bd23882013-08-14 20:54:39 +08001622
hayeswang60c89072014-03-07 11:04:39 +08001623 opts2 |= transport_offset << TCPHO_SHIFT;
hayeswang5bd23882013-08-14 20:54:39 +08001624 }
hayeswang60c89072014-03-07 11:04:39 +08001625
1626 desc->opts2 = cpu_to_le32(opts2);
1627 desc->opts1 = cpu_to_le32(opts1);
1628
hayeswang6128d1bb2014-03-07 11:04:40 +08001629unavailable:
hayeswang60c89072014-03-07 11:04:39 +08001630 return ret;
hayeswang5bd23882013-08-14 20:54:39 +08001631}
1632
hayeswangb1379d92013-08-16 16:09:37 +08001633static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1634{
hayeswangd84130a2014-02-18 21:49:02 +08001635 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang9a4be1b2014-02-18 21:49:07 +08001636 int remain, ret;
hayeswangb1379d92013-08-16 16:09:37 +08001637 u8 *tx_data;
1638
hayeswangd84130a2014-02-18 21:49:02 +08001639 __skb_queue_head_init(&skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001640 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001641 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001642 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001643
hayeswangb1379d92013-08-16 16:09:37 +08001644 tx_data = agg->head;
hayeswangb209af92014-08-25 15:53:00 +08001645 agg->skb_num = 0;
1646 agg->skb_len = 0;
hayeswang52aec122014-09-02 10:27:52 +08001647 remain = agg_buf_sz;
hayeswangb1379d92013-08-16 16:09:37 +08001648
hayeswang7937f9e2013-11-20 17:30:54 +08001649 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
hayeswangb1379d92013-08-16 16:09:37 +08001650 struct tx_desc *tx_desc;
1651 struct sk_buff *skb;
1652 unsigned int len;
hayeswang60c89072014-03-07 11:04:39 +08001653 u32 offset;
hayeswangb1379d92013-08-16 16:09:37 +08001654
hayeswangd84130a2014-02-18 21:49:02 +08001655 skb = __skb_dequeue(&skb_head);
hayeswangb1379d92013-08-16 16:09:37 +08001656 if (!skb)
1657 break;
1658
hayeswang60c89072014-03-07 11:04:39 +08001659 len = skb->len + sizeof(*tx_desc);
1660
1661 if (len > remain) {
hayeswangd84130a2014-02-18 21:49:02 +08001662 __skb_queue_head(&skb_head, skb);
hayeswangb1379d92013-08-16 16:09:37 +08001663 break;
1664 }
1665
hayeswang7937f9e2013-11-20 17:30:54 +08001666 tx_data = tx_agg_align(tx_data);
hayeswangb1379d92013-08-16 16:09:37 +08001667 tx_desc = (struct tx_desc *)tx_data;
hayeswang60c89072014-03-07 11:04:39 +08001668
1669 offset = (u32)skb_transport_offset(skb);
1670
hayeswang6128d1bb2014-03-07 11:04:40 +08001671 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1672 r8152_csum_workaround(tp, skb, &skb_head);
1673 continue;
1674 }
hayeswang60c89072014-03-07 11:04:39 +08001675
hayeswangc5554292014-09-12 10:43:11 +08001676 rtl_tx_vlan_tag(tx_desc, skb);
1677
hayeswangb1379d92013-08-16 16:09:37 +08001678 tx_data += sizeof(*tx_desc);
1679
hayeswang60c89072014-03-07 11:04:39 +08001680 len = skb->len;
1681 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1682 struct net_device_stats *stats = &tp->netdev->stats;
1683
1684 stats->tx_dropped++;
1685 dev_kfree_skb_any(skb);
1686 tx_data -= sizeof(*tx_desc);
1687 continue;
1688 }
hayeswangb1379d92013-08-16 16:09:37 +08001689
hayeswang7937f9e2013-11-20 17:30:54 +08001690 tx_data += len;
hayeswang60c89072014-03-07 11:04:39 +08001691 agg->skb_len += len;
1692 agg->skb_num++;
1693
1694 dev_kfree_skb_any(skb);
1695
hayeswang52aec122014-09-02 10:27:52 +08001696 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
hayeswangb1379d92013-08-16 16:09:37 +08001697 }
1698
hayeswangd84130a2014-02-18 21:49:02 +08001699 if (!skb_queue_empty(&skb_head)) {
hayeswang0c3121f2014-03-07 11:04:36 +08001700 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001701 skb_queue_splice(&skb_head, tx_queue);
hayeswang0c3121f2014-03-07 11:04:36 +08001702 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001703 }
1704
hayeswang0c3121f2014-03-07 11:04:36 +08001705 netif_tx_lock(tp->netdev);
hayeswangdd1b1192013-11-20 17:30:56 +08001706
1707 if (netif_queue_stopped(tp->netdev) &&
1708 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1709 netif_wake_queue(tp->netdev);
1710
hayeswang0c3121f2014-03-07 11:04:36 +08001711 netif_tx_unlock(tp->netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08001712
hayeswang0c3121f2014-03-07 11:04:36 +08001713 ret = usb_autopm_get_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001714 if (ret < 0)
1715 goto out_tx_fill;
hayeswangdd1b1192013-11-20 17:30:56 +08001716
hayeswangb1379d92013-08-16 16:09:37 +08001717 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1718 agg->head, (int)(tx_data - (u8 *)agg->head),
1719 (usb_complete_t)write_bulk_callback, agg);
1720
hayeswang0c3121f2014-03-07 11:04:36 +08001721 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
hayeswang9a4be1b2014-02-18 21:49:07 +08001722 if (ret < 0)
hayeswang0c3121f2014-03-07 11:04:36 +08001723 usb_autopm_put_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001724
1725out_tx_fill:
1726 return ret;
hayeswangb1379d92013-08-16 16:09:37 +08001727}
1728
hayeswang565cab02014-03-07 11:04:38 +08001729static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1730{
1731 u8 checksum = CHECKSUM_NONE;
1732 u32 opts2, opts3;
1733
hayeswang19c0f402017-01-11 16:25:34 +08001734 if (!(tp->netdev->features & NETIF_F_RXCSUM))
hayeswang565cab02014-03-07 11:04:38 +08001735 goto return_result;
1736
1737 opts2 = le32_to_cpu(rx_desc->opts2);
1738 opts3 = le32_to_cpu(rx_desc->opts3);
1739
1740 if (opts2 & RD_IPV4_CS) {
1741 if (opts3 & IPF)
1742 checksum = CHECKSUM_NONE;
1743 else if ((opts2 & RD_UDP_CS) && (opts3 & UDPF))
1744 checksum = CHECKSUM_NONE;
1745 else if ((opts2 & RD_TCP_CS) && (opts3 & TCPF))
1746 checksum = CHECKSUM_NONE;
1747 else
1748 checksum = CHECKSUM_UNNECESSARY;
Mark Lordb9a321b2016-10-30 19:28:27 -04001749 } else if (opts2 & RD_IPV6_CS) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001750 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1751 checksum = CHECKSUM_UNNECESSARY;
1752 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1753 checksum = CHECKSUM_UNNECESSARY;
hayeswang565cab02014-03-07 11:04:38 +08001754 }
1755
1756return_result:
1757 return checksum;
1758}
1759
hayeswangd823ab62015-01-12 12:06:23 +08001760static int rx_bottom(struct r8152 *tp, int budget)
hayeswangebc2ec482013-08-14 20:54:38 +08001761{
hayeswanga5a4f462013-08-16 16:09:34 +08001762 unsigned long flags;
hayeswangd84130a2014-02-18 21:49:02 +08001763 struct list_head *cursor, *next, rx_queue;
hayeswange1a2ca92015-02-06 11:30:45 +08001764 int ret = 0, work_done = 0;
hayeswangce594e92017-03-16 14:32:22 +08001765 struct napi_struct *napi = &tp->napi;
hayeswangd823ab62015-01-12 12:06:23 +08001766
1767 if (!skb_queue_empty(&tp->rx_queue)) {
1768 while (work_done < budget) {
1769 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1770 struct net_device *netdev = tp->netdev;
1771 struct net_device_stats *stats = &netdev->stats;
1772 unsigned int pkt_len;
1773
1774 if (!skb)
1775 break;
1776
1777 pkt_len = skb->len;
hayeswangce594e92017-03-16 14:32:22 +08001778 napi_gro_receive(napi, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001779 work_done++;
1780 stats->rx_packets++;
1781 stats->rx_bytes += pkt_len;
1782 }
1783 }
hayeswangebc2ec482013-08-14 20:54:38 +08001784
hayeswangd84130a2014-02-18 21:49:02 +08001785 if (list_empty(&tp->rx_done))
hayeswangd823ab62015-01-12 12:06:23 +08001786 goto out1;
hayeswangd84130a2014-02-18 21:49:02 +08001787
1788 INIT_LIST_HEAD(&rx_queue);
hayeswanga5a4f462013-08-16 16:09:34 +08001789 spin_lock_irqsave(&tp->rx_lock, flags);
hayeswangd84130a2014-02-18 21:49:02 +08001790 list_splice_init(&tp->rx_done, &rx_queue);
1791 spin_unlock_irqrestore(&tp->rx_lock, flags);
1792
1793 list_for_each_safe(cursor, next, &rx_queue) {
hayeswang43a44782013-08-16 16:09:36 +08001794 struct rx_desc *rx_desc;
1795 struct rx_agg *agg;
hayeswang43a44782013-08-16 16:09:36 +08001796 int len_used = 0;
1797 struct urb *urb;
1798 u8 *rx_data;
hayeswang43a44782013-08-16 16:09:36 +08001799
hayeswangebc2ec482013-08-14 20:54:38 +08001800 list_del_init(cursor);
hayeswangebc2ec482013-08-14 20:54:38 +08001801
1802 agg = list_entry(cursor, struct rx_agg, list);
1803 urb = agg->urb;
hayeswang0de98f62013-08-16 16:09:35 +08001804 if (urb->actual_length < ETH_ZLEN)
1805 goto submit;
hayeswangebc2ec482013-08-14 20:54:38 +08001806
hayeswangebc2ec482013-08-14 20:54:38 +08001807 rx_desc = agg->head;
1808 rx_data = agg->head;
hayeswang7937f9e2013-11-20 17:30:54 +08001809 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001810
hayeswang7937f9e2013-11-20 17:30:54 +08001811 while (urb->actual_length > len_used) {
hayeswang43a44782013-08-16 16:09:36 +08001812 struct net_device *netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001813 struct net_device_stats *stats = &netdev->stats;
hayeswang7937f9e2013-11-20 17:30:54 +08001814 unsigned int pkt_len;
hayeswang43a44782013-08-16 16:09:36 +08001815 struct sk_buff *skb;
1816
hayeswang74544452017-06-09 17:11:47 +08001817 /* limite the skb numbers for rx_queue */
1818 if (unlikely(skb_queue_len(&tp->rx_queue) >= 1000))
1819 break;
1820
hayeswang7937f9e2013-11-20 17:30:54 +08001821 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
hayeswangebc2ec482013-08-14 20:54:38 +08001822 if (pkt_len < ETH_ZLEN)
1823 break;
1824
hayeswang7937f9e2013-11-20 17:30:54 +08001825 len_used += pkt_len;
1826 if (urb->actual_length < len_used)
1827 break;
1828
hayeswang8e1f51b2014-01-02 11:22:41 +08001829 pkt_len -= CRC_SIZE;
hayeswangebc2ec482013-08-14 20:54:38 +08001830 rx_data += sizeof(struct rx_desc);
1831
hayeswangce594e92017-03-16 14:32:22 +08001832 skb = napi_alloc_skb(napi, pkt_len);
hayeswangebc2ec482013-08-14 20:54:38 +08001833 if (!skb) {
1834 stats->rx_dropped++;
hayeswang5e2f7482014-03-07 11:04:37 +08001835 goto find_next_rx;
hayeswangebc2ec482013-08-14 20:54:38 +08001836 }
hayeswang565cab02014-03-07 11:04:38 +08001837
1838 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001839 memcpy(skb->data, rx_data, pkt_len);
1840 skb_put(skb, pkt_len);
1841 skb->protocol = eth_type_trans(skb, netdev);
hayeswangc5554292014-09-12 10:43:11 +08001842 rtl_rx_vlan_tag(rx_desc, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001843 if (work_done < budget) {
hayeswangce594e92017-03-16 14:32:22 +08001844 napi_gro_receive(napi, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001845 work_done++;
1846 stats->rx_packets++;
1847 stats->rx_bytes += pkt_len;
1848 } else {
1849 __skb_queue_tail(&tp->rx_queue, skb);
1850 }
hayeswangebc2ec482013-08-14 20:54:38 +08001851
hayeswang5e2f7482014-03-07 11:04:37 +08001852find_next_rx:
hayeswang8e1f51b2014-01-02 11:22:41 +08001853 rx_data = rx_agg_align(rx_data + pkt_len + CRC_SIZE);
hayeswangebc2ec482013-08-14 20:54:38 +08001854 rx_desc = (struct rx_desc *)rx_data;
hayeswangebc2ec482013-08-14 20:54:38 +08001855 len_used = (int)(rx_data - (u8 *)agg->head);
hayeswang7937f9e2013-11-20 17:30:54 +08001856 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001857 }
1858
hayeswang0de98f62013-08-16 16:09:35 +08001859submit:
hayeswange1a2ca92015-02-06 11:30:45 +08001860 if (!ret) {
1861 ret = r8152_submit_rx(tp, agg, GFP_ATOMIC);
1862 } else {
1863 urb->actual_length = 0;
1864 list_add_tail(&agg->list, next);
1865 }
1866 }
1867
1868 if (!list_empty(&rx_queue)) {
1869 spin_lock_irqsave(&tp->rx_lock, flags);
1870 list_splice_tail(&rx_queue, &tp->rx_done);
1871 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001872 }
hayeswangd823ab62015-01-12 12:06:23 +08001873
1874out1:
1875 return work_done;
hayeswangebc2ec482013-08-14 20:54:38 +08001876}
1877
1878static void tx_bottom(struct r8152 *tp)
1879{
hayeswangebc2ec482013-08-14 20:54:38 +08001880 int res;
1881
hayeswangb1379d92013-08-16 16:09:37 +08001882 do {
1883 struct tx_agg *agg;
hayeswangebc2ec482013-08-14 20:54:38 +08001884
hayeswangb1379d92013-08-16 16:09:37 +08001885 if (skb_queue_empty(&tp->tx_queue))
hayeswangebc2ec482013-08-14 20:54:38 +08001886 break;
1887
hayeswangb1379d92013-08-16 16:09:37 +08001888 agg = r8152_get_tx_agg(tp);
1889 if (!agg)
hayeswangebc2ec482013-08-14 20:54:38 +08001890 break;
hayeswangb1379d92013-08-16 16:09:37 +08001891
1892 res = r8152_tx_agg_fill(tp, agg);
1893 if (res) {
hayeswang05e0f1a2014-03-06 15:07:18 +08001894 struct net_device *netdev = tp->netdev;
hayeswangb1379d92013-08-16 16:09:37 +08001895
1896 if (res == -ENODEV) {
hayeswang67610492014-10-30 11:46:40 +08001897 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswangb1379d92013-08-16 16:09:37 +08001898 netif_device_detach(netdev);
1899 } else {
hayeswang05e0f1a2014-03-06 15:07:18 +08001900 struct net_device_stats *stats = &netdev->stats;
1901 unsigned long flags;
1902
hayeswangb1379d92013-08-16 16:09:37 +08001903 netif_warn(tp, tx_err, netdev,
1904 "failed tx_urb %d\n", res);
1905 stats->tx_dropped += agg->skb_num;
hayeswangdb8515e2014-03-06 15:07:16 +08001906
hayeswangb1379d92013-08-16 16:09:37 +08001907 spin_lock_irqsave(&tp->tx_lock, flags);
1908 list_add_tail(&agg->list, &tp->tx_free);
1909 spin_unlock_irqrestore(&tp->tx_lock, flags);
1910 }
hayeswangebc2ec482013-08-14 20:54:38 +08001911 }
hayeswangb1379d92013-08-16 16:09:37 +08001912 } while (res == 0);
hayeswangebc2ec482013-08-14 20:54:38 +08001913}
1914
hayeswangd823ab62015-01-12 12:06:23 +08001915static void bottom_half(struct r8152 *tp)
hayeswangebc2ec482013-08-14 20:54:38 +08001916{
hayeswangebc2ec482013-08-14 20:54:38 +08001917 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1918 return;
1919
1920 if (!test_bit(WORK_ENABLE, &tp->flags))
1921 return;
1922
hayeswang7559fb2f2013-08-16 16:09:38 +08001923 /* When link down, the driver would cancel all bulks. */
1924 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001925 if (!netif_carrier_ok(tp->netdev))
1926 return;
1927
hayeswangd823ab62015-01-12 12:06:23 +08001928 clear_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang9451a112014-11-12 10:05:04 +08001929
hayeswang0c3121f2014-03-07 11:04:36 +08001930 tx_bottom(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08001931}
1932
hayeswangd823ab62015-01-12 12:06:23 +08001933static int r8152_poll(struct napi_struct *napi, int budget)
1934{
1935 struct r8152 *tp = container_of(napi, struct r8152, napi);
1936 int work_done;
1937
1938 work_done = rx_bottom(tp, budget);
1939 bottom_half(tp);
1940
1941 if (work_done < budget) {
hayeswanga3307f92017-06-09 17:11:48 +08001942 if (!napi_complete_done(napi, work_done))
1943 goto out;
hayeswangd823ab62015-01-12 12:06:23 +08001944 if (!list_empty(&tp->rx_done))
1945 napi_schedule(napi);
hayeswang248b2132017-01-26 09:38:33 +08001946 else if (!skb_queue_empty(&tp->tx_queue) &&
1947 !list_empty(&tp->tx_free))
1948 napi_schedule(napi);
hayeswangd823ab62015-01-12 12:06:23 +08001949 }
1950
hayeswanga3307f92017-06-09 17:11:48 +08001951out:
hayeswangd823ab62015-01-12 12:06:23 +08001952 return work_done;
1953}
1954
hayeswangebc2ec482013-08-14 20:54:38 +08001955static
1956int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
1957{
hayeswanga0fccd42014-11-20 10:29:05 +08001958 int ret;
1959
hayeswangef827a52015-01-09 10:26:36 +08001960 /* The rx would be stopped, so skip submitting */
1961 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
1962 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
1963 return 0;
1964
hayeswangebc2ec482013-08-14 20:54:38 +08001965 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
hayeswang52aec122014-09-02 10:27:52 +08001966 agg->head, agg_buf_sz,
hayeswangb209af92014-08-25 15:53:00 +08001967 (usb_complete_t)read_bulk_callback, agg);
hayeswangebc2ec482013-08-14 20:54:38 +08001968
hayeswanga0fccd42014-11-20 10:29:05 +08001969 ret = usb_submit_urb(agg->urb, mem_flags);
1970 if (ret == -ENODEV) {
1971 set_bit(RTL8152_UNPLUG, &tp->flags);
1972 netif_device_detach(tp->netdev);
1973 } else if (ret) {
1974 struct urb *urb = agg->urb;
1975 unsigned long flags;
1976
1977 urb->actual_length = 0;
1978 spin_lock_irqsave(&tp->rx_lock, flags);
1979 list_add_tail(&agg->list, &tp->rx_done);
1980 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangd823ab62015-01-12 12:06:23 +08001981
1982 netif_err(tp, rx_err, tp->netdev,
1983 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
1984
1985 napi_schedule(&tp->napi);
hayeswanga0fccd42014-11-20 10:29:05 +08001986 }
1987
1988 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001989}
1990
hayeswang00a5e362014-02-18 21:48:59 +08001991static void rtl_drop_queued_tx(struct r8152 *tp)
1992{
1993 struct net_device_stats *stats = &tp->netdev->stats;
hayeswangd84130a2014-02-18 21:49:02 +08001994 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang00a5e362014-02-18 21:48:59 +08001995 struct sk_buff *skb;
1996
hayeswangd84130a2014-02-18 21:49:02 +08001997 if (skb_queue_empty(tx_queue))
1998 return;
1999
2000 __skb_queue_head_init(&skb_head);
hayeswang2685d412014-03-07 11:04:34 +08002001 spin_lock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08002002 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang2685d412014-03-07 11:04:34 +08002003 spin_unlock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08002004
2005 while ((skb = __skb_dequeue(&skb_head))) {
hayeswang00a5e362014-02-18 21:48:59 +08002006 dev_kfree_skb(skb);
2007 stats->tx_dropped++;
2008 }
2009}
2010
hayeswangac718b62013-05-02 16:01:25 +00002011static void rtl8152_tx_timeout(struct net_device *netdev)
2012{
2013 struct r8152 *tp = netdev_priv(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08002014
Hayes Wang4a8deae2014-01-07 11:18:22 +08002015 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
hayeswang37608f32015-07-29 20:39:09 +08002016
2017 usb_queue_reset_device(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00002018}
2019
2020static void rtl8152_set_rx_mode(struct net_device *netdev)
2021{
2022 struct r8152 *tp = netdev_priv(netdev);
2023
hayeswang51d979f2015-02-06 11:30:47 +08002024 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00002025 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08002026 schedule_delayed_work(&tp->schedule, 0);
2027 }
hayeswangac718b62013-05-02 16:01:25 +00002028}
2029
2030static void _rtl8152_set_rx_mode(struct net_device *netdev)
2031{
2032 struct r8152 *tp = netdev_priv(netdev);
hayeswang31787f52013-07-31 17:21:25 +08002033 u32 mc_filter[2]; /* Multicast hash filter */
2034 __le32 tmp[2];
hayeswangac718b62013-05-02 16:01:25 +00002035 u32 ocp_data;
2036
hayeswangac718b62013-05-02 16:01:25 +00002037 netif_stop_queue(netdev);
2038 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2039 ocp_data &= ~RCR_ACPT_ALL;
2040 ocp_data |= RCR_AB | RCR_APM;
2041
2042 if (netdev->flags & IFF_PROMISC) {
2043 /* Unconditionally log net taps. */
2044 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
2045 ocp_data |= RCR_AM | RCR_AAP;
hayeswangb209af92014-08-25 15:53:00 +08002046 mc_filter[1] = 0xffffffff;
2047 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002048 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
2049 (netdev->flags & IFF_ALLMULTI)) {
2050 /* Too many to filter perfectly -- accept all multicasts. */
2051 ocp_data |= RCR_AM;
hayeswangb209af92014-08-25 15:53:00 +08002052 mc_filter[1] = 0xffffffff;
2053 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002054 } else {
2055 struct netdev_hw_addr *ha;
2056
hayeswangb209af92014-08-25 15:53:00 +08002057 mc_filter[1] = 0;
2058 mc_filter[0] = 0;
hayeswangac718b62013-05-02 16:01:25 +00002059 netdev_for_each_mc_addr(ha, netdev) {
2060 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
hayeswangb209af92014-08-25 15:53:00 +08002061
hayeswangac718b62013-05-02 16:01:25 +00002062 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
2063 ocp_data |= RCR_AM;
2064 }
2065 }
2066
hayeswang31787f52013-07-31 17:21:25 +08002067 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
2068 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
hayeswangac718b62013-05-02 16:01:25 +00002069
hayeswang31787f52013-07-31 17:21:25 +08002070 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
hayeswangac718b62013-05-02 16:01:25 +00002071 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2072 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002073}
2074
hayeswanga5e31252015-01-06 17:41:58 +08002075static netdev_features_t
2076rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
2077 netdev_features_t features)
2078{
2079 u32 mss = skb_shinfo(skb)->gso_size;
2080 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
2081 int offset = skb_transport_offset(skb);
2082
2083 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
Tom Herberta1882222015-12-14 11:19:43 -08002084 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
hayeswanga5e31252015-01-06 17:41:58 +08002085 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
2086 features &= ~NETIF_F_GSO_MASK;
2087
2088 return features;
2089}
2090
hayeswangac718b62013-05-02 16:01:25 +00002091static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
hayeswangb209af92014-08-25 15:53:00 +08002092 struct net_device *netdev)
hayeswangac718b62013-05-02 16:01:25 +00002093{
2094 struct r8152 *tp = netdev_priv(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002095
hayeswangac718b62013-05-02 16:01:25 +00002096 skb_tx_timestamp(skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002097
hayeswang61598782013-11-20 17:30:55 +08002098 skb_queue_tail(&tp->tx_queue, skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002099
hayeswang0c3121f2014-03-07 11:04:36 +08002100 if (!list_empty(&tp->tx_free)) {
2101 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangd823ab62015-01-12 12:06:23 +08002102 set_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang0c3121f2014-03-07 11:04:36 +08002103 schedule_delayed_work(&tp->schedule, 0);
2104 } else {
2105 usb_mark_last_busy(tp->udev);
hayeswangd823ab62015-01-12 12:06:23 +08002106 napi_schedule(&tp->napi);
hayeswang0c3121f2014-03-07 11:04:36 +08002107 }
hayeswangb209af92014-08-25 15:53:00 +08002108 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
hayeswangdd1b1192013-11-20 17:30:56 +08002109 netif_stop_queue(netdev);
hayeswangb209af92014-08-25 15:53:00 +08002110 }
hayeswangdd1b1192013-11-20 17:30:56 +08002111
hayeswangac718b62013-05-02 16:01:25 +00002112 return NETDEV_TX_OK;
2113}
2114
2115static void r8152b_reset_packet_filter(struct r8152 *tp)
2116{
2117 u32 ocp_data;
2118
2119 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
2120 ocp_data &= ~FMC_FCR_MCU_EN;
2121 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2122 ocp_data |= FMC_FCR_MCU_EN;
2123 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2124}
2125
2126static void rtl8152_nic_reset(struct r8152 *tp)
2127{
2128 int i;
2129
2130 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2131
2132 for (i = 0; i < 1000; i++) {
2133 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2134 break;
hayeswangb209af92014-08-25 15:53:00 +08002135 usleep_range(100, 400);
hayeswangac718b62013-05-02 16:01:25 +00002136 }
2137}
2138
hayeswangdd1b1192013-11-20 17:30:56 +08002139static void set_tx_qlen(struct r8152 *tp)
2140{
2141 struct net_device *netdev = tp->netdev;
2142
hayeswang52aec122014-09-02 10:27:52 +08002143 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN +
2144 sizeof(struct tx_desc));
hayeswangdd1b1192013-11-20 17:30:56 +08002145}
2146
hayeswangac718b62013-05-02 16:01:25 +00002147static inline u8 rtl8152_get_speed(struct r8152 *tp)
2148{
2149 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2150}
2151
hayeswang507605a2014-01-02 11:22:43 +08002152static void rtl_set_eee_plus(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002153{
hayeswangebc2ec482013-08-14 20:54:38 +08002154 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002155 u8 speed;
2156
2157 speed = rtl8152_get_speed(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002158 if (speed & _10bps) {
hayeswangac718b62013-05-02 16:01:25 +00002159 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002160 ocp_data |= EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002161 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2162 } else {
2163 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002164 ocp_data &= ~EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002165 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2166 }
hayeswang507605a2014-01-02 11:22:43 +08002167}
2168
hayeswang00a5e362014-02-18 21:48:59 +08002169static void rxdy_gated_en(struct r8152 *tp, bool enable)
2170{
2171 u32 ocp_data;
2172
2173 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2174 if (enable)
2175 ocp_data |= RXDY_GATED_EN;
2176 else
2177 ocp_data &= ~RXDY_GATED_EN;
2178 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2179}
2180
hayeswang445f7f42014-09-23 16:31:47 +08002181static int rtl_start_rx(struct r8152 *tp)
2182{
2183 int i, ret = 0;
2184
2185 INIT_LIST_HEAD(&tp->rx_done);
2186 for (i = 0; i < RTL8152_MAX_RX; i++) {
2187 INIT_LIST_HEAD(&tp->rx_info[i].list);
2188 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2189 if (ret)
2190 break;
2191 }
2192
hayeswang7bcf4f62014-11-20 10:29:06 +08002193 if (ret && ++i < RTL8152_MAX_RX) {
2194 struct list_head rx_queue;
2195 unsigned long flags;
2196
2197 INIT_LIST_HEAD(&rx_queue);
2198
2199 do {
2200 struct rx_agg *agg = &tp->rx_info[i++];
2201 struct urb *urb = agg->urb;
2202
2203 urb->actual_length = 0;
2204 list_add_tail(&agg->list, &rx_queue);
2205 } while (i < RTL8152_MAX_RX);
2206
2207 spin_lock_irqsave(&tp->rx_lock, flags);
2208 list_splice_tail(&rx_queue, &tp->rx_done);
2209 spin_unlock_irqrestore(&tp->rx_lock, flags);
2210 }
2211
hayeswang445f7f42014-09-23 16:31:47 +08002212 return ret;
2213}
2214
2215static int rtl_stop_rx(struct r8152 *tp)
2216{
2217 int i;
2218
2219 for (i = 0; i < RTL8152_MAX_RX; i++)
2220 usb_kill_urb(tp->rx_info[i].urb);
2221
hayeswangd823ab62015-01-12 12:06:23 +08002222 while (!skb_queue_empty(&tp->rx_queue))
2223 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2224
hayeswang445f7f42014-09-23 16:31:47 +08002225 return 0;
2226}
2227
hayeswang507605a2014-01-02 11:22:43 +08002228static int rtl_enable(struct r8152 *tp)
2229{
2230 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002231
2232 r8152b_reset_packet_filter(tp);
2233
2234 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2235 ocp_data |= CR_RE | CR_TE;
2236 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2237
hayeswang00a5e362014-02-18 21:48:59 +08002238 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002239
hayeswangaa2e0922015-01-09 10:26:35 +08002240 return 0;
hayeswangac718b62013-05-02 16:01:25 +00002241}
2242
hayeswang507605a2014-01-02 11:22:43 +08002243static int rtl8152_enable(struct r8152 *tp)
2244{
hayeswang68714382014-04-11 17:54:31 +08002245 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2246 return -ENODEV;
2247
hayeswang507605a2014-01-02 11:22:43 +08002248 set_tx_qlen(tp);
2249 rtl_set_eee_plus(tp);
2250
2251 return rtl_enable(tp);
2252}
2253
hayeswang464ec102015-02-12 14:33:46 +08002254static void r8153_set_rx_early_timeout(struct r8152 *tp)
hayeswang43779f82014-01-02 11:25:10 +08002255{
hayeswang464ec102015-02-12 14:33:46 +08002256 u32 ocp_data = tp->coalesce / 8;
hayeswang43779f82014-01-02 11:25:10 +08002257
hayeswang464ec102015-02-12 14:33:46 +08002258 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT, ocp_data);
2259}
2260
2261static void r8153_set_rx_early_size(struct r8152 *tp)
2262{
hayeswangb20cb602017-03-20 16:13:45 +08002263 u32 ocp_data = (agg_buf_sz - rx_reserved_size(tp->netdev->mtu)) / 4;
hayeswang464ec102015-02-12 14:33:46 +08002264
2265 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08002266}
2267
2268static int rtl8153_enable(struct r8152 *tp)
2269{
hayeswang68714382014-04-11 17:54:31 +08002270 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2271 return -ENODEV;
2272
hayeswang43779f82014-01-02 11:25:10 +08002273 set_tx_qlen(tp);
2274 rtl_set_eee_plus(tp);
hayeswang464ec102015-02-12 14:33:46 +08002275 r8153_set_rx_early_timeout(tp);
2276 r8153_set_rx_early_size(tp);
hayeswang43779f82014-01-02 11:25:10 +08002277
2278 return rtl_enable(tp);
2279}
2280
hayeswangd70b1132014-09-19 15:17:18 +08002281static void rtl_disable(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002282{
hayeswangebc2ec482013-08-14 20:54:38 +08002283 u32 ocp_data;
2284 int i;
hayeswangac718b62013-05-02 16:01:25 +00002285
hayeswang68714382014-04-11 17:54:31 +08002286 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2287 rtl_drop_queued_tx(tp);
2288 return;
2289 }
2290
hayeswangac718b62013-05-02 16:01:25 +00002291 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2292 ocp_data &= ~RCR_ACPT_ALL;
2293 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2294
hayeswang00a5e362014-02-18 21:48:59 +08002295 rtl_drop_queued_tx(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002296
2297 for (i = 0; i < RTL8152_MAX_TX; i++)
2298 usb_kill_urb(tp->tx_info[i].urb);
hayeswangac718b62013-05-02 16:01:25 +00002299
hayeswang00a5e362014-02-18 21:48:59 +08002300 rxdy_gated_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002301
2302 for (i = 0; i < 1000; i++) {
2303 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2304 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2305 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002306 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002307 }
2308
2309 for (i = 0; i < 1000; i++) {
2310 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2311 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002312 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002313 }
2314
hayeswang445f7f42014-09-23 16:31:47 +08002315 rtl_stop_rx(tp);
hayeswangac718b62013-05-02 16:01:25 +00002316
2317 rtl8152_nic_reset(tp);
2318}
2319
hayeswang00a5e362014-02-18 21:48:59 +08002320static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2321{
2322 u32 ocp_data;
2323
2324 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2325 if (enable)
2326 ocp_data |= POWER_CUT;
2327 else
2328 ocp_data &= ~POWER_CUT;
2329 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2330
2331 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2332 ocp_data &= ~RESUME_INDICATE;
2333 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
hayeswang00a5e362014-02-18 21:48:59 +08002334}
2335
hayeswangc5554292014-09-12 10:43:11 +08002336static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2337{
2338 u32 ocp_data;
2339
2340 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2341 if (enable)
2342 ocp_data |= CPCR_RX_VLAN;
2343 else
2344 ocp_data &= ~CPCR_RX_VLAN;
2345 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2346}
2347
2348static int rtl8152_set_features(struct net_device *dev,
2349 netdev_features_t features)
2350{
2351 netdev_features_t changed = features ^ dev->features;
2352 struct r8152 *tp = netdev_priv(dev);
hayeswang405f8a02014-10-09 18:00:24 +08002353 int ret;
2354
2355 ret = usb_autopm_get_interface(tp->intf);
2356 if (ret < 0)
2357 goto out;
hayeswangc5554292014-09-12 10:43:11 +08002358
hayeswangb5403272014-10-09 18:00:26 +08002359 mutex_lock(&tp->control);
2360
hayeswangc5554292014-09-12 10:43:11 +08002361 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2362 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2363 rtl_rx_vlan_en(tp, true);
2364 else
2365 rtl_rx_vlan_en(tp, false);
2366 }
2367
hayeswangb5403272014-10-09 18:00:26 +08002368 mutex_unlock(&tp->control);
2369
hayeswang405f8a02014-10-09 18:00:24 +08002370 usb_autopm_put_interface(tp->intf);
2371
2372out:
2373 return ret;
hayeswangc5554292014-09-12 10:43:11 +08002374}
2375
hayeswang21ff2e82014-02-18 21:49:06 +08002376#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2377
2378static u32 __rtl_get_wol(struct r8152 *tp)
2379{
2380 u32 ocp_data;
2381 u32 wolopts = 0;
2382
hayeswang21ff2e82014-02-18 21:49:06 +08002383 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2384 if (ocp_data & LINK_ON_WAKE_EN)
2385 wolopts |= WAKE_PHY;
2386
2387 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2388 if (ocp_data & UWF_EN)
2389 wolopts |= WAKE_UCAST;
2390 if (ocp_data & BWF_EN)
2391 wolopts |= WAKE_BCAST;
2392 if (ocp_data & MWF_EN)
2393 wolopts |= WAKE_MCAST;
2394
2395 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2396 if (ocp_data & MAGIC_EN)
2397 wolopts |= WAKE_MAGIC;
2398
2399 return wolopts;
2400}
2401
2402static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2403{
2404 u32 ocp_data;
2405
2406 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2407
2408 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2409 ocp_data &= ~LINK_ON_WAKE_EN;
2410 if (wolopts & WAKE_PHY)
2411 ocp_data |= LINK_ON_WAKE_EN;
2412 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2413
2414 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
hayeswang92f7d072016-07-06 17:35:59 +08002415 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN);
hayeswang21ff2e82014-02-18 21:49:06 +08002416 if (wolopts & WAKE_UCAST)
2417 ocp_data |= UWF_EN;
2418 if (wolopts & WAKE_BCAST)
2419 ocp_data |= BWF_EN;
2420 if (wolopts & WAKE_MCAST)
2421 ocp_data |= MWF_EN;
hayeswang21ff2e82014-02-18 21:49:06 +08002422 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2423
2424 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2425
2426 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2427 ocp_data &= ~MAGIC_EN;
2428 if (wolopts & WAKE_MAGIC)
2429 ocp_data |= MAGIC_EN;
2430 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2431
2432 if (wolopts & WAKE_ANY)
2433 device_set_wakeup_enable(&tp->udev->dev, true);
2434 else
2435 device_set_wakeup_enable(&tp->udev->dev, false);
2436}
2437
hayeswang134f98b2017-06-09 17:11:40 +08002438static void r8153_mac_clk_spd(struct r8152 *tp, bool enable)
2439{
2440 /* MAC clock speed down */
2441 if (enable) {
2442 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL,
2443 ALDPS_SPDWN_RATIO);
2444 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2,
2445 EEE_SPDWN_RATIO);
2446 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3,
2447 PKT_AVAIL_SPDWN_EN | SUSPEND_SPDWN_EN |
2448 U1U2_SPDWN_EN | L1_SPDWN_EN);
2449 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4,
2450 PWRSAVE_SPDWN_EN | RXDV_SPDWN_EN | TX10MIDLE_EN |
2451 TP100_SPDWN_EN | TP500_SPDWN_EN | EEE_SPDWN_EN |
2452 TP1000_SPDWN_EN);
2453 } else {
2454 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, 0);
2455 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, 0);
2456 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, 0);
2457 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4, 0);
2458 }
2459}
2460
hayeswangb2143962015-07-24 13:54:23 +08002461static void r8153_u1u2en(struct r8152 *tp, bool enable)
2462{
2463 u8 u1u2[8];
2464
2465 if (enable)
2466 memset(u1u2, 0xff, sizeof(u1u2));
2467 else
2468 memset(u1u2, 0x00, sizeof(u1u2));
2469
2470 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2471}
2472
2473static void r8153_u2p3en(struct r8152 *tp, bool enable)
2474{
2475 u32 ocp_data;
2476
2477 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
hayeswang3cb32342017-06-09 17:11:43 +08002478 if (enable)
hayeswangb2143962015-07-24 13:54:23 +08002479 ocp_data |= U2P3_ENABLE;
2480 else
2481 ocp_data &= ~U2P3_ENABLE;
2482 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2483}
2484
hayeswangc564b872017-06-09 17:11:38 +08002485static u16 r8153_phy_status(struct r8152 *tp, u16 desired)
2486{
2487 u16 data;
2488 int i;
2489
2490 for (i = 0; i < 500; i++) {
2491 data = ocp_reg_read(tp, OCP_PHY_STATUS);
2492 data &= PHY_STAT_MASK;
2493 if (desired) {
2494 if (data == desired)
2495 break;
2496 } else if (data == PHY_STAT_LAN_ON || data == PHY_STAT_PWRDN ||
2497 data == PHY_STAT_EXT_INIT) {
2498 break;
2499 }
2500
2501 msleep(20);
2502 }
2503
2504 return data;
2505}
2506
hayeswangb2143962015-07-24 13:54:23 +08002507static void r8153_power_cut_en(struct r8152 *tp, bool enable)
2508{
2509 u32 ocp_data;
2510
2511 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2512 if (enable)
2513 ocp_data |= PWR_EN | PHASE2_EN;
2514 else
2515 ocp_data &= ~(PWR_EN | PHASE2_EN);
2516 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2517
2518 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2519 ocp_data &= ~PCUT_STATUS;
2520 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2521}
2522
hayeswang7daed8d2015-07-24 13:54:24 +08002523static bool rtl_can_wakeup(struct r8152 *tp)
2524{
2525 struct usb_device *udev = tp->udev;
2526
2527 return (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP);
2528}
2529
hayeswang9a4be1b2014-02-18 21:49:07 +08002530static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2531{
2532 if (enable) {
2533 u32 ocp_data;
2534
2535 __rtl_set_wol(tp, WAKE_ANY);
2536
2537 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2538
2539 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2540 ocp_data |= LINK_OFF_WAKE_EN;
2541 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2542
2543 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2544 } else {
hayeswangf95ae8a2016-06-30 15:33:35 +08002545 u32 ocp_data;
2546
hayeswang9a4be1b2014-02-18 21:49:07 +08002547 __rtl_set_wol(tp, tp->saved_wolopts);
hayeswangf95ae8a2016-06-30 15:33:35 +08002548
2549 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2550
2551 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2552 ocp_data &= ~LINK_OFF_WAKE_EN;
2553 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2554
2555 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
hayeswang2609af12016-07-05 16:11:46 +08002556 }
2557}
hayeswangf95ae8a2016-06-30 15:33:35 +08002558
hayeswang2609af12016-07-05 16:11:46 +08002559static void rtl8153_runtime_enable(struct r8152 *tp, bool enable)
2560{
hayeswang2609af12016-07-05 16:11:46 +08002561 if (enable) {
2562 r8153_u1u2en(tp, false);
2563 r8153_u2p3en(tp, false);
hayeswang134f98b2017-06-09 17:11:40 +08002564 r8153_mac_clk_spd(tp, true);
hayeswang02552752017-06-09 17:11:42 +08002565 rtl_runtime_suspend_enable(tp, true);
hayeswang2609af12016-07-05 16:11:46 +08002566 } else {
hayeswang02552752017-06-09 17:11:42 +08002567 rtl_runtime_suspend_enable(tp, false);
hayeswang134f98b2017-06-09 17:11:40 +08002568 r8153_mac_clk_spd(tp, false);
hayeswang3cb32342017-06-09 17:11:43 +08002569
2570 switch (tp->version) {
2571 case RTL_VER_03:
2572 case RTL_VER_04:
2573 break;
2574 case RTL_VER_05:
2575 case RTL_VER_06:
2576 default:
2577 r8153_u2p3en(tp, true);
2578 break;
2579 }
2580
hayeswangb2143962015-07-24 13:54:23 +08002581 r8153_u1u2en(tp, true);
hayeswang9a4be1b2014-02-18 21:49:07 +08002582 }
2583}
2584
hayeswang43499682014-02-18 21:48:58 +08002585static void r8153_teredo_off(struct r8152 *tp)
2586{
2587 u32 ocp_data;
2588
2589 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2590 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK | OOB_TEREDO_EN);
2591 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2592
2593 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2594 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2595 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2596}
2597
hayeswang93fe9b12016-06-16 10:55:18 +08002598static void rtl_reset_bmu(struct r8152 *tp)
2599{
2600 u32 ocp_data;
2601
2602 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_BMU_RESET);
2603 ocp_data &= ~(BMU_RESET_EP_IN | BMU_RESET_EP_OUT);
2604 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2605 ocp_data |= BMU_RESET_EP_IN | BMU_RESET_EP_OUT;
2606 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2607}
2608
hayeswangcda9fb02016-01-07 17:51:12 +08002609static void r8152_aldps_en(struct r8152 *tp, bool enable)
hayeswang43499682014-02-18 21:48:58 +08002610{
hayeswangcda9fb02016-01-07 17:51:12 +08002611 if (enable) {
2612 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2613 LINKENA | DIS_SDSAVE);
2614 } else {
2615 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA |
2616 DIS_SDSAVE);
2617 msleep(20);
2618 }
hayeswang43499682014-02-18 21:48:58 +08002619}
2620
hayeswange6449532016-09-20 16:22:05 +08002621static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
2622{
2623 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
2624 ocp_reg_write(tp, OCP_EEE_DATA, reg);
2625 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
2626}
2627
2628static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
2629{
2630 u16 data;
2631
2632 r8152_mmd_indirect(tp, dev, reg);
2633 data = ocp_reg_read(tp, OCP_EEE_DATA);
2634 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2635
2636 return data;
2637}
2638
2639static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
2640{
2641 r8152_mmd_indirect(tp, dev, reg);
2642 ocp_reg_write(tp, OCP_EEE_DATA, data);
2643 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2644}
2645
2646static void r8152_eee_en(struct r8152 *tp, bool enable)
2647{
2648 u16 config1, config2, config3;
2649 u32 ocp_data;
2650
2651 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2652 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
2653 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
2654 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
2655
2656 if (enable) {
2657 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2658 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
2659 config1 |= sd_rise_time(1);
2660 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
2661 config3 |= fast_snr(42);
2662 } else {
2663 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2664 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
2665 RX_QUIET_EN);
2666 config1 |= sd_rise_time(7);
2667 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
2668 config3 |= fast_snr(511);
2669 }
2670
2671 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2672 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
2673 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
2674 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
2675}
2676
2677static void r8152b_enable_eee(struct r8152 *tp)
2678{
2679 r8152_eee_en(tp, true);
2680 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
2681}
2682
2683static void r8152b_enable_fc(struct r8152 *tp)
2684{
2685 u16 anar;
2686
2687 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2688 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
2689 r8152_mdio_write(tp, MII_ADVERTISE, anar);
2690}
2691
hayeswangd70b1132014-09-19 15:17:18 +08002692static void rtl8152_disable(struct r8152 *tp)
2693{
hayeswangcda9fb02016-01-07 17:51:12 +08002694 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002695 rtl_disable(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002696 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08002697}
2698
hayeswang43499682014-02-18 21:48:58 +08002699static void r8152b_hw_phy_cfg(struct r8152 *tp)
2700{
hayeswangef39df82016-09-20 16:22:07 +08002701 r8152b_enable_eee(tp);
2702 r8152_aldps_en(tp, true);
2703 r8152b_enable_fc(tp);
hayeswangf0cbe0a2014-02-18 21:49:03 +08002704
hayeswangaa66a5f2014-02-18 21:49:04 +08002705 set_bit(PHY_RESET, &tp->flags);
hayeswang43499682014-02-18 21:48:58 +08002706}
2707
hayeswangac718b62013-05-02 16:01:25 +00002708static void r8152b_exit_oob(struct r8152 *tp)
2709{
hayeswangdb8515e2014-03-06 15:07:16 +08002710 u32 ocp_data;
2711 int i;
hayeswangac718b62013-05-02 16:01:25 +00002712
2713 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2714 ocp_data &= ~RCR_ACPT_ALL;
2715 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2716
hayeswang00a5e362014-02-18 21:48:59 +08002717 rxdy_gated_en(tp, true);
hayeswangda9bd112014-02-18 21:49:08 +08002718 r8153_teredo_off(tp);
hayeswangac718b62013-05-02 16:01:25 +00002719 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2720 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
2721
2722 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2723 ocp_data &= ~NOW_IS_OOB;
2724 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2725
2726 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2727 ocp_data &= ~MCU_BORW_EN;
2728 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2729
2730 for (i = 0; i < 1000; i++) {
2731 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2732 if (ocp_data & LINK_LIST_READY)
2733 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002734 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002735 }
2736
2737 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2738 ocp_data |= RE_INIT_LL;
2739 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2740
2741 for (i = 0; i < 1000; i++) {
2742 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2743 if (ocp_data & LINK_LIST_READY)
2744 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002745 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002746 }
2747
2748 rtl8152_nic_reset(tp);
2749
2750 /* rx share fifo credit full threshold */
2751 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2752
hayeswanga3cc4652014-07-24 16:37:43 +08002753 if (tp->udev->speed == USB_SPEED_FULL ||
2754 tp->udev->speed == USB_SPEED_LOW) {
hayeswangac718b62013-05-02 16:01:25 +00002755 /* rx share fifo credit near full threshold */
2756 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2757 RXFIFO_THR2_FULL);
2758 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2759 RXFIFO_THR3_FULL);
2760 } else {
2761 /* rx share fifo credit near full threshold */
2762 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2763 RXFIFO_THR2_HIGH);
2764 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2765 RXFIFO_THR3_HIGH);
2766 }
2767
2768 /* TX share fifo free credit full threshold */
2769 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
2770
2771 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
hayeswang8e1f51b2014-01-02 11:22:41 +08002772 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
hayeswangac718b62013-05-02 16:01:25 +00002773 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
2774 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
2775
hayeswangc5554292014-09-12 10:43:11 +08002776 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswangac718b62013-05-02 16:01:25 +00002777
2778 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2779
2780 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2781 ocp_data |= TCR0_AUTO_FIFO;
2782 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2783}
2784
2785static void r8152b_enter_oob(struct r8152 *tp)
2786{
hayeswang45f4a192014-01-06 17:08:41 +08002787 u32 ocp_data;
2788 int i;
hayeswangac718b62013-05-02 16:01:25 +00002789
2790 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2791 ocp_data &= ~NOW_IS_OOB;
2792 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2793
2794 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
2795 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
2796 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
2797
hayeswangd70b1132014-09-19 15:17:18 +08002798 rtl_disable(tp);
hayeswangac718b62013-05-02 16:01:25 +00002799
2800 for (i = 0; i < 1000; i++) {
2801 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2802 if (ocp_data & LINK_LIST_READY)
2803 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002804 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002805 }
2806
2807 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2808 ocp_data |= RE_INIT_LL;
2809 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2810
2811 for (i = 0; i < 1000; i++) {
2812 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2813 if (ocp_data & LINK_LIST_READY)
2814 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002815 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002816 }
2817
2818 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2819
hayeswangc5554292014-09-12 10:43:11 +08002820 rtl_rx_vlan_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002821
2822 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2823 ocp_data |= ALDPS_PROXY_MODE;
2824 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2825
2826 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2827 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2828 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2829
hayeswang00a5e362014-02-18 21:48:59 +08002830 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002831
2832 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2833 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2834 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2835}
2836
hayeswange6449532016-09-20 16:22:05 +08002837static void r8153_aldps_en(struct r8152 *tp, bool enable)
2838{
2839 u16 data;
2840
2841 data = ocp_reg_read(tp, OCP_POWER_CFG);
2842 if (enable) {
2843 data |= EN_ALDPS;
2844 ocp_reg_write(tp, OCP_POWER_CFG, data);
2845 } else {
hayeswang4214cc52017-06-09 17:11:46 +08002846 int i;
2847
hayeswange6449532016-09-20 16:22:05 +08002848 data &= ~EN_ALDPS;
2849 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswang4214cc52017-06-09 17:11:46 +08002850 for (i = 0; i < 20; i++) {
2851 usleep_range(1000, 2000);
2852 if (ocp_read_word(tp, MCU_TYPE_PLA, 0xe000) & 0x0100)
2853 break;
2854 }
hayeswange6449532016-09-20 16:22:05 +08002855 }
2856}
2857
2858static void r8153_eee_en(struct r8152 *tp, bool enable)
2859{
2860 u32 ocp_data;
2861 u16 config;
2862
2863 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2864 config = ocp_reg_read(tp, OCP_EEE_CFG);
2865
2866 if (enable) {
2867 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2868 config |= EEE10_EN;
2869 } else {
2870 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2871 config &= ~EEE10_EN;
2872 }
2873
2874 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2875 ocp_reg_write(tp, OCP_EEE_CFG, config);
2876}
2877
hayeswang43779f82014-01-02 11:25:10 +08002878static void r8153_hw_phy_cfg(struct r8152 *tp)
2879{
2880 u32 ocp_data;
2881 u16 data;
2882
hayeswangd768c612016-09-20 16:22:09 +08002883 /* disable ALDPS before updating the PHY parameters */
2884 r8153_aldps_en(tp, false);
hayeswangfb02eb42015-07-22 15:27:41 +08002885
hayeswangd768c612016-09-20 16:22:09 +08002886 /* disable EEE before updating the PHY parameters */
2887 r8153_eee_en(tp, false);
2888 ocp_reg_write(tp, OCP_EEE_ADV, 0);
hayeswang43779f82014-01-02 11:25:10 +08002889
2890 if (tp->version == RTL_VER_03) {
2891 data = ocp_reg_read(tp, OCP_EEE_CFG);
2892 data &= ~CTAP_SHORT_EN;
2893 ocp_reg_write(tp, OCP_EEE_CFG, data);
2894 }
2895
2896 data = ocp_reg_read(tp, OCP_POWER_CFG);
2897 data |= EEE_CLKDIV_EN;
2898 ocp_reg_write(tp, OCP_POWER_CFG, data);
2899
2900 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
2901 data |= EN_10M_BGOFF;
2902 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
2903 data = ocp_reg_read(tp, OCP_POWER_CFG);
2904 data |= EN_10M_PLLOFF;
2905 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswangb4d99de2015-01-19 17:02:46 +08002906 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
hayeswang43779f82014-01-02 11:25:10 +08002907
2908 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
2909 ocp_data |= PFM_PWM_SWITCH;
2910 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
2911
hayeswangb4d99de2015-01-19 17:02:46 +08002912 /* Enable LPF corner auto tune */
2913 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
hayeswang43779f82014-01-02 11:25:10 +08002914
hayeswangb4d99de2015-01-19 17:02:46 +08002915 /* Adjust 10M Amplitude */
2916 sram_write(tp, SRAM_10M_AMP1, 0x00af);
2917 sram_write(tp, SRAM_10M_AMP2, 0x0208);
hayeswangaa66a5f2014-02-18 21:49:04 +08002918
hayeswangaf0287e2016-09-20 16:22:08 +08002919 r8153_eee_en(tp, true);
2920 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
2921
hayeswangef39df82016-09-20 16:22:07 +08002922 r8153_aldps_en(tp, true);
2923 r8152b_enable_fc(tp);
2924
hayeswang3cb32342017-06-09 17:11:43 +08002925 switch (tp->version) {
2926 case RTL_VER_03:
2927 case RTL_VER_04:
2928 break;
2929 case RTL_VER_05:
2930 case RTL_VER_06:
2931 default:
2932 r8153_u2p3en(tp, true);
2933 break;
2934 }
2935
hayeswangaa66a5f2014-02-18 21:49:04 +08002936 set_bit(PHY_RESET, &tp->flags);
hayeswang43779f82014-01-02 11:25:10 +08002937}
2938
hayeswang43779f82014-01-02 11:25:10 +08002939static void r8153_first_init(struct r8152 *tp)
2940{
2941 u32 ocp_data;
2942 int i;
2943
hayeswang134f98b2017-06-09 17:11:40 +08002944 r8153_mac_clk_spd(tp, false);
hayeswang00a5e362014-02-18 21:48:59 +08002945 rxdy_gated_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002946 r8153_teredo_off(tp);
2947
2948 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2949 ocp_data &= ~RCR_ACPT_ALL;
2950 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2951
hayeswang43779f82014-01-02 11:25:10 +08002952 rtl8152_nic_reset(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002953 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002954
2955 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2956 ocp_data &= ~NOW_IS_OOB;
2957 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2958
2959 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2960 ocp_data &= ~MCU_BORW_EN;
2961 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2962
2963 for (i = 0; i < 1000; i++) {
2964 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2965 if (ocp_data & LINK_LIST_READY)
2966 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002967 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002968 }
2969
2970 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2971 ocp_data |= RE_INIT_LL;
2972 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2973
2974 for (i = 0; i < 1000; i++) {
2975 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2976 if (ocp_data & LINK_LIST_READY)
2977 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002978 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002979 }
2980
hayeswangc5554292014-09-12 10:43:11 +08002981 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswang43779f82014-01-02 11:25:10 +08002982
hayeswang210c4f72017-03-20 16:13:44 +08002983 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + CRC_SIZE;
2984 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
hayeswang69b4b7a2014-07-10 10:58:54 +08002985 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
hayeswang43779f82014-01-02 11:25:10 +08002986
2987 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2988 ocp_data |= TCR0_AUTO_FIFO;
2989 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2990
2991 rtl8152_nic_reset(tp);
2992
2993 /* rx share fifo credit full threshold */
2994 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2995 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
2996 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
2997 /* TX share fifo free credit full threshold */
2998 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
hayeswang43779f82014-01-02 11:25:10 +08002999}
3000
3001static void r8153_enter_oob(struct r8152 *tp)
3002{
3003 u32 ocp_data;
3004 int i;
3005
hayeswang134f98b2017-06-09 17:11:40 +08003006 r8153_mac_clk_spd(tp, true);
3007
hayeswang43779f82014-01-02 11:25:10 +08003008 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3009 ocp_data &= ~NOW_IS_OOB;
3010 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3011
hayeswangd70b1132014-09-19 15:17:18 +08003012 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08003013 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08003014
3015 for (i = 0; i < 1000; i++) {
3016 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3017 if (ocp_data & LINK_LIST_READY)
3018 break;
hayeswang8ddfa072014-09-09 11:40:28 +08003019 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08003020 }
3021
3022 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3023 ocp_data |= RE_INIT_LL;
3024 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3025
3026 for (i = 0; i < 1000; i++) {
3027 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3028 if (ocp_data & LINK_LIST_READY)
3029 break;
hayeswang8ddfa072014-09-09 11:40:28 +08003030 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08003031 }
3032
hayeswang210c4f72017-03-20 16:13:44 +08003033 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + CRC_SIZE;
3034 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08003035
hayeswang43779f82014-01-02 11:25:10 +08003036 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
3037 ocp_data &= ~TEREDO_WAKE_MASK;
3038 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
3039
hayeswangc5554292014-09-12 10:43:11 +08003040 rtl_rx_vlan_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003041
3042 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
3043 ocp_data |= ALDPS_PROXY_MODE;
3044 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
3045
3046 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3047 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
3048 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3049
hayeswang00a5e362014-02-18 21:48:59 +08003050 rxdy_gated_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003051
3052 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3053 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
3054 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3055}
3056
hayeswangd70b1132014-09-19 15:17:18 +08003057static void rtl8153_disable(struct r8152 *tp)
3058{
hayeswangcda9fb02016-01-07 17:51:12 +08003059 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003060 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08003061 rtl_reset_bmu(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003062 r8153_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003063}
3064
hayeswangac718b62013-05-02 16:01:25 +00003065static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
3066{
hayeswang43779f82014-01-02 11:25:10 +08003067 u16 bmcr, anar, gbcr;
hayeswangac718b62013-05-02 16:01:25 +00003068 int ret = 0;
3069
hayeswangac718b62013-05-02 16:01:25 +00003070 anar = r8152_mdio_read(tp, MII_ADVERTISE);
3071 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
3072 ADVERTISE_100HALF | ADVERTISE_100FULL);
hayeswang43779f82014-01-02 11:25:10 +08003073 if (tp->mii.supports_gmii) {
3074 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
3075 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
3076 } else {
3077 gbcr = 0;
3078 }
hayeswangac718b62013-05-02 16:01:25 +00003079
3080 if (autoneg == AUTONEG_DISABLE) {
3081 if (speed == SPEED_10) {
3082 bmcr = 0;
3083 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3084 } else if (speed == SPEED_100) {
3085 bmcr = BMCR_SPEED100;
3086 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
hayeswang43779f82014-01-02 11:25:10 +08003087 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3088 bmcr = BMCR_SPEED1000;
3089 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
hayeswangac718b62013-05-02 16:01:25 +00003090 } else {
3091 ret = -EINVAL;
3092 goto out;
3093 }
3094
3095 if (duplex == DUPLEX_FULL)
3096 bmcr |= BMCR_FULLDPLX;
3097 } else {
3098 if (speed == SPEED_10) {
3099 if (duplex == DUPLEX_FULL)
3100 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3101 else
3102 anar |= ADVERTISE_10HALF;
3103 } else if (speed == SPEED_100) {
3104 if (duplex == DUPLEX_FULL) {
3105 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3106 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3107 } else {
3108 anar |= ADVERTISE_10HALF;
3109 anar |= ADVERTISE_100HALF;
3110 }
hayeswang43779f82014-01-02 11:25:10 +08003111 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3112 if (duplex == DUPLEX_FULL) {
3113 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3114 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3115 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
3116 } else {
3117 anar |= ADVERTISE_10HALF;
3118 anar |= ADVERTISE_100HALF;
3119 gbcr |= ADVERTISE_1000HALF;
3120 }
hayeswangac718b62013-05-02 16:01:25 +00003121 } else {
3122 ret = -EINVAL;
3123 goto out;
3124 }
3125
3126 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
3127 }
3128
hayeswangfae56172016-06-16 14:08:29 +08003129 if (test_and_clear_bit(PHY_RESET, &tp->flags))
hayeswangaa66a5f2014-02-18 21:49:04 +08003130 bmcr |= BMCR_RESET;
3131
hayeswang43779f82014-01-02 11:25:10 +08003132 if (tp->mii.supports_gmii)
3133 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
3134
hayeswangac718b62013-05-02 16:01:25 +00003135 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3136 r8152_mdio_write(tp, MII_BMCR, bmcr);
3137
hayeswangfae56172016-06-16 14:08:29 +08003138 if (bmcr & BMCR_RESET) {
hayeswangaa66a5f2014-02-18 21:49:04 +08003139 int i;
3140
hayeswangaa66a5f2014-02-18 21:49:04 +08003141 for (i = 0; i < 50; i++) {
3142 msleep(20);
3143 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
3144 break;
3145 }
3146 }
3147
hayeswangac718b62013-05-02 16:01:25 +00003148out:
hayeswangac718b62013-05-02 16:01:25 +00003149 return ret;
3150}
3151
hayeswangd70b1132014-09-19 15:17:18 +08003152static void rtl8152_up(struct r8152 *tp)
3153{
3154 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3155 return;
3156
hayeswangcda9fb02016-01-07 17:51:12 +08003157 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003158 r8152b_exit_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003159 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003160}
3161
hayeswangac718b62013-05-02 16:01:25 +00003162static void rtl8152_down(struct r8152 *tp)
3163{
hayeswang68714382014-04-11 17:54:31 +08003164 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3165 rtl_drop_queued_tx(tp);
3166 return;
3167 }
3168
hayeswang00a5e362014-02-18 21:48:59 +08003169 r8152_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003170 r8152_aldps_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003171 r8152b_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003172 r8152_aldps_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00003173}
3174
hayeswangd70b1132014-09-19 15:17:18 +08003175static void rtl8153_up(struct r8152 *tp)
3176{
3177 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3178 return;
3179
hayeswangb2143962015-07-24 13:54:23 +08003180 r8153_u1u2en(tp, false);
hayeswang3cb32342017-06-09 17:11:43 +08003181 r8153_u2p3en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003182 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003183 r8153_first_init(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003184 r8153_aldps_en(tp, true);
hayeswang3cb32342017-06-09 17:11:43 +08003185
3186 switch (tp->version) {
3187 case RTL_VER_03:
3188 case RTL_VER_04:
3189 break;
3190 case RTL_VER_05:
3191 case RTL_VER_06:
3192 default:
3193 r8153_u2p3en(tp, true);
3194 break;
3195 }
3196
hayeswangb2143962015-07-24 13:54:23 +08003197 r8153_u1u2en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003198}
3199
hayeswang43779f82014-01-02 11:25:10 +08003200static void rtl8153_down(struct r8152 *tp)
3201{
hayeswang68714382014-04-11 17:54:31 +08003202 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3203 rtl_drop_queued_tx(tp);
3204 return;
3205 }
3206
hayeswangb9702722014-02-18 21:49:00 +08003207 r8153_u1u2en(tp, false);
hayeswangb2143962015-07-24 13:54:23 +08003208 r8153_u2p3en(tp, false);
hayeswangb9702722014-02-18 21:49:00 +08003209 r8153_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003210 r8153_aldps_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003211 r8153_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003212 r8153_aldps_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003213}
3214
hayeswang2dd49e02015-09-07 11:57:44 +08003215static bool rtl8152_in_nway(struct r8152 *tp)
3216{
3217 u16 nway_state;
3218
3219 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, 0x2000);
3220 tp->ocp_base = 0x2000;
3221 ocp_write_byte(tp, MCU_TYPE_PLA, 0xb014, 0x4c); /* phy state */
3222 nway_state = ocp_read_word(tp, MCU_TYPE_PLA, 0xb01a);
3223
3224 /* bit 15: TXDIS_STATE, bit 14: ABD_STATE */
3225 if (nway_state & 0xc000)
3226 return false;
3227 else
3228 return true;
3229}
3230
3231static bool rtl8153_in_nway(struct r8152 *tp)
3232{
3233 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff;
3234
3235 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE)
3236 return false;
3237 else
3238 return true;
3239}
3240
hayeswangac718b62013-05-02 16:01:25 +00003241static void set_carrier(struct r8152 *tp)
3242{
3243 struct net_device *netdev = tp->netdev;
hayeswangce594e92017-03-16 14:32:22 +08003244 struct napi_struct *napi = &tp->napi;
hayeswangac718b62013-05-02 16:01:25 +00003245 u8 speed;
3246
3247 speed = rtl8152_get_speed(tp);
3248
3249 if (speed & LINK_STATUS) {
hayeswang51d979f2015-02-06 11:30:47 +08003250 if (!netif_carrier_ok(netdev)) {
hayeswangc81229c2014-01-02 11:22:42 +08003251 tp->rtl_ops.enable(tp);
hayeswangac718b62013-05-02 16:01:25 +00003252 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswangde9bf292017-01-26 09:38:32 +08003253 netif_stop_queue(netdev);
hayeswangce594e92017-03-16 14:32:22 +08003254 napi_disable(napi);
hayeswangac718b62013-05-02 16:01:25 +00003255 netif_carrier_on(netdev);
hayeswangaa2e0922015-01-09 10:26:35 +08003256 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003257 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003258 netif_wake_queue(netdev);
3259 netif_info(tp, link, netdev, "carrier on\n");
hayeswang2f25abe2017-03-23 19:14:19 +08003260 } else if (netif_queue_stopped(netdev) &&
3261 skb_queue_len(&tp->tx_queue) < tp->tx_qlen) {
3262 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003263 }
3264 } else {
hayeswang51d979f2015-02-06 11:30:47 +08003265 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00003266 netif_carrier_off(netdev);
hayeswangce594e92017-03-16 14:32:22 +08003267 napi_disable(napi);
hayeswangc81229c2014-01-02 11:22:42 +08003268 tp->rtl_ops.disable(tp);
hayeswangce594e92017-03-16 14:32:22 +08003269 napi_enable(napi);
hayeswangde9bf292017-01-26 09:38:32 +08003270 netif_info(tp, link, netdev, "carrier off\n");
hayeswangac718b62013-05-02 16:01:25 +00003271 }
3272 }
hayeswangac718b62013-05-02 16:01:25 +00003273}
3274
3275static void rtl_work_func_t(struct work_struct *work)
3276{
3277 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
3278
hayeswanga1f83fe2014-11-12 10:05:05 +08003279 /* If the device is unplugged or !netif_running(), the workqueue
3280 * doesn't need to wake the device, and could return directly.
3281 */
3282 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
3283 return;
3284
hayeswang9a4be1b2014-02-18 21:49:07 +08003285 if (usb_autopm_get_interface(tp->intf) < 0)
3286 return;
3287
hayeswangac718b62013-05-02 16:01:25 +00003288 if (!test_bit(WORK_ENABLE, &tp->flags))
3289 goto out1;
3290
hayeswangb5403272014-10-09 18:00:26 +08003291 if (!mutex_trylock(&tp->control)) {
3292 schedule_delayed_work(&tp->schedule, 0);
3293 goto out1;
3294 }
3295
hayeswang216a8342016-01-07 17:51:11 +08003296 if (test_and_clear_bit(RTL8152_LINK_CHG, &tp->flags))
hayeswang40a82912013-08-14 20:54:40 +08003297 set_carrier(tp);
hayeswangac718b62013-05-02 16:01:25 +00003298
hayeswang216a8342016-01-07 17:51:11 +08003299 if (test_and_clear_bit(RTL8152_SET_RX_MODE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00003300 _rtl8152_set_rx_mode(tp->netdev);
3301
hayeswangd823ab62015-01-12 12:06:23 +08003302 /* don't schedule napi before linking */
hayeswang216a8342016-01-07 17:51:11 +08003303 if (test_and_clear_bit(SCHEDULE_NAPI, &tp->flags) &&
3304 netif_carrier_ok(tp->netdev))
hayeswangd823ab62015-01-12 12:06:23 +08003305 napi_schedule(&tp->napi);
hayeswangaa66a5f2014-02-18 21:49:04 +08003306
hayeswangb5403272014-10-09 18:00:26 +08003307 mutex_unlock(&tp->control);
3308
hayeswangac718b62013-05-02 16:01:25 +00003309out1:
hayeswang9a4be1b2014-02-18 21:49:07 +08003310 usb_autopm_put_interface(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00003311}
3312
hayeswanga028a9e2016-06-13 17:49:36 +08003313static void rtl_hw_phy_work_func_t(struct work_struct *work)
3314{
3315 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work);
3316
3317 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3318 return;
3319
3320 if (usb_autopm_get_interface(tp->intf) < 0)
3321 return;
3322
3323 mutex_lock(&tp->control);
3324
3325 tp->rtl_ops.hw_phy_cfg(tp);
3326
hayeswangaa7e26b2016-06-13 17:49:38 +08003327 rtl8152_set_speed(tp, tp->autoneg, tp->speed, tp->duplex);
hayeswang9d21c0d2016-06-13 17:49:37 +08003328
hayeswanga028a9e2016-06-13 17:49:36 +08003329 mutex_unlock(&tp->control);
3330
3331 usb_autopm_put_interface(tp->intf);
3332}
3333
hayeswang5ee3c602016-01-07 17:12:17 +08003334#ifdef CONFIG_PM_SLEEP
3335static int rtl_notifier(struct notifier_block *nb, unsigned long action,
3336 void *data)
3337{
3338 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier);
3339
3340 switch (action) {
3341 case PM_HIBERNATION_PREPARE:
3342 case PM_SUSPEND_PREPARE:
3343 usb_autopm_get_interface(tp->intf);
3344 break;
3345
3346 case PM_POST_HIBERNATION:
3347 case PM_POST_SUSPEND:
3348 usb_autopm_put_interface(tp->intf);
3349 break;
3350
3351 case PM_POST_RESTORE:
3352 case PM_RESTORE_PREPARE:
3353 default:
3354 break;
3355 }
3356
3357 return NOTIFY_DONE;
3358}
3359#endif
3360
hayeswangac718b62013-05-02 16:01:25 +00003361static int rtl8152_open(struct net_device *netdev)
3362{
3363 struct r8152 *tp = netdev_priv(netdev);
3364 int res = 0;
3365
hayeswang7e9da482014-02-18 21:49:05 +08003366 res = alloc_all_mem(tp);
3367 if (res)
3368 goto out;
3369
hayeswang9a4be1b2014-02-18 21:49:07 +08003370 res = usb_autopm_get_interface(tp->intf);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003371 if (res < 0)
3372 goto out_free;
hayeswang9a4be1b2014-02-18 21:49:07 +08003373
hayeswangb5403272014-10-09 18:00:26 +08003374 mutex_lock(&tp->control);
3375
hayeswang7e9da482014-02-18 21:49:05 +08003376 tp->rtl_ops.up(tp);
3377
hayeswang40a82912013-08-14 20:54:40 +08003378 netif_carrier_off(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003379 netif_start_queue(netdev);
3380 set_bit(WORK_ENABLE, &tp->flags);
hayeswangdb8515e2014-03-06 15:07:16 +08003381
hayeswang3d55f442014-02-06 11:55:48 +08003382 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3383 if (res) {
3384 if (res == -ENODEV)
3385 netif_device_detach(tp->netdev);
3386 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3387 res);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003388 goto out_unlock;
hayeswang3d55f442014-02-06 11:55:48 +08003389 }
Guenter Roeckca0a7532016-11-09 19:51:25 -08003390 napi_enable(&tp->napi);
hayeswang3d55f442014-02-06 11:55:48 +08003391
hayeswangb5403272014-10-09 18:00:26 +08003392 mutex_unlock(&tp->control);
3393
hayeswang9a4be1b2014-02-18 21:49:07 +08003394 usb_autopm_put_interface(tp->intf);
hayeswang5ee3c602016-01-07 17:12:17 +08003395#ifdef CONFIG_PM_SLEEP
3396 tp->pm_notifier.notifier_call = rtl_notifier;
3397 register_pm_notifier(&tp->pm_notifier);
3398#endif
Guenter Roeckca0a7532016-11-09 19:51:25 -08003399 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003400
Guenter Roeckca0a7532016-11-09 19:51:25 -08003401out_unlock:
3402 mutex_unlock(&tp->control);
3403 usb_autopm_put_interface(tp->intf);
3404out_free:
3405 free_all_mem(tp);
hayeswang7e9da482014-02-18 21:49:05 +08003406out:
hayeswangac718b62013-05-02 16:01:25 +00003407 return res;
3408}
3409
3410static int rtl8152_close(struct net_device *netdev)
3411{
3412 struct r8152 *tp = netdev_priv(netdev);
3413 int res = 0;
3414
hayeswang5ee3c602016-01-07 17:12:17 +08003415#ifdef CONFIG_PM_SLEEP
3416 unregister_pm_notifier(&tp->pm_notifier);
3417#endif
hayeswangd823ab62015-01-12 12:06:23 +08003418 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003419 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang3d55f442014-02-06 11:55:48 +08003420 usb_kill_urb(tp->intr_urb);
hayeswangac718b62013-05-02 16:01:25 +00003421 cancel_delayed_work_sync(&tp->schedule);
3422 netif_stop_queue(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003423
3424 res = usb_autopm_get_interface(tp->intf);
hayeswang53543db2015-02-06 11:30:48 +08003425 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003426 rtl_drop_queued_tx(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003427 rtl_stop_rx(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003428 } else {
hayeswangb5403272014-10-09 18:00:26 +08003429 mutex_lock(&tp->control);
3430
hayeswang9a4be1b2014-02-18 21:49:07 +08003431 tp->rtl_ops.down(tp);
hayeswangb5403272014-10-09 18:00:26 +08003432
3433 mutex_unlock(&tp->control);
3434
hayeswang9a4be1b2014-02-18 21:49:07 +08003435 usb_autopm_put_interface(tp->intf);
3436 }
hayeswangac718b62013-05-02 16:01:25 +00003437
hayeswang7e9da482014-02-18 21:49:05 +08003438 free_all_mem(tp);
3439
hayeswangac718b62013-05-02 16:01:25 +00003440 return res;
3441}
3442
hayeswang4f1d4d52014-03-11 16:24:19 +08003443static void rtl_tally_reset(struct r8152 *tp)
3444{
3445 u32 ocp_data;
3446
3447 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3448 ocp_data |= TALLY_RESET;
3449 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3450}
3451
hayeswangac718b62013-05-02 16:01:25 +00003452static void r8152b_init(struct r8152 *tp)
3453{
hayeswangebc2ec482013-08-14 20:54:38 +08003454 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003455 u16 data;
hayeswangac718b62013-05-02 16:01:25 +00003456
hayeswang68714382014-04-11 17:54:31 +08003457 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3458 return;
3459
hayeswang2dd436d2016-09-20 16:22:06 +08003460 data = r8152_mdio_read(tp, MII_BMCR);
3461 if (data & BMCR_PDOWN) {
3462 data &= ~BMCR_PDOWN;
3463 r8152_mdio_write(tp, MII_BMCR, data);
3464 }
3465
hayeswangcda9fb02016-01-07 17:51:12 +08003466 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003467
hayeswangac718b62013-05-02 16:01:25 +00003468 if (tp->version == RTL_VER_01) {
3469 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3470 ocp_data &= ~LED_MODE_MASK;
3471 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3472 }
3473
hayeswang00a5e362014-02-18 21:48:59 +08003474 r8152_power_cut_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003475
hayeswangac718b62013-05-02 16:01:25 +00003476 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3477 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
3478 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3479 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
3480 ocp_data &= ~MCU_CLK_RATIO_MASK;
3481 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
3482 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
3483 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
3484 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
3485 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
3486
hayeswang4f1d4d52014-03-11 16:24:19 +08003487 rtl_tally_reset(tp);
hayeswangac718b62013-05-02 16:01:25 +00003488
hayeswangebc2ec482013-08-14 20:54:38 +08003489 /* enable rx aggregation */
hayeswangac718b62013-05-02 16:01:25 +00003490 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08003491 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswangac718b62013-05-02 16:01:25 +00003492 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
3493}
3494
hayeswang43779f82014-01-02 11:25:10 +08003495static void r8153_init(struct r8152 *tp)
3496{
3497 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003498 u16 data;
hayeswang43779f82014-01-02 11:25:10 +08003499 int i;
3500
hayeswang68714382014-04-11 17:54:31 +08003501 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3502 return;
3503
hayeswangb9702722014-02-18 21:49:00 +08003504 r8153_u1u2en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003505
3506 for (i = 0; i < 500; i++) {
3507 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
3508 AUTOLOAD_DONE)
3509 break;
3510 msleep(20);
3511 }
3512
hayeswangc564b872017-06-09 17:11:38 +08003513 data = r8153_phy_status(tp, 0);
hayeswang43779f82014-01-02 11:25:10 +08003514
hayeswang2dd436d2016-09-20 16:22:06 +08003515 if (tp->version == RTL_VER_03 || tp->version == RTL_VER_04 ||
3516 tp->version == RTL_VER_05)
3517 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
3518
3519 data = r8152_mdio_read(tp, MII_BMCR);
3520 if (data & BMCR_PDOWN) {
3521 data &= ~BMCR_PDOWN;
3522 r8152_mdio_write(tp, MII_BMCR, data);
3523 }
3524
hayeswangc564b872017-06-09 17:11:38 +08003525 data = r8153_phy_status(tp, PHY_STAT_LAN_ON);
hayeswang2dd436d2016-09-20 16:22:06 +08003526
hayeswangb9702722014-02-18 21:49:00 +08003527 r8153_u2p3en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003528
hayeswang65bab842015-02-12 16:20:46 +08003529 if (tp->version == RTL_VER_04) {
3530 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2);
3531 ocp_data &= ~pwd_dn_scale_mask;
3532 ocp_data |= pwd_dn_scale(96);
3533 ocp_write_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2, ocp_data);
3534
3535 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_USB2PHY);
3536 ocp_data |= USB2PHY_L1 | USB2PHY_SUSPEND;
3537 ocp_write_byte(tp, MCU_TYPE_USB, USB_USB2PHY, ocp_data);
3538 } else if (tp->version == RTL_VER_05) {
3539 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0);
3540 ocp_data &= ~ECM_ALDPS;
3541 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0, ocp_data);
3542
3543 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3544 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3545 ocp_data &= ~DYNAMIC_BURST;
3546 else
3547 ocp_data |= DYNAMIC_BURST;
3548 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswangfb02eb42015-07-22 15:27:41 +08003549 } else if (tp->version == RTL_VER_06) {
3550 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3551 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3552 ocp_data &= ~DYNAMIC_BURST;
3553 else
3554 ocp_data |= DYNAMIC_BURST;
3555 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswang65bab842015-02-12 16:20:46 +08003556 }
3557
3558 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2);
3559 ocp_data |= EP4_FULL_FC;
3560 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2, ocp_data);
3561
hayeswang43779f82014-01-02 11:25:10 +08003562 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
3563 ocp_data &= ~TIMER11_EN;
3564 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
3565
hayeswang43779f82014-01-02 11:25:10 +08003566 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3567 ocp_data &= ~LED_MODE_MASK;
3568 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3569
hayeswang65bab842015-02-12 16:20:46 +08003570 ocp_data = FIFO_EMPTY_1FB | ROK_EXIT_LPM;
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02003571 if (tp->version == RTL_VER_04 && tp->udev->speed < USB_SPEED_SUPER)
hayeswang43779f82014-01-02 11:25:10 +08003572 ocp_data |= LPM_TIMER_500MS;
hayeswang34203e22015-02-06 11:30:46 +08003573 else
3574 ocp_data |= LPM_TIMER_500US;
hayeswang43779f82014-01-02 11:25:10 +08003575 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
3576
3577 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
3578 ocp_data &= ~SEN_VAL_MASK;
3579 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
3580 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
3581
hayeswang65bab842015-02-12 16:20:46 +08003582 ocp_write_word(tp, MCU_TYPE_USB, USB_CONNECT_TIMER, 0x0001);
3583
hayeswangb9702722014-02-18 21:49:00 +08003584 r8153_power_cut_en(tp, false);
3585 r8153_u1u2en(tp, true);
hayeswang134f98b2017-06-09 17:11:40 +08003586 r8153_mac_clk_spd(tp, false);
hayeswangee4761c2017-06-09 17:11:39 +08003587 usb_enable_lpm(tp->udev);
hayeswang43779f82014-01-02 11:25:10 +08003588
hayeswange31f6362017-06-09 17:11:41 +08003589 /* rx aggregation */
3590 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
3591 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
3592 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08003593
hayeswang4f1d4d52014-03-11 16:24:19 +08003594 rtl_tally_reset(tp);
hayeswang49d10342017-06-09 17:11:44 +08003595
3596 switch (tp->udev->speed) {
3597 case USB_SPEED_SUPER:
3598 case USB_SPEED_SUPER_PLUS:
3599 tp->coalesce = COALESCE_SUPER;
3600 break;
3601 case USB_SPEED_HIGH:
3602 tp->coalesce = COALESCE_HIGH;
3603 break;
3604 default:
3605 tp->coalesce = COALESCE_SLOW;
3606 break;
3607 }
hayeswang43779f82014-01-02 11:25:10 +08003608}
3609
hayeswange5011392015-07-29 20:39:08 +08003610static int rtl8152_pre_reset(struct usb_interface *intf)
3611{
3612 struct r8152 *tp = usb_get_intfdata(intf);
3613 struct net_device *netdev;
3614
3615 if (!tp)
3616 return 0;
3617
3618 netdev = tp->netdev;
3619 if (!netif_running(netdev))
3620 return 0;
3621
hayeswangde9bf292017-01-26 09:38:32 +08003622 netif_stop_queue(netdev);
hayeswange5011392015-07-29 20:39:08 +08003623 napi_disable(&tp->napi);
3624 clear_bit(WORK_ENABLE, &tp->flags);
3625 usb_kill_urb(tp->intr_urb);
3626 cancel_delayed_work_sync(&tp->schedule);
3627 if (netif_carrier_ok(netdev)) {
hayeswange5011392015-07-29 20:39:08 +08003628 mutex_lock(&tp->control);
3629 tp->rtl_ops.disable(tp);
3630 mutex_unlock(&tp->control);
3631 }
3632
3633 return 0;
3634}
3635
3636static int rtl8152_post_reset(struct usb_interface *intf)
3637{
3638 struct r8152 *tp = usb_get_intfdata(intf);
3639 struct net_device *netdev;
3640
3641 if (!tp)
3642 return 0;
3643
3644 netdev = tp->netdev;
3645 if (!netif_running(netdev))
3646 return 0;
3647
3648 set_bit(WORK_ENABLE, &tp->flags);
3649 if (netif_carrier_ok(netdev)) {
3650 mutex_lock(&tp->control);
3651 tp->rtl_ops.enable(tp);
hayeswang2c561b22017-01-20 14:33:55 +08003652 rtl_start_rx(tp);
hayeswange5011392015-07-29 20:39:08 +08003653 rtl8152_set_rx_mode(netdev);
3654 mutex_unlock(&tp->control);
hayeswange5011392015-07-29 20:39:08 +08003655 }
3656
3657 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003658 netif_wake_queue(netdev);
hayeswang2c561b22017-01-20 14:33:55 +08003659 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswange5011392015-07-29 20:39:08 +08003660
hayeswang7489bda2017-01-26 09:38:34 +08003661 if (!list_empty(&tp->rx_done))
3662 napi_schedule(&tp->napi);
hayeswange5011392015-07-29 20:39:08 +08003663
3664 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003665}
3666
hayeswang2dd49e02015-09-07 11:57:44 +08003667static bool delay_autosuspend(struct r8152 *tp)
3668{
3669 bool sw_linking = !!netif_carrier_ok(tp->netdev);
3670 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS);
3671
3672 /* This means a linking change occurs and the driver doesn't detect it,
3673 * yet. If the driver has disabled tx/rx and hw is linking on, the
3674 * device wouldn't wake up by receiving any packet.
3675 */
3676 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
3677 return true;
3678
3679 /* If the linking down is occurred by nway, the device may miss the
3680 * linking change event. And it wouldn't wake when linking on.
3681 */
3682 if (!sw_linking && tp->rtl_ops.in_nway(tp))
3683 return true;
hayeswang6a0b76c2017-01-23 14:18:43 +08003684 else if (!skb_queue_empty(&tp->tx_queue))
3685 return true;
hayeswang2dd49e02015-09-07 11:57:44 +08003686 else
3687 return false;
3688}
3689
hayeswanga9c54ad2017-01-25 13:41:45 +08003690static int rtl8152_runtime_suspend(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00003691{
hayeswang6cc69f22014-10-17 16:55:08 +08003692 struct net_device *netdev = tp->netdev;
3693 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +00003694
hayeswang26afec32017-01-26 09:38:31 +08003695 set_bit(SELECTIVE_SUSPEND, &tp->flags);
3696 smp_mb__after_atomic();
3697
hayeswang8fb28062017-01-10 17:04:06 +08003698 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswang75dc6922017-01-10 17:04:07 +08003699 u32 rcr = 0;
3700
hayeswang8fb28062017-01-10 17:04:06 +08003701 if (delay_autosuspend(tp)) {
hayeswang26afec32017-01-26 09:38:31 +08003702 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3703 smp_mb__after_atomic();
hayeswang6cc69f22014-10-17 16:55:08 +08003704 ret = -EBUSY;
3705 goto out1;
3706 }
hayeswangac718b62013-05-02 16:01:25 +00003707
hayeswang75dc6922017-01-10 17:04:07 +08003708 if (netif_carrier_ok(netdev)) {
3709 u32 ocp_data;
3710
3711 rcr = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3712 ocp_data = rcr & ~RCR_ACPT_ALL;
3713 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3714 rxdy_gated_en(tp, true);
3715 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA,
3716 PLA_OOB_CTRL);
3717 if (!(ocp_data & RXFIFO_EMPTY)) {
3718 rxdy_gated_en(tp, false);
3719 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswang26afec32017-01-26 09:38:31 +08003720 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3721 smp_mb__after_atomic();
hayeswang75dc6922017-01-10 17:04:07 +08003722 ret = -EBUSY;
3723 goto out1;
3724 }
3725 }
3726
hayeswang8fb28062017-01-10 17:04:06 +08003727 clear_bit(WORK_ENABLE, &tp->flags);
3728 usb_kill_urb(tp->intr_urb);
hayeswang75dc6922017-01-10 17:04:07 +08003729
hayeswang8fb28062017-01-10 17:04:06 +08003730 tp->rtl_ops.autosuspend_en(tp, true);
hayeswang75dc6922017-01-10 17:04:07 +08003731
3732 if (netif_carrier_ok(netdev)) {
hayeswangce594e92017-03-16 14:32:22 +08003733 struct napi_struct *napi = &tp->napi;
3734
3735 napi_disable(napi);
hayeswang75dc6922017-01-10 17:04:07 +08003736 rtl_stop_rx(tp);
3737 rxdy_gated_en(tp, false);
3738 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswangce594e92017-03-16 14:32:22 +08003739 napi_enable(napi);
hayeswang75dc6922017-01-10 17:04:07 +08003740 }
hayeswang6cc69f22014-10-17 16:55:08 +08003741 }
3742
hayeswang8fb28062017-01-10 17:04:06 +08003743out1:
3744 return ret;
3745}
3746
3747static int rtl8152_system_suspend(struct r8152 *tp)
3748{
3749 struct net_device *netdev = tp->netdev;
3750 int ret = 0;
3751
3752 netif_device_detach(netdev);
3753
hayeswange3bd1a82014-10-29 11:12:17 +08003754 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003755 struct napi_struct *napi = &tp->napi;
3756
hayeswangac718b62013-05-02 16:01:25 +00003757 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08003758 usb_kill_urb(tp->intr_urb);
hayeswangce594e92017-03-16 14:32:22 +08003759 napi_disable(napi);
hayeswang8fb28062017-01-10 17:04:06 +08003760 cancel_delayed_work_sync(&tp->schedule);
3761 tp->rtl_ops.down(tp);
hayeswangce594e92017-03-16 14:32:22 +08003762 napi_enable(napi);
hayeswangac718b62013-05-02 16:01:25 +00003763 }
hayeswang8fb28062017-01-10 17:04:06 +08003764
3765 return ret;
3766}
3767
3768static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
3769{
3770 struct r8152 *tp = usb_get_intfdata(intf);
3771 int ret;
3772
3773 mutex_lock(&tp->control);
3774
3775 if (PMSG_IS_AUTO(message))
hayeswanga9c54ad2017-01-25 13:41:45 +08003776 ret = rtl8152_runtime_suspend(tp);
hayeswang8fb28062017-01-10 17:04:06 +08003777 else
3778 ret = rtl8152_system_suspend(tp);
3779
hayeswangb5403272014-10-09 18:00:26 +08003780 mutex_unlock(&tp->control);
3781
hayeswang6cc69f22014-10-17 16:55:08 +08003782 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003783}
3784
3785static int rtl8152_resume(struct usb_interface *intf)
3786{
3787 struct r8152 *tp = usb_get_intfdata(intf);
hayeswangce594e92017-03-16 14:32:22 +08003788 struct net_device *netdev = tp->netdev;
hayeswangac718b62013-05-02 16:01:25 +00003789
hayeswangb5403272014-10-09 18:00:26 +08003790 mutex_lock(&tp->control);
3791
hayeswangbefb2de2017-06-09 17:11:45 +08003792 if (!test_bit(SELECTIVE_SUSPEND, &tp->flags))
hayeswangce594e92017-03-16 14:32:22 +08003793 netif_device_attach(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003794
hayeswangce594e92017-03-16 14:32:22 +08003795 if (netif_running(netdev) && netdev->flags & IFF_UP) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003796 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003797 struct napi_struct *napi = &tp->napi;
3798
hayeswang2609af12016-07-05 16:11:46 +08003799 tp->rtl_ops.autosuspend_en(tp, false);
hayeswangce594e92017-03-16 14:32:22 +08003800 napi_disable(napi);
hayeswang445f7f42014-09-23 16:31:47 +08003801 set_bit(WORK_ENABLE, &tp->flags);
David S. Miller6f14f442017-04-06 07:25:07 -07003802 if (netif_carrier_ok(netdev)) {
hayeswang2f25abe2017-03-23 19:14:19 +08003803 if (rtl8152_get_speed(tp) & LINK_STATUS) {
3804 rtl_start_rx(tp);
3805 } else {
David S. Miller6f14f442017-04-06 07:25:07 -07003806 netif_carrier_off(netdev);
hayeswang2f25abe2017-03-23 19:14:19 +08003807 tp->rtl_ops.disable(tp);
David S. Miller6f14f442017-04-06 07:25:07 -07003808 netif_info(tp, link, netdev,
hayeswang2f25abe2017-03-23 19:14:19 +08003809 "linking down\n");
3810 }
3811 }
hayeswangce594e92017-03-16 14:32:22 +08003812 napi_enable(napi);
hayeswang26afec32017-01-26 09:38:31 +08003813 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3814 smp_mb__after_atomic();
hayeswang7489bda2017-01-26 09:38:34 +08003815 if (!list_empty(&tp->rx_done))
3816 napi_schedule(&tp->napi);
hayeswang9a4be1b2014-02-18 21:49:07 +08003817 } else {
3818 tp->rtl_ops.up(tp);
hayeswangce594e92017-03-16 14:32:22 +08003819 netif_carrier_off(netdev);
hayeswang445f7f42014-09-23 16:31:47 +08003820 set_bit(WORK_ENABLE, &tp->flags);
hayeswang9a4be1b2014-02-18 21:49:07 +08003821 }
hayeswang40a82912013-08-14 20:54:40 +08003822 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswang923e1ee2014-10-29 11:12:15 +08003823 } else if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003824 if (netdev->flags & IFF_UP)
hayeswang2609af12016-07-05 16:11:46 +08003825 tp->rtl_ops.autosuspend_en(tp, false);
hayeswang923e1ee2014-10-29 11:12:15 +08003826 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangac718b62013-05-02 16:01:25 +00003827 }
3828
hayeswangb5403272014-10-09 18:00:26 +08003829 mutex_unlock(&tp->control);
3830
hayeswangac718b62013-05-02 16:01:25 +00003831 return 0;
3832}
3833
hayeswang7ec25412016-01-04 14:38:46 +08003834static int rtl8152_reset_resume(struct usb_interface *intf)
3835{
3836 struct r8152 *tp = usb_get_intfdata(intf);
3837
3838 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangbefb2de2017-06-09 17:11:45 +08003839 mutex_lock(&tp->control);
3840 tp->rtl_ops.init(tp);
3841 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
3842 mutex_unlock(&tp->control);
hayeswang7ec25412016-01-04 14:38:46 +08003843 return rtl8152_resume(intf);
3844}
3845
hayeswang21ff2e82014-02-18 21:49:06 +08003846static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3847{
3848 struct r8152 *tp = netdev_priv(dev);
3849
hayeswang9a4be1b2014-02-18 21:49:07 +08003850 if (usb_autopm_get_interface(tp->intf) < 0)
3851 return;
3852
hayeswang7daed8d2015-07-24 13:54:24 +08003853 if (!rtl_can_wakeup(tp)) {
3854 wol->supported = 0;
3855 wol->wolopts = 0;
3856 } else {
3857 mutex_lock(&tp->control);
3858 wol->supported = WAKE_ANY;
3859 wol->wolopts = __rtl_get_wol(tp);
3860 mutex_unlock(&tp->control);
3861 }
hayeswangb5403272014-10-09 18:00:26 +08003862
hayeswang9a4be1b2014-02-18 21:49:07 +08003863 usb_autopm_put_interface(tp->intf);
hayeswang21ff2e82014-02-18 21:49:06 +08003864}
3865
3866static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3867{
3868 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003869 int ret;
3870
hayeswang7daed8d2015-07-24 13:54:24 +08003871 if (!rtl_can_wakeup(tp))
3872 return -EOPNOTSUPP;
3873
hayeswang9a4be1b2014-02-18 21:49:07 +08003874 ret = usb_autopm_get_interface(tp->intf);
3875 if (ret < 0)
3876 goto out_set_wol;
hayeswang21ff2e82014-02-18 21:49:06 +08003877
hayeswangb5403272014-10-09 18:00:26 +08003878 mutex_lock(&tp->control);
3879
hayeswang21ff2e82014-02-18 21:49:06 +08003880 __rtl_set_wol(tp, wol->wolopts);
3881 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
3882
hayeswangb5403272014-10-09 18:00:26 +08003883 mutex_unlock(&tp->control);
3884
hayeswang9a4be1b2014-02-18 21:49:07 +08003885 usb_autopm_put_interface(tp->intf);
3886
3887out_set_wol:
3888 return ret;
hayeswang21ff2e82014-02-18 21:49:06 +08003889}
3890
hayeswanga5ec27c2014-02-18 21:49:11 +08003891static u32 rtl8152_get_msglevel(struct net_device *dev)
3892{
3893 struct r8152 *tp = netdev_priv(dev);
3894
3895 return tp->msg_enable;
3896}
3897
3898static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
3899{
3900 struct r8152 *tp = netdev_priv(dev);
3901
3902 tp->msg_enable = value;
3903}
3904
hayeswangac718b62013-05-02 16:01:25 +00003905static void rtl8152_get_drvinfo(struct net_device *netdev,
3906 struct ethtool_drvinfo *info)
3907{
3908 struct r8152 *tp = netdev_priv(netdev);
3909
hayeswangb0b46c72014-08-26 10:08:23 +08003910 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
3911 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
hayeswangac718b62013-05-02 16:01:25 +00003912 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
3913}
3914
3915static
Philippe Reynes06144dc2017-03-12 22:41:58 +01003916int rtl8152_get_link_ksettings(struct net_device *netdev,
3917 struct ethtool_link_ksettings *cmd)
hayeswangac718b62013-05-02 16:01:25 +00003918{
3919 struct r8152 *tp = netdev_priv(netdev);
hayeswang8d4a4d72014-10-09 18:00:25 +08003920 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003921
3922 if (!tp->mii.mdio_read)
3923 return -EOPNOTSUPP;
3924
hayeswang8d4a4d72014-10-09 18:00:25 +08003925 ret = usb_autopm_get_interface(tp->intf);
3926 if (ret < 0)
3927 goto out;
3928
hayeswangb5403272014-10-09 18:00:26 +08003929 mutex_lock(&tp->control);
3930
yuval.shaia@oracle.com82c01a82017-06-04 20:22:00 +03003931 mii_ethtool_get_link_ksettings(&tp->mii, cmd);
hayeswang8d4a4d72014-10-09 18:00:25 +08003932
hayeswangb5403272014-10-09 18:00:26 +08003933 mutex_unlock(&tp->control);
3934
hayeswang8d4a4d72014-10-09 18:00:25 +08003935 usb_autopm_put_interface(tp->intf);
3936
3937out:
3938 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003939}
3940
Philippe Reynes06144dc2017-03-12 22:41:58 +01003941static int rtl8152_set_link_ksettings(struct net_device *dev,
3942 const struct ethtool_link_ksettings *cmd)
hayeswangac718b62013-05-02 16:01:25 +00003943{
3944 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003945 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003946
hayeswang9a4be1b2014-02-18 21:49:07 +08003947 ret = usb_autopm_get_interface(tp->intf);
3948 if (ret < 0)
3949 goto out;
3950
hayeswangb5403272014-10-09 18:00:26 +08003951 mutex_lock(&tp->control);
3952
Philippe Reynes06144dc2017-03-12 22:41:58 +01003953 ret = rtl8152_set_speed(tp, cmd->base.autoneg, cmd->base.speed,
3954 cmd->base.duplex);
hayeswangaa7e26b2016-06-13 17:49:38 +08003955 if (!ret) {
Philippe Reynes06144dc2017-03-12 22:41:58 +01003956 tp->autoneg = cmd->base.autoneg;
3957 tp->speed = cmd->base.speed;
3958 tp->duplex = cmd->base.duplex;
hayeswangaa7e26b2016-06-13 17:49:38 +08003959 }
hayeswang9a4be1b2014-02-18 21:49:07 +08003960
hayeswangb5403272014-10-09 18:00:26 +08003961 mutex_unlock(&tp->control);
3962
hayeswang9a4be1b2014-02-18 21:49:07 +08003963 usb_autopm_put_interface(tp->intf);
3964
3965out:
3966 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003967}
3968
hayeswang4f1d4d52014-03-11 16:24:19 +08003969static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
3970 "tx_packets",
3971 "rx_packets",
3972 "tx_errors",
3973 "rx_errors",
3974 "rx_missed",
3975 "align_errors",
3976 "tx_single_collisions",
3977 "tx_multi_collisions",
3978 "rx_unicast",
3979 "rx_broadcast",
3980 "rx_multicast",
3981 "tx_aborted",
3982 "tx_underrun",
3983};
3984
3985static int rtl8152_get_sset_count(struct net_device *dev, int sset)
3986{
3987 switch (sset) {
3988 case ETH_SS_STATS:
3989 return ARRAY_SIZE(rtl8152_gstrings);
3990 default:
3991 return -EOPNOTSUPP;
3992 }
3993}
3994
3995static void rtl8152_get_ethtool_stats(struct net_device *dev,
3996 struct ethtool_stats *stats, u64 *data)
3997{
3998 struct r8152 *tp = netdev_priv(dev);
3999 struct tally_counter tally;
4000
hayeswang0b030242014-07-08 14:49:28 +08004001 if (usb_autopm_get_interface(tp->intf) < 0)
4002 return;
4003
hayeswang4f1d4d52014-03-11 16:24:19 +08004004 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
4005
hayeswang0b030242014-07-08 14:49:28 +08004006 usb_autopm_put_interface(tp->intf);
4007
hayeswang4f1d4d52014-03-11 16:24:19 +08004008 data[0] = le64_to_cpu(tally.tx_packets);
4009 data[1] = le64_to_cpu(tally.rx_packets);
4010 data[2] = le64_to_cpu(tally.tx_errors);
4011 data[3] = le32_to_cpu(tally.rx_errors);
4012 data[4] = le16_to_cpu(tally.rx_missed);
4013 data[5] = le16_to_cpu(tally.align_errors);
4014 data[6] = le32_to_cpu(tally.tx_one_collision);
4015 data[7] = le32_to_cpu(tally.tx_multi_collision);
4016 data[8] = le64_to_cpu(tally.rx_unicast);
4017 data[9] = le64_to_cpu(tally.rx_broadcast);
4018 data[10] = le32_to_cpu(tally.rx_multicast);
4019 data[11] = le16_to_cpu(tally.tx_aborted);
hayeswangf37119c2014-10-28 14:05:51 +08004020 data[12] = le16_to_cpu(tally.tx_underrun);
hayeswang4f1d4d52014-03-11 16:24:19 +08004021}
4022
4023static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
4024{
4025 switch (stringset) {
4026 case ETH_SS_STATS:
4027 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
4028 break;
4029 }
4030}
4031
hayeswangdf35d282014-09-25 20:54:02 +08004032static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
4033{
4034 u32 ocp_data, lp, adv, supported = 0;
4035 u16 val;
4036
4037 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
4038 supported = mmd_eee_cap_to_ethtool_sup_t(val);
4039
4040 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
4041 adv = mmd_eee_adv_to_ethtool_adv_t(val);
4042
4043 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
4044 lp = mmd_eee_adv_to_ethtool_adv_t(val);
4045
4046 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4047 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4048
4049 eee->eee_enabled = !!ocp_data;
4050 eee->eee_active = !!(supported & adv & lp);
4051 eee->supported = supported;
4052 eee->advertised = adv;
4053 eee->lp_advertised = lp;
4054
4055 return 0;
4056}
4057
4058static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4059{
4060 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4061
4062 r8152_eee_en(tp, eee->eee_enabled);
4063
4064 if (!eee->eee_enabled)
4065 val = 0;
4066
4067 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
4068
4069 return 0;
4070}
4071
4072static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
4073{
4074 u32 ocp_data, lp, adv, supported = 0;
4075 u16 val;
4076
4077 val = ocp_reg_read(tp, OCP_EEE_ABLE);
4078 supported = mmd_eee_cap_to_ethtool_sup_t(val);
4079
4080 val = ocp_reg_read(tp, OCP_EEE_ADV);
4081 adv = mmd_eee_adv_to_ethtool_adv_t(val);
4082
4083 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
4084 lp = mmd_eee_adv_to_ethtool_adv_t(val);
4085
4086 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4087 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4088
4089 eee->eee_enabled = !!ocp_data;
4090 eee->eee_active = !!(supported & adv & lp);
4091 eee->supported = supported;
4092 eee->advertised = adv;
4093 eee->lp_advertised = lp;
4094
4095 return 0;
4096}
4097
4098static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4099{
4100 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4101
4102 r8153_eee_en(tp, eee->eee_enabled);
4103
4104 if (!eee->eee_enabled)
4105 val = 0;
4106
4107 ocp_reg_write(tp, OCP_EEE_ADV, val);
4108
4109 return 0;
4110}
4111
4112static int
4113rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
4114{
4115 struct r8152 *tp = netdev_priv(net);
4116 int ret;
4117
4118 ret = usb_autopm_get_interface(tp->intf);
4119 if (ret < 0)
4120 goto out;
4121
hayeswangb5403272014-10-09 18:00:26 +08004122 mutex_lock(&tp->control);
4123
hayeswangdf35d282014-09-25 20:54:02 +08004124 ret = tp->rtl_ops.eee_get(tp, edata);
4125
hayeswangb5403272014-10-09 18:00:26 +08004126 mutex_unlock(&tp->control);
4127
hayeswangdf35d282014-09-25 20:54:02 +08004128 usb_autopm_put_interface(tp->intf);
4129
4130out:
4131 return ret;
4132}
4133
4134static int
4135rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
4136{
4137 struct r8152 *tp = netdev_priv(net);
4138 int ret;
4139
4140 ret = usb_autopm_get_interface(tp->intf);
4141 if (ret < 0)
4142 goto out;
4143
hayeswangb5403272014-10-09 18:00:26 +08004144 mutex_lock(&tp->control);
4145
hayeswangdf35d282014-09-25 20:54:02 +08004146 ret = tp->rtl_ops.eee_set(tp, edata);
hayeswang9d31a7b2014-10-06 10:36:04 +08004147 if (!ret)
4148 ret = mii_nway_restart(&tp->mii);
hayeswangdf35d282014-09-25 20:54:02 +08004149
hayeswangb5403272014-10-09 18:00:26 +08004150 mutex_unlock(&tp->control);
4151
hayeswangdf35d282014-09-25 20:54:02 +08004152 usb_autopm_put_interface(tp->intf);
4153
4154out:
4155 return ret;
4156}
4157
hayeswang8884f502014-10-28 14:05:52 +08004158static int rtl8152_nway_reset(struct net_device *dev)
4159{
4160 struct r8152 *tp = netdev_priv(dev);
4161 int ret;
4162
4163 ret = usb_autopm_get_interface(tp->intf);
4164 if (ret < 0)
4165 goto out;
4166
4167 mutex_lock(&tp->control);
4168
4169 ret = mii_nway_restart(&tp->mii);
4170
4171 mutex_unlock(&tp->control);
4172
4173 usb_autopm_put_interface(tp->intf);
4174
4175out:
4176 return ret;
4177}
4178
hayeswangefb3dd82015-02-12 14:33:48 +08004179static int rtl8152_get_coalesce(struct net_device *netdev,
4180 struct ethtool_coalesce *coalesce)
4181{
4182 struct r8152 *tp = netdev_priv(netdev);
4183
4184 switch (tp->version) {
4185 case RTL_VER_01:
4186 case RTL_VER_02:
hayeswangc27b32c2017-06-15 14:44:02 +08004187 case RTL_VER_07:
hayeswangefb3dd82015-02-12 14:33:48 +08004188 return -EOPNOTSUPP;
4189 default:
4190 break;
4191 }
4192
4193 coalesce->rx_coalesce_usecs = tp->coalesce;
4194
4195 return 0;
4196}
4197
4198static int rtl8152_set_coalesce(struct net_device *netdev,
4199 struct ethtool_coalesce *coalesce)
4200{
4201 struct r8152 *tp = netdev_priv(netdev);
4202 int ret;
4203
4204 switch (tp->version) {
4205 case RTL_VER_01:
4206 case RTL_VER_02:
hayeswangc27b32c2017-06-15 14:44:02 +08004207 case RTL_VER_07:
hayeswangefb3dd82015-02-12 14:33:48 +08004208 return -EOPNOTSUPP;
4209 default:
4210 break;
4211 }
4212
4213 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW)
4214 return -EINVAL;
4215
4216 ret = usb_autopm_get_interface(tp->intf);
4217 if (ret < 0)
4218 return ret;
4219
4220 mutex_lock(&tp->control);
4221
4222 if (tp->coalesce != coalesce->rx_coalesce_usecs) {
4223 tp->coalesce = coalesce->rx_coalesce_usecs;
4224
4225 if (netif_running(tp->netdev) && netif_carrier_ok(netdev))
4226 r8153_set_rx_early_timeout(tp);
4227 }
4228
4229 mutex_unlock(&tp->control);
4230
4231 usb_autopm_put_interface(tp->intf);
4232
4233 return ret;
4234}
4235
Julia Lawall407a4712016-09-01 00:21:22 +02004236static const struct ethtool_ops ops = {
hayeswangac718b62013-05-02 16:01:25 +00004237 .get_drvinfo = rtl8152_get_drvinfo,
hayeswangac718b62013-05-02 16:01:25 +00004238 .get_link = ethtool_op_get_link,
hayeswang8884f502014-10-28 14:05:52 +08004239 .nway_reset = rtl8152_nway_reset,
hayeswanga5ec27c2014-02-18 21:49:11 +08004240 .get_msglevel = rtl8152_get_msglevel,
4241 .set_msglevel = rtl8152_set_msglevel,
hayeswang21ff2e82014-02-18 21:49:06 +08004242 .get_wol = rtl8152_get_wol,
4243 .set_wol = rtl8152_set_wol,
hayeswang4f1d4d52014-03-11 16:24:19 +08004244 .get_strings = rtl8152_get_strings,
4245 .get_sset_count = rtl8152_get_sset_count,
4246 .get_ethtool_stats = rtl8152_get_ethtool_stats,
hayeswangefb3dd82015-02-12 14:33:48 +08004247 .get_coalesce = rtl8152_get_coalesce,
4248 .set_coalesce = rtl8152_set_coalesce,
hayeswangdf35d282014-09-25 20:54:02 +08004249 .get_eee = rtl_ethtool_get_eee,
4250 .set_eee = rtl_ethtool_set_eee,
Philippe Reynes06144dc2017-03-12 22:41:58 +01004251 .get_link_ksettings = rtl8152_get_link_ksettings,
4252 .set_link_ksettings = rtl8152_set_link_ksettings,
hayeswangac718b62013-05-02 16:01:25 +00004253};
4254
4255static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
4256{
4257 struct r8152 *tp = netdev_priv(netdev);
4258 struct mii_ioctl_data *data = if_mii(rq);
hayeswang9a4be1b2014-02-18 21:49:07 +08004259 int res;
4260
hayeswang68714382014-04-11 17:54:31 +08004261 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4262 return -ENODEV;
4263
hayeswang9a4be1b2014-02-18 21:49:07 +08004264 res = usb_autopm_get_interface(tp->intf);
4265 if (res < 0)
4266 goto out;
hayeswangac718b62013-05-02 16:01:25 +00004267
4268 switch (cmd) {
4269 case SIOCGMIIPHY:
4270 data->phy_id = R8152_PHY_ID; /* Internal PHY */
4271 break;
4272
4273 case SIOCGMIIREG:
hayeswangb5403272014-10-09 18:00:26 +08004274 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004275 data->val_out = r8152_mdio_read(tp, data->reg_num);
hayeswangb5403272014-10-09 18:00:26 +08004276 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004277 break;
4278
4279 case SIOCSMIIREG:
4280 if (!capable(CAP_NET_ADMIN)) {
4281 res = -EPERM;
4282 break;
4283 }
hayeswangb5403272014-10-09 18:00:26 +08004284 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004285 r8152_mdio_write(tp, data->reg_num, data->val_in);
hayeswangb5403272014-10-09 18:00:26 +08004286 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004287 break;
4288
4289 default:
4290 res = -EOPNOTSUPP;
4291 }
4292
hayeswang9a4be1b2014-02-18 21:49:07 +08004293 usb_autopm_put_interface(tp->intf);
4294
4295out:
hayeswangac718b62013-05-02 16:01:25 +00004296 return res;
4297}
4298
hayeswang69b4b7a2014-07-10 10:58:54 +08004299static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
4300{
4301 struct r8152 *tp = netdev_priv(dev);
hayeswang396e2e22015-02-12 14:33:47 +08004302 int ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004303
4304 switch (tp->version) {
4305 case RTL_VER_01:
4306 case RTL_VER_02:
hayeswangc27b32c2017-06-15 14:44:02 +08004307 case RTL_VER_07:
Jarod Wilsona52ad512016-10-07 22:04:34 -04004308 dev->mtu = new_mtu;
4309 return 0;
hayeswang69b4b7a2014-07-10 10:58:54 +08004310 default:
4311 break;
4312 }
4313
hayeswang396e2e22015-02-12 14:33:47 +08004314 ret = usb_autopm_get_interface(tp->intf);
4315 if (ret < 0)
4316 return ret;
4317
4318 mutex_lock(&tp->control);
4319
hayeswang69b4b7a2014-07-10 10:58:54 +08004320 dev->mtu = new_mtu;
4321
hayeswang210c4f72017-03-20 16:13:44 +08004322 if (netif_running(dev)) {
4323 u32 rms = new_mtu + VLAN_ETH_HLEN + CRC_SIZE;
4324
4325 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms);
4326
4327 if (netif_carrier_ok(dev))
4328 r8153_set_rx_early_size(tp);
4329 }
hayeswang396e2e22015-02-12 14:33:47 +08004330
4331 mutex_unlock(&tp->control);
4332
4333 usb_autopm_put_interface(tp->intf);
4334
4335 return ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004336}
4337
hayeswangac718b62013-05-02 16:01:25 +00004338static const struct net_device_ops rtl8152_netdev_ops = {
4339 .ndo_open = rtl8152_open,
4340 .ndo_stop = rtl8152_close,
4341 .ndo_do_ioctl = rtl8152_ioctl,
4342 .ndo_start_xmit = rtl8152_start_xmit,
4343 .ndo_tx_timeout = rtl8152_tx_timeout,
hayeswangc5554292014-09-12 10:43:11 +08004344 .ndo_set_features = rtl8152_set_features,
hayeswangac718b62013-05-02 16:01:25 +00004345 .ndo_set_rx_mode = rtl8152_set_rx_mode,
4346 .ndo_set_mac_address = rtl8152_set_mac_address,
hayeswang69b4b7a2014-07-10 10:58:54 +08004347 .ndo_change_mtu = rtl8152_change_mtu,
hayeswangac718b62013-05-02 16:01:25 +00004348 .ndo_validate_addr = eth_validate_addr,
hayeswanga5e31252015-01-06 17:41:58 +08004349 .ndo_features_check = rtl8152_features_check,
hayeswangac718b62013-05-02 16:01:25 +00004350};
4351
hayeswange3fe0b12014-01-02 11:22:39 +08004352static void rtl8152_unload(struct r8152 *tp)
4353{
hayeswang68714382014-04-11 17:54:31 +08004354 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4355 return;
4356
hayeswang00a5e362014-02-18 21:48:59 +08004357 if (tp->version != RTL_VER_01)
4358 r8152_power_cut_en(tp, true);
hayeswange3fe0b12014-01-02 11:22:39 +08004359}
4360
hayeswang43779f82014-01-02 11:25:10 +08004361static void rtl8153_unload(struct r8152 *tp)
4362{
hayeswang68714382014-04-11 17:54:31 +08004363 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4364 return;
4365
hayeswang49be1722014-10-01 13:25:11 +08004366 r8153_power_cut_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08004367}
4368
hayeswang55b65472014-11-06 12:47:39 +08004369static int rtl_ops_init(struct r8152 *tp)
hayeswangc81229c2014-01-02 11:22:42 +08004370{
4371 struct rtl_ops *ops = &tp->rtl_ops;
hayeswang55b65472014-11-06 12:47:39 +08004372 int ret = 0;
hayeswangc81229c2014-01-02 11:22:42 +08004373
hayeswang55b65472014-11-06 12:47:39 +08004374 switch (tp->version) {
4375 case RTL_VER_01:
4376 case RTL_VER_02:
hayeswangc27b32c2017-06-15 14:44:02 +08004377 case RTL_VER_07:
hayeswang55b65472014-11-06 12:47:39 +08004378 ops->init = r8152b_init;
4379 ops->enable = rtl8152_enable;
4380 ops->disable = rtl8152_disable;
4381 ops->up = rtl8152_up;
4382 ops->down = rtl8152_down;
4383 ops->unload = rtl8152_unload;
4384 ops->eee_get = r8152_get_eee;
4385 ops->eee_set = r8152_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004386 ops->in_nway = rtl8152_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004387 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004388 ops->autosuspend_en = rtl_runtime_suspend_enable;
hayeswang43779f82014-01-02 11:25:10 +08004389 break;
4390
hayeswang55b65472014-11-06 12:47:39 +08004391 case RTL_VER_03:
4392 case RTL_VER_04:
4393 case RTL_VER_05:
hayeswangfb02eb42015-07-22 15:27:41 +08004394 case RTL_VER_06:
hayeswang55b65472014-11-06 12:47:39 +08004395 ops->init = r8153_init;
4396 ops->enable = rtl8153_enable;
4397 ops->disable = rtl8153_disable;
4398 ops->up = rtl8153_up;
4399 ops->down = rtl8153_down;
4400 ops->unload = rtl8153_unload;
4401 ops->eee_get = r8153_get_eee;
4402 ops->eee_set = r8153_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004403 ops->in_nway = rtl8153_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004404 ops->hw_phy_cfg = r8153_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004405 ops->autosuspend_en = rtl8153_runtime_enable;
hayeswangc81229c2014-01-02 11:22:42 +08004406 break;
4407
4408 default:
hayeswang55b65472014-11-06 12:47:39 +08004409 ret = -ENODEV;
4410 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
hayeswangc81229c2014-01-02 11:22:42 +08004411 break;
4412 }
4413
4414 return ret;
4415}
4416
hayeswang33928ee2017-03-17 11:20:13 +08004417static u8 rtl_get_version(struct usb_interface *intf)
4418{
4419 struct usb_device *udev = interface_to_usbdev(intf);
4420 u32 ocp_data = 0;
4421 __le32 *tmp;
4422 u8 version;
4423 int ret;
4424
4425 tmp = kmalloc(sizeof(*tmp), GFP_KERNEL);
4426 if (!tmp)
4427 return 0;
4428
4429 ret = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
4430 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
4431 PLA_TCR0, MCU_TYPE_PLA, tmp, sizeof(*tmp), 500);
4432 if (ret > 0)
4433 ocp_data = (__le32_to_cpu(*tmp) >> 16) & VERSION_MASK;
4434
4435 kfree(tmp);
4436
4437 switch (ocp_data) {
4438 case 0x4c00:
4439 version = RTL_VER_01;
4440 break;
4441 case 0x4c10:
4442 version = RTL_VER_02;
4443 break;
4444 case 0x5c00:
4445 version = RTL_VER_03;
4446 break;
4447 case 0x5c10:
4448 version = RTL_VER_04;
4449 break;
4450 case 0x5c20:
4451 version = RTL_VER_05;
4452 break;
4453 case 0x5c30:
4454 version = RTL_VER_06;
4455 break;
hayeswangc27b32c2017-06-15 14:44:02 +08004456 case 0x4800:
4457 version = RTL_VER_07;
4458 break;
hayeswang33928ee2017-03-17 11:20:13 +08004459 default:
4460 version = RTL_VER_UNKNOWN;
4461 dev_info(&intf->dev, "Unknown version 0x%04x\n", ocp_data);
4462 break;
4463 }
4464
Oliver Neukumeb3c28c2017-06-12 13:56:51 +02004465 dev_dbg(&intf->dev, "Detected version 0x%04x\n", version);
4466
hayeswang33928ee2017-03-17 11:20:13 +08004467 return version;
4468}
4469
hayeswangac718b62013-05-02 16:01:25 +00004470static int rtl8152_probe(struct usb_interface *intf,
4471 const struct usb_device_id *id)
4472{
4473 struct usb_device *udev = interface_to_usbdev(intf);
hayeswang33928ee2017-03-17 11:20:13 +08004474 u8 version = rtl_get_version(intf);
hayeswangac718b62013-05-02 16:01:25 +00004475 struct r8152 *tp;
4476 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08004477 int ret;
hayeswangac718b62013-05-02 16:01:25 +00004478
hayeswang33928ee2017-03-17 11:20:13 +08004479 if (version == RTL_VER_UNKNOWN)
4480 return -ENODEV;
4481
hayeswang10c32712014-03-04 20:47:48 +08004482 if (udev->actconfig->desc.bConfigurationValue != 1) {
4483 usb_driver_set_configuration(udev, 1);
4484 return -ENODEV;
4485 }
4486
4487 usb_reset_device(udev);
hayeswangac718b62013-05-02 16:01:25 +00004488 netdev = alloc_etherdev(sizeof(struct r8152));
4489 if (!netdev) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004490 dev_err(&intf->dev, "Out of memory\n");
hayeswangac718b62013-05-02 16:01:25 +00004491 return -ENOMEM;
4492 }
4493
hayeswangebc2ec482013-08-14 20:54:38 +08004494 SET_NETDEV_DEV(netdev, &intf->dev);
hayeswangac718b62013-05-02 16:01:25 +00004495 tp = netdev_priv(netdev);
4496 tp->msg_enable = 0x7FFF;
4497
hayeswange3ad4122014-01-06 17:08:42 +08004498 tp->udev = udev;
4499 tp->netdev = netdev;
4500 tp->intf = intf;
hayeswang33928ee2017-03-17 11:20:13 +08004501 tp->version = version;
hayeswange3ad4122014-01-06 17:08:42 +08004502
hayeswang33928ee2017-03-17 11:20:13 +08004503 switch (version) {
4504 case RTL_VER_01:
4505 case RTL_VER_02:
hayeswangc27b32c2017-06-15 14:44:02 +08004506 case RTL_VER_07:
hayeswang33928ee2017-03-17 11:20:13 +08004507 tp->mii.supports_gmii = 0;
4508 break;
4509 default:
4510 tp->mii.supports_gmii = 1;
4511 break;
4512 }
4513
hayeswang55b65472014-11-06 12:47:39 +08004514 ret = rtl_ops_init(tp);
hayeswang31ca1de2014-01-06 17:08:43 +08004515 if (ret)
4516 goto out;
hayeswangc81229c2014-01-02 11:22:42 +08004517
hayeswangb5403272014-10-09 18:00:26 +08004518 mutex_init(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004519 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
hayeswanga028a9e2016-06-13 17:49:36 +08004520 INIT_DELAYED_WORK(&tp->hw_phy_work, rtl_hw_phy_work_func_t);
hayeswangac718b62013-05-02 16:01:25 +00004521
hayeswangac718b62013-05-02 16:01:25 +00004522 netdev->netdev_ops = &rtl8152_netdev_ops;
4523 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
hayeswang5bd23882013-08-14 20:54:39 +08004524
hayeswang60c89072014-03-07 11:04:39 +08004525 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004526 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
hayeswangc5554292014-09-12 10:43:11 +08004527 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
4528 NETIF_F_HW_VLAN_CTAG_TX;
hayeswang60c89072014-03-07 11:04:39 +08004529 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004530 NETIF_F_TSO | NETIF_F_FRAGLIST |
hayeswangc5554292014-09-12 10:43:11 +08004531 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
hayeswangccc39fa2015-02-06 11:30:49 +08004532 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
hayeswangc5554292014-09-12 10:43:11 +08004533 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
4534 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
4535 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
hayeswangdb8515e2014-03-06 15:07:16 +08004536
hayeswang19c0f402017-01-11 16:25:34 +08004537 if (tp->version == RTL_VER_01) {
4538 netdev->features &= ~NETIF_F_RXCSUM;
4539 netdev->hw_features &= ~NETIF_F_RXCSUM;
4540 }
4541
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00004542 netdev->ethtool_ops = &ops;
hayeswang60c89072014-03-07 11:04:39 +08004543 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
hayeswangac718b62013-05-02 16:01:25 +00004544
Jarod Wilsonf77f0ae2016-10-20 13:55:17 -04004545 /* MTU range: 68 - 1500 or 9194 */
4546 netdev->min_mtu = ETH_MIN_MTU;
4547 switch (tp->version) {
4548 case RTL_VER_01:
4549 case RTL_VER_02:
4550 netdev->max_mtu = ETH_DATA_LEN;
4551 break;
4552 default:
4553 netdev->max_mtu = RTL8153_MAX_MTU;
4554 break;
4555 }
4556
hayeswangac718b62013-05-02 16:01:25 +00004557 tp->mii.dev = netdev;
4558 tp->mii.mdio_read = read_mii_word;
4559 tp->mii.mdio_write = write_mii_word;
4560 tp->mii.phy_id_mask = 0x3f;
4561 tp->mii.reg_num_mask = 0x1f;
4562 tp->mii.phy_id = R8152_PHY_ID;
hayeswangac718b62013-05-02 16:01:25 +00004563
hayeswangaa7e26b2016-06-13 17:49:38 +08004564 tp->autoneg = AUTONEG_ENABLE;
4565 tp->speed = tp->mii.supports_gmii ? SPEED_1000 : SPEED_100;
4566 tp->duplex = DUPLEX_FULL;
4567
hayeswang9a4be1b2014-02-18 21:49:07 +08004568 intf->needs_remote_wakeup = 1;
4569
hayeswangc81229c2014-01-02 11:22:42 +08004570 tp->rtl_ops.init(tp);
hayeswanga028a9e2016-06-13 17:49:36 +08004571 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
hayeswangac718b62013-05-02 16:01:25 +00004572 set_ethernet_addr(tp);
4573
hayeswangac718b62013-05-02 16:01:25 +00004574 usb_set_intfdata(intf, tp);
hayeswangd823ab62015-01-12 12:06:23 +08004575 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
hayeswangac718b62013-05-02 16:01:25 +00004576
hayeswangebc2ec482013-08-14 20:54:38 +08004577 ret = register_netdev(netdev);
4578 if (ret != 0) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004579 netif_err(tp, probe, netdev, "couldn't register the device\n");
hayeswangebc2ec482013-08-14 20:54:38 +08004580 goto out1;
hayeswangac718b62013-05-02 16:01:25 +00004581 }
4582
hayeswang7daed8d2015-07-24 13:54:24 +08004583 if (!rtl_can_wakeup(tp))
4584 __rtl_set_wol(tp, 0);
4585
hayeswang21ff2e82014-02-18 21:49:06 +08004586 tp->saved_wolopts = __rtl_get_wol(tp);
4587 if (tp->saved_wolopts)
4588 device_set_wakeup_enable(&udev->dev, true);
4589 else
4590 device_set_wakeup_enable(&udev->dev, false);
4591
Hayes Wang4a8deae2014-01-07 11:18:22 +08004592 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
hayeswangac718b62013-05-02 16:01:25 +00004593
4594 return 0;
4595
hayeswangac718b62013-05-02 16:01:25 +00004596out1:
hayeswangd823ab62015-01-12 12:06:23 +08004597 netif_napi_del(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08004598 usb_set_intfdata(intf, NULL);
hayeswangac718b62013-05-02 16:01:25 +00004599out:
4600 free_netdev(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08004601 return ret;
hayeswangac718b62013-05-02 16:01:25 +00004602}
4603
hayeswangac718b62013-05-02 16:01:25 +00004604static void rtl8152_disconnect(struct usb_interface *intf)
4605{
4606 struct r8152 *tp = usb_get_intfdata(intf);
4607
4608 usb_set_intfdata(intf, NULL);
4609 if (tp) {
hayeswangf561de32014-09-30 16:48:01 +08004610 struct usb_device *udev = tp->udev;
4611
4612 if (udev->state == USB_STATE_NOTATTACHED)
4613 set_bit(RTL8152_UNPLUG, &tp->flags);
4614
hayeswangd823ab62015-01-12 12:06:23 +08004615 netif_napi_del(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00004616 unregister_netdev(tp->netdev);
hayeswanga028a9e2016-06-13 17:49:36 +08004617 cancel_delayed_work_sync(&tp->hw_phy_work);
hayeswangc81229c2014-01-02 11:22:42 +08004618 tp->rtl_ops.unload(tp);
hayeswangac718b62013-05-02 16:01:25 +00004619 free_netdev(tp->netdev);
4620 }
4621}
4622
hayeswangd9a28c52014-12-04 10:43:11 +08004623#define REALTEK_USB_DEVICE(vend, prod) \
4624 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
4625 USB_DEVICE_ID_MATCH_INT_CLASS, \
4626 .idVendor = (vend), \
4627 .idProduct = (prod), \
4628 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
4629}, \
4630{ \
4631 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
4632 USB_DEVICE_ID_MATCH_DEVICE, \
4633 .idVendor = (vend), \
4634 .idProduct = (prod), \
4635 .bInterfaceClass = USB_CLASS_COMM, \
4636 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
4637 .bInterfaceProtocol = USB_CDC_PROTO_NONE
4638
hayeswangac718b62013-05-02 16:01:25 +00004639/* table of devices that work with this driver */
4640static struct usb_device_id rtl8152_table[] = {
hayeswangc27b32c2017-06-15 14:44:02 +08004641 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8050)},
hayeswangd9a28c52014-12-04 10:43:11 +08004642 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
4643 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
René Rebed5b07cc2017-03-28 07:56:51 +02004644 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab)},
4645 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6)},
hayeswangd9a28c52014-12-04 10:43:11 +08004646 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
Vasily Titskiy1006da12015-05-06 10:31:21 -04004647 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
hayeswangd248caf2016-10-18 11:41:48 +08004648 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3062)},
4649 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3069)},
4650 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
4651 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x720c)},
4652 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
Zheng Liud065c3c2015-07-07 13:54:12 -07004653 {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
hayeswangac718b62013-05-02 16:01:25 +00004654 {}
4655};
4656
4657MODULE_DEVICE_TABLE(usb, rtl8152_table);
4658
4659static struct usb_driver rtl8152_driver = {
4660 .name = MODULENAME,
hayeswangebc2ec482013-08-14 20:54:38 +08004661 .id_table = rtl8152_table,
hayeswangac718b62013-05-02 16:01:25 +00004662 .probe = rtl8152_probe,
4663 .disconnect = rtl8152_disconnect,
hayeswangac718b62013-05-02 16:01:25 +00004664 .suspend = rtl8152_suspend,
hayeswangebc2ec482013-08-14 20:54:38 +08004665 .resume = rtl8152_resume,
hayeswang7ec25412016-01-04 14:38:46 +08004666 .reset_resume = rtl8152_reset_resume,
hayeswange5011392015-07-29 20:39:08 +08004667 .pre_reset = rtl8152_pre_reset,
4668 .post_reset = rtl8152_post_reset,
hayeswang9a4be1b2014-02-18 21:49:07 +08004669 .supports_autosuspend = 1,
hayeswanga6347822014-02-18 21:49:10 +08004670 .disable_hub_initiated_lpm = 1,
hayeswangac718b62013-05-02 16:01:25 +00004671};
4672
Sachin Kamatb4236daa2013-05-16 17:48:08 +00004673module_usb_driver(rtl8152_driver);
hayeswangac718b62013-05-02 16:01:25 +00004674
4675MODULE_AUTHOR(DRIVER_AUTHOR);
4676MODULE_DESCRIPTION(DRIVER_DESC);
4677MODULE_LICENSE("GPL");
Grant Grundlerc961e872016-07-14 11:27:16 -07004678MODULE_VERSION(DRIVER_VERSION);