blob: 1a419a45e2a2e77e07e1746c9035230da465424d [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>
hayeswangebc2ec42013-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>
hayeswang6128d1b2014-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
397#define PHY_STAT_LAN_ON 3
398#define PHY_STAT_PWRDN 5
399
400/* OCP_POWER_CFG */
401#define EEE_CLKDIV_EN 0x8000
402#define EN_ALDPS 0x0004
403#define EN_10M_PLLOFF 0x0001
404
hayeswangac718b62013-05-02 16:01:25 +0000405/* OCP_EEE_CONFIG1 */
406#define RG_TXLPI_MSK_HFDUP 0x8000
407#define RG_MATCLR_EN 0x4000
408#define EEE_10_CAP 0x2000
409#define EEE_NWAY_EN 0x1000
410#define TX_QUIET_EN 0x0200
411#define RX_QUIET_EN 0x0100
hayeswangd24f6132014-09-25 20:54:01 +0800412#define sd_rise_time_mask 0x0070
hayeswang4c4a6b12014-09-25 20:54:00 +0800413#define sd_rise_time(x) (min(x, 7) << 4) /* bit 4 ~ 6 */
hayeswangac718b62013-05-02 16:01:25 +0000414#define RG_RXLPI_MSK_HFDUP 0x0008
415#define SDFALLTIME 0x0007 /* bit 0 ~ 2 */
416
417/* OCP_EEE_CONFIG2 */
418#define RG_LPIHYS_NUM 0x7000 /* bit 12 ~ 15 */
419#define RG_DACQUIET_EN 0x0400
420#define RG_LDVQUIET_EN 0x0200
421#define RG_CKRSEL 0x0020
422#define RG_EEEPRG_EN 0x0010
423
424/* OCP_EEE_CONFIG3 */
hayeswangd24f6132014-09-25 20:54:01 +0800425#define fast_snr_mask 0xff80
hayeswang4c4a6b12014-09-25 20:54:00 +0800426#define fast_snr(x) (min(x, 0x1ff) << 7) /* bit 7 ~ 15 */
hayeswangac718b62013-05-02 16:01:25 +0000427#define RG_LFS_SEL 0x0060 /* bit 6 ~ 5 */
428#define MSK_PH 0x0006 /* bit 0 ~ 3 */
429
430/* OCP_EEE_AR */
431/* bit[15:14] function */
432#define FUN_ADDR 0x0000
433#define FUN_DATA 0x4000
434/* bit[4:0] device addr */
hayeswangac718b62013-05-02 16:01:25 +0000435
hayeswang43779f82014-01-02 11:25:10 +0800436/* OCP_EEE_CFG */
437#define CTAP_SHORT_EN 0x0040
438#define EEE10_EN 0x0010
439
440/* OCP_DOWN_SPEED */
441#define EN_10M_BGOFF 0x0080
442
hayeswang2dd49e02015-09-07 11:57:44 +0800443/* OCP_PHY_STATE */
444#define TXDIS_STATE 0x01
445#define ABD_STATE 0x02
446
hayeswang43779f82014-01-02 11:25:10 +0800447/* OCP_ADC_CFG */
448#define CKADSEL_L 0x0100
449#define ADC_EN 0x0080
450#define EN_EMI_L 0x0040
451
452/* SRAM_LPF_CFG */
453#define LPF_AUTO_TUNE 0x8000
454
455/* SRAM_10M_AMP1 */
456#define GDAC_IB_UPALL 0x0008
457
458/* SRAM_10M_AMP2 */
459#define AMP_DN 0x0200
460
461/* SRAM_IMPEDANCE */
462#define RX_DRIVING_MASK 0x6000
463
Mario Limonciello34ee32c2016-07-11 19:58:04 -0500464/* MAC PASSTHRU */
465#define AD_MASK 0xfee0
466#define EFUSE 0xcfdb
467#define PASS_THRU_MASK 0x1
468
hayeswangac718b62013-05-02 16:01:25 +0000469enum rtl_register_content {
hayeswang43779f82014-01-02 11:25:10 +0800470 _1000bps = 0x10,
hayeswangac718b62013-05-02 16:01:25 +0000471 _100bps = 0x08,
472 _10bps = 0x04,
473 LINK_STATUS = 0x02,
474 FULL_DUP = 0x01,
475};
476
hayeswang1764bcd2014-08-28 10:24:18 +0800477#define RTL8152_MAX_TX 4
hayeswangebc2ec42013-08-14 20:54:38 +0800478#define RTL8152_MAX_RX 10
hayeswang40a82912013-08-14 20:54:40 +0800479#define INTBUFSIZE 2
hayeswang8e1f51b2014-01-02 11:22:41 +0800480#define CRC_SIZE 4
481#define TX_ALIGN 4
482#define RX_ALIGN 8
hayeswang40a82912013-08-14 20:54:40 +0800483
484#define INTR_LINK 0x0004
hayeswangebc2ec42013-08-14 20:54:38 +0800485
hayeswangac718b62013-05-02 16:01:25 +0000486#define RTL8152_REQT_READ 0xc0
487#define RTL8152_REQT_WRITE 0x40
488#define RTL8152_REQ_GET_REGS 0x05
489#define RTL8152_REQ_SET_REGS 0x05
490
491#define BYTE_EN_DWORD 0xff
492#define BYTE_EN_WORD 0x33
493#define BYTE_EN_BYTE 0x11
494#define BYTE_EN_SIX_BYTES 0x3f
495#define BYTE_EN_START_MASK 0x0f
496#define BYTE_EN_END_MASK 0xf0
497
hayeswang69b4b7a2014-07-10 10:58:54 +0800498#define RTL8153_MAX_PACKET 9216 /* 9K */
499#define RTL8153_MAX_MTU (RTL8153_MAX_PACKET - VLAN_ETH_HLEN - VLAN_HLEN)
hayeswangac718b62013-05-02 16:01:25 +0000500#define RTL8152_RMS (VLAN_ETH_FRAME_LEN + VLAN_HLEN)
hayeswang69b4b7a2014-07-10 10:58:54 +0800501#define RTL8153_RMS RTL8153_MAX_PACKET
hayeswangb8125402014-07-03 11:55:48 +0800502#define RTL8152_TX_TIMEOUT (5 * HZ)
hayeswangd823ab62015-01-12 12:06:23 +0800503#define RTL8152_NAPI_WEIGHT 64
hayeswangb20cb602017-03-20 16:13:45 +0800504#define rx_reserved_size(x) ((x) + VLAN_ETH_HLEN + CRC_SIZE + \
505 sizeof(struct rx_desc) + RX_ALIGN)
hayeswangac718b62013-05-02 16:01:25 +0000506
507/* rtl8152 flags */
508enum rtl8152_flags {
509 RTL8152_UNPLUG = 0,
hayeswangac718b62013-05-02 16:01:25 +0000510 RTL8152_SET_RX_MODE,
hayeswang40a82912013-08-14 20:54:40 +0800511 WORK_ENABLE,
512 RTL8152_LINK_CHG,
hayeswang9a4be1b2014-02-18 21:49:07 +0800513 SELECTIVE_SUSPEND,
hayeswangaa66a5f2014-02-18 21:49:04 +0800514 PHY_RESET,
hayeswangd823ab62015-01-12 12:06:23 +0800515 SCHEDULE_NAPI,
hayeswangac718b62013-05-02 16:01:25 +0000516};
517
518/* Define these values to match your device */
519#define VENDOR_ID_REALTEK 0x0bda
René Rebed5b07cc2017-03-28 07:56:51 +0200520#define VENDOR_ID_MICROSOFT 0x045e
hayeswang43779f82014-01-02 11:25:10 +0800521#define VENDOR_ID_SAMSUNG 0x04e8
Christian Hesse347eec32015-03-31 14:10:07 +0200522#define VENDOR_ID_LENOVO 0x17ef
Zheng Liud065c3c2015-07-07 13:54:12 -0700523#define VENDOR_ID_NVIDIA 0x0955
hayeswangac718b62013-05-02 16:01:25 +0000524
525#define MCU_TYPE_PLA 0x0100
526#define MCU_TYPE_USB 0x0000
527
hayeswang4f1d4d52014-03-11 16:24:19 +0800528struct tally_counter {
529 __le64 tx_packets;
530 __le64 rx_packets;
531 __le64 tx_errors;
532 __le32 rx_errors;
533 __le16 rx_missed;
534 __le16 align_errors;
535 __le32 tx_one_collision;
536 __le32 tx_multi_collision;
537 __le64 rx_unicast;
538 __le64 rx_broadcast;
539 __le32 rx_multicast;
540 __le16 tx_aborted;
hayeswangf37119c2014-10-28 14:05:51 +0800541 __le16 tx_underrun;
hayeswang4f1d4d52014-03-11 16:24:19 +0800542};
543
hayeswangac718b62013-05-02 16:01:25 +0000544struct rx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800545 __le32 opts1;
hayeswangac718b62013-05-02 16:01:25 +0000546#define RX_LEN_MASK 0x7fff
hayeswang565cab02014-03-07 11:04:38 +0800547
hayeswang500b6d72013-11-20 17:30:57 +0800548 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800549#define RD_UDP_CS BIT(23)
550#define RD_TCP_CS BIT(22)
551#define RD_IPV6_CS BIT(20)
552#define RD_IPV4_CS BIT(19)
hayeswang565cab02014-03-07 11:04:38 +0800553
hayeswang500b6d72013-11-20 17:30:57 +0800554 __le32 opts3;
hayeswangf5aaaa62015-02-06 11:30:51 +0800555#define IPF BIT(23) /* IP checksum fail */
556#define UDPF BIT(22) /* UDP checksum fail */
557#define TCPF BIT(21) /* TCP checksum fail */
558#define RX_VLAN_TAG BIT(16)
hayeswang565cab02014-03-07 11:04:38 +0800559
hayeswang500b6d72013-11-20 17:30:57 +0800560 __le32 opts4;
561 __le32 opts5;
562 __le32 opts6;
hayeswangac718b62013-05-02 16:01:25 +0000563};
564
565struct tx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800566 __le32 opts1;
hayeswangf5aaaa62015-02-06 11:30:51 +0800567#define TX_FS BIT(31) /* First segment of a packet */
568#define TX_LS BIT(30) /* Final segment of a packet */
569#define GTSENDV4 BIT(28)
570#define GTSENDV6 BIT(27)
hayeswang60c89072014-03-07 11:04:39 +0800571#define GTTCPHO_SHIFT 18
hayeswang6128d1b2014-03-07 11:04:40 +0800572#define GTTCPHO_MAX 0x7fU
hayeswang60c89072014-03-07 11:04:39 +0800573#define TX_LEN_MAX 0x3ffffU
hayeswang5bd23882013-08-14 20:54:39 +0800574
hayeswang500b6d72013-11-20 17:30:57 +0800575 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800576#define UDP_CS BIT(31) /* Calculate UDP/IP checksum */
577#define TCP_CS BIT(30) /* Calculate TCP/IP checksum */
578#define IPV4_CS BIT(29) /* Calculate IPv4 checksum */
579#define IPV6_CS BIT(28) /* Calculate IPv6 checksum */
hayeswang60c89072014-03-07 11:04:39 +0800580#define MSS_SHIFT 17
581#define MSS_MAX 0x7ffU
582#define TCPHO_SHIFT 17
hayeswang6128d1b2014-03-07 11:04:40 +0800583#define TCPHO_MAX 0x7ffU
hayeswangf5aaaa62015-02-06 11:30:51 +0800584#define TX_VLAN_TAG BIT(16)
hayeswangac718b62013-05-02 16:01:25 +0000585};
586
hayeswangdff4e8a2013-08-16 16:09:33 +0800587struct r8152;
588
hayeswangebc2ec42013-08-14 20:54:38 +0800589struct rx_agg {
590 struct list_head list;
591 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800592 struct r8152 *context;
hayeswangebc2ec42013-08-14 20:54:38 +0800593 void *buffer;
594 void *head;
595};
596
597struct tx_agg {
598 struct list_head list;
599 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800600 struct r8152 *context;
hayeswangebc2ec42013-08-14 20:54:38 +0800601 void *buffer;
602 void *head;
603 u32 skb_num;
604 u32 skb_len;
605};
606
hayeswangac718b62013-05-02 16:01:25 +0000607struct r8152 {
608 unsigned long flags;
609 struct usb_device *udev;
hayeswangd823ab62015-01-12 12:06:23 +0800610 struct napi_struct napi;
hayeswang40a82912013-08-14 20:54:40 +0800611 struct usb_interface *intf;
hayeswangac718b62013-05-02 16:01:25 +0000612 struct net_device *netdev;
hayeswang40a82912013-08-14 20:54:40 +0800613 struct urb *intr_urb;
hayeswangebc2ec42013-08-14 20:54:38 +0800614 struct tx_agg tx_info[RTL8152_MAX_TX];
615 struct rx_agg rx_info[RTL8152_MAX_RX];
616 struct list_head rx_done, tx_free;
hayeswangd823ab62015-01-12 12:06:23 +0800617 struct sk_buff_head tx_queue, rx_queue;
hayeswangebc2ec42013-08-14 20:54:38 +0800618 spinlock_t rx_lock, tx_lock;
hayeswanga028a9e2016-06-13 17:49:36 +0800619 struct delayed_work schedule, hw_phy_work;
hayeswangac718b62013-05-02 16:01:25 +0000620 struct mii_if_info mii;
hayeswangb5403272014-10-09 18:00:26 +0800621 struct mutex control; /* use for hw setting */
hayeswang5ee3c602016-01-07 17:12:17 +0800622#ifdef CONFIG_PM_SLEEP
623 struct notifier_block pm_notifier;
624#endif
hayeswangc81229c2014-01-02 11:22:42 +0800625
626 struct rtl_ops {
627 void (*init)(struct r8152 *);
628 int (*enable)(struct r8152 *);
629 void (*disable)(struct r8152 *);
hayeswang7e9da482014-02-18 21:49:05 +0800630 void (*up)(struct r8152 *);
hayeswangc81229c2014-01-02 11:22:42 +0800631 void (*down)(struct r8152 *);
632 void (*unload)(struct r8152 *);
hayeswangdf35d282014-09-25 20:54:02 +0800633 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
634 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
hayeswang2dd49e02015-09-07 11:57:44 +0800635 bool (*in_nway)(struct r8152 *);
hayeswanga028a9e2016-06-13 17:49:36 +0800636 void (*hw_phy_cfg)(struct r8152 *);
hayeswang2609af12016-07-05 16:11:46 +0800637 void (*autosuspend_en)(struct r8152 *tp, bool enable);
hayeswangc81229c2014-01-02 11:22:42 +0800638 } rtl_ops;
639
hayeswang40a82912013-08-14 20:54:40 +0800640 int intr_interval;
hayeswang21ff2e82014-02-18 21:49:06 +0800641 u32 saved_wolopts;
hayeswangac718b62013-05-02 16:01:25 +0000642 u32 msg_enable;
hayeswangdd1b1192013-11-20 17:30:56 +0800643 u32 tx_qlen;
hayeswang464ec102015-02-12 14:33:46 +0800644 u32 coalesce;
hayeswangac718b62013-05-02 16:01:25 +0000645 u16 ocp_base;
hayeswangaa7e26b2016-06-13 17:49:38 +0800646 u16 speed;
hayeswang40a82912013-08-14 20:54:40 +0800647 u8 *intr_buff;
hayeswangac718b62013-05-02 16:01:25 +0000648 u8 version;
hayeswangaa7e26b2016-06-13 17:49:38 +0800649 u8 duplex;
650 u8 autoneg;
hayeswangac718b62013-05-02 16:01:25 +0000651};
652
653enum rtl_version {
654 RTL_VER_UNKNOWN = 0,
655 RTL_VER_01,
hayeswang43779f82014-01-02 11:25:10 +0800656 RTL_VER_02,
657 RTL_VER_03,
658 RTL_VER_04,
659 RTL_VER_05,
hayeswangfb02eb42015-07-22 15:27:41 +0800660 RTL_VER_06,
hayeswang43779f82014-01-02 11:25:10 +0800661 RTL_VER_MAX
hayeswangac718b62013-05-02 16:01:25 +0000662};
663
hayeswang60c89072014-03-07 11:04:39 +0800664enum tx_csum_stat {
665 TX_CSUM_SUCCESS = 0,
666 TX_CSUM_TSO,
667 TX_CSUM_NONE
668};
669
hayeswangac718b62013-05-02 16:01:25 +0000670/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
671 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
672 */
673static const int multicast_filter_limit = 32;
hayeswang52aec122014-09-02 10:27:52 +0800674static unsigned int agg_buf_sz = 16384;
hayeswangac718b62013-05-02 16:01:25 +0000675
hayeswang52aec122014-09-02 10:27:52 +0800676#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
hayeswang60c89072014-03-07 11:04:39 +0800677 VLAN_ETH_HLEN - VLAN_HLEN)
678
hayeswangac718b62013-05-02 16:01:25 +0000679static
680int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
681{
hayeswang31787f52013-07-31 17:21:25 +0800682 int ret;
683 void *tmp;
684
685 tmp = kmalloc(size, GFP_KERNEL);
686 if (!tmp)
687 return -ENOMEM;
688
689 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800690 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
691 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800692
693 memcpy(data, tmp, size);
694 kfree(tmp);
695
696 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000697}
698
699static
700int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
701{
hayeswang31787f52013-07-31 17:21:25 +0800702 int ret;
703 void *tmp;
704
Benoit Tainec4438f02014-05-26 17:21:23 +0200705 tmp = kmemdup(data, size, GFP_KERNEL);
hayeswang31787f52013-07-31 17:21:25 +0800706 if (!tmp)
707 return -ENOMEM;
708
hayeswang31787f52013-07-31 17:21:25 +0800709 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800710 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
711 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800712
713 kfree(tmp);
hayeswangdb8515e2014-03-06 15:07:16 +0800714
hayeswang31787f52013-07-31 17:21:25 +0800715 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000716}
717
718static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
hayeswangb209af92014-08-25 15:53:00 +0800719 void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000720{
hayeswang45f4a192014-01-06 17:08:41 +0800721 u16 limit = 64;
722 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +0000723
724 if (test_bit(RTL8152_UNPLUG, &tp->flags))
725 return -ENODEV;
726
727 /* both size and indix must be 4 bytes align */
728 if ((size & 3) || !size || (index & 3) || !data)
729 return -EPERM;
730
731 if ((u32)index + (u32)size > 0xffff)
732 return -EPERM;
733
734 while (size) {
735 if (size > limit) {
736 ret = get_registers(tp, index, type, limit, data);
737 if (ret < 0)
738 break;
739
740 index += limit;
741 data += limit;
742 size -= limit;
743 } else {
744 ret = get_registers(tp, index, type, size, data);
745 if (ret < 0)
746 break;
747
748 index += size;
749 data += size;
750 size = 0;
751 break;
752 }
753 }
754
hayeswang67610492014-10-30 11:46:40 +0800755 if (ret == -ENODEV)
756 set_bit(RTL8152_UNPLUG, &tp->flags);
757
hayeswangac718b62013-05-02 16:01:25 +0000758 return ret;
759}
760
761static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
hayeswangb209af92014-08-25 15:53:00 +0800762 u16 size, void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000763{
hayeswang45f4a192014-01-06 17:08:41 +0800764 int ret;
765 u16 byteen_start, byteen_end, byen;
766 u16 limit = 512;
hayeswangac718b62013-05-02 16:01:25 +0000767
768 if (test_bit(RTL8152_UNPLUG, &tp->flags))
769 return -ENODEV;
770
771 /* both size and indix must be 4 bytes align */
772 if ((size & 3) || !size || (index & 3) || !data)
773 return -EPERM;
774
775 if ((u32)index + (u32)size > 0xffff)
776 return -EPERM;
777
778 byteen_start = byteen & BYTE_EN_START_MASK;
779 byteen_end = byteen & BYTE_EN_END_MASK;
780
781 byen = byteen_start | (byteen_start << 4);
782 ret = set_registers(tp, index, type | byen, 4, data);
783 if (ret < 0)
784 goto error1;
785
786 index += 4;
787 data += 4;
788 size -= 4;
789
790 if (size) {
791 size -= 4;
792
793 while (size) {
794 if (size > limit) {
795 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800796 type | BYTE_EN_DWORD,
797 limit, data);
hayeswangac718b62013-05-02 16:01:25 +0000798 if (ret < 0)
799 goto error1;
800
801 index += limit;
802 data += limit;
803 size -= limit;
804 } else {
805 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800806 type | BYTE_EN_DWORD,
807 size, data);
hayeswangac718b62013-05-02 16:01:25 +0000808 if (ret < 0)
809 goto error1;
810
811 index += size;
812 data += size;
813 size = 0;
814 break;
815 }
816 }
817
818 byen = byteen_end | (byteen_end >> 4);
819 ret = set_registers(tp, index, type | byen, 4, data);
820 if (ret < 0)
821 goto error1;
822 }
823
824error1:
hayeswang67610492014-10-30 11:46:40 +0800825 if (ret == -ENODEV)
826 set_bit(RTL8152_UNPLUG, &tp->flags);
827
hayeswangac718b62013-05-02 16:01:25 +0000828 return ret;
829}
830
831static inline
832int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
833{
834 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
835}
836
837static inline
838int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
839{
840 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
841}
842
843static inline
844int usb_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
845{
846 return generic_ocp_read(tp, index, size, data, MCU_TYPE_USB);
847}
848
849static inline
850int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
851{
852 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
853}
854
855static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
856{
hayeswangc8826de2013-07-31 17:21:26 +0800857 __le32 data;
hayeswangac718b62013-05-02 16:01:25 +0000858
hayeswangc8826de2013-07-31 17:21:26 +0800859 generic_ocp_read(tp, index, sizeof(data), &data, type);
hayeswangac718b62013-05-02 16:01:25 +0000860
861 return __le32_to_cpu(data);
862}
863
864static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
865{
hayeswangc8826de2013-07-31 17:21:26 +0800866 __le32 tmp = __cpu_to_le32(data);
867
868 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000869}
870
871static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
872{
873 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800874 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000875 u8 shift = index & 2;
876
877 index &= ~3;
878
hayeswangc8826de2013-07-31 17:21:26 +0800879 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000880
hayeswangc8826de2013-07-31 17:21:26 +0800881 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000882 data >>= (shift * 8);
883 data &= 0xffff;
884
885 return (u16)data;
886}
887
888static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
889{
hayeswangc8826de2013-07-31 17:21:26 +0800890 u32 mask = 0xffff;
891 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000892 u16 byen = BYTE_EN_WORD;
893 u8 shift = index & 2;
894
895 data &= mask;
896
897 if (index & 2) {
898 byen <<= shift;
899 mask <<= (shift * 8);
900 data <<= (shift * 8);
901 index &= ~3;
902 }
903
hayeswangc8826de2013-07-31 17:21:26 +0800904 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000905
hayeswangc8826de2013-07-31 17:21:26 +0800906 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000907}
908
909static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
910{
911 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800912 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000913 u8 shift = index & 3;
914
915 index &= ~3;
916
hayeswangc8826de2013-07-31 17:21:26 +0800917 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000918
hayeswangc8826de2013-07-31 17:21:26 +0800919 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000920 data >>= (shift * 8);
921 data &= 0xff;
922
923 return (u8)data;
924}
925
926static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
927{
hayeswangc8826de2013-07-31 17:21:26 +0800928 u32 mask = 0xff;
929 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000930 u16 byen = BYTE_EN_BYTE;
931 u8 shift = index & 3;
932
933 data &= mask;
934
935 if (index & 3) {
936 byen <<= shift;
937 mask <<= (shift * 8);
938 data <<= (shift * 8);
939 index &= ~3;
940 }
941
hayeswangc8826de2013-07-31 17:21:26 +0800942 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000943
hayeswangc8826de2013-07-31 17:21:26 +0800944 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000945}
946
hayeswangac244d32014-01-02 11:22:40 +0800947static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
948{
949 u16 ocp_base, ocp_index;
950
951 ocp_base = addr & 0xf000;
952 if (ocp_base != tp->ocp_base) {
953 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
954 tp->ocp_base = ocp_base;
955 }
956
957 ocp_index = (addr & 0x0fff) | 0xb000;
958 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
959}
960
hayeswange3fe0b12014-01-02 11:22:39 +0800961static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
962{
963 u16 ocp_base, ocp_index;
964
965 ocp_base = addr & 0xf000;
966 if (ocp_base != tp->ocp_base) {
967 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
968 tp->ocp_base = ocp_base;
969 }
970
971 ocp_index = (addr & 0x0fff) | 0xb000;
972 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
973}
974
hayeswangac244d32014-01-02 11:22:40 +0800975static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
hayeswangac718b62013-05-02 16:01:25 +0000976{
hayeswangac244d32014-01-02 11:22:40 +0800977 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
hayeswangac718b62013-05-02 16:01:25 +0000978}
979
hayeswangac244d32014-01-02 11:22:40 +0800980static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
hayeswangac718b62013-05-02 16:01:25 +0000981{
hayeswangac244d32014-01-02 11:22:40 +0800982 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
hayeswangac718b62013-05-02 16:01:25 +0000983}
984
hayeswang43779f82014-01-02 11:25:10 +0800985static void sram_write(struct r8152 *tp, u16 addr, u16 data)
986{
987 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
988 ocp_reg_write(tp, OCP_SRAM_DATA, data);
989}
990
hayeswangac718b62013-05-02 16:01:25 +0000991static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
992{
993 struct r8152 *tp = netdev_priv(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +0800994 int ret;
hayeswangac718b62013-05-02 16:01:25 +0000995
hayeswang68714382014-04-11 17:54:31 +0800996 if (test_bit(RTL8152_UNPLUG, &tp->flags))
997 return -ENODEV;
998
hayeswangac718b62013-05-02 16:01:25 +0000999 if (phy_id != R8152_PHY_ID)
1000 return -EINVAL;
1001
hayeswang9a4be1b2014-02-18 21:49:07 +08001002 ret = r8152_mdio_read(tp, reg);
1003
hayeswang9a4be1b2014-02-18 21:49:07 +08001004 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001005}
1006
1007static
1008void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
1009{
1010 struct r8152 *tp = netdev_priv(netdev);
1011
hayeswang68714382014-04-11 17:54:31 +08001012 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1013 return;
1014
hayeswangac718b62013-05-02 16:01:25 +00001015 if (phy_id != R8152_PHY_ID)
1016 return;
1017
1018 r8152_mdio_write(tp, reg, val);
1019}
1020
hayeswangb209af92014-08-25 15:53:00 +08001021static int
1022r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
hayeswangebc2ec42013-08-14 20:54:38 +08001023
hayeswang8ba789a2014-09-04 16:15:41 +08001024static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
1025{
1026 struct r8152 *tp = netdev_priv(netdev);
1027 struct sockaddr *addr = p;
hayeswangea6a7112014-10-02 17:03:12 +08001028 int ret = -EADDRNOTAVAIL;
hayeswang8ba789a2014-09-04 16:15:41 +08001029
1030 if (!is_valid_ether_addr(addr->sa_data))
hayeswangea6a7112014-10-02 17:03:12 +08001031 goto out1;
1032
1033 ret = usb_autopm_get_interface(tp->intf);
1034 if (ret < 0)
1035 goto out1;
hayeswang8ba789a2014-09-04 16:15:41 +08001036
hayeswangb5403272014-10-09 18:00:26 +08001037 mutex_lock(&tp->control);
1038
hayeswang8ba789a2014-09-04 16:15:41 +08001039 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
1040
1041 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
1042 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
1043 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
1044
hayeswangb5403272014-10-09 18:00:26 +08001045 mutex_unlock(&tp->control);
1046
hayeswangea6a7112014-10-02 17:03:12 +08001047 usb_autopm_put_interface(tp->intf);
1048out1:
1049 return ret;
hayeswang8ba789a2014-09-04 16:15:41 +08001050}
1051
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001052/* Devices containing RTL8153-AD can support a persistent
1053 * host system provided MAC address.
1054 * Examples of this are Dell TB15 and Dell WD15 docks
1055 */
1056static int vendor_mac_passthru_addr_read(struct r8152 *tp, struct sockaddr *sa)
1057{
1058 acpi_status status;
1059 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
1060 union acpi_object *obj;
1061 int ret = -EINVAL;
1062 u32 ocp_data;
1063 unsigned char buf[6];
1064
1065 /* test for -AD variant of RTL8153 */
1066 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
1067 if ((ocp_data & AD_MASK) != 0x1000)
1068 return -ENODEV;
1069
1070 /* test for MAC address pass-through bit */
1071 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, EFUSE);
1072 if ((ocp_data & PASS_THRU_MASK) != 1)
1073 return -ENODEV;
1074
1075 /* returns _AUXMAC_#AABBCCDDEEFF# */
1076 status = acpi_evaluate_object(NULL, "\\_SB.AMAC", NULL, &buffer);
1077 obj = (union acpi_object *)buffer.pointer;
1078 if (!ACPI_SUCCESS(status))
1079 return -ENODEV;
1080 if (obj->type != ACPI_TYPE_BUFFER || obj->string.length != 0x17) {
1081 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001082 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n",
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001083 obj->type, obj->string.length);
1084 goto amacout;
1085 }
1086 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1087 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1088 netif_warn(tp, probe, tp->netdev,
1089 "Invalid header when reading pass-thru MAC addr\n");
1090 goto amacout;
1091 }
1092 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1093 if (!(ret == 0 && is_valid_ether_addr(buf))) {
1094 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001095 "Invalid MAC for pass-thru MAC addr: %d, %pM\n",
1096 ret, buf);
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001097 ret = -EINVAL;
1098 goto amacout;
1099 }
1100 memcpy(sa->sa_data, buf, 6);
1101 ether_addr_copy(tp->netdev->dev_addr, sa->sa_data);
1102 netif_info(tp, probe, tp->netdev,
1103 "Using pass-thru MAC addr %pM\n", sa->sa_data);
1104
1105amacout:
1106 kfree(obj);
1107 return ret;
1108}
1109
hayeswang179bb6d2014-09-04 16:15:42 +08001110static int set_ethernet_addr(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00001111{
1112 struct net_device *dev = tp->netdev;
hayeswang179bb6d2014-09-04 16:15:42 +08001113 struct sockaddr sa;
hayeswang8a91c822014-02-18 21:49:01 +08001114 int ret;
hayeswangac718b62013-05-02 16:01:25 +00001115
hayeswang53700f02016-09-01 17:01:42 +08001116 if (tp->version == RTL_VER_01) {
hayeswang179bb6d2014-09-04 16:15:42 +08001117 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
hayeswang53700f02016-09-01 17:01:42 +08001118 } else {
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001119 /* if this is not an RTL8153-AD, no eFuse mac pass thru set,
1120 * or system doesn't provide valid _SB.AMAC this will be
1121 * be expected to non-zero
1122 */
1123 ret = vendor_mac_passthru_addr_read(tp, &sa);
1124 if (ret < 0)
1125 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
1126 }
hayeswang8a91c822014-02-18 21:49:01 +08001127
1128 if (ret < 0) {
hayeswang179bb6d2014-09-04 16:15:42 +08001129 netif_err(tp, probe, dev, "Get ether addr fail\n");
1130 } else if (!is_valid_ether_addr(sa.sa_data)) {
1131 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
1132 sa.sa_data);
1133 eth_hw_addr_random(dev);
1134 ether_addr_copy(sa.sa_data, dev->dev_addr);
1135 ret = rtl8152_set_mac_address(dev, &sa);
1136 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1137 sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001138 } else {
hayeswang179bb6d2014-09-04 16:15:42 +08001139 if (tp->version == RTL_VER_01)
1140 ether_addr_copy(dev->dev_addr, sa.sa_data);
1141 else
1142 ret = rtl8152_set_mac_address(dev, &sa);
hayeswangac718b62013-05-02 16:01:25 +00001143 }
hayeswang179bb6d2014-09-04 16:15:42 +08001144
1145 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001146}
1147
hayeswangac718b62013-05-02 16:01:25 +00001148static void read_bulk_callback(struct urb *urb)
1149{
hayeswangac718b62013-05-02 16:01:25 +00001150 struct net_device *netdev;
hayeswangac718b62013-05-02 16:01:25 +00001151 int status = urb->status;
hayeswangebc2ec42013-08-14 20:54:38 +08001152 struct rx_agg *agg;
1153 struct r8152 *tp;
hayeswangac718b62013-05-02 16:01:25 +00001154
hayeswangebc2ec42013-08-14 20:54:38 +08001155 agg = urb->context;
1156 if (!agg)
1157 return;
1158
1159 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001160 if (!tp)
1161 return;
hayeswangebc2ec42013-08-14 20:54:38 +08001162
hayeswangac718b62013-05-02 16:01:25 +00001163 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1164 return;
hayeswangebc2ec42013-08-14 20:54:38 +08001165
1166 if (!test_bit(WORK_ENABLE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00001167 return;
1168
hayeswangebc2ec42013-08-14 20:54:38 +08001169 netdev = tp->netdev;
hayeswang7559fb2f2013-08-16 16:09:38 +08001170
1171 /* When link down, the driver would cancel all bulks. */
1172 /* This avoid the re-submitting bulk */
hayeswangebc2ec42013-08-14 20:54:38 +08001173 if (!netif_carrier_ok(netdev))
1174 return;
1175
hayeswang9a4be1b2014-02-18 21:49:07 +08001176 usb_mark_last_busy(tp->udev);
1177
hayeswangac718b62013-05-02 16:01:25 +00001178 switch (status) {
1179 case 0:
hayeswangebc2ec42013-08-14 20:54:38 +08001180 if (urb->actual_length < ETH_ZLEN)
1181 break;
1182
hayeswang2685d412014-03-07 11:04:34 +08001183 spin_lock(&tp->rx_lock);
hayeswangebc2ec42013-08-14 20:54:38 +08001184 list_add_tail(&agg->list, &tp->rx_done);
hayeswang2685d412014-03-07 11:04:34 +08001185 spin_unlock(&tp->rx_lock);
hayeswangd823ab62015-01-12 12:06:23 +08001186 napi_schedule(&tp->napi);
hayeswangebc2ec42013-08-14 20:54:38 +08001187 return;
hayeswangac718b62013-05-02 16:01:25 +00001188 case -ESHUTDOWN:
1189 set_bit(RTL8152_UNPLUG, &tp->flags);
1190 netif_device_detach(tp->netdev);
hayeswangebc2ec42013-08-14 20:54:38 +08001191 return;
hayeswangac718b62013-05-02 16:01:25 +00001192 case -ENOENT:
1193 return; /* the urb is in unlink state */
1194 case -ETIME:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001195 if (net_ratelimit())
1196 netdev_warn(netdev, "maybe reset is needed?\n");
hayeswangebc2ec42013-08-14 20:54:38 +08001197 break;
hayeswangac718b62013-05-02 16:01:25 +00001198 default:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001199 if (net_ratelimit())
1200 netdev_warn(netdev, "Rx status %d\n", status);
hayeswangebc2ec42013-08-14 20:54:38 +08001201 break;
hayeswangac718b62013-05-02 16:01:25 +00001202 }
1203
hayeswanga0fccd42014-11-20 10:29:05 +08001204 r8152_submit_rx(tp, agg, GFP_ATOMIC);
hayeswangac718b62013-05-02 16:01:25 +00001205}
1206
1207static void write_bulk_callback(struct urb *urb)
1208{
hayeswangebc2ec42013-08-14 20:54:38 +08001209 struct net_device_stats *stats;
hayeswangd104eaf2014-03-06 15:07:17 +08001210 struct net_device *netdev;
hayeswangebc2ec42013-08-14 20:54:38 +08001211 struct tx_agg *agg;
hayeswangac718b62013-05-02 16:01:25 +00001212 struct r8152 *tp;
1213 int status = urb->status;
1214
hayeswangebc2ec42013-08-14 20:54:38 +08001215 agg = urb->context;
1216 if (!agg)
1217 return;
1218
1219 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001220 if (!tp)
1221 return;
hayeswangebc2ec42013-08-14 20:54:38 +08001222
hayeswangd104eaf2014-03-06 15:07:17 +08001223 netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001224 stats = &netdev->stats;
hayeswangebc2ec42013-08-14 20:54:38 +08001225 if (status) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08001226 if (net_ratelimit())
hayeswangd104eaf2014-03-06 15:07:17 +08001227 netdev_warn(netdev, "Tx status %d\n", status);
hayeswangebc2ec42013-08-14 20:54:38 +08001228 stats->tx_errors += agg->skb_num;
1229 } else {
1230 stats->tx_packets += agg->skb_num;
1231 stats->tx_bytes += agg->skb_len;
1232 }
1233
hayeswang2685d412014-03-07 11:04:34 +08001234 spin_lock(&tp->tx_lock);
hayeswangebc2ec42013-08-14 20:54:38 +08001235 list_add_tail(&agg->list, &tp->tx_free);
hayeswang2685d412014-03-07 11:04:34 +08001236 spin_unlock(&tp->tx_lock);
hayeswangebc2ec42013-08-14 20:54:38 +08001237
hayeswang9a4be1b2014-02-18 21:49:07 +08001238 usb_autopm_put_interface_async(tp->intf);
1239
hayeswangd104eaf2014-03-06 15:07:17 +08001240 if (!netif_carrier_ok(netdev))
hayeswangac718b62013-05-02 16:01:25 +00001241 return;
hayeswangebc2ec42013-08-14 20:54:38 +08001242
1243 if (!test_bit(WORK_ENABLE, &tp->flags))
1244 return;
1245
1246 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1247 return;
1248
1249 if (!skb_queue_empty(&tp->tx_queue))
hayeswangd823ab62015-01-12 12:06:23 +08001250 napi_schedule(&tp->napi);
hayeswangebc2ec42013-08-14 20:54:38 +08001251}
1252
hayeswang40a82912013-08-14 20:54:40 +08001253static void intr_callback(struct urb *urb)
1254{
1255 struct r8152 *tp;
hayeswang500b6d72013-11-20 17:30:57 +08001256 __le16 *d;
hayeswang40a82912013-08-14 20:54:40 +08001257 int status = urb->status;
1258 int res;
1259
1260 tp = urb->context;
1261 if (!tp)
1262 return;
1263
1264 if (!test_bit(WORK_ENABLE, &tp->flags))
1265 return;
1266
1267 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1268 return;
1269
1270 switch (status) {
1271 case 0: /* success */
1272 break;
1273 case -ECONNRESET: /* unlink */
1274 case -ESHUTDOWN:
1275 netif_device_detach(tp->netdev);
1276 case -ENOENT:
hayeswangd59c8762014-10-31 13:35:57 +08001277 case -EPROTO:
1278 netif_info(tp, intr, tp->netdev,
1279 "Stop submitting intr, status %d\n", status);
hayeswang40a82912013-08-14 20:54:40 +08001280 return;
1281 case -EOVERFLOW:
1282 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1283 goto resubmit;
1284 /* -EPIPE: should clear the halt */
1285 default:
1286 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1287 goto resubmit;
1288 }
1289
1290 d = urb->transfer_buffer;
1291 if (INTR_LINK & __le16_to_cpu(d[0])) {
hayeswang51d979f2015-02-06 11:30:47 +08001292 if (!netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001293 set_bit(RTL8152_LINK_CHG, &tp->flags);
1294 schedule_delayed_work(&tp->schedule, 0);
1295 }
1296 } else {
hayeswang51d979f2015-02-06 11:30:47 +08001297 if (netif_carrier_ok(tp->netdev)) {
hayeswang2f25abe2017-03-23 19:14:19 +08001298 netif_stop_queue(tp->netdev);
hayeswang40a82912013-08-14 20:54:40 +08001299 set_bit(RTL8152_LINK_CHG, &tp->flags);
1300 schedule_delayed_work(&tp->schedule, 0);
1301 }
1302 }
1303
1304resubmit:
1305 res = usb_submit_urb(urb, GFP_ATOMIC);
hayeswang67610492014-10-30 11:46:40 +08001306 if (res == -ENODEV) {
1307 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08001308 netif_device_detach(tp->netdev);
hayeswang67610492014-10-30 11:46:40 +08001309 } else if (res) {
hayeswang40a82912013-08-14 20:54:40 +08001310 netif_err(tp, intr, tp->netdev,
Hayes Wang4a8deae2014-01-07 11:18:22 +08001311 "can't resubmit intr, status %d\n", res);
hayeswang67610492014-10-30 11:46:40 +08001312 }
hayeswang40a82912013-08-14 20:54:40 +08001313}
1314
hayeswangebc2ec42013-08-14 20:54:38 +08001315static inline void *rx_agg_align(void *data)
1316{
hayeswang8e1f51b2014-01-02 11:22:41 +08001317 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
hayeswangebc2ec42013-08-14 20:54:38 +08001318}
1319
1320static inline void *tx_agg_align(void *data)
1321{
hayeswang8e1f51b2014-01-02 11:22:41 +08001322 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
hayeswangebc2ec42013-08-14 20:54:38 +08001323}
1324
1325static void free_all_mem(struct r8152 *tp)
1326{
1327 int i;
1328
1329 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001330 usb_free_urb(tp->rx_info[i].urb);
1331 tp->rx_info[i].urb = NULL;
hayeswangebc2ec42013-08-14 20:54:38 +08001332
hayeswang9629e3c2014-01-15 10:42:15 +08001333 kfree(tp->rx_info[i].buffer);
1334 tp->rx_info[i].buffer = NULL;
1335 tp->rx_info[i].head = NULL;
hayeswangebc2ec42013-08-14 20:54:38 +08001336 }
1337
1338 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001339 usb_free_urb(tp->tx_info[i].urb);
1340 tp->tx_info[i].urb = NULL;
hayeswangebc2ec42013-08-14 20:54:38 +08001341
hayeswang9629e3c2014-01-15 10:42:15 +08001342 kfree(tp->tx_info[i].buffer);
1343 tp->tx_info[i].buffer = NULL;
1344 tp->tx_info[i].head = NULL;
hayeswangebc2ec42013-08-14 20:54:38 +08001345 }
hayeswang40a82912013-08-14 20:54:40 +08001346
hayeswang9629e3c2014-01-15 10:42:15 +08001347 usb_free_urb(tp->intr_urb);
1348 tp->intr_urb = NULL;
hayeswang40a82912013-08-14 20:54:40 +08001349
hayeswang9629e3c2014-01-15 10:42:15 +08001350 kfree(tp->intr_buff);
1351 tp->intr_buff = NULL;
hayeswangebc2ec42013-08-14 20:54:38 +08001352}
1353
1354static int alloc_all_mem(struct r8152 *tp)
1355{
1356 struct net_device *netdev = tp->netdev;
hayeswang40a82912013-08-14 20:54:40 +08001357 struct usb_interface *intf = tp->intf;
1358 struct usb_host_interface *alt = intf->cur_altsetting;
1359 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
hayeswangebc2ec42013-08-14 20:54:38 +08001360 struct urb *urb;
1361 int node, i;
1362 u8 *buf;
1363
1364 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1365
1366 spin_lock_init(&tp->rx_lock);
1367 spin_lock_init(&tp->tx_lock);
hayeswangebc2ec42013-08-14 20:54:38 +08001368 INIT_LIST_HEAD(&tp->tx_free);
hayeswang98d068a2017-03-14 14:15:20 +08001369 INIT_LIST_HEAD(&tp->rx_done);
hayeswangebc2ec42013-08-14 20:54:38 +08001370 skb_queue_head_init(&tp->tx_queue);
hayeswangd823ab62015-01-12 12:06:23 +08001371 skb_queue_head_init(&tp->rx_queue);
hayeswangebc2ec42013-08-14 20:54:38 +08001372
1373 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001374 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec42013-08-14 20:54:38 +08001375 if (!buf)
1376 goto err1;
1377
1378 if (buf != rx_agg_align(buf)) {
1379 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001380 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001381 node);
hayeswangebc2ec42013-08-14 20:54:38 +08001382 if (!buf)
1383 goto err1;
1384 }
1385
1386 urb = usb_alloc_urb(0, GFP_KERNEL);
1387 if (!urb) {
1388 kfree(buf);
1389 goto err1;
1390 }
1391
1392 INIT_LIST_HEAD(&tp->rx_info[i].list);
1393 tp->rx_info[i].context = tp;
1394 tp->rx_info[i].urb = urb;
1395 tp->rx_info[i].buffer = buf;
1396 tp->rx_info[i].head = rx_agg_align(buf);
1397 }
1398
1399 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001400 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec42013-08-14 20:54:38 +08001401 if (!buf)
1402 goto err1;
1403
1404 if (buf != tx_agg_align(buf)) {
1405 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001406 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001407 node);
hayeswangebc2ec42013-08-14 20:54:38 +08001408 if (!buf)
1409 goto err1;
1410 }
1411
1412 urb = usb_alloc_urb(0, GFP_KERNEL);
1413 if (!urb) {
1414 kfree(buf);
1415 goto err1;
1416 }
1417
1418 INIT_LIST_HEAD(&tp->tx_info[i].list);
1419 tp->tx_info[i].context = tp;
1420 tp->tx_info[i].urb = urb;
1421 tp->tx_info[i].buffer = buf;
1422 tp->tx_info[i].head = tx_agg_align(buf);
1423
1424 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1425 }
1426
hayeswang40a82912013-08-14 20:54:40 +08001427 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1428 if (!tp->intr_urb)
1429 goto err1;
1430
1431 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1432 if (!tp->intr_buff)
1433 goto err1;
1434
1435 tp->intr_interval = (int)ep_intr->desc.bInterval;
1436 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
hayeswangb209af92014-08-25 15:53:00 +08001437 tp->intr_buff, INTBUFSIZE, intr_callback,
1438 tp, tp->intr_interval);
hayeswang40a82912013-08-14 20:54:40 +08001439
hayeswangebc2ec42013-08-14 20:54:38 +08001440 return 0;
1441
1442err1:
1443 free_all_mem(tp);
1444 return -ENOMEM;
1445}
1446
hayeswang0de98f62013-08-16 16:09:35 +08001447static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1448{
1449 struct tx_agg *agg = NULL;
1450 unsigned long flags;
1451
hayeswang21949ab2014-03-07 11:04:35 +08001452 if (list_empty(&tp->tx_free))
1453 return NULL;
1454
hayeswang0de98f62013-08-16 16:09:35 +08001455 spin_lock_irqsave(&tp->tx_lock, flags);
1456 if (!list_empty(&tp->tx_free)) {
1457 struct list_head *cursor;
1458
1459 cursor = tp->tx_free.next;
1460 list_del_init(cursor);
1461 agg = list_entry(cursor, struct tx_agg, list);
1462 }
1463 spin_unlock_irqrestore(&tp->tx_lock, flags);
1464
1465 return agg;
1466}
1467
hayeswangb209af92014-08-25 15:53:00 +08001468/* r8152_csum_workaround()
hayeswang6128d1b2014-03-07 11:04:40 +08001469 * The hw limites the value the transport offset. When the offset is out of the
1470 * range, calculate the checksum by sw.
1471 */
1472static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1473 struct sk_buff_head *list)
1474{
1475 if (skb_shinfo(skb)->gso_size) {
1476 netdev_features_t features = tp->netdev->features;
1477 struct sk_buff_head seg_list;
1478 struct sk_buff *segs, *nskb;
1479
hayeswanga91d45f2014-07-11 16:48:27 +08001480 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
hayeswang6128d1b2014-03-07 11:04:40 +08001481 segs = skb_gso_segment(skb, features);
1482 if (IS_ERR(segs) || !segs)
1483 goto drop;
1484
1485 __skb_queue_head_init(&seg_list);
1486
1487 do {
1488 nskb = segs;
1489 segs = segs->next;
1490 nskb->next = NULL;
1491 __skb_queue_tail(&seg_list, nskb);
1492 } while (segs);
1493
1494 skb_queue_splice(&seg_list, list);
1495 dev_kfree_skb(skb);
1496 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1497 if (skb_checksum_help(skb) < 0)
1498 goto drop;
1499
1500 __skb_queue_head(list, skb);
1501 } else {
1502 struct net_device_stats *stats;
1503
1504drop:
1505 stats = &tp->netdev->stats;
1506 stats->tx_dropped++;
1507 dev_kfree_skb(skb);
1508 }
1509}
1510
hayeswangb209af92014-08-25 15:53:00 +08001511/* msdn_giant_send_check()
hayeswang6128d1b2014-03-07 11:04:40 +08001512 * According to the document of microsoft, the TCP Pseudo Header excludes the
1513 * packet length for IPv6 TCP large packets.
1514 */
1515static int msdn_giant_send_check(struct sk_buff *skb)
1516{
1517 const struct ipv6hdr *ipv6h;
1518 struct tcphdr *th;
hayeswangfcb308d2014-03-11 10:20:32 +08001519 int ret;
1520
1521 ret = skb_cow_head(skb, 0);
1522 if (ret)
1523 return ret;
hayeswang6128d1b2014-03-07 11:04:40 +08001524
1525 ipv6h = ipv6_hdr(skb);
1526 th = tcp_hdr(skb);
1527
1528 th->check = 0;
1529 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1530
hayeswangfcb308d2014-03-11 10:20:32 +08001531 return ret;
hayeswang6128d1b2014-03-07 11:04:40 +08001532}
1533
hayeswangc5554292014-09-12 10:43:11 +08001534static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1535{
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001536 if (skb_vlan_tag_present(skb)) {
hayeswangc5554292014-09-12 10:43:11 +08001537 u32 opts2;
1538
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001539 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
hayeswangc5554292014-09-12 10:43:11 +08001540 desc->opts2 |= cpu_to_le32(opts2);
1541 }
1542}
1543
1544static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1545{
1546 u32 opts2 = le32_to_cpu(desc->opts2);
1547
1548 if (opts2 & RX_VLAN_TAG)
1549 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1550 swab16(opts2 & 0xffff));
1551}
1552
hayeswang60c89072014-03-07 11:04:39 +08001553static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1554 struct sk_buff *skb, u32 len, u32 transport_offset)
1555{
1556 u32 mss = skb_shinfo(skb)->gso_size;
1557 u32 opts1, opts2 = 0;
1558 int ret = TX_CSUM_SUCCESS;
1559
1560 WARN_ON_ONCE(len > TX_LEN_MAX);
1561
1562 opts1 = len | TX_FS | TX_LS;
1563
1564 if (mss) {
hayeswang6128d1b2014-03-07 11:04:40 +08001565 if (transport_offset > GTTCPHO_MAX) {
1566 netif_warn(tp, tx_err, tp->netdev,
1567 "Invalid transport offset 0x%x for TSO\n",
1568 transport_offset);
1569 ret = TX_CSUM_TSO;
1570 goto unavailable;
1571 }
1572
hayeswang6e74d172015-02-06 11:30:50 +08001573 switch (vlan_get_protocol(skb)) {
hayeswang60c89072014-03-07 11:04:39 +08001574 case htons(ETH_P_IP):
1575 opts1 |= GTSENDV4;
1576 break;
1577
hayeswang6128d1b2014-03-07 11:04:40 +08001578 case htons(ETH_P_IPV6):
hayeswangfcb308d2014-03-11 10:20:32 +08001579 if (msdn_giant_send_check(skb)) {
1580 ret = TX_CSUM_TSO;
1581 goto unavailable;
1582 }
hayeswang6128d1b2014-03-07 11:04:40 +08001583 opts1 |= GTSENDV6;
hayeswang6128d1b2014-03-07 11:04:40 +08001584 break;
1585
hayeswang60c89072014-03-07 11:04:39 +08001586 default:
1587 WARN_ON_ONCE(1);
1588 break;
1589 }
1590
1591 opts1 |= transport_offset << GTTCPHO_SHIFT;
1592 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1593 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
hayeswang5bd23882013-08-14 20:54:39 +08001594 u8 ip_protocol;
hayeswang5bd23882013-08-14 20:54:39 +08001595
hayeswang6128d1b2014-03-07 11:04:40 +08001596 if (transport_offset > TCPHO_MAX) {
1597 netif_warn(tp, tx_err, tp->netdev,
1598 "Invalid transport offset 0x%x\n",
1599 transport_offset);
1600 ret = TX_CSUM_NONE;
1601 goto unavailable;
1602 }
1603
hayeswang6e74d172015-02-06 11:30:50 +08001604 switch (vlan_get_protocol(skb)) {
hayeswang5bd23882013-08-14 20:54:39 +08001605 case htons(ETH_P_IP):
1606 opts2 |= IPV4_CS;
1607 ip_protocol = ip_hdr(skb)->protocol;
1608 break;
1609
1610 case htons(ETH_P_IPV6):
1611 opts2 |= IPV6_CS;
1612 ip_protocol = ipv6_hdr(skb)->nexthdr;
1613 break;
1614
1615 default:
1616 ip_protocol = IPPROTO_RAW;
1617 break;
1618 }
1619
hayeswang60c89072014-03-07 11:04:39 +08001620 if (ip_protocol == IPPROTO_TCP)
hayeswang5bd23882013-08-14 20:54:39 +08001621 opts2 |= TCP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001622 else if (ip_protocol == IPPROTO_UDP)
hayeswang5bd23882013-08-14 20:54:39 +08001623 opts2 |= UDP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001624 else
hayeswang5bd23882013-08-14 20:54:39 +08001625 WARN_ON_ONCE(1);
hayeswang5bd23882013-08-14 20:54:39 +08001626
hayeswang60c89072014-03-07 11:04:39 +08001627 opts2 |= transport_offset << TCPHO_SHIFT;
hayeswang5bd23882013-08-14 20:54:39 +08001628 }
hayeswang60c89072014-03-07 11:04:39 +08001629
1630 desc->opts2 = cpu_to_le32(opts2);
1631 desc->opts1 = cpu_to_le32(opts1);
1632
hayeswang6128d1b2014-03-07 11:04:40 +08001633unavailable:
hayeswang60c89072014-03-07 11:04:39 +08001634 return ret;
hayeswang5bd23882013-08-14 20:54:39 +08001635}
1636
hayeswangb1379d92013-08-16 16:09:37 +08001637static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1638{
hayeswangd84130a2014-02-18 21:49:02 +08001639 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang9a4be1b2014-02-18 21:49:07 +08001640 int remain, ret;
hayeswangb1379d92013-08-16 16:09:37 +08001641 u8 *tx_data;
1642
hayeswangd84130a2014-02-18 21:49:02 +08001643 __skb_queue_head_init(&skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001644 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001645 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001646 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001647
hayeswangb1379d92013-08-16 16:09:37 +08001648 tx_data = agg->head;
hayeswangb209af92014-08-25 15:53:00 +08001649 agg->skb_num = 0;
1650 agg->skb_len = 0;
hayeswang52aec122014-09-02 10:27:52 +08001651 remain = agg_buf_sz;
hayeswangb1379d92013-08-16 16:09:37 +08001652
hayeswang7937f9e2013-11-20 17:30:54 +08001653 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
hayeswangb1379d92013-08-16 16:09:37 +08001654 struct tx_desc *tx_desc;
1655 struct sk_buff *skb;
1656 unsigned int len;
hayeswang60c89072014-03-07 11:04:39 +08001657 u32 offset;
hayeswangb1379d92013-08-16 16:09:37 +08001658
hayeswangd84130a2014-02-18 21:49:02 +08001659 skb = __skb_dequeue(&skb_head);
hayeswangb1379d92013-08-16 16:09:37 +08001660 if (!skb)
1661 break;
1662
hayeswang60c89072014-03-07 11:04:39 +08001663 len = skb->len + sizeof(*tx_desc);
1664
1665 if (len > remain) {
hayeswangd84130a2014-02-18 21:49:02 +08001666 __skb_queue_head(&skb_head, skb);
hayeswangb1379d92013-08-16 16:09:37 +08001667 break;
1668 }
1669
hayeswang7937f9e2013-11-20 17:30:54 +08001670 tx_data = tx_agg_align(tx_data);
hayeswangb1379d92013-08-16 16:09:37 +08001671 tx_desc = (struct tx_desc *)tx_data;
hayeswang60c89072014-03-07 11:04:39 +08001672
1673 offset = (u32)skb_transport_offset(skb);
1674
hayeswang6128d1b2014-03-07 11:04:40 +08001675 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1676 r8152_csum_workaround(tp, skb, &skb_head);
1677 continue;
1678 }
hayeswang60c89072014-03-07 11:04:39 +08001679
hayeswangc5554292014-09-12 10:43:11 +08001680 rtl_tx_vlan_tag(tx_desc, skb);
1681
hayeswangb1379d92013-08-16 16:09:37 +08001682 tx_data += sizeof(*tx_desc);
1683
hayeswang60c89072014-03-07 11:04:39 +08001684 len = skb->len;
1685 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1686 struct net_device_stats *stats = &tp->netdev->stats;
1687
1688 stats->tx_dropped++;
1689 dev_kfree_skb_any(skb);
1690 tx_data -= sizeof(*tx_desc);
1691 continue;
1692 }
hayeswangb1379d92013-08-16 16:09:37 +08001693
hayeswang7937f9e2013-11-20 17:30:54 +08001694 tx_data += len;
hayeswang60c89072014-03-07 11:04:39 +08001695 agg->skb_len += len;
1696 agg->skb_num++;
1697
1698 dev_kfree_skb_any(skb);
1699
hayeswang52aec122014-09-02 10:27:52 +08001700 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
hayeswangb1379d92013-08-16 16:09:37 +08001701 }
1702
hayeswangd84130a2014-02-18 21:49:02 +08001703 if (!skb_queue_empty(&skb_head)) {
hayeswang0c3121f2014-03-07 11:04:36 +08001704 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001705 skb_queue_splice(&skb_head, tx_queue);
hayeswang0c3121f2014-03-07 11:04:36 +08001706 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001707 }
1708
hayeswang0c3121f2014-03-07 11:04:36 +08001709 netif_tx_lock(tp->netdev);
hayeswangdd1b1192013-11-20 17:30:56 +08001710
1711 if (netif_queue_stopped(tp->netdev) &&
1712 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1713 netif_wake_queue(tp->netdev);
1714
hayeswang0c3121f2014-03-07 11:04:36 +08001715 netif_tx_unlock(tp->netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08001716
hayeswang0c3121f2014-03-07 11:04:36 +08001717 ret = usb_autopm_get_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001718 if (ret < 0)
1719 goto out_tx_fill;
hayeswangdd1b1192013-11-20 17:30:56 +08001720
hayeswangb1379d92013-08-16 16:09:37 +08001721 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1722 agg->head, (int)(tx_data - (u8 *)agg->head),
1723 (usb_complete_t)write_bulk_callback, agg);
1724
hayeswang0c3121f2014-03-07 11:04:36 +08001725 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
hayeswang9a4be1b2014-02-18 21:49:07 +08001726 if (ret < 0)
hayeswang0c3121f2014-03-07 11:04:36 +08001727 usb_autopm_put_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001728
1729out_tx_fill:
1730 return ret;
hayeswangb1379d92013-08-16 16:09:37 +08001731}
1732
hayeswang565cab02014-03-07 11:04:38 +08001733static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1734{
1735 u8 checksum = CHECKSUM_NONE;
1736 u32 opts2, opts3;
1737
hayeswang19c0f402017-01-11 16:25:34 +08001738 if (!(tp->netdev->features & NETIF_F_RXCSUM))
hayeswang565cab02014-03-07 11:04:38 +08001739 goto return_result;
1740
1741 opts2 = le32_to_cpu(rx_desc->opts2);
1742 opts3 = le32_to_cpu(rx_desc->opts3);
1743
1744 if (opts2 & RD_IPV4_CS) {
1745 if (opts3 & IPF)
1746 checksum = CHECKSUM_NONE;
1747 else if ((opts2 & RD_UDP_CS) && (opts3 & UDPF))
1748 checksum = CHECKSUM_NONE;
1749 else if ((opts2 & RD_TCP_CS) && (opts3 & TCPF))
1750 checksum = CHECKSUM_NONE;
1751 else
1752 checksum = CHECKSUM_UNNECESSARY;
Mark Lordb9a321b2016-10-30 19:28:27 -04001753 } else if (opts2 & RD_IPV6_CS) {
hayeswang6128d1b2014-03-07 11:04:40 +08001754 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1755 checksum = CHECKSUM_UNNECESSARY;
1756 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1757 checksum = CHECKSUM_UNNECESSARY;
hayeswang565cab02014-03-07 11:04:38 +08001758 }
1759
1760return_result:
1761 return checksum;
1762}
1763
hayeswangd823ab62015-01-12 12:06:23 +08001764static int rx_bottom(struct r8152 *tp, int budget)
hayeswangebc2ec42013-08-14 20:54:38 +08001765{
hayeswanga5a4f462013-08-16 16:09:34 +08001766 unsigned long flags;
hayeswangd84130a2014-02-18 21:49:02 +08001767 struct list_head *cursor, *next, rx_queue;
hayeswange1a2ca92015-02-06 11:30:45 +08001768 int ret = 0, work_done = 0;
hayeswangce594e92017-03-16 14:32:22 +08001769 struct napi_struct *napi = &tp->napi;
hayeswangd823ab62015-01-12 12:06:23 +08001770
1771 if (!skb_queue_empty(&tp->rx_queue)) {
1772 while (work_done < budget) {
1773 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1774 struct net_device *netdev = tp->netdev;
1775 struct net_device_stats *stats = &netdev->stats;
1776 unsigned int pkt_len;
1777
1778 if (!skb)
1779 break;
1780
1781 pkt_len = skb->len;
hayeswangce594e92017-03-16 14:32:22 +08001782 napi_gro_receive(napi, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001783 work_done++;
1784 stats->rx_packets++;
1785 stats->rx_bytes += pkt_len;
1786 }
1787 }
hayeswangebc2ec42013-08-14 20:54:38 +08001788
hayeswangd84130a2014-02-18 21:49:02 +08001789 if (list_empty(&tp->rx_done))
hayeswangd823ab62015-01-12 12:06:23 +08001790 goto out1;
hayeswangd84130a2014-02-18 21:49:02 +08001791
1792 INIT_LIST_HEAD(&rx_queue);
hayeswanga5a4f462013-08-16 16:09:34 +08001793 spin_lock_irqsave(&tp->rx_lock, flags);
hayeswangd84130a2014-02-18 21:49:02 +08001794 list_splice_init(&tp->rx_done, &rx_queue);
1795 spin_unlock_irqrestore(&tp->rx_lock, flags);
1796
1797 list_for_each_safe(cursor, next, &rx_queue) {
hayeswang43a44782013-08-16 16:09:36 +08001798 struct rx_desc *rx_desc;
1799 struct rx_agg *agg;
hayeswang43a44782013-08-16 16:09:36 +08001800 int len_used = 0;
1801 struct urb *urb;
1802 u8 *rx_data;
hayeswang43a44782013-08-16 16:09:36 +08001803
hayeswangebc2ec42013-08-14 20:54:38 +08001804 list_del_init(cursor);
hayeswangebc2ec42013-08-14 20:54:38 +08001805
1806 agg = list_entry(cursor, struct rx_agg, list);
1807 urb = agg->urb;
hayeswang0de98f62013-08-16 16:09:35 +08001808 if (urb->actual_length < ETH_ZLEN)
1809 goto submit;
hayeswangebc2ec42013-08-14 20:54:38 +08001810
hayeswangebc2ec42013-08-14 20:54:38 +08001811 rx_desc = agg->head;
1812 rx_data = agg->head;
hayeswang7937f9e2013-11-20 17:30:54 +08001813 len_used += sizeof(struct rx_desc);
hayeswangebc2ec42013-08-14 20:54:38 +08001814
hayeswang7937f9e2013-11-20 17:30:54 +08001815 while (urb->actual_length > len_used) {
hayeswang43a44782013-08-16 16:09:36 +08001816 struct net_device *netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001817 struct net_device_stats *stats = &netdev->stats;
hayeswang7937f9e2013-11-20 17:30:54 +08001818 unsigned int pkt_len;
hayeswang43a44782013-08-16 16:09:36 +08001819 struct sk_buff *skb;
1820
hayeswang7937f9e2013-11-20 17:30:54 +08001821 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
hayeswangebc2ec42013-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;
hayeswangebc2ec42013-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);
hayeswangebc2ec42013-08-14 20:54:38 +08001833 if (!skb) {
1834 stats->rx_dropped++;
hayeswang5e2f7482014-03-07 11:04:37 +08001835 goto find_next_rx;
hayeswangebc2ec42013-08-14 20:54:38 +08001836 }
hayeswang565cab02014-03-07 11:04:38 +08001837
1838 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
hayeswangebc2ec42013-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 }
hayeswangebc2ec42013-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);
hayeswangebc2ec42013-08-14 20:54:38 +08001854 rx_desc = (struct rx_desc *)rx_data;
hayeswangebc2ec42013-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);
hayeswangebc2ec42013-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);
hayeswangebc2ec42013-08-14 20:54:38 +08001872 }
hayeswangd823ab62015-01-12 12:06:23 +08001873
1874out1:
1875 return work_done;
hayeswangebc2ec42013-08-14 20:54:38 +08001876}
1877
1878static void tx_bottom(struct r8152 *tp)
1879{
hayeswangebc2ec42013-08-14 20:54:38 +08001880 int res;
1881
hayeswangb1379d92013-08-16 16:09:37 +08001882 do {
1883 struct tx_agg *agg;
hayeswangebc2ec42013-08-14 20:54:38 +08001884
hayeswangb1379d92013-08-16 16:09:37 +08001885 if (skb_queue_empty(&tp->tx_queue))
hayeswangebc2ec42013-08-14 20:54:38 +08001886 break;
1887
hayeswangb1379d92013-08-16 16:09:37 +08001888 agg = r8152_get_tx_agg(tp);
1889 if (!agg)
hayeswangebc2ec42013-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 }
hayeswangebc2ec42013-08-14 20:54:38 +08001911 }
hayeswangb1379d92013-08-16 16:09:37 +08001912 } while (res == 0);
hayeswangebc2ec42013-08-14 20:54:38 +08001913}
1914
hayeswangd823ab62015-01-12 12:06:23 +08001915static void bottom_half(struct r8152 *tp)
hayeswangebc2ec42013-08-14 20:54:38 +08001916{
hayeswangebc2ec42013-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 */
hayeswangebc2ec42013-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);
hayeswangebc2ec42013-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) {
1942 napi_complete(napi);
1943 if (!list_empty(&tp->rx_done))
1944 napi_schedule(napi);
hayeswang248b2132017-01-26 09:38:33 +08001945 else if (!skb_queue_empty(&tp->tx_queue) &&
1946 !list_empty(&tp->tx_free))
1947 napi_schedule(napi);
hayeswangd823ab62015-01-12 12:06:23 +08001948 }
1949
1950 return work_done;
1951}
1952
hayeswangebc2ec42013-08-14 20:54:38 +08001953static
1954int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
1955{
hayeswanga0fccd42014-11-20 10:29:05 +08001956 int ret;
1957
hayeswangef827a52015-01-09 10:26:36 +08001958 /* The rx would be stopped, so skip submitting */
1959 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
1960 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
1961 return 0;
1962
hayeswangebc2ec42013-08-14 20:54:38 +08001963 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
hayeswang52aec122014-09-02 10:27:52 +08001964 agg->head, agg_buf_sz,
hayeswangb209af92014-08-25 15:53:00 +08001965 (usb_complete_t)read_bulk_callback, agg);
hayeswangebc2ec42013-08-14 20:54:38 +08001966
hayeswanga0fccd42014-11-20 10:29:05 +08001967 ret = usb_submit_urb(agg->urb, mem_flags);
1968 if (ret == -ENODEV) {
1969 set_bit(RTL8152_UNPLUG, &tp->flags);
1970 netif_device_detach(tp->netdev);
1971 } else if (ret) {
1972 struct urb *urb = agg->urb;
1973 unsigned long flags;
1974
1975 urb->actual_length = 0;
1976 spin_lock_irqsave(&tp->rx_lock, flags);
1977 list_add_tail(&agg->list, &tp->rx_done);
1978 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangd823ab62015-01-12 12:06:23 +08001979
1980 netif_err(tp, rx_err, tp->netdev,
1981 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
1982
1983 napi_schedule(&tp->napi);
hayeswanga0fccd42014-11-20 10:29:05 +08001984 }
1985
1986 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001987}
1988
hayeswang00a5e362014-02-18 21:48:59 +08001989static void rtl_drop_queued_tx(struct r8152 *tp)
1990{
1991 struct net_device_stats *stats = &tp->netdev->stats;
hayeswangd84130a2014-02-18 21:49:02 +08001992 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang00a5e362014-02-18 21:48:59 +08001993 struct sk_buff *skb;
1994
hayeswangd84130a2014-02-18 21:49:02 +08001995 if (skb_queue_empty(tx_queue))
1996 return;
1997
1998 __skb_queue_head_init(&skb_head);
hayeswang2685d412014-03-07 11:04:34 +08001999 spin_lock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08002000 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang2685d412014-03-07 11:04:34 +08002001 spin_unlock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08002002
2003 while ((skb = __skb_dequeue(&skb_head))) {
hayeswang00a5e362014-02-18 21:48:59 +08002004 dev_kfree_skb(skb);
2005 stats->tx_dropped++;
2006 }
2007}
2008
hayeswangac718b62013-05-02 16:01:25 +00002009static void rtl8152_tx_timeout(struct net_device *netdev)
2010{
2011 struct r8152 *tp = netdev_priv(netdev);
hayeswangebc2ec42013-08-14 20:54:38 +08002012
Hayes Wang4a8deae2014-01-07 11:18:22 +08002013 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
hayeswang37608f32015-07-29 20:39:09 +08002014
2015 usb_queue_reset_device(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00002016}
2017
2018static void rtl8152_set_rx_mode(struct net_device *netdev)
2019{
2020 struct r8152 *tp = netdev_priv(netdev);
2021
hayeswang51d979f2015-02-06 11:30:47 +08002022 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00002023 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08002024 schedule_delayed_work(&tp->schedule, 0);
2025 }
hayeswangac718b62013-05-02 16:01:25 +00002026}
2027
2028static void _rtl8152_set_rx_mode(struct net_device *netdev)
2029{
2030 struct r8152 *tp = netdev_priv(netdev);
hayeswang31787f52013-07-31 17:21:25 +08002031 u32 mc_filter[2]; /* Multicast hash filter */
2032 __le32 tmp[2];
hayeswangac718b62013-05-02 16:01:25 +00002033 u32 ocp_data;
2034
hayeswangac718b62013-05-02 16:01:25 +00002035 netif_stop_queue(netdev);
2036 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2037 ocp_data &= ~RCR_ACPT_ALL;
2038 ocp_data |= RCR_AB | RCR_APM;
2039
2040 if (netdev->flags & IFF_PROMISC) {
2041 /* Unconditionally log net taps. */
2042 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
2043 ocp_data |= RCR_AM | RCR_AAP;
hayeswangb209af92014-08-25 15:53:00 +08002044 mc_filter[1] = 0xffffffff;
2045 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002046 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
2047 (netdev->flags & IFF_ALLMULTI)) {
2048 /* Too many to filter perfectly -- accept all multicasts. */
2049 ocp_data |= RCR_AM;
hayeswangb209af92014-08-25 15:53:00 +08002050 mc_filter[1] = 0xffffffff;
2051 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002052 } else {
2053 struct netdev_hw_addr *ha;
2054
hayeswangb209af92014-08-25 15:53:00 +08002055 mc_filter[1] = 0;
2056 mc_filter[0] = 0;
hayeswangac718b62013-05-02 16:01:25 +00002057 netdev_for_each_mc_addr(ha, netdev) {
2058 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
hayeswangb209af92014-08-25 15:53:00 +08002059
hayeswangac718b62013-05-02 16:01:25 +00002060 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
2061 ocp_data |= RCR_AM;
2062 }
2063 }
2064
hayeswang31787f52013-07-31 17:21:25 +08002065 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
2066 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
hayeswangac718b62013-05-02 16:01:25 +00002067
hayeswang31787f52013-07-31 17:21:25 +08002068 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
hayeswangac718b62013-05-02 16:01:25 +00002069 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2070 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002071}
2072
hayeswanga5e31252015-01-06 17:41:58 +08002073static netdev_features_t
2074rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
2075 netdev_features_t features)
2076{
2077 u32 mss = skb_shinfo(skb)->gso_size;
2078 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
2079 int offset = skb_transport_offset(skb);
2080
2081 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
Tom Herberta1882222015-12-14 11:19:43 -08002082 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
hayeswanga5e31252015-01-06 17:41:58 +08002083 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
2084 features &= ~NETIF_F_GSO_MASK;
2085
2086 return features;
2087}
2088
hayeswangac718b62013-05-02 16:01:25 +00002089static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
hayeswangb209af92014-08-25 15:53:00 +08002090 struct net_device *netdev)
hayeswangac718b62013-05-02 16:01:25 +00002091{
2092 struct r8152 *tp = netdev_priv(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002093
hayeswangac718b62013-05-02 16:01:25 +00002094 skb_tx_timestamp(skb);
hayeswangebc2ec42013-08-14 20:54:38 +08002095
hayeswang61598782013-11-20 17:30:55 +08002096 skb_queue_tail(&tp->tx_queue, skb);
hayeswangebc2ec42013-08-14 20:54:38 +08002097
hayeswang0c3121f2014-03-07 11:04:36 +08002098 if (!list_empty(&tp->tx_free)) {
2099 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangd823ab62015-01-12 12:06:23 +08002100 set_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang0c3121f2014-03-07 11:04:36 +08002101 schedule_delayed_work(&tp->schedule, 0);
2102 } else {
2103 usb_mark_last_busy(tp->udev);
hayeswangd823ab62015-01-12 12:06:23 +08002104 napi_schedule(&tp->napi);
hayeswang0c3121f2014-03-07 11:04:36 +08002105 }
hayeswangb209af92014-08-25 15:53:00 +08002106 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
hayeswangdd1b1192013-11-20 17:30:56 +08002107 netif_stop_queue(netdev);
hayeswangb209af92014-08-25 15:53:00 +08002108 }
hayeswangdd1b1192013-11-20 17:30:56 +08002109
hayeswangac718b62013-05-02 16:01:25 +00002110 return NETDEV_TX_OK;
2111}
2112
2113static void r8152b_reset_packet_filter(struct r8152 *tp)
2114{
2115 u32 ocp_data;
2116
2117 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
2118 ocp_data &= ~FMC_FCR_MCU_EN;
2119 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2120 ocp_data |= FMC_FCR_MCU_EN;
2121 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2122}
2123
2124static void rtl8152_nic_reset(struct r8152 *tp)
2125{
2126 int i;
2127
2128 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2129
2130 for (i = 0; i < 1000; i++) {
2131 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2132 break;
hayeswangb209af92014-08-25 15:53:00 +08002133 usleep_range(100, 400);
hayeswangac718b62013-05-02 16:01:25 +00002134 }
2135}
2136
hayeswangdd1b1192013-11-20 17:30:56 +08002137static void set_tx_qlen(struct r8152 *tp)
2138{
2139 struct net_device *netdev = tp->netdev;
2140
hayeswang52aec122014-09-02 10:27:52 +08002141 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN +
2142 sizeof(struct tx_desc));
hayeswangdd1b1192013-11-20 17:30:56 +08002143}
2144
hayeswangac718b62013-05-02 16:01:25 +00002145static inline u8 rtl8152_get_speed(struct r8152 *tp)
2146{
2147 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2148}
2149
hayeswang507605a2014-01-02 11:22:43 +08002150static void rtl_set_eee_plus(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002151{
hayeswangebc2ec42013-08-14 20:54:38 +08002152 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002153 u8 speed;
2154
2155 speed = rtl8152_get_speed(tp);
hayeswangebc2ec42013-08-14 20:54:38 +08002156 if (speed & _10bps) {
hayeswangac718b62013-05-02 16:01:25 +00002157 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec42013-08-14 20:54:38 +08002158 ocp_data |= EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002159 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2160 } else {
2161 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec42013-08-14 20:54:38 +08002162 ocp_data &= ~EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002163 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2164 }
hayeswang507605a2014-01-02 11:22:43 +08002165}
2166
hayeswang00a5e362014-02-18 21:48:59 +08002167static void rxdy_gated_en(struct r8152 *tp, bool enable)
2168{
2169 u32 ocp_data;
2170
2171 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2172 if (enable)
2173 ocp_data |= RXDY_GATED_EN;
2174 else
2175 ocp_data &= ~RXDY_GATED_EN;
2176 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2177}
2178
hayeswang445f7f42014-09-23 16:31:47 +08002179static int rtl_start_rx(struct r8152 *tp)
2180{
2181 int i, ret = 0;
2182
2183 INIT_LIST_HEAD(&tp->rx_done);
2184 for (i = 0; i < RTL8152_MAX_RX; i++) {
2185 INIT_LIST_HEAD(&tp->rx_info[i].list);
2186 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2187 if (ret)
2188 break;
2189 }
2190
hayeswang7bcf4f62014-11-20 10:29:06 +08002191 if (ret && ++i < RTL8152_MAX_RX) {
2192 struct list_head rx_queue;
2193 unsigned long flags;
2194
2195 INIT_LIST_HEAD(&rx_queue);
2196
2197 do {
2198 struct rx_agg *agg = &tp->rx_info[i++];
2199 struct urb *urb = agg->urb;
2200
2201 urb->actual_length = 0;
2202 list_add_tail(&agg->list, &rx_queue);
2203 } while (i < RTL8152_MAX_RX);
2204
2205 spin_lock_irqsave(&tp->rx_lock, flags);
2206 list_splice_tail(&rx_queue, &tp->rx_done);
2207 spin_unlock_irqrestore(&tp->rx_lock, flags);
2208 }
2209
hayeswang445f7f42014-09-23 16:31:47 +08002210 return ret;
2211}
2212
2213static int rtl_stop_rx(struct r8152 *tp)
2214{
2215 int i;
2216
2217 for (i = 0; i < RTL8152_MAX_RX; i++)
2218 usb_kill_urb(tp->rx_info[i].urb);
2219
hayeswangd823ab62015-01-12 12:06:23 +08002220 while (!skb_queue_empty(&tp->rx_queue))
2221 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2222
hayeswang445f7f42014-09-23 16:31:47 +08002223 return 0;
2224}
2225
hayeswang507605a2014-01-02 11:22:43 +08002226static int rtl_enable(struct r8152 *tp)
2227{
2228 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002229
2230 r8152b_reset_packet_filter(tp);
2231
2232 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2233 ocp_data |= CR_RE | CR_TE;
2234 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2235
hayeswang00a5e362014-02-18 21:48:59 +08002236 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002237
hayeswangaa2e0922015-01-09 10:26:35 +08002238 return 0;
hayeswangac718b62013-05-02 16:01:25 +00002239}
2240
hayeswang507605a2014-01-02 11:22:43 +08002241static int rtl8152_enable(struct r8152 *tp)
2242{
hayeswang68714382014-04-11 17:54:31 +08002243 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2244 return -ENODEV;
2245
hayeswang507605a2014-01-02 11:22:43 +08002246 set_tx_qlen(tp);
2247 rtl_set_eee_plus(tp);
2248
2249 return rtl_enable(tp);
2250}
2251
hayeswang464ec102015-02-12 14:33:46 +08002252static void r8153_set_rx_early_timeout(struct r8152 *tp)
hayeswang43779f82014-01-02 11:25:10 +08002253{
hayeswang464ec102015-02-12 14:33:46 +08002254 u32 ocp_data = tp->coalesce / 8;
hayeswang43779f82014-01-02 11:25:10 +08002255
hayeswang464ec102015-02-12 14:33:46 +08002256 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT, ocp_data);
2257}
2258
2259static void r8153_set_rx_early_size(struct r8152 *tp)
2260{
hayeswangb20cb602017-03-20 16:13:45 +08002261 u32 ocp_data = (agg_buf_sz - rx_reserved_size(tp->netdev->mtu)) / 4;
hayeswang464ec102015-02-12 14:33:46 +08002262
2263 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08002264}
2265
2266static int rtl8153_enable(struct r8152 *tp)
2267{
hayeswang68714382014-04-11 17:54:31 +08002268 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2269 return -ENODEV;
2270
hayeswangb2143962015-07-24 13:54:23 +08002271 usb_disable_lpm(tp->udev);
hayeswang43779f82014-01-02 11:25:10 +08002272 set_tx_qlen(tp);
2273 rtl_set_eee_plus(tp);
hayeswang464ec102015-02-12 14:33:46 +08002274 r8153_set_rx_early_timeout(tp);
2275 r8153_set_rx_early_size(tp);
hayeswang43779f82014-01-02 11:25:10 +08002276
2277 return rtl_enable(tp);
2278}
2279
hayeswangd70b1132014-09-19 15:17:18 +08002280static void rtl_disable(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002281{
hayeswangebc2ec42013-08-14 20:54:38 +08002282 u32 ocp_data;
2283 int i;
hayeswangac718b62013-05-02 16:01:25 +00002284
hayeswang68714382014-04-11 17:54:31 +08002285 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2286 rtl_drop_queued_tx(tp);
2287 return;
2288 }
2289
hayeswangac718b62013-05-02 16:01:25 +00002290 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2291 ocp_data &= ~RCR_ACPT_ALL;
2292 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2293
hayeswang00a5e362014-02-18 21:48:59 +08002294 rtl_drop_queued_tx(tp);
hayeswangebc2ec42013-08-14 20:54:38 +08002295
2296 for (i = 0; i < RTL8152_MAX_TX; i++)
2297 usb_kill_urb(tp->tx_info[i].urb);
hayeswangac718b62013-05-02 16:01:25 +00002298
hayeswang00a5e362014-02-18 21:48:59 +08002299 rxdy_gated_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002300
2301 for (i = 0; i < 1000; i++) {
2302 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2303 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2304 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002305 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002306 }
2307
2308 for (i = 0; i < 1000; i++) {
2309 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2310 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002311 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002312 }
2313
hayeswang445f7f42014-09-23 16:31:47 +08002314 rtl_stop_rx(tp);
hayeswangac718b62013-05-02 16:01:25 +00002315
2316 rtl8152_nic_reset(tp);
2317}
2318
hayeswang00a5e362014-02-18 21:48:59 +08002319static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2320{
2321 u32 ocp_data;
2322
2323 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2324 if (enable)
2325 ocp_data |= POWER_CUT;
2326 else
2327 ocp_data &= ~POWER_CUT;
2328 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2329
2330 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2331 ocp_data &= ~RESUME_INDICATE;
2332 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
hayeswang00a5e362014-02-18 21:48:59 +08002333}
2334
hayeswangc5554292014-09-12 10:43:11 +08002335static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2336{
2337 u32 ocp_data;
2338
2339 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2340 if (enable)
2341 ocp_data |= CPCR_RX_VLAN;
2342 else
2343 ocp_data &= ~CPCR_RX_VLAN;
2344 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2345}
2346
2347static int rtl8152_set_features(struct net_device *dev,
2348 netdev_features_t features)
2349{
2350 netdev_features_t changed = features ^ dev->features;
2351 struct r8152 *tp = netdev_priv(dev);
hayeswang405f8a02014-10-09 18:00:24 +08002352 int ret;
2353
2354 ret = usb_autopm_get_interface(tp->intf);
2355 if (ret < 0)
2356 goto out;
hayeswangc5554292014-09-12 10:43:11 +08002357
hayeswangb5403272014-10-09 18:00:26 +08002358 mutex_lock(&tp->control);
2359
hayeswangc5554292014-09-12 10:43:11 +08002360 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2361 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2362 rtl_rx_vlan_en(tp, true);
2363 else
2364 rtl_rx_vlan_en(tp, false);
2365 }
2366
hayeswangb5403272014-10-09 18:00:26 +08002367 mutex_unlock(&tp->control);
2368
hayeswang405f8a02014-10-09 18:00:24 +08002369 usb_autopm_put_interface(tp->intf);
2370
2371out:
2372 return ret;
hayeswangc5554292014-09-12 10:43:11 +08002373}
2374
hayeswang21ff2e82014-02-18 21:49:06 +08002375#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2376
2377static u32 __rtl_get_wol(struct r8152 *tp)
2378{
2379 u32 ocp_data;
2380 u32 wolopts = 0;
2381
hayeswang21ff2e82014-02-18 21:49:06 +08002382 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2383 if (ocp_data & LINK_ON_WAKE_EN)
2384 wolopts |= WAKE_PHY;
2385
2386 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2387 if (ocp_data & UWF_EN)
2388 wolopts |= WAKE_UCAST;
2389 if (ocp_data & BWF_EN)
2390 wolopts |= WAKE_BCAST;
2391 if (ocp_data & MWF_EN)
2392 wolopts |= WAKE_MCAST;
2393
2394 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2395 if (ocp_data & MAGIC_EN)
2396 wolopts |= WAKE_MAGIC;
2397
2398 return wolopts;
2399}
2400
2401static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2402{
2403 u32 ocp_data;
2404
2405 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2406
2407 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2408 ocp_data &= ~LINK_ON_WAKE_EN;
2409 if (wolopts & WAKE_PHY)
2410 ocp_data |= LINK_ON_WAKE_EN;
2411 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2412
2413 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
hayeswang92f7d072016-07-06 17:35:59 +08002414 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN);
hayeswang21ff2e82014-02-18 21:49:06 +08002415 if (wolopts & WAKE_UCAST)
2416 ocp_data |= UWF_EN;
2417 if (wolopts & WAKE_BCAST)
2418 ocp_data |= BWF_EN;
2419 if (wolopts & WAKE_MCAST)
2420 ocp_data |= MWF_EN;
hayeswang21ff2e82014-02-18 21:49:06 +08002421 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2422
2423 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2424
2425 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2426 ocp_data &= ~MAGIC_EN;
2427 if (wolopts & WAKE_MAGIC)
2428 ocp_data |= MAGIC_EN;
2429 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2430
2431 if (wolopts & WAKE_ANY)
2432 device_set_wakeup_enable(&tp->udev->dev, true);
2433 else
2434 device_set_wakeup_enable(&tp->udev->dev, false);
2435}
2436
hayeswangb2143962015-07-24 13:54:23 +08002437static void r8153_u1u2en(struct r8152 *tp, bool enable)
2438{
2439 u8 u1u2[8];
2440
2441 if (enable)
2442 memset(u1u2, 0xff, sizeof(u1u2));
2443 else
2444 memset(u1u2, 0x00, sizeof(u1u2));
2445
2446 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2447}
2448
2449static void r8153_u2p3en(struct r8152 *tp, bool enable)
2450{
2451 u32 ocp_data;
2452
2453 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
2454 if (enable && tp->version != RTL_VER_03 && tp->version != RTL_VER_04)
2455 ocp_data |= U2P3_ENABLE;
2456 else
2457 ocp_data &= ~U2P3_ENABLE;
2458 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2459}
2460
2461static void r8153_power_cut_en(struct r8152 *tp, bool enable)
2462{
2463 u32 ocp_data;
2464
2465 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2466 if (enable)
2467 ocp_data |= PWR_EN | PHASE2_EN;
2468 else
2469 ocp_data &= ~(PWR_EN | PHASE2_EN);
2470 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2471
2472 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2473 ocp_data &= ~PCUT_STATUS;
2474 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2475}
2476
hayeswang7daed8d2015-07-24 13:54:24 +08002477static bool rtl_can_wakeup(struct r8152 *tp)
2478{
2479 struct usb_device *udev = tp->udev;
2480
2481 return (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP);
2482}
2483
hayeswang9a4be1b2014-02-18 21:49:07 +08002484static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2485{
2486 if (enable) {
2487 u32 ocp_data;
2488
2489 __rtl_set_wol(tp, WAKE_ANY);
2490
2491 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2492
2493 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2494 ocp_data |= LINK_OFF_WAKE_EN;
2495 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2496
2497 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2498 } else {
hayeswangf95ae8a2016-06-30 15:33:35 +08002499 u32 ocp_data;
2500
hayeswang9a4be1b2014-02-18 21:49:07 +08002501 __rtl_set_wol(tp, tp->saved_wolopts);
hayeswangf95ae8a2016-06-30 15:33:35 +08002502
2503 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2504
2505 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2506 ocp_data &= ~LINK_OFF_WAKE_EN;
2507 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2508
2509 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
hayeswang2609af12016-07-05 16:11:46 +08002510 }
2511}
hayeswangf95ae8a2016-06-30 15:33:35 +08002512
hayeswang2609af12016-07-05 16:11:46 +08002513static void rtl8153_runtime_enable(struct r8152 *tp, bool enable)
2514{
2515 rtl_runtime_suspend_enable(tp, enable);
2516
2517 if (enable) {
2518 r8153_u1u2en(tp, false);
2519 r8153_u2p3en(tp, false);
2520 } else {
hayeswangb2143962015-07-24 13:54:23 +08002521 r8153_u2p3en(tp, true);
2522 r8153_u1u2en(tp, true);
hayeswang9a4be1b2014-02-18 21:49:07 +08002523 }
2524}
2525
hayeswang43499682014-02-18 21:48:58 +08002526static void r8153_teredo_off(struct r8152 *tp)
2527{
2528 u32 ocp_data;
2529
2530 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2531 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK | OOB_TEREDO_EN);
2532 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2533
2534 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2535 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2536 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2537}
2538
hayeswang93fe9b12016-06-16 10:55:18 +08002539static void rtl_reset_bmu(struct r8152 *tp)
2540{
2541 u32 ocp_data;
2542
2543 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_BMU_RESET);
2544 ocp_data &= ~(BMU_RESET_EP_IN | BMU_RESET_EP_OUT);
2545 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2546 ocp_data |= BMU_RESET_EP_IN | BMU_RESET_EP_OUT;
2547 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2548}
2549
hayeswangcda9fb02016-01-07 17:51:12 +08002550static void r8152_aldps_en(struct r8152 *tp, bool enable)
hayeswang43499682014-02-18 21:48:58 +08002551{
hayeswangcda9fb02016-01-07 17:51:12 +08002552 if (enable) {
2553 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2554 LINKENA | DIS_SDSAVE);
2555 } else {
2556 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA |
2557 DIS_SDSAVE);
2558 msleep(20);
2559 }
hayeswang43499682014-02-18 21:48:58 +08002560}
2561
hayeswange6449532016-09-20 16:22:05 +08002562static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
2563{
2564 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
2565 ocp_reg_write(tp, OCP_EEE_DATA, reg);
2566 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
2567}
2568
2569static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
2570{
2571 u16 data;
2572
2573 r8152_mmd_indirect(tp, dev, reg);
2574 data = ocp_reg_read(tp, OCP_EEE_DATA);
2575 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2576
2577 return data;
2578}
2579
2580static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
2581{
2582 r8152_mmd_indirect(tp, dev, reg);
2583 ocp_reg_write(tp, OCP_EEE_DATA, data);
2584 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2585}
2586
2587static void r8152_eee_en(struct r8152 *tp, bool enable)
2588{
2589 u16 config1, config2, config3;
2590 u32 ocp_data;
2591
2592 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2593 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
2594 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
2595 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
2596
2597 if (enable) {
2598 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2599 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
2600 config1 |= sd_rise_time(1);
2601 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
2602 config3 |= fast_snr(42);
2603 } else {
2604 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2605 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
2606 RX_QUIET_EN);
2607 config1 |= sd_rise_time(7);
2608 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
2609 config3 |= fast_snr(511);
2610 }
2611
2612 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2613 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
2614 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
2615 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
2616}
2617
2618static void r8152b_enable_eee(struct r8152 *tp)
2619{
2620 r8152_eee_en(tp, true);
2621 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
2622}
2623
2624static void r8152b_enable_fc(struct r8152 *tp)
2625{
2626 u16 anar;
2627
2628 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2629 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
2630 r8152_mdio_write(tp, MII_ADVERTISE, anar);
2631}
2632
hayeswangd70b1132014-09-19 15:17:18 +08002633static void rtl8152_disable(struct r8152 *tp)
2634{
hayeswangcda9fb02016-01-07 17:51:12 +08002635 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002636 rtl_disable(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002637 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08002638}
2639
hayeswang43499682014-02-18 21:48:58 +08002640static void r8152b_hw_phy_cfg(struct r8152 *tp)
2641{
hayeswangef39df82016-09-20 16:22:07 +08002642 r8152b_enable_eee(tp);
2643 r8152_aldps_en(tp, true);
2644 r8152b_enable_fc(tp);
hayeswangf0cbe0a2014-02-18 21:49:03 +08002645
hayeswangaa66a5f2014-02-18 21:49:04 +08002646 set_bit(PHY_RESET, &tp->flags);
hayeswang43499682014-02-18 21:48:58 +08002647}
2648
hayeswangac718b62013-05-02 16:01:25 +00002649static void r8152b_exit_oob(struct r8152 *tp)
2650{
hayeswangdb8515e2014-03-06 15:07:16 +08002651 u32 ocp_data;
2652 int i;
hayeswangac718b62013-05-02 16:01:25 +00002653
2654 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2655 ocp_data &= ~RCR_ACPT_ALL;
2656 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2657
hayeswang00a5e362014-02-18 21:48:59 +08002658 rxdy_gated_en(tp, true);
hayeswangda9bd112014-02-18 21:49:08 +08002659 r8153_teredo_off(tp);
hayeswangac718b62013-05-02 16:01:25 +00002660 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2661 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
2662
2663 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2664 ocp_data &= ~NOW_IS_OOB;
2665 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2666
2667 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2668 ocp_data &= ~MCU_BORW_EN;
2669 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2670
2671 for (i = 0; i < 1000; i++) {
2672 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2673 if (ocp_data & LINK_LIST_READY)
2674 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002675 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002676 }
2677
2678 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2679 ocp_data |= RE_INIT_LL;
2680 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2681
2682 for (i = 0; i < 1000; i++) {
2683 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2684 if (ocp_data & LINK_LIST_READY)
2685 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002686 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002687 }
2688
2689 rtl8152_nic_reset(tp);
2690
2691 /* rx share fifo credit full threshold */
2692 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2693
hayeswanga3cc4652014-07-24 16:37:43 +08002694 if (tp->udev->speed == USB_SPEED_FULL ||
2695 tp->udev->speed == USB_SPEED_LOW) {
hayeswangac718b62013-05-02 16:01:25 +00002696 /* rx share fifo credit near full threshold */
2697 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2698 RXFIFO_THR2_FULL);
2699 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2700 RXFIFO_THR3_FULL);
2701 } else {
2702 /* rx share fifo credit near full threshold */
2703 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2704 RXFIFO_THR2_HIGH);
2705 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2706 RXFIFO_THR3_HIGH);
2707 }
2708
2709 /* TX share fifo free credit full threshold */
2710 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
2711
2712 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
hayeswang8e1f51b2014-01-02 11:22:41 +08002713 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
hayeswangac718b62013-05-02 16:01:25 +00002714 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
2715 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
2716
hayeswangc5554292014-09-12 10:43:11 +08002717 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswangac718b62013-05-02 16:01:25 +00002718
2719 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2720
2721 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2722 ocp_data |= TCR0_AUTO_FIFO;
2723 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2724}
2725
2726static void r8152b_enter_oob(struct r8152 *tp)
2727{
hayeswang45f4a192014-01-06 17:08:41 +08002728 u32 ocp_data;
2729 int i;
hayeswangac718b62013-05-02 16:01:25 +00002730
2731 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2732 ocp_data &= ~NOW_IS_OOB;
2733 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2734
2735 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
2736 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
2737 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
2738
hayeswangd70b1132014-09-19 15:17:18 +08002739 rtl_disable(tp);
hayeswangac718b62013-05-02 16:01:25 +00002740
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 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2749 ocp_data |= RE_INIT_LL;
2750 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2751
2752 for (i = 0; i < 1000; i++) {
2753 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2754 if (ocp_data & LINK_LIST_READY)
2755 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002756 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002757 }
2758
2759 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2760
hayeswangc5554292014-09-12 10:43:11 +08002761 rtl_rx_vlan_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002762
2763 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2764 ocp_data |= ALDPS_PROXY_MODE;
2765 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2766
2767 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2768 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2769 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2770
hayeswang00a5e362014-02-18 21:48:59 +08002771 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002772
2773 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2774 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2775 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2776}
2777
hayeswange6449532016-09-20 16:22:05 +08002778static void r8153_aldps_en(struct r8152 *tp, bool enable)
2779{
2780 u16 data;
2781
2782 data = ocp_reg_read(tp, OCP_POWER_CFG);
2783 if (enable) {
2784 data |= EN_ALDPS;
2785 ocp_reg_write(tp, OCP_POWER_CFG, data);
2786 } else {
2787 data &= ~EN_ALDPS;
2788 ocp_reg_write(tp, OCP_POWER_CFG, data);
2789 msleep(20);
2790 }
2791}
2792
2793static void r8153_eee_en(struct r8152 *tp, bool enable)
2794{
2795 u32 ocp_data;
2796 u16 config;
2797
2798 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2799 config = ocp_reg_read(tp, OCP_EEE_CFG);
2800
2801 if (enable) {
2802 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2803 config |= EEE10_EN;
2804 } else {
2805 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2806 config &= ~EEE10_EN;
2807 }
2808
2809 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2810 ocp_reg_write(tp, OCP_EEE_CFG, config);
2811}
2812
hayeswang43779f82014-01-02 11:25:10 +08002813static void r8153_hw_phy_cfg(struct r8152 *tp)
2814{
2815 u32 ocp_data;
2816 u16 data;
2817
hayeswangd768c612016-09-20 16:22:09 +08002818 /* disable ALDPS before updating the PHY parameters */
2819 r8153_aldps_en(tp, false);
hayeswangfb02eb42015-07-22 15:27:41 +08002820
hayeswangd768c612016-09-20 16:22:09 +08002821 /* disable EEE before updating the PHY parameters */
2822 r8153_eee_en(tp, false);
2823 ocp_reg_write(tp, OCP_EEE_ADV, 0);
hayeswang43779f82014-01-02 11:25:10 +08002824
2825 if (tp->version == RTL_VER_03) {
2826 data = ocp_reg_read(tp, OCP_EEE_CFG);
2827 data &= ~CTAP_SHORT_EN;
2828 ocp_reg_write(tp, OCP_EEE_CFG, data);
2829 }
2830
2831 data = ocp_reg_read(tp, OCP_POWER_CFG);
2832 data |= EEE_CLKDIV_EN;
2833 ocp_reg_write(tp, OCP_POWER_CFG, data);
2834
2835 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
2836 data |= EN_10M_BGOFF;
2837 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
2838 data = ocp_reg_read(tp, OCP_POWER_CFG);
2839 data |= EN_10M_PLLOFF;
2840 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswangb4d99de2015-01-19 17:02:46 +08002841 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
hayeswang43779f82014-01-02 11:25:10 +08002842
2843 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
2844 ocp_data |= PFM_PWM_SWITCH;
2845 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
2846
hayeswangb4d99de2015-01-19 17:02:46 +08002847 /* Enable LPF corner auto tune */
2848 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
hayeswang43779f82014-01-02 11:25:10 +08002849
hayeswangb4d99de2015-01-19 17:02:46 +08002850 /* Adjust 10M Amplitude */
2851 sram_write(tp, SRAM_10M_AMP1, 0x00af);
2852 sram_write(tp, SRAM_10M_AMP2, 0x0208);
hayeswangaa66a5f2014-02-18 21:49:04 +08002853
hayeswangaf0287e2016-09-20 16:22:08 +08002854 r8153_eee_en(tp, true);
2855 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
2856
hayeswangef39df82016-09-20 16:22:07 +08002857 r8153_aldps_en(tp, true);
2858 r8152b_enable_fc(tp);
2859
hayeswangaa66a5f2014-02-18 21:49:04 +08002860 set_bit(PHY_RESET, &tp->flags);
hayeswang43779f82014-01-02 11:25:10 +08002861}
2862
hayeswang43779f82014-01-02 11:25:10 +08002863static void r8153_first_init(struct r8152 *tp)
2864{
2865 u32 ocp_data;
2866 int i;
2867
hayeswang00a5e362014-02-18 21:48:59 +08002868 rxdy_gated_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002869 r8153_teredo_off(tp);
2870
2871 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2872 ocp_data &= ~RCR_ACPT_ALL;
2873 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2874
hayeswang43779f82014-01-02 11:25:10 +08002875 rtl8152_nic_reset(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002876 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002877
2878 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2879 ocp_data &= ~NOW_IS_OOB;
2880 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2881
2882 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2883 ocp_data &= ~MCU_BORW_EN;
2884 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2885
2886 for (i = 0; i < 1000; i++) {
2887 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2888 if (ocp_data & LINK_LIST_READY)
2889 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002890 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002891 }
2892
2893 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2894 ocp_data |= RE_INIT_LL;
2895 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2896
2897 for (i = 0; i < 1000; i++) {
2898 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2899 if (ocp_data & LINK_LIST_READY)
2900 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002901 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002902 }
2903
hayeswangc5554292014-09-12 10:43:11 +08002904 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswang43779f82014-01-02 11:25:10 +08002905
hayeswang210c4f72017-03-20 16:13:44 +08002906 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + CRC_SIZE;
2907 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
hayeswang69b4b7a2014-07-10 10:58:54 +08002908 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
hayeswang43779f82014-01-02 11:25:10 +08002909
2910 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2911 ocp_data |= TCR0_AUTO_FIFO;
2912 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2913
2914 rtl8152_nic_reset(tp);
2915
2916 /* rx share fifo credit full threshold */
2917 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2918 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
2919 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
2920 /* TX share fifo free credit full threshold */
2921 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
2922
hayeswang9629e3c2014-01-15 10:42:15 +08002923 /* rx aggregation */
hayeswang43779f82014-01-02 11:25:10 +08002924 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08002925 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswang43779f82014-01-02 11:25:10 +08002926 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
2927}
2928
2929static void r8153_enter_oob(struct r8152 *tp)
2930{
2931 u32 ocp_data;
2932 int i;
2933
2934 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2935 ocp_data &= ~NOW_IS_OOB;
2936 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2937
hayeswangd70b1132014-09-19 15:17:18 +08002938 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002939 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002940
2941 for (i = 0; i < 1000; i++) {
2942 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2943 if (ocp_data & LINK_LIST_READY)
2944 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002945 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002946 }
2947
2948 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2949 ocp_data |= RE_INIT_LL;
2950 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2951
2952 for (i = 0; i < 1000; i++) {
2953 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2954 if (ocp_data & LINK_LIST_READY)
2955 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002956 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002957 }
2958
hayeswang210c4f72017-03-20 16:13:44 +08002959 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + CRC_SIZE;
2960 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08002961
hayeswang43779f82014-01-02 11:25:10 +08002962 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2963 ocp_data &= ~TEREDO_WAKE_MASK;
2964 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2965
hayeswangc5554292014-09-12 10:43:11 +08002966 rtl_rx_vlan_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002967
2968 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2969 ocp_data |= ALDPS_PROXY_MODE;
2970 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2971
2972 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2973 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2974 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2975
hayeswang00a5e362014-02-18 21:48:59 +08002976 rxdy_gated_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08002977
2978 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2979 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2980 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2981}
2982
hayeswangd70b1132014-09-19 15:17:18 +08002983static void rtl8153_disable(struct r8152 *tp)
2984{
hayeswangcda9fb02016-01-07 17:51:12 +08002985 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002986 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002987 rtl_reset_bmu(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002988 r8153_aldps_en(tp, true);
hayeswangb2143962015-07-24 13:54:23 +08002989 usb_enable_lpm(tp->udev);
hayeswangd70b1132014-09-19 15:17:18 +08002990}
2991
hayeswangac718b62013-05-02 16:01:25 +00002992static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
2993{
hayeswang43779f82014-01-02 11:25:10 +08002994 u16 bmcr, anar, gbcr;
hayeswangac718b62013-05-02 16:01:25 +00002995 int ret = 0;
2996
hayeswangac718b62013-05-02 16:01:25 +00002997 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2998 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
2999 ADVERTISE_100HALF | ADVERTISE_100FULL);
hayeswang43779f82014-01-02 11:25:10 +08003000 if (tp->mii.supports_gmii) {
3001 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
3002 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
3003 } else {
3004 gbcr = 0;
3005 }
hayeswangac718b62013-05-02 16:01:25 +00003006
3007 if (autoneg == AUTONEG_DISABLE) {
3008 if (speed == SPEED_10) {
3009 bmcr = 0;
3010 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3011 } else if (speed == SPEED_100) {
3012 bmcr = BMCR_SPEED100;
3013 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
hayeswang43779f82014-01-02 11:25:10 +08003014 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3015 bmcr = BMCR_SPEED1000;
3016 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
hayeswangac718b62013-05-02 16:01:25 +00003017 } else {
3018 ret = -EINVAL;
3019 goto out;
3020 }
3021
3022 if (duplex == DUPLEX_FULL)
3023 bmcr |= BMCR_FULLDPLX;
3024 } else {
3025 if (speed == SPEED_10) {
3026 if (duplex == DUPLEX_FULL)
3027 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3028 else
3029 anar |= ADVERTISE_10HALF;
3030 } else if (speed == SPEED_100) {
3031 if (duplex == DUPLEX_FULL) {
3032 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3033 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3034 } else {
3035 anar |= ADVERTISE_10HALF;
3036 anar |= ADVERTISE_100HALF;
3037 }
hayeswang43779f82014-01-02 11:25:10 +08003038 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3039 if (duplex == DUPLEX_FULL) {
3040 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3041 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3042 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
3043 } else {
3044 anar |= ADVERTISE_10HALF;
3045 anar |= ADVERTISE_100HALF;
3046 gbcr |= ADVERTISE_1000HALF;
3047 }
hayeswangac718b62013-05-02 16:01:25 +00003048 } else {
3049 ret = -EINVAL;
3050 goto out;
3051 }
3052
3053 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
3054 }
3055
hayeswangfae56172016-06-16 14:08:29 +08003056 if (test_and_clear_bit(PHY_RESET, &tp->flags))
hayeswangaa66a5f2014-02-18 21:49:04 +08003057 bmcr |= BMCR_RESET;
3058
hayeswang43779f82014-01-02 11:25:10 +08003059 if (tp->mii.supports_gmii)
3060 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
3061
hayeswangac718b62013-05-02 16:01:25 +00003062 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3063 r8152_mdio_write(tp, MII_BMCR, bmcr);
3064
hayeswangfae56172016-06-16 14:08:29 +08003065 if (bmcr & BMCR_RESET) {
hayeswangaa66a5f2014-02-18 21:49:04 +08003066 int i;
3067
hayeswangaa66a5f2014-02-18 21:49:04 +08003068 for (i = 0; i < 50; i++) {
3069 msleep(20);
3070 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
3071 break;
3072 }
3073 }
3074
hayeswangac718b62013-05-02 16:01:25 +00003075out:
hayeswangac718b62013-05-02 16:01:25 +00003076 return ret;
3077}
3078
hayeswangd70b1132014-09-19 15:17:18 +08003079static void rtl8152_up(struct r8152 *tp)
3080{
3081 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3082 return;
3083
hayeswangcda9fb02016-01-07 17:51:12 +08003084 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003085 r8152b_exit_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003086 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003087}
3088
hayeswangac718b62013-05-02 16:01:25 +00003089static void rtl8152_down(struct r8152 *tp)
3090{
hayeswang68714382014-04-11 17:54:31 +08003091 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3092 rtl_drop_queued_tx(tp);
3093 return;
3094 }
3095
hayeswang00a5e362014-02-18 21:48:59 +08003096 r8152_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003097 r8152_aldps_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003098 r8152b_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003099 r8152_aldps_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00003100}
3101
hayeswangd70b1132014-09-19 15:17:18 +08003102static void rtl8153_up(struct r8152 *tp)
3103{
3104 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3105 return;
3106
hayeswangb2143962015-07-24 13:54:23 +08003107 r8153_u1u2en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003108 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003109 r8153_first_init(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003110 r8153_aldps_en(tp, true);
hayeswangb2143962015-07-24 13:54:23 +08003111 r8153_u2p3en(tp, true);
3112 r8153_u1u2en(tp, true);
3113 usb_enable_lpm(tp->udev);
hayeswangd70b1132014-09-19 15:17:18 +08003114}
3115
hayeswang43779f82014-01-02 11:25:10 +08003116static void rtl8153_down(struct r8152 *tp)
3117{
hayeswang68714382014-04-11 17:54:31 +08003118 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3119 rtl_drop_queued_tx(tp);
3120 return;
3121 }
3122
hayeswangb9702722014-02-18 21:49:00 +08003123 r8153_u1u2en(tp, false);
hayeswangb2143962015-07-24 13:54:23 +08003124 r8153_u2p3en(tp, false);
hayeswangb9702722014-02-18 21:49:00 +08003125 r8153_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003126 r8153_aldps_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003127 r8153_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003128 r8153_aldps_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003129}
3130
hayeswang2dd49e02015-09-07 11:57:44 +08003131static bool rtl8152_in_nway(struct r8152 *tp)
3132{
3133 u16 nway_state;
3134
3135 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, 0x2000);
3136 tp->ocp_base = 0x2000;
3137 ocp_write_byte(tp, MCU_TYPE_PLA, 0xb014, 0x4c); /* phy state */
3138 nway_state = ocp_read_word(tp, MCU_TYPE_PLA, 0xb01a);
3139
3140 /* bit 15: TXDIS_STATE, bit 14: ABD_STATE */
3141 if (nway_state & 0xc000)
3142 return false;
3143 else
3144 return true;
3145}
3146
3147static bool rtl8153_in_nway(struct r8152 *tp)
3148{
3149 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff;
3150
3151 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE)
3152 return false;
3153 else
3154 return true;
3155}
3156
hayeswangac718b62013-05-02 16:01:25 +00003157static void set_carrier(struct r8152 *tp)
3158{
3159 struct net_device *netdev = tp->netdev;
hayeswangce594e92017-03-16 14:32:22 +08003160 struct napi_struct *napi = &tp->napi;
hayeswangac718b62013-05-02 16:01:25 +00003161 u8 speed;
3162
3163 speed = rtl8152_get_speed(tp);
3164
3165 if (speed & LINK_STATUS) {
hayeswang51d979f2015-02-06 11:30:47 +08003166 if (!netif_carrier_ok(netdev)) {
hayeswangc81229c2014-01-02 11:22:42 +08003167 tp->rtl_ops.enable(tp);
hayeswangac718b62013-05-02 16:01:25 +00003168 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswangde9bf292017-01-26 09:38:32 +08003169 netif_stop_queue(netdev);
hayeswangce594e92017-03-16 14:32:22 +08003170 napi_disable(napi);
hayeswangac718b62013-05-02 16:01:25 +00003171 netif_carrier_on(netdev);
hayeswangaa2e0922015-01-09 10:26:35 +08003172 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003173 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003174 netif_wake_queue(netdev);
3175 netif_info(tp, link, netdev, "carrier on\n");
hayeswang2f25abe2017-03-23 19:14:19 +08003176 } else if (netif_queue_stopped(netdev) &&
3177 skb_queue_len(&tp->tx_queue) < tp->tx_qlen) {
3178 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003179 }
3180 } else {
hayeswang51d979f2015-02-06 11:30:47 +08003181 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00003182 netif_carrier_off(netdev);
hayeswangce594e92017-03-16 14:32:22 +08003183 napi_disable(napi);
hayeswangc81229c2014-01-02 11:22:42 +08003184 tp->rtl_ops.disable(tp);
hayeswangce594e92017-03-16 14:32:22 +08003185 napi_enable(napi);
hayeswangde9bf292017-01-26 09:38:32 +08003186 netif_info(tp, link, netdev, "carrier off\n");
hayeswangac718b62013-05-02 16:01:25 +00003187 }
3188 }
hayeswangac718b62013-05-02 16:01:25 +00003189}
3190
3191static void rtl_work_func_t(struct work_struct *work)
3192{
3193 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
3194
hayeswanga1f83fe2014-11-12 10:05:05 +08003195 /* If the device is unplugged or !netif_running(), the workqueue
3196 * doesn't need to wake the device, and could return directly.
3197 */
3198 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
3199 return;
3200
hayeswang9a4be1b2014-02-18 21:49:07 +08003201 if (usb_autopm_get_interface(tp->intf) < 0)
3202 return;
3203
hayeswangac718b62013-05-02 16:01:25 +00003204 if (!test_bit(WORK_ENABLE, &tp->flags))
3205 goto out1;
3206
hayeswangb5403272014-10-09 18:00:26 +08003207 if (!mutex_trylock(&tp->control)) {
3208 schedule_delayed_work(&tp->schedule, 0);
3209 goto out1;
3210 }
3211
hayeswang216a8342016-01-07 17:51:11 +08003212 if (test_and_clear_bit(RTL8152_LINK_CHG, &tp->flags))
hayeswang40a82912013-08-14 20:54:40 +08003213 set_carrier(tp);
hayeswangac718b62013-05-02 16:01:25 +00003214
hayeswang216a8342016-01-07 17:51:11 +08003215 if (test_and_clear_bit(RTL8152_SET_RX_MODE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00003216 _rtl8152_set_rx_mode(tp->netdev);
3217
hayeswangd823ab62015-01-12 12:06:23 +08003218 /* don't schedule napi before linking */
hayeswang216a8342016-01-07 17:51:11 +08003219 if (test_and_clear_bit(SCHEDULE_NAPI, &tp->flags) &&
3220 netif_carrier_ok(tp->netdev))
hayeswangd823ab62015-01-12 12:06:23 +08003221 napi_schedule(&tp->napi);
hayeswangaa66a5f2014-02-18 21:49:04 +08003222
hayeswangb5403272014-10-09 18:00:26 +08003223 mutex_unlock(&tp->control);
3224
hayeswangac718b62013-05-02 16:01:25 +00003225out1:
hayeswang9a4be1b2014-02-18 21:49:07 +08003226 usb_autopm_put_interface(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00003227}
3228
hayeswanga028a9e2016-06-13 17:49:36 +08003229static void rtl_hw_phy_work_func_t(struct work_struct *work)
3230{
3231 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work);
3232
3233 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3234 return;
3235
3236 if (usb_autopm_get_interface(tp->intf) < 0)
3237 return;
3238
3239 mutex_lock(&tp->control);
3240
3241 tp->rtl_ops.hw_phy_cfg(tp);
3242
hayeswangaa7e26b2016-06-13 17:49:38 +08003243 rtl8152_set_speed(tp, tp->autoneg, tp->speed, tp->duplex);
hayeswang9d21c0d2016-06-13 17:49:37 +08003244
hayeswanga028a9e2016-06-13 17:49:36 +08003245 mutex_unlock(&tp->control);
3246
3247 usb_autopm_put_interface(tp->intf);
3248}
3249
hayeswang5ee3c602016-01-07 17:12:17 +08003250#ifdef CONFIG_PM_SLEEP
3251static int rtl_notifier(struct notifier_block *nb, unsigned long action,
3252 void *data)
3253{
3254 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier);
3255
3256 switch (action) {
3257 case PM_HIBERNATION_PREPARE:
3258 case PM_SUSPEND_PREPARE:
3259 usb_autopm_get_interface(tp->intf);
3260 break;
3261
3262 case PM_POST_HIBERNATION:
3263 case PM_POST_SUSPEND:
3264 usb_autopm_put_interface(tp->intf);
3265 break;
3266
3267 case PM_POST_RESTORE:
3268 case PM_RESTORE_PREPARE:
3269 default:
3270 break;
3271 }
3272
3273 return NOTIFY_DONE;
3274}
3275#endif
3276
hayeswangac718b62013-05-02 16:01:25 +00003277static int rtl8152_open(struct net_device *netdev)
3278{
3279 struct r8152 *tp = netdev_priv(netdev);
3280 int res = 0;
3281
hayeswang7e9da482014-02-18 21:49:05 +08003282 res = alloc_all_mem(tp);
3283 if (res)
3284 goto out;
3285
hayeswang9a4be1b2014-02-18 21:49:07 +08003286 res = usb_autopm_get_interface(tp->intf);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003287 if (res < 0)
3288 goto out_free;
hayeswang9a4be1b2014-02-18 21:49:07 +08003289
hayeswangb5403272014-10-09 18:00:26 +08003290 mutex_lock(&tp->control);
3291
hayeswang7e9da482014-02-18 21:49:05 +08003292 tp->rtl_ops.up(tp);
3293
hayeswang40a82912013-08-14 20:54:40 +08003294 netif_carrier_off(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003295 netif_start_queue(netdev);
3296 set_bit(WORK_ENABLE, &tp->flags);
hayeswangdb8515e2014-03-06 15:07:16 +08003297
hayeswang3d55f442014-02-06 11:55:48 +08003298 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3299 if (res) {
3300 if (res == -ENODEV)
3301 netif_device_detach(tp->netdev);
3302 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3303 res);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003304 goto out_unlock;
hayeswang3d55f442014-02-06 11:55:48 +08003305 }
Guenter Roeckca0a7532016-11-09 19:51:25 -08003306 napi_enable(&tp->napi);
hayeswang3d55f442014-02-06 11:55:48 +08003307
hayeswangb5403272014-10-09 18:00:26 +08003308 mutex_unlock(&tp->control);
3309
hayeswang9a4be1b2014-02-18 21:49:07 +08003310 usb_autopm_put_interface(tp->intf);
hayeswang5ee3c602016-01-07 17:12:17 +08003311#ifdef CONFIG_PM_SLEEP
3312 tp->pm_notifier.notifier_call = rtl_notifier;
3313 register_pm_notifier(&tp->pm_notifier);
3314#endif
Guenter Roeckca0a7532016-11-09 19:51:25 -08003315 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003316
Guenter Roeckca0a7532016-11-09 19:51:25 -08003317out_unlock:
3318 mutex_unlock(&tp->control);
3319 usb_autopm_put_interface(tp->intf);
3320out_free:
3321 free_all_mem(tp);
hayeswang7e9da482014-02-18 21:49:05 +08003322out:
hayeswangac718b62013-05-02 16:01:25 +00003323 return res;
3324}
3325
3326static int rtl8152_close(struct net_device *netdev)
3327{
3328 struct r8152 *tp = netdev_priv(netdev);
3329 int res = 0;
3330
hayeswang5ee3c602016-01-07 17:12:17 +08003331#ifdef CONFIG_PM_SLEEP
3332 unregister_pm_notifier(&tp->pm_notifier);
3333#endif
hayeswangd823ab62015-01-12 12:06:23 +08003334 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003335 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang3d55f442014-02-06 11:55:48 +08003336 usb_kill_urb(tp->intr_urb);
hayeswangac718b62013-05-02 16:01:25 +00003337 cancel_delayed_work_sync(&tp->schedule);
3338 netif_stop_queue(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003339
3340 res = usb_autopm_get_interface(tp->intf);
hayeswang53543db2015-02-06 11:30:48 +08003341 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003342 rtl_drop_queued_tx(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003343 rtl_stop_rx(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003344 } else {
hayeswangb5403272014-10-09 18:00:26 +08003345 mutex_lock(&tp->control);
3346
hayeswang9a4be1b2014-02-18 21:49:07 +08003347 tp->rtl_ops.down(tp);
hayeswangb5403272014-10-09 18:00:26 +08003348
3349 mutex_unlock(&tp->control);
3350
hayeswang9a4be1b2014-02-18 21:49:07 +08003351 usb_autopm_put_interface(tp->intf);
3352 }
hayeswangac718b62013-05-02 16:01:25 +00003353
hayeswang7e9da482014-02-18 21:49:05 +08003354 free_all_mem(tp);
3355
hayeswangac718b62013-05-02 16:01:25 +00003356 return res;
3357}
3358
hayeswang4f1d4d52014-03-11 16:24:19 +08003359static void rtl_tally_reset(struct r8152 *tp)
3360{
3361 u32 ocp_data;
3362
3363 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3364 ocp_data |= TALLY_RESET;
3365 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3366}
3367
hayeswangac718b62013-05-02 16:01:25 +00003368static void r8152b_init(struct r8152 *tp)
3369{
hayeswangebc2ec42013-08-14 20:54:38 +08003370 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003371 u16 data;
hayeswangac718b62013-05-02 16:01:25 +00003372
hayeswang68714382014-04-11 17:54:31 +08003373 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3374 return;
3375
hayeswang2dd436d2016-09-20 16:22:06 +08003376 data = r8152_mdio_read(tp, MII_BMCR);
3377 if (data & BMCR_PDOWN) {
3378 data &= ~BMCR_PDOWN;
3379 r8152_mdio_write(tp, MII_BMCR, data);
3380 }
3381
hayeswangcda9fb02016-01-07 17:51:12 +08003382 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003383
hayeswangac718b62013-05-02 16:01:25 +00003384 if (tp->version == RTL_VER_01) {
3385 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3386 ocp_data &= ~LED_MODE_MASK;
3387 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3388 }
3389
hayeswang00a5e362014-02-18 21:48:59 +08003390 r8152_power_cut_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003391
hayeswangac718b62013-05-02 16:01:25 +00003392 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3393 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
3394 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3395 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
3396 ocp_data &= ~MCU_CLK_RATIO_MASK;
3397 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
3398 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
3399 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
3400 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
3401 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
3402
hayeswang4f1d4d52014-03-11 16:24:19 +08003403 rtl_tally_reset(tp);
hayeswangac718b62013-05-02 16:01:25 +00003404
hayeswangebc2ec42013-08-14 20:54:38 +08003405 /* enable rx aggregation */
hayeswangac718b62013-05-02 16:01:25 +00003406 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08003407 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswangac718b62013-05-02 16:01:25 +00003408 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
3409}
3410
hayeswang43779f82014-01-02 11:25:10 +08003411static void r8153_init(struct r8152 *tp)
3412{
3413 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003414 u16 data;
hayeswang43779f82014-01-02 11:25:10 +08003415 int i;
3416
hayeswang68714382014-04-11 17:54:31 +08003417 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3418 return;
3419
hayeswangb9702722014-02-18 21:49:00 +08003420 r8153_u1u2en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003421
3422 for (i = 0; i < 500; i++) {
3423 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
3424 AUTOLOAD_DONE)
3425 break;
3426 msleep(20);
3427 }
3428
3429 for (i = 0; i < 500; i++) {
3430 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK;
3431 if (ocp_data == PHY_STAT_LAN_ON || ocp_data == PHY_STAT_PWRDN)
3432 break;
3433 msleep(20);
3434 }
3435
hayeswang2dd436d2016-09-20 16:22:06 +08003436 if (tp->version == RTL_VER_03 || tp->version == RTL_VER_04 ||
3437 tp->version == RTL_VER_05)
3438 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
3439
3440 data = r8152_mdio_read(tp, MII_BMCR);
3441 if (data & BMCR_PDOWN) {
3442 data &= ~BMCR_PDOWN;
3443 r8152_mdio_write(tp, MII_BMCR, data);
3444 }
3445
3446 for (i = 0; i < 500; i++) {
3447 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK;
3448 if (ocp_data == PHY_STAT_LAN_ON)
3449 break;
3450 msleep(20);
3451 }
3452
hayeswangb2143962015-07-24 13:54:23 +08003453 usb_disable_lpm(tp->udev);
hayeswangb9702722014-02-18 21:49:00 +08003454 r8153_u2p3en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003455
hayeswang65bab842015-02-12 16:20:46 +08003456 if (tp->version == RTL_VER_04) {
3457 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2);
3458 ocp_data &= ~pwd_dn_scale_mask;
3459 ocp_data |= pwd_dn_scale(96);
3460 ocp_write_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2, ocp_data);
3461
3462 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_USB2PHY);
3463 ocp_data |= USB2PHY_L1 | USB2PHY_SUSPEND;
3464 ocp_write_byte(tp, MCU_TYPE_USB, USB_USB2PHY, ocp_data);
3465 } else if (tp->version == RTL_VER_05) {
3466 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0);
3467 ocp_data &= ~ECM_ALDPS;
3468 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0, ocp_data);
3469
3470 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3471 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3472 ocp_data &= ~DYNAMIC_BURST;
3473 else
3474 ocp_data |= DYNAMIC_BURST;
3475 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswangfb02eb42015-07-22 15:27:41 +08003476 } else if (tp->version == RTL_VER_06) {
3477 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3478 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3479 ocp_data &= ~DYNAMIC_BURST;
3480 else
3481 ocp_data |= DYNAMIC_BURST;
3482 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswang65bab842015-02-12 16:20:46 +08003483 }
3484
3485 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2);
3486 ocp_data |= EP4_FULL_FC;
3487 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2, ocp_data);
3488
hayeswang43779f82014-01-02 11:25:10 +08003489 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
3490 ocp_data &= ~TIMER11_EN;
3491 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
3492
hayeswang43779f82014-01-02 11:25:10 +08003493 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3494 ocp_data &= ~LED_MODE_MASK;
3495 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3496
hayeswang65bab842015-02-12 16:20:46 +08003497 ocp_data = FIFO_EMPTY_1FB | ROK_EXIT_LPM;
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02003498 if (tp->version == RTL_VER_04 && tp->udev->speed < USB_SPEED_SUPER)
hayeswang43779f82014-01-02 11:25:10 +08003499 ocp_data |= LPM_TIMER_500MS;
hayeswang34203e22015-02-06 11:30:46 +08003500 else
3501 ocp_data |= LPM_TIMER_500US;
hayeswang43779f82014-01-02 11:25:10 +08003502 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
3503
3504 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
3505 ocp_data &= ~SEN_VAL_MASK;
3506 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
3507 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
3508
hayeswang65bab842015-02-12 16:20:46 +08003509 ocp_write_word(tp, MCU_TYPE_USB, USB_CONNECT_TIMER, 0x0001);
3510
hayeswangb9702722014-02-18 21:49:00 +08003511 r8153_power_cut_en(tp, false);
3512 r8153_u1u2en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003513
hayeswang4e384ac2016-06-16 10:55:17 +08003514 /* MAC clock speed down */
3515 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, 0);
3516 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, 0);
3517 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, 0);
3518 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4, 0);
hayeswang43779f82014-01-02 11:25:10 +08003519
hayeswang4f1d4d52014-03-11 16:24:19 +08003520 rtl_tally_reset(tp);
hayeswangb2143962015-07-24 13:54:23 +08003521 r8153_u2p3en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003522}
3523
hayeswange5011392015-07-29 20:39:08 +08003524static int rtl8152_pre_reset(struct usb_interface *intf)
3525{
3526 struct r8152 *tp = usb_get_intfdata(intf);
3527 struct net_device *netdev;
3528
3529 if (!tp)
3530 return 0;
3531
3532 netdev = tp->netdev;
3533 if (!netif_running(netdev))
3534 return 0;
3535
hayeswangde9bf292017-01-26 09:38:32 +08003536 netif_stop_queue(netdev);
hayeswange5011392015-07-29 20:39:08 +08003537 napi_disable(&tp->napi);
3538 clear_bit(WORK_ENABLE, &tp->flags);
3539 usb_kill_urb(tp->intr_urb);
3540 cancel_delayed_work_sync(&tp->schedule);
3541 if (netif_carrier_ok(netdev)) {
hayeswange5011392015-07-29 20:39:08 +08003542 mutex_lock(&tp->control);
3543 tp->rtl_ops.disable(tp);
3544 mutex_unlock(&tp->control);
3545 }
3546
3547 return 0;
3548}
3549
3550static int rtl8152_post_reset(struct usb_interface *intf)
3551{
3552 struct r8152 *tp = usb_get_intfdata(intf);
3553 struct net_device *netdev;
3554
3555 if (!tp)
3556 return 0;
3557
3558 netdev = tp->netdev;
3559 if (!netif_running(netdev))
3560 return 0;
3561
3562 set_bit(WORK_ENABLE, &tp->flags);
3563 if (netif_carrier_ok(netdev)) {
3564 mutex_lock(&tp->control);
3565 tp->rtl_ops.enable(tp);
hayeswang2c561b22017-01-20 14:33:55 +08003566 rtl_start_rx(tp);
hayeswange5011392015-07-29 20:39:08 +08003567 rtl8152_set_rx_mode(netdev);
3568 mutex_unlock(&tp->control);
hayeswange5011392015-07-29 20:39:08 +08003569 }
3570
3571 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003572 netif_wake_queue(netdev);
hayeswang2c561b22017-01-20 14:33:55 +08003573 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswange5011392015-07-29 20:39:08 +08003574
hayeswang7489bda2017-01-26 09:38:34 +08003575 if (!list_empty(&tp->rx_done))
3576 napi_schedule(&tp->napi);
hayeswange5011392015-07-29 20:39:08 +08003577
3578 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003579}
3580
hayeswang2dd49e02015-09-07 11:57:44 +08003581static bool delay_autosuspend(struct r8152 *tp)
3582{
3583 bool sw_linking = !!netif_carrier_ok(tp->netdev);
3584 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS);
3585
3586 /* This means a linking change occurs and the driver doesn't detect it,
3587 * yet. If the driver has disabled tx/rx and hw is linking on, the
3588 * device wouldn't wake up by receiving any packet.
3589 */
3590 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
3591 return true;
3592
3593 /* If the linking down is occurred by nway, the device may miss the
3594 * linking change event. And it wouldn't wake when linking on.
3595 */
3596 if (!sw_linking && tp->rtl_ops.in_nway(tp))
3597 return true;
hayeswang6a0b76c2017-01-23 14:18:43 +08003598 else if (!skb_queue_empty(&tp->tx_queue))
3599 return true;
hayeswang2dd49e02015-09-07 11:57:44 +08003600 else
3601 return false;
3602}
3603
hayeswanga9c54ad2017-01-25 13:41:45 +08003604static int rtl8152_runtime_suspend(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00003605{
hayeswang6cc69f22014-10-17 16:55:08 +08003606 struct net_device *netdev = tp->netdev;
3607 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +00003608
hayeswang26afec32017-01-26 09:38:31 +08003609 set_bit(SELECTIVE_SUSPEND, &tp->flags);
3610 smp_mb__after_atomic();
3611
hayeswang8fb28062017-01-10 17:04:06 +08003612 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswang75dc6922017-01-10 17:04:07 +08003613 u32 rcr = 0;
3614
hayeswang8fb28062017-01-10 17:04:06 +08003615 if (delay_autosuspend(tp)) {
hayeswang26afec32017-01-26 09:38:31 +08003616 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3617 smp_mb__after_atomic();
hayeswang6cc69f22014-10-17 16:55:08 +08003618 ret = -EBUSY;
3619 goto out1;
3620 }
hayeswangac718b62013-05-02 16:01:25 +00003621
hayeswang75dc6922017-01-10 17:04:07 +08003622 if (netif_carrier_ok(netdev)) {
3623 u32 ocp_data;
3624
3625 rcr = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3626 ocp_data = rcr & ~RCR_ACPT_ALL;
3627 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3628 rxdy_gated_en(tp, true);
3629 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA,
3630 PLA_OOB_CTRL);
3631 if (!(ocp_data & RXFIFO_EMPTY)) {
3632 rxdy_gated_en(tp, false);
3633 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswang26afec32017-01-26 09:38:31 +08003634 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3635 smp_mb__after_atomic();
hayeswang75dc6922017-01-10 17:04:07 +08003636 ret = -EBUSY;
3637 goto out1;
3638 }
3639 }
3640
hayeswang8fb28062017-01-10 17:04:06 +08003641 clear_bit(WORK_ENABLE, &tp->flags);
3642 usb_kill_urb(tp->intr_urb);
hayeswang75dc6922017-01-10 17:04:07 +08003643
hayeswang8fb28062017-01-10 17:04:06 +08003644 tp->rtl_ops.autosuspend_en(tp, true);
hayeswang75dc6922017-01-10 17:04:07 +08003645
3646 if (netif_carrier_ok(netdev)) {
hayeswangce594e92017-03-16 14:32:22 +08003647 struct napi_struct *napi = &tp->napi;
3648
3649 napi_disable(napi);
hayeswang75dc6922017-01-10 17:04:07 +08003650 rtl_stop_rx(tp);
3651 rxdy_gated_en(tp, false);
3652 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswangce594e92017-03-16 14:32:22 +08003653 napi_enable(napi);
hayeswang75dc6922017-01-10 17:04:07 +08003654 }
hayeswang6cc69f22014-10-17 16:55:08 +08003655 }
3656
hayeswang8fb28062017-01-10 17:04:06 +08003657out1:
3658 return ret;
3659}
3660
3661static int rtl8152_system_suspend(struct r8152 *tp)
3662{
3663 struct net_device *netdev = tp->netdev;
3664 int ret = 0;
3665
3666 netif_device_detach(netdev);
3667
hayeswange3bd1a82014-10-29 11:12:17 +08003668 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003669 struct napi_struct *napi = &tp->napi;
3670
hayeswangac718b62013-05-02 16:01:25 +00003671 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08003672 usb_kill_urb(tp->intr_urb);
hayeswangce594e92017-03-16 14:32:22 +08003673 napi_disable(napi);
hayeswang8fb28062017-01-10 17:04:06 +08003674 cancel_delayed_work_sync(&tp->schedule);
3675 tp->rtl_ops.down(tp);
hayeswangce594e92017-03-16 14:32:22 +08003676 napi_enable(napi);
hayeswangac718b62013-05-02 16:01:25 +00003677 }
hayeswang8fb28062017-01-10 17:04:06 +08003678
3679 return ret;
3680}
3681
3682static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
3683{
3684 struct r8152 *tp = usb_get_intfdata(intf);
3685 int ret;
3686
3687 mutex_lock(&tp->control);
3688
3689 if (PMSG_IS_AUTO(message))
hayeswanga9c54ad2017-01-25 13:41:45 +08003690 ret = rtl8152_runtime_suspend(tp);
hayeswang8fb28062017-01-10 17:04:06 +08003691 else
3692 ret = rtl8152_system_suspend(tp);
3693
hayeswangb5403272014-10-09 18:00:26 +08003694 mutex_unlock(&tp->control);
3695
hayeswang6cc69f22014-10-17 16:55:08 +08003696 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003697}
3698
3699static int rtl8152_resume(struct usb_interface *intf)
3700{
3701 struct r8152 *tp = usb_get_intfdata(intf);
hayeswangce594e92017-03-16 14:32:22 +08003702 struct net_device *netdev = tp->netdev;
hayeswangac718b62013-05-02 16:01:25 +00003703
hayeswangb5403272014-10-09 18:00:26 +08003704 mutex_lock(&tp->control);
3705
hayeswang9a4be1b2014-02-18 21:49:07 +08003706 if (!test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3707 tp->rtl_ops.init(tp);
hayeswanga028a9e2016-06-13 17:49:36 +08003708 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
hayeswangce594e92017-03-16 14:32:22 +08003709 netif_device_attach(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003710 }
3711
hayeswangce594e92017-03-16 14:32:22 +08003712 if (netif_running(netdev) && netdev->flags & IFF_UP) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003713 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003714 struct napi_struct *napi = &tp->napi;
3715
hayeswang2609af12016-07-05 16:11:46 +08003716 tp->rtl_ops.autosuspend_en(tp, false);
hayeswangce594e92017-03-16 14:32:22 +08003717 napi_disable(napi);
hayeswang445f7f42014-09-23 16:31:47 +08003718 set_bit(WORK_ENABLE, &tp->flags);
David S. Miller6f14f442017-04-06 07:25:07 -07003719 if (netif_carrier_ok(netdev)) {
hayeswang2f25abe2017-03-23 19:14:19 +08003720 if (rtl8152_get_speed(tp) & LINK_STATUS) {
3721 rtl_start_rx(tp);
3722 } else {
David S. Miller6f14f442017-04-06 07:25:07 -07003723 netif_carrier_off(netdev);
hayeswang2f25abe2017-03-23 19:14:19 +08003724 tp->rtl_ops.disable(tp);
David S. Miller6f14f442017-04-06 07:25:07 -07003725 netif_info(tp, link, netdev,
hayeswang2f25abe2017-03-23 19:14:19 +08003726 "linking down\n");
3727 }
3728 }
hayeswangce594e92017-03-16 14:32:22 +08003729 napi_enable(napi);
hayeswang26afec32017-01-26 09:38:31 +08003730 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3731 smp_mb__after_atomic();
hayeswang7489bda2017-01-26 09:38:34 +08003732 if (!list_empty(&tp->rx_done))
3733 napi_schedule(&tp->napi);
hayeswang9a4be1b2014-02-18 21:49:07 +08003734 } else {
3735 tp->rtl_ops.up(tp);
hayeswangce594e92017-03-16 14:32:22 +08003736 netif_carrier_off(netdev);
hayeswang445f7f42014-09-23 16:31:47 +08003737 set_bit(WORK_ENABLE, &tp->flags);
hayeswang9a4be1b2014-02-18 21:49:07 +08003738 }
hayeswang40a82912013-08-14 20:54:40 +08003739 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswang923e1ee2014-10-29 11:12:15 +08003740 } else if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangce594e92017-03-16 14:32:22 +08003741 if (netdev->flags & IFF_UP)
hayeswang2609af12016-07-05 16:11:46 +08003742 tp->rtl_ops.autosuspend_en(tp, false);
hayeswang923e1ee2014-10-29 11:12:15 +08003743 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangac718b62013-05-02 16:01:25 +00003744 }
3745
hayeswangb5403272014-10-09 18:00:26 +08003746 mutex_unlock(&tp->control);
3747
hayeswangac718b62013-05-02 16:01:25 +00003748 return 0;
3749}
3750
hayeswang7ec25412016-01-04 14:38:46 +08003751static int rtl8152_reset_resume(struct usb_interface *intf)
3752{
3753 struct r8152 *tp = usb_get_intfdata(intf);
3754
3755 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3756 return rtl8152_resume(intf);
3757}
3758
hayeswang21ff2e82014-02-18 21:49:06 +08003759static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3760{
3761 struct r8152 *tp = netdev_priv(dev);
3762
hayeswang9a4be1b2014-02-18 21:49:07 +08003763 if (usb_autopm_get_interface(tp->intf) < 0)
3764 return;
3765
hayeswang7daed8d2015-07-24 13:54:24 +08003766 if (!rtl_can_wakeup(tp)) {
3767 wol->supported = 0;
3768 wol->wolopts = 0;
3769 } else {
3770 mutex_lock(&tp->control);
3771 wol->supported = WAKE_ANY;
3772 wol->wolopts = __rtl_get_wol(tp);
3773 mutex_unlock(&tp->control);
3774 }
hayeswangb5403272014-10-09 18:00:26 +08003775
hayeswang9a4be1b2014-02-18 21:49:07 +08003776 usb_autopm_put_interface(tp->intf);
hayeswang21ff2e82014-02-18 21:49:06 +08003777}
3778
3779static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3780{
3781 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003782 int ret;
3783
hayeswang7daed8d2015-07-24 13:54:24 +08003784 if (!rtl_can_wakeup(tp))
3785 return -EOPNOTSUPP;
3786
hayeswang9a4be1b2014-02-18 21:49:07 +08003787 ret = usb_autopm_get_interface(tp->intf);
3788 if (ret < 0)
3789 goto out_set_wol;
hayeswang21ff2e82014-02-18 21:49:06 +08003790
hayeswangb5403272014-10-09 18:00:26 +08003791 mutex_lock(&tp->control);
3792
hayeswang21ff2e82014-02-18 21:49:06 +08003793 __rtl_set_wol(tp, wol->wolopts);
3794 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
3795
hayeswangb5403272014-10-09 18:00:26 +08003796 mutex_unlock(&tp->control);
3797
hayeswang9a4be1b2014-02-18 21:49:07 +08003798 usb_autopm_put_interface(tp->intf);
3799
3800out_set_wol:
3801 return ret;
hayeswang21ff2e82014-02-18 21:49:06 +08003802}
3803
hayeswanga5ec27c2014-02-18 21:49:11 +08003804static u32 rtl8152_get_msglevel(struct net_device *dev)
3805{
3806 struct r8152 *tp = netdev_priv(dev);
3807
3808 return tp->msg_enable;
3809}
3810
3811static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
3812{
3813 struct r8152 *tp = netdev_priv(dev);
3814
3815 tp->msg_enable = value;
3816}
3817
hayeswangac718b62013-05-02 16:01:25 +00003818static void rtl8152_get_drvinfo(struct net_device *netdev,
3819 struct ethtool_drvinfo *info)
3820{
3821 struct r8152 *tp = netdev_priv(netdev);
3822
hayeswangb0b46c72014-08-26 10:08:23 +08003823 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
3824 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
hayeswangac718b62013-05-02 16:01:25 +00003825 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
3826}
3827
3828static
Philippe Reynes06144dc2017-03-12 22:41:58 +01003829int rtl8152_get_link_ksettings(struct net_device *netdev,
3830 struct ethtool_link_ksettings *cmd)
hayeswangac718b62013-05-02 16:01:25 +00003831{
3832 struct r8152 *tp = netdev_priv(netdev);
hayeswang8d4a4d72014-10-09 18:00:25 +08003833 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003834
3835 if (!tp->mii.mdio_read)
3836 return -EOPNOTSUPP;
3837
hayeswang8d4a4d72014-10-09 18:00:25 +08003838 ret = usb_autopm_get_interface(tp->intf);
3839 if (ret < 0)
3840 goto out;
3841
hayeswangb5403272014-10-09 18:00:26 +08003842 mutex_lock(&tp->control);
3843
Philippe Reynes06144dc2017-03-12 22:41:58 +01003844 ret = mii_ethtool_get_link_ksettings(&tp->mii, cmd);
hayeswang8d4a4d72014-10-09 18:00:25 +08003845
hayeswangb5403272014-10-09 18:00:26 +08003846 mutex_unlock(&tp->control);
3847
hayeswang8d4a4d72014-10-09 18:00:25 +08003848 usb_autopm_put_interface(tp->intf);
3849
3850out:
3851 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003852}
3853
Philippe Reynes06144dc2017-03-12 22:41:58 +01003854static int rtl8152_set_link_ksettings(struct net_device *dev,
3855 const struct ethtool_link_ksettings *cmd)
hayeswangac718b62013-05-02 16:01:25 +00003856{
3857 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003858 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003859
hayeswang9a4be1b2014-02-18 21:49:07 +08003860 ret = usb_autopm_get_interface(tp->intf);
3861 if (ret < 0)
3862 goto out;
3863
hayeswangb5403272014-10-09 18:00:26 +08003864 mutex_lock(&tp->control);
3865
Philippe Reynes06144dc2017-03-12 22:41:58 +01003866 ret = rtl8152_set_speed(tp, cmd->base.autoneg, cmd->base.speed,
3867 cmd->base.duplex);
hayeswangaa7e26b2016-06-13 17:49:38 +08003868 if (!ret) {
Philippe Reynes06144dc2017-03-12 22:41:58 +01003869 tp->autoneg = cmd->base.autoneg;
3870 tp->speed = cmd->base.speed;
3871 tp->duplex = cmd->base.duplex;
hayeswangaa7e26b2016-06-13 17:49:38 +08003872 }
hayeswang9a4be1b2014-02-18 21:49:07 +08003873
hayeswangb5403272014-10-09 18:00:26 +08003874 mutex_unlock(&tp->control);
3875
hayeswang9a4be1b2014-02-18 21:49:07 +08003876 usb_autopm_put_interface(tp->intf);
3877
3878out:
3879 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003880}
3881
hayeswang4f1d4d52014-03-11 16:24:19 +08003882static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
3883 "tx_packets",
3884 "rx_packets",
3885 "tx_errors",
3886 "rx_errors",
3887 "rx_missed",
3888 "align_errors",
3889 "tx_single_collisions",
3890 "tx_multi_collisions",
3891 "rx_unicast",
3892 "rx_broadcast",
3893 "rx_multicast",
3894 "tx_aborted",
3895 "tx_underrun",
3896};
3897
3898static int rtl8152_get_sset_count(struct net_device *dev, int sset)
3899{
3900 switch (sset) {
3901 case ETH_SS_STATS:
3902 return ARRAY_SIZE(rtl8152_gstrings);
3903 default:
3904 return -EOPNOTSUPP;
3905 }
3906}
3907
3908static void rtl8152_get_ethtool_stats(struct net_device *dev,
3909 struct ethtool_stats *stats, u64 *data)
3910{
3911 struct r8152 *tp = netdev_priv(dev);
3912 struct tally_counter tally;
3913
hayeswang0b030242014-07-08 14:49:28 +08003914 if (usb_autopm_get_interface(tp->intf) < 0)
3915 return;
3916
hayeswang4f1d4d52014-03-11 16:24:19 +08003917 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
3918
hayeswang0b030242014-07-08 14:49:28 +08003919 usb_autopm_put_interface(tp->intf);
3920
hayeswang4f1d4d52014-03-11 16:24:19 +08003921 data[0] = le64_to_cpu(tally.tx_packets);
3922 data[1] = le64_to_cpu(tally.rx_packets);
3923 data[2] = le64_to_cpu(tally.tx_errors);
3924 data[3] = le32_to_cpu(tally.rx_errors);
3925 data[4] = le16_to_cpu(tally.rx_missed);
3926 data[5] = le16_to_cpu(tally.align_errors);
3927 data[6] = le32_to_cpu(tally.tx_one_collision);
3928 data[7] = le32_to_cpu(tally.tx_multi_collision);
3929 data[8] = le64_to_cpu(tally.rx_unicast);
3930 data[9] = le64_to_cpu(tally.rx_broadcast);
3931 data[10] = le32_to_cpu(tally.rx_multicast);
3932 data[11] = le16_to_cpu(tally.tx_aborted);
hayeswangf37119c2014-10-28 14:05:51 +08003933 data[12] = le16_to_cpu(tally.tx_underrun);
hayeswang4f1d4d52014-03-11 16:24:19 +08003934}
3935
3936static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
3937{
3938 switch (stringset) {
3939 case ETH_SS_STATS:
3940 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
3941 break;
3942 }
3943}
3944
hayeswangdf35d282014-09-25 20:54:02 +08003945static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3946{
3947 u32 ocp_data, lp, adv, supported = 0;
3948 u16 val;
3949
3950 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
3951 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3952
3953 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
3954 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3955
3956 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
3957 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3958
3959 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3960 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3961
3962 eee->eee_enabled = !!ocp_data;
3963 eee->eee_active = !!(supported & adv & lp);
3964 eee->supported = supported;
3965 eee->advertised = adv;
3966 eee->lp_advertised = lp;
3967
3968 return 0;
3969}
3970
3971static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3972{
3973 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3974
3975 r8152_eee_en(tp, eee->eee_enabled);
3976
3977 if (!eee->eee_enabled)
3978 val = 0;
3979
3980 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
3981
3982 return 0;
3983}
3984
3985static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3986{
3987 u32 ocp_data, lp, adv, supported = 0;
3988 u16 val;
3989
3990 val = ocp_reg_read(tp, OCP_EEE_ABLE);
3991 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3992
3993 val = ocp_reg_read(tp, OCP_EEE_ADV);
3994 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3995
3996 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
3997 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3998
3999 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4000 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4001
4002 eee->eee_enabled = !!ocp_data;
4003 eee->eee_active = !!(supported & adv & lp);
4004 eee->supported = supported;
4005 eee->advertised = adv;
4006 eee->lp_advertised = lp;
4007
4008 return 0;
4009}
4010
4011static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4012{
4013 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4014
4015 r8153_eee_en(tp, eee->eee_enabled);
4016
4017 if (!eee->eee_enabled)
4018 val = 0;
4019
4020 ocp_reg_write(tp, OCP_EEE_ADV, val);
4021
4022 return 0;
4023}
4024
4025static int
4026rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
4027{
4028 struct r8152 *tp = netdev_priv(net);
4029 int ret;
4030
4031 ret = usb_autopm_get_interface(tp->intf);
4032 if (ret < 0)
4033 goto out;
4034
hayeswangb5403272014-10-09 18:00:26 +08004035 mutex_lock(&tp->control);
4036
hayeswangdf35d282014-09-25 20:54:02 +08004037 ret = tp->rtl_ops.eee_get(tp, edata);
4038
hayeswangb5403272014-10-09 18:00:26 +08004039 mutex_unlock(&tp->control);
4040
hayeswangdf35d282014-09-25 20:54:02 +08004041 usb_autopm_put_interface(tp->intf);
4042
4043out:
4044 return ret;
4045}
4046
4047static int
4048rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
4049{
4050 struct r8152 *tp = netdev_priv(net);
4051 int ret;
4052
4053 ret = usb_autopm_get_interface(tp->intf);
4054 if (ret < 0)
4055 goto out;
4056
hayeswangb5403272014-10-09 18:00:26 +08004057 mutex_lock(&tp->control);
4058
hayeswangdf35d282014-09-25 20:54:02 +08004059 ret = tp->rtl_ops.eee_set(tp, edata);
hayeswang9d31a7b2014-10-06 10:36:04 +08004060 if (!ret)
4061 ret = mii_nway_restart(&tp->mii);
hayeswangdf35d282014-09-25 20:54:02 +08004062
hayeswangb5403272014-10-09 18:00:26 +08004063 mutex_unlock(&tp->control);
4064
hayeswangdf35d282014-09-25 20:54:02 +08004065 usb_autopm_put_interface(tp->intf);
4066
4067out:
4068 return ret;
4069}
4070
hayeswang8884f502014-10-28 14:05:52 +08004071static int rtl8152_nway_reset(struct net_device *dev)
4072{
4073 struct r8152 *tp = netdev_priv(dev);
4074 int ret;
4075
4076 ret = usb_autopm_get_interface(tp->intf);
4077 if (ret < 0)
4078 goto out;
4079
4080 mutex_lock(&tp->control);
4081
4082 ret = mii_nway_restart(&tp->mii);
4083
4084 mutex_unlock(&tp->control);
4085
4086 usb_autopm_put_interface(tp->intf);
4087
4088out:
4089 return ret;
4090}
4091
hayeswangefb3dd82015-02-12 14:33:48 +08004092static int rtl8152_get_coalesce(struct net_device *netdev,
4093 struct ethtool_coalesce *coalesce)
4094{
4095 struct r8152 *tp = netdev_priv(netdev);
4096
4097 switch (tp->version) {
4098 case RTL_VER_01:
4099 case RTL_VER_02:
4100 return -EOPNOTSUPP;
4101 default:
4102 break;
4103 }
4104
4105 coalesce->rx_coalesce_usecs = tp->coalesce;
4106
4107 return 0;
4108}
4109
4110static int rtl8152_set_coalesce(struct net_device *netdev,
4111 struct ethtool_coalesce *coalesce)
4112{
4113 struct r8152 *tp = netdev_priv(netdev);
4114 int ret;
4115
4116 switch (tp->version) {
4117 case RTL_VER_01:
4118 case RTL_VER_02:
4119 return -EOPNOTSUPP;
4120 default:
4121 break;
4122 }
4123
4124 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW)
4125 return -EINVAL;
4126
4127 ret = usb_autopm_get_interface(tp->intf);
4128 if (ret < 0)
4129 return ret;
4130
4131 mutex_lock(&tp->control);
4132
4133 if (tp->coalesce != coalesce->rx_coalesce_usecs) {
4134 tp->coalesce = coalesce->rx_coalesce_usecs;
4135
4136 if (netif_running(tp->netdev) && netif_carrier_ok(netdev))
4137 r8153_set_rx_early_timeout(tp);
4138 }
4139
4140 mutex_unlock(&tp->control);
4141
4142 usb_autopm_put_interface(tp->intf);
4143
4144 return ret;
4145}
4146
Julia Lawall407a4712016-09-01 00:21:22 +02004147static const struct ethtool_ops ops = {
hayeswangac718b62013-05-02 16:01:25 +00004148 .get_drvinfo = rtl8152_get_drvinfo,
hayeswangac718b62013-05-02 16:01:25 +00004149 .get_link = ethtool_op_get_link,
hayeswang8884f502014-10-28 14:05:52 +08004150 .nway_reset = rtl8152_nway_reset,
hayeswanga5ec27c2014-02-18 21:49:11 +08004151 .get_msglevel = rtl8152_get_msglevel,
4152 .set_msglevel = rtl8152_set_msglevel,
hayeswang21ff2e82014-02-18 21:49:06 +08004153 .get_wol = rtl8152_get_wol,
4154 .set_wol = rtl8152_set_wol,
hayeswang4f1d4d52014-03-11 16:24:19 +08004155 .get_strings = rtl8152_get_strings,
4156 .get_sset_count = rtl8152_get_sset_count,
4157 .get_ethtool_stats = rtl8152_get_ethtool_stats,
hayeswangefb3dd82015-02-12 14:33:48 +08004158 .get_coalesce = rtl8152_get_coalesce,
4159 .set_coalesce = rtl8152_set_coalesce,
hayeswangdf35d282014-09-25 20:54:02 +08004160 .get_eee = rtl_ethtool_get_eee,
4161 .set_eee = rtl_ethtool_set_eee,
Philippe Reynes06144dc2017-03-12 22:41:58 +01004162 .get_link_ksettings = rtl8152_get_link_ksettings,
4163 .set_link_ksettings = rtl8152_set_link_ksettings,
hayeswangac718b62013-05-02 16:01:25 +00004164};
4165
4166static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
4167{
4168 struct r8152 *tp = netdev_priv(netdev);
4169 struct mii_ioctl_data *data = if_mii(rq);
hayeswang9a4be1b2014-02-18 21:49:07 +08004170 int res;
4171
hayeswang68714382014-04-11 17:54:31 +08004172 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4173 return -ENODEV;
4174
hayeswang9a4be1b2014-02-18 21:49:07 +08004175 res = usb_autopm_get_interface(tp->intf);
4176 if (res < 0)
4177 goto out;
hayeswangac718b62013-05-02 16:01:25 +00004178
4179 switch (cmd) {
4180 case SIOCGMIIPHY:
4181 data->phy_id = R8152_PHY_ID; /* Internal PHY */
4182 break;
4183
4184 case SIOCGMIIREG:
hayeswangb5403272014-10-09 18:00:26 +08004185 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004186 data->val_out = r8152_mdio_read(tp, data->reg_num);
hayeswangb5403272014-10-09 18:00:26 +08004187 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004188 break;
4189
4190 case SIOCSMIIREG:
4191 if (!capable(CAP_NET_ADMIN)) {
4192 res = -EPERM;
4193 break;
4194 }
hayeswangb5403272014-10-09 18:00:26 +08004195 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004196 r8152_mdio_write(tp, data->reg_num, data->val_in);
hayeswangb5403272014-10-09 18:00:26 +08004197 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004198 break;
4199
4200 default:
4201 res = -EOPNOTSUPP;
4202 }
4203
hayeswang9a4be1b2014-02-18 21:49:07 +08004204 usb_autopm_put_interface(tp->intf);
4205
4206out:
hayeswangac718b62013-05-02 16:01:25 +00004207 return res;
4208}
4209
hayeswang69b4b7a2014-07-10 10:58:54 +08004210static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
4211{
4212 struct r8152 *tp = netdev_priv(dev);
hayeswang396e2e22015-02-12 14:33:47 +08004213 int ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004214
4215 switch (tp->version) {
4216 case RTL_VER_01:
4217 case RTL_VER_02:
Jarod Wilsona52ad512016-10-07 22:04:34 -04004218 dev->mtu = new_mtu;
4219 return 0;
hayeswang69b4b7a2014-07-10 10:58:54 +08004220 default:
4221 break;
4222 }
4223
hayeswang396e2e22015-02-12 14:33:47 +08004224 ret = usb_autopm_get_interface(tp->intf);
4225 if (ret < 0)
4226 return ret;
4227
4228 mutex_lock(&tp->control);
4229
hayeswang69b4b7a2014-07-10 10:58:54 +08004230 dev->mtu = new_mtu;
4231
hayeswang210c4f72017-03-20 16:13:44 +08004232 if (netif_running(dev)) {
4233 u32 rms = new_mtu + VLAN_ETH_HLEN + CRC_SIZE;
4234
4235 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms);
4236
4237 if (netif_carrier_ok(dev))
4238 r8153_set_rx_early_size(tp);
4239 }
hayeswang396e2e22015-02-12 14:33:47 +08004240
4241 mutex_unlock(&tp->control);
4242
4243 usb_autopm_put_interface(tp->intf);
4244
4245 return ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004246}
4247
hayeswangac718b62013-05-02 16:01:25 +00004248static const struct net_device_ops rtl8152_netdev_ops = {
4249 .ndo_open = rtl8152_open,
4250 .ndo_stop = rtl8152_close,
4251 .ndo_do_ioctl = rtl8152_ioctl,
4252 .ndo_start_xmit = rtl8152_start_xmit,
4253 .ndo_tx_timeout = rtl8152_tx_timeout,
hayeswangc5554292014-09-12 10:43:11 +08004254 .ndo_set_features = rtl8152_set_features,
hayeswangac718b62013-05-02 16:01:25 +00004255 .ndo_set_rx_mode = rtl8152_set_rx_mode,
4256 .ndo_set_mac_address = rtl8152_set_mac_address,
hayeswang69b4b7a2014-07-10 10:58:54 +08004257 .ndo_change_mtu = rtl8152_change_mtu,
hayeswangac718b62013-05-02 16:01:25 +00004258 .ndo_validate_addr = eth_validate_addr,
hayeswanga5e31252015-01-06 17:41:58 +08004259 .ndo_features_check = rtl8152_features_check,
hayeswangac718b62013-05-02 16:01:25 +00004260};
4261
hayeswange3fe0b12014-01-02 11:22:39 +08004262static void rtl8152_unload(struct r8152 *tp)
4263{
hayeswang68714382014-04-11 17:54:31 +08004264 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4265 return;
4266
hayeswang00a5e362014-02-18 21:48:59 +08004267 if (tp->version != RTL_VER_01)
4268 r8152_power_cut_en(tp, true);
hayeswange3fe0b12014-01-02 11:22:39 +08004269}
4270
hayeswang43779f82014-01-02 11:25:10 +08004271static void rtl8153_unload(struct r8152 *tp)
4272{
hayeswang68714382014-04-11 17:54:31 +08004273 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4274 return;
4275
hayeswang49be1722014-10-01 13:25:11 +08004276 r8153_power_cut_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08004277}
4278
hayeswang55b65472014-11-06 12:47:39 +08004279static int rtl_ops_init(struct r8152 *tp)
hayeswangc81229c2014-01-02 11:22:42 +08004280{
4281 struct rtl_ops *ops = &tp->rtl_ops;
hayeswang55b65472014-11-06 12:47:39 +08004282 int ret = 0;
hayeswangc81229c2014-01-02 11:22:42 +08004283
hayeswang55b65472014-11-06 12:47:39 +08004284 switch (tp->version) {
4285 case RTL_VER_01:
4286 case RTL_VER_02:
4287 ops->init = r8152b_init;
4288 ops->enable = rtl8152_enable;
4289 ops->disable = rtl8152_disable;
4290 ops->up = rtl8152_up;
4291 ops->down = rtl8152_down;
4292 ops->unload = rtl8152_unload;
4293 ops->eee_get = r8152_get_eee;
4294 ops->eee_set = r8152_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004295 ops->in_nway = rtl8152_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004296 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004297 ops->autosuspend_en = rtl_runtime_suspend_enable;
hayeswang43779f82014-01-02 11:25:10 +08004298 break;
4299
hayeswang55b65472014-11-06 12:47:39 +08004300 case RTL_VER_03:
4301 case RTL_VER_04:
4302 case RTL_VER_05:
hayeswangfb02eb42015-07-22 15:27:41 +08004303 case RTL_VER_06:
hayeswang55b65472014-11-06 12:47:39 +08004304 ops->init = r8153_init;
4305 ops->enable = rtl8153_enable;
4306 ops->disable = rtl8153_disable;
4307 ops->up = rtl8153_up;
4308 ops->down = rtl8153_down;
4309 ops->unload = rtl8153_unload;
4310 ops->eee_get = r8153_get_eee;
4311 ops->eee_set = r8153_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004312 ops->in_nway = rtl8153_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004313 ops->hw_phy_cfg = r8153_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004314 ops->autosuspend_en = rtl8153_runtime_enable;
hayeswangc81229c2014-01-02 11:22:42 +08004315 break;
4316
4317 default:
hayeswang55b65472014-11-06 12:47:39 +08004318 ret = -ENODEV;
4319 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
hayeswangc81229c2014-01-02 11:22:42 +08004320 break;
4321 }
4322
4323 return ret;
4324}
4325
hayeswang33928ee2017-03-17 11:20:13 +08004326static u8 rtl_get_version(struct usb_interface *intf)
4327{
4328 struct usb_device *udev = interface_to_usbdev(intf);
4329 u32 ocp_data = 0;
4330 __le32 *tmp;
4331 u8 version;
4332 int ret;
4333
4334 tmp = kmalloc(sizeof(*tmp), GFP_KERNEL);
4335 if (!tmp)
4336 return 0;
4337
4338 ret = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
4339 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
4340 PLA_TCR0, MCU_TYPE_PLA, tmp, sizeof(*tmp), 500);
4341 if (ret > 0)
4342 ocp_data = (__le32_to_cpu(*tmp) >> 16) & VERSION_MASK;
4343
4344 kfree(tmp);
4345
4346 switch (ocp_data) {
4347 case 0x4c00:
4348 version = RTL_VER_01;
4349 break;
4350 case 0x4c10:
4351 version = RTL_VER_02;
4352 break;
4353 case 0x5c00:
4354 version = RTL_VER_03;
4355 break;
4356 case 0x5c10:
4357 version = RTL_VER_04;
4358 break;
4359 case 0x5c20:
4360 version = RTL_VER_05;
4361 break;
4362 case 0x5c30:
4363 version = RTL_VER_06;
4364 break;
4365 default:
4366 version = RTL_VER_UNKNOWN;
4367 dev_info(&intf->dev, "Unknown version 0x%04x\n", ocp_data);
4368 break;
4369 }
4370
Oliver Neukumeb3c28c2017-06-12 13:56:51 +02004371 dev_dbg(&intf->dev, "Detected version 0x%04x\n", version);
4372
hayeswang33928ee2017-03-17 11:20:13 +08004373 return version;
4374}
4375
hayeswangac718b62013-05-02 16:01:25 +00004376static int rtl8152_probe(struct usb_interface *intf,
4377 const struct usb_device_id *id)
4378{
4379 struct usb_device *udev = interface_to_usbdev(intf);
hayeswang33928ee2017-03-17 11:20:13 +08004380 u8 version = rtl_get_version(intf);
hayeswangac718b62013-05-02 16:01:25 +00004381 struct r8152 *tp;
4382 struct net_device *netdev;
hayeswangebc2ec42013-08-14 20:54:38 +08004383 int ret;
hayeswangac718b62013-05-02 16:01:25 +00004384
hayeswang33928ee2017-03-17 11:20:13 +08004385 if (version == RTL_VER_UNKNOWN)
4386 return -ENODEV;
4387
hayeswang10c32712014-03-04 20:47:48 +08004388 if (udev->actconfig->desc.bConfigurationValue != 1) {
4389 usb_driver_set_configuration(udev, 1);
4390 return -ENODEV;
4391 }
4392
4393 usb_reset_device(udev);
hayeswangac718b62013-05-02 16:01:25 +00004394 netdev = alloc_etherdev(sizeof(struct r8152));
4395 if (!netdev) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004396 dev_err(&intf->dev, "Out of memory\n");
hayeswangac718b62013-05-02 16:01:25 +00004397 return -ENOMEM;
4398 }
4399
hayeswangebc2ec42013-08-14 20:54:38 +08004400 SET_NETDEV_DEV(netdev, &intf->dev);
hayeswangac718b62013-05-02 16:01:25 +00004401 tp = netdev_priv(netdev);
4402 tp->msg_enable = 0x7FFF;
4403
hayeswange3ad4122014-01-06 17:08:42 +08004404 tp->udev = udev;
4405 tp->netdev = netdev;
4406 tp->intf = intf;
hayeswang33928ee2017-03-17 11:20:13 +08004407 tp->version = version;
hayeswange3ad4122014-01-06 17:08:42 +08004408
hayeswang33928ee2017-03-17 11:20:13 +08004409 switch (version) {
4410 case RTL_VER_01:
4411 case RTL_VER_02:
4412 tp->mii.supports_gmii = 0;
4413 break;
4414 default:
4415 tp->mii.supports_gmii = 1;
4416 break;
4417 }
4418
hayeswang55b65472014-11-06 12:47:39 +08004419 ret = rtl_ops_init(tp);
hayeswang31ca1de2014-01-06 17:08:43 +08004420 if (ret)
4421 goto out;
hayeswangc81229c2014-01-02 11:22:42 +08004422
hayeswangb5403272014-10-09 18:00:26 +08004423 mutex_init(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004424 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
hayeswanga028a9e2016-06-13 17:49:36 +08004425 INIT_DELAYED_WORK(&tp->hw_phy_work, rtl_hw_phy_work_func_t);
hayeswangac718b62013-05-02 16:01:25 +00004426
hayeswangac718b62013-05-02 16:01:25 +00004427 netdev->netdev_ops = &rtl8152_netdev_ops;
4428 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
hayeswang5bd23882013-08-14 20:54:39 +08004429
hayeswang60c89072014-03-07 11:04:39 +08004430 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1b2014-03-07 11:04:40 +08004431 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
hayeswangc5554292014-09-12 10:43:11 +08004432 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
4433 NETIF_F_HW_VLAN_CTAG_TX;
hayeswang60c89072014-03-07 11:04:39 +08004434 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1b2014-03-07 11:04:40 +08004435 NETIF_F_TSO | NETIF_F_FRAGLIST |
hayeswangc5554292014-09-12 10:43:11 +08004436 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
hayeswangccc39fa2015-02-06 11:30:49 +08004437 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
hayeswangc5554292014-09-12 10:43:11 +08004438 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
4439 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
4440 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
hayeswangdb8515e2014-03-06 15:07:16 +08004441
hayeswang19c0f402017-01-11 16:25:34 +08004442 if (tp->version == RTL_VER_01) {
4443 netdev->features &= ~NETIF_F_RXCSUM;
4444 netdev->hw_features &= ~NETIF_F_RXCSUM;
4445 }
4446
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00004447 netdev->ethtool_ops = &ops;
hayeswang60c89072014-03-07 11:04:39 +08004448 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
hayeswangac718b62013-05-02 16:01:25 +00004449
Jarod Wilsonf77f0ae2016-10-20 13:55:17 -04004450 /* MTU range: 68 - 1500 or 9194 */
4451 netdev->min_mtu = ETH_MIN_MTU;
4452 switch (tp->version) {
4453 case RTL_VER_01:
4454 case RTL_VER_02:
4455 netdev->max_mtu = ETH_DATA_LEN;
4456 break;
4457 default:
4458 netdev->max_mtu = RTL8153_MAX_MTU;
4459 break;
4460 }
4461
hayeswangac718b62013-05-02 16:01:25 +00004462 tp->mii.dev = netdev;
4463 tp->mii.mdio_read = read_mii_word;
4464 tp->mii.mdio_write = write_mii_word;
4465 tp->mii.phy_id_mask = 0x3f;
4466 tp->mii.reg_num_mask = 0x1f;
4467 tp->mii.phy_id = R8152_PHY_ID;
hayeswangac718b62013-05-02 16:01:25 +00004468
hayeswang464ec102015-02-12 14:33:46 +08004469 switch (udev->speed) {
4470 case USB_SPEED_SUPER:
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02004471 case USB_SPEED_SUPER_PLUS:
hayeswang464ec102015-02-12 14:33:46 +08004472 tp->coalesce = COALESCE_SUPER;
4473 break;
4474 case USB_SPEED_HIGH:
4475 tp->coalesce = COALESCE_HIGH;
4476 break;
4477 default:
4478 tp->coalesce = COALESCE_SLOW;
4479 break;
4480 }
4481
hayeswangaa7e26b2016-06-13 17:49:38 +08004482 tp->autoneg = AUTONEG_ENABLE;
4483 tp->speed = tp->mii.supports_gmii ? SPEED_1000 : SPEED_100;
4484 tp->duplex = DUPLEX_FULL;
4485
hayeswang9a4be1b2014-02-18 21:49:07 +08004486 intf->needs_remote_wakeup = 1;
4487
hayeswangc81229c2014-01-02 11:22:42 +08004488 tp->rtl_ops.init(tp);
hayeswanga028a9e2016-06-13 17:49:36 +08004489 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
hayeswangac718b62013-05-02 16:01:25 +00004490 set_ethernet_addr(tp);
4491
hayeswangac718b62013-05-02 16:01:25 +00004492 usb_set_intfdata(intf, tp);
hayeswangd823ab62015-01-12 12:06:23 +08004493 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
hayeswangac718b62013-05-02 16:01:25 +00004494
hayeswangebc2ec42013-08-14 20:54:38 +08004495 ret = register_netdev(netdev);
4496 if (ret != 0) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004497 netif_err(tp, probe, netdev, "couldn't register the device\n");
hayeswangebc2ec42013-08-14 20:54:38 +08004498 goto out1;
hayeswangac718b62013-05-02 16:01:25 +00004499 }
4500
hayeswang7daed8d2015-07-24 13:54:24 +08004501 if (!rtl_can_wakeup(tp))
4502 __rtl_set_wol(tp, 0);
4503
hayeswang21ff2e82014-02-18 21:49:06 +08004504 tp->saved_wolopts = __rtl_get_wol(tp);
4505 if (tp->saved_wolopts)
4506 device_set_wakeup_enable(&udev->dev, true);
4507 else
4508 device_set_wakeup_enable(&udev->dev, false);
4509
Hayes Wang4a8deae2014-01-07 11:18:22 +08004510 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
hayeswangac718b62013-05-02 16:01:25 +00004511
4512 return 0;
4513
hayeswangac718b62013-05-02 16:01:25 +00004514out1:
hayeswangd823ab62015-01-12 12:06:23 +08004515 netif_napi_del(&tp->napi);
hayeswangebc2ec42013-08-14 20:54:38 +08004516 usb_set_intfdata(intf, NULL);
hayeswangac718b62013-05-02 16:01:25 +00004517out:
4518 free_netdev(netdev);
hayeswangebc2ec42013-08-14 20:54:38 +08004519 return ret;
hayeswangac718b62013-05-02 16:01:25 +00004520}
4521
hayeswangac718b62013-05-02 16:01:25 +00004522static void rtl8152_disconnect(struct usb_interface *intf)
4523{
4524 struct r8152 *tp = usb_get_intfdata(intf);
4525
4526 usb_set_intfdata(intf, NULL);
4527 if (tp) {
hayeswangf561de32014-09-30 16:48:01 +08004528 struct usb_device *udev = tp->udev;
4529
4530 if (udev->state == USB_STATE_NOTATTACHED)
4531 set_bit(RTL8152_UNPLUG, &tp->flags);
4532
hayeswangd823ab62015-01-12 12:06:23 +08004533 netif_napi_del(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00004534 unregister_netdev(tp->netdev);
hayeswanga028a9e2016-06-13 17:49:36 +08004535 cancel_delayed_work_sync(&tp->hw_phy_work);
hayeswangc81229c2014-01-02 11:22:42 +08004536 tp->rtl_ops.unload(tp);
hayeswangac718b62013-05-02 16:01:25 +00004537 free_netdev(tp->netdev);
4538 }
4539}
4540
hayeswangd9a28c52014-12-04 10:43:11 +08004541#define REALTEK_USB_DEVICE(vend, prod) \
4542 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
4543 USB_DEVICE_ID_MATCH_INT_CLASS, \
4544 .idVendor = (vend), \
4545 .idProduct = (prod), \
4546 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
4547}, \
4548{ \
4549 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
4550 USB_DEVICE_ID_MATCH_DEVICE, \
4551 .idVendor = (vend), \
4552 .idProduct = (prod), \
4553 .bInterfaceClass = USB_CLASS_COMM, \
4554 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
4555 .bInterfaceProtocol = USB_CDC_PROTO_NONE
4556
hayeswangac718b62013-05-02 16:01:25 +00004557/* table of devices that work with this driver */
4558static struct usb_device_id rtl8152_table[] = {
hayeswangd9a28c52014-12-04 10:43:11 +08004559 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
4560 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
René Rebed5b07cc2017-03-28 07:56:51 +02004561 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab)},
4562 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6)},
hayeswangd9a28c52014-12-04 10:43:11 +08004563 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
Vasily Titskiy1006da12015-05-06 10:31:21 -04004564 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
hayeswangd248caf2016-10-18 11:41:48 +08004565 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3062)},
4566 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3069)},
4567 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
4568 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x720c)},
4569 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
Zheng Liud065c3c2015-07-07 13:54:12 -07004570 {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
hayeswangac718b62013-05-02 16:01:25 +00004571 {}
4572};
4573
4574MODULE_DEVICE_TABLE(usb, rtl8152_table);
4575
4576static struct usb_driver rtl8152_driver = {
4577 .name = MODULENAME,
hayeswangebc2ec42013-08-14 20:54:38 +08004578 .id_table = rtl8152_table,
hayeswangac718b62013-05-02 16:01:25 +00004579 .probe = rtl8152_probe,
4580 .disconnect = rtl8152_disconnect,
hayeswangac718b62013-05-02 16:01:25 +00004581 .suspend = rtl8152_suspend,
hayeswangebc2ec42013-08-14 20:54:38 +08004582 .resume = rtl8152_resume,
hayeswang7ec25412016-01-04 14:38:46 +08004583 .reset_resume = rtl8152_reset_resume,
hayeswange5011392015-07-29 20:39:08 +08004584 .pre_reset = rtl8152_pre_reset,
4585 .post_reset = rtl8152_post_reset,
hayeswang9a4be1b2014-02-18 21:49:07 +08004586 .supports_autosuspend = 1,
hayeswanga6347822014-02-18 21:49:10 +08004587 .disable_hub_initiated_lpm = 1,
hayeswangac718b62013-05-02 16:01:25 +00004588};
4589
Sachin Kamatb4236daa2013-05-16 17:48:08 +00004590module_usb_driver(rtl8152_driver);
hayeswangac718b62013-05-02 16:01:25 +00004591
4592MODULE_AUTHOR(DRIVER_AUTHOR);
4593MODULE_DESCRIPTION(DRIVER_DESC);
4594MODULE_LICENSE("GPL");
Grant Grundlerc961e872016-07-14 11:27:16 -07004595MODULE_VERSION(DRIVER_VERSION);