blob: bb3eedd07fbe567387cd4755d585c2cfe85068d1 [file] [log] [blame]
hayeswangac718b62013-05-02 16:01:25 +00001/*
hayeswangc7de7de2014-01-15 10:42:16 +08002 * Copyright (c) 2014 Realtek Semiconductor Corp. All rights reserved.
hayeswangac718b62013-05-02 16:01:25 +00003 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * version 2 as published by the Free Software Foundation.
7 *
8 */
9
hayeswangac718b62013-05-02 16:01:25 +000010#include <linux/signal.h>
11#include <linux/slab.h>
12#include <linux/module.h>
hayeswangac718b62013-05-02 16:01:25 +000013#include <linux/netdevice.h>
14#include <linux/etherdevice.h>
15#include <linux/mii.h>
16#include <linux/ethtool.h>
17#include <linux/usb.h>
18#include <linux/crc32.h>
19#include <linux/if_vlan.h>
20#include <linux/uaccess.h>
hayeswangebc2ec482013-08-14 20:54:38 +080021#include <linux/list.h>
hayeswang5bd23882013-08-14 20:54:39 +080022#include <linux/ip.h>
23#include <linux/ipv6.h>
hayeswang6128d1bb2014-03-07 11:04:40 +080024#include <net/ip6_checksum.h>
hayeswang4c4a6b12014-09-25 20:54:00 +080025#include <uapi/linux/mdio.h>
26#include <linux/mdio.h>
hayeswangd9a28c52014-12-04 10:43:11 +080027#include <linux/usb/cdc.h>
hayeswang5ee3c602016-01-07 17:12:17 +080028#include <linux/suspend.h>
Mario Limonciello34ee32c2016-07-11 19:58:04 -050029#include <linux/acpi.h>
hayeswangac718b62013-05-02 16:01:25 +000030
hayeswangd0942472015-09-07 11:57:43 +080031/* Information for net-next */
32#define NETNEXT_VERSION "08"
33
34/* Information for net */
hayeswang7489bda2017-01-26 09:38:34 +080035#define NET_VERSION "8"
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
hayeswangebc2ec482013-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
hayeswangebc2ec482013-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
hayeswangac718b62013-05-02 16:01:25 +0000504
505/* rtl8152 flags */
506enum rtl8152_flags {
507 RTL8152_UNPLUG = 0,
hayeswangac718b62013-05-02 16:01:25 +0000508 RTL8152_SET_RX_MODE,
hayeswang40a82912013-08-14 20:54:40 +0800509 WORK_ENABLE,
510 RTL8152_LINK_CHG,
hayeswang9a4be1b2014-02-18 21:49:07 +0800511 SELECTIVE_SUSPEND,
hayeswangaa66a5f2014-02-18 21:49:04 +0800512 PHY_RESET,
hayeswangd823ab62015-01-12 12:06:23 +0800513 SCHEDULE_NAPI,
hayeswangac718b62013-05-02 16:01:25 +0000514};
515
516/* Define these values to match your device */
517#define VENDOR_ID_REALTEK 0x0bda
hayeswang43779f82014-01-02 11:25:10 +0800518#define VENDOR_ID_SAMSUNG 0x04e8
Christian Hesse347eec32015-03-31 14:10:07 +0200519#define VENDOR_ID_LENOVO 0x17ef
Zheng Liud065c3c2015-07-07 13:54:12 -0700520#define VENDOR_ID_NVIDIA 0x0955
hayeswangac718b62013-05-02 16:01:25 +0000521
522#define MCU_TYPE_PLA 0x0100
523#define MCU_TYPE_USB 0x0000
524
hayeswang4f1d4d52014-03-11 16:24:19 +0800525struct tally_counter {
526 __le64 tx_packets;
527 __le64 rx_packets;
528 __le64 tx_errors;
529 __le32 rx_errors;
530 __le16 rx_missed;
531 __le16 align_errors;
532 __le32 tx_one_collision;
533 __le32 tx_multi_collision;
534 __le64 rx_unicast;
535 __le64 rx_broadcast;
536 __le32 rx_multicast;
537 __le16 tx_aborted;
hayeswangf37119c2014-10-28 14:05:51 +0800538 __le16 tx_underrun;
hayeswang4f1d4d52014-03-11 16:24:19 +0800539};
540
hayeswangac718b62013-05-02 16:01:25 +0000541struct rx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800542 __le32 opts1;
hayeswangac718b62013-05-02 16:01:25 +0000543#define RX_LEN_MASK 0x7fff
hayeswang565cab02014-03-07 11:04:38 +0800544
hayeswang500b6d72013-11-20 17:30:57 +0800545 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800546#define RD_UDP_CS BIT(23)
547#define RD_TCP_CS BIT(22)
548#define RD_IPV6_CS BIT(20)
549#define RD_IPV4_CS BIT(19)
hayeswang565cab02014-03-07 11:04:38 +0800550
hayeswang500b6d72013-11-20 17:30:57 +0800551 __le32 opts3;
hayeswangf5aaaa62015-02-06 11:30:51 +0800552#define IPF BIT(23) /* IP checksum fail */
553#define UDPF BIT(22) /* UDP checksum fail */
554#define TCPF BIT(21) /* TCP checksum fail */
555#define RX_VLAN_TAG BIT(16)
hayeswang565cab02014-03-07 11:04:38 +0800556
hayeswang500b6d72013-11-20 17:30:57 +0800557 __le32 opts4;
558 __le32 opts5;
559 __le32 opts6;
hayeswangac718b62013-05-02 16:01:25 +0000560};
561
562struct tx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800563 __le32 opts1;
hayeswangf5aaaa62015-02-06 11:30:51 +0800564#define TX_FS BIT(31) /* First segment of a packet */
565#define TX_LS BIT(30) /* Final segment of a packet */
566#define GTSENDV4 BIT(28)
567#define GTSENDV6 BIT(27)
hayeswang60c89072014-03-07 11:04:39 +0800568#define GTTCPHO_SHIFT 18
hayeswang6128d1bb2014-03-07 11:04:40 +0800569#define GTTCPHO_MAX 0x7fU
hayeswang60c89072014-03-07 11:04:39 +0800570#define TX_LEN_MAX 0x3ffffU
hayeswang5bd23882013-08-14 20:54:39 +0800571
hayeswang500b6d72013-11-20 17:30:57 +0800572 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800573#define UDP_CS BIT(31) /* Calculate UDP/IP checksum */
574#define TCP_CS BIT(30) /* Calculate TCP/IP checksum */
575#define IPV4_CS BIT(29) /* Calculate IPv4 checksum */
576#define IPV6_CS BIT(28) /* Calculate IPv6 checksum */
hayeswang60c89072014-03-07 11:04:39 +0800577#define MSS_SHIFT 17
578#define MSS_MAX 0x7ffU
579#define TCPHO_SHIFT 17
hayeswang6128d1bb2014-03-07 11:04:40 +0800580#define TCPHO_MAX 0x7ffU
hayeswangf5aaaa62015-02-06 11:30:51 +0800581#define TX_VLAN_TAG BIT(16)
hayeswangac718b62013-05-02 16:01:25 +0000582};
583
hayeswangdff4e8a2013-08-16 16:09:33 +0800584struct r8152;
585
hayeswangebc2ec482013-08-14 20:54:38 +0800586struct rx_agg {
587 struct list_head list;
588 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800589 struct r8152 *context;
hayeswangebc2ec482013-08-14 20:54:38 +0800590 void *buffer;
591 void *head;
592};
593
594struct tx_agg {
595 struct list_head list;
596 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800597 struct r8152 *context;
hayeswangebc2ec482013-08-14 20:54:38 +0800598 void *buffer;
599 void *head;
600 u32 skb_num;
601 u32 skb_len;
602};
603
hayeswangac718b62013-05-02 16:01:25 +0000604struct r8152 {
605 unsigned long flags;
606 struct usb_device *udev;
hayeswangd823ab62015-01-12 12:06:23 +0800607 struct napi_struct napi;
hayeswang40a82912013-08-14 20:54:40 +0800608 struct usb_interface *intf;
hayeswangac718b62013-05-02 16:01:25 +0000609 struct net_device *netdev;
hayeswang40a82912013-08-14 20:54:40 +0800610 struct urb *intr_urb;
hayeswangebc2ec482013-08-14 20:54:38 +0800611 struct tx_agg tx_info[RTL8152_MAX_TX];
612 struct rx_agg rx_info[RTL8152_MAX_RX];
613 struct list_head rx_done, tx_free;
hayeswangd823ab62015-01-12 12:06:23 +0800614 struct sk_buff_head tx_queue, rx_queue;
hayeswangebc2ec482013-08-14 20:54:38 +0800615 spinlock_t rx_lock, tx_lock;
hayeswanga028a9e2016-06-13 17:49:36 +0800616 struct delayed_work schedule, hw_phy_work;
hayeswangac718b62013-05-02 16:01:25 +0000617 struct mii_if_info mii;
hayeswangb5403272014-10-09 18:00:26 +0800618 struct mutex control; /* use for hw setting */
hayeswang5ee3c602016-01-07 17:12:17 +0800619#ifdef CONFIG_PM_SLEEP
620 struct notifier_block pm_notifier;
621#endif
hayeswangc81229c2014-01-02 11:22:42 +0800622
623 struct rtl_ops {
624 void (*init)(struct r8152 *);
625 int (*enable)(struct r8152 *);
626 void (*disable)(struct r8152 *);
hayeswang7e9da482014-02-18 21:49:05 +0800627 void (*up)(struct r8152 *);
hayeswangc81229c2014-01-02 11:22:42 +0800628 void (*down)(struct r8152 *);
629 void (*unload)(struct r8152 *);
hayeswangdf35d282014-09-25 20:54:02 +0800630 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
631 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
hayeswang2dd49e02015-09-07 11:57:44 +0800632 bool (*in_nway)(struct r8152 *);
hayeswanga028a9e2016-06-13 17:49:36 +0800633 void (*hw_phy_cfg)(struct r8152 *);
hayeswang2609af12016-07-05 16:11:46 +0800634 void (*autosuspend_en)(struct r8152 *tp, bool enable);
hayeswangc81229c2014-01-02 11:22:42 +0800635 } rtl_ops;
636
hayeswang40a82912013-08-14 20:54:40 +0800637 int intr_interval;
hayeswang21ff2e82014-02-18 21:49:06 +0800638 u32 saved_wolopts;
hayeswangac718b62013-05-02 16:01:25 +0000639 u32 msg_enable;
hayeswangdd1b1192013-11-20 17:30:56 +0800640 u32 tx_qlen;
hayeswang464ec102015-02-12 14:33:46 +0800641 u32 coalesce;
hayeswangac718b62013-05-02 16:01:25 +0000642 u16 ocp_base;
hayeswangaa7e26b2016-06-13 17:49:38 +0800643 u16 speed;
hayeswang40a82912013-08-14 20:54:40 +0800644 u8 *intr_buff;
hayeswangac718b62013-05-02 16:01:25 +0000645 u8 version;
hayeswangaa7e26b2016-06-13 17:49:38 +0800646 u8 duplex;
647 u8 autoneg;
hayeswangac718b62013-05-02 16:01:25 +0000648};
649
650enum rtl_version {
651 RTL_VER_UNKNOWN = 0,
652 RTL_VER_01,
hayeswang43779f82014-01-02 11:25:10 +0800653 RTL_VER_02,
654 RTL_VER_03,
655 RTL_VER_04,
656 RTL_VER_05,
hayeswangfb02eb42015-07-22 15:27:41 +0800657 RTL_VER_06,
hayeswang43779f82014-01-02 11:25:10 +0800658 RTL_VER_MAX
hayeswangac718b62013-05-02 16:01:25 +0000659};
660
hayeswang60c89072014-03-07 11:04:39 +0800661enum tx_csum_stat {
662 TX_CSUM_SUCCESS = 0,
663 TX_CSUM_TSO,
664 TX_CSUM_NONE
665};
666
hayeswangac718b62013-05-02 16:01:25 +0000667/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
668 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
669 */
670static const int multicast_filter_limit = 32;
hayeswang52aec122014-09-02 10:27:52 +0800671static unsigned int agg_buf_sz = 16384;
hayeswangac718b62013-05-02 16:01:25 +0000672
hayeswang52aec122014-09-02 10:27:52 +0800673#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
hayeswang60c89072014-03-07 11:04:39 +0800674 VLAN_ETH_HLEN - VLAN_HLEN)
675
hayeswangac718b62013-05-02 16:01:25 +0000676static
677int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
678{
hayeswang31787f52013-07-31 17:21:25 +0800679 int ret;
680 void *tmp;
681
682 tmp = kmalloc(size, GFP_KERNEL);
683 if (!tmp)
684 return -ENOMEM;
685
686 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800687 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
688 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800689
690 memcpy(data, tmp, size);
691 kfree(tmp);
692
693 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000694}
695
696static
697int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
698{
hayeswang31787f52013-07-31 17:21:25 +0800699 int ret;
700 void *tmp;
701
Benoit Tainec4438f02014-05-26 17:21:23 +0200702 tmp = kmemdup(data, size, GFP_KERNEL);
hayeswang31787f52013-07-31 17:21:25 +0800703 if (!tmp)
704 return -ENOMEM;
705
hayeswang31787f52013-07-31 17:21:25 +0800706 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800707 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
708 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800709
710 kfree(tmp);
hayeswangdb8515e2014-03-06 15:07:16 +0800711
hayeswang31787f52013-07-31 17:21:25 +0800712 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000713}
714
715static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
hayeswangb209af92014-08-25 15:53:00 +0800716 void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000717{
hayeswang45f4a192014-01-06 17:08:41 +0800718 u16 limit = 64;
719 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +0000720
721 if (test_bit(RTL8152_UNPLUG, &tp->flags))
722 return -ENODEV;
723
724 /* both size and indix must be 4 bytes align */
725 if ((size & 3) || !size || (index & 3) || !data)
726 return -EPERM;
727
728 if ((u32)index + (u32)size > 0xffff)
729 return -EPERM;
730
731 while (size) {
732 if (size > limit) {
733 ret = get_registers(tp, index, type, limit, data);
734 if (ret < 0)
735 break;
736
737 index += limit;
738 data += limit;
739 size -= limit;
740 } else {
741 ret = get_registers(tp, index, type, size, data);
742 if (ret < 0)
743 break;
744
745 index += size;
746 data += size;
747 size = 0;
748 break;
749 }
750 }
751
hayeswang67610492014-10-30 11:46:40 +0800752 if (ret == -ENODEV)
753 set_bit(RTL8152_UNPLUG, &tp->flags);
754
hayeswangac718b62013-05-02 16:01:25 +0000755 return ret;
756}
757
758static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
hayeswangb209af92014-08-25 15:53:00 +0800759 u16 size, void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000760{
hayeswang45f4a192014-01-06 17:08:41 +0800761 int ret;
762 u16 byteen_start, byteen_end, byen;
763 u16 limit = 512;
hayeswangac718b62013-05-02 16:01:25 +0000764
765 if (test_bit(RTL8152_UNPLUG, &tp->flags))
766 return -ENODEV;
767
768 /* both size and indix must be 4 bytes align */
769 if ((size & 3) || !size || (index & 3) || !data)
770 return -EPERM;
771
772 if ((u32)index + (u32)size > 0xffff)
773 return -EPERM;
774
775 byteen_start = byteen & BYTE_EN_START_MASK;
776 byteen_end = byteen & BYTE_EN_END_MASK;
777
778 byen = byteen_start | (byteen_start << 4);
779 ret = set_registers(tp, index, type | byen, 4, data);
780 if (ret < 0)
781 goto error1;
782
783 index += 4;
784 data += 4;
785 size -= 4;
786
787 if (size) {
788 size -= 4;
789
790 while (size) {
791 if (size > limit) {
792 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800793 type | BYTE_EN_DWORD,
794 limit, data);
hayeswangac718b62013-05-02 16:01:25 +0000795 if (ret < 0)
796 goto error1;
797
798 index += limit;
799 data += limit;
800 size -= limit;
801 } else {
802 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800803 type | BYTE_EN_DWORD,
804 size, data);
hayeswangac718b62013-05-02 16:01:25 +0000805 if (ret < 0)
806 goto error1;
807
808 index += size;
809 data += size;
810 size = 0;
811 break;
812 }
813 }
814
815 byen = byteen_end | (byteen_end >> 4);
816 ret = set_registers(tp, index, type | byen, 4, data);
817 if (ret < 0)
818 goto error1;
819 }
820
821error1:
hayeswang67610492014-10-30 11:46:40 +0800822 if (ret == -ENODEV)
823 set_bit(RTL8152_UNPLUG, &tp->flags);
824
hayeswangac718b62013-05-02 16:01:25 +0000825 return ret;
826}
827
828static inline
829int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
830{
831 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
832}
833
834static inline
835int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
836{
837 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
838}
839
840static inline
841int usb_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
842{
843 return generic_ocp_read(tp, index, size, data, MCU_TYPE_USB);
844}
845
846static inline
847int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
848{
849 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
850}
851
852static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
853{
hayeswangc8826de2013-07-31 17:21:26 +0800854 __le32 data;
hayeswangac718b62013-05-02 16:01:25 +0000855
hayeswangc8826de2013-07-31 17:21:26 +0800856 generic_ocp_read(tp, index, sizeof(data), &data, type);
hayeswangac718b62013-05-02 16:01:25 +0000857
858 return __le32_to_cpu(data);
859}
860
861static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
862{
hayeswangc8826de2013-07-31 17:21:26 +0800863 __le32 tmp = __cpu_to_le32(data);
864
865 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000866}
867
868static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
869{
870 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800871 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000872 u8 shift = index & 2;
873
874 index &= ~3;
875
hayeswangc8826de2013-07-31 17:21:26 +0800876 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000877
hayeswangc8826de2013-07-31 17:21:26 +0800878 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000879 data >>= (shift * 8);
880 data &= 0xffff;
881
882 return (u16)data;
883}
884
885static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
886{
hayeswangc8826de2013-07-31 17:21:26 +0800887 u32 mask = 0xffff;
888 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000889 u16 byen = BYTE_EN_WORD;
890 u8 shift = index & 2;
891
892 data &= mask;
893
894 if (index & 2) {
895 byen <<= shift;
896 mask <<= (shift * 8);
897 data <<= (shift * 8);
898 index &= ~3;
899 }
900
hayeswangc8826de2013-07-31 17:21:26 +0800901 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000902
hayeswangc8826de2013-07-31 17:21:26 +0800903 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000904}
905
906static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
907{
908 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800909 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000910 u8 shift = index & 3;
911
912 index &= ~3;
913
hayeswangc8826de2013-07-31 17:21:26 +0800914 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000915
hayeswangc8826de2013-07-31 17:21:26 +0800916 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000917 data >>= (shift * 8);
918 data &= 0xff;
919
920 return (u8)data;
921}
922
923static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
924{
hayeswangc8826de2013-07-31 17:21:26 +0800925 u32 mask = 0xff;
926 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000927 u16 byen = BYTE_EN_BYTE;
928 u8 shift = index & 3;
929
930 data &= mask;
931
932 if (index & 3) {
933 byen <<= shift;
934 mask <<= (shift * 8);
935 data <<= (shift * 8);
936 index &= ~3;
937 }
938
hayeswangc8826de2013-07-31 17:21:26 +0800939 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000940
hayeswangc8826de2013-07-31 17:21:26 +0800941 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000942}
943
hayeswangac244d32014-01-02 11:22:40 +0800944static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
945{
946 u16 ocp_base, ocp_index;
947
948 ocp_base = addr & 0xf000;
949 if (ocp_base != tp->ocp_base) {
950 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
951 tp->ocp_base = ocp_base;
952 }
953
954 ocp_index = (addr & 0x0fff) | 0xb000;
955 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
956}
957
hayeswange3fe0b12014-01-02 11:22:39 +0800958static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
959{
960 u16 ocp_base, ocp_index;
961
962 ocp_base = addr & 0xf000;
963 if (ocp_base != tp->ocp_base) {
964 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
965 tp->ocp_base = ocp_base;
966 }
967
968 ocp_index = (addr & 0x0fff) | 0xb000;
969 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
970}
971
hayeswangac244d32014-01-02 11:22:40 +0800972static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
hayeswangac718b62013-05-02 16:01:25 +0000973{
hayeswangac244d32014-01-02 11:22:40 +0800974 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
hayeswangac718b62013-05-02 16:01:25 +0000975}
976
hayeswangac244d32014-01-02 11:22:40 +0800977static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
hayeswangac718b62013-05-02 16:01:25 +0000978{
hayeswangac244d32014-01-02 11:22:40 +0800979 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
hayeswangac718b62013-05-02 16:01:25 +0000980}
981
hayeswang43779f82014-01-02 11:25:10 +0800982static void sram_write(struct r8152 *tp, u16 addr, u16 data)
983{
984 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
985 ocp_reg_write(tp, OCP_SRAM_DATA, data);
986}
987
hayeswangac718b62013-05-02 16:01:25 +0000988static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
989{
990 struct r8152 *tp = netdev_priv(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +0800991 int ret;
hayeswangac718b62013-05-02 16:01:25 +0000992
hayeswang68714382014-04-11 17:54:31 +0800993 if (test_bit(RTL8152_UNPLUG, &tp->flags))
994 return -ENODEV;
995
hayeswangac718b62013-05-02 16:01:25 +0000996 if (phy_id != R8152_PHY_ID)
997 return -EINVAL;
998
hayeswang9a4be1b2014-02-18 21:49:07 +0800999 ret = r8152_mdio_read(tp, reg);
1000
hayeswang9a4be1b2014-02-18 21:49:07 +08001001 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001002}
1003
1004static
1005void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
1006{
1007 struct r8152 *tp = netdev_priv(netdev);
1008
hayeswang68714382014-04-11 17:54:31 +08001009 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1010 return;
1011
hayeswangac718b62013-05-02 16:01:25 +00001012 if (phy_id != R8152_PHY_ID)
1013 return;
1014
1015 r8152_mdio_write(tp, reg, val);
1016}
1017
hayeswangb209af92014-08-25 15:53:00 +08001018static int
1019r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001020
hayeswang8ba789a2014-09-04 16:15:41 +08001021static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
1022{
1023 struct r8152 *tp = netdev_priv(netdev);
1024 struct sockaddr *addr = p;
hayeswangea6a7112014-10-02 17:03:12 +08001025 int ret = -EADDRNOTAVAIL;
hayeswang8ba789a2014-09-04 16:15:41 +08001026
1027 if (!is_valid_ether_addr(addr->sa_data))
hayeswangea6a7112014-10-02 17:03:12 +08001028 goto out1;
1029
1030 ret = usb_autopm_get_interface(tp->intf);
1031 if (ret < 0)
1032 goto out1;
hayeswang8ba789a2014-09-04 16:15:41 +08001033
hayeswangb5403272014-10-09 18:00:26 +08001034 mutex_lock(&tp->control);
1035
hayeswang8ba789a2014-09-04 16:15:41 +08001036 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
1037
1038 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
1039 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
1040 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
1041
hayeswangb5403272014-10-09 18:00:26 +08001042 mutex_unlock(&tp->control);
1043
hayeswangea6a7112014-10-02 17:03:12 +08001044 usb_autopm_put_interface(tp->intf);
1045out1:
1046 return ret;
hayeswang8ba789a2014-09-04 16:15:41 +08001047}
1048
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001049/* Devices containing RTL8153-AD can support a persistent
1050 * host system provided MAC address.
1051 * Examples of this are Dell TB15 and Dell WD15 docks
1052 */
1053static int vendor_mac_passthru_addr_read(struct r8152 *tp, struct sockaddr *sa)
1054{
1055 acpi_status status;
1056 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
1057 union acpi_object *obj;
1058 int ret = -EINVAL;
1059 u32 ocp_data;
1060 unsigned char buf[6];
1061
1062 /* test for -AD variant of RTL8153 */
1063 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
1064 if ((ocp_data & AD_MASK) != 0x1000)
1065 return -ENODEV;
1066
1067 /* test for MAC address pass-through bit */
1068 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, EFUSE);
1069 if ((ocp_data & PASS_THRU_MASK) != 1)
1070 return -ENODEV;
1071
1072 /* returns _AUXMAC_#AABBCCDDEEFF# */
1073 status = acpi_evaluate_object(NULL, "\\_SB.AMAC", NULL, &buffer);
1074 obj = (union acpi_object *)buffer.pointer;
1075 if (!ACPI_SUCCESS(status))
1076 return -ENODEV;
1077 if (obj->type != ACPI_TYPE_BUFFER || obj->string.length != 0x17) {
1078 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001079 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n",
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001080 obj->type, obj->string.length);
1081 goto amacout;
1082 }
1083 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1084 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1085 netif_warn(tp, probe, tp->netdev,
1086 "Invalid header when reading pass-thru MAC addr\n");
1087 goto amacout;
1088 }
1089 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1090 if (!(ret == 0 && is_valid_ether_addr(buf))) {
1091 netif_warn(tp, probe, tp->netdev,
hayeswang53700f02016-09-01 17:01:42 +08001092 "Invalid MAC for pass-thru MAC addr: %d, %pM\n",
1093 ret, buf);
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001094 ret = -EINVAL;
1095 goto amacout;
1096 }
1097 memcpy(sa->sa_data, buf, 6);
1098 ether_addr_copy(tp->netdev->dev_addr, sa->sa_data);
1099 netif_info(tp, probe, tp->netdev,
1100 "Using pass-thru MAC addr %pM\n", sa->sa_data);
1101
1102amacout:
1103 kfree(obj);
1104 return ret;
1105}
1106
hayeswang179bb6d2014-09-04 16:15:42 +08001107static int set_ethernet_addr(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00001108{
1109 struct net_device *dev = tp->netdev;
hayeswang179bb6d2014-09-04 16:15:42 +08001110 struct sockaddr sa;
hayeswang8a91c822014-02-18 21:49:01 +08001111 int ret;
hayeswangac718b62013-05-02 16:01:25 +00001112
hayeswang53700f02016-09-01 17:01:42 +08001113 if (tp->version == RTL_VER_01) {
hayeswang179bb6d2014-09-04 16:15:42 +08001114 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
hayeswang53700f02016-09-01 17:01:42 +08001115 } else {
Mario Limonciello34ee32c2016-07-11 19:58:04 -05001116 /* if this is not an RTL8153-AD, no eFuse mac pass thru set,
1117 * or system doesn't provide valid _SB.AMAC this will be
1118 * be expected to non-zero
1119 */
1120 ret = vendor_mac_passthru_addr_read(tp, &sa);
1121 if (ret < 0)
1122 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
1123 }
hayeswang8a91c822014-02-18 21:49:01 +08001124
1125 if (ret < 0) {
hayeswang179bb6d2014-09-04 16:15:42 +08001126 netif_err(tp, probe, dev, "Get ether addr fail\n");
1127 } else if (!is_valid_ether_addr(sa.sa_data)) {
1128 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
1129 sa.sa_data);
1130 eth_hw_addr_random(dev);
1131 ether_addr_copy(sa.sa_data, dev->dev_addr);
1132 ret = rtl8152_set_mac_address(dev, &sa);
1133 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1134 sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001135 } else {
hayeswang179bb6d2014-09-04 16:15:42 +08001136 if (tp->version == RTL_VER_01)
1137 ether_addr_copy(dev->dev_addr, sa.sa_data);
1138 else
1139 ret = rtl8152_set_mac_address(dev, &sa);
hayeswangac718b62013-05-02 16:01:25 +00001140 }
hayeswang179bb6d2014-09-04 16:15:42 +08001141
1142 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001143}
1144
hayeswangac718b62013-05-02 16:01:25 +00001145static void read_bulk_callback(struct urb *urb)
1146{
hayeswangac718b62013-05-02 16:01:25 +00001147 struct net_device *netdev;
hayeswangac718b62013-05-02 16:01:25 +00001148 int status = urb->status;
hayeswangebc2ec482013-08-14 20:54:38 +08001149 struct rx_agg *agg;
1150 struct r8152 *tp;
hayeswangac718b62013-05-02 16:01:25 +00001151
hayeswangebc2ec482013-08-14 20:54:38 +08001152 agg = urb->context;
1153 if (!agg)
1154 return;
1155
1156 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001157 if (!tp)
1158 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001159
hayeswangac718b62013-05-02 16:01:25 +00001160 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1161 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001162
1163 if (!test_bit(WORK_ENABLE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00001164 return;
1165
hayeswangebc2ec482013-08-14 20:54:38 +08001166 netdev = tp->netdev;
hayeswang7559fb2f2013-08-16 16:09:38 +08001167
1168 /* When link down, the driver would cancel all bulks. */
1169 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001170 if (!netif_carrier_ok(netdev))
1171 return;
1172
hayeswang9a4be1b2014-02-18 21:49:07 +08001173 usb_mark_last_busy(tp->udev);
1174
hayeswangac718b62013-05-02 16:01:25 +00001175 switch (status) {
1176 case 0:
hayeswangebc2ec482013-08-14 20:54:38 +08001177 if (urb->actual_length < ETH_ZLEN)
1178 break;
1179
hayeswang2685d412014-03-07 11:04:34 +08001180 spin_lock(&tp->rx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001181 list_add_tail(&agg->list, &tp->rx_done);
hayeswang2685d412014-03-07 11:04:34 +08001182 spin_unlock(&tp->rx_lock);
hayeswangd823ab62015-01-12 12:06:23 +08001183 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001184 return;
hayeswangac718b62013-05-02 16:01:25 +00001185 case -ESHUTDOWN:
1186 set_bit(RTL8152_UNPLUG, &tp->flags);
1187 netif_device_detach(tp->netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08001188 return;
hayeswangac718b62013-05-02 16:01:25 +00001189 case -ENOENT:
1190 return; /* the urb is in unlink state */
1191 case -ETIME:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001192 if (net_ratelimit())
1193 netdev_warn(netdev, "maybe reset is needed?\n");
hayeswangebc2ec482013-08-14 20:54:38 +08001194 break;
hayeswangac718b62013-05-02 16:01:25 +00001195 default:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001196 if (net_ratelimit())
1197 netdev_warn(netdev, "Rx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001198 break;
hayeswangac718b62013-05-02 16:01:25 +00001199 }
1200
hayeswanga0fccd42014-11-20 10:29:05 +08001201 r8152_submit_rx(tp, agg, GFP_ATOMIC);
hayeswangac718b62013-05-02 16:01:25 +00001202}
1203
1204static void write_bulk_callback(struct urb *urb)
1205{
hayeswangebc2ec482013-08-14 20:54:38 +08001206 struct net_device_stats *stats;
hayeswangd104eaf2014-03-06 15:07:17 +08001207 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08001208 struct tx_agg *agg;
hayeswangac718b62013-05-02 16:01:25 +00001209 struct r8152 *tp;
1210 int status = urb->status;
1211
hayeswangebc2ec482013-08-14 20:54:38 +08001212 agg = urb->context;
1213 if (!agg)
1214 return;
1215
1216 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001217 if (!tp)
1218 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001219
hayeswangd104eaf2014-03-06 15:07:17 +08001220 netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001221 stats = &netdev->stats;
hayeswangebc2ec482013-08-14 20:54:38 +08001222 if (status) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08001223 if (net_ratelimit())
hayeswangd104eaf2014-03-06 15:07:17 +08001224 netdev_warn(netdev, "Tx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001225 stats->tx_errors += agg->skb_num;
1226 } else {
1227 stats->tx_packets += agg->skb_num;
1228 stats->tx_bytes += agg->skb_len;
1229 }
1230
hayeswang2685d412014-03-07 11:04:34 +08001231 spin_lock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001232 list_add_tail(&agg->list, &tp->tx_free);
hayeswang2685d412014-03-07 11:04:34 +08001233 spin_unlock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001234
hayeswang9a4be1b2014-02-18 21:49:07 +08001235 usb_autopm_put_interface_async(tp->intf);
1236
hayeswangd104eaf2014-03-06 15:07:17 +08001237 if (!netif_carrier_ok(netdev))
hayeswangac718b62013-05-02 16:01:25 +00001238 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001239
1240 if (!test_bit(WORK_ENABLE, &tp->flags))
1241 return;
1242
1243 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1244 return;
1245
1246 if (!skb_queue_empty(&tp->tx_queue))
hayeswangd823ab62015-01-12 12:06:23 +08001247 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001248}
1249
hayeswang40a82912013-08-14 20:54:40 +08001250static void intr_callback(struct urb *urb)
1251{
1252 struct r8152 *tp;
hayeswang500b6d72013-11-20 17:30:57 +08001253 __le16 *d;
hayeswang40a82912013-08-14 20:54:40 +08001254 int status = urb->status;
1255 int res;
1256
1257 tp = urb->context;
1258 if (!tp)
1259 return;
1260
1261 if (!test_bit(WORK_ENABLE, &tp->flags))
1262 return;
1263
1264 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1265 return;
1266
1267 switch (status) {
1268 case 0: /* success */
1269 break;
1270 case -ECONNRESET: /* unlink */
1271 case -ESHUTDOWN:
1272 netif_device_detach(tp->netdev);
1273 case -ENOENT:
hayeswangd59c8762014-10-31 13:35:57 +08001274 case -EPROTO:
1275 netif_info(tp, intr, tp->netdev,
1276 "Stop submitting intr, status %d\n", status);
hayeswang40a82912013-08-14 20:54:40 +08001277 return;
1278 case -EOVERFLOW:
1279 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1280 goto resubmit;
1281 /* -EPIPE: should clear the halt */
1282 default:
1283 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1284 goto resubmit;
1285 }
1286
1287 d = urb->transfer_buffer;
1288 if (INTR_LINK & __le16_to_cpu(d[0])) {
hayeswang51d979f2015-02-06 11:30:47 +08001289 if (!netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001290 set_bit(RTL8152_LINK_CHG, &tp->flags);
1291 schedule_delayed_work(&tp->schedule, 0);
1292 }
1293 } else {
hayeswang51d979f2015-02-06 11:30:47 +08001294 if (netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001295 set_bit(RTL8152_LINK_CHG, &tp->flags);
1296 schedule_delayed_work(&tp->schedule, 0);
1297 }
1298 }
1299
1300resubmit:
1301 res = usb_submit_urb(urb, GFP_ATOMIC);
hayeswang67610492014-10-30 11:46:40 +08001302 if (res == -ENODEV) {
1303 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08001304 netif_device_detach(tp->netdev);
hayeswang67610492014-10-30 11:46:40 +08001305 } else if (res) {
hayeswang40a82912013-08-14 20:54:40 +08001306 netif_err(tp, intr, tp->netdev,
Hayes Wang4a8deae2014-01-07 11:18:22 +08001307 "can't resubmit intr, status %d\n", res);
hayeswang67610492014-10-30 11:46:40 +08001308 }
hayeswang40a82912013-08-14 20:54:40 +08001309}
1310
hayeswangebc2ec482013-08-14 20:54:38 +08001311static inline void *rx_agg_align(void *data)
1312{
hayeswang8e1f51b2014-01-02 11:22:41 +08001313 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001314}
1315
1316static inline void *tx_agg_align(void *data)
1317{
hayeswang8e1f51b2014-01-02 11:22:41 +08001318 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001319}
1320
1321static void free_all_mem(struct r8152 *tp)
1322{
1323 int i;
1324
1325 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001326 usb_free_urb(tp->rx_info[i].urb);
1327 tp->rx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001328
hayeswang9629e3c2014-01-15 10:42:15 +08001329 kfree(tp->rx_info[i].buffer);
1330 tp->rx_info[i].buffer = NULL;
1331 tp->rx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001332 }
1333
1334 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001335 usb_free_urb(tp->tx_info[i].urb);
1336 tp->tx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001337
hayeswang9629e3c2014-01-15 10:42:15 +08001338 kfree(tp->tx_info[i].buffer);
1339 tp->tx_info[i].buffer = NULL;
1340 tp->tx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001341 }
hayeswang40a82912013-08-14 20:54:40 +08001342
hayeswang9629e3c2014-01-15 10:42:15 +08001343 usb_free_urb(tp->intr_urb);
1344 tp->intr_urb = NULL;
hayeswang40a82912013-08-14 20:54:40 +08001345
hayeswang9629e3c2014-01-15 10:42:15 +08001346 kfree(tp->intr_buff);
1347 tp->intr_buff = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001348}
1349
1350static int alloc_all_mem(struct r8152 *tp)
1351{
1352 struct net_device *netdev = tp->netdev;
hayeswang40a82912013-08-14 20:54:40 +08001353 struct usb_interface *intf = tp->intf;
1354 struct usb_host_interface *alt = intf->cur_altsetting;
1355 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
hayeswangebc2ec482013-08-14 20:54:38 +08001356 struct urb *urb;
1357 int node, i;
1358 u8 *buf;
1359
1360 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1361
1362 spin_lock_init(&tp->rx_lock);
1363 spin_lock_init(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001364 INIT_LIST_HEAD(&tp->tx_free);
hayeswang98d068a2017-03-14 14:15:20 +08001365 INIT_LIST_HEAD(&tp->rx_done);
hayeswangebc2ec482013-08-14 20:54:38 +08001366 skb_queue_head_init(&tp->tx_queue);
hayeswangd823ab62015-01-12 12:06:23 +08001367 skb_queue_head_init(&tp->rx_queue);
hayeswangebc2ec482013-08-14 20:54:38 +08001368
1369 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001370 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001371 if (!buf)
1372 goto err1;
1373
1374 if (buf != rx_agg_align(buf)) {
1375 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001376 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001377 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001378 if (!buf)
1379 goto err1;
1380 }
1381
1382 urb = usb_alloc_urb(0, GFP_KERNEL);
1383 if (!urb) {
1384 kfree(buf);
1385 goto err1;
1386 }
1387
1388 INIT_LIST_HEAD(&tp->rx_info[i].list);
1389 tp->rx_info[i].context = tp;
1390 tp->rx_info[i].urb = urb;
1391 tp->rx_info[i].buffer = buf;
1392 tp->rx_info[i].head = rx_agg_align(buf);
1393 }
1394
1395 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001396 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001397 if (!buf)
1398 goto err1;
1399
1400 if (buf != tx_agg_align(buf)) {
1401 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001402 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001403 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001404 if (!buf)
1405 goto err1;
1406 }
1407
1408 urb = usb_alloc_urb(0, GFP_KERNEL);
1409 if (!urb) {
1410 kfree(buf);
1411 goto err1;
1412 }
1413
1414 INIT_LIST_HEAD(&tp->tx_info[i].list);
1415 tp->tx_info[i].context = tp;
1416 tp->tx_info[i].urb = urb;
1417 tp->tx_info[i].buffer = buf;
1418 tp->tx_info[i].head = tx_agg_align(buf);
1419
1420 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1421 }
1422
hayeswang40a82912013-08-14 20:54:40 +08001423 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1424 if (!tp->intr_urb)
1425 goto err1;
1426
1427 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1428 if (!tp->intr_buff)
1429 goto err1;
1430
1431 tp->intr_interval = (int)ep_intr->desc.bInterval;
1432 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
hayeswangb209af92014-08-25 15:53:00 +08001433 tp->intr_buff, INTBUFSIZE, intr_callback,
1434 tp, tp->intr_interval);
hayeswang40a82912013-08-14 20:54:40 +08001435
hayeswangebc2ec482013-08-14 20:54:38 +08001436 return 0;
1437
1438err1:
1439 free_all_mem(tp);
1440 return -ENOMEM;
1441}
1442
hayeswang0de98f62013-08-16 16:09:35 +08001443static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1444{
1445 struct tx_agg *agg = NULL;
1446 unsigned long flags;
1447
hayeswang21949ab2014-03-07 11:04:35 +08001448 if (list_empty(&tp->tx_free))
1449 return NULL;
1450
hayeswang0de98f62013-08-16 16:09:35 +08001451 spin_lock_irqsave(&tp->tx_lock, flags);
1452 if (!list_empty(&tp->tx_free)) {
1453 struct list_head *cursor;
1454
1455 cursor = tp->tx_free.next;
1456 list_del_init(cursor);
1457 agg = list_entry(cursor, struct tx_agg, list);
1458 }
1459 spin_unlock_irqrestore(&tp->tx_lock, flags);
1460
1461 return agg;
1462}
1463
hayeswangb209af92014-08-25 15:53:00 +08001464/* r8152_csum_workaround()
hayeswang6128d1bb2014-03-07 11:04:40 +08001465 * The hw limites the value the transport offset. When the offset is out of the
1466 * range, calculate the checksum by sw.
1467 */
1468static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1469 struct sk_buff_head *list)
1470{
1471 if (skb_shinfo(skb)->gso_size) {
1472 netdev_features_t features = tp->netdev->features;
1473 struct sk_buff_head seg_list;
1474 struct sk_buff *segs, *nskb;
1475
hayeswanga91d45f2014-07-11 16:48:27 +08001476 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
hayeswang6128d1bb2014-03-07 11:04:40 +08001477 segs = skb_gso_segment(skb, features);
1478 if (IS_ERR(segs) || !segs)
1479 goto drop;
1480
1481 __skb_queue_head_init(&seg_list);
1482
1483 do {
1484 nskb = segs;
1485 segs = segs->next;
1486 nskb->next = NULL;
1487 __skb_queue_tail(&seg_list, nskb);
1488 } while (segs);
1489
1490 skb_queue_splice(&seg_list, list);
1491 dev_kfree_skb(skb);
1492 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1493 if (skb_checksum_help(skb) < 0)
1494 goto drop;
1495
1496 __skb_queue_head(list, skb);
1497 } else {
1498 struct net_device_stats *stats;
1499
1500drop:
1501 stats = &tp->netdev->stats;
1502 stats->tx_dropped++;
1503 dev_kfree_skb(skb);
1504 }
1505}
1506
hayeswangb209af92014-08-25 15:53:00 +08001507/* msdn_giant_send_check()
hayeswang6128d1bb2014-03-07 11:04:40 +08001508 * According to the document of microsoft, the TCP Pseudo Header excludes the
1509 * packet length for IPv6 TCP large packets.
1510 */
1511static int msdn_giant_send_check(struct sk_buff *skb)
1512{
1513 const struct ipv6hdr *ipv6h;
1514 struct tcphdr *th;
hayeswangfcb308d2014-03-11 10:20:32 +08001515 int ret;
1516
1517 ret = skb_cow_head(skb, 0);
1518 if (ret)
1519 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001520
1521 ipv6h = ipv6_hdr(skb);
1522 th = tcp_hdr(skb);
1523
1524 th->check = 0;
1525 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1526
hayeswangfcb308d2014-03-11 10:20:32 +08001527 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001528}
1529
hayeswangc5554292014-09-12 10:43:11 +08001530static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1531{
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001532 if (skb_vlan_tag_present(skb)) {
hayeswangc5554292014-09-12 10:43:11 +08001533 u32 opts2;
1534
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001535 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
hayeswangc5554292014-09-12 10:43:11 +08001536 desc->opts2 |= cpu_to_le32(opts2);
1537 }
1538}
1539
1540static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1541{
1542 u32 opts2 = le32_to_cpu(desc->opts2);
1543
1544 if (opts2 & RX_VLAN_TAG)
1545 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1546 swab16(opts2 & 0xffff));
1547}
1548
hayeswang60c89072014-03-07 11:04:39 +08001549static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1550 struct sk_buff *skb, u32 len, u32 transport_offset)
1551{
1552 u32 mss = skb_shinfo(skb)->gso_size;
1553 u32 opts1, opts2 = 0;
1554 int ret = TX_CSUM_SUCCESS;
1555
1556 WARN_ON_ONCE(len > TX_LEN_MAX);
1557
1558 opts1 = len | TX_FS | TX_LS;
1559
1560 if (mss) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001561 if (transport_offset > GTTCPHO_MAX) {
1562 netif_warn(tp, tx_err, tp->netdev,
1563 "Invalid transport offset 0x%x for TSO\n",
1564 transport_offset);
1565 ret = TX_CSUM_TSO;
1566 goto unavailable;
1567 }
1568
hayeswang6e74d172015-02-06 11:30:50 +08001569 switch (vlan_get_protocol(skb)) {
hayeswang60c89072014-03-07 11:04:39 +08001570 case htons(ETH_P_IP):
1571 opts1 |= GTSENDV4;
1572 break;
1573
hayeswang6128d1bb2014-03-07 11:04:40 +08001574 case htons(ETH_P_IPV6):
hayeswangfcb308d2014-03-11 10:20:32 +08001575 if (msdn_giant_send_check(skb)) {
1576 ret = TX_CSUM_TSO;
1577 goto unavailable;
1578 }
hayeswang6128d1bb2014-03-07 11:04:40 +08001579 opts1 |= GTSENDV6;
hayeswang6128d1bb2014-03-07 11:04:40 +08001580 break;
1581
hayeswang60c89072014-03-07 11:04:39 +08001582 default:
1583 WARN_ON_ONCE(1);
1584 break;
1585 }
1586
1587 opts1 |= transport_offset << GTTCPHO_SHIFT;
1588 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1589 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
hayeswang5bd23882013-08-14 20:54:39 +08001590 u8 ip_protocol;
hayeswang5bd23882013-08-14 20:54:39 +08001591
hayeswang6128d1bb2014-03-07 11:04:40 +08001592 if (transport_offset > TCPHO_MAX) {
1593 netif_warn(tp, tx_err, tp->netdev,
1594 "Invalid transport offset 0x%x\n",
1595 transport_offset);
1596 ret = TX_CSUM_NONE;
1597 goto unavailable;
1598 }
1599
hayeswang6e74d172015-02-06 11:30:50 +08001600 switch (vlan_get_protocol(skb)) {
hayeswang5bd23882013-08-14 20:54:39 +08001601 case htons(ETH_P_IP):
1602 opts2 |= IPV4_CS;
1603 ip_protocol = ip_hdr(skb)->protocol;
1604 break;
1605
1606 case htons(ETH_P_IPV6):
1607 opts2 |= IPV6_CS;
1608 ip_protocol = ipv6_hdr(skb)->nexthdr;
1609 break;
1610
1611 default:
1612 ip_protocol = IPPROTO_RAW;
1613 break;
1614 }
1615
hayeswang60c89072014-03-07 11:04:39 +08001616 if (ip_protocol == IPPROTO_TCP)
hayeswang5bd23882013-08-14 20:54:39 +08001617 opts2 |= TCP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001618 else if (ip_protocol == IPPROTO_UDP)
hayeswang5bd23882013-08-14 20:54:39 +08001619 opts2 |= UDP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001620 else
hayeswang5bd23882013-08-14 20:54:39 +08001621 WARN_ON_ONCE(1);
hayeswang5bd23882013-08-14 20:54:39 +08001622
hayeswang60c89072014-03-07 11:04:39 +08001623 opts2 |= transport_offset << TCPHO_SHIFT;
hayeswang5bd23882013-08-14 20:54:39 +08001624 }
hayeswang60c89072014-03-07 11:04:39 +08001625
1626 desc->opts2 = cpu_to_le32(opts2);
1627 desc->opts1 = cpu_to_le32(opts1);
1628
hayeswang6128d1bb2014-03-07 11:04:40 +08001629unavailable:
hayeswang60c89072014-03-07 11:04:39 +08001630 return ret;
hayeswang5bd23882013-08-14 20:54:39 +08001631}
1632
hayeswangb1379d92013-08-16 16:09:37 +08001633static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1634{
hayeswangd84130a2014-02-18 21:49:02 +08001635 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang9a4be1b2014-02-18 21:49:07 +08001636 int remain, ret;
hayeswangb1379d92013-08-16 16:09:37 +08001637 u8 *tx_data;
1638
hayeswangd84130a2014-02-18 21:49:02 +08001639 __skb_queue_head_init(&skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001640 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001641 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001642 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001643
hayeswangb1379d92013-08-16 16:09:37 +08001644 tx_data = agg->head;
hayeswangb209af92014-08-25 15:53:00 +08001645 agg->skb_num = 0;
1646 agg->skb_len = 0;
hayeswang52aec122014-09-02 10:27:52 +08001647 remain = agg_buf_sz;
hayeswangb1379d92013-08-16 16:09:37 +08001648
hayeswang7937f9e2013-11-20 17:30:54 +08001649 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
hayeswangb1379d92013-08-16 16:09:37 +08001650 struct tx_desc *tx_desc;
1651 struct sk_buff *skb;
1652 unsigned int len;
hayeswang60c89072014-03-07 11:04:39 +08001653 u32 offset;
hayeswangb1379d92013-08-16 16:09:37 +08001654
hayeswangd84130a2014-02-18 21:49:02 +08001655 skb = __skb_dequeue(&skb_head);
hayeswangb1379d92013-08-16 16:09:37 +08001656 if (!skb)
1657 break;
1658
hayeswang60c89072014-03-07 11:04:39 +08001659 len = skb->len + sizeof(*tx_desc);
1660
1661 if (len > remain) {
hayeswangd84130a2014-02-18 21:49:02 +08001662 __skb_queue_head(&skb_head, skb);
hayeswangb1379d92013-08-16 16:09:37 +08001663 break;
1664 }
1665
hayeswang7937f9e2013-11-20 17:30:54 +08001666 tx_data = tx_agg_align(tx_data);
hayeswangb1379d92013-08-16 16:09:37 +08001667 tx_desc = (struct tx_desc *)tx_data;
hayeswang60c89072014-03-07 11:04:39 +08001668
1669 offset = (u32)skb_transport_offset(skb);
1670
hayeswang6128d1bb2014-03-07 11:04:40 +08001671 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1672 r8152_csum_workaround(tp, skb, &skb_head);
1673 continue;
1674 }
hayeswang60c89072014-03-07 11:04:39 +08001675
hayeswangc5554292014-09-12 10:43:11 +08001676 rtl_tx_vlan_tag(tx_desc, skb);
1677
hayeswangb1379d92013-08-16 16:09:37 +08001678 tx_data += sizeof(*tx_desc);
1679
hayeswang60c89072014-03-07 11:04:39 +08001680 len = skb->len;
1681 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1682 struct net_device_stats *stats = &tp->netdev->stats;
1683
1684 stats->tx_dropped++;
1685 dev_kfree_skb_any(skb);
1686 tx_data -= sizeof(*tx_desc);
1687 continue;
1688 }
hayeswangb1379d92013-08-16 16:09:37 +08001689
hayeswang7937f9e2013-11-20 17:30:54 +08001690 tx_data += len;
hayeswang60c89072014-03-07 11:04:39 +08001691 agg->skb_len += len;
1692 agg->skb_num++;
1693
1694 dev_kfree_skb_any(skb);
1695
hayeswang52aec122014-09-02 10:27:52 +08001696 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
hayeswangb1379d92013-08-16 16:09:37 +08001697 }
1698
hayeswangd84130a2014-02-18 21:49:02 +08001699 if (!skb_queue_empty(&skb_head)) {
hayeswang0c3121f2014-03-07 11:04:36 +08001700 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001701 skb_queue_splice(&skb_head, tx_queue);
hayeswang0c3121f2014-03-07 11:04:36 +08001702 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001703 }
1704
hayeswang0c3121f2014-03-07 11:04:36 +08001705 netif_tx_lock(tp->netdev);
hayeswangdd1b1192013-11-20 17:30:56 +08001706
1707 if (netif_queue_stopped(tp->netdev) &&
1708 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1709 netif_wake_queue(tp->netdev);
1710
hayeswang0c3121f2014-03-07 11:04:36 +08001711 netif_tx_unlock(tp->netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08001712
hayeswang0c3121f2014-03-07 11:04:36 +08001713 ret = usb_autopm_get_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001714 if (ret < 0)
1715 goto out_tx_fill;
hayeswangdd1b1192013-11-20 17:30:56 +08001716
hayeswangb1379d92013-08-16 16:09:37 +08001717 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1718 agg->head, (int)(tx_data - (u8 *)agg->head),
1719 (usb_complete_t)write_bulk_callback, agg);
1720
hayeswang0c3121f2014-03-07 11:04:36 +08001721 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
hayeswang9a4be1b2014-02-18 21:49:07 +08001722 if (ret < 0)
hayeswang0c3121f2014-03-07 11:04:36 +08001723 usb_autopm_put_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001724
1725out_tx_fill:
1726 return ret;
hayeswangb1379d92013-08-16 16:09:37 +08001727}
1728
hayeswang565cab02014-03-07 11:04:38 +08001729static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1730{
1731 u8 checksum = CHECKSUM_NONE;
1732 u32 opts2, opts3;
1733
hayeswang19c0f402017-01-11 16:25:34 +08001734 if (!(tp->netdev->features & NETIF_F_RXCSUM))
hayeswang565cab02014-03-07 11:04:38 +08001735 goto return_result;
1736
1737 opts2 = le32_to_cpu(rx_desc->opts2);
1738 opts3 = le32_to_cpu(rx_desc->opts3);
1739
1740 if (opts2 & RD_IPV4_CS) {
1741 if (opts3 & IPF)
1742 checksum = CHECKSUM_NONE;
1743 else if ((opts2 & RD_UDP_CS) && (opts3 & UDPF))
1744 checksum = CHECKSUM_NONE;
1745 else if ((opts2 & RD_TCP_CS) && (opts3 & TCPF))
1746 checksum = CHECKSUM_NONE;
1747 else
1748 checksum = CHECKSUM_UNNECESSARY;
Mark Lordb9a321b2016-10-30 19:28:27 -04001749 } else if (opts2 & RD_IPV6_CS) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001750 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1751 checksum = CHECKSUM_UNNECESSARY;
1752 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1753 checksum = CHECKSUM_UNNECESSARY;
hayeswang565cab02014-03-07 11:04:38 +08001754 }
1755
1756return_result:
1757 return checksum;
1758}
1759
hayeswangd823ab62015-01-12 12:06:23 +08001760static int rx_bottom(struct r8152 *tp, int budget)
hayeswangebc2ec482013-08-14 20:54:38 +08001761{
hayeswanga5a4f462013-08-16 16:09:34 +08001762 unsigned long flags;
hayeswangd84130a2014-02-18 21:49:02 +08001763 struct list_head *cursor, *next, rx_queue;
hayeswange1a2ca92015-02-06 11:30:45 +08001764 int ret = 0, work_done = 0;
hayeswangd823ab62015-01-12 12:06:23 +08001765
1766 if (!skb_queue_empty(&tp->rx_queue)) {
1767 while (work_done < budget) {
1768 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1769 struct net_device *netdev = tp->netdev;
1770 struct net_device_stats *stats = &netdev->stats;
1771 unsigned int pkt_len;
1772
1773 if (!skb)
1774 break;
1775
1776 pkt_len = skb->len;
1777 napi_gro_receive(&tp->napi, skb);
1778 work_done++;
1779 stats->rx_packets++;
1780 stats->rx_bytes += pkt_len;
1781 }
1782 }
hayeswangebc2ec482013-08-14 20:54:38 +08001783
hayeswangd84130a2014-02-18 21:49:02 +08001784 if (list_empty(&tp->rx_done))
hayeswangd823ab62015-01-12 12:06:23 +08001785 goto out1;
hayeswangd84130a2014-02-18 21:49:02 +08001786
1787 INIT_LIST_HEAD(&rx_queue);
hayeswanga5a4f462013-08-16 16:09:34 +08001788 spin_lock_irqsave(&tp->rx_lock, flags);
hayeswangd84130a2014-02-18 21:49:02 +08001789 list_splice_init(&tp->rx_done, &rx_queue);
1790 spin_unlock_irqrestore(&tp->rx_lock, flags);
1791
1792 list_for_each_safe(cursor, next, &rx_queue) {
hayeswang43a44782013-08-16 16:09:36 +08001793 struct rx_desc *rx_desc;
1794 struct rx_agg *agg;
hayeswang43a44782013-08-16 16:09:36 +08001795 int len_used = 0;
1796 struct urb *urb;
1797 u8 *rx_data;
hayeswang43a44782013-08-16 16:09:36 +08001798
hayeswangebc2ec482013-08-14 20:54:38 +08001799 list_del_init(cursor);
hayeswangebc2ec482013-08-14 20:54:38 +08001800
1801 agg = list_entry(cursor, struct rx_agg, list);
1802 urb = agg->urb;
hayeswang0de98f62013-08-16 16:09:35 +08001803 if (urb->actual_length < ETH_ZLEN)
1804 goto submit;
hayeswangebc2ec482013-08-14 20:54:38 +08001805
hayeswangebc2ec482013-08-14 20:54:38 +08001806 rx_desc = agg->head;
1807 rx_data = agg->head;
hayeswang7937f9e2013-11-20 17:30:54 +08001808 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001809
hayeswang7937f9e2013-11-20 17:30:54 +08001810 while (urb->actual_length > len_used) {
hayeswang43a44782013-08-16 16:09:36 +08001811 struct net_device *netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001812 struct net_device_stats *stats = &netdev->stats;
hayeswang7937f9e2013-11-20 17:30:54 +08001813 unsigned int pkt_len;
hayeswang43a44782013-08-16 16:09:36 +08001814 struct sk_buff *skb;
1815
hayeswang7937f9e2013-11-20 17:30:54 +08001816 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
hayeswangebc2ec482013-08-14 20:54:38 +08001817 if (pkt_len < ETH_ZLEN)
1818 break;
1819
hayeswang7937f9e2013-11-20 17:30:54 +08001820 len_used += pkt_len;
1821 if (urb->actual_length < len_used)
1822 break;
1823
hayeswang8e1f51b2014-01-02 11:22:41 +08001824 pkt_len -= CRC_SIZE;
hayeswangebc2ec482013-08-14 20:54:38 +08001825 rx_data += sizeof(struct rx_desc);
1826
hayeswangc8d83962016-06-08 14:52:33 +08001827 skb = napi_alloc_skb(&tp->napi, pkt_len);
hayeswangebc2ec482013-08-14 20:54:38 +08001828 if (!skb) {
1829 stats->rx_dropped++;
hayeswang5e2f7482014-03-07 11:04:37 +08001830 goto find_next_rx;
hayeswangebc2ec482013-08-14 20:54:38 +08001831 }
hayeswang565cab02014-03-07 11:04:38 +08001832
1833 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001834 memcpy(skb->data, rx_data, pkt_len);
1835 skb_put(skb, pkt_len);
1836 skb->protocol = eth_type_trans(skb, netdev);
hayeswangc5554292014-09-12 10:43:11 +08001837 rtl_rx_vlan_tag(rx_desc, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001838 if (work_done < budget) {
1839 napi_gro_receive(&tp->napi, skb);
1840 work_done++;
1841 stats->rx_packets++;
1842 stats->rx_bytes += pkt_len;
1843 } else {
1844 __skb_queue_tail(&tp->rx_queue, skb);
1845 }
hayeswangebc2ec482013-08-14 20:54:38 +08001846
hayeswang5e2f7482014-03-07 11:04:37 +08001847find_next_rx:
hayeswang8e1f51b2014-01-02 11:22:41 +08001848 rx_data = rx_agg_align(rx_data + pkt_len + CRC_SIZE);
hayeswangebc2ec482013-08-14 20:54:38 +08001849 rx_desc = (struct rx_desc *)rx_data;
hayeswangebc2ec482013-08-14 20:54:38 +08001850 len_used = (int)(rx_data - (u8 *)agg->head);
hayeswang7937f9e2013-11-20 17:30:54 +08001851 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001852 }
1853
hayeswang0de98f62013-08-16 16:09:35 +08001854submit:
hayeswange1a2ca92015-02-06 11:30:45 +08001855 if (!ret) {
1856 ret = r8152_submit_rx(tp, agg, GFP_ATOMIC);
1857 } else {
1858 urb->actual_length = 0;
1859 list_add_tail(&agg->list, next);
1860 }
1861 }
1862
1863 if (!list_empty(&rx_queue)) {
1864 spin_lock_irqsave(&tp->rx_lock, flags);
1865 list_splice_tail(&rx_queue, &tp->rx_done);
1866 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001867 }
hayeswangd823ab62015-01-12 12:06:23 +08001868
1869out1:
1870 return work_done;
hayeswangebc2ec482013-08-14 20:54:38 +08001871}
1872
1873static void tx_bottom(struct r8152 *tp)
1874{
hayeswangebc2ec482013-08-14 20:54:38 +08001875 int res;
1876
hayeswangb1379d92013-08-16 16:09:37 +08001877 do {
1878 struct tx_agg *agg;
hayeswangebc2ec482013-08-14 20:54:38 +08001879
hayeswangb1379d92013-08-16 16:09:37 +08001880 if (skb_queue_empty(&tp->tx_queue))
hayeswangebc2ec482013-08-14 20:54:38 +08001881 break;
1882
hayeswangb1379d92013-08-16 16:09:37 +08001883 agg = r8152_get_tx_agg(tp);
1884 if (!agg)
hayeswangebc2ec482013-08-14 20:54:38 +08001885 break;
hayeswangb1379d92013-08-16 16:09:37 +08001886
1887 res = r8152_tx_agg_fill(tp, agg);
1888 if (res) {
hayeswang05e0f1a2014-03-06 15:07:18 +08001889 struct net_device *netdev = tp->netdev;
hayeswangb1379d92013-08-16 16:09:37 +08001890
1891 if (res == -ENODEV) {
hayeswang67610492014-10-30 11:46:40 +08001892 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswangb1379d92013-08-16 16:09:37 +08001893 netif_device_detach(netdev);
1894 } else {
hayeswang05e0f1a2014-03-06 15:07:18 +08001895 struct net_device_stats *stats = &netdev->stats;
1896 unsigned long flags;
1897
hayeswangb1379d92013-08-16 16:09:37 +08001898 netif_warn(tp, tx_err, netdev,
1899 "failed tx_urb %d\n", res);
1900 stats->tx_dropped += agg->skb_num;
hayeswangdb8515e2014-03-06 15:07:16 +08001901
hayeswangb1379d92013-08-16 16:09:37 +08001902 spin_lock_irqsave(&tp->tx_lock, flags);
1903 list_add_tail(&agg->list, &tp->tx_free);
1904 spin_unlock_irqrestore(&tp->tx_lock, flags);
1905 }
hayeswangebc2ec482013-08-14 20:54:38 +08001906 }
hayeswangb1379d92013-08-16 16:09:37 +08001907 } while (res == 0);
hayeswangebc2ec482013-08-14 20:54:38 +08001908}
1909
hayeswangd823ab62015-01-12 12:06:23 +08001910static void bottom_half(struct r8152 *tp)
hayeswangebc2ec482013-08-14 20:54:38 +08001911{
hayeswangebc2ec482013-08-14 20:54:38 +08001912 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1913 return;
1914
1915 if (!test_bit(WORK_ENABLE, &tp->flags))
1916 return;
1917
hayeswang7559fb2f2013-08-16 16:09:38 +08001918 /* When link down, the driver would cancel all bulks. */
1919 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001920 if (!netif_carrier_ok(tp->netdev))
1921 return;
1922
hayeswangd823ab62015-01-12 12:06:23 +08001923 clear_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang9451a112014-11-12 10:05:04 +08001924
hayeswang0c3121f2014-03-07 11:04:36 +08001925 tx_bottom(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08001926}
1927
hayeswangd823ab62015-01-12 12:06:23 +08001928static int r8152_poll(struct napi_struct *napi, int budget)
1929{
1930 struct r8152 *tp = container_of(napi, struct r8152, napi);
1931 int work_done;
1932
1933 work_done = rx_bottom(tp, budget);
1934 bottom_half(tp);
1935
1936 if (work_done < budget) {
1937 napi_complete(napi);
1938 if (!list_empty(&tp->rx_done))
1939 napi_schedule(napi);
hayeswang248b2132017-01-26 09:38:33 +08001940 else if (!skb_queue_empty(&tp->tx_queue) &&
1941 !list_empty(&tp->tx_free))
1942 napi_schedule(napi);
hayeswangd823ab62015-01-12 12:06:23 +08001943 }
1944
1945 return work_done;
1946}
1947
hayeswangebc2ec482013-08-14 20:54:38 +08001948static
1949int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
1950{
hayeswanga0fccd42014-11-20 10:29:05 +08001951 int ret;
1952
hayeswangef827a52015-01-09 10:26:36 +08001953 /* The rx would be stopped, so skip submitting */
1954 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
1955 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
1956 return 0;
1957
hayeswangebc2ec482013-08-14 20:54:38 +08001958 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
hayeswang52aec122014-09-02 10:27:52 +08001959 agg->head, agg_buf_sz,
hayeswangb209af92014-08-25 15:53:00 +08001960 (usb_complete_t)read_bulk_callback, agg);
hayeswangebc2ec482013-08-14 20:54:38 +08001961
hayeswanga0fccd42014-11-20 10:29:05 +08001962 ret = usb_submit_urb(agg->urb, mem_flags);
1963 if (ret == -ENODEV) {
1964 set_bit(RTL8152_UNPLUG, &tp->flags);
1965 netif_device_detach(tp->netdev);
1966 } else if (ret) {
1967 struct urb *urb = agg->urb;
1968 unsigned long flags;
1969
1970 urb->actual_length = 0;
1971 spin_lock_irqsave(&tp->rx_lock, flags);
1972 list_add_tail(&agg->list, &tp->rx_done);
1973 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangd823ab62015-01-12 12:06:23 +08001974
1975 netif_err(tp, rx_err, tp->netdev,
1976 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
1977
1978 napi_schedule(&tp->napi);
hayeswanga0fccd42014-11-20 10:29:05 +08001979 }
1980
1981 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001982}
1983
hayeswang00a5e362014-02-18 21:48:59 +08001984static void rtl_drop_queued_tx(struct r8152 *tp)
1985{
1986 struct net_device_stats *stats = &tp->netdev->stats;
hayeswangd84130a2014-02-18 21:49:02 +08001987 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang00a5e362014-02-18 21:48:59 +08001988 struct sk_buff *skb;
1989
hayeswangd84130a2014-02-18 21:49:02 +08001990 if (skb_queue_empty(tx_queue))
1991 return;
1992
1993 __skb_queue_head_init(&skb_head);
hayeswang2685d412014-03-07 11:04:34 +08001994 spin_lock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001995 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang2685d412014-03-07 11:04:34 +08001996 spin_unlock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001997
1998 while ((skb = __skb_dequeue(&skb_head))) {
hayeswang00a5e362014-02-18 21:48:59 +08001999 dev_kfree_skb(skb);
2000 stats->tx_dropped++;
2001 }
2002}
2003
hayeswangac718b62013-05-02 16:01:25 +00002004static void rtl8152_tx_timeout(struct net_device *netdev)
2005{
2006 struct r8152 *tp = netdev_priv(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08002007
Hayes Wang4a8deae2014-01-07 11:18:22 +08002008 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
hayeswang37608f32015-07-29 20:39:09 +08002009
2010 usb_queue_reset_device(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00002011}
2012
2013static void rtl8152_set_rx_mode(struct net_device *netdev)
2014{
2015 struct r8152 *tp = netdev_priv(netdev);
2016
hayeswang51d979f2015-02-06 11:30:47 +08002017 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00002018 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08002019 schedule_delayed_work(&tp->schedule, 0);
2020 }
hayeswangac718b62013-05-02 16:01:25 +00002021}
2022
2023static void _rtl8152_set_rx_mode(struct net_device *netdev)
2024{
2025 struct r8152 *tp = netdev_priv(netdev);
hayeswang31787f52013-07-31 17:21:25 +08002026 u32 mc_filter[2]; /* Multicast hash filter */
2027 __le32 tmp[2];
hayeswangac718b62013-05-02 16:01:25 +00002028 u32 ocp_data;
2029
hayeswangac718b62013-05-02 16:01:25 +00002030 netif_stop_queue(netdev);
2031 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2032 ocp_data &= ~RCR_ACPT_ALL;
2033 ocp_data |= RCR_AB | RCR_APM;
2034
2035 if (netdev->flags & IFF_PROMISC) {
2036 /* Unconditionally log net taps. */
2037 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
2038 ocp_data |= RCR_AM | RCR_AAP;
hayeswangb209af92014-08-25 15:53:00 +08002039 mc_filter[1] = 0xffffffff;
2040 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002041 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
2042 (netdev->flags & IFF_ALLMULTI)) {
2043 /* Too many to filter perfectly -- accept all multicasts. */
2044 ocp_data |= RCR_AM;
hayeswangb209af92014-08-25 15:53:00 +08002045 mc_filter[1] = 0xffffffff;
2046 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00002047 } else {
2048 struct netdev_hw_addr *ha;
2049
hayeswangb209af92014-08-25 15:53:00 +08002050 mc_filter[1] = 0;
2051 mc_filter[0] = 0;
hayeswangac718b62013-05-02 16:01:25 +00002052 netdev_for_each_mc_addr(ha, netdev) {
2053 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
hayeswangb209af92014-08-25 15:53:00 +08002054
hayeswangac718b62013-05-02 16:01:25 +00002055 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
2056 ocp_data |= RCR_AM;
2057 }
2058 }
2059
hayeswang31787f52013-07-31 17:21:25 +08002060 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
2061 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
hayeswangac718b62013-05-02 16:01:25 +00002062
hayeswang31787f52013-07-31 17:21:25 +08002063 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
hayeswangac718b62013-05-02 16:01:25 +00002064 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2065 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002066}
2067
hayeswanga5e31252015-01-06 17:41:58 +08002068static netdev_features_t
2069rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
2070 netdev_features_t features)
2071{
2072 u32 mss = skb_shinfo(skb)->gso_size;
2073 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
2074 int offset = skb_transport_offset(skb);
2075
2076 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
Tom Herberta1882222015-12-14 11:19:43 -08002077 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
hayeswanga5e31252015-01-06 17:41:58 +08002078 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
2079 features &= ~NETIF_F_GSO_MASK;
2080
2081 return features;
2082}
2083
hayeswangac718b62013-05-02 16:01:25 +00002084static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
hayeswangb209af92014-08-25 15:53:00 +08002085 struct net_device *netdev)
hayeswangac718b62013-05-02 16:01:25 +00002086{
2087 struct r8152 *tp = netdev_priv(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002088
hayeswangac718b62013-05-02 16:01:25 +00002089 skb_tx_timestamp(skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002090
hayeswang61598782013-11-20 17:30:55 +08002091 skb_queue_tail(&tp->tx_queue, skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002092
hayeswang0c3121f2014-03-07 11:04:36 +08002093 if (!list_empty(&tp->tx_free)) {
2094 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangd823ab62015-01-12 12:06:23 +08002095 set_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang0c3121f2014-03-07 11:04:36 +08002096 schedule_delayed_work(&tp->schedule, 0);
2097 } else {
2098 usb_mark_last_busy(tp->udev);
hayeswangd823ab62015-01-12 12:06:23 +08002099 napi_schedule(&tp->napi);
hayeswang0c3121f2014-03-07 11:04:36 +08002100 }
hayeswangb209af92014-08-25 15:53:00 +08002101 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
hayeswangdd1b1192013-11-20 17:30:56 +08002102 netif_stop_queue(netdev);
hayeswangb209af92014-08-25 15:53:00 +08002103 }
hayeswangdd1b1192013-11-20 17:30:56 +08002104
hayeswangac718b62013-05-02 16:01:25 +00002105 return NETDEV_TX_OK;
2106}
2107
2108static void r8152b_reset_packet_filter(struct r8152 *tp)
2109{
2110 u32 ocp_data;
2111
2112 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
2113 ocp_data &= ~FMC_FCR_MCU_EN;
2114 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2115 ocp_data |= FMC_FCR_MCU_EN;
2116 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2117}
2118
2119static void rtl8152_nic_reset(struct r8152 *tp)
2120{
2121 int i;
2122
2123 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2124
2125 for (i = 0; i < 1000; i++) {
2126 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2127 break;
hayeswangb209af92014-08-25 15:53:00 +08002128 usleep_range(100, 400);
hayeswangac718b62013-05-02 16:01:25 +00002129 }
2130}
2131
hayeswangdd1b1192013-11-20 17:30:56 +08002132static void set_tx_qlen(struct r8152 *tp)
2133{
2134 struct net_device *netdev = tp->netdev;
2135
hayeswang52aec122014-09-02 10:27:52 +08002136 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN +
2137 sizeof(struct tx_desc));
hayeswangdd1b1192013-11-20 17:30:56 +08002138}
2139
hayeswangac718b62013-05-02 16:01:25 +00002140static inline u8 rtl8152_get_speed(struct r8152 *tp)
2141{
2142 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2143}
2144
hayeswang507605a2014-01-02 11:22:43 +08002145static void rtl_set_eee_plus(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002146{
hayeswangebc2ec482013-08-14 20:54:38 +08002147 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002148 u8 speed;
2149
2150 speed = rtl8152_get_speed(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002151 if (speed & _10bps) {
hayeswangac718b62013-05-02 16:01:25 +00002152 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002153 ocp_data |= EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002154 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2155 } else {
2156 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002157 ocp_data &= ~EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002158 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2159 }
hayeswang507605a2014-01-02 11:22:43 +08002160}
2161
hayeswang00a5e362014-02-18 21:48:59 +08002162static void rxdy_gated_en(struct r8152 *tp, bool enable)
2163{
2164 u32 ocp_data;
2165
2166 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2167 if (enable)
2168 ocp_data |= RXDY_GATED_EN;
2169 else
2170 ocp_data &= ~RXDY_GATED_EN;
2171 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2172}
2173
hayeswang445f7f42014-09-23 16:31:47 +08002174static int rtl_start_rx(struct r8152 *tp)
2175{
2176 int i, ret = 0;
2177
2178 INIT_LIST_HEAD(&tp->rx_done);
2179 for (i = 0; i < RTL8152_MAX_RX; i++) {
2180 INIT_LIST_HEAD(&tp->rx_info[i].list);
2181 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2182 if (ret)
2183 break;
2184 }
2185
hayeswang7bcf4f62014-11-20 10:29:06 +08002186 if (ret && ++i < RTL8152_MAX_RX) {
2187 struct list_head rx_queue;
2188 unsigned long flags;
2189
2190 INIT_LIST_HEAD(&rx_queue);
2191
2192 do {
2193 struct rx_agg *agg = &tp->rx_info[i++];
2194 struct urb *urb = agg->urb;
2195
2196 urb->actual_length = 0;
2197 list_add_tail(&agg->list, &rx_queue);
2198 } while (i < RTL8152_MAX_RX);
2199
2200 spin_lock_irqsave(&tp->rx_lock, flags);
2201 list_splice_tail(&rx_queue, &tp->rx_done);
2202 spin_unlock_irqrestore(&tp->rx_lock, flags);
2203 }
2204
hayeswang445f7f42014-09-23 16:31:47 +08002205 return ret;
2206}
2207
2208static int rtl_stop_rx(struct r8152 *tp)
2209{
2210 int i;
2211
2212 for (i = 0; i < RTL8152_MAX_RX; i++)
2213 usb_kill_urb(tp->rx_info[i].urb);
2214
hayeswangd823ab62015-01-12 12:06:23 +08002215 while (!skb_queue_empty(&tp->rx_queue))
2216 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2217
hayeswang445f7f42014-09-23 16:31:47 +08002218 return 0;
2219}
2220
hayeswang507605a2014-01-02 11:22:43 +08002221static int rtl_enable(struct r8152 *tp)
2222{
2223 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002224
2225 r8152b_reset_packet_filter(tp);
2226
2227 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2228 ocp_data |= CR_RE | CR_TE;
2229 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2230
hayeswang00a5e362014-02-18 21:48:59 +08002231 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002232
hayeswangaa2e0922015-01-09 10:26:35 +08002233 return 0;
hayeswangac718b62013-05-02 16:01:25 +00002234}
2235
hayeswang507605a2014-01-02 11:22:43 +08002236static int rtl8152_enable(struct r8152 *tp)
2237{
hayeswang68714382014-04-11 17:54:31 +08002238 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2239 return -ENODEV;
2240
hayeswang507605a2014-01-02 11:22:43 +08002241 set_tx_qlen(tp);
2242 rtl_set_eee_plus(tp);
2243
2244 return rtl_enable(tp);
2245}
2246
hayeswang464ec102015-02-12 14:33:46 +08002247static void r8153_set_rx_early_timeout(struct r8152 *tp)
hayeswang43779f82014-01-02 11:25:10 +08002248{
hayeswang464ec102015-02-12 14:33:46 +08002249 u32 ocp_data = tp->coalesce / 8;
hayeswang43779f82014-01-02 11:25:10 +08002250
hayeswang464ec102015-02-12 14:33:46 +08002251 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT, ocp_data);
2252}
2253
2254static void r8153_set_rx_early_size(struct r8152 *tp)
2255{
2256 u32 mtu = tp->netdev->mtu;
hayeswanga59e6d82016-06-16 10:55:19 +08002257 u32 ocp_data = (agg_buf_sz - mtu - VLAN_ETH_HLEN - VLAN_HLEN) / 8;
hayeswang464ec102015-02-12 14:33:46 +08002258
2259 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08002260}
2261
2262static int rtl8153_enable(struct r8152 *tp)
2263{
hayeswang68714382014-04-11 17:54:31 +08002264 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2265 return -ENODEV;
2266
hayeswangb2143962015-07-24 13:54:23 +08002267 usb_disable_lpm(tp->udev);
hayeswang43779f82014-01-02 11:25:10 +08002268 set_tx_qlen(tp);
2269 rtl_set_eee_plus(tp);
hayeswang464ec102015-02-12 14:33:46 +08002270 r8153_set_rx_early_timeout(tp);
2271 r8153_set_rx_early_size(tp);
hayeswang43779f82014-01-02 11:25:10 +08002272
2273 return rtl_enable(tp);
2274}
2275
hayeswangd70b1132014-09-19 15:17:18 +08002276static void rtl_disable(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002277{
hayeswangebc2ec482013-08-14 20:54:38 +08002278 u32 ocp_data;
2279 int i;
hayeswangac718b62013-05-02 16:01:25 +00002280
hayeswang68714382014-04-11 17:54:31 +08002281 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2282 rtl_drop_queued_tx(tp);
2283 return;
2284 }
2285
hayeswangac718b62013-05-02 16:01:25 +00002286 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2287 ocp_data &= ~RCR_ACPT_ALL;
2288 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2289
hayeswang00a5e362014-02-18 21:48:59 +08002290 rtl_drop_queued_tx(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002291
2292 for (i = 0; i < RTL8152_MAX_TX; i++)
2293 usb_kill_urb(tp->tx_info[i].urb);
hayeswangac718b62013-05-02 16:01:25 +00002294
hayeswang00a5e362014-02-18 21:48:59 +08002295 rxdy_gated_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002296
2297 for (i = 0; i < 1000; i++) {
2298 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2299 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2300 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002301 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002302 }
2303
2304 for (i = 0; i < 1000; i++) {
2305 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2306 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002307 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002308 }
2309
hayeswang445f7f42014-09-23 16:31:47 +08002310 rtl_stop_rx(tp);
hayeswangac718b62013-05-02 16:01:25 +00002311
2312 rtl8152_nic_reset(tp);
2313}
2314
hayeswang00a5e362014-02-18 21:48:59 +08002315static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2316{
2317 u32 ocp_data;
2318
2319 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2320 if (enable)
2321 ocp_data |= POWER_CUT;
2322 else
2323 ocp_data &= ~POWER_CUT;
2324 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2325
2326 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2327 ocp_data &= ~RESUME_INDICATE;
2328 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
hayeswang00a5e362014-02-18 21:48:59 +08002329}
2330
hayeswangc5554292014-09-12 10:43:11 +08002331static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2332{
2333 u32 ocp_data;
2334
2335 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2336 if (enable)
2337 ocp_data |= CPCR_RX_VLAN;
2338 else
2339 ocp_data &= ~CPCR_RX_VLAN;
2340 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2341}
2342
2343static int rtl8152_set_features(struct net_device *dev,
2344 netdev_features_t features)
2345{
2346 netdev_features_t changed = features ^ dev->features;
2347 struct r8152 *tp = netdev_priv(dev);
hayeswang405f8a02014-10-09 18:00:24 +08002348 int ret;
2349
2350 ret = usb_autopm_get_interface(tp->intf);
2351 if (ret < 0)
2352 goto out;
hayeswangc5554292014-09-12 10:43:11 +08002353
hayeswangb5403272014-10-09 18:00:26 +08002354 mutex_lock(&tp->control);
2355
hayeswangc5554292014-09-12 10:43:11 +08002356 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2357 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2358 rtl_rx_vlan_en(tp, true);
2359 else
2360 rtl_rx_vlan_en(tp, false);
2361 }
2362
hayeswangb5403272014-10-09 18:00:26 +08002363 mutex_unlock(&tp->control);
2364
hayeswang405f8a02014-10-09 18:00:24 +08002365 usb_autopm_put_interface(tp->intf);
2366
2367out:
2368 return ret;
hayeswangc5554292014-09-12 10:43:11 +08002369}
2370
hayeswang21ff2e82014-02-18 21:49:06 +08002371#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2372
2373static u32 __rtl_get_wol(struct r8152 *tp)
2374{
2375 u32 ocp_data;
2376 u32 wolopts = 0;
2377
hayeswang21ff2e82014-02-18 21:49:06 +08002378 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2379 if (ocp_data & LINK_ON_WAKE_EN)
2380 wolopts |= WAKE_PHY;
2381
2382 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2383 if (ocp_data & UWF_EN)
2384 wolopts |= WAKE_UCAST;
2385 if (ocp_data & BWF_EN)
2386 wolopts |= WAKE_BCAST;
2387 if (ocp_data & MWF_EN)
2388 wolopts |= WAKE_MCAST;
2389
2390 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2391 if (ocp_data & MAGIC_EN)
2392 wolopts |= WAKE_MAGIC;
2393
2394 return wolopts;
2395}
2396
2397static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2398{
2399 u32 ocp_data;
2400
2401 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2402
2403 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2404 ocp_data &= ~LINK_ON_WAKE_EN;
2405 if (wolopts & WAKE_PHY)
2406 ocp_data |= LINK_ON_WAKE_EN;
2407 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2408
2409 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
hayeswang92f7d072016-07-06 17:35:59 +08002410 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN);
hayeswang21ff2e82014-02-18 21:49:06 +08002411 if (wolopts & WAKE_UCAST)
2412 ocp_data |= UWF_EN;
2413 if (wolopts & WAKE_BCAST)
2414 ocp_data |= BWF_EN;
2415 if (wolopts & WAKE_MCAST)
2416 ocp_data |= MWF_EN;
hayeswang21ff2e82014-02-18 21:49:06 +08002417 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2418
2419 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2420
2421 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2422 ocp_data &= ~MAGIC_EN;
2423 if (wolopts & WAKE_MAGIC)
2424 ocp_data |= MAGIC_EN;
2425 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2426
2427 if (wolopts & WAKE_ANY)
2428 device_set_wakeup_enable(&tp->udev->dev, true);
2429 else
2430 device_set_wakeup_enable(&tp->udev->dev, false);
2431}
2432
hayeswangb2143962015-07-24 13:54:23 +08002433static void r8153_u1u2en(struct r8152 *tp, bool enable)
2434{
2435 u8 u1u2[8];
2436
2437 if (enable)
2438 memset(u1u2, 0xff, sizeof(u1u2));
2439 else
2440 memset(u1u2, 0x00, sizeof(u1u2));
2441
2442 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2443}
2444
2445static void r8153_u2p3en(struct r8152 *tp, bool enable)
2446{
2447 u32 ocp_data;
2448
2449 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
2450 if (enable && tp->version != RTL_VER_03 && tp->version != RTL_VER_04)
2451 ocp_data |= U2P3_ENABLE;
2452 else
2453 ocp_data &= ~U2P3_ENABLE;
2454 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2455}
2456
2457static void r8153_power_cut_en(struct r8152 *tp, bool enable)
2458{
2459 u32 ocp_data;
2460
2461 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2462 if (enable)
2463 ocp_data |= PWR_EN | PHASE2_EN;
2464 else
2465 ocp_data &= ~(PWR_EN | PHASE2_EN);
2466 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2467
2468 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2469 ocp_data &= ~PCUT_STATUS;
2470 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2471}
2472
hayeswang7daed8d2015-07-24 13:54:24 +08002473static bool rtl_can_wakeup(struct r8152 *tp)
2474{
2475 struct usb_device *udev = tp->udev;
2476
2477 return (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP);
2478}
2479
hayeswang9a4be1b2014-02-18 21:49:07 +08002480static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2481{
2482 if (enable) {
2483 u32 ocp_data;
2484
2485 __rtl_set_wol(tp, WAKE_ANY);
2486
2487 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2488
2489 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2490 ocp_data |= LINK_OFF_WAKE_EN;
2491 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2492
2493 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2494 } else {
hayeswangf95ae8a2016-06-30 15:33:35 +08002495 u32 ocp_data;
2496
hayeswang9a4be1b2014-02-18 21:49:07 +08002497 __rtl_set_wol(tp, tp->saved_wolopts);
hayeswangf95ae8a2016-06-30 15:33:35 +08002498
2499 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2500
2501 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2502 ocp_data &= ~LINK_OFF_WAKE_EN;
2503 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2504
2505 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
hayeswang2609af12016-07-05 16:11:46 +08002506 }
2507}
hayeswangf95ae8a2016-06-30 15:33:35 +08002508
hayeswang2609af12016-07-05 16:11:46 +08002509static void rtl8153_runtime_enable(struct r8152 *tp, bool enable)
2510{
2511 rtl_runtime_suspend_enable(tp, enable);
2512
2513 if (enable) {
2514 r8153_u1u2en(tp, false);
2515 r8153_u2p3en(tp, false);
2516 } else {
hayeswangb2143962015-07-24 13:54:23 +08002517 r8153_u2p3en(tp, true);
2518 r8153_u1u2en(tp, true);
hayeswang9a4be1b2014-02-18 21:49:07 +08002519 }
2520}
2521
hayeswang43499682014-02-18 21:48:58 +08002522static void r8153_teredo_off(struct r8152 *tp)
2523{
2524 u32 ocp_data;
2525
2526 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2527 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK | OOB_TEREDO_EN);
2528 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2529
2530 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2531 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2532 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2533}
2534
hayeswang93fe9b12016-06-16 10:55:18 +08002535static void rtl_reset_bmu(struct r8152 *tp)
2536{
2537 u32 ocp_data;
2538
2539 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_BMU_RESET);
2540 ocp_data &= ~(BMU_RESET_EP_IN | BMU_RESET_EP_OUT);
2541 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2542 ocp_data |= BMU_RESET_EP_IN | BMU_RESET_EP_OUT;
2543 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2544}
2545
hayeswangcda9fb02016-01-07 17:51:12 +08002546static void r8152_aldps_en(struct r8152 *tp, bool enable)
hayeswang43499682014-02-18 21:48:58 +08002547{
hayeswangcda9fb02016-01-07 17:51:12 +08002548 if (enable) {
2549 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2550 LINKENA | DIS_SDSAVE);
2551 } else {
2552 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA |
2553 DIS_SDSAVE);
2554 msleep(20);
2555 }
hayeswang43499682014-02-18 21:48:58 +08002556}
2557
hayeswange6449532016-09-20 16:22:05 +08002558static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
2559{
2560 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
2561 ocp_reg_write(tp, OCP_EEE_DATA, reg);
2562 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
2563}
2564
2565static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
2566{
2567 u16 data;
2568
2569 r8152_mmd_indirect(tp, dev, reg);
2570 data = ocp_reg_read(tp, OCP_EEE_DATA);
2571 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2572
2573 return data;
2574}
2575
2576static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
2577{
2578 r8152_mmd_indirect(tp, dev, reg);
2579 ocp_reg_write(tp, OCP_EEE_DATA, data);
2580 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2581}
2582
2583static void r8152_eee_en(struct r8152 *tp, bool enable)
2584{
2585 u16 config1, config2, config3;
2586 u32 ocp_data;
2587
2588 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2589 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
2590 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
2591 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
2592
2593 if (enable) {
2594 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2595 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
2596 config1 |= sd_rise_time(1);
2597 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
2598 config3 |= fast_snr(42);
2599 } else {
2600 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2601 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
2602 RX_QUIET_EN);
2603 config1 |= sd_rise_time(7);
2604 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
2605 config3 |= fast_snr(511);
2606 }
2607
2608 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2609 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
2610 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
2611 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
2612}
2613
2614static void r8152b_enable_eee(struct r8152 *tp)
2615{
2616 r8152_eee_en(tp, true);
2617 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
2618}
2619
2620static void r8152b_enable_fc(struct r8152 *tp)
2621{
2622 u16 anar;
2623
2624 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2625 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
2626 r8152_mdio_write(tp, MII_ADVERTISE, anar);
2627}
2628
hayeswangd70b1132014-09-19 15:17:18 +08002629static void rtl8152_disable(struct r8152 *tp)
2630{
hayeswangcda9fb02016-01-07 17:51:12 +08002631 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002632 rtl_disable(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002633 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08002634}
2635
hayeswang43499682014-02-18 21:48:58 +08002636static void r8152b_hw_phy_cfg(struct r8152 *tp)
2637{
hayeswangef39df82016-09-20 16:22:07 +08002638 r8152b_enable_eee(tp);
2639 r8152_aldps_en(tp, true);
2640 r8152b_enable_fc(tp);
hayeswangf0cbe0a2014-02-18 21:49:03 +08002641
hayeswangaa66a5f2014-02-18 21:49:04 +08002642 set_bit(PHY_RESET, &tp->flags);
hayeswang43499682014-02-18 21:48:58 +08002643}
2644
hayeswangac718b62013-05-02 16:01:25 +00002645static void r8152b_exit_oob(struct r8152 *tp)
2646{
hayeswangdb8515e2014-03-06 15:07:16 +08002647 u32 ocp_data;
2648 int i;
hayeswangac718b62013-05-02 16:01:25 +00002649
2650 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2651 ocp_data &= ~RCR_ACPT_ALL;
2652 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2653
hayeswang00a5e362014-02-18 21:48:59 +08002654 rxdy_gated_en(tp, true);
hayeswangda9bd112014-02-18 21:49:08 +08002655 r8153_teredo_off(tp);
hayeswangac718b62013-05-02 16:01:25 +00002656 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2657 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
2658
2659 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2660 ocp_data &= ~NOW_IS_OOB;
2661 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2662
2663 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2664 ocp_data &= ~MCU_BORW_EN;
2665 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2666
2667 for (i = 0; i < 1000; i++) {
2668 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2669 if (ocp_data & LINK_LIST_READY)
2670 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002671 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002672 }
2673
2674 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2675 ocp_data |= RE_INIT_LL;
2676 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2677
2678 for (i = 0; i < 1000; i++) {
2679 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2680 if (ocp_data & LINK_LIST_READY)
2681 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002682 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002683 }
2684
2685 rtl8152_nic_reset(tp);
2686
2687 /* rx share fifo credit full threshold */
2688 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2689
hayeswanga3cc4652014-07-24 16:37:43 +08002690 if (tp->udev->speed == USB_SPEED_FULL ||
2691 tp->udev->speed == USB_SPEED_LOW) {
hayeswangac718b62013-05-02 16:01:25 +00002692 /* rx share fifo credit near full threshold */
2693 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2694 RXFIFO_THR2_FULL);
2695 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2696 RXFIFO_THR3_FULL);
2697 } else {
2698 /* rx share fifo credit near full threshold */
2699 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2700 RXFIFO_THR2_HIGH);
2701 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2702 RXFIFO_THR3_HIGH);
2703 }
2704
2705 /* TX share fifo free credit full threshold */
2706 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
2707
2708 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
hayeswang8e1f51b2014-01-02 11:22:41 +08002709 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
hayeswangac718b62013-05-02 16:01:25 +00002710 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
2711 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
2712
hayeswangc5554292014-09-12 10:43:11 +08002713 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswangac718b62013-05-02 16:01:25 +00002714
2715 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2716
2717 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2718 ocp_data |= TCR0_AUTO_FIFO;
2719 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2720}
2721
2722static void r8152b_enter_oob(struct r8152 *tp)
2723{
hayeswang45f4a192014-01-06 17:08:41 +08002724 u32 ocp_data;
2725 int i;
hayeswangac718b62013-05-02 16:01:25 +00002726
2727 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2728 ocp_data &= ~NOW_IS_OOB;
2729 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2730
2731 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
2732 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
2733 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
2734
hayeswangd70b1132014-09-19 15:17:18 +08002735 rtl_disable(tp);
hayeswangac718b62013-05-02 16:01:25 +00002736
2737 for (i = 0; i < 1000; i++) {
2738 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2739 if (ocp_data & LINK_LIST_READY)
2740 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002741 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002742 }
2743
2744 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2745 ocp_data |= RE_INIT_LL;
2746 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2747
2748 for (i = 0; i < 1000; i++) {
2749 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2750 if (ocp_data & LINK_LIST_READY)
2751 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002752 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002753 }
2754
2755 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2756
hayeswangc5554292014-09-12 10:43:11 +08002757 rtl_rx_vlan_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002758
2759 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2760 ocp_data |= ALDPS_PROXY_MODE;
2761 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2762
2763 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2764 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2765 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2766
hayeswang00a5e362014-02-18 21:48:59 +08002767 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002768
2769 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2770 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2771 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2772}
2773
hayeswange6449532016-09-20 16:22:05 +08002774static void r8153_aldps_en(struct r8152 *tp, bool enable)
2775{
2776 u16 data;
2777
2778 data = ocp_reg_read(tp, OCP_POWER_CFG);
2779 if (enable) {
2780 data |= EN_ALDPS;
2781 ocp_reg_write(tp, OCP_POWER_CFG, data);
2782 } else {
2783 data &= ~EN_ALDPS;
2784 ocp_reg_write(tp, OCP_POWER_CFG, data);
2785 msleep(20);
2786 }
2787}
2788
2789static void r8153_eee_en(struct r8152 *tp, bool enable)
2790{
2791 u32 ocp_data;
2792 u16 config;
2793
2794 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2795 config = ocp_reg_read(tp, OCP_EEE_CFG);
2796
2797 if (enable) {
2798 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2799 config |= EEE10_EN;
2800 } else {
2801 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2802 config &= ~EEE10_EN;
2803 }
2804
2805 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2806 ocp_reg_write(tp, OCP_EEE_CFG, config);
2807}
2808
hayeswang43779f82014-01-02 11:25:10 +08002809static void r8153_hw_phy_cfg(struct r8152 *tp)
2810{
2811 u32 ocp_data;
2812 u16 data;
2813
hayeswangd768c612016-09-20 16:22:09 +08002814 /* disable ALDPS before updating the PHY parameters */
2815 r8153_aldps_en(tp, false);
hayeswangfb02eb42015-07-22 15:27:41 +08002816
hayeswangd768c612016-09-20 16:22:09 +08002817 /* disable EEE before updating the PHY parameters */
2818 r8153_eee_en(tp, false);
2819 ocp_reg_write(tp, OCP_EEE_ADV, 0);
hayeswang43779f82014-01-02 11:25:10 +08002820
2821 if (tp->version == RTL_VER_03) {
2822 data = ocp_reg_read(tp, OCP_EEE_CFG);
2823 data &= ~CTAP_SHORT_EN;
2824 ocp_reg_write(tp, OCP_EEE_CFG, data);
2825 }
2826
2827 data = ocp_reg_read(tp, OCP_POWER_CFG);
2828 data |= EEE_CLKDIV_EN;
2829 ocp_reg_write(tp, OCP_POWER_CFG, data);
2830
2831 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
2832 data |= EN_10M_BGOFF;
2833 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
2834 data = ocp_reg_read(tp, OCP_POWER_CFG);
2835 data |= EN_10M_PLLOFF;
2836 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswangb4d99de2015-01-19 17:02:46 +08002837 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
hayeswang43779f82014-01-02 11:25:10 +08002838
2839 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
2840 ocp_data |= PFM_PWM_SWITCH;
2841 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
2842
hayeswangb4d99de2015-01-19 17:02:46 +08002843 /* Enable LPF corner auto tune */
2844 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
hayeswang43779f82014-01-02 11:25:10 +08002845
hayeswangb4d99de2015-01-19 17:02:46 +08002846 /* Adjust 10M Amplitude */
2847 sram_write(tp, SRAM_10M_AMP1, 0x00af);
2848 sram_write(tp, SRAM_10M_AMP2, 0x0208);
hayeswangaa66a5f2014-02-18 21:49:04 +08002849
hayeswangaf0287e2016-09-20 16:22:08 +08002850 r8153_eee_en(tp, true);
2851 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
2852
hayeswangef39df82016-09-20 16:22:07 +08002853 r8153_aldps_en(tp, true);
2854 r8152b_enable_fc(tp);
2855
hayeswangaa66a5f2014-02-18 21:49:04 +08002856 set_bit(PHY_RESET, &tp->flags);
hayeswang43779f82014-01-02 11:25:10 +08002857}
2858
hayeswang43779f82014-01-02 11:25:10 +08002859static void r8153_first_init(struct r8152 *tp)
2860{
2861 u32 ocp_data;
2862 int i;
2863
hayeswang00a5e362014-02-18 21:48:59 +08002864 rxdy_gated_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002865 r8153_teredo_off(tp);
2866
2867 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2868 ocp_data &= ~RCR_ACPT_ALL;
2869 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2870
hayeswang43779f82014-01-02 11:25:10 +08002871 rtl8152_nic_reset(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002872 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002873
2874 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2875 ocp_data &= ~NOW_IS_OOB;
2876 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2877
2878 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2879 ocp_data &= ~MCU_BORW_EN;
2880 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2881
2882 for (i = 0; i < 1000; i++) {
2883 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2884 if (ocp_data & LINK_LIST_READY)
2885 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002886 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002887 }
2888
2889 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2890 ocp_data |= RE_INIT_LL;
2891 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2892
2893 for (i = 0; i < 1000; i++) {
2894 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2895 if (ocp_data & LINK_LIST_READY)
2896 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002897 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002898 }
2899
hayeswangc5554292014-09-12 10:43:11 +08002900 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswang43779f82014-01-02 11:25:10 +08002901
hayeswang69b4b7a2014-07-10 10:58:54 +08002902 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8153_RMS);
2903 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
hayeswang43779f82014-01-02 11:25:10 +08002904
2905 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2906 ocp_data |= TCR0_AUTO_FIFO;
2907 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2908
2909 rtl8152_nic_reset(tp);
2910
2911 /* rx share fifo credit full threshold */
2912 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2913 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
2914 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
2915 /* TX share fifo free credit full threshold */
2916 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
2917
hayeswang9629e3c2014-01-15 10:42:15 +08002918 /* rx aggregation */
hayeswang43779f82014-01-02 11:25:10 +08002919 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08002920 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswang43779f82014-01-02 11:25:10 +08002921 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
2922}
2923
2924static void r8153_enter_oob(struct r8152 *tp)
2925{
2926 u32 ocp_data;
2927 int i;
2928
2929 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2930 ocp_data &= ~NOW_IS_OOB;
2931 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2932
hayeswangd70b1132014-09-19 15:17:18 +08002933 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002934 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002935
2936 for (i = 0; i < 1000; i++) {
2937 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2938 if (ocp_data & LINK_LIST_READY)
2939 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002940 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002941 }
2942
2943 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2944 ocp_data |= RE_INIT_LL;
2945 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2946
2947 for (i = 0; i < 1000; i++) {
2948 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2949 if (ocp_data & LINK_LIST_READY)
2950 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002951 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002952 }
2953
hayeswang69b4b7a2014-07-10 10:58:54 +08002954 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8153_RMS);
hayeswang43779f82014-01-02 11:25:10 +08002955
hayeswang43779f82014-01-02 11:25:10 +08002956 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2957 ocp_data &= ~TEREDO_WAKE_MASK;
2958 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2959
hayeswangc5554292014-09-12 10:43:11 +08002960 rtl_rx_vlan_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002961
2962 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2963 ocp_data |= ALDPS_PROXY_MODE;
2964 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2965
2966 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2967 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2968 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2969
hayeswang00a5e362014-02-18 21:48:59 +08002970 rxdy_gated_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08002971
2972 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2973 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2974 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2975}
2976
hayeswangd70b1132014-09-19 15:17:18 +08002977static void rtl8153_disable(struct r8152 *tp)
2978{
hayeswangcda9fb02016-01-07 17:51:12 +08002979 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002980 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002981 rtl_reset_bmu(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002982 r8153_aldps_en(tp, true);
hayeswangb2143962015-07-24 13:54:23 +08002983 usb_enable_lpm(tp->udev);
hayeswangd70b1132014-09-19 15:17:18 +08002984}
2985
hayeswangac718b62013-05-02 16:01:25 +00002986static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
2987{
hayeswang43779f82014-01-02 11:25:10 +08002988 u16 bmcr, anar, gbcr;
hayeswangac718b62013-05-02 16:01:25 +00002989 int ret = 0;
2990
hayeswangac718b62013-05-02 16:01:25 +00002991 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2992 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
2993 ADVERTISE_100HALF | ADVERTISE_100FULL);
hayeswang43779f82014-01-02 11:25:10 +08002994 if (tp->mii.supports_gmii) {
2995 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
2996 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
2997 } else {
2998 gbcr = 0;
2999 }
hayeswangac718b62013-05-02 16:01:25 +00003000
3001 if (autoneg == AUTONEG_DISABLE) {
3002 if (speed == SPEED_10) {
3003 bmcr = 0;
3004 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3005 } else if (speed == SPEED_100) {
3006 bmcr = BMCR_SPEED100;
3007 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
hayeswang43779f82014-01-02 11:25:10 +08003008 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3009 bmcr = BMCR_SPEED1000;
3010 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
hayeswangac718b62013-05-02 16:01:25 +00003011 } else {
3012 ret = -EINVAL;
3013 goto out;
3014 }
3015
3016 if (duplex == DUPLEX_FULL)
3017 bmcr |= BMCR_FULLDPLX;
3018 } else {
3019 if (speed == SPEED_10) {
3020 if (duplex == DUPLEX_FULL)
3021 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3022 else
3023 anar |= ADVERTISE_10HALF;
3024 } else if (speed == SPEED_100) {
3025 if (duplex == DUPLEX_FULL) {
3026 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3027 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3028 } else {
3029 anar |= ADVERTISE_10HALF;
3030 anar |= ADVERTISE_100HALF;
3031 }
hayeswang43779f82014-01-02 11:25:10 +08003032 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3033 if (duplex == DUPLEX_FULL) {
3034 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3035 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3036 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
3037 } else {
3038 anar |= ADVERTISE_10HALF;
3039 anar |= ADVERTISE_100HALF;
3040 gbcr |= ADVERTISE_1000HALF;
3041 }
hayeswangac718b62013-05-02 16:01:25 +00003042 } else {
3043 ret = -EINVAL;
3044 goto out;
3045 }
3046
3047 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
3048 }
3049
hayeswangfae56172016-06-16 14:08:29 +08003050 if (test_and_clear_bit(PHY_RESET, &tp->flags))
hayeswangaa66a5f2014-02-18 21:49:04 +08003051 bmcr |= BMCR_RESET;
3052
hayeswang43779f82014-01-02 11:25:10 +08003053 if (tp->mii.supports_gmii)
3054 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
3055
hayeswangac718b62013-05-02 16:01:25 +00003056 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3057 r8152_mdio_write(tp, MII_BMCR, bmcr);
3058
hayeswangfae56172016-06-16 14:08:29 +08003059 if (bmcr & BMCR_RESET) {
hayeswangaa66a5f2014-02-18 21:49:04 +08003060 int i;
3061
hayeswangaa66a5f2014-02-18 21:49:04 +08003062 for (i = 0; i < 50; i++) {
3063 msleep(20);
3064 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
3065 break;
3066 }
3067 }
3068
hayeswangac718b62013-05-02 16:01:25 +00003069out:
hayeswangac718b62013-05-02 16:01:25 +00003070 return ret;
3071}
3072
hayeswangd70b1132014-09-19 15:17:18 +08003073static void rtl8152_up(struct r8152 *tp)
3074{
3075 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3076 return;
3077
hayeswangcda9fb02016-01-07 17:51:12 +08003078 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003079 r8152b_exit_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003080 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08003081}
3082
hayeswangac718b62013-05-02 16:01:25 +00003083static void rtl8152_down(struct r8152 *tp)
3084{
hayeswang68714382014-04-11 17:54:31 +08003085 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3086 rtl_drop_queued_tx(tp);
3087 return;
3088 }
3089
hayeswang00a5e362014-02-18 21:48:59 +08003090 r8152_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003091 r8152_aldps_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003092 r8152b_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003093 r8152_aldps_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00003094}
3095
hayeswangd70b1132014-09-19 15:17:18 +08003096static void rtl8153_up(struct r8152 *tp)
3097{
3098 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3099 return;
3100
hayeswangb2143962015-07-24 13:54:23 +08003101 r8153_u1u2en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003102 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003103 r8153_first_init(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003104 r8153_aldps_en(tp, true);
hayeswangb2143962015-07-24 13:54:23 +08003105 r8153_u2p3en(tp, true);
3106 r8153_u1u2en(tp, true);
3107 usb_enable_lpm(tp->udev);
hayeswangd70b1132014-09-19 15:17:18 +08003108}
3109
hayeswang43779f82014-01-02 11:25:10 +08003110static void rtl8153_down(struct r8152 *tp)
3111{
hayeswang68714382014-04-11 17:54:31 +08003112 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3113 rtl_drop_queued_tx(tp);
3114 return;
3115 }
3116
hayeswangb9702722014-02-18 21:49:00 +08003117 r8153_u1u2en(tp, false);
hayeswangb2143962015-07-24 13:54:23 +08003118 r8153_u2p3en(tp, false);
hayeswangb9702722014-02-18 21:49:00 +08003119 r8153_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08003120 r8153_aldps_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003121 r8153_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003122 r8153_aldps_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003123}
3124
hayeswang2dd49e02015-09-07 11:57:44 +08003125static bool rtl8152_in_nway(struct r8152 *tp)
3126{
3127 u16 nway_state;
3128
3129 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, 0x2000);
3130 tp->ocp_base = 0x2000;
3131 ocp_write_byte(tp, MCU_TYPE_PLA, 0xb014, 0x4c); /* phy state */
3132 nway_state = ocp_read_word(tp, MCU_TYPE_PLA, 0xb01a);
3133
3134 /* bit 15: TXDIS_STATE, bit 14: ABD_STATE */
3135 if (nway_state & 0xc000)
3136 return false;
3137 else
3138 return true;
3139}
3140
3141static bool rtl8153_in_nway(struct r8152 *tp)
3142{
3143 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff;
3144
3145 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE)
3146 return false;
3147 else
3148 return true;
3149}
3150
hayeswangac718b62013-05-02 16:01:25 +00003151static void set_carrier(struct r8152 *tp)
3152{
3153 struct net_device *netdev = tp->netdev;
3154 u8 speed;
3155
3156 speed = rtl8152_get_speed(tp);
3157
3158 if (speed & LINK_STATUS) {
hayeswang51d979f2015-02-06 11:30:47 +08003159 if (!netif_carrier_ok(netdev)) {
hayeswangc81229c2014-01-02 11:22:42 +08003160 tp->rtl_ops.enable(tp);
hayeswangac718b62013-05-02 16:01:25 +00003161 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswangde9bf292017-01-26 09:38:32 +08003162 netif_stop_queue(netdev);
hayeswang41cec842015-07-24 13:54:25 +08003163 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003164 netif_carrier_on(netdev);
hayeswangaa2e0922015-01-09 10:26:35 +08003165 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003166 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003167 netif_wake_queue(netdev);
3168 netif_info(tp, link, netdev, "carrier on\n");
hayeswangac718b62013-05-02 16:01:25 +00003169 }
3170 } else {
hayeswang51d979f2015-02-06 11:30:47 +08003171 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00003172 netif_carrier_off(netdev);
hayeswangd823ab62015-01-12 12:06:23 +08003173 napi_disable(&tp->napi);
hayeswangc81229c2014-01-02 11:22:42 +08003174 tp->rtl_ops.disable(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003175 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003176 netif_info(tp, link, netdev, "carrier off\n");
hayeswangac718b62013-05-02 16:01:25 +00003177 }
3178 }
hayeswangac718b62013-05-02 16:01:25 +00003179}
3180
3181static void rtl_work_func_t(struct work_struct *work)
3182{
3183 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
3184
hayeswanga1f83fe2014-11-12 10:05:05 +08003185 /* If the device is unplugged or !netif_running(), the workqueue
3186 * doesn't need to wake the device, and could return directly.
3187 */
3188 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
3189 return;
3190
hayeswang9a4be1b2014-02-18 21:49:07 +08003191 if (usb_autopm_get_interface(tp->intf) < 0)
3192 return;
3193
hayeswangac718b62013-05-02 16:01:25 +00003194 if (!test_bit(WORK_ENABLE, &tp->flags))
3195 goto out1;
3196
hayeswangb5403272014-10-09 18:00:26 +08003197 if (!mutex_trylock(&tp->control)) {
3198 schedule_delayed_work(&tp->schedule, 0);
3199 goto out1;
3200 }
3201
hayeswang216a8342016-01-07 17:51:11 +08003202 if (test_and_clear_bit(RTL8152_LINK_CHG, &tp->flags))
hayeswang40a82912013-08-14 20:54:40 +08003203 set_carrier(tp);
hayeswangac718b62013-05-02 16:01:25 +00003204
hayeswang216a8342016-01-07 17:51:11 +08003205 if (test_and_clear_bit(RTL8152_SET_RX_MODE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00003206 _rtl8152_set_rx_mode(tp->netdev);
3207
hayeswangd823ab62015-01-12 12:06:23 +08003208 /* don't schedule napi before linking */
hayeswang216a8342016-01-07 17:51:11 +08003209 if (test_and_clear_bit(SCHEDULE_NAPI, &tp->flags) &&
3210 netif_carrier_ok(tp->netdev))
hayeswangd823ab62015-01-12 12:06:23 +08003211 napi_schedule(&tp->napi);
hayeswangaa66a5f2014-02-18 21:49:04 +08003212
hayeswangb5403272014-10-09 18:00:26 +08003213 mutex_unlock(&tp->control);
3214
hayeswangac718b62013-05-02 16:01:25 +00003215out1:
hayeswang9a4be1b2014-02-18 21:49:07 +08003216 usb_autopm_put_interface(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00003217}
3218
hayeswanga028a9e2016-06-13 17:49:36 +08003219static void rtl_hw_phy_work_func_t(struct work_struct *work)
3220{
3221 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work);
3222
3223 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3224 return;
3225
3226 if (usb_autopm_get_interface(tp->intf) < 0)
3227 return;
3228
3229 mutex_lock(&tp->control);
3230
3231 tp->rtl_ops.hw_phy_cfg(tp);
3232
hayeswangaa7e26b2016-06-13 17:49:38 +08003233 rtl8152_set_speed(tp, tp->autoneg, tp->speed, tp->duplex);
hayeswang9d21c0d2016-06-13 17:49:37 +08003234
hayeswanga028a9e2016-06-13 17:49:36 +08003235 mutex_unlock(&tp->control);
3236
3237 usb_autopm_put_interface(tp->intf);
3238}
3239
hayeswang5ee3c602016-01-07 17:12:17 +08003240#ifdef CONFIG_PM_SLEEP
3241static int rtl_notifier(struct notifier_block *nb, unsigned long action,
3242 void *data)
3243{
3244 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier);
3245
3246 switch (action) {
3247 case PM_HIBERNATION_PREPARE:
3248 case PM_SUSPEND_PREPARE:
3249 usb_autopm_get_interface(tp->intf);
3250 break;
3251
3252 case PM_POST_HIBERNATION:
3253 case PM_POST_SUSPEND:
3254 usb_autopm_put_interface(tp->intf);
3255 break;
3256
3257 case PM_POST_RESTORE:
3258 case PM_RESTORE_PREPARE:
3259 default:
3260 break;
3261 }
3262
3263 return NOTIFY_DONE;
3264}
3265#endif
3266
hayeswangac718b62013-05-02 16:01:25 +00003267static int rtl8152_open(struct net_device *netdev)
3268{
3269 struct r8152 *tp = netdev_priv(netdev);
3270 int res = 0;
3271
hayeswang7e9da482014-02-18 21:49:05 +08003272 res = alloc_all_mem(tp);
3273 if (res)
3274 goto out;
3275
hayeswang9a4be1b2014-02-18 21:49:07 +08003276 res = usb_autopm_get_interface(tp->intf);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003277 if (res < 0)
3278 goto out_free;
hayeswang9a4be1b2014-02-18 21:49:07 +08003279
hayeswangb5403272014-10-09 18:00:26 +08003280 mutex_lock(&tp->control);
3281
hayeswang7e9da482014-02-18 21:49:05 +08003282 tp->rtl_ops.up(tp);
3283
hayeswang40a82912013-08-14 20:54:40 +08003284 netif_carrier_off(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003285 netif_start_queue(netdev);
3286 set_bit(WORK_ENABLE, &tp->flags);
hayeswangdb8515e2014-03-06 15:07:16 +08003287
hayeswang3d55f442014-02-06 11:55:48 +08003288 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3289 if (res) {
3290 if (res == -ENODEV)
3291 netif_device_detach(tp->netdev);
3292 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3293 res);
Guenter Roeckca0a7532016-11-09 19:51:25 -08003294 goto out_unlock;
hayeswang3d55f442014-02-06 11:55:48 +08003295 }
Guenter Roeckca0a7532016-11-09 19:51:25 -08003296 napi_enable(&tp->napi);
hayeswang3d55f442014-02-06 11:55:48 +08003297
hayeswangb5403272014-10-09 18:00:26 +08003298 mutex_unlock(&tp->control);
3299
hayeswang9a4be1b2014-02-18 21:49:07 +08003300 usb_autopm_put_interface(tp->intf);
hayeswang5ee3c602016-01-07 17:12:17 +08003301#ifdef CONFIG_PM_SLEEP
3302 tp->pm_notifier.notifier_call = rtl_notifier;
3303 register_pm_notifier(&tp->pm_notifier);
3304#endif
Guenter Roeckca0a7532016-11-09 19:51:25 -08003305 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003306
Guenter Roeckca0a7532016-11-09 19:51:25 -08003307out_unlock:
3308 mutex_unlock(&tp->control);
3309 usb_autopm_put_interface(tp->intf);
3310out_free:
3311 free_all_mem(tp);
hayeswang7e9da482014-02-18 21:49:05 +08003312out:
hayeswangac718b62013-05-02 16:01:25 +00003313 return res;
3314}
3315
3316static int rtl8152_close(struct net_device *netdev)
3317{
3318 struct r8152 *tp = netdev_priv(netdev);
3319 int res = 0;
3320
hayeswang5ee3c602016-01-07 17:12:17 +08003321#ifdef CONFIG_PM_SLEEP
3322 unregister_pm_notifier(&tp->pm_notifier);
3323#endif
hayeswangd823ab62015-01-12 12:06:23 +08003324 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003325 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang3d55f442014-02-06 11:55:48 +08003326 usb_kill_urb(tp->intr_urb);
hayeswangac718b62013-05-02 16:01:25 +00003327 cancel_delayed_work_sync(&tp->schedule);
3328 netif_stop_queue(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003329
3330 res = usb_autopm_get_interface(tp->intf);
hayeswang53543db2015-02-06 11:30:48 +08003331 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003332 rtl_drop_queued_tx(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003333 rtl_stop_rx(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003334 } else {
hayeswangb5403272014-10-09 18:00:26 +08003335 mutex_lock(&tp->control);
3336
hayeswang9a4be1b2014-02-18 21:49:07 +08003337 tp->rtl_ops.down(tp);
hayeswangb5403272014-10-09 18:00:26 +08003338
3339 mutex_unlock(&tp->control);
3340
hayeswang9a4be1b2014-02-18 21:49:07 +08003341 usb_autopm_put_interface(tp->intf);
3342 }
hayeswangac718b62013-05-02 16:01:25 +00003343
hayeswang7e9da482014-02-18 21:49:05 +08003344 free_all_mem(tp);
3345
hayeswangac718b62013-05-02 16:01:25 +00003346 return res;
3347}
3348
hayeswang4f1d4d52014-03-11 16:24:19 +08003349static void rtl_tally_reset(struct r8152 *tp)
3350{
3351 u32 ocp_data;
3352
3353 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3354 ocp_data |= TALLY_RESET;
3355 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3356}
3357
hayeswangac718b62013-05-02 16:01:25 +00003358static void r8152b_init(struct r8152 *tp)
3359{
hayeswangebc2ec482013-08-14 20:54:38 +08003360 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003361 u16 data;
hayeswangac718b62013-05-02 16:01:25 +00003362
hayeswang68714382014-04-11 17:54:31 +08003363 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3364 return;
3365
hayeswang2dd436d2016-09-20 16:22:06 +08003366 data = r8152_mdio_read(tp, MII_BMCR);
3367 if (data & BMCR_PDOWN) {
3368 data &= ~BMCR_PDOWN;
3369 r8152_mdio_write(tp, MII_BMCR, data);
3370 }
3371
hayeswangcda9fb02016-01-07 17:51:12 +08003372 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003373
hayeswangac718b62013-05-02 16:01:25 +00003374 if (tp->version == RTL_VER_01) {
3375 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3376 ocp_data &= ~LED_MODE_MASK;
3377 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3378 }
3379
hayeswang00a5e362014-02-18 21:48:59 +08003380 r8152_power_cut_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003381
hayeswangac718b62013-05-02 16:01:25 +00003382 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3383 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
3384 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3385 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
3386 ocp_data &= ~MCU_CLK_RATIO_MASK;
3387 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
3388 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
3389 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
3390 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
3391 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
3392
hayeswang4f1d4d52014-03-11 16:24:19 +08003393 rtl_tally_reset(tp);
hayeswangac718b62013-05-02 16:01:25 +00003394
hayeswangebc2ec482013-08-14 20:54:38 +08003395 /* enable rx aggregation */
hayeswangac718b62013-05-02 16:01:25 +00003396 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08003397 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswangac718b62013-05-02 16:01:25 +00003398 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
3399}
3400
hayeswang43779f82014-01-02 11:25:10 +08003401static void r8153_init(struct r8152 *tp)
3402{
3403 u32 ocp_data;
hayeswang2dd436d2016-09-20 16:22:06 +08003404 u16 data;
hayeswang43779f82014-01-02 11:25:10 +08003405 int i;
3406
hayeswang68714382014-04-11 17:54:31 +08003407 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3408 return;
3409
hayeswangb9702722014-02-18 21:49:00 +08003410 r8153_u1u2en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003411
3412 for (i = 0; i < 500; i++) {
3413 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
3414 AUTOLOAD_DONE)
3415 break;
3416 msleep(20);
3417 }
3418
3419 for (i = 0; i < 500; i++) {
3420 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK;
3421 if (ocp_data == PHY_STAT_LAN_ON || ocp_data == PHY_STAT_PWRDN)
3422 break;
3423 msleep(20);
3424 }
3425
hayeswang2dd436d2016-09-20 16:22:06 +08003426 if (tp->version == RTL_VER_03 || tp->version == RTL_VER_04 ||
3427 tp->version == RTL_VER_05)
3428 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
3429
3430 data = r8152_mdio_read(tp, MII_BMCR);
3431 if (data & BMCR_PDOWN) {
3432 data &= ~BMCR_PDOWN;
3433 r8152_mdio_write(tp, MII_BMCR, data);
3434 }
3435
3436 for (i = 0; i < 500; i++) {
3437 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK;
3438 if (ocp_data == PHY_STAT_LAN_ON)
3439 break;
3440 msleep(20);
3441 }
3442
hayeswangb2143962015-07-24 13:54:23 +08003443 usb_disable_lpm(tp->udev);
hayeswangb9702722014-02-18 21:49:00 +08003444 r8153_u2p3en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003445
hayeswang65bab842015-02-12 16:20:46 +08003446 if (tp->version == RTL_VER_04) {
3447 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2);
3448 ocp_data &= ~pwd_dn_scale_mask;
3449 ocp_data |= pwd_dn_scale(96);
3450 ocp_write_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2, ocp_data);
3451
3452 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_USB2PHY);
3453 ocp_data |= USB2PHY_L1 | USB2PHY_SUSPEND;
3454 ocp_write_byte(tp, MCU_TYPE_USB, USB_USB2PHY, ocp_data);
3455 } else if (tp->version == RTL_VER_05) {
3456 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0);
3457 ocp_data &= ~ECM_ALDPS;
3458 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0, ocp_data);
3459
3460 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3461 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3462 ocp_data &= ~DYNAMIC_BURST;
3463 else
3464 ocp_data |= DYNAMIC_BURST;
3465 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswangfb02eb42015-07-22 15:27:41 +08003466 } else if (tp->version == RTL_VER_06) {
3467 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3468 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3469 ocp_data &= ~DYNAMIC_BURST;
3470 else
3471 ocp_data |= DYNAMIC_BURST;
3472 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswang65bab842015-02-12 16:20:46 +08003473 }
3474
3475 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2);
3476 ocp_data |= EP4_FULL_FC;
3477 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2, ocp_data);
3478
hayeswang43779f82014-01-02 11:25:10 +08003479 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
3480 ocp_data &= ~TIMER11_EN;
3481 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
3482
hayeswang43779f82014-01-02 11:25:10 +08003483 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3484 ocp_data &= ~LED_MODE_MASK;
3485 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3486
hayeswang65bab842015-02-12 16:20:46 +08003487 ocp_data = FIFO_EMPTY_1FB | ROK_EXIT_LPM;
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02003488 if (tp->version == RTL_VER_04 && tp->udev->speed < USB_SPEED_SUPER)
hayeswang43779f82014-01-02 11:25:10 +08003489 ocp_data |= LPM_TIMER_500MS;
hayeswang34203e22015-02-06 11:30:46 +08003490 else
3491 ocp_data |= LPM_TIMER_500US;
hayeswang43779f82014-01-02 11:25:10 +08003492 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
3493
3494 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
3495 ocp_data &= ~SEN_VAL_MASK;
3496 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
3497 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
3498
hayeswang65bab842015-02-12 16:20:46 +08003499 ocp_write_word(tp, MCU_TYPE_USB, USB_CONNECT_TIMER, 0x0001);
3500
hayeswangb9702722014-02-18 21:49:00 +08003501 r8153_power_cut_en(tp, false);
3502 r8153_u1u2en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003503
hayeswang4e384ac2016-06-16 10:55:17 +08003504 /* MAC clock speed down */
3505 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, 0);
3506 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, 0);
3507 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, 0);
3508 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4, 0);
hayeswang43779f82014-01-02 11:25:10 +08003509
hayeswang4f1d4d52014-03-11 16:24:19 +08003510 rtl_tally_reset(tp);
hayeswangb2143962015-07-24 13:54:23 +08003511 r8153_u2p3en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003512}
3513
hayeswange5011392015-07-29 20:39:08 +08003514static int rtl8152_pre_reset(struct usb_interface *intf)
3515{
3516 struct r8152 *tp = usb_get_intfdata(intf);
3517 struct net_device *netdev;
3518
3519 if (!tp)
3520 return 0;
3521
3522 netdev = tp->netdev;
3523 if (!netif_running(netdev))
3524 return 0;
3525
hayeswangde9bf292017-01-26 09:38:32 +08003526 netif_stop_queue(netdev);
hayeswange5011392015-07-29 20:39:08 +08003527 napi_disable(&tp->napi);
3528 clear_bit(WORK_ENABLE, &tp->flags);
3529 usb_kill_urb(tp->intr_urb);
3530 cancel_delayed_work_sync(&tp->schedule);
3531 if (netif_carrier_ok(netdev)) {
hayeswange5011392015-07-29 20:39:08 +08003532 mutex_lock(&tp->control);
3533 tp->rtl_ops.disable(tp);
3534 mutex_unlock(&tp->control);
3535 }
3536
3537 return 0;
3538}
3539
3540static int rtl8152_post_reset(struct usb_interface *intf)
3541{
3542 struct r8152 *tp = usb_get_intfdata(intf);
3543 struct net_device *netdev;
3544
3545 if (!tp)
3546 return 0;
3547
3548 netdev = tp->netdev;
3549 if (!netif_running(netdev))
3550 return 0;
3551
3552 set_bit(WORK_ENABLE, &tp->flags);
3553 if (netif_carrier_ok(netdev)) {
3554 mutex_lock(&tp->control);
3555 tp->rtl_ops.enable(tp);
hayeswang2c561b22017-01-20 14:33:55 +08003556 rtl_start_rx(tp);
hayeswange5011392015-07-29 20:39:08 +08003557 rtl8152_set_rx_mode(netdev);
3558 mutex_unlock(&tp->control);
hayeswange5011392015-07-29 20:39:08 +08003559 }
3560
3561 napi_enable(&tp->napi);
hayeswangde9bf292017-01-26 09:38:32 +08003562 netif_wake_queue(netdev);
hayeswang2c561b22017-01-20 14:33:55 +08003563 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswange5011392015-07-29 20:39:08 +08003564
hayeswang7489bda2017-01-26 09:38:34 +08003565 if (!list_empty(&tp->rx_done))
3566 napi_schedule(&tp->napi);
hayeswange5011392015-07-29 20:39:08 +08003567
3568 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003569}
3570
hayeswang2dd49e02015-09-07 11:57:44 +08003571static bool delay_autosuspend(struct r8152 *tp)
3572{
3573 bool sw_linking = !!netif_carrier_ok(tp->netdev);
3574 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS);
3575
3576 /* This means a linking change occurs and the driver doesn't detect it,
3577 * yet. If the driver has disabled tx/rx and hw is linking on, the
3578 * device wouldn't wake up by receiving any packet.
3579 */
3580 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
3581 return true;
3582
3583 /* If the linking down is occurred by nway, the device may miss the
3584 * linking change event. And it wouldn't wake when linking on.
3585 */
3586 if (!sw_linking && tp->rtl_ops.in_nway(tp))
3587 return true;
hayeswang6a0b76c2017-01-23 14:18:43 +08003588 else if (!skb_queue_empty(&tp->tx_queue))
3589 return true;
hayeswang2dd49e02015-09-07 11:57:44 +08003590 else
3591 return false;
3592}
3593
hayeswanga9c54ad2017-01-25 13:41:45 +08003594static int rtl8152_runtime_suspend(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00003595{
hayeswang6cc69f22014-10-17 16:55:08 +08003596 struct net_device *netdev = tp->netdev;
3597 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +00003598
hayeswang26afec32017-01-26 09:38:31 +08003599 set_bit(SELECTIVE_SUSPEND, &tp->flags);
3600 smp_mb__after_atomic();
3601
hayeswang8fb28062017-01-10 17:04:06 +08003602 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswang75dc6922017-01-10 17:04:07 +08003603 u32 rcr = 0;
3604
hayeswang8fb28062017-01-10 17:04:06 +08003605 if (delay_autosuspend(tp)) {
hayeswang26afec32017-01-26 09:38:31 +08003606 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3607 smp_mb__after_atomic();
hayeswang6cc69f22014-10-17 16:55:08 +08003608 ret = -EBUSY;
3609 goto out1;
3610 }
hayeswangac718b62013-05-02 16:01:25 +00003611
hayeswang75dc6922017-01-10 17:04:07 +08003612 if (netif_carrier_ok(netdev)) {
3613 u32 ocp_data;
3614
3615 rcr = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3616 ocp_data = rcr & ~RCR_ACPT_ALL;
3617 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3618 rxdy_gated_en(tp, true);
3619 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA,
3620 PLA_OOB_CTRL);
3621 if (!(ocp_data & RXFIFO_EMPTY)) {
3622 rxdy_gated_en(tp, false);
3623 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
hayeswang26afec32017-01-26 09:38:31 +08003624 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3625 smp_mb__after_atomic();
hayeswang75dc6922017-01-10 17:04:07 +08003626 ret = -EBUSY;
3627 goto out1;
3628 }
3629 }
3630
hayeswang8fb28062017-01-10 17:04:06 +08003631 clear_bit(WORK_ENABLE, &tp->flags);
3632 usb_kill_urb(tp->intr_urb);
hayeswang75dc6922017-01-10 17:04:07 +08003633
hayeswang8fb28062017-01-10 17:04:06 +08003634 tp->rtl_ops.autosuspend_en(tp, true);
hayeswang75dc6922017-01-10 17:04:07 +08003635
3636 if (netif_carrier_ok(netdev)) {
3637 napi_disable(&tp->napi);
3638 rtl_stop_rx(tp);
3639 rxdy_gated_en(tp, false);
3640 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
3641 napi_enable(&tp->napi);
3642 }
hayeswang6cc69f22014-10-17 16:55:08 +08003643 }
3644
hayeswang8fb28062017-01-10 17:04:06 +08003645out1:
3646 return ret;
3647}
3648
3649static int rtl8152_system_suspend(struct r8152 *tp)
3650{
3651 struct net_device *netdev = tp->netdev;
3652 int ret = 0;
3653
3654 netif_device_detach(netdev);
3655
hayeswange3bd1a82014-10-29 11:12:17 +08003656 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswangac718b62013-05-02 16:01:25 +00003657 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08003658 usb_kill_urb(tp->intr_urb);
hayeswangd823ab62015-01-12 12:06:23 +08003659 napi_disable(&tp->napi);
hayeswang8fb28062017-01-10 17:04:06 +08003660 cancel_delayed_work_sync(&tp->schedule);
3661 tp->rtl_ops.down(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003662 napi_enable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003663 }
hayeswang8fb28062017-01-10 17:04:06 +08003664
3665 return ret;
3666}
3667
3668static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
3669{
3670 struct r8152 *tp = usb_get_intfdata(intf);
3671 int ret;
3672
3673 mutex_lock(&tp->control);
3674
3675 if (PMSG_IS_AUTO(message))
hayeswanga9c54ad2017-01-25 13:41:45 +08003676 ret = rtl8152_runtime_suspend(tp);
hayeswang8fb28062017-01-10 17:04:06 +08003677 else
3678 ret = rtl8152_system_suspend(tp);
3679
hayeswangb5403272014-10-09 18:00:26 +08003680 mutex_unlock(&tp->control);
3681
hayeswang6cc69f22014-10-17 16:55:08 +08003682 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003683}
3684
3685static int rtl8152_resume(struct usb_interface *intf)
3686{
3687 struct r8152 *tp = usb_get_intfdata(intf);
3688
hayeswangb5403272014-10-09 18:00:26 +08003689 mutex_lock(&tp->control);
3690
hayeswang9a4be1b2014-02-18 21:49:07 +08003691 if (!test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3692 tp->rtl_ops.init(tp);
hayeswanga028a9e2016-06-13 17:49:36 +08003693 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
hayeswang9a4be1b2014-02-18 21:49:07 +08003694 netif_device_attach(tp->netdev);
3695 }
3696
Peter Wu90186af2015-12-08 12:17:42 +01003697 if (netif_running(tp->netdev) && tp->netdev->flags & IFF_UP) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003698 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswang2609af12016-07-05 16:11:46 +08003699 tp->rtl_ops.autosuspend_en(tp, false);
hayeswang41cec842015-07-24 13:54:25 +08003700 napi_disable(&tp->napi);
hayeswang445f7f42014-09-23 16:31:47 +08003701 set_bit(WORK_ENABLE, &tp->flags);
hayeswang51d979f2015-02-06 11:30:47 +08003702 if (netif_carrier_ok(tp->netdev))
hayeswang445f7f42014-09-23 16:31:47 +08003703 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003704 napi_enable(&tp->napi);
hayeswang26afec32017-01-26 09:38:31 +08003705 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3706 smp_mb__after_atomic();
hayeswang7489bda2017-01-26 09:38:34 +08003707 if (!list_empty(&tp->rx_done))
3708 napi_schedule(&tp->napi);
hayeswang9a4be1b2014-02-18 21:49:07 +08003709 } else {
3710 tp->rtl_ops.up(tp);
hayeswang445f7f42014-09-23 16:31:47 +08003711 netif_carrier_off(tp->netdev);
3712 set_bit(WORK_ENABLE, &tp->flags);
hayeswang9a4be1b2014-02-18 21:49:07 +08003713 }
hayeswang40a82912013-08-14 20:54:40 +08003714 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswang923e1ee2014-10-29 11:12:15 +08003715 } else if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
Peter Wu90186af2015-12-08 12:17:42 +01003716 if (tp->netdev->flags & IFF_UP)
hayeswang2609af12016-07-05 16:11:46 +08003717 tp->rtl_ops.autosuspend_en(tp, false);
hayeswang923e1ee2014-10-29 11:12:15 +08003718 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangac718b62013-05-02 16:01:25 +00003719 }
3720
hayeswangb5403272014-10-09 18:00:26 +08003721 mutex_unlock(&tp->control);
3722
hayeswangac718b62013-05-02 16:01:25 +00003723 return 0;
3724}
3725
hayeswang7ec25412016-01-04 14:38:46 +08003726static int rtl8152_reset_resume(struct usb_interface *intf)
3727{
3728 struct r8152 *tp = usb_get_intfdata(intf);
3729
3730 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3731 return rtl8152_resume(intf);
3732}
3733
hayeswang21ff2e82014-02-18 21:49:06 +08003734static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3735{
3736 struct r8152 *tp = netdev_priv(dev);
3737
hayeswang9a4be1b2014-02-18 21:49:07 +08003738 if (usb_autopm_get_interface(tp->intf) < 0)
3739 return;
3740
hayeswang7daed8d2015-07-24 13:54:24 +08003741 if (!rtl_can_wakeup(tp)) {
3742 wol->supported = 0;
3743 wol->wolopts = 0;
3744 } else {
3745 mutex_lock(&tp->control);
3746 wol->supported = WAKE_ANY;
3747 wol->wolopts = __rtl_get_wol(tp);
3748 mutex_unlock(&tp->control);
3749 }
hayeswangb5403272014-10-09 18:00:26 +08003750
hayeswang9a4be1b2014-02-18 21:49:07 +08003751 usb_autopm_put_interface(tp->intf);
hayeswang21ff2e82014-02-18 21:49:06 +08003752}
3753
3754static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3755{
3756 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003757 int ret;
3758
hayeswang7daed8d2015-07-24 13:54:24 +08003759 if (!rtl_can_wakeup(tp))
3760 return -EOPNOTSUPP;
3761
hayeswang9a4be1b2014-02-18 21:49:07 +08003762 ret = usb_autopm_get_interface(tp->intf);
3763 if (ret < 0)
3764 goto out_set_wol;
hayeswang21ff2e82014-02-18 21:49:06 +08003765
hayeswangb5403272014-10-09 18:00:26 +08003766 mutex_lock(&tp->control);
3767
hayeswang21ff2e82014-02-18 21:49:06 +08003768 __rtl_set_wol(tp, wol->wolopts);
3769 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
3770
hayeswangb5403272014-10-09 18:00:26 +08003771 mutex_unlock(&tp->control);
3772
hayeswang9a4be1b2014-02-18 21:49:07 +08003773 usb_autopm_put_interface(tp->intf);
3774
3775out_set_wol:
3776 return ret;
hayeswang21ff2e82014-02-18 21:49:06 +08003777}
3778
hayeswanga5ec27c2014-02-18 21:49:11 +08003779static u32 rtl8152_get_msglevel(struct net_device *dev)
3780{
3781 struct r8152 *tp = netdev_priv(dev);
3782
3783 return tp->msg_enable;
3784}
3785
3786static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
3787{
3788 struct r8152 *tp = netdev_priv(dev);
3789
3790 tp->msg_enable = value;
3791}
3792
hayeswangac718b62013-05-02 16:01:25 +00003793static void rtl8152_get_drvinfo(struct net_device *netdev,
3794 struct ethtool_drvinfo *info)
3795{
3796 struct r8152 *tp = netdev_priv(netdev);
3797
hayeswangb0b46c72014-08-26 10:08:23 +08003798 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
3799 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
hayeswangac718b62013-05-02 16:01:25 +00003800 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
3801}
3802
3803static
3804int rtl8152_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd)
3805{
3806 struct r8152 *tp = netdev_priv(netdev);
hayeswang8d4a4d72014-10-09 18:00:25 +08003807 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003808
3809 if (!tp->mii.mdio_read)
3810 return -EOPNOTSUPP;
3811
hayeswang8d4a4d72014-10-09 18:00:25 +08003812 ret = usb_autopm_get_interface(tp->intf);
3813 if (ret < 0)
3814 goto out;
3815
hayeswangb5403272014-10-09 18:00:26 +08003816 mutex_lock(&tp->control);
3817
hayeswang8d4a4d72014-10-09 18:00:25 +08003818 ret = mii_ethtool_gset(&tp->mii, cmd);
3819
hayeswangb5403272014-10-09 18:00:26 +08003820 mutex_unlock(&tp->control);
3821
hayeswang8d4a4d72014-10-09 18:00:25 +08003822 usb_autopm_put_interface(tp->intf);
3823
3824out:
3825 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003826}
3827
3828static int rtl8152_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
3829{
3830 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003831 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003832
hayeswang9a4be1b2014-02-18 21:49:07 +08003833 ret = usb_autopm_get_interface(tp->intf);
3834 if (ret < 0)
3835 goto out;
3836
hayeswangb5403272014-10-09 18:00:26 +08003837 mutex_lock(&tp->control);
3838
hayeswang9a4be1b2014-02-18 21:49:07 +08003839 ret = rtl8152_set_speed(tp, cmd->autoneg, cmd->speed, cmd->duplex);
hayeswangaa7e26b2016-06-13 17:49:38 +08003840 if (!ret) {
3841 tp->autoneg = cmd->autoneg;
3842 tp->speed = cmd->speed;
3843 tp->duplex = cmd->duplex;
3844 }
hayeswang9a4be1b2014-02-18 21:49:07 +08003845
hayeswangb5403272014-10-09 18:00:26 +08003846 mutex_unlock(&tp->control);
3847
hayeswang9a4be1b2014-02-18 21:49:07 +08003848 usb_autopm_put_interface(tp->intf);
3849
3850out:
3851 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003852}
3853
hayeswang4f1d4d52014-03-11 16:24:19 +08003854static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
3855 "tx_packets",
3856 "rx_packets",
3857 "tx_errors",
3858 "rx_errors",
3859 "rx_missed",
3860 "align_errors",
3861 "tx_single_collisions",
3862 "tx_multi_collisions",
3863 "rx_unicast",
3864 "rx_broadcast",
3865 "rx_multicast",
3866 "tx_aborted",
3867 "tx_underrun",
3868};
3869
3870static int rtl8152_get_sset_count(struct net_device *dev, int sset)
3871{
3872 switch (sset) {
3873 case ETH_SS_STATS:
3874 return ARRAY_SIZE(rtl8152_gstrings);
3875 default:
3876 return -EOPNOTSUPP;
3877 }
3878}
3879
3880static void rtl8152_get_ethtool_stats(struct net_device *dev,
3881 struct ethtool_stats *stats, u64 *data)
3882{
3883 struct r8152 *tp = netdev_priv(dev);
3884 struct tally_counter tally;
3885
hayeswang0b030242014-07-08 14:49:28 +08003886 if (usb_autopm_get_interface(tp->intf) < 0)
3887 return;
3888
hayeswang4f1d4d52014-03-11 16:24:19 +08003889 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
3890
hayeswang0b030242014-07-08 14:49:28 +08003891 usb_autopm_put_interface(tp->intf);
3892
hayeswang4f1d4d52014-03-11 16:24:19 +08003893 data[0] = le64_to_cpu(tally.tx_packets);
3894 data[1] = le64_to_cpu(tally.rx_packets);
3895 data[2] = le64_to_cpu(tally.tx_errors);
3896 data[3] = le32_to_cpu(tally.rx_errors);
3897 data[4] = le16_to_cpu(tally.rx_missed);
3898 data[5] = le16_to_cpu(tally.align_errors);
3899 data[6] = le32_to_cpu(tally.tx_one_collision);
3900 data[7] = le32_to_cpu(tally.tx_multi_collision);
3901 data[8] = le64_to_cpu(tally.rx_unicast);
3902 data[9] = le64_to_cpu(tally.rx_broadcast);
3903 data[10] = le32_to_cpu(tally.rx_multicast);
3904 data[11] = le16_to_cpu(tally.tx_aborted);
hayeswangf37119c2014-10-28 14:05:51 +08003905 data[12] = le16_to_cpu(tally.tx_underrun);
hayeswang4f1d4d52014-03-11 16:24:19 +08003906}
3907
3908static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
3909{
3910 switch (stringset) {
3911 case ETH_SS_STATS:
3912 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
3913 break;
3914 }
3915}
3916
hayeswangdf35d282014-09-25 20:54:02 +08003917static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3918{
3919 u32 ocp_data, lp, adv, supported = 0;
3920 u16 val;
3921
3922 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
3923 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3924
3925 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
3926 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3927
3928 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
3929 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3930
3931 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3932 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3933
3934 eee->eee_enabled = !!ocp_data;
3935 eee->eee_active = !!(supported & adv & lp);
3936 eee->supported = supported;
3937 eee->advertised = adv;
3938 eee->lp_advertised = lp;
3939
3940 return 0;
3941}
3942
3943static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3944{
3945 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3946
3947 r8152_eee_en(tp, eee->eee_enabled);
3948
3949 if (!eee->eee_enabled)
3950 val = 0;
3951
3952 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
3953
3954 return 0;
3955}
3956
3957static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3958{
3959 u32 ocp_data, lp, adv, supported = 0;
3960 u16 val;
3961
3962 val = ocp_reg_read(tp, OCP_EEE_ABLE);
3963 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3964
3965 val = ocp_reg_read(tp, OCP_EEE_ADV);
3966 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3967
3968 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
3969 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3970
3971 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3972 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3973
3974 eee->eee_enabled = !!ocp_data;
3975 eee->eee_active = !!(supported & adv & lp);
3976 eee->supported = supported;
3977 eee->advertised = adv;
3978 eee->lp_advertised = lp;
3979
3980 return 0;
3981}
3982
3983static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3984{
3985 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3986
3987 r8153_eee_en(tp, eee->eee_enabled);
3988
3989 if (!eee->eee_enabled)
3990 val = 0;
3991
3992 ocp_reg_write(tp, OCP_EEE_ADV, val);
3993
3994 return 0;
3995}
3996
3997static int
3998rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
3999{
4000 struct r8152 *tp = netdev_priv(net);
4001 int ret;
4002
4003 ret = usb_autopm_get_interface(tp->intf);
4004 if (ret < 0)
4005 goto out;
4006
hayeswangb5403272014-10-09 18:00:26 +08004007 mutex_lock(&tp->control);
4008
hayeswangdf35d282014-09-25 20:54:02 +08004009 ret = tp->rtl_ops.eee_get(tp, edata);
4010
hayeswangb5403272014-10-09 18:00:26 +08004011 mutex_unlock(&tp->control);
4012
hayeswangdf35d282014-09-25 20:54:02 +08004013 usb_autopm_put_interface(tp->intf);
4014
4015out:
4016 return ret;
4017}
4018
4019static int
4020rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
4021{
4022 struct r8152 *tp = netdev_priv(net);
4023 int ret;
4024
4025 ret = usb_autopm_get_interface(tp->intf);
4026 if (ret < 0)
4027 goto out;
4028
hayeswangb5403272014-10-09 18:00:26 +08004029 mutex_lock(&tp->control);
4030
hayeswangdf35d282014-09-25 20:54:02 +08004031 ret = tp->rtl_ops.eee_set(tp, edata);
hayeswang9d31a7b2014-10-06 10:36:04 +08004032 if (!ret)
4033 ret = mii_nway_restart(&tp->mii);
hayeswangdf35d282014-09-25 20:54:02 +08004034
hayeswangb5403272014-10-09 18:00:26 +08004035 mutex_unlock(&tp->control);
4036
hayeswangdf35d282014-09-25 20:54:02 +08004037 usb_autopm_put_interface(tp->intf);
4038
4039out:
4040 return ret;
4041}
4042
hayeswang8884f502014-10-28 14:05:52 +08004043static int rtl8152_nway_reset(struct net_device *dev)
4044{
4045 struct r8152 *tp = netdev_priv(dev);
4046 int ret;
4047
4048 ret = usb_autopm_get_interface(tp->intf);
4049 if (ret < 0)
4050 goto out;
4051
4052 mutex_lock(&tp->control);
4053
4054 ret = mii_nway_restart(&tp->mii);
4055
4056 mutex_unlock(&tp->control);
4057
4058 usb_autopm_put_interface(tp->intf);
4059
4060out:
4061 return ret;
4062}
4063
hayeswangefb3dd82015-02-12 14:33:48 +08004064static int rtl8152_get_coalesce(struct net_device *netdev,
4065 struct ethtool_coalesce *coalesce)
4066{
4067 struct r8152 *tp = netdev_priv(netdev);
4068
4069 switch (tp->version) {
4070 case RTL_VER_01:
4071 case RTL_VER_02:
4072 return -EOPNOTSUPP;
4073 default:
4074 break;
4075 }
4076
4077 coalesce->rx_coalesce_usecs = tp->coalesce;
4078
4079 return 0;
4080}
4081
4082static int rtl8152_set_coalesce(struct net_device *netdev,
4083 struct ethtool_coalesce *coalesce)
4084{
4085 struct r8152 *tp = netdev_priv(netdev);
4086 int ret;
4087
4088 switch (tp->version) {
4089 case RTL_VER_01:
4090 case RTL_VER_02:
4091 return -EOPNOTSUPP;
4092 default:
4093 break;
4094 }
4095
4096 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW)
4097 return -EINVAL;
4098
4099 ret = usb_autopm_get_interface(tp->intf);
4100 if (ret < 0)
4101 return ret;
4102
4103 mutex_lock(&tp->control);
4104
4105 if (tp->coalesce != coalesce->rx_coalesce_usecs) {
4106 tp->coalesce = coalesce->rx_coalesce_usecs;
4107
4108 if (netif_running(tp->netdev) && netif_carrier_ok(netdev))
4109 r8153_set_rx_early_timeout(tp);
4110 }
4111
4112 mutex_unlock(&tp->control);
4113
4114 usb_autopm_put_interface(tp->intf);
4115
4116 return ret;
4117}
4118
Julia Lawall407a4712016-09-01 00:21:22 +02004119static const struct ethtool_ops ops = {
hayeswangac718b62013-05-02 16:01:25 +00004120 .get_drvinfo = rtl8152_get_drvinfo,
4121 .get_settings = rtl8152_get_settings,
4122 .set_settings = rtl8152_set_settings,
4123 .get_link = ethtool_op_get_link,
hayeswang8884f502014-10-28 14:05:52 +08004124 .nway_reset = rtl8152_nway_reset,
hayeswanga5ec27c2014-02-18 21:49:11 +08004125 .get_msglevel = rtl8152_get_msglevel,
4126 .set_msglevel = rtl8152_set_msglevel,
hayeswang21ff2e82014-02-18 21:49:06 +08004127 .get_wol = rtl8152_get_wol,
4128 .set_wol = rtl8152_set_wol,
hayeswang4f1d4d52014-03-11 16:24:19 +08004129 .get_strings = rtl8152_get_strings,
4130 .get_sset_count = rtl8152_get_sset_count,
4131 .get_ethtool_stats = rtl8152_get_ethtool_stats,
hayeswangefb3dd82015-02-12 14:33:48 +08004132 .get_coalesce = rtl8152_get_coalesce,
4133 .set_coalesce = rtl8152_set_coalesce,
hayeswangdf35d282014-09-25 20:54:02 +08004134 .get_eee = rtl_ethtool_get_eee,
4135 .set_eee = rtl_ethtool_set_eee,
hayeswangac718b62013-05-02 16:01:25 +00004136};
4137
4138static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
4139{
4140 struct r8152 *tp = netdev_priv(netdev);
4141 struct mii_ioctl_data *data = if_mii(rq);
hayeswang9a4be1b2014-02-18 21:49:07 +08004142 int res;
4143
hayeswang68714382014-04-11 17:54:31 +08004144 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4145 return -ENODEV;
4146
hayeswang9a4be1b2014-02-18 21:49:07 +08004147 res = usb_autopm_get_interface(tp->intf);
4148 if (res < 0)
4149 goto out;
hayeswangac718b62013-05-02 16:01:25 +00004150
4151 switch (cmd) {
4152 case SIOCGMIIPHY:
4153 data->phy_id = R8152_PHY_ID; /* Internal PHY */
4154 break;
4155
4156 case SIOCGMIIREG:
hayeswangb5403272014-10-09 18:00:26 +08004157 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004158 data->val_out = r8152_mdio_read(tp, data->reg_num);
hayeswangb5403272014-10-09 18:00:26 +08004159 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004160 break;
4161
4162 case SIOCSMIIREG:
4163 if (!capable(CAP_NET_ADMIN)) {
4164 res = -EPERM;
4165 break;
4166 }
hayeswangb5403272014-10-09 18:00:26 +08004167 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004168 r8152_mdio_write(tp, data->reg_num, data->val_in);
hayeswangb5403272014-10-09 18:00:26 +08004169 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004170 break;
4171
4172 default:
4173 res = -EOPNOTSUPP;
4174 }
4175
hayeswang9a4be1b2014-02-18 21:49:07 +08004176 usb_autopm_put_interface(tp->intf);
4177
4178out:
hayeswangac718b62013-05-02 16:01:25 +00004179 return res;
4180}
4181
hayeswang69b4b7a2014-07-10 10:58:54 +08004182static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
4183{
4184 struct r8152 *tp = netdev_priv(dev);
hayeswang396e2e22015-02-12 14:33:47 +08004185 int ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004186
4187 switch (tp->version) {
4188 case RTL_VER_01:
4189 case RTL_VER_02:
Jarod Wilsona52ad512016-10-07 22:04:34 -04004190 dev->mtu = new_mtu;
4191 return 0;
hayeswang69b4b7a2014-07-10 10:58:54 +08004192 default:
4193 break;
4194 }
4195
hayeswang396e2e22015-02-12 14:33:47 +08004196 ret = usb_autopm_get_interface(tp->intf);
4197 if (ret < 0)
4198 return ret;
4199
4200 mutex_lock(&tp->control);
4201
hayeswang69b4b7a2014-07-10 10:58:54 +08004202 dev->mtu = new_mtu;
4203
hayeswang396e2e22015-02-12 14:33:47 +08004204 if (netif_running(dev) && netif_carrier_ok(dev))
4205 r8153_set_rx_early_size(tp);
4206
4207 mutex_unlock(&tp->control);
4208
4209 usb_autopm_put_interface(tp->intf);
4210
4211 return ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004212}
4213
hayeswangac718b62013-05-02 16:01:25 +00004214static const struct net_device_ops rtl8152_netdev_ops = {
4215 .ndo_open = rtl8152_open,
4216 .ndo_stop = rtl8152_close,
4217 .ndo_do_ioctl = rtl8152_ioctl,
4218 .ndo_start_xmit = rtl8152_start_xmit,
4219 .ndo_tx_timeout = rtl8152_tx_timeout,
hayeswangc5554292014-09-12 10:43:11 +08004220 .ndo_set_features = rtl8152_set_features,
hayeswangac718b62013-05-02 16:01:25 +00004221 .ndo_set_rx_mode = rtl8152_set_rx_mode,
4222 .ndo_set_mac_address = rtl8152_set_mac_address,
hayeswang69b4b7a2014-07-10 10:58:54 +08004223 .ndo_change_mtu = rtl8152_change_mtu,
hayeswangac718b62013-05-02 16:01:25 +00004224 .ndo_validate_addr = eth_validate_addr,
hayeswanga5e31252015-01-06 17:41:58 +08004225 .ndo_features_check = rtl8152_features_check,
hayeswangac718b62013-05-02 16:01:25 +00004226};
4227
4228static void r8152b_get_version(struct r8152 *tp)
4229{
4230 u32 ocp_data;
4231 u16 version;
4232
4233 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR1);
4234 version = (u16)(ocp_data & VERSION_MASK);
4235
4236 switch (version) {
4237 case 0x4c00:
4238 tp->version = RTL_VER_01;
4239 break;
4240 case 0x4c10:
4241 tp->version = RTL_VER_02;
4242 break;
hayeswang43779f82014-01-02 11:25:10 +08004243 case 0x5c00:
4244 tp->version = RTL_VER_03;
4245 tp->mii.supports_gmii = 1;
4246 break;
4247 case 0x5c10:
4248 tp->version = RTL_VER_04;
4249 tp->mii.supports_gmii = 1;
4250 break;
4251 case 0x5c20:
4252 tp->version = RTL_VER_05;
4253 tp->mii.supports_gmii = 1;
4254 break;
hayeswangfb02eb42015-07-22 15:27:41 +08004255 case 0x5c30:
4256 tp->version = RTL_VER_06;
4257 tp->mii.supports_gmii = 1;
4258 break;
hayeswangac718b62013-05-02 16:01:25 +00004259 default:
4260 netif_info(tp, probe, tp->netdev,
4261 "Unknown version 0x%04x\n", version);
4262 break;
4263 }
4264}
4265
hayeswange3fe0b12014-01-02 11:22:39 +08004266static void rtl8152_unload(struct r8152 *tp)
4267{
hayeswang68714382014-04-11 17:54:31 +08004268 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4269 return;
4270
hayeswang00a5e362014-02-18 21:48:59 +08004271 if (tp->version != RTL_VER_01)
4272 r8152_power_cut_en(tp, true);
hayeswange3fe0b12014-01-02 11:22:39 +08004273}
4274
hayeswang43779f82014-01-02 11:25:10 +08004275static void rtl8153_unload(struct r8152 *tp)
4276{
hayeswang68714382014-04-11 17:54:31 +08004277 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4278 return;
4279
hayeswang49be1722014-10-01 13:25:11 +08004280 r8153_power_cut_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08004281}
4282
hayeswang55b65472014-11-06 12:47:39 +08004283static int rtl_ops_init(struct r8152 *tp)
hayeswangc81229c2014-01-02 11:22:42 +08004284{
4285 struct rtl_ops *ops = &tp->rtl_ops;
hayeswang55b65472014-11-06 12:47:39 +08004286 int ret = 0;
hayeswangc81229c2014-01-02 11:22:42 +08004287
hayeswang55b65472014-11-06 12:47:39 +08004288 switch (tp->version) {
4289 case RTL_VER_01:
4290 case RTL_VER_02:
4291 ops->init = r8152b_init;
4292 ops->enable = rtl8152_enable;
4293 ops->disable = rtl8152_disable;
4294 ops->up = rtl8152_up;
4295 ops->down = rtl8152_down;
4296 ops->unload = rtl8152_unload;
4297 ops->eee_get = r8152_get_eee;
4298 ops->eee_set = r8152_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004299 ops->in_nway = rtl8152_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004300 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004301 ops->autosuspend_en = rtl_runtime_suspend_enable;
hayeswang43779f82014-01-02 11:25:10 +08004302 break;
4303
hayeswang55b65472014-11-06 12:47:39 +08004304 case RTL_VER_03:
4305 case RTL_VER_04:
4306 case RTL_VER_05:
hayeswangfb02eb42015-07-22 15:27:41 +08004307 case RTL_VER_06:
hayeswang55b65472014-11-06 12:47:39 +08004308 ops->init = r8153_init;
4309 ops->enable = rtl8153_enable;
4310 ops->disable = rtl8153_disable;
4311 ops->up = rtl8153_up;
4312 ops->down = rtl8153_down;
4313 ops->unload = rtl8153_unload;
4314 ops->eee_get = r8153_get_eee;
4315 ops->eee_set = r8153_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004316 ops->in_nway = rtl8153_in_nway;
hayeswanga028a9e2016-06-13 17:49:36 +08004317 ops->hw_phy_cfg = r8153_hw_phy_cfg;
hayeswang2609af12016-07-05 16:11:46 +08004318 ops->autosuspend_en = rtl8153_runtime_enable;
hayeswangc81229c2014-01-02 11:22:42 +08004319 break;
4320
4321 default:
hayeswang55b65472014-11-06 12:47:39 +08004322 ret = -ENODEV;
4323 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
hayeswangc81229c2014-01-02 11:22:42 +08004324 break;
4325 }
4326
4327 return ret;
4328}
4329
hayeswangac718b62013-05-02 16:01:25 +00004330static int rtl8152_probe(struct usb_interface *intf,
4331 const struct usb_device_id *id)
4332{
4333 struct usb_device *udev = interface_to_usbdev(intf);
4334 struct r8152 *tp;
4335 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08004336 int ret;
hayeswangac718b62013-05-02 16:01:25 +00004337
hayeswang10c32712014-03-04 20:47:48 +08004338 if (udev->actconfig->desc.bConfigurationValue != 1) {
4339 usb_driver_set_configuration(udev, 1);
4340 return -ENODEV;
4341 }
4342
4343 usb_reset_device(udev);
hayeswangac718b62013-05-02 16:01:25 +00004344 netdev = alloc_etherdev(sizeof(struct r8152));
4345 if (!netdev) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004346 dev_err(&intf->dev, "Out of memory\n");
hayeswangac718b62013-05-02 16:01:25 +00004347 return -ENOMEM;
4348 }
4349
hayeswangebc2ec482013-08-14 20:54:38 +08004350 SET_NETDEV_DEV(netdev, &intf->dev);
hayeswangac718b62013-05-02 16:01:25 +00004351 tp = netdev_priv(netdev);
4352 tp->msg_enable = 0x7FFF;
4353
hayeswange3ad4122014-01-06 17:08:42 +08004354 tp->udev = udev;
4355 tp->netdev = netdev;
4356 tp->intf = intf;
4357
hayeswang82cf94c2014-11-06 12:47:38 +08004358 r8152b_get_version(tp);
hayeswang55b65472014-11-06 12:47:39 +08004359 ret = rtl_ops_init(tp);
hayeswang31ca1de2014-01-06 17:08:43 +08004360 if (ret)
4361 goto out;
hayeswangc81229c2014-01-02 11:22:42 +08004362
hayeswangb5403272014-10-09 18:00:26 +08004363 mutex_init(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004364 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
hayeswanga028a9e2016-06-13 17:49:36 +08004365 INIT_DELAYED_WORK(&tp->hw_phy_work, rtl_hw_phy_work_func_t);
hayeswangac718b62013-05-02 16:01:25 +00004366
hayeswangac718b62013-05-02 16:01:25 +00004367 netdev->netdev_ops = &rtl8152_netdev_ops;
4368 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
hayeswang5bd23882013-08-14 20:54:39 +08004369
hayeswang60c89072014-03-07 11:04:39 +08004370 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004371 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
hayeswangc5554292014-09-12 10:43:11 +08004372 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
4373 NETIF_F_HW_VLAN_CTAG_TX;
hayeswang60c89072014-03-07 11:04:39 +08004374 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004375 NETIF_F_TSO | NETIF_F_FRAGLIST |
hayeswangc5554292014-09-12 10:43:11 +08004376 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
hayeswangccc39fa2015-02-06 11:30:49 +08004377 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
hayeswangc5554292014-09-12 10:43:11 +08004378 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
4379 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
4380 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
hayeswangdb8515e2014-03-06 15:07:16 +08004381
hayeswang19c0f402017-01-11 16:25:34 +08004382 if (tp->version == RTL_VER_01) {
4383 netdev->features &= ~NETIF_F_RXCSUM;
4384 netdev->hw_features &= ~NETIF_F_RXCSUM;
4385 }
4386
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00004387 netdev->ethtool_ops = &ops;
hayeswang60c89072014-03-07 11:04:39 +08004388 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
hayeswangac718b62013-05-02 16:01:25 +00004389
Jarod Wilsonf77f0ae2016-10-20 13:55:17 -04004390 /* MTU range: 68 - 1500 or 9194 */
4391 netdev->min_mtu = ETH_MIN_MTU;
4392 switch (tp->version) {
4393 case RTL_VER_01:
4394 case RTL_VER_02:
4395 netdev->max_mtu = ETH_DATA_LEN;
4396 break;
4397 default:
4398 netdev->max_mtu = RTL8153_MAX_MTU;
4399 break;
4400 }
4401
hayeswangac718b62013-05-02 16:01:25 +00004402 tp->mii.dev = netdev;
4403 tp->mii.mdio_read = read_mii_word;
4404 tp->mii.mdio_write = write_mii_word;
4405 tp->mii.phy_id_mask = 0x3f;
4406 tp->mii.reg_num_mask = 0x1f;
4407 tp->mii.phy_id = R8152_PHY_ID;
hayeswangac718b62013-05-02 16:01:25 +00004408
hayeswang464ec102015-02-12 14:33:46 +08004409 switch (udev->speed) {
4410 case USB_SPEED_SUPER:
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02004411 case USB_SPEED_SUPER_PLUS:
hayeswang464ec102015-02-12 14:33:46 +08004412 tp->coalesce = COALESCE_SUPER;
4413 break;
4414 case USB_SPEED_HIGH:
4415 tp->coalesce = COALESCE_HIGH;
4416 break;
4417 default:
4418 tp->coalesce = COALESCE_SLOW;
4419 break;
4420 }
4421
hayeswangaa7e26b2016-06-13 17:49:38 +08004422 tp->autoneg = AUTONEG_ENABLE;
4423 tp->speed = tp->mii.supports_gmii ? SPEED_1000 : SPEED_100;
4424 tp->duplex = DUPLEX_FULL;
4425
hayeswang9a4be1b2014-02-18 21:49:07 +08004426 intf->needs_remote_wakeup = 1;
4427
hayeswangc81229c2014-01-02 11:22:42 +08004428 tp->rtl_ops.init(tp);
hayeswanga028a9e2016-06-13 17:49:36 +08004429 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
hayeswangac718b62013-05-02 16:01:25 +00004430 set_ethernet_addr(tp);
4431
hayeswangac718b62013-05-02 16:01:25 +00004432 usb_set_intfdata(intf, tp);
hayeswangd823ab62015-01-12 12:06:23 +08004433 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
hayeswangac718b62013-05-02 16:01:25 +00004434
hayeswangebc2ec482013-08-14 20:54:38 +08004435 ret = register_netdev(netdev);
4436 if (ret != 0) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004437 netif_err(tp, probe, netdev, "couldn't register the device\n");
hayeswangebc2ec482013-08-14 20:54:38 +08004438 goto out1;
hayeswangac718b62013-05-02 16:01:25 +00004439 }
4440
hayeswang7daed8d2015-07-24 13:54:24 +08004441 if (!rtl_can_wakeup(tp))
4442 __rtl_set_wol(tp, 0);
4443
hayeswang21ff2e82014-02-18 21:49:06 +08004444 tp->saved_wolopts = __rtl_get_wol(tp);
4445 if (tp->saved_wolopts)
4446 device_set_wakeup_enable(&udev->dev, true);
4447 else
4448 device_set_wakeup_enable(&udev->dev, false);
4449
Hayes Wang4a8deae2014-01-07 11:18:22 +08004450 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
hayeswangac718b62013-05-02 16:01:25 +00004451
4452 return 0;
4453
hayeswangac718b62013-05-02 16:01:25 +00004454out1:
hayeswangd823ab62015-01-12 12:06:23 +08004455 netif_napi_del(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08004456 usb_set_intfdata(intf, NULL);
hayeswangac718b62013-05-02 16:01:25 +00004457out:
4458 free_netdev(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08004459 return ret;
hayeswangac718b62013-05-02 16:01:25 +00004460}
4461
hayeswangac718b62013-05-02 16:01:25 +00004462static void rtl8152_disconnect(struct usb_interface *intf)
4463{
4464 struct r8152 *tp = usb_get_intfdata(intf);
4465
4466 usb_set_intfdata(intf, NULL);
4467 if (tp) {
hayeswangf561de32014-09-30 16:48:01 +08004468 struct usb_device *udev = tp->udev;
4469
4470 if (udev->state == USB_STATE_NOTATTACHED)
4471 set_bit(RTL8152_UNPLUG, &tp->flags);
4472
hayeswangd823ab62015-01-12 12:06:23 +08004473 netif_napi_del(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00004474 unregister_netdev(tp->netdev);
hayeswanga028a9e2016-06-13 17:49:36 +08004475 cancel_delayed_work_sync(&tp->hw_phy_work);
hayeswangc81229c2014-01-02 11:22:42 +08004476 tp->rtl_ops.unload(tp);
hayeswangac718b62013-05-02 16:01:25 +00004477 free_netdev(tp->netdev);
4478 }
4479}
4480
hayeswangd9a28c52014-12-04 10:43:11 +08004481#define REALTEK_USB_DEVICE(vend, prod) \
4482 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
4483 USB_DEVICE_ID_MATCH_INT_CLASS, \
4484 .idVendor = (vend), \
4485 .idProduct = (prod), \
4486 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
4487}, \
4488{ \
4489 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
4490 USB_DEVICE_ID_MATCH_DEVICE, \
4491 .idVendor = (vend), \
4492 .idProduct = (prod), \
4493 .bInterfaceClass = USB_CLASS_COMM, \
4494 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
4495 .bInterfaceProtocol = USB_CDC_PROTO_NONE
4496
hayeswangac718b62013-05-02 16:01:25 +00004497/* table of devices that work with this driver */
4498static struct usb_device_id rtl8152_table[] = {
hayeswangd9a28c52014-12-04 10:43:11 +08004499 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
4500 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
4501 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
Vasily Titskiy1006da12015-05-06 10:31:21 -04004502 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
hayeswangd248caf2016-10-18 11:41:48 +08004503 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3062)},
4504 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3069)},
4505 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
4506 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x720c)},
4507 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
Zheng Liud065c3c2015-07-07 13:54:12 -07004508 {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
hayeswangac718b62013-05-02 16:01:25 +00004509 {}
4510};
4511
4512MODULE_DEVICE_TABLE(usb, rtl8152_table);
4513
4514static struct usb_driver rtl8152_driver = {
4515 .name = MODULENAME,
hayeswangebc2ec482013-08-14 20:54:38 +08004516 .id_table = rtl8152_table,
hayeswangac718b62013-05-02 16:01:25 +00004517 .probe = rtl8152_probe,
4518 .disconnect = rtl8152_disconnect,
hayeswangac718b62013-05-02 16:01:25 +00004519 .suspend = rtl8152_suspend,
hayeswangebc2ec482013-08-14 20:54:38 +08004520 .resume = rtl8152_resume,
hayeswang7ec25412016-01-04 14:38:46 +08004521 .reset_resume = rtl8152_reset_resume,
hayeswange5011392015-07-29 20:39:08 +08004522 .pre_reset = rtl8152_pre_reset,
4523 .post_reset = rtl8152_post_reset,
hayeswang9a4be1b2014-02-18 21:49:07 +08004524 .supports_autosuspend = 1,
hayeswanga6347822014-02-18 21:49:10 +08004525 .disable_hub_initiated_lpm = 1,
hayeswangac718b62013-05-02 16:01:25 +00004526};
4527
Sachin Kamatb4236daa2013-05-16 17:48:08 +00004528module_usb_driver(rtl8152_driver);
hayeswangac718b62013-05-02 16:01:25 +00004529
4530MODULE_AUTHOR(DRIVER_AUTHOR);
4531MODULE_DESCRIPTION(DRIVER_DESC);
4532MODULE_LICENSE("GPL");
Grant Grundlerc961e872016-07-14 11:27:16 -07004533MODULE_VERSION(DRIVER_VERSION);