blob: d7f20a9b4b9a83befd149c1be56dffa3b8a1d6c9 [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>
hayeswangac718b62013-05-02 16:01:25 +000029
hayeswangd0942472015-09-07 11:57:43 +080030/* Information for net-next */
31#define NETNEXT_VERSION "08"
32
33/* Information for net */
hayeswanga59e6d82016-06-16 10:55:19 +080034#define NET_VERSION "4"
hayeswangd0942472015-09-07 11:57:43 +080035
36#define DRIVER_VERSION "v1." NETNEXT_VERSION "." NET_VERSION
hayeswangac718b62013-05-02 16:01:25 +000037#define DRIVER_AUTHOR "Realtek linux nic maintainers <nic_swsd@realtek.com>"
hayeswang44d942a2014-01-15 10:42:14 +080038#define DRIVER_DESC "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"
hayeswangac718b62013-05-02 16:01:25 +000039#define MODULENAME "r8152"
40
41#define R8152_PHY_ID 32
42
43#define PLA_IDR 0xc000
44#define PLA_RCR 0xc010
45#define PLA_RMS 0xc016
46#define PLA_RXFIFO_CTRL0 0xc0a0
47#define PLA_RXFIFO_CTRL1 0xc0a4
48#define PLA_RXFIFO_CTRL2 0xc0a8
hayeswang65bab842015-02-12 16:20:46 +080049#define PLA_DMY_REG0 0xc0b0
hayeswangac718b62013-05-02 16:01:25 +000050#define PLA_FMC 0xc0b4
51#define PLA_CFG_WOL 0xc0b6
hayeswang43779f82014-01-02 11:25:10 +080052#define PLA_TEREDO_CFG 0xc0bc
hayeswangac718b62013-05-02 16:01:25 +000053#define PLA_MAR 0xcd00
hayeswang43779f82014-01-02 11:25:10 +080054#define PLA_BACKUP 0xd000
hayeswangac718b62013-05-02 16:01:25 +000055#define PAL_BDC_CR 0xd1a0
hayeswang43779f82014-01-02 11:25:10 +080056#define PLA_TEREDO_TIMER 0xd2cc
57#define PLA_REALWOW_TIMER 0xd2e8
hayeswangac718b62013-05-02 16:01:25 +000058#define PLA_LEDSEL 0xdd90
59#define PLA_LED_FEATURE 0xdd92
60#define PLA_PHYAR 0xde00
hayeswang43779f82014-01-02 11:25:10 +080061#define PLA_BOOT_CTRL 0xe004
hayeswangac718b62013-05-02 16:01:25 +000062#define PLA_GPHY_INTR_IMR 0xe022
63#define PLA_EEE_CR 0xe040
64#define PLA_EEEP_CR 0xe080
65#define PLA_MAC_PWR_CTRL 0xe0c0
hayeswang43779f82014-01-02 11:25:10 +080066#define PLA_MAC_PWR_CTRL2 0xe0ca
67#define PLA_MAC_PWR_CTRL3 0xe0cc
68#define PLA_MAC_PWR_CTRL4 0xe0ce
69#define PLA_WDT6_CTRL 0xe428
hayeswangac718b62013-05-02 16:01:25 +000070#define PLA_TCR0 0xe610
71#define PLA_TCR1 0xe612
hayeswang69b4b7a2014-07-10 10:58:54 +080072#define PLA_MTPS 0xe615
hayeswangac718b62013-05-02 16:01:25 +000073#define PLA_TXFIFO_CTRL 0xe618
hayeswang4f1d4d52014-03-11 16:24:19 +080074#define PLA_RSTTALLY 0xe800
hayeswangac718b62013-05-02 16:01:25 +000075#define PLA_CR 0xe813
76#define PLA_CRWECR 0xe81c
hayeswang21ff2e82014-02-18 21:49:06 +080077#define PLA_CONFIG12 0xe81e /* CONFIG1, CONFIG2 */
78#define PLA_CONFIG34 0xe820 /* CONFIG3, CONFIG4 */
hayeswangac718b62013-05-02 16:01:25 +000079#define PLA_CONFIG5 0xe822
80#define PLA_PHY_PWR 0xe84c
81#define PLA_OOB_CTRL 0xe84f
82#define PLA_CPCR 0xe854
83#define PLA_MISC_0 0xe858
84#define PLA_MISC_1 0xe85a
85#define PLA_OCP_GPHY_BASE 0xe86c
hayeswang4f1d4d52014-03-11 16:24:19 +080086#define PLA_TALLYCNT 0xe890
hayeswangac718b62013-05-02 16:01:25 +000087#define PLA_SFF_STS_7 0xe8de
88#define PLA_PHYSTATUS 0xe908
89#define PLA_BP_BA 0xfc26
90#define PLA_BP_0 0xfc28
91#define PLA_BP_1 0xfc2a
92#define PLA_BP_2 0xfc2c
93#define PLA_BP_3 0xfc2e
94#define PLA_BP_4 0xfc30
95#define PLA_BP_5 0xfc32
96#define PLA_BP_6 0xfc34
97#define PLA_BP_7 0xfc36
hayeswang43779f82014-01-02 11:25:10 +080098#define PLA_BP_EN 0xfc38
hayeswangac718b62013-05-02 16:01:25 +000099
hayeswang65bab842015-02-12 16:20:46 +0800100#define USB_USB2PHY 0xb41e
101#define USB_SSPHYLINK2 0xb428
hayeswang43779f82014-01-02 11:25:10 +0800102#define USB_U2P3_CTRL 0xb460
hayeswang65bab842015-02-12 16:20:46 +0800103#define USB_CSR_DUMMY1 0xb464
104#define USB_CSR_DUMMY2 0xb466
hayeswangac718b62013-05-02 16:01:25 +0000105#define USB_DEV_STAT 0xb808
hayeswang65bab842015-02-12 16:20:46 +0800106#define USB_CONNECT_TIMER 0xcbf8
107#define USB_BURST_SIZE 0xcfc0
hayeswangac718b62013-05-02 16:01:25 +0000108#define USB_USB_CTRL 0xd406
109#define USB_PHY_CTRL 0xd408
110#define USB_TX_AGG 0xd40a
111#define USB_RX_BUF_TH 0xd40c
112#define USB_USB_TIMER 0xd428
hayeswang464ec102015-02-12 14:33:46 +0800113#define USB_RX_EARLY_TIMEOUT 0xd42c
114#define USB_RX_EARLY_SIZE 0xd42e
hayeswangac718b62013-05-02 16:01:25 +0000115#define USB_PM_CTRL_STATUS 0xd432
116#define USB_TX_DMA 0xd434
hayeswang43779f82014-01-02 11:25:10 +0800117#define USB_TOLERANCE 0xd490
118#define USB_LPM_CTRL 0xd41a
hayeswang93fe9b12016-06-16 10:55:18 +0800119#define USB_BMU_RESET 0xd4b0
hayeswangac718b62013-05-02 16:01:25 +0000120#define USB_UPS_CTRL 0xd800
hayeswang43779f82014-01-02 11:25:10 +0800121#define USB_MISC_0 0xd81a
122#define USB_POWER_CUT 0xd80a
123#define USB_AFE_CTRL2 0xd824
124#define USB_WDT11_CTRL 0xe43c
hayeswangac718b62013-05-02 16:01:25 +0000125#define USB_BP_BA 0xfc26
126#define USB_BP_0 0xfc28
127#define USB_BP_1 0xfc2a
128#define USB_BP_2 0xfc2c
129#define USB_BP_3 0xfc2e
130#define USB_BP_4 0xfc30
131#define USB_BP_5 0xfc32
132#define USB_BP_6 0xfc34
133#define USB_BP_7 0xfc36
hayeswang43779f82014-01-02 11:25:10 +0800134#define USB_BP_EN 0xfc38
hayeswangac718b62013-05-02 16:01:25 +0000135
136/* OCP Registers */
137#define OCP_ALDPS_CONFIG 0x2010
138#define OCP_EEE_CONFIG1 0x2080
139#define OCP_EEE_CONFIG2 0x2092
140#define OCP_EEE_CONFIG3 0x2094
hayeswangac244d32014-01-02 11:22:40 +0800141#define OCP_BASE_MII 0xa400
hayeswangac718b62013-05-02 16:01:25 +0000142#define OCP_EEE_AR 0xa41a
143#define OCP_EEE_DATA 0xa41c
hayeswang43779f82014-01-02 11:25:10 +0800144#define OCP_PHY_STATUS 0xa420
145#define OCP_POWER_CFG 0xa430
146#define OCP_EEE_CFG 0xa432
147#define OCP_SRAM_ADDR 0xa436
148#define OCP_SRAM_DATA 0xa438
149#define OCP_DOWN_SPEED 0xa442
hayeswangdf35d282014-09-25 20:54:02 +0800150#define OCP_EEE_ABLE 0xa5c4
hayeswang4c4a6b12014-09-25 20:54:00 +0800151#define OCP_EEE_ADV 0xa5d0
hayeswangdf35d282014-09-25 20:54:02 +0800152#define OCP_EEE_LPABLE 0xa5d2
hayeswang2dd49e02015-09-07 11:57:44 +0800153#define OCP_PHY_STATE 0xa708 /* nway state for 8153 */
hayeswang43779f82014-01-02 11:25:10 +0800154#define OCP_ADC_CFG 0xbc06
155
156/* SRAM Register */
157#define SRAM_LPF_CFG 0x8012
158#define SRAM_10M_AMP1 0x8080
159#define SRAM_10M_AMP2 0x8082
160#define SRAM_IMPEDANCE 0x8084
hayeswangac718b62013-05-02 16:01:25 +0000161
162/* PLA_RCR */
163#define RCR_AAP 0x00000001
164#define RCR_APM 0x00000002
165#define RCR_AM 0x00000004
166#define RCR_AB 0x00000008
167#define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB)
168
169/* PLA_RXFIFO_CTRL0 */
170#define RXFIFO_THR1_NORMAL 0x00080002
171#define RXFIFO_THR1_OOB 0x01800003
172
173/* PLA_RXFIFO_CTRL1 */
174#define RXFIFO_THR2_FULL 0x00000060
175#define RXFIFO_THR2_HIGH 0x00000038
176#define RXFIFO_THR2_OOB 0x0000004a
hayeswang43779f82014-01-02 11:25:10 +0800177#define RXFIFO_THR2_NORMAL 0x00a0
hayeswangac718b62013-05-02 16:01:25 +0000178
179/* PLA_RXFIFO_CTRL2 */
180#define RXFIFO_THR3_FULL 0x00000078
181#define RXFIFO_THR3_HIGH 0x00000048
182#define RXFIFO_THR3_OOB 0x0000005a
hayeswang43779f82014-01-02 11:25:10 +0800183#define RXFIFO_THR3_NORMAL 0x0110
hayeswangac718b62013-05-02 16:01:25 +0000184
185/* PLA_TXFIFO_CTRL */
186#define TXFIFO_THR_NORMAL 0x00400008
hayeswang43779f82014-01-02 11:25:10 +0800187#define TXFIFO_THR_NORMAL2 0x01000008
hayeswangac718b62013-05-02 16:01:25 +0000188
hayeswang65bab842015-02-12 16:20:46 +0800189/* PLA_DMY_REG0 */
190#define ECM_ALDPS 0x0002
191
hayeswangac718b62013-05-02 16:01:25 +0000192/* PLA_FMC */
193#define FMC_FCR_MCU_EN 0x0001
194
195/* PLA_EEEP_CR */
196#define EEEP_CR_EEEP_TX 0x0002
197
hayeswang43779f82014-01-02 11:25:10 +0800198/* PLA_WDT6_CTRL */
199#define WDT6_SET_MODE 0x0010
200
hayeswangac718b62013-05-02 16:01:25 +0000201/* PLA_TCR0 */
202#define TCR0_TX_EMPTY 0x0800
203#define TCR0_AUTO_FIFO 0x0080
204
205/* PLA_TCR1 */
206#define VERSION_MASK 0x7cf0
207
hayeswang69b4b7a2014-07-10 10:58:54 +0800208/* PLA_MTPS */
209#define MTPS_JUMBO (12 * 1024 / 64)
210#define MTPS_DEFAULT (6 * 1024 / 64)
211
hayeswang4f1d4d52014-03-11 16:24:19 +0800212/* PLA_RSTTALLY */
213#define TALLY_RESET 0x0001
214
hayeswangac718b62013-05-02 16:01:25 +0000215/* PLA_CR */
216#define CR_RST 0x10
217#define CR_RE 0x08
218#define CR_TE 0x04
219
220/* PLA_CRWECR */
221#define CRWECR_NORAML 0x00
222#define CRWECR_CONFIG 0xc0
223
224/* PLA_OOB_CTRL */
225#define NOW_IS_OOB 0x80
226#define TXFIFO_EMPTY 0x20
227#define RXFIFO_EMPTY 0x10
228#define LINK_LIST_READY 0x02
229#define DIS_MCU_CLROOB 0x01
230#define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY)
231
232/* PLA_MISC_1 */
233#define RXDY_GATED_EN 0x0008
234
235/* PLA_SFF_STS_7 */
236#define RE_INIT_LL 0x8000
237#define MCU_BORW_EN 0x4000
238
239/* PLA_CPCR */
240#define CPCR_RX_VLAN 0x0040
241
242/* PLA_CFG_WOL */
243#define MAGIC_EN 0x0001
244
hayeswang43779f82014-01-02 11:25:10 +0800245/* PLA_TEREDO_CFG */
246#define TEREDO_SEL 0x8000
247#define TEREDO_WAKE_MASK 0x7f00
248#define TEREDO_RS_EVENT_MASK 0x00fe
249#define OOB_TEREDO_EN 0x0001
250
hayeswangac718b62013-05-02 16:01:25 +0000251/* PAL_BDC_CR */
252#define ALDPS_PROXY_MODE 0x0001
253
hayeswang21ff2e82014-02-18 21:49:06 +0800254/* PLA_CONFIG34 */
255#define LINK_ON_WAKE_EN 0x0010
256#define LINK_OFF_WAKE_EN 0x0008
257
hayeswangac718b62013-05-02 16:01:25 +0000258/* PLA_CONFIG5 */
hayeswang21ff2e82014-02-18 21:49:06 +0800259#define BWF_EN 0x0040
260#define MWF_EN 0x0020
261#define UWF_EN 0x0010
hayeswangac718b62013-05-02 16:01:25 +0000262#define LAN_WAKE_EN 0x0002
263
264/* PLA_LED_FEATURE */
265#define LED_MODE_MASK 0x0700
266
267/* PLA_PHY_PWR */
268#define TX_10M_IDLE_EN 0x0080
269#define PFM_PWM_SWITCH 0x0040
270
271/* PLA_MAC_PWR_CTRL */
272#define D3_CLK_GATED_EN 0x00004000
273#define MCU_CLK_RATIO 0x07010f07
274#define MCU_CLK_RATIO_MASK 0x0f0f0f0f
hayeswang43779f82014-01-02 11:25:10 +0800275#define ALDPS_SPDWN_RATIO 0x0f87
276
277/* PLA_MAC_PWR_CTRL2 */
278#define EEE_SPDWN_RATIO 0x8007
279
280/* PLA_MAC_PWR_CTRL3 */
281#define PKT_AVAIL_SPDWN_EN 0x0100
282#define SUSPEND_SPDWN_EN 0x0004
283#define U1U2_SPDWN_EN 0x0002
284#define L1_SPDWN_EN 0x0001
285
286/* PLA_MAC_PWR_CTRL4 */
287#define PWRSAVE_SPDWN_EN 0x1000
288#define RXDV_SPDWN_EN 0x0800
289#define TX10MIDLE_EN 0x0100
290#define TP100_SPDWN_EN 0x0020
291#define TP500_SPDWN_EN 0x0010
292#define TP1000_SPDWN_EN 0x0008
293#define EEE_SPDWN_EN 0x0001
hayeswangac718b62013-05-02 16:01:25 +0000294
295/* PLA_GPHY_INTR_IMR */
296#define GPHY_STS_MSK 0x0001
297#define SPEED_DOWN_MSK 0x0002
298#define SPDWN_RXDV_MSK 0x0004
299#define SPDWN_LINKCHG_MSK 0x0008
300
301/* PLA_PHYAR */
302#define PHYAR_FLAG 0x80000000
303
304/* PLA_EEE_CR */
305#define EEE_RX_EN 0x0001
306#define EEE_TX_EN 0x0002
307
hayeswang43779f82014-01-02 11:25:10 +0800308/* PLA_BOOT_CTRL */
309#define AUTOLOAD_DONE 0x0002
310
hayeswang65bab842015-02-12 16:20:46 +0800311/* USB_USB2PHY */
312#define USB2PHY_SUSPEND 0x0001
313#define USB2PHY_L1 0x0002
314
315/* USB_SSPHYLINK2 */
316#define pwd_dn_scale_mask 0x3ffe
317#define pwd_dn_scale(x) ((x) << 1)
318
319/* USB_CSR_DUMMY1 */
320#define DYNAMIC_BURST 0x0001
321
322/* USB_CSR_DUMMY2 */
323#define EP4_FULL_FC 0x0001
324
hayeswangac718b62013-05-02 16:01:25 +0000325/* USB_DEV_STAT */
326#define STAT_SPEED_MASK 0x0006
327#define STAT_SPEED_HIGH 0x0000
hayeswanga3cc4652014-07-24 16:37:43 +0800328#define STAT_SPEED_FULL 0x0002
hayeswangac718b62013-05-02 16:01:25 +0000329
330/* USB_TX_AGG */
331#define TX_AGG_MAX_THRESHOLD 0x03
332
333/* USB_RX_BUF_TH */
hayeswang43779f82014-01-02 11:25:10 +0800334#define RX_THR_SUPPER 0x0c350180
hayeswang8e1f51b2014-01-02 11:22:41 +0800335#define RX_THR_HIGH 0x7a120180
hayeswang43779f82014-01-02 11:25:10 +0800336#define RX_THR_SLOW 0xffff0180
hayeswangac718b62013-05-02 16:01:25 +0000337
338/* USB_TX_DMA */
339#define TEST_MODE_DISABLE 0x00000001
340#define TX_SIZE_ADJUST1 0x00000100
341
hayeswang93fe9b12016-06-16 10:55:18 +0800342/* USB_BMU_RESET */
343#define BMU_RESET_EP_IN 0x01
344#define BMU_RESET_EP_OUT 0x02
345
hayeswangac718b62013-05-02 16:01:25 +0000346/* USB_UPS_CTRL */
347#define POWER_CUT 0x0100
348
349/* USB_PM_CTRL_STATUS */
hayeswang8e1f51b2014-01-02 11:22:41 +0800350#define RESUME_INDICATE 0x0001
hayeswangac718b62013-05-02 16:01:25 +0000351
352/* USB_USB_CTRL */
353#define RX_AGG_DISABLE 0x0010
hayeswange90fba82015-07-31 11:23:39 +0800354#define RX_ZERO_EN 0x0080
hayeswangac718b62013-05-02 16:01:25 +0000355
hayeswang43779f82014-01-02 11:25:10 +0800356/* USB_U2P3_CTRL */
357#define U2P3_ENABLE 0x0001
358
359/* USB_POWER_CUT */
360#define PWR_EN 0x0001
361#define PHASE2_EN 0x0008
362
363/* USB_MISC_0 */
364#define PCUT_STATUS 0x0001
365
hayeswang464ec102015-02-12 14:33:46 +0800366/* USB_RX_EARLY_TIMEOUT */
367#define COALESCE_SUPER 85000U
368#define COALESCE_HIGH 250000U
369#define COALESCE_SLOW 524280U
hayeswang43779f82014-01-02 11:25:10 +0800370
371/* USB_WDT11_CTRL */
372#define TIMER11_EN 0x0001
373
374/* USB_LPM_CTRL */
hayeswang65bab842015-02-12 16:20:46 +0800375/* bit 4 ~ 5: fifo empty boundary */
376#define FIFO_EMPTY_1FB 0x30 /* 0x1fb * 64 = 32448 bytes */
377/* bit 2 ~ 3: LMP timer */
hayeswang43779f82014-01-02 11:25:10 +0800378#define LPM_TIMER_MASK 0x0c
379#define LPM_TIMER_500MS 0x04 /* 500 ms */
380#define LPM_TIMER_500US 0x0c /* 500 us */
hayeswang65bab842015-02-12 16:20:46 +0800381#define ROK_EXIT_LPM 0x02
hayeswang43779f82014-01-02 11:25:10 +0800382
383/* USB_AFE_CTRL2 */
384#define SEN_VAL_MASK 0xf800
385#define SEN_VAL_NORMAL 0xa000
386#define SEL_RXIDLE 0x0100
387
hayeswangac718b62013-05-02 16:01:25 +0000388/* OCP_ALDPS_CONFIG */
389#define ENPWRSAVE 0x8000
390#define ENPDNPS 0x0200
391#define LINKENA 0x0100
392#define DIS_SDSAVE 0x0010
393
hayeswang43779f82014-01-02 11:25:10 +0800394/* OCP_PHY_STATUS */
395#define PHY_STAT_MASK 0x0007
396#define PHY_STAT_LAN_ON 3
397#define PHY_STAT_PWRDN 5
398
399/* OCP_POWER_CFG */
400#define EEE_CLKDIV_EN 0x8000
401#define EN_ALDPS 0x0004
402#define EN_10M_PLLOFF 0x0001
403
hayeswangac718b62013-05-02 16:01:25 +0000404/* OCP_EEE_CONFIG1 */
405#define RG_TXLPI_MSK_HFDUP 0x8000
406#define RG_MATCLR_EN 0x4000
407#define EEE_10_CAP 0x2000
408#define EEE_NWAY_EN 0x1000
409#define TX_QUIET_EN 0x0200
410#define RX_QUIET_EN 0x0100
hayeswangd24f6132014-09-25 20:54:01 +0800411#define sd_rise_time_mask 0x0070
hayeswang4c4a6b12014-09-25 20:54:00 +0800412#define sd_rise_time(x) (min(x, 7) << 4) /* bit 4 ~ 6 */
hayeswangac718b62013-05-02 16:01:25 +0000413#define RG_RXLPI_MSK_HFDUP 0x0008
414#define SDFALLTIME 0x0007 /* bit 0 ~ 2 */
415
416/* OCP_EEE_CONFIG2 */
417#define RG_LPIHYS_NUM 0x7000 /* bit 12 ~ 15 */
418#define RG_DACQUIET_EN 0x0400
419#define RG_LDVQUIET_EN 0x0200
420#define RG_CKRSEL 0x0020
421#define RG_EEEPRG_EN 0x0010
422
423/* OCP_EEE_CONFIG3 */
hayeswangd24f6132014-09-25 20:54:01 +0800424#define fast_snr_mask 0xff80
hayeswang4c4a6b12014-09-25 20:54:00 +0800425#define fast_snr(x) (min(x, 0x1ff) << 7) /* bit 7 ~ 15 */
hayeswangac718b62013-05-02 16:01:25 +0000426#define RG_LFS_SEL 0x0060 /* bit 6 ~ 5 */
427#define MSK_PH 0x0006 /* bit 0 ~ 3 */
428
429/* OCP_EEE_AR */
430/* bit[15:14] function */
431#define FUN_ADDR 0x0000
432#define FUN_DATA 0x4000
433/* bit[4:0] device addr */
hayeswangac718b62013-05-02 16:01:25 +0000434
hayeswang43779f82014-01-02 11:25:10 +0800435/* OCP_EEE_CFG */
436#define CTAP_SHORT_EN 0x0040
437#define EEE10_EN 0x0010
438
439/* OCP_DOWN_SPEED */
440#define EN_10M_BGOFF 0x0080
441
hayeswang2dd49e02015-09-07 11:57:44 +0800442/* OCP_PHY_STATE */
443#define TXDIS_STATE 0x01
444#define ABD_STATE 0x02
445
hayeswang43779f82014-01-02 11:25:10 +0800446/* OCP_ADC_CFG */
447#define CKADSEL_L 0x0100
448#define ADC_EN 0x0080
449#define EN_EMI_L 0x0040
450
451/* SRAM_LPF_CFG */
452#define LPF_AUTO_TUNE 0x8000
453
454/* SRAM_10M_AMP1 */
455#define GDAC_IB_UPALL 0x0008
456
457/* SRAM_10M_AMP2 */
458#define AMP_DN 0x0200
459
460/* SRAM_IMPEDANCE */
461#define RX_DRIVING_MASK 0x6000
462
hayeswangac718b62013-05-02 16:01:25 +0000463enum rtl_register_content {
hayeswang43779f82014-01-02 11:25:10 +0800464 _1000bps = 0x10,
hayeswangac718b62013-05-02 16:01:25 +0000465 _100bps = 0x08,
466 _10bps = 0x04,
467 LINK_STATUS = 0x02,
468 FULL_DUP = 0x01,
469};
470
hayeswang1764bcd2014-08-28 10:24:18 +0800471#define RTL8152_MAX_TX 4
hayeswangebc2ec482013-08-14 20:54:38 +0800472#define RTL8152_MAX_RX 10
hayeswang40a82912013-08-14 20:54:40 +0800473#define INTBUFSIZE 2
hayeswang8e1f51b2014-01-02 11:22:41 +0800474#define CRC_SIZE 4
475#define TX_ALIGN 4
476#define RX_ALIGN 8
hayeswang40a82912013-08-14 20:54:40 +0800477
478#define INTR_LINK 0x0004
hayeswangebc2ec482013-08-14 20:54:38 +0800479
hayeswangac718b62013-05-02 16:01:25 +0000480#define RTL8152_REQT_READ 0xc0
481#define RTL8152_REQT_WRITE 0x40
482#define RTL8152_REQ_GET_REGS 0x05
483#define RTL8152_REQ_SET_REGS 0x05
484
485#define BYTE_EN_DWORD 0xff
486#define BYTE_EN_WORD 0x33
487#define BYTE_EN_BYTE 0x11
488#define BYTE_EN_SIX_BYTES 0x3f
489#define BYTE_EN_START_MASK 0x0f
490#define BYTE_EN_END_MASK 0xf0
491
hayeswang69b4b7a2014-07-10 10:58:54 +0800492#define RTL8153_MAX_PACKET 9216 /* 9K */
493#define RTL8153_MAX_MTU (RTL8153_MAX_PACKET - VLAN_ETH_HLEN - VLAN_HLEN)
hayeswangac718b62013-05-02 16:01:25 +0000494#define RTL8152_RMS (VLAN_ETH_FRAME_LEN + VLAN_HLEN)
hayeswang69b4b7a2014-07-10 10:58:54 +0800495#define RTL8153_RMS RTL8153_MAX_PACKET
hayeswangb8125402014-07-03 11:55:48 +0800496#define RTL8152_TX_TIMEOUT (5 * HZ)
hayeswangd823ab62015-01-12 12:06:23 +0800497#define RTL8152_NAPI_WEIGHT 64
hayeswangac718b62013-05-02 16:01:25 +0000498
499/* rtl8152 flags */
500enum rtl8152_flags {
501 RTL8152_UNPLUG = 0,
hayeswangac718b62013-05-02 16:01:25 +0000502 RTL8152_SET_RX_MODE,
hayeswang40a82912013-08-14 20:54:40 +0800503 WORK_ENABLE,
504 RTL8152_LINK_CHG,
hayeswang9a4be1b2014-02-18 21:49:07 +0800505 SELECTIVE_SUSPEND,
hayeswangaa66a5f2014-02-18 21:49:04 +0800506 PHY_RESET,
hayeswangd823ab62015-01-12 12:06:23 +0800507 SCHEDULE_NAPI,
hayeswangac718b62013-05-02 16:01:25 +0000508};
509
510/* Define these values to match your device */
511#define VENDOR_ID_REALTEK 0x0bda
hayeswang43779f82014-01-02 11:25:10 +0800512#define VENDOR_ID_SAMSUNG 0x04e8
Christian Hesse347eec32015-03-31 14:10:07 +0200513#define VENDOR_ID_LENOVO 0x17ef
Zheng Liud065c3c2015-07-07 13:54:12 -0700514#define VENDOR_ID_NVIDIA 0x0955
hayeswangac718b62013-05-02 16:01:25 +0000515
516#define MCU_TYPE_PLA 0x0100
517#define MCU_TYPE_USB 0x0000
518
hayeswang4f1d4d52014-03-11 16:24:19 +0800519struct tally_counter {
520 __le64 tx_packets;
521 __le64 rx_packets;
522 __le64 tx_errors;
523 __le32 rx_errors;
524 __le16 rx_missed;
525 __le16 align_errors;
526 __le32 tx_one_collision;
527 __le32 tx_multi_collision;
528 __le64 rx_unicast;
529 __le64 rx_broadcast;
530 __le32 rx_multicast;
531 __le16 tx_aborted;
hayeswangf37119c2014-10-28 14:05:51 +0800532 __le16 tx_underrun;
hayeswang4f1d4d52014-03-11 16:24:19 +0800533};
534
hayeswangac718b62013-05-02 16:01:25 +0000535struct rx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800536 __le32 opts1;
hayeswangac718b62013-05-02 16:01:25 +0000537#define RX_LEN_MASK 0x7fff
hayeswang565cab02014-03-07 11:04:38 +0800538
hayeswang500b6d72013-11-20 17:30:57 +0800539 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800540#define RD_UDP_CS BIT(23)
541#define RD_TCP_CS BIT(22)
542#define RD_IPV6_CS BIT(20)
543#define RD_IPV4_CS BIT(19)
hayeswang565cab02014-03-07 11:04:38 +0800544
hayeswang500b6d72013-11-20 17:30:57 +0800545 __le32 opts3;
hayeswangf5aaaa62015-02-06 11:30:51 +0800546#define IPF BIT(23) /* IP checksum fail */
547#define UDPF BIT(22) /* UDP checksum fail */
548#define TCPF BIT(21) /* TCP checksum fail */
549#define RX_VLAN_TAG BIT(16)
hayeswang565cab02014-03-07 11:04:38 +0800550
hayeswang500b6d72013-11-20 17:30:57 +0800551 __le32 opts4;
552 __le32 opts5;
553 __le32 opts6;
hayeswangac718b62013-05-02 16:01:25 +0000554};
555
556struct tx_desc {
hayeswang500b6d72013-11-20 17:30:57 +0800557 __le32 opts1;
hayeswangf5aaaa62015-02-06 11:30:51 +0800558#define TX_FS BIT(31) /* First segment of a packet */
559#define TX_LS BIT(30) /* Final segment of a packet */
560#define GTSENDV4 BIT(28)
561#define GTSENDV6 BIT(27)
hayeswang60c89072014-03-07 11:04:39 +0800562#define GTTCPHO_SHIFT 18
hayeswang6128d1bb2014-03-07 11:04:40 +0800563#define GTTCPHO_MAX 0x7fU
hayeswang60c89072014-03-07 11:04:39 +0800564#define TX_LEN_MAX 0x3ffffU
hayeswang5bd23882013-08-14 20:54:39 +0800565
hayeswang500b6d72013-11-20 17:30:57 +0800566 __le32 opts2;
hayeswangf5aaaa62015-02-06 11:30:51 +0800567#define UDP_CS BIT(31) /* Calculate UDP/IP checksum */
568#define TCP_CS BIT(30) /* Calculate TCP/IP checksum */
569#define IPV4_CS BIT(29) /* Calculate IPv4 checksum */
570#define IPV6_CS BIT(28) /* Calculate IPv6 checksum */
hayeswang60c89072014-03-07 11:04:39 +0800571#define MSS_SHIFT 17
572#define MSS_MAX 0x7ffU
573#define TCPHO_SHIFT 17
hayeswang6128d1bb2014-03-07 11:04:40 +0800574#define TCPHO_MAX 0x7ffU
hayeswangf5aaaa62015-02-06 11:30:51 +0800575#define TX_VLAN_TAG BIT(16)
hayeswangac718b62013-05-02 16:01:25 +0000576};
577
hayeswangdff4e8a2013-08-16 16:09:33 +0800578struct r8152;
579
hayeswangebc2ec482013-08-14 20:54:38 +0800580struct rx_agg {
581 struct list_head list;
582 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800583 struct r8152 *context;
hayeswangebc2ec482013-08-14 20:54:38 +0800584 void *buffer;
585 void *head;
586};
587
588struct tx_agg {
589 struct list_head list;
590 struct urb *urb;
hayeswangdff4e8a2013-08-16 16:09:33 +0800591 struct r8152 *context;
hayeswangebc2ec482013-08-14 20:54:38 +0800592 void *buffer;
593 void *head;
594 u32 skb_num;
595 u32 skb_len;
596};
597
hayeswangac718b62013-05-02 16:01:25 +0000598struct r8152 {
599 unsigned long flags;
600 struct usb_device *udev;
hayeswangd823ab62015-01-12 12:06:23 +0800601 struct napi_struct napi;
hayeswang40a82912013-08-14 20:54:40 +0800602 struct usb_interface *intf;
hayeswangac718b62013-05-02 16:01:25 +0000603 struct net_device *netdev;
hayeswang40a82912013-08-14 20:54:40 +0800604 struct urb *intr_urb;
hayeswangebc2ec482013-08-14 20:54:38 +0800605 struct tx_agg tx_info[RTL8152_MAX_TX];
606 struct rx_agg rx_info[RTL8152_MAX_RX];
607 struct list_head rx_done, tx_free;
hayeswangd823ab62015-01-12 12:06:23 +0800608 struct sk_buff_head tx_queue, rx_queue;
hayeswangebc2ec482013-08-14 20:54:38 +0800609 spinlock_t rx_lock, tx_lock;
hayeswangac718b62013-05-02 16:01:25 +0000610 struct delayed_work schedule;
611 struct mii_if_info mii;
hayeswangb5403272014-10-09 18:00:26 +0800612 struct mutex control; /* use for hw setting */
hayeswang5ee3c602016-01-07 17:12:17 +0800613#ifdef CONFIG_PM_SLEEP
614 struct notifier_block pm_notifier;
615#endif
hayeswangc81229c2014-01-02 11:22:42 +0800616
617 struct rtl_ops {
618 void (*init)(struct r8152 *);
619 int (*enable)(struct r8152 *);
620 void (*disable)(struct r8152 *);
hayeswang7e9da482014-02-18 21:49:05 +0800621 void (*up)(struct r8152 *);
hayeswangc81229c2014-01-02 11:22:42 +0800622 void (*down)(struct r8152 *);
623 void (*unload)(struct r8152 *);
hayeswangdf35d282014-09-25 20:54:02 +0800624 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
625 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
hayeswang2dd49e02015-09-07 11:57:44 +0800626 bool (*in_nway)(struct r8152 *);
hayeswangc81229c2014-01-02 11:22:42 +0800627 } rtl_ops;
628
hayeswang40a82912013-08-14 20:54:40 +0800629 int intr_interval;
hayeswang21ff2e82014-02-18 21:49:06 +0800630 u32 saved_wolopts;
hayeswangac718b62013-05-02 16:01:25 +0000631 u32 msg_enable;
hayeswangdd1b1192013-11-20 17:30:56 +0800632 u32 tx_qlen;
hayeswang464ec102015-02-12 14:33:46 +0800633 u32 coalesce;
hayeswangac718b62013-05-02 16:01:25 +0000634 u16 ocp_base;
hayeswang40a82912013-08-14 20:54:40 +0800635 u8 *intr_buff;
hayeswangac718b62013-05-02 16:01:25 +0000636 u8 version;
hayeswangac718b62013-05-02 16:01:25 +0000637};
638
639enum rtl_version {
640 RTL_VER_UNKNOWN = 0,
641 RTL_VER_01,
hayeswang43779f82014-01-02 11:25:10 +0800642 RTL_VER_02,
643 RTL_VER_03,
644 RTL_VER_04,
645 RTL_VER_05,
hayeswangfb02eb42015-07-22 15:27:41 +0800646 RTL_VER_06,
hayeswang43779f82014-01-02 11:25:10 +0800647 RTL_VER_MAX
hayeswangac718b62013-05-02 16:01:25 +0000648};
649
hayeswang60c89072014-03-07 11:04:39 +0800650enum tx_csum_stat {
651 TX_CSUM_SUCCESS = 0,
652 TX_CSUM_TSO,
653 TX_CSUM_NONE
654};
655
hayeswangac718b62013-05-02 16:01:25 +0000656/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
657 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
658 */
659static const int multicast_filter_limit = 32;
hayeswang52aec122014-09-02 10:27:52 +0800660static unsigned int agg_buf_sz = 16384;
hayeswangac718b62013-05-02 16:01:25 +0000661
hayeswang52aec122014-09-02 10:27:52 +0800662#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
hayeswang60c89072014-03-07 11:04:39 +0800663 VLAN_ETH_HLEN - VLAN_HLEN)
664
hayeswangac718b62013-05-02 16:01:25 +0000665static
666int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
667{
hayeswang31787f52013-07-31 17:21:25 +0800668 int ret;
669 void *tmp;
670
671 tmp = kmalloc(size, GFP_KERNEL);
672 if (!tmp)
673 return -ENOMEM;
674
675 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800676 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
677 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800678
679 memcpy(data, tmp, size);
680 kfree(tmp);
681
682 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000683}
684
685static
686int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
687{
hayeswang31787f52013-07-31 17:21:25 +0800688 int ret;
689 void *tmp;
690
Benoit Tainec4438f02014-05-26 17:21:23 +0200691 tmp = kmemdup(data, size, GFP_KERNEL);
hayeswang31787f52013-07-31 17:21:25 +0800692 if (!tmp)
693 return -ENOMEM;
694
hayeswang31787f52013-07-31 17:21:25 +0800695 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
hayeswangb209af92014-08-25 15:53:00 +0800696 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
697 value, index, tmp, size, 500);
hayeswang31787f52013-07-31 17:21:25 +0800698
699 kfree(tmp);
hayeswangdb8515e2014-03-06 15:07:16 +0800700
hayeswang31787f52013-07-31 17:21:25 +0800701 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000702}
703
704static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
hayeswangb209af92014-08-25 15:53:00 +0800705 void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000706{
hayeswang45f4a192014-01-06 17:08:41 +0800707 u16 limit = 64;
708 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +0000709
710 if (test_bit(RTL8152_UNPLUG, &tp->flags))
711 return -ENODEV;
712
713 /* both size and indix must be 4 bytes align */
714 if ((size & 3) || !size || (index & 3) || !data)
715 return -EPERM;
716
717 if ((u32)index + (u32)size > 0xffff)
718 return -EPERM;
719
720 while (size) {
721 if (size > limit) {
722 ret = get_registers(tp, index, type, limit, data);
723 if (ret < 0)
724 break;
725
726 index += limit;
727 data += limit;
728 size -= limit;
729 } else {
730 ret = get_registers(tp, index, type, size, data);
731 if (ret < 0)
732 break;
733
734 index += size;
735 data += size;
736 size = 0;
737 break;
738 }
739 }
740
hayeswang67610492014-10-30 11:46:40 +0800741 if (ret == -ENODEV)
742 set_bit(RTL8152_UNPLUG, &tp->flags);
743
hayeswangac718b62013-05-02 16:01:25 +0000744 return ret;
745}
746
747static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
hayeswangb209af92014-08-25 15:53:00 +0800748 u16 size, void *data, u16 type)
hayeswangac718b62013-05-02 16:01:25 +0000749{
hayeswang45f4a192014-01-06 17:08:41 +0800750 int ret;
751 u16 byteen_start, byteen_end, byen;
752 u16 limit = 512;
hayeswangac718b62013-05-02 16:01:25 +0000753
754 if (test_bit(RTL8152_UNPLUG, &tp->flags))
755 return -ENODEV;
756
757 /* both size and indix must be 4 bytes align */
758 if ((size & 3) || !size || (index & 3) || !data)
759 return -EPERM;
760
761 if ((u32)index + (u32)size > 0xffff)
762 return -EPERM;
763
764 byteen_start = byteen & BYTE_EN_START_MASK;
765 byteen_end = byteen & BYTE_EN_END_MASK;
766
767 byen = byteen_start | (byteen_start << 4);
768 ret = set_registers(tp, index, type | byen, 4, data);
769 if (ret < 0)
770 goto error1;
771
772 index += 4;
773 data += 4;
774 size -= 4;
775
776 if (size) {
777 size -= 4;
778
779 while (size) {
780 if (size > limit) {
781 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800782 type | BYTE_EN_DWORD,
783 limit, data);
hayeswangac718b62013-05-02 16:01:25 +0000784 if (ret < 0)
785 goto error1;
786
787 index += limit;
788 data += limit;
789 size -= limit;
790 } else {
791 ret = set_registers(tp, index,
hayeswangb209af92014-08-25 15:53:00 +0800792 type | BYTE_EN_DWORD,
793 size, data);
hayeswangac718b62013-05-02 16:01:25 +0000794 if (ret < 0)
795 goto error1;
796
797 index += size;
798 data += size;
799 size = 0;
800 break;
801 }
802 }
803
804 byen = byteen_end | (byteen_end >> 4);
805 ret = set_registers(tp, index, type | byen, 4, data);
806 if (ret < 0)
807 goto error1;
808 }
809
810error1:
hayeswang67610492014-10-30 11:46:40 +0800811 if (ret == -ENODEV)
812 set_bit(RTL8152_UNPLUG, &tp->flags);
813
hayeswangac718b62013-05-02 16:01:25 +0000814 return ret;
815}
816
817static inline
818int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
819{
820 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
821}
822
823static inline
824int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
825{
826 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
827}
828
829static inline
830int usb_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
831{
832 return generic_ocp_read(tp, index, size, data, MCU_TYPE_USB);
833}
834
835static inline
836int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
837{
838 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
839}
840
841static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
842{
hayeswangc8826de2013-07-31 17:21:26 +0800843 __le32 data;
hayeswangac718b62013-05-02 16:01:25 +0000844
hayeswangc8826de2013-07-31 17:21:26 +0800845 generic_ocp_read(tp, index, sizeof(data), &data, type);
hayeswangac718b62013-05-02 16:01:25 +0000846
847 return __le32_to_cpu(data);
848}
849
850static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
851{
hayeswangc8826de2013-07-31 17:21:26 +0800852 __le32 tmp = __cpu_to_le32(data);
853
854 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000855}
856
857static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
858{
859 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800860 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000861 u8 shift = index & 2;
862
863 index &= ~3;
864
hayeswangc8826de2013-07-31 17:21:26 +0800865 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000866
hayeswangc8826de2013-07-31 17:21:26 +0800867 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000868 data >>= (shift * 8);
869 data &= 0xffff;
870
871 return (u16)data;
872}
873
874static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
875{
hayeswangc8826de2013-07-31 17:21:26 +0800876 u32 mask = 0xffff;
877 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000878 u16 byen = BYTE_EN_WORD;
879 u8 shift = index & 2;
880
881 data &= mask;
882
883 if (index & 2) {
884 byen <<= shift;
885 mask <<= (shift * 8);
886 data <<= (shift * 8);
887 index &= ~3;
888 }
889
hayeswangc8826de2013-07-31 17:21:26 +0800890 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000891
hayeswangc8826de2013-07-31 17:21:26 +0800892 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000893}
894
895static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
896{
897 u32 data;
hayeswangc8826de2013-07-31 17:21:26 +0800898 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000899 u8 shift = index & 3;
900
901 index &= ~3;
902
hayeswangc8826de2013-07-31 17:21:26 +0800903 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000904
hayeswangc8826de2013-07-31 17:21:26 +0800905 data = __le32_to_cpu(tmp);
hayeswangac718b62013-05-02 16:01:25 +0000906 data >>= (shift * 8);
907 data &= 0xff;
908
909 return (u8)data;
910}
911
912static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
913{
hayeswangc8826de2013-07-31 17:21:26 +0800914 u32 mask = 0xff;
915 __le32 tmp;
hayeswangac718b62013-05-02 16:01:25 +0000916 u16 byen = BYTE_EN_BYTE;
917 u8 shift = index & 3;
918
919 data &= mask;
920
921 if (index & 3) {
922 byen <<= shift;
923 mask <<= (shift * 8);
924 data <<= (shift * 8);
925 index &= ~3;
926 }
927
hayeswangc8826de2013-07-31 17:21:26 +0800928 tmp = __cpu_to_le32(data);
hayeswangac718b62013-05-02 16:01:25 +0000929
hayeswangc8826de2013-07-31 17:21:26 +0800930 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
hayeswangac718b62013-05-02 16:01:25 +0000931}
932
hayeswangac244d32014-01-02 11:22:40 +0800933static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
934{
935 u16 ocp_base, ocp_index;
936
937 ocp_base = addr & 0xf000;
938 if (ocp_base != tp->ocp_base) {
939 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
940 tp->ocp_base = ocp_base;
941 }
942
943 ocp_index = (addr & 0x0fff) | 0xb000;
944 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
945}
946
hayeswange3fe0b12014-01-02 11:22:39 +0800947static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
948{
949 u16 ocp_base, ocp_index;
950
951 ocp_base = addr & 0xf000;
952 if (ocp_base != tp->ocp_base) {
953 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
954 tp->ocp_base = ocp_base;
955 }
956
957 ocp_index = (addr & 0x0fff) | 0xb000;
958 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
959}
960
hayeswangac244d32014-01-02 11:22:40 +0800961static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
hayeswangac718b62013-05-02 16:01:25 +0000962{
hayeswangac244d32014-01-02 11:22:40 +0800963 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
hayeswangac718b62013-05-02 16:01:25 +0000964}
965
hayeswangac244d32014-01-02 11:22:40 +0800966static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
hayeswangac718b62013-05-02 16:01:25 +0000967{
hayeswangac244d32014-01-02 11:22:40 +0800968 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
hayeswangac718b62013-05-02 16:01:25 +0000969}
970
hayeswang43779f82014-01-02 11:25:10 +0800971static void sram_write(struct r8152 *tp, u16 addr, u16 data)
972{
973 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
974 ocp_reg_write(tp, OCP_SRAM_DATA, data);
975}
976
hayeswangac718b62013-05-02 16:01:25 +0000977static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
978{
979 struct r8152 *tp = netdev_priv(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +0800980 int ret;
hayeswangac718b62013-05-02 16:01:25 +0000981
hayeswang68714382014-04-11 17:54:31 +0800982 if (test_bit(RTL8152_UNPLUG, &tp->flags))
983 return -ENODEV;
984
hayeswangac718b62013-05-02 16:01:25 +0000985 if (phy_id != R8152_PHY_ID)
986 return -EINVAL;
987
hayeswang9a4be1b2014-02-18 21:49:07 +0800988 ret = r8152_mdio_read(tp, reg);
989
hayeswang9a4be1b2014-02-18 21:49:07 +0800990 return ret;
hayeswangac718b62013-05-02 16:01:25 +0000991}
992
993static
994void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
995{
996 struct r8152 *tp = netdev_priv(netdev);
997
hayeswang68714382014-04-11 17:54:31 +0800998 if (test_bit(RTL8152_UNPLUG, &tp->flags))
999 return;
1000
hayeswangac718b62013-05-02 16:01:25 +00001001 if (phy_id != R8152_PHY_ID)
1002 return;
1003
1004 r8152_mdio_write(tp, reg, val);
1005}
1006
hayeswangb209af92014-08-25 15:53:00 +08001007static int
1008r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001009
hayeswang8ba789a2014-09-04 16:15:41 +08001010static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
1011{
1012 struct r8152 *tp = netdev_priv(netdev);
1013 struct sockaddr *addr = p;
hayeswangea6a7112014-10-02 17:03:12 +08001014 int ret = -EADDRNOTAVAIL;
hayeswang8ba789a2014-09-04 16:15:41 +08001015
1016 if (!is_valid_ether_addr(addr->sa_data))
hayeswangea6a7112014-10-02 17:03:12 +08001017 goto out1;
1018
1019 ret = usb_autopm_get_interface(tp->intf);
1020 if (ret < 0)
1021 goto out1;
hayeswang8ba789a2014-09-04 16:15:41 +08001022
hayeswangb5403272014-10-09 18:00:26 +08001023 mutex_lock(&tp->control);
1024
hayeswang8ba789a2014-09-04 16:15:41 +08001025 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
1026
1027 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
1028 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
1029 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
1030
hayeswangb5403272014-10-09 18:00:26 +08001031 mutex_unlock(&tp->control);
1032
hayeswangea6a7112014-10-02 17:03:12 +08001033 usb_autopm_put_interface(tp->intf);
1034out1:
1035 return ret;
hayeswang8ba789a2014-09-04 16:15:41 +08001036}
1037
hayeswang179bb6d2014-09-04 16:15:42 +08001038static int set_ethernet_addr(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00001039{
1040 struct net_device *dev = tp->netdev;
hayeswang179bb6d2014-09-04 16:15:42 +08001041 struct sockaddr sa;
hayeswang8a91c822014-02-18 21:49:01 +08001042 int ret;
hayeswangac718b62013-05-02 16:01:25 +00001043
hayeswang8a91c822014-02-18 21:49:01 +08001044 if (tp->version == RTL_VER_01)
hayeswang179bb6d2014-09-04 16:15:42 +08001045 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001046 else
hayeswang179bb6d2014-09-04 16:15:42 +08001047 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001048
1049 if (ret < 0) {
hayeswang179bb6d2014-09-04 16:15:42 +08001050 netif_err(tp, probe, dev, "Get ether addr fail\n");
1051 } else if (!is_valid_ether_addr(sa.sa_data)) {
1052 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
1053 sa.sa_data);
1054 eth_hw_addr_random(dev);
1055 ether_addr_copy(sa.sa_data, dev->dev_addr);
1056 ret = rtl8152_set_mac_address(dev, &sa);
1057 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1058 sa.sa_data);
hayeswang8a91c822014-02-18 21:49:01 +08001059 } else {
hayeswang179bb6d2014-09-04 16:15:42 +08001060 if (tp->version == RTL_VER_01)
1061 ether_addr_copy(dev->dev_addr, sa.sa_data);
1062 else
1063 ret = rtl8152_set_mac_address(dev, &sa);
hayeswangac718b62013-05-02 16:01:25 +00001064 }
hayeswang179bb6d2014-09-04 16:15:42 +08001065
1066 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001067}
1068
hayeswangac718b62013-05-02 16:01:25 +00001069static void read_bulk_callback(struct urb *urb)
1070{
hayeswangac718b62013-05-02 16:01:25 +00001071 struct net_device *netdev;
hayeswangac718b62013-05-02 16:01:25 +00001072 int status = urb->status;
hayeswangebc2ec482013-08-14 20:54:38 +08001073 struct rx_agg *agg;
1074 struct r8152 *tp;
hayeswangac718b62013-05-02 16:01:25 +00001075
hayeswangebc2ec482013-08-14 20:54:38 +08001076 agg = urb->context;
1077 if (!agg)
1078 return;
1079
1080 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001081 if (!tp)
1082 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001083
hayeswangac718b62013-05-02 16:01:25 +00001084 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1085 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001086
1087 if (!test_bit(WORK_ENABLE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00001088 return;
1089
hayeswangebc2ec482013-08-14 20:54:38 +08001090 netdev = tp->netdev;
hayeswang7559fb2f2013-08-16 16:09:38 +08001091
1092 /* When link down, the driver would cancel all bulks. */
1093 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001094 if (!netif_carrier_ok(netdev))
1095 return;
1096
hayeswang9a4be1b2014-02-18 21:49:07 +08001097 usb_mark_last_busy(tp->udev);
1098
hayeswangac718b62013-05-02 16:01:25 +00001099 switch (status) {
1100 case 0:
hayeswangebc2ec482013-08-14 20:54:38 +08001101 if (urb->actual_length < ETH_ZLEN)
1102 break;
1103
hayeswang2685d412014-03-07 11:04:34 +08001104 spin_lock(&tp->rx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001105 list_add_tail(&agg->list, &tp->rx_done);
hayeswang2685d412014-03-07 11:04:34 +08001106 spin_unlock(&tp->rx_lock);
hayeswangd823ab62015-01-12 12:06:23 +08001107 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001108 return;
hayeswangac718b62013-05-02 16:01:25 +00001109 case -ESHUTDOWN:
1110 set_bit(RTL8152_UNPLUG, &tp->flags);
1111 netif_device_detach(tp->netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08001112 return;
hayeswangac718b62013-05-02 16:01:25 +00001113 case -ENOENT:
1114 return; /* the urb is in unlink state */
1115 case -ETIME:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001116 if (net_ratelimit())
1117 netdev_warn(netdev, "maybe reset is needed?\n");
hayeswangebc2ec482013-08-14 20:54:38 +08001118 break;
hayeswangac718b62013-05-02 16:01:25 +00001119 default:
Hayes Wang4a8deae2014-01-07 11:18:22 +08001120 if (net_ratelimit())
1121 netdev_warn(netdev, "Rx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001122 break;
hayeswangac718b62013-05-02 16:01:25 +00001123 }
1124
hayeswanga0fccd42014-11-20 10:29:05 +08001125 r8152_submit_rx(tp, agg, GFP_ATOMIC);
hayeswangac718b62013-05-02 16:01:25 +00001126}
1127
1128static void write_bulk_callback(struct urb *urb)
1129{
hayeswangebc2ec482013-08-14 20:54:38 +08001130 struct net_device_stats *stats;
hayeswangd104eaf2014-03-06 15:07:17 +08001131 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08001132 struct tx_agg *agg;
hayeswangac718b62013-05-02 16:01:25 +00001133 struct r8152 *tp;
1134 int status = urb->status;
1135
hayeswangebc2ec482013-08-14 20:54:38 +08001136 agg = urb->context;
1137 if (!agg)
1138 return;
1139
1140 tp = agg->context;
hayeswangac718b62013-05-02 16:01:25 +00001141 if (!tp)
1142 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001143
hayeswangd104eaf2014-03-06 15:07:17 +08001144 netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001145 stats = &netdev->stats;
hayeswangebc2ec482013-08-14 20:54:38 +08001146 if (status) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08001147 if (net_ratelimit())
hayeswangd104eaf2014-03-06 15:07:17 +08001148 netdev_warn(netdev, "Tx status %d\n", status);
hayeswangebc2ec482013-08-14 20:54:38 +08001149 stats->tx_errors += agg->skb_num;
1150 } else {
1151 stats->tx_packets += agg->skb_num;
1152 stats->tx_bytes += agg->skb_len;
1153 }
1154
hayeswang2685d412014-03-07 11:04:34 +08001155 spin_lock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001156 list_add_tail(&agg->list, &tp->tx_free);
hayeswang2685d412014-03-07 11:04:34 +08001157 spin_unlock(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001158
hayeswang9a4be1b2014-02-18 21:49:07 +08001159 usb_autopm_put_interface_async(tp->intf);
1160
hayeswangd104eaf2014-03-06 15:07:17 +08001161 if (!netif_carrier_ok(netdev))
hayeswangac718b62013-05-02 16:01:25 +00001162 return;
hayeswangebc2ec482013-08-14 20:54:38 +08001163
1164 if (!test_bit(WORK_ENABLE, &tp->flags))
1165 return;
1166
1167 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1168 return;
1169
1170 if (!skb_queue_empty(&tp->tx_queue))
hayeswangd823ab62015-01-12 12:06:23 +08001171 napi_schedule(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08001172}
1173
hayeswang40a82912013-08-14 20:54:40 +08001174static void intr_callback(struct urb *urb)
1175{
1176 struct r8152 *tp;
hayeswang500b6d72013-11-20 17:30:57 +08001177 __le16 *d;
hayeswang40a82912013-08-14 20:54:40 +08001178 int status = urb->status;
1179 int res;
1180
1181 tp = urb->context;
1182 if (!tp)
1183 return;
1184
1185 if (!test_bit(WORK_ENABLE, &tp->flags))
1186 return;
1187
1188 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1189 return;
1190
1191 switch (status) {
1192 case 0: /* success */
1193 break;
1194 case -ECONNRESET: /* unlink */
1195 case -ESHUTDOWN:
1196 netif_device_detach(tp->netdev);
1197 case -ENOENT:
hayeswangd59c8762014-10-31 13:35:57 +08001198 case -EPROTO:
1199 netif_info(tp, intr, tp->netdev,
1200 "Stop submitting intr, status %d\n", status);
hayeswang40a82912013-08-14 20:54:40 +08001201 return;
1202 case -EOVERFLOW:
1203 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1204 goto resubmit;
1205 /* -EPIPE: should clear the halt */
1206 default:
1207 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1208 goto resubmit;
1209 }
1210
1211 d = urb->transfer_buffer;
1212 if (INTR_LINK & __le16_to_cpu(d[0])) {
hayeswang51d979f2015-02-06 11:30:47 +08001213 if (!netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001214 set_bit(RTL8152_LINK_CHG, &tp->flags);
1215 schedule_delayed_work(&tp->schedule, 0);
1216 }
1217 } else {
hayeswang51d979f2015-02-06 11:30:47 +08001218 if (netif_carrier_ok(tp->netdev)) {
hayeswang40a82912013-08-14 20:54:40 +08001219 set_bit(RTL8152_LINK_CHG, &tp->flags);
1220 schedule_delayed_work(&tp->schedule, 0);
1221 }
1222 }
1223
1224resubmit:
1225 res = usb_submit_urb(urb, GFP_ATOMIC);
hayeswang67610492014-10-30 11:46:40 +08001226 if (res == -ENODEV) {
1227 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08001228 netif_device_detach(tp->netdev);
hayeswang67610492014-10-30 11:46:40 +08001229 } else if (res) {
hayeswang40a82912013-08-14 20:54:40 +08001230 netif_err(tp, intr, tp->netdev,
Hayes Wang4a8deae2014-01-07 11:18:22 +08001231 "can't resubmit intr, status %d\n", res);
hayeswang67610492014-10-30 11:46:40 +08001232 }
hayeswang40a82912013-08-14 20:54:40 +08001233}
1234
hayeswangebc2ec482013-08-14 20:54:38 +08001235static inline void *rx_agg_align(void *data)
1236{
hayeswang8e1f51b2014-01-02 11:22:41 +08001237 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001238}
1239
1240static inline void *tx_agg_align(void *data)
1241{
hayeswang8e1f51b2014-01-02 11:22:41 +08001242 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
hayeswangebc2ec482013-08-14 20:54:38 +08001243}
1244
1245static void free_all_mem(struct r8152 *tp)
1246{
1247 int i;
1248
1249 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001250 usb_free_urb(tp->rx_info[i].urb);
1251 tp->rx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001252
hayeswang9629e3c2014-01-15 10:42:15 +08001253 kfree(tp->rx_info[i].buffer);
1254 tp->rx_info[i].buffer = NULL;
1255 tp->rx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001256 }
1257
1258 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang9629e3c2014-01-15 10:42:15 +08001259 usb_free_urb(tp->tx_info[i].urb);
1260 tp->tx_info[i].urb = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001261
hayeswang9629e3c2014-01-15 10:42:15 +08001262 kfree(tp->tx_info[i].buffer);
1263 tp->tx_info[i].buffer = NULL;
1264 tp->tx_info[i].head = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001265 }
hayeswang40a82912013-08-14 20:54:40 +08001266
hayeswang9629e3c2014-01-15 10:42:15 +08001267 usb_free_urb(tp->intr_urb);
1268 tp->intr_urb = NULL;
hayeswang40a82912013-08-14 20:54:40 +08001269
hayeswang9629e3c2014-01-15 10:42:15 +08001270 kfree(tp->intr_buff);
1271 tp->intr_buff = NULL;
hayeswangebc2ec482013-08-14 20:54:38 +08001272}
1273
1274static int alloc_all_mem(struct r8152 *tp)
1275{
1276 struct net_device *netdev = tp->netdev;
hayeswang40a82912013-08-14 20:54:40 +08001277 struct usb_interface *intf = tp->intf;
1278 struct usb_host_interface *alt = intf->cur_altsetting;
1279 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
hayeswangebc2ec482013-08-14 20:54:38 +08001280 struct urb *urb;
1281 int node, i;
1282 u8 *buf;
1283
1284 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1285
1286 spin_lock_init(&tp->rx_lock);
1287 spin_lock_init(&tp->tx_lock);
hayeswangebc2ec482013-08-14 20:54:38 +08001288 INIT_LIST_HEAD(&tp->tx_free);
1289 skb_queue_head_init(&tp->tx_queue);
hayeswangd823ab62015-01-12 12:06:23 +08001290 skb_queue_head_init(&tp->rx_queue);
hayeswangebc2ec482013-08-14 20:54:38 +08001291
1292 for (i = 0; i < RTL8152_MAX_RX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001293 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001294 if (!buf)
1295 goto err1;
1296
1297 if (buf != rx_agg_align(buf)) {
1298 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001299 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001300 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001301 if (!buf)
1302 goto err1;
1303 }
1304
1305 urb = usb_alloc_urb(0, GFP_KERNEL);
1306 if (!urb) {
1307 kfree(buf);
1308 goto err1;
1309 }
1310
1311 INIT_LIST_HEAD(&tp->rx_info[i].list);
1312 tp->rx_info[i].context = tp;
1313 tp->rx_info[i].urb = urb;
1314 tp->rx_info[i].buffer = buf;
1315 tp->rx_info[i].head = rx_agg_align(buf);
1316 }
1317
1318 for (i = 0; i < RTL8152_MAX_TX; i++) {
hayeswang52aec122014-09-02 10:27:52 +08001319 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
hayeswangebc2ec482013-08-14 20:54:38 +08001320 if (!buf)
1321 goto err1;
1322
1323 if (buf != tx_agg_align(buf)) {
1324 kfree(buf);
hayeswang52aec122014-09-02 10:27:52 +08001325 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
hayeswang8e1f51b2014-01-02 11:22:41 +08001326 node);
hayeswangebc2ec482013-08-14 20:54:38 +08001327 if (!buf)
1328 goto err1;
1329 }
1330
1331 urb = usb_alloc_urb(0, GFP_KERNEL);
1332 if (!urb) {
1333 kfree(buf);
1334 goto err1;
1335 }
1336
1337 INIT_LIST_HEAD(&tp->tx_info[i].list);
1338 tp->tx_info[i].context = tp;
1339 tp->tx_info[i].urb = urb;
1340 tp->tx_info[i].buffer = buf;
1341 tp->tx_info[i].head = tx_agg_align(buf);
1342
1343 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1344 }
1345
hayeswang40a82912013-08-14 20:54:40 +08001346 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1347 if (!tp->intr_urb)
1348 goto err1;
1349
1350 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1351 if (!tp->intr_buff)
1352 goto err1;
1353
1354 tp->intr_interval = (int)ep_intr->desc.bInterval;
1355 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
hayeswangb209af92014-08-25 15:53:00 +08001356 tp->intr_buff, INTBUFSIZE, intr_callback,
1357 tp, tp->intr_interval);
hayeswang40a82912013-08-14 20:54:40 +08001358
hayeswangebc2ec482013-08-14 20:54:38 +08001359 return 0;
1360
1361err1:
1362 free_all_mem(tp);
1363 return -ENOMEM;
1364}
1365
hayeswang0de98f62013-08-16 16:09:35 +08001366static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1367{
1368 struct tx_agg *agg = NULL;
1369 unsigned long flags;
1370
hayeswang21949ab2014-03-07 11:04:35 +08001371 if (list_empty(&tp->tx_free))
1372 return NULL;
1373
hayeswang0de98f62013-08-16 16:09:35 +08001374 spin_lock_irqsave(&tp->tx_lock, flags);
1375 if (!list_empty(&tp->tx_free)) {
1376 struct list_head *cursor;
1377
1378 cursor = tp->tx_free.next;
1379 list_del_init(cursor);
1380 agg = list_entry(cursor, struct tx_agg, list);
1381 }
1382 spin_unlock_irqrestore(&tp->tx_lock, flags);
1383
1384 return agg;
1385}
1386
hayeswangb209af92014-08-25 15:53:00 +08001387/* r8152_csum_workaround()
hayeswang6128d1bb2014-03-07 11:04:40 +08001388 * The hw limites the value the transport offset. When the offset is out of the
1389 * range, calculate the checksum by sw.
1390 */
1391static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1392 struct sk_buff_head *list)
1393{
1394 if (skb_shinfo(skb)->gso_size) {
1395 netdev_features_t features = tp->netdev->features;
1396 struct sk_buff_head seg_list;
1397 struct sk_buff *segs, *nskb;
1398
hayeswanga91d45f2014-07-11 16:48:27 +08001399 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
hayeswang6128d1bb2014-03-07 11:04:40 +08001400 segs = skb_gso_segment(skb, features);
1401 if (IS_ERR(segs) || !segs)
1402 goto drop;
1403
1404 __skb_queue_head_init(&seg_list);
1405
1406 do {
1407 nskb = segs;
1408 segs = segs->next;
1409 nskb->next = NULL;
1410 __skb_queue_tail(&seg_list, nskb);
1411 } while (segs);
1412
1413 skb_queue_splice(&seg_list, list);
1414 dev_kfree_skb(skb);
1415 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1416 if (skb_checksum_help(skb) < 0)
1417 goto drop;
1418
1419 __skb_queue_head(list, skb);
1420 } else {
1421 struct net_device_stats *stats;
1422
1423drop:
1424 stats = &tp->netdev->stats;
1425 stats->tx_dropped++;
1426 dev_kfree_skb(skb);
1427 }
1428}
1429
hayeswangb209af92014-08-25 15:53:00 +08001430/* msdn_giant_send_check()
hayeswang6128d1bb2014-03-07 11:04:40 +08001431 * According to the document of microsoft, the TCP Pseudo Header excludes the
1432 * packet length for IPv6 TCP large packets.
1433 */
1434static int msdn_giant_send_check(struct sk_buff *skb)
1435{
1436 const struct ipv6hdr *ipv6h;
1437 struct tcphdr *th;
hayeswangfcb308d2014-03-11 10:20:32 +08001438 int ret;
1439
1440 ret = skb_cow_head(skb, 0);
1441 if (ret)
1442 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001443
1444 ipv6h = ipv6_hdr(skb);
1445 th = tcp_hdr(skb);
1446
1447 th->check = 0;
1448 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1449
hayeswangfcb308d2014-03-11 10:20:32 +08001450 return ret;
hayeswang6128d1bb2014-03-07 11:04:40 +08001451}
1452
hayeswangc5554292014-09-12 10:43:11 +08001453static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1454{
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001455 if (skb_vlan_tag_present(skb)) {
hayeswangc5554292014-09-12 10:43:11 +08001456 u32 opts2;
1457
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001458 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
hayeswangc5554292014-09-12 10:43:11 +08001459 desc->opts2 |= cpu_to_le32(opts2);
1460 }
1461}
1462
1463static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1464{
1465 u32 opts2 = le32_to_cpu(desc->opts2);
1466
1467 if (opts2 & RX_VLAN_TAG)
1468 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1469 swab16(opts2 & 0xffff));
1470}
1471
hayeswang60c89072014-03-07 11:04:39 +08001472static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1473 struct sk_buff *skb, u32 len, u32 transport_offset)
1474{
1475 u32 mss = skb_shinfo(skb)->gso_size;
1476 u32 opts1, opts2 = 0;
1477 int ret = TX_CSUM_SUCCESS;
1478
1479 WARN_ON_ONCE(len > TX_LEN_MAX);
1480
1481 opts1 = len | TX_FS | TX_LS;
1482
1483 if (mss) {
hayeswang6128d1bb2014-03-07 11:04:40 +08001484 if (transport_offset > GTTCPHO_MAX) {
1485 netif_warn(tp, tx_err, tp->netdev,
1486 "Invalid transport offset 0x%x for TSO\n",
1487 transport_offset);
1488 ret = TX_CSUM_TSO;
1489 goto unavailable;
1490 }
1491
hayeswang6e74d172015-02-06 11:30:50 +08001492 switch (vlan_get_protocol(skb)) {
hayeswang60c89072014-03-07 11:04:39 +08001493 case htons(ETH_P_IP):
1494 opts1 |= GTSENDV4;
1495 break;
1496
hayeswang6128d1bb2014-03-07 11:04:40 +08001497 case htons(ETH_P_IPV6):
hayeswangfcb308d2014-03-11 10:20:32 +08001498 if (msdn_giant_send_check(skb)) {
1499 ret = TX_CSUM_TSO;
1500 goto unavailable;
1501 }
hayeswang6128d1bb2014-03-07 11:04:40 +08001502 opts1 |= GTSENDV6;
hayeswang6128d1bb2014-03-07 11:04:40 +08001503 break;
1504
hayeswang60c89072014-03-07 11:04:39 +08001505 default:
1506 WARN_ON_ONCE(1);
1507 break;
1508 }
1509
1510 opts1 |= transport_offset << GTTCPHO_SHIFT;
1511 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1512 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
hayeswang5bd23882013-08-14 20:54:39 +08001513 u8 ip_protocol;
hayeswang5bd23882013-08-14 20:54:39 +08001514
hayeswang6128d1bb2014-03-07 11:04:40 +08001515 if (transport_offset > TCPHO_MAX) {
1516 netif_warn(tp, tx_err, tp->netdev,
1517 "Invalid transport offset 0x%x\n",
1518 transport_offset);
1519 ret = TX_CSUM_NONE;
1520 goto unavailable;
1521 }
1522
hayeswang6e74d172015-02-06 11:30:50 +08001523 switch (vlan_get_protocol(skb)) {
hayeswang5bd23882013-08-14 20:54:39 +08001524 case htons(ETH_P_IP):
1525 opts2 |= IPV4_CS;
1526 ip_protocol = ip_hdr(skb)->protocol;
1527 break;
1528
1529 case htons(ETH_P_IPV6):
1530 opts2 |= IPV6_CS;
1531 ip_protocol = ipv6_hdr(skb)->nexthdr;
1532 break;
1533
1534 default:
1535 ip_protocol = IPPROTO_RAW;
1536 break;
1537 }
1538
hayeswang60c89072014-03-07 11:04:39 +08001539 if (ip_protocol == IPPROTO_TCP)
hayeswang5bd23882013-08-14 20:54:39 +08001540 opts2 |= TCP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001541 else if (ip_protocol == IPPROTO_UDP)
hayeswang5bd23882013-08-14 20:54:39 +08001542 opts2 |= UDP_CS;
hayeswang60c89072014-03-07 11:04:39 +08001543 else
hayeswang5bd23882013-08-14 20:54:39 +08001544 WARN_ON_ONCE(1);
hayeswang5bd23882013-08-14 20:54:39 +08001545
hayeswang60c89072014-03-07 11:04:39 +08001546 opts2 |= transport_offset << TCPHO_SHIFT;
hayeswang5bd23882013-08-14 20:54:39 +08001547 }
hayeswang60c89072014-03-07 11:04:39 +08001548
1549 desc->opts2 = cpu_to_le32(opts2);
1550 desc->opts1 = cpu_to_le32(opts1);
1551
hayeswang6128d1bb2014-03-07 11:04:40 +08001552unavailable:
hayeswang60c89072014-03-07 11:04:39 +08001553 return ret;
hayeswang5bd23882013-08-14 20:54:39 +08001554}
1555
hayeswangb1379d92013-08-16 16:09:37 +08001556static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1557{
hayeswangd84130a2014-02-18 21:49:02 +08001558 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang9a4be1b2014-02-18 21:49:07 +08001559 int remain, ret;
hayeswangb1379d92013-08-16 16:09:37 +08001560 u8 *tx_data;
1561
hayeswangd84130a2014-02-18 21:49:02 +08001562 __skb_queue_head_init(&skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001563 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001564 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang0c3121f2014-03-07 11:04:36 +08001565 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001566
hayeswangb1379d92013-08-16 16:09:37 +08001567 tx_data = agg->head;
hayeswangb209af92014-08-25 15:53:00 +08001568 agg->skb_num = 0;
1569 agg->skb_len = 0;
hayeswang52aec122014-09-02 10:27:52 +08001570 remain = agg_buf_sz;
hayeswangb1379d92013-08-16 16:09:37 +08001571
hayeswang7937f9e2013-11-20 17:30:54 +08001572 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
hayeswangb1379d92013-08-16 16:09:37 +08001573 struct tx_desc *tx_desc;
1574 struct sk_buff *skb;
1575 unsigned int len;
hayeswang60c89072014-03-07 11:04:39 +08001576 u32 offset;
hayeswangb1379d92013-08-16 16:09:37 +08001577
hayeswangd84130a2014-02-18 21:49:02 +08001578 skb = __skb_dequeue(&skb_head);
hayeswangb1379d92013-08-16 16:09:37 +08001579 if (!skb)
1580 break;
1581
hayeswang60c89072014-03-07 11:04:39 +08001582 len = skb->len + sizeof(*tx_desc);
1583
1584 if (len > remain) {
hayeswangd84130a2014-02-18 21:49:02 +08001585 __skb_queue_head(&skb_head, skb);
hayeswangb1379d92013-08-16 16:09:37 +08001586 break;
1587 }
1588
hayeswang7937f9e2013-11-20 17:30:54 +08001589 tx_data = tx_agg_align(tx_data);
hayeswangb1379d92013-08-16 16:09:37 +08001590 tx_desc = (struct tx_desc *)tx_data;
hayeswang60c89072014-03-07 11:04:39 +08001591
1592 offset = (u32)skb_transport_offset(skb);
1593
hayeswang6128d1bb2014-03-07 11:04:40 +08001594 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1595 r8152_csum_workaround(tp, skb, &skb_head);
1596 continue;
1597 }
hayeswang60c89072014-03-07 11:04:39 +08001598
hayeswangc5554292014-09-12 10:43:11 +08001599 rtl_tx_vlan_tag(tx_desc, skb);
1600
hayeswangb1379d92013-08-16 16:09:37 +08001601 tx_data += sizeof(*tx_desc);
1602
hayeswang60c89072014-03-07 11:04:39 +08001603 len = skb->len;
1604 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1605 struct net_device_stats *stats = &tp->netdev->stats;
1606
1607 stats->tx_dropped++;
1608 dev_kfree_skb_any(skb);
1609 tx_data -= sizeof(*tx_desc);
1610 continue;
1611 }
hayeswangb1379d92013-08-16 16:09:37 +08001612
hayeswang7937f9e2013-11-20 17:30:54 +08001613 tx_data += len;
hayeswang60c89072014-03-07 11:04:39 +08001614 agg->skb_len += len;
1615 agg->skb_num++;
1616
1617 dev_kfree_skb_any(skb);
1618
hayeswang52aec122014-09-02 10:27:52 +08001619 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
hayeswangb1379d92013-08-16 16:09:37 +08001620 }
1621
hayeswangd84130a2014-02-18 21:49:02 +08001622 if (!skb_queue_empty(&skb_head)) {
hayeswang0c3121f2014-03-07 11:04:36 +08001623 spin_lock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001624 skb_queue_splice(&skb_head, tx_queue);
hayeswang0c3121f2014-03-07 11:04:36 +08001625 spin_unlock(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001626 }
1627
hayeswang0c3121f2014-03-07 11:04:36 +08001628 netif_tx_lock(tp->netdev);
hayeswangdd1b1192013-11-20 17:30:56 +08001629
1630 if (netif_queue_stopped(tp->netdev) &&
1631 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1632 netif_wake_queue(tp->netdev);
1633
hayeswang0c3121f2014-03-07 11:04:36 +08001634 netif_tx_unlock(tp->netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08001635
hayeswang0c3121f2014-03-07 11:04:36 +08001636 ret = usb_autopm_get_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001637 if (ret < 0)
1638 goto out_tx_fill;
hayeswangdd1b1192013-11-20 17:30:56 +08001639
hayeswangb1379d92013-08-16 16:09:37 +08001640 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1641 agg->head, (int)(tx_data - (u8 *)agg->head),
1642 (usb_complete_t)write_bulk_callback, agg);
1643
hayeswang0c3121f2014-03-07 11:04:36 +08001644 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
hayeswang9a4be1b2014-02-18 21:49:07 +08001645 if (ret < 0)
hayeswang0c3121f2014-03-07 11:04:36 +08001646 usb_autopm_put_interface_async(tp->intf);
hayeswang9a4be1b2014-02-18 21:49:07 +08001647
1648out_tx_fill:
1649 return ret;
hayeswangb1379d92013-08-16 16:09:37 +08001650}
1651
hayeswang565cab02014-03-07 11:04:38 +08001652static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1653{
1654 u8 checksum = CHECKSUM_NONE;
1655 u32 opts2, opts3;
1656
1657 if (tp->version == RTL_VER_01)
1658 goto return_result;
1659
1660 opts2 = le32_to_cpu(rx_desc->opts2);
1661 opts3 = le32_to_cpu(rx_desc->opts3);
1662
1663 if (opts2 & RD_IPV4_CS) {
1664 if (opts3 & IPF)
1665 checksum = CHECKSUM_NONE;
1666 else if ((opts2 & RD_UDP_CS) && (opts3 & UDPF))
1667 checksum = CHECKSUM_NONE;
1668 else if ((opts2 & RD_TCP_CS) && (opts3 & TCPF))
1669 checksum = CHECKSUM_NONE;
1670 else
1671 checksum = CHECKSUM_UNNECESSARY;
hayeswang6128d1bb2014-03-07 11:04:40 +08001672 } else if (RD_IPV6_CS) {
1673 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1674 checksum = CHECKSUM_UNNECESSARY;
1675 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1676 checksum = CHECKSUM_UNNECESSARY;
hayeswang565cab02014-03-07 11:04:38 +08001677 }
1678
1679return_result:
1680 return checksum;
1681}
1682
hayeswangd823ab62015-01-12 12:06:23 +08001683static int rx_bottom(struct r8152 *tp, int budget)
hayeswangebc2ec482013-08-14 20:54:38 +08001684{
hayeswanga5a4f462013-08-16 16:09:34 +08001685 unsigned long flags;
hayeswangd84130a2014-02-18 21:49:02 +08001686 struct list_head *cursor, *next, rx_queue;
hayeswange1a2ca92015-02-06 11:30:45 +08001687 int ret = 0, work_done = 0;
hayeswangd823ab62015-01-12 12:06:23 +08001688
1689 if (!skb_queue_empty(&tp->rx_queue)) {
1690 while (work_done < budget) {
1691 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1692 struct net_device *netdev = tp->netdev;
1693 struct net_device_stats *stats = &netdev->stats;
1694 unsigned int pkt_len;
1695
1696 if (!skb)
1697 break;
1698
1699 pkt_len = skb->len;
1700 napi_gro_receive(&tp->napi, skb);
1701 work_done++;
1702 stats->rx_packets++;
1703 stats->rx_bytes += pkt_len;
1704 }
1705 }
hayeswangebc2ec482013-08-14 20:54:38 +08001706
hayeswangd84130a2014-02-18 21:49:02 +08001707 if (list_empty(&tp->rx_done))
hayeswangd823ab62015-01-12 12:06:23 +08001708 goto out1;
hayeswangd84130a2014-02-18 21:49:02 +08001709
1710 INIT_LIST_HEAD(&rx_queue);
hayeswanga5a4f462013-08-16 16:09:34 +08001711 spin_lock_irqsave(&tp->rx_lock, flags);
hayeswangd84130a2014-02-18 21:49:02 +08001712 list_splice_init(&tp->rx_done, &rx_queue);
1713 spin_unlock_irqrestore(&tp->rx_lock, flags);
1714
1715 list_for_each_safe(cursor, next, &rx_queue) {
hayeswang43a44782013-08-16 16:09:36 +08001716 struct rx_desc *rx_desc;
1717 struct rx_agg *agg;
hayeswang43a44782013-08-16 16:09:36 +08001718 int len_used = 0;
1719 struct urb *urb;
1720 u8 *rx_data;
hayeswang43a44782013-08-16 16:09:36 +08001721
hayeswangebc2ec482013-08-14 20:54:38 +08001722 list_del_init(cursor);
hayeswangebc2ec482013-08-14 20:54:38 +08001723
1724 agg = list_entry(cursor, struct rx_agg, list);
1725 urb = agg->urb;
hayeswang0de98f62013-08-16 16:09:35 +08001726 if (urb->actual_length < ETH_ZLEN)
1727 goto submit;
hayeswangebc2ec482013-08-14 20:54:38 +08001728
hayeswangebc2ec482013-08-14 20:54:38 +08001729 rx_desc = agg->head;
1730 rx_data = agg->head;
hayeswang7937f9e2013-11-20 17:30:54 +08001731 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001732
hayeswang7937f9e2013-11-20 17:30:54 +08001733 while (urb->actual_length > len_used) {
hayeswang43a44782013-08-16 16:09:36 +08001734 struct net_device *netdev = tp->netdev;
hayeswang05e0f1a2014-03-06 15:07:18 +08001735 struct net_device_stats *stats = &netdev->stats;
hayeswang7937f9e2013-11-20 17:30:54 +08001736 unsigned int pkt_len;
hayeswang43a44782013-08-16 16:09:36 +08001737 struct sk_buff *skb;
1738
hayeswang7937f9e2013-11-20 17:30:54 +08001739 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
hayeswangebc2ec482013-08-14 20:54:38 +08001740 if (pkt_len < ETH_ZLEN)
1741 break;
1742
hayeswang7937f9e2013-11-20 17:30:54 +08001743 len_used += pkt_len;
1744 if (urb->actual_length < len_used)
1745 break;
1746
hayeswang8e1f51b2014-01-02 11:22:41 +08001747 pkt_len -= CRC_SIZE;
hayeswangebc2ec482013-08-14 20:54:38 +08001748 rx_data += sizeof(struct rx_desc);
1749
1750 skb = netdev_alloc_skb_ip_align(netdev, pkt_len);
1751 if (!skb) {
1752 stats->rx_dropped++;
hayeswang5e2f7482014-03-07 11:04:37 +08001753 goto find_next_rx;
hayeswangebc2ec482013-08-14 20:54:38 +08001754 }
hayeswang565cab02014-03-07 11:04:38 +08001755
1756 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001757 memcpy(skb->data, rx_data, pkt_len);
1758 skb_put(skb, pkt_len);
1759 skb->protocol = eth_type_trans(skb, netdev);
hayeswangc5554292014-09-12 10:43:11 +08001760 rtl_rx_vlan_tag(rx_desc, skb);
hayeswangd823ab62015-01-12 12:06:23 +08001761 if (work_done < budget) {
1762 napi_gro_receive(&tp->napi, skb);
1763 work_done++;
1764 stats->rx_packets++;
1765 stats->rx_bytes += pkt_len;
1766 } else {
1767 __skb_queue_tail(&tp->rx_queue, skb);
1768 }
hayeswangebc2ec482013-08-14 20:54:38 +08001769
hayeswang5e2f7482014-03-07 11:04:37 +08001770find_next_rx:
hayeswang8e1f51b2014-01-02 11:22:41 +08001771 rx_data = rx_agg_align(rx_data + pkt_len + CRC_SIZE);
hayeswangebc2ec482013-08-14 20:54:38 +08001772 rx_desc = (struct rx_desc *)rx_data;
hayeswangebc2ec482013-08-14 20:54:38 +08001773 len_used = (int)(rx_data - (u8 *)agg->head);
hayeswang7937f9e2013-11-20 17:30:54 +08001774 len_used += sizeof(struct rx_desc);
hayeswangebc2ec482013-08-14 20:54:38 +08001775 }
1776
hayeswang0de98f62013-08-16 16:09:35 +08001777submit:
hayeswange1a2ca92015-02-06 11:30:45 +08001778 if (!ret) {
1779 ret = r8152_submit_rx(tp, agg, GFP_ATOMIC);
1780 } else {
1781 urb->actual_length = 0;
1782 list_add_tail(&agg->list, next);
1783 }
1784 }
1785
1786 if (!list_empty(&rx_queue)) {
1787 spin_lock_irqsave(&tp->rx_lock, flags);
1788 list_splice_tail(&rx_queue, &tp->rx_done);
1789 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangebc2ec482013-08-14 20:54:38 +08001790 }
hayeswangd823ab62015-01-12 12:06:23 +08001791
1792out1:
1793 return work_done;
hayeswangebc2ec482013-08-14 20:54:38 +08001794}
1795
1796static void tx_bottom(struct r8152 *tp)
1797{
hayeswangebc2ec482013-08-14 20:54:38 +08001798 int res;
1799
hayeswangb1379d92013-08-16 16:09:37 +08001800 do {
1801 struct tx_agg *agg;
hayeswangebc2ec482013-08-14 20:54:38 +08001802
hayeswangb1379d92013-08-16 16:09:37 +08001803 if (skb_queue_empty(&tp->tx_queue))
hayeswangebc2ec482013-08-14 20:54:38 +08001804 break;
1805
hayeswangb1379d92013-08-16 16:09:37 +08001806 agg = r8152_get_tx_agg(tp);
1807 if (!agg)
hayeswangebc2ec482013-08-14 20:54:38 +08001808 break;
hayeswangb1379d92013-08-16 16:09:37 +08001809
1810 res = r8152_tx_agg_fill(tp, agg);
1811 if (res) {
hayeswang05e0f1a2014-03-06 15:07:18 +08001812 struct net_device *netdev = tp->netdev;
hayeswangb1379d92013-08-16 16:09:37 +08001813
1814 if (res == -ENODEV) {
hayeswang67610492014-10-30 11:46:40 +08001815 set_bit(RTL8152_UNPLUG, &tp->flags);
hayeswangb1379d92013-08-16 16:09:37 +08001816 netif_device_detach(netdev);
1817 } else {
hayeswang05e0f1a2014-03-06 15:07:18 +08001818 struct net_device_stats *stats = &netdev->stats;
1819 unsigned long flags;
1820
hayeswangb1379d92013-08-16 16:09:37 +08001821 netif_warn(tp, tx_err, netdev,
1822 "failed tx_urb %d\n", res);
1823 stats->tx_dropped += agg->skb_num;
hayeswangdb8515e2014-03-06 15:07:16 +08001824
hayeswangb1379d92013-08-16 16:09:37 +08001825 spin_lock_irqsave(&tp->tx_lock, flags);
1826 list_add_tail(&agg->list, &tp->tx_free);
1827 spin_unlock_irqrestore(&tp->tx_lock, flags);
1828 }
hayeswangebc2ec482013-08-14 20:54:38 +08001829 }
hayeswangb1379d92013-08-16 16:09:37 +08001830 } while (res == 0);
hayeswangebc2ec482013-08-14 20:54:38 +08001831}
1832
hayeswangd823ab62015-01-12 12:06:23 +08001833static void bottom_half(struct r8152 *tp)
hayeswangebc2ec482013-08-14 20:54:38 +08001834{
hayeswangebc2ec482013-08-14 20:54:38 +08001835 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1836 return;
1837
1838 if (!test_bit(WORK_ENABLE, &tp->flags))
1839 return;
1840
hayeswang7559fb2f2013-08-16 16:09:38 +08001841 /* When link down, the driver would cancel all bulks. */
1842 /* This avoid the re-submitting bulk */
hayeswangebc2ec482013-08-14 20:54:38 +08001843 if (!netif_carrier_ok(tp->netdev))
1844 return;
1845
hayeswangd823ab62015-01-12 12:06:23 +08001846 clear_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang9451a112014-11-12 10:05:04 +08001847
hayeswang0c3121f2014-03-07 11:04:36 +08001848 tx_bottom(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08001849}
1850
hayeswangd823ab62015-01-12 12:06:23 +08001851static int r8152_poll(struct napi_struct *napi, int budget)
1852{
1853 struct r8152 *tp = container_of(napi, struct r8152, napi);
1854 int work_done;
1855
1856 work_done = rx_bottom(tp, budget);
1857 bottom_half(tp);
1858
1859 if (work_done < budget) {
1860 napi_complete(napi);
1861 if (!list_empty(&tp->rx_done))
1862 napi_schedule(napi);
1863 }
1864
1865 return work_done;
1866}
1867
hayeswangebc2ec482013-08-14 20:54:38 +08001868static
1869int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
1870{
hayeswanga0fccd42014-11-20 10:29:05 +08001871 int ret;
1872
hayeswangef827a52015-01-09 10:26:36 +08001873 /* The rx would be stopped, so skip submitting */
1874 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
1875 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
1876 return 0;
1877
hayeswangebc2ec482013-08-14 20:54:38 +08001878 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
hayeswang52aec122014-09-02 10:27:52 +08001879 agg->head, agg_buf_sz,
hayeswangb209af92014-08-25 15:53:00 +08001880 (usb_complete_t)read_bulk_callback, agg);
hayeswangebc2ec482013-08-14 20:54:38 +08001881
hayeswanga0fccd42014-11-20 10:29:05 +08001882 ret = usb_submit_urb(agg->urb, mem_flags);
1883 if (ret == -ENODEV) {
1884 set_bit(RTL8152_UNPLUG, &tp->flags);
1885 netif_device_detach(tp->netdev);
1886 } else if (ret) {
1887 struct urb *urb = agg->urb;
1888 unsigned long flags;
1889
1890 urb->actual_length = 0;
1891 spin_lock_irqsave(&tp->rx_lock, flags);
1892 list_add_tail(&agg->list, &tp->rx_done);
1893 spin_unlock_irqrestore(&tp->rx_lock, flags);
hayeswangd823ab62015-01-12 12:06:23 +08001894
1895 netif_err(tp, rx_err, tp->netdev,
1896 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
1897
1898 napi_schedule(&tp->napi);
hayeswanga0fccd42014-11-20 10:29:05 +08001899 }
1900
1901 return ret;
hayeswangac718b62013-05-02 16:01:25 +00001902}
1903
hayeswang00a5e362014-02-18 21:48:59 +08001904static void rtl_drop_queued_tx(struct r8152 *tp)
1905{
1906 struct net_device_stats *stats = &tp->netdev->stats;
hayeswangd84130a2014-02-18 21:49:02 +08001907 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
hayeswang00a5e362014-02-18 21:48:59 +08001908 struct sk_buff *skb;
1909
hayeswangd84130a2014-02-18 21:49:02 +08001910 if (skb_queue_empty(tx_queue))
1911 return;
1912
1913 __skb_queue_head_init(&skb_head);
hayeswang2685d412014-03-07 11:04:34 +08001914 spin_lock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001915 skb_queue_splice_init(tx_queue, &skb_head);
hayeswang2685d412014-03-07 11:04:34 +08001916 spin_unlock_bh(&tx_queue->lock);
hayeswangd84130a2014-02-18 21:49:02 +08001917
1918 while ((skb = __skb_dequeue(&skb_head))) {
hayeswang00a5e362014-02-18 21:48:59 +08001919 dev_kfree_skb(skb);
1920 stats->tx_dropped++;
1921 }
1922}
1923
hayeswangac718b62013-05-02 16:01:25 +00001924static void rtl8152_tx_timeout(struct net_device *netdev)
1925{
1926 struct r8152 *tp = netdev_priv(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08001927
Hayes Wang4a8deae2014-01-07 11:18:22 +08001928 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
hayeswang37608f32015-07-29 20:39:09 +08001929
1930 usb_queue_reset_device(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00001931}
1932
1933static void rtl8152_set_rx_mode(struct net_device *netdev)
1934{
1935 struct r8152 *tp = netdev_priv(netdev);
1936
hayeswang51d979f2015-02-06 11:30:47 +08001937 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00001938 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08001939 schedule_delayed_work(&tp->schedule, 0);
1940 }
hayeswangac718b62013-05-02 16:01:25 +00001941}
1942
1943static void _rtl8152_set_rx_mode(struct net_device *netdev)
1944{
1945 struct r8152 *tp = netdev_priv(netdev);
hayeswang31787f52013-07-31 17:21:25 +08001946 u32 mc_filter[2]; /* Multicast hash filter */
1947 __le32 tmp[2];
hayeswangac718b62013-05-02 16:01:25 +00001948 u32 ocp_data;
1949
hayeswangac718b62013-05-02 16:01:25 +00001950 netif_stop_queue(netdev);
1951 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
1952 ocp_data &= ~RCR_ACPT_ALL;
1953 ocp_data |= RCR_AB | RCR_APM;
1954
1955 if (netdev->flags & IFF_PROMISC) {
1956 /* Unconditionally log net taps. */
1957 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
1958 ocp_data |= RCR_AM | RCR_AAP;
hayeswangb209af92014-08-25 15:53:00 +08001959 mc_filter[1] = 0xffffffff;
1960 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00001961 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
1962 (netdev->flags & IFF_ALLMULTI)) {
1963 /* Too many to filter perfectly -- accept all multicasts. */
1964 ocp_data |= RCR_AM;
hayeswangb209af92014-08-25 15:53:00 +08001965 mc_filter[1] = 0xffffffff;
1966 mc_filter[0] = 0xffffffff;
hayeswangac718b62013-05-02 16:01:25 +00001967 } else {
1968 struct netdev_hw_addr *ha;
1969
hayeswangb209af92014-08-25 15:53:00 +08001970 mc_filter[1] = 0;
1971 mc_filter[0] = 0;
hayeswangac718b62013-05-02 16:01:25 +00001972 netdev_for_each_mc_addr(ha, netdev) {
1973 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
hayeswangb209af92014-08-25 15:53:00 +08001974
hayeswangac718b62013-05-02 16:01:25 +00001975 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
1976 ocp_data |= RCR_AM;
1977 }
1978 }
1979
hayeswang31787f52013-07-31 17:21:25 +08001980 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
1981 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
hayeswangac718b62013-05-02 16:01:25 +00001982
hayeswang31787f52013-07-31 17:21:25 +08001983 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
hayeswangac718b62013-05-02 16:01:25 +00001984 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
1985 netif_wake_queue(netdev);
hayeswangac718b62013-05-02 16:01:25 +00001986}
1987
hayeswanga5e31252015-01-06 17:41:58 +08001988static netdev_features_t
1989rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
1990 netdev_features_t features)
1991{
1992 u32 mss = skb_shinfo(skb)->gso_size;
1993 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
1994 int offset = skb_transport_offset(skb);
1995
1996 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
Tom Herberta1882222015-12-14 11:19:43 -08001997 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
hayeswanga5e31252015-01-06 17:41:58 +08001998 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
1999 features &= ~NETIF_F_GSO_MASK;
2000
2001 return features;
2002}
2003
hayeswangac718b62013-05-02 16:01:25 +00002004static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
hayeswangb209af92014-08-25 15:53:00 +08002005 struct net_device *netdev)
hayeswangac718b62013-05-02 16:01:25 +00002006{
2007 struct r8152 *tp = netdev_priv(netdev);
hayeswangac718b62013-05-02 16:01:25 +00002008
hayeswangac718b62013-05-02 16:01:25 +00002009 skb_tx_timestamp(skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002010
hayeswang61598782013-11-20 17:30:55 +08002011 skb_queue_tail(&tp->tx_queue, skb);
hayeswangebc2ec482013-08-14 20:54:38 +08002012
hayeswang0c3121f2014-03-07 11:04:36 +08002013 if (!list_empty(&tp->tx_free)) {
2014 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswangd823ab62015-01-12 12:06:23 +08002015 set_bit(SCHEDULE_NAPI, &tp->flags);
hayeswang0c3121f2014-03-07 11:04:36 +08002016 schedule_delayed_work(&tp->schedule, 0);
2017 } else {
2018 usb_mark_last_busy(tp->udev);
hayeswangd823ab62015-01-12 12:06:23 +08002019 napi_schedule(&tp->napi);
hayeswang0c3121f2014-03-07 11:04:36 +08002020 }
hayeswangb209af92014-08-25 15:53:00 +08002021 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
hayeswangdd1b1192013-11-20 17:30:56 +08002022 netif_stop_queue(netdev);
hayeswangb209af92014-08-25 15:53:00 +08002023 }
hayeswangdd1b1192013-11-20 17:30:56 +08002024
hayeswangac718b62013-05-02 16:01:25 +00002025 return NETDEV_TX_OK;
2026}
2027
2028static void r8152b_reset_packet_filter(struct r8152 *tp)
2029{
2030 u32 ocp_data;
2031
2032 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
2033 ocp_data &= ~FMC_FCR_MCU_EN;
2034 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2035 ocp_data |= FMC_FCR_MCU_EN;
2036 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2037}
2038
2039static void rtl8152_nic_reset(struct r8152 *tp)
2040{
2041 int i;
2042
2043 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2044
2045 for (i = 0; i < 1000; i++) {
2046 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2047 break;
hayeswangb209af92014-08-25 15:53:00 +08002048 usleep_range(100, 400);
hayeswangac718b62013-05-02 16:01:25 +00002049 }
2050}
2051
hayeswangdd1b1192013-11-20 17:30:56 +08002052static void set_tx_qlen(struct r8152 *tp)
2053{
2054 struct net_device *netdev = tp->netdev;
2055
hayeswang52aec122014-09-02 10:27:52 +08002056 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN +
2057 sizeof(struct tx_desc));
hayeswangdd1b1192013-11-20 17:30:56 +08002058}
2059
hayeswangac718b62013-05-02 16:01:25 +00002060static inline u8 rtl8152_get_speed(struct r8152 *tp)
2061{
2062 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2063}
2064
hayeswang507605a2014-01-02 11:22:43 +08002065static void rtl_set_eee_plus(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002066{
hayeswangebc2ec482013-08-14 20:54:38 +08002067 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002068 u8 speed;
2069
2070 speed = rtl8152_get_speed(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002071 if (speed & _10bps) {
hayeswangac718b62013-05-02 16:01:25 +00002072 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002073 ocp_data |= EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002074 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2075 } else {
2076 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
hayeswangebc2ec482013-08-14 20:54:38 +08002077 ocp_data &= ~EEEP_CR_EEEP_TX;
hayeswangac718b62013-05-02 16:01:25 +00002078 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2079 }
hayeswang507605a2014-01-02 11:22:43 +08002080}
2081
hayeswang00a5e362014-02-18 21:48:59 +08002082static void rxdy_gated_en(struct r8152 *tp, bool enable)
2083{
2084 u32 ocp_data;
2085
2086 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2087 if (enable)
2088 ocp_data |= RXDY_GATED_EN;
2089 else
2090 ocp_data &= ~RXDY_GATED_EN;
2091 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2092}
2093
hayeswang445f7f42014-09-23 16:31:47 +08002094static int rtl_start_rx(struct r8152 *tp)
2095{
2096 int i, ret = 0;
2097
2098 INIT_LIST_HEAD(&tp->rx_done);
2099 for (i = 0; i < RTL8152_MAX_RX; i++) {
2100 INIT_LIST_HEAD(&tp->rx_info[i].list);
2101 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2102 if (ret)
2103 break;
2104 }
2105
hayeswang7bcf4f62014-11-20 10:29:06 +08002106 if (ret && ++i < RTL8152_MAX_RX) {
2107 struct list_head rx_queue;
2108 unsigned long flags;
2109
2110 INIT_LIST_HEAD(&rx_queue);
2111
2112 do {
2113 struct rx_agg *agg = &tp->rx_info[i++];
2114 struct urb *urb = agg->urb;
2115
2116 urb->actual_length = 0;
2117 list_add_tail(&agg->list, &rx_queue);
2118 } while (i < RTL8152_MAX_RX);
2119
2120 spin_lock_irqsave(&tp->rx_lock, flags);
2121 list_splice_tail(&rx_queue, &tp->rx_done);
2122 spin_unlock_irqrestore(&tp->rx_lock, flags);
2123 }
2124
hayeswang445f7f42014-09-23 16:31:47 +08002125 return ret;
2126}
2127
2128static int rtl_stop_rx(struct r8152 *tp)
2129{
2130 int i;
2131
2132 for (i = 0; i < RTL8152_MAX_RX; i++)
2133 usb_kill_urb(tp->rx_info[i].urb);
2134
hayeswangd823ab62015-01-12 12:06:23 +08002135 while (!skb_queue_empty(&tp->rx_queue))
2136 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2137
hayeswang445f7f42014-09-23 16:31:47 +08002138 return 0;
2139}
2140
hayeswang507605a2014-01-02 11:22:43 +08002141static int rtl_enable(struct r8152 *tp)
2142{
2143 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00002144
2145 r8152b_reset_packet_filter(tp);
2146
2147 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2148 ocp_data |= CR_RE | CR_TE;
2149 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2150
hayeswang00a5e362014-02-18 21:48:59 +08002151 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002152
hayeswangaa2e0922015-01-09 10:26:35 +08002153 return 0;
hayeswangac718b62013-05-02 16:01:25 +00002154}
2155
hayeswang507605a2014-01-02 11:22:43 +08002156static int rtl8152_enable(struct r8152 *tp)
2157{
hayeswang68714382014-04-11 17:54:31 +08002158 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2159 return -ENODEV;
2160
hayeswang507605a2014-01-02 11:22:43 +08002161 set_tx_qlen(tp);
2162 rtl_set_eee_plus(tp);
2163
2164 return rtl_enable(tp);
2165}
2166
hayeswang464ec102015-02-12 14:33:46 +08002167static void r8153_set_rx_early_timeout(struct r8152 *tp)
hayeswang43779f82014-01-02 11:25:10 +08002168{
hayeswang464ec102015-02-12 14:33:46 +08002169 u32 ocp_data = tp->coalesce / 8;
hayeswang43779f82014-01-02 11:25:10 +08002170
hayeswang464ec102015-02-12 14:33:46 +08002171 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT, ocp_data);
2172}
2173
2174static void r8153_set_rx_early_size(struct r8152 *tp)
2175{
2176 u32 mtu = tp->netdev->mtu;
hayeswanga59e6d82016-06-16 10:55:19 +08002177 u32 ocp_data = (agg_buf_sz - mtu - VLAN_ETH_HLEN - VLAN_HLEN) / 8;
hayeswang464ec102015-02-12 14:33:46 +08002178
2179 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE, ocp_data);
hayeswang43779f82014-01-02 11:25:10 +08002180}
2181
2182static int rtl8153_enable(struct r8152 *tp)
2183{
hayeswang68714382014-04-11 17:54:31 +08002184 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2185 return -ENODEV;
2186
hayeswangb2143962015-07-24 13:54:23 +08002187 usb_disable_lpm(tp->udev);
hayeswang43779f82014-01-02 11:25:10 +08002188 set_tx_qlen(tp);
2189 rtl_set_eee_plus(tp);
hayeswang464ec102015-02-12 14:33:46 +08002190 r8153_set_rx_early_timeout(tp);
2191 r8153_set_rx_early_size(tp);
hayeswang43779f82014-01-02 11:25:10 +08002192
2193 return rtl_enable(tp);
2194}
2195
hayeswangd70b1132014-09-19 15:17:18 +08002196static void rtl_disable(struct r8152 *tp)
hayeswangac718b62013-05-02 16:01:25 +00002197{
hayeswangebc2ec482013-08-14 20:54:38 +08002198 u32 ocp_data;
2199 int i;
hayeswangac718b62013-05-02 16:01:25 +00002200
hayeswang68714382014-04-11 17:54:31 +08002201 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2202 rtl_drop_queued_tx(tp);
2203 return;
2204 }
2205
hayeswangac718b62013-05-02 16:01:25 +00002206 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2207 ocp_data &= ~RCR_ACPT_ALL;
2208 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2209
hayeswang00a5e362014-02-18 21:48:59 +08002210 rtl_drop_queued_tx(tp);
hayeswangebc2ec482013-08-14 20:54:38 +08002211
2212 for (i = 0; i < RTL8152_MAX_TX; i++)
2213 usb_kill_urb(tp->tx_info[i].urb);
hayeswangac718b62013-05-02 16:01:25 +00002214
hayeswang00a5e362014-02-18 21:48:59 +08002215 rxdy_gated_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002216
2217 for (i = 0; i < 1000; i++) {
2218 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2219 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2220 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002221 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002222 }
2223
2224 for (i = 0; i < 1000; i++) {
2225 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2226 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002227 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002228 }
2229
hayeswang445f7f42014-09-23 16:31:47 +08002230 rtl_stop_rx(tp);
hayeswangac718b62013-05-02 16:01:25 +00002231
2232 rtl8152_nic_reset(tp);
2233}
2234
hayeswang00a5e362014-02-18 21:48:59 +08002235static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2236{
2237 u32 ocp_data;
2238
2239 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2240 if (enable)
2241 ocp_data |= POWER_CUT;
2242 else
2243 ocp_data &= ~POWER_CUT;
2244 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2245
2246 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2247 ocp_data &= ~RESUME_INDICATE;
2248 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
hayeswang00a5e362014-02-18 21:48:59 +08002249}
2250
hayeswangc5554292014-09-12 10:43:11 +08002251static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2252{
2253 u32 ocp_data;
2254
2255 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2256 if (enable)
2257 ocp_data |= CPCR_RX_VLAN;
2258 else
2259 ocp_data &= ~CPCR_RX_VLAN;
2260 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2261}
2262
2263static int rtl8152_set_features(struct net_device *dev,
2264 netdev_features_t features)
2265{
2266 netdev_features_t changed = features ^ dev->features;
2267 struct r8152 *tp = netdev_priv(dev);
hayeswang405f8a02014-10-09 18:00:24 +08002268 int ret;
2269
2270 ret = usb_autopm_get_interface(tp->intf);
2271 if (ret < 0)
2272 goto out;
hayeswangc5554292014-09-12 10:43:11 +08002273
hayeswangb5403272014-10-09 18:00:26 +08002274 mutex_lock(&tp->control);
2275
hayeswangc5554292014-09-12 10:43:11 +08002276 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2277 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2278 rtl_rx_vlan_en(tp, true);
2279 else
2280 rtl_rx_vlan_en(tp, false);
2281 }
2282
hayeswangb5403272014-10-09 18:00:26 +08002283 mutex_unlock(&tp->control);
2284
hayeswang405f8a02014-10-09 18:00:24 +08002285 usb_autopm_put_interface(tp->intf);
2286
2287out:
2288 return ret;
hayeswangc5554292014-09-12 10:43:11 +08002289}
2290
hayeswang21ff2e82014-02-18 21:49:06 +08002291#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2292
2293static u32 __rtl_get_wol(struct r8152 *tp)
2294{
2295 u32 ocp_data;
2296 u32 wolopts = 0;
2297
2298 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2299 if (!(ocp_data & LAN_WAKE_EN))
2300 return 0;
2301
2302 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2303 if (ocp_data & LINK_ON_WAKE_EN)
2304 wolopts |= WAKE_PHY;
2305
2306 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2307 if (ocp_data & UWF_EN)
2308 wolopts |= WAKE_UCAST;
2309 if (ocp_data & BWF_EN)
2310 wolopts |= WAKE_BCAST;
2311 if (ocp_data & MWF_EN)
2312 wolopts |= WAKE_MCAST;
2313
2314 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2315 if (ocp_data & MAGIC_EN)
2316 wolopts |= WAKE_MAGIC;
2317
2318 return wolopts;
2319}
2320
2321static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2322{
2323 u32 ocp_data;
2324
2325 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2326
2327 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2328 ocp_data &= ~LINK_ON_WAKE_EN;
2329 if (wolopts & WAKE_PHY)
2330 ocp_data |= LINK_ON_WAKE_EN;
2331 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2332
2333 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2334 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN | LAN_WAKE_EN);
2335 if (wolopts & WAKE_UCAST)
2336 ocp_data |= UWF_EN;
2337 if (wolopts & WAKE_BCAST)
2338 ocp_data |= BWF_EN;
2339 if (wolopts & WAKE_MCAST)
2340 ocp_data |= MWF_EN;
2341 if (wolopts & WAKE_ANY)
2342 ocp_data |= LAN_WAKE_EN;
2343 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2344
2345 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2346
2347 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2348 ocp_data &= ~MAGIC_EN;
2349 if (wolopts & WAKE_MAGIC)
2350 ocp_data |= MAGIC_EN;
2351 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2352
2353 if (wolopts & WAKE_ANY)
2354 device_set_wakeup_enable(&tp->udev->dev, true);
2355 else
2356 device_set_wakeup_enable(&tp->udev->dev, false);
2357}
2358
hayeswangb2143962015-07-24 13:54:23 +08002359static void r8153_u1u2en(struct r8152 *tp, bool enable)
2360{
2361 u8 u1u2[8];
2362
2363 if (enable)
2364 memset(u1u2, 0xff, sizeof(u1u2));
2365 else
2366 memset(u1u2, 0x00, sizeof(u1u2));
2367
2368 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2369}
2370
2371static void r8153_u2p3en(struct r8152 *tp, bool enable)
2372{
2373 u32 ocp_data;
2374
2375 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
2376 if (enable && tp->version != RTL_VER_03 && tp->version != RTL_VER_04)
2377 ocp_data |= U2P3_ENABLE;
2378 else
2379 ocp_data &= ~U2P3_ENABLE;
2380 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2381}
2382
2383static void r8153_power_cut_en(struct r8152 *tp, bool enable)
2384{
2385 u32 ocp_data;
2386
2387 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2388 if (enable)
2389 ocp_data |= PWR_EN | PHASE2_EN;
2390 else
2391 ocp_data &= ~(PWR_EN | PHASE2_EN);
2392 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2393
2394 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2395 ocp_data &= ~PCUT_STATUS;
2396 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2397}
2398
hayeswang7daed8d2015-07-24 13:54:24 +08002399static bool rtl_can_wakeup(struct r8152 *tp)
2400{
2401 struct usb_device *udev = tp->udev;
2402
2403 return (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP);
2404}
2405
hayeswang9a4be1b2014-02-18 21:49:07 +08002406static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2407{
2408 if (enable) {
2409 u32 ocp_data;
2410
hayeswangb2143962015-07-24 13:54:23 +08002411 r8153_u1u2en(tp, false);
2412 r8153_u2p3en(tp, false);
2413
hayeswang9a4be1b2014-02-18 21:49:07 +08002414 __rtl_set_wol(tp, WAKE_ANY);
2415
2416 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2417
2418 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2419 ocp_data |= LINK_OFF_WAKE_EN;
2420 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2421
2422 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2423 } else {
hayeswangf95ae8a2016-06-30 15:33:35 +08002424 u32 ocp_data;
2425
hayeswang9a4be1b2014-02-18 21:49:07 +08002426 __rtl_set_wol(tp, tp->saved_wolopts);
hayeswangf95ae8a2016-06-30 15:33:35 +08002427
2428 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2429
2430 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2431 ocp_data &= ~LINK_OFF_WAKE_EN;
2432 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2433
2434 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2435
hayeswangb2143962015-07-24 13:54:23 +08002436 r8153_u2p3en(tp, true);
2437 r8153_u1u2en(tp, true);
hayeswang9a4be1b2014-02-18 21:49:07 +08002438 }
2439}
2440
hayeswangaa66a5f2014-02-18 21:49:04 +08002441static void rtl_phy_reset(struct r8152 *tp)
2442{
2443 u16 data;
2444 int i;
2445
hayeswangaa66a5f2014-02-18 21:49:04 +08002446 data = r8152_mdio_read(tp, MII_BMCR);
2447
2448 /* don't reset again before the previous one complete */
2449 if (data & BMCR_RESET)
2450 return;
2451
2452 data |= BMCR_RESET;
2453 r8152_mdio_write(tp, MII_BMCR, data);
2454
2455 for (i = 0; i < 50; i++) {
2456 msleep(20);
2457 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
2458 break;
2459 }
2460}
2461
hayeswang43499682014-02-18 21:48:58 +08002462static void r8153_teredo_off(struct r8152 *tp)
2463{
2464 u32 ocp_data;
2465
2466 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2467 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK | OOB_TEREDO_EN);
2468 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2469
2470 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2471 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2472 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2473}
2474
hayeswang93fe9b12016-06-16 10:55:18 +08002475static void rtl_reset_bmu(struct r8152 *tp)
2476{
2477 u32 ocp_data;
2478
2479 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_BMU_RESET);
2480 ocp_data &= ~(BMU_RESET_EP_IN | BMU_RESET_EP_OUT);
2481 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2482 ocp_data |= BMU_RESET_EP_IN | BMU_RESET_EP_OUT;
2483 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2484}
2485
hayeswangcda9fb02016-01-07 17:51:12 +08002486static void r8152_aldps_en(struct r8152 *tp, bool enable)
hayeswang43499682014-02-18 21:48:58 +08002487{
hayeswangcda9fb02016-01-07 17:51:12 +08002488 if (enable) {
2489 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2490 LINKENA | DIS_SDSAVE);
2491 } else {
2492 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA |
2493 DIS_SDSAVE);
2494 msleep(20);
2495 }
hayeswang43499682014-02-18 21:48:58 +08002496}
2497
hayeswangd70b1132014-09-19 15:17:18 +08002498static void rtl8152_disable(struct r8152 *tp)
2499{
hayeswangcda9fb02016-01-07 17:51:12 +08002500 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002501 rtl_disable(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002502 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08002503}
2504
hayeswang43499682014-02-18 21:48:58 +08002505static void r8152b_hw_phy_cfg(struct r8152 *tp)
2506{
hayeswangf0cbe0a2014-02-18 21:49:03 +08002507 u16 data;
2508
2509 data = r8152_mdio_read(tp, MII_BMCR);
2510 if (data & BMCR_PDOWN) {
2511 data &= ~BMCR_PDOWN;
2512 r8152_mdio_write(tp, MII_BMCR, data);
2513 }
2514
hayeswangaa66a5f2014-02-18 21:49:04 +08002515 set_bit(PHY_RESET, &tp->flags);
hayeswang43499682014-02-18 21:48:58 +08002516}
2517
hayeswangac718b62013-05-02 16:01:25 +00002518static void r8152b_exit_oob(struct r8152 *tp)
2519{
hayeswangdb8515e2014-03-06 15:07:16 +08002520 u32 ocp_data;
2521 int i;
hayeswangac718b62013-05-02 16:01:25 +00002522
2523 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2524 ocp_data &= ~RCR_ACPT_ALL;
2525 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2526
hayeswang00a5e362014-02-18 21:48:59 +08002527 rxdy_gated_en(tp, true);
hayeswangda9bd112014-02-18 21:49:08 +08002528 r8153_teredo_off(tp);
hayeswang7e9da482014-02-18 21:49:05 +08002529 r8152b_hw_phy_cfg(tp);
hayeswangac718b62013-05-02 16:01:25 +00002530
2531 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2532 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
2533
2534 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2535 ocp_data &= ~NOW_IS_OOB;
2536 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2537
2538 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2539 ocp_data &= ~MCU_BORW_EN;
2540 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2541
2542 for (i = 0; i < 1000; i++) {
2543 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2544 if (ocp_data & LINK_LIST_READY)
2545 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002546 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002547 }
2548
2549 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2550 ocp_data |= RE_INIT_LL;
2551 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2552
2553 for (i = 0; i < 1000; i++) {
2554 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2555 if (ocp_data & LINK_LIST_READY)
2556 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002557 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002558 }
2559
2560 rtl8152_nic_reset(tp);
2561
2562 /* rx share fifo credit full threshold */
2563 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2564
hayeswanga3cc4652014-07-24 16:37:43 +08002565 if (tp->udev->speed == USB_SPEED_FULL ||
2566 tp->udev->speed == USB_SPEED_LOW) {
hayeswangac718b62013-05-02 16:01:25 +00002567 /* rx share fifo credit near full threshold */
2568 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2569 RXFIFO_THR2_FULL);
2570 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2571 RXFIFO_THR3_FULL);
2572 } else {
2573 /* rx share fifo credit near full threshold */
2574 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2575 RXFIFO_THR2_HIGH);
2576 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2577 RXFIFO_THR3_HIGH);
2578 }
2579
2580 /* TX share fifo free credit full threshold */
2581 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
2582
2583 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
hayeswang8e1f51b2014-01-02 11:22:41 +08002584 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
hayeswangac718b62013-05-02 16:01:25 +00002585 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
2586 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
2587
hayeswangc5554292014-09-12 10:43:11 +08002588 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswangac718b62013-05-02 16:01:25 +00002589
2590 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2591
2592 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2593 ocp_data |= TCR0_AUTO_FIFO;
2594 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2595}
2596
2597static void r8152b_enter_oob(struct r8152 *tp)
2598{
hayeswang45f4a192014-01-06 17:08:41 +08002599 u32 ocp_data;
2600 int i;
hayeswangac718b62013-05-02 16:01:25 +00002601
2602 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2603 ocp_data &= ~NOW_IS_OOB;
2604 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2605
2606 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
2607 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
2608 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
2609
hayeswangd70b1132014-09-19 15:17:18 +08002610 rtl_disable(tp);
hayeswangac718b62013-05-02 16:01:25 +00002611
2612 for (i = 0; i < 1000; i++) {
2613 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2614 if (ocp_data & LINK_LIST_READY)
2615 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002616 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002617 }
2618
2619 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2620 ocp_data |= RE_INIT_LL;
2621 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2622
2623 for (i = 0; i < 1000; i++) {
2624 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2625 if (ocp_data & LINK_LIST_READY)
2626 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002627 usleep_range(1000, 2000);
hayeswangac718b62013-05-02 16:01:25 +00002628 }
2629
2630 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2631
hayeswangc5554292014-09-12 10:43:11 +08002632 rtl_rx_vlan_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002633
2634 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2635 ocp_data |= ALDPS_PROXY_MODE;
2636 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2637
2638 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2639 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2640 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2641
hayeswang00a5e362014-02-18 21:48:59 +08002642 rxdy_gated_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002643
2644 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2645 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2646 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2647}
2648
hayeswang43779f82014-01-02 11:25:10 +08002649static void r8153_hw_phy_cfg(struct r8152 *tp)
2650{
2651 u32 ocp_data;
2652 u16 data;
2653
hayeswangfb02eb42015-07-22 15:27:41 +08002654 if (tp->version == RTL_VER_03 || tp->version == RTL_VER_04 ||
2655 tp->version == RTL_VER_05)
2656 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
2657
hayeswangf0cbe0a2014-02-18 21:49:03 +08002658 data = r8152_mdio_read(tp, MII_BMCR);
2659 if (data & BMCR_PDOWN) {
2660 data &= ~BMCR_PDOWN;
2661 r8152_mdio_write(tp, MII_BMCR, data);
2662 }
hayeswang43779f82014-01-02 11:25:10 +08002663
2664 if (tp->version == RTL_VER_03) {
2665 data = ocp_reg_read(tp, OCP_EEE_CFG);
2666 data &= ~CTAP_SHORT_EN;
2667 ocp_reg_write(tp, OCP_EEE_CFG, data);
2668 }
2669
2670 data = ocp_reg_read(tp, OCP_POWER_CFG);
2671 data |= EEE_CLKDIV_EN;
2672 ocp_reg_write(tp, OCP_POWER_CFG, data);
2673
2674 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
2675 data |= EN_10M_BGOFF;
2676 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
2677 data = ocp_reg_read(tp, OCP_POWER_CFG);
2678 data |= EN_10M_PLLOFF;
2679 ocp_reg_write(tp, OCP_POWER_CFG, data);
hayeswangb4d99de2015-01-19 17:02:46 +08002680 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
hayeswang43779f82014-01-02 11:25:10 +08002681
2682 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
2683 ocp_data |= PFM_PWM_SWITCH;
2684 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
2685
hayeswangb4d99de2015-01-19 17:02:46 +08002686 /* Enable LPF corner auto tune */
2687 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
hayeswang43779f82014-01-02 11:25:10 +08002688
hayeswangb4d99de2015-01-19 17:02:46 +08002689 /* Adjust 10M Amplitude */
2690 sram_write(tp, SRAM_10M_AMP1, 0x00af);
2691 sram_write(tp, SRAM_10M_AMP2, 0x0208);
hayeswangaa66a5f2014-02-18 21:49:04 +08002692
2693 set_bit(PHY_RESET, &tp->flags);
hayeswang43779f82014-01-02 11:25:10 +08002694}
2695
hayeswang43779f82014-01-02 11:25:10 +08002696static void r8153_first_init(struct r8152 *tp)
2697{
2698 u32 ocp_data;
2699 int i;
2700
hayeswang00a5e362014-02-18 21:48:59 +08002701 rxdy_gated_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002702 r8153_teredo_off(tp);
2703
2704 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2705 ocp_data &= ~RCR_ACPT_ALL;
2706 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2707
2708 r8153_hw_phy_cfg(tp);
2709
2710 rtl8152_nic_reset(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002711 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002712
2713 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2714 ocp_data &= ~NOW_IS_OOB;
2715 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2716
2717 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2718 ocp_data &= ~MCU_BORW_EN;
2719 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2720
2721 for (i = 0; i < 1000; i++) {
2722 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2723 if (ocp_data & LINK_LIST_READY)
2724 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002725 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002726 }
2727
2728 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2729 ocp_data |= RE_INIT_LL;
2730 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2731
2732 for (i = 0; i < 1000; i++) {
2733 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2734 if (ocp_data & LINK_LIST_READY)
2735 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002736 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002737 }
2738
hayeswangc5554292014-09-12 10:43:11 +08002739 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
hayeswang43779f82014-01-02 11:25:10 +08002740
hayeswang69b4b7a2014-07-10 10:58:54 +08002741 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8153_RMS);
2742 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
hayeswang43779f82014-01-02 11:25:10 +08002743
2744 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2745 ocp_data |= TCR0_AUTO_FIFO;
2746 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2747
2748 rtl8152_nic_reset(tp);
2749
2750 /* rx share fifo credit full threshold */
2751 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2752 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
2753 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
2754 /* TX share fifo free credit full threshold */
2755 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
2756
hayeswang9629e3c2014-01-15 10:42:15 +08002757 /* rx aggregation */
hayeswang43779f82014-01-02 11:25:10 +08002758 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08002759 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswang43779f82014-01-02 11:25:10 +08002760 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
2761}
2762
2763static void r8153_enter_oob(struct r8152 *tp)
2764{
2765 u32 ocp_data;
2766 int i;
2767
2768 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2769 ocp_data &= ~NOW_IS_OOB;
2770 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2771
hayeswangd70b1132014-09-19 15:17:18 +08002772 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002773 rtl_reset_bmu(tp);
hayeswang43779f82014-01-02 11:25:10 +08002774
2775 for (i = 0; i < 1000; i++) {
2776 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2777 if (ocp_data & LINK_LIST_READY)
2778 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002779 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002780 }
2781
2782 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2783 ocp_data |= RE_INIT_LL;
2784 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2785
2786 for (i = 0; i < 1000; i++) {
2787 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2788 if (ocp_data & LINK_LIST_READY)
2789 break;
hayeswang8ddfa072014-09-09 11:40:28 +08002790 usleep_range(1000, 2000);
hayeswang43779f82014-01-02 11:25:10 +08002791 }
2792
hayeswang69b4b7a2014-07-10 10:58:54 +08002793 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8153_RMS);
hayeswang43779f82014-01-02 11:25:10 +08002794
hayeswang43779f82014-01-02 11:25:10 +08002795 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2796 ocp_data &= ~TEREDO_WAKE_MASK;
2797 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2798
hayeswangc5554292014-09-12 10:43:11 +08002799 rtl_rx_vlan_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002800
2801 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2802 ocp_data |= ALDPS_PROXY_MODE;
2803 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2804
2805 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2806 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2807 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2808
hayeswang00a5e362014-02-18 21:48:59 +08002809 rxdy_gated_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08002810
2811 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2812 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2813 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2814}
2815
hayeswangcda9fb02016-01-07 17:51:12 +08002816static void r8153_aldps_en(struct r8152 *tp, bool enable)
hayeswang43779f82014-01-02 11:25:10 +08002817{
2818 u16 data;
2819
2820 data = ocp_reg_read(tp, OCP_POWER_CFG);
hayeswangcda9fb02016-01-07 17:51:12 +08002821 if (enable) {
2822 data |= EN_ALDPS;
2823 ocp_reg_write(tp, OCP_POWER_CFG, data);
2824 } else {
2825 data &= ~EN_ALDPS;
2826 ocp_reg_write(tp, OCP_POWER_CFG, data);
2827 msleep(20);
2828 }
hayeswang43779f82014-01-02 11:25:10 +08002829}
2830
hayeswangd70b1132014-09-19 15:17:18 +08002831static void rtl8153_disable(struct r8152 *tp)
2832{
hayeswangcda9fb02016-01-07 17:51:12 +08002833 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002834 rtl_disable(tp);
hayeswang93fe9b12016-06-16 10:55:18 +08002835 rtl_reset_bmu(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002836 r8153_aldps_en(tp, true);
hayeswangb2143962015-07-24 13:54:23 +08002837 usb_enable_lpm(tp->udev);
hayeswangd70b1132014-09-19 15:17:18 +08002838}
2839
hayeswangac718b62013-05-02 16:01:25 +00002840static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
2841{
hayeswang43779f82014-01-02 11:25:10 +08002842 u16 bmcr, anar, gbcr;
hayeswangac718b62013-05-02 16:01:25 +00002843 int ret = 0;
2844
2845 cancel_delayed_work_sync(&tp->schedule);
2846 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2847 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
2848 ADVERTISE_100HALF | ADVERTISE_100FULL);
hayeswang43779f82014-01-02 11:25:10 +08002849 if (tp->mii.supports_gmii) {
2850 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
2851 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
2852 } else {
2853 gbcr = 0;
2854 }
hayeswangac718b62013-05-02 16:01:25 +00002855
2856 if (autoneg == AUTONEG_DISABLE) {
2857 if (speed == SPEED_10) {
2858 bmcr = 0;
2859 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2860 } else if (speed == SPEED_100) {
2861 bmcr = BMCR_SPEED100;
2862 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
hayeswang43779f82014-01-02 11:25:10 +08002863 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
2864 bmcr = BMCR_SPEED1000;
2865 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
hayeswangac718b62013-05-02 16:01:25 +00002866 } else {
2867 ret = -EINVAL;
2868 goto out;
2869 }
2870
2871 if (duplex == DUPLEX_FULL)
2872 bmcr |= BMCR_FULLDPLX;
2873 } else {
2874 if (speed == SPEED_10) {
2875 if (duplex == DUPLEX_FULL)
2876 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2877 else
2878 anar |= ADVERTISE_10HALF;
2879 } else if (speed == SPEED_100) {
2880 if (duplex == DUPLEX_FULL) {
2881 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2882 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
2883 } else {
2884 anar |= ADVERTISE_10HALF;
2885 anar |= ADVERTISE_100HALF;
2886 }
hayeswang43779f82014-01-02 11:25:10 +08002887 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
2888 if (duplex == DUPLEX_FULL) {
2889 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2890 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
2891 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
2892 } else {
2893 anar |= ADVERTISE_10HALF;
2894 anar |= ADVERTISE_100HALF;
2895 gbcr |= ADVERTISE_1000HALF;
2896 }
hayeswangac718b62013-05-02 16:01:25 +00002897 } else {
2898 ret = -EINVAL;
2899 goto out;
2900 }
2901
2902 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
2903 }
2904
hayeswangaa66a5f2014-02-18 21:49:04 +08002905 if (test_bit(PHY_RESET, &tp->flags))
2906 bmcr |= BMCR_RESET;
2907
hayeswang43779f82014-01-02 11:25:10 +08002908 if (tp->mii.supports_gmii)
2909 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
2910
hayeswangac718b62013-05-02 16:01:25 +00002911 r8152_mdio_write(tp, MII_ADVERTISE, anar);
2912 r8152_mdio_write(tp, MII_BMCR, bmcr);
2913
hayeswang216a8342016-01-07 17:51:11 +08002914 if (test_and_clear_bit(PHY_RESET, &tp->flags)) {
hayeswangaa66a5f2014-02-18 21:49:04 +08002915 int i;
2916
hayeswangaa66a5f2014-02-18 21:49:04 +08002917 for (i = 0; i < 50; i++) {
2918 msleep(20);
2919 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
2920 break;
2921 }
2922 }
2923
hayeswangac718b62013-05-02 16:01:25 +00002924out:
hayeswangac718b62013-05-02 16:01:25 +00002925 return ret;
2926}
2927
hayeswangd70b1132014-09-19 15:17:18 +08002928static void rtl8152_up(struct r8152 *tp)
2929{
2930 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2931 return;
2932
hayeswangcda9fb02016-01-07 17:51:12 +08002933 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002934 r8152b_exit_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002935 r8152_aldps_en(tp, true);
hayeswangd70b1132014-09-19 15:17:18 +08002936}
2937
hayeswangac718b62013-05-02 16:01:25 +00002938static void rtl8152_down(struct r8152 *tp)
2939{
hayeswang68714382014-04-11 17:54:31 +08002940 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2941 rtl_drop_queued_tx(tp);
2942 return;
2943 }
2944
hayeswang00a5e362014-02-18 21:48:59 +08002945 r8152_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08002946 r8152_aldps_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00002947 r8152b_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002948 r8152_aldps_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00002949}
2950
hayeswangd70b1132014-09-19 15:17:18 +08002951static void rtl8153_up(struct r8152 *tp)
2952{
2953 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2954 return;
2955
hayeswangb2143962015-07-24 13:54:23 +08002956 r8153_u1u2en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08002957 r8153_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08002958 r8153_first_init(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002959 r8153_aldps_en(tp, true);
hayeswangb2143962015-07-24 13:54:23 +08002960 r8153_u2p3en(tp, true);
2961 r8153_u1u2en(tp, true);
2962 usb_enable_lpm(tp->udev);
hayeswangd70b1132014-09-19 15:17:18 +08002963}
2964
hayeswang43779f82014-01-02 11:25:10 +08002965static void rtl8153_down(struct r8152 *tp)
2966{
hayeswang68714382014-04-11 17:54:31 +08002967 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2968 rtl_drop_queued_tx(tp);
2969 return;
2970 }
2971
hayeswangb9702722014-02-18 21:49:00 +08002972 r8153_u1u2en(tp, false);
hayeswangb2143962015-07-24 13:54:23 +08002973 r8153_u2p3en(tp, false);
hayeswangb9702722014-02-18 21:49:00 +08002974 r8153_power_cut_en(tp, false);
hayeswangcda9fb02016-01-07 17:51:12 +08002975 r8153_aldps_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08002976 r8153_enter_oob(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08002977 r8153_aldps_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08002978}
2979
hayeswang2dd49e02015-09-07 11:57:44 +08002980static bool rtl8152_in_nway(struct r8152 *tp)
2981{
2982 u16 nway_state;
2983
2984 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, 0x2000);
2985 tp->ocp_base = 0x2000;
2986 ocp_write_byte(tp, MCU_TYPE_PLA, 0xb014, 0x4c); /* phy state */
2987 nway_state = ocp_read_word(tp, MCU_TYPE_PLA, 0xb01a);
2988
2989 /* bit 15: TXDIS_STATE, bit 14: ABD_STATE */
2990 if (nway_state & 0xc000)
2991 return false;
2992 else
2993 return true;
2994}
2995
2996static bool rtl8153_in_nway(struct r8152 *tp)
2997{
2998 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff;
2999
3000 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE)
3001 return false;
3002 else
3003 return true;
3004}
3005
hayeswangac718b62013-05-02 16:01:25 +00003006static void set_carrier(struct r8152 *tp)
3007{
3008 struct net_device *netdev = tp->netdev;
3009 u8 speed;
3010
3011 speed = rtl8152_get_speed(tp);
3012
3013 if (speed & LINK_STATUS) {
hayeswang51d979f2015-02-06 11:30:47 +08003014 if (!netif_carrier_ok(netdev)) {
hayeswangc81229c2014-01-02 11:22:42 +08003015 tp->rtl_ops.enable(tp);
hayeswangac718b62013-05-02 16:01:25 +00003016 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
hayeswang41cec842015-07-24 13:54:25 +08003017 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003018 netif_carrier_on(netdev);
hayeswangaa2e0922015-01-09 10:26:35 +08003019 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003020 napi_enable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003021 }
3022 } else {
hayeswang51d979f2015-02-06 11:30:47 +08003023 if (netif_carrier_ok(netdev)) {
hayeswangac718b62013-05-02 16:01:25 +00003024 netif_carrier_off(netdev);
hayeswangd823ab62015-01-12 12:06:23 +08003025 napi_disable(&tp->napi);
hayeswangc81229c2014-01-02 11:22:42 +08003026 tp->rtl_ops.disable(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003027 napi_enable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003028 }
3029 }
hayeswangac718b62013-05-02 16:01:25 +00003030}
3031
3032static void rtl_work_func_t(struct work_struct *work)
3033{
3034 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
3035
hayeswanga1f83fe2014-11-12 10:05:05 +08003036 /* If the device is unplugged or !netif_running(), the workqueue
3037 * doesn't need to wake the device, and could return directly.
3038 */
3039 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
3040 return;
3041
hayeswang9a4be1b2014-02-18 21:49:07 +08003042 if (usb_autopm_get_interface(tp->intf) < 0)
3043 return;
3044
hayeswangac718b62013-05-02 16:01:25 +00003045 if (!test_bit(WORK_ENABLE, &tp->flags))
3046 goto out1;
3047
hayeswangb5403272014-10-09 18:00:26 +08003048 if (!mutex_trylock(&tp->control)) {
3049 schedule_delayed_work(&tp->schedule, 0);
3050 goto out1;
3051 }
3052
hayeswang216a8342016-01-07 17:51:11 +08003053 if (test_and_clear_bit(RTL8152_LINK_CHG, &tp->flags))
hayeswang40a82912013-08-14 20:54:40 +08003054 set_carrier(tp);
hayeswangac718b62013-05-02 16:01:25 +00003055
hayeswang216a8342016-01-07 17:51:11 +08003056 if (test_and_clear_bit(RTL8152_SET_RX_MODE, &tp->flags))
hayeswangac718b62013-05-02 16:01:25 +00003057 _rtl8152_set_rx_mode(tp->netdev);
3058
hayeswangd823ab62015-01-12 12:06:23 +08003059 /* don't schedule napi before linking */
hayeswang216a8342016-01-07 17:51:11 +08003060 if (test_and_clear_bit(SCHEDULE_NAPI, &tp->flags) &&
3061 netif_carrier_ok(tp->netdev))
hayeswangd823ab62015-01-12 12:06:23 +08003062 napi_schedule(&tp->napi);
hayeswangaa66a5f2014-02-18 21:49:04 +08003063
hayeswang216a8342016-01-07 17:51:11 +08003064 if (test_and_clear_bit(PHY_RESET, &tp->flags))
hayeswangaa66a5f2014-02-18 21:49:04 +08003065 rtl_phy_reset(tp);
3066
hayeswangb5403272014-10-09 18:00:26 +08003067 mutex_unlock(&tp->control);
3068
hayeswangac718b62013-05-02 16:01:25 +00003069out1:
hayeswang9a4be1b2014-02-18 21:49:07 +08003070 usb_autopm_put_interface(tp->intf);
hayeswangac718b62013-05-02 16:01:25 +00003071}
3072
hayeswang5ee3c602016-01-07 17:12:17 +08003073#ifdef CONFIG_PM_SLEEP
3074static int rtl_notifier(struct notifier_block *nb, unsigned long action,
3075 void *data)
3076{
3077 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier);
3078
3079 switch (action) {
3080 case PM_HIBERNATION_PREPARE:
3081 case PM_SUSPEND_PREPARE:
3082 usb_autopm_get_interface(tp->intf);
3083 break;
3084
3085 case PM_POST_HIBERNATION:
3086 case PM_POST_SUSPEND:
3087 usb_autopm_put_interface(tp->intf);
3088 break;
3089
3090 case PM_POST_RESTORE:
3091 case PM_RESTORE_PREPARE:
3092 default:
3093 break;
3094 }
3095
3096 return NOTIFY_DONE;
3097}
3098#endif
3099
hayeswangac718b62013-05-02 16:01:25 +00003100static int rtl8152_open(struct net_device *netdev)
3101{
3102 struct r8152 *tp = netdev_priv(netdev);
3103 int res = 0;
3104
hayeswang7e9da482014-02-18 21:49:05 +08003105 res = alloc_all_mem(tp);
3106 if (res)
3107 goto out;
3108
hayeswang51d979f2015-02-06 11:30:47 +08003109 netif_carrier_off(netdev);
hayeswangf4c74762014-10-29 11:12:16 +08003110
hayeswang9a4be1b2014-02-18 21:49:07 +08003111 res = usb_autopm_get_interface(tp->intf);
3112 if (res < 0) {
3113 free_all_mem(tp);
3114 goto out;
3115 }
3116
hayeswangb5403272014-10-09 18:00:26 +08003117 mutex_lock(&tp->control);
3118
hayeswang7e9da482014-02-18 21:49:05 +08003119 tp->rtl_ops.up(tp);
3120
hayeswang43779f82014-01-02 11:25:10 +08003121 rtl8152_set_speed(tp, AUTONEG_ENABLE,
3122 tp->mii.supports_gmii ? SPEED_1000 : SPEED_100,
3123 DUPLEX_FULL);
hayeswang40a82912013-08-14 20:54:40 +08003124 netif_carrier_off(netdev);
hayeswangac718b62013-05-02 16:01:25 +00003125 netif_start_queue(netdev);
3126 set_bit(WORK_ENABLE, &tp->flags);
hayeswangdb8515e2014-03-06 15:07:16 +08003127
hayeswang3d55f442014-02-06 11:55:48 +08003128 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3129 if (res) {
3130 if (res == -ENODEV)
3131 netif_device_detach(tp->netdev);
3132 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3133 res);
hayeswang7e9da482014-02-18 21:49:05 +08003134 free_all_mem(tp);
hayeswang93ffbea2014-11-05 10:17:02 +08003135 } else {
hayeswangd823ab62015-01-12 12:06:23 +08003136 napi_enable(&tp->napi);
hayeswang3d55f442014-02-06 11:55:48 +08003137 }
3138
hayeswangb5403272014-10-09 18:00:26 +08003139 mutex_unlock(&tp->control);
3140
hayeswang9a4be1b2014-02-18 21:49:07 +08003141 usb_autopm_put_interface(tp->intf);
hayeswang5ee3c602016-01-07 17:12:17 +08003142#ifdef CONFIG_PM_SLEEP
3143 tp->pm_notifier.notifier_call = rtl_notifier;
3144 register_pm_notifier(&tp->pm_notifier);
3145#endif
hayeswangac718b62013-05-02 16:01:25 +00003146
hayeswang7e9da482014-02-18 21:49:05 +08003147out:
hayeswangac718b62013-05-02 16:01:25 +00003148 return res;
3149}
3150
3151static int rtl8152_close(struct net_device *netdev)
3152{
3153 struct r8152 *tp = netdev_priv(netdev);
3154 int res = 0;
3155
hayeswang5ee3c602016-01-07 17:12:17 +08003156#ifdef CONFIG_PM_SLEEP
3157 unregister_pm_notifier(&tp->pm_notifier);
3158#endif
hayeswangd823ab62015-01-12 12:06:23 +08003159 napi_disable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003160 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang3d55f442014-02-06 11:55:48 +08003161 usb_kill_urb(tp->intr_urb);
hayeswangac718b62013-05-02 16:01:25 +00003162 cancel_delayed_work_sync(&tp->schedule);
3163 netif_stop_queue(netdev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003164
3165 res = usb_autopm_get_interface(tp->intf);
hayeswang53543db2015-02-06 11:30:48 +08003166 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003167 rtl_drop_queued_tx(tp);
hayeswangd823ab62015-01-12 12:06:23 +08003168 rtl_stop_rx(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003169 } else {
hayeswangb5403272014-10-09 18:00:26 +08003170 mutex_lock(&tp->control);
3171
hayeswang9a4be1b2014-02-18 21:49:07 +08003172 tp->rtl_ops.down(tp);
hayeswangb5403272014-10-09 18:00:26 +08003173
3174 mutex_unlock(&tp->control);
3175
hayeswang9a4be1b2014-02-18 21:49:07 +08003176 usb_autopm_put_interface(tp->intf);
3177 }
hayeswangac718b62013-05-02 16:01:25 +00003178
hayeswang7e9da482014-02-18 21:49:05 +08003179 free_all_mem(tp);
3180
hayeswangac718b62013-05-02 16:01:25 +00003181 return res;
3182}
3183
hayeswangd24f6132014-09-25 20:54:01 +08003184static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
hayeswangac718b62013-05-02 16:01:25 +00003185{
hayeswangd24f6132014-09-25 20:54:01 +08003186 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
3187 ocp_reg_write(tp, OCP_EEE_DATA, reg);
3188 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
3189}
3190
3191static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
3192{
3193 u16 data;
3194
3195 r8152_mmd_indirect(tp, dev, reg);
3196 data = ocp_reg_read(tp, OCP_EEE_DATA);
3197 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
3198
3199 return data;
3200}
3201
3202static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
3203{
3204 r8152_mmd_indirect(tp, dev, reg);
3205 ocp_reg_write(tp, OCP_EEE_DATA, data);
3206 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
3207}
3208
3209static void r8152_eee_en(struct r8152 *tp, bool enable)
3210{
3211 u16 config1, config2, config3;
hayeswang45f4a192014-01-06 17:08:41 +08003212 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00003213
3214 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
hayeswangd24f6132014-09-25 20:54:01 +08003215 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
3216 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
3217 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
3218
3219 if (enable) {
3220 ocp_data |= EEE_RX_EN | EEE_TX_EN;
3221 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
3222 config1 |= sd_rise_time(1);
3223 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
3224 config3 |= fast_snr(42);
3225 } else {
3226 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
3227 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
3228 RX_QUIET_EN);
3229 config1 |= sd_rise_time(7);
3230 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
3231 config3 |= fast_snr(511);
3232 }
3233
hayeswangac718b62013-05-02 16:01:25 +00003234 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
hayeswangd24f6132014-09-25 20:54:01 +08003235 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
3236 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
3237 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
3238}
3239
3240static void r8152b_enable_eee(struct r8152 *tp)
3241{
3242 r8152_eee_en(tp, true);
3243 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
3244}
3245
3246static void r8153_eee_en(struct r8152 *tp, bool enable)
3247{
3248 u32 ocp_data;
3249 u16 config;
3250
3251 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3252 config = ocp_reg_read(tp, OCP_EEE_CFG);
3253
3254 if (enable) {
3255 ocp_data |= EEE_RX_EN | EEE_TX_EN;
3256 config |= EEE10_EN;
3257 } else {
3258 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
3259 config &= ~EEE10_EN;
3260 }
3261
3262 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
3263 ocp_reg_write(tp, OCP_EEE_CFG, config);
hayeswangac718b62013-05-02 16:01:25 +00003264}
3265
hayeswang43779f82014-01-02 11:25:10 +08003266static void r8153_enable_eee(struct r8152 *tp)
3267{
hayeswangd24f6132014-09-25 20:54:01 +08003268 r8153_eee_en(tp, true);
3269 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
hayeswang43779f82014-01-02 11:25:10 +08003270}
3271
hayeswangac718b62013-05-02 16:01:25 +00003272static void r8152b_enable_fc(struct r8152 *tp)
3273{
3274 u16 anar;
3275
3276 anar = r8152_mdio_read(tp, MII_ADVERTISE);
3277 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
3278 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3279}
3280
hayeswang4f1d4d52014-03-11 16:24:19 +08003281static void rtl_tally_reset(struct r8152 *tp)
3282{
3283 u32 ocp_data;
3284
3285 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3286 ocp_data |= TALLY_RESET;
3287 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3288}
3289
hayeswangac718b62013-05-02 16:01:25 +00003290static void r8152b_init(struct r8152 *tp)
3291{
hayeswangebc2ec482013-08-14 20:54:38 +08003292 u32 ocp_data;
hayeswangac718b62013-05-02 16:01:25 +00003293
hayeswang68714382014-04-11 17:54:31 +08003294 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3295 return;
3296
hayeswangcda9fb02016-01-07 17:51:12 +08003297 r8152_aldps_en(tp, false);
hayeswangd70b1132014-09-19 15:17:18 +08003298
hayeswangac718b62013-05-02 16:01:25 +00003299 if (tp->version == RTL_VER_01) {
3300 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3301 ocp_data &= ~LED_MODE_MASK;
3302 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3303 }
3304
hayeswang00a5e362014-02-18 21:48:59 +08003305 r8152_power_cut_en(tp, false);
hayeswangac718b62013-05-02 16:01:25 +00003306
hayeswangac718b62013-05-02 16:01:25 +00003307 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3308 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
3309 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3310 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
3311 ocp_data &= ~MCU_CLK_RATIO_MASK;
3312 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
3313 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
3314 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
3315 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
3316 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
3317
3318 r8152b_enable_eee(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003319 r8152_aldps_en(tp, true);
hayeswangac718b62013-05-02 16:01:25 +00003320 r8152b_enable_fc(tp);
hayeswang4f1d4d52014-03-11 16:24:19 +08003321 rtl_tally_reset(tp);
hayeswangac718b62013-05-02 16:01:25 +00003322
hayeswangebc2ec482013-08-14 20:54:38 +08003323 /* enable rx aggregation */
hayeswangac718b62013-05-02 16:01:25 +00003324 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
hayeswange90fba82015-07-31 11:23:39 +08003325 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
hayeswangac718b62013-05-02 16:01:25 +00003326 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
3327}
3328
hayeswang43779f82014-01-02 11:25:10 +08003329static void r8153_init(struct r8152 *tp)
3330{
3331 u32 ocp_data;
3332 int i;
3333
hayeswang68714382014-04-11 17:54:31 +08003334 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3335 return;
3336
hayeswangcda9fb02016-01-07 17:51:12 +08003337 r8153_aldps_en(tp, false);
hayeswangb9702722014-02-18 21:49:00 +08003338 r8153_u1u2en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003339
3340 for (i = 0; i < 500; i++) {
3341 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
3342 AUTOLOAD_DONE)
3343 break;
3344 msleep(20);
3345 }
3346
3347 for (i = 0; i < 500; i++) {
3348 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK;
3349 if (ocp_data == PHY_STAT_LAN_ON || ocp_data == PHY_STAT_PWRDN)
3350 break;
3351 msleep(20);
3352 }
3353
hayeswangb2143962015-07-24 13:54:23 +08003354 usb_disable_lpm(tp->udev);
hayeswangb9702722014-02-18 21:49:00 +08003355 r8153_u2p3en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08003356
hayeswang65bab842015-02-12 16:20:46 +08003357 if (tp->version == RTL_VER_04) {
3358 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2);
3359 ocp_data &= ~pwd_dn_scale_mask;
3360 ocp_data |= pwd_dn_scale(96);
3361 ocp_write_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2, ocp_data);
3362
3363 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_USB2PHY);
3364 ocp_data |= USB2PHY_L1 | USB2PHY_SUSPEND;
3365 ocp_write_byte(tp, MCU_TYPE_USB, USB_USB2PHY, ocp_data);
3366 } else if (tp->version == RTL_VER_05) {
3367 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0);
3368 ocp_data &= ~ECM_ALDPS;
3369 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0, ocp_data);
3370
3371 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3372 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3373 ocp_data &= ~DYNAMIC_BURST;
3374 else
3375 ocp_data |= DYNAMIC_BURST;
3376 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswangfb02eb42015-07-22 15:27:41 +08003377 } else if (tp->version == RTL_VER_06) {
3378 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
3379 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
3380 ocp_data &= ~DYNAMIC_BURST;
3381 else
3382 ocp_data |= DYNAMIC_BURST;
3383 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
hayeswang65bab842015-02-12 16:20:46 +08003384 }
3385
3386 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2);
3387 ocp_data |= EP4_FULL_FC;
3388 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2, ocp_data);
3389
hayeswang43779f82014-01-02 11:25:10 +08003390 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
3391 ocp_data &= ~TIMER11_EN;
3392 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
3393
hayeswang43779f82014-01-02 11:25:10 +08003394 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3395 ocp_data &= ~LED_MODE_MASK;
3396 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3397
hayeswang65bab842015-02-12 16:20:46 +08003398 ocp_data = FIFO_EMPTY_1FB | ROK_EXIT_LPM;
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02003399 if (tp->version == RTL_VER_04 && tp->udev->speed < USB_SPEED_SUPER)
hayeswang43779f82014-01-02 11:25:10 +08003400 ocp_data |= LPM_TIMER_500MS;
hayeswang34203e22015-02-06 11:30:46 +08003401 else
3402 ocp_data |= LPM_TIMER_500US;
hayeswang43779f82014-01-02 11:25:10 +08003403 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
3404
3405 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
3406 ocp_data &= ~SEN_VAL_MASK;
3407 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
3408 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
3409
hayeswang65bab842015-02-12 16:20:46 +08003410 ocp_write_word(tp, MCU_TYPE_USB, USB_CONNECT_TIMER, 0x0001);
3411
hayeswangb9702722014-02-18 21:49:00 +08003412 r8153_power_cut_en(tp, false);
3413 r8153_u1u2en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003414
hayeswang4e384ac2016-06-16 10:55:17 +08003415 /* MAC clock speed down */
3416 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, 0);
3417 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, 0);
3418 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, 0);
3419 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4, 0);
hayeswang43779f82014-01-02 11:25:10 +08003420
3421 r8153_enable_eee(tp);
hayeswangcda9fb02016-01-07 17:51:12 +08003422 r8153_aldps_en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003423 r8152b_enable_fc(tp);
hayeswang4f1d4d52014-03-11 16:24:19 +08003424 rtl_tally_reset(tp);
hayeswangb2143962015-07-24 13:54:23 +08003425 r8153_u2p3en(tp, true);
hayeswang43779f82014-01-02 11:25:10 +08003426}
3427
hayeswange5011392015-07-29 20:39:08 +08003428static int rtl8152_pre_reset(struct usb_interface *intf)
3429{
3430 struct r8152 *tp = usb_get_intfdata(intf);
3431 struct net_device *netdev;
3432
3433 if (!tp)
3434 return 0;
3435
3436 netdev = tp->netdev;
3437 if (!netif_running(netdev))
3438 return 0;
3439
3440 napi_disable(&tp->napi);
3441 clear_bit(WORK_ENABLE, &tp->flags);
3442 usb_kill_urb(tp->intr_urb);
3443 cancel_delayed_work_sync(&tp->schedule);
3444 if (netif_carrier_ok(netdev)) {
3445 netif_stop_queue(netdev);
3446 mutex_lock(&tp->control);
3447 tp->rtl_ops.disable(tp);
3448 mutex_unlock(&tp->control);
3449 }
3450
3451 return 0;
3452}
3453
3454static int rtl8152_post_reset(struct usb_interface *intf)
3455{
3456 struct r8152 *tp = usb_get_intfdata(intf);
3457 struct net_device *netdev;
3458
3459 if (!tp)
3460 return 0;
3461
3462 netdev = tp->netdev;
3463 if (!netif_running(netdev))
3464 return 0;
3465
3466 set_bit(WORK_ENABLE, &tp->flags);
3467 if (netif_carrier_ok(netdev)) {
3468 mutex_lock(&tp->control);
3469 tp->rtl_ops.enable(tp);
3470 rtl8152_set_rx_mode(netdev);
3471 mutex_unlock(&tp->control);
3472 netif_wake_queue(netdev);
3473 }
3474
3475 napi_enable(&tp->napi);
3476
3477 return 0;
hayeswangac718b62013-05-02 16:01:25 +00003478}
3479
hayeswang2dd49e02015-09-07 11:57:44 +08003480static bool delay_autosuspend(struct r8152 *tp)
3481{
3482 bool sw_linking = !!netif_carrier_ok(tp->netdev);
3483 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS);
3484
3485 /* This means a linking change occurs and the driver doesn't detect it,
3486 * yet. If the driver has disabled tx/rx and hw is linking on, the
3487 * device wouldn't wake up by receiving any packet.
3488 */
3489 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
3490 return true;
3491
3492 /* If the linking down is occurred by nway, the device may miss the
3493 * linking change event. And it wouldn't wake when linking on.
3494 */
3495 if (!sw_linking && tp->rtl_ops.in_nway(tp))
3496 return true;
3497 else
3498 return false;
3499}
3500
hayeswangac718b62013-05-02 16:01:25 +00003501static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
3502{
3503 struct r8152 *tp = usb_get_intfdata(intf);
hayeswang6cc69f22014-10-17 16:55:08 +08003504 struct net_device *netdev = tp->netdev;
3505 int ret = 0;
hayeswangac718b62013-05-02 16:01:25 +00003506
hayeswangb5403272014-10-09 18:00:26 +08003507 mutex_lock(&tp->control);
3508
hayeswang6cc69f22014-10-17 16:55:08 +08003509 if (PMSG_IS_AUTO(message)) {
hayeswang2dd49e02015-09-07 11:57:44 +08003510 if (netif_running(netdev) && delay_autosuspend(tp)) {
hayeswang6cc69f22014-10-17 16:55:08 +08003511 ret = -EBUSY;
3512 goto out1;
3513 }
hayeswangac718b62013-05-02 16:01:25 +00003514
hayeswang6cc69f22014-10-17 16:55:08 +08003515 set_bit(SELECTIVE_SUSPEND, &tp->flags);
3516 } else {
3517 netif_device_detach(netdev);
3518 }
3519
hayeswange3bd1a82014-10-29 11:12:17 +08003520 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
hayeswangac718b62013-05-02 16:01:25 +00003521 clear_bit(WORK_ENABLE, &tp->flags);
hayeswang40a82912013-08-14 20:54:40 +08003522 usb_kill_urb(tp->intr_urb);
hayeswangd823ab62015-01-12 12:06:23 +08003523 napi_disable(&tp->napi);
hayeswang9a4be1b2014-02-18 21:49:07 +08003524 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
hayeswang445f7f42014-09-23 16:31:47 +08003525 rtl_stop_rx(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003526 rtl_runtime_suspend_enable(tp, true);
3527 } else {
hayeswang6cc69f22014-10-17 16:55:08 +08003528 cancel_delayed_work_sync(&tp->schedule);
hayeswang9a4be1b2014-02-18 21:49:07 +08003529 tp->rtl_ops.down(tp);
hayeswang9a4be1b2014-02-18 21:49:07 +08003530 }
hayeswangd823ab62015-01-12 12:06:23 +08003531 napi_enable(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00003532 }
hayeswang6cc69f22014-10-17 16:55:08 +08003533out1:
hayeswangb5403272014-10-09 18:00:26 +08003534 mutex_unlock(&tp->control);
3535
hayeswang6cc69f22014-10-17 16:55:08 +08003536 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003537}
3538
3539static int rtl8152_resume(struct usb_interface *intf)
3540{
3541 struct r8152 *tp = usb_get_intfdata(intf);
3542
hayeswangb5403272014-10-09 18:00:26 +08003543 mutex_lock(&tp->control);
3544
hayeswang9a4be1b2014-02-18 21:49:07 +08003545 if (!test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3546 tp->rtl_ops.init(tp);
3547 netif_device_attach(tp->netdev);
3548 }
3549
Peter Wu90186af2015-12-08 12:17:42 +01003550 if (netif_running(tp->netdev) && tp->netdev->flags & IFF_UP) {
hayeswang9a4be1b2014-02-18 21:49:07 +08003551 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3552 rtl_runtime_suspend_enable(tp, false);
3553 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswang41cec842015-07-24 13:54:25 +08003554 napi_disable(&tp->napi);
hayeswang445f7f42014-09-23 16:31:47 +08003555 set_bit(WORK_ENABLE, &tp->flags);
hayeswang51d979f2015-02-06 11:30:47 +08003556 if (netif_carrier_ok(tp->netdev))
hayeswang445f7f42014-09-23 16:31:47 +08003557 rtl_start_rx(tp);
hayeswang41cec842015-07-24 13:54:25 +08003558 napi_enable(&tp->napi);
hayeswang9a4be1b2014-02-18 21:49:07 +08003559 } else {
3560 tp->rtl_ops.up(tp);
3561 rtl8152_set_speed(tp, AUTONEG_ENABLE,
hayeswangb209af92014-08-25 15:53:00 +08003562 tp->mii.supports_gmii ?
3563 SPEED_1000 : SPEED_100,
3564 DUPLEX_FULL);
hayeswang445f7f42014-09-23 16:31:47 +08003565 netif_carrier_off(tp->netdev);
3566 set_bit(WORK_ENABLE, &tp->flags);
hayeswang9a4be1b2014-02-18 21:49:07 +08003567 }
hayeswang40a82912013-08-14 20:54:40 +08003568 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
hayeswang923e1ee2014-10-29 11:12:15 +08003569 } else if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
Peter Wu90186af2015-12-08 12:17:42 +01003570 if (tp->netdev->flags & IFF_UP)
3571 rtl_runtime_suspend_enable(tp, false);
hayeswang923e1ee2014-10-29 11:12:15 +08003572 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
hayeswangac718b62013-05-02 16:01:25 +00003573 }
3574
hayeswangb5403272014-10-09 18:00:26 +08003575 mutex_unlock(&tp->control);
3576
hayeswangac718b62013-05-02 16:01:25 +00003577 return 0;
3578}
3579
hayeswang7ec25412016-01-04 14:38:46 +08003580static int rtl8152_reset_resume(struct usb_interface *intf)
3581{
3582 struct r8152 *tp = usb_get_intfdata(intf);
3583
3584 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
3585 return rtl8152_resume(intf);
3586}
3587
hayeswang21ff2e82014-02-18 21:49:06 +08003588static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3589{
3590 struct r8152 *tp = netdev_priv(dev);
3591
hayeswang9a4be1b2014-02-18 21:49:07 +08003592 if (usb_autopm_get_interface(tp->intf) < 0)
3593 return;
3594
hayeswang7daed8d2015-07-24 13:54:24 +08003595 if (!rtl_can_wakeup(tp)) {
3596 wol->supported = 0;
3597 wol->wolopts = 0;
3598 } else {
3599 mutex_lock(&tp->control);
3600 wol->supported = WAKE_ANY;
3601 wol->wolopts = __rtl_get_wol(tp);
3602 mutex_unlock(&tp->control);
3603 }
hayeswangb5403272014-10-09 18:00:26 +08003604
hayeswang9a4be1b2014-02-18 21:49:07 +08003605 usb_autopm_put_interface(tp->intf);
hayeswang21ff2e82014-02-18 21:49:06 +08003606}
3607
3608static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3609{
3610 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003611 int ret;
3612
hayeswang7daed8d2015-07-24 13:54:24 +08003613 if (!rtl_can_wakeup(tp))
3614 return -EOPNOTSUPP;
3615
hayeswang9a4be1b2014-02-18 21:49:07 +08003616 ret = usb_autopm_get_interface(tp->intf);
3617 if (ret < 0)
3618 goto out_set_wol;
hayeswang21ff2e82014-02-18 21:49:06 +08003619
hayeswangb5403272014-10-09 18:00:26 +08003620 mutex_lock(&tp->control);
3621
hayeswang21ff2e82014-02-18 21:49:06 +08003622 __rtl_set_wol(tp, wol->wolopts);
3623 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
3624
hayeswangb5403272014-10-09 18:00:26 +08003625 mutex_unlock(&tp->control);
3626
hayeswang9a4be1b2014-02-18 21:49:07 +08003627 usb_autopm_put_interface(tp->intf);
3628
3629out_set_wol:
3630 return ret;
hayeswang21ff2e82014-02-18 21:49:06 +08003631}
3632
hayeswanga5ec27c2014-02-18 21:49:11 +08003633static u32 rtl8152_get_msglevel(struct net_device *dev)
3634{
3635 struct r8152 *tp = netdev_priv(dev);
3636
3637 return tp->msg_enable;
3638}
3639
3640static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
3641{
3642 struct r8152 *tp = netdev_priv(dev);
3643
3644 tp->msg_enable = value;
3645}
3646
hayeswangac718b62013-05-02 16:01:25 +00003647static void rtl8152_get_drvinfo(struct net_device *netdev,
3648 struct ethtool_drvinfo *info)
3649{
3650 struct r8152 *tp = netdev_priv(netdev);
3651
hayeswangb0b46c72014-08-26 10:08:23 +08003652 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
3653 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
hayeswangac718b62013-05-02 16:01:25 +00003654 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
3655}
3656
3657static
3658int rtl8152_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd)
3659{
3660 struct r8152 *tp = netdev_priv(netdev);
hayeswang8d4a4d72014-10-09 18:00:25 +08003661 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003662
3663 if (!tp->mii.mdio_read)
3664 return -EOPNOTSUPP;
3665
hayeswang8d4a4d72014-10-09 18:00:25 +08003666 ret = usb_autopm_get_interface(tp->intf);
3667 if (ret < 0)
3668 goto out;
3669
hayeswangb5403272014-10-09 18:00:26 +08003670 mutex_lock(&tp->control);
3671
hayeswang8d4a4d72014-10-09 18:00:25 +08003672 ret = mii_ethtool_gset(&tp->mii, cmd);
3673
hayeswangb5403272014-10-09 18:00:26 +08003674 mutex_unlock(&tp->control);
3675
hayeswang8d4a4d72014-10-09 18:00:25 +08003676 usb_autopm_put_interface(tp->intf);
3677
3678out:
3679 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003680}
3681
3682static int rtl8152_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
3683{
3684 struct r8152 *tp = netdev_priv(dev);
hayeswang9a4be1b2014-02-18 21:49:07 +08003685 int ret;
hayeswangac718b62013-05-02 16:01:25 +00003686
hayeswang9a4be1b2014-02-18 21:49:07 +08003687 ret = usb_autopm_get_interface(tp->intf);
3688 if (ret < 0)
3689 goto out;
3690
hayeswangb5403272014-10-09 18:00:26 +08003691 mutex_lock(&tp->control);
3692
hayeswang9a4be1b2014-02-18 21:49:07 +08003693 ret = rtl8152_set_speed(tp, cmd->autoneg, cmd->speed, cmd->duplex);
3694
hayeswangb5403272014-10-09 18:00:26 +08003695 mutex_unlock(&tp->control);
3696
hayeswang9a4be1b2014-02-18 21:49:07 +08003697 usb_autopm_put_interface(tp->intf);
3698
3699out:
3700 return ret;
hayeswangac718b62013-05-02 16:01:25 +00003701}
3702
hayeswang4f1d4d52014-03-11 16:24:19 +08003703static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
3704 "tx_packets",
3705 "rx_packets",
3706 "tx_errors",
3707 "rx_errors",
3708 "rx_missed",
3709 "align_errors",
3710 "tx_single_collisions",
3711 "tx_multi_collisions",
3712 "rx_unicast",
3713 "rx_broadcast",
3714 "rx_multicast",
3715 "tx_aborted",
3716 "tx_underrun",
3717};
3718
3719static int rtl8152_get_sset_count(struct net_device *dev, int sset)
3720{
3721 switch (sset) {
3722 case ETH_SS_STATS:
3723 return ARRAY_SIZE(rtl8152_gstrings);
3724 default:
3725 return -EOPNOTSUPP;
3726 }
3727}
3728
3729static void rtl8152_get_ethtool_stats(struct net_device *dev,
3730 struct ethtool_stats *stats, u64 *data)
3731{
3732 struct r8152 *tp = netdev_priv(dev);
3733 struct tally_counter tally;
3734
hayeswang0b030242014-07-08 14:49:28 +08003735 if (usb_autopm_get_interface(tp->intf) < 0)
3736 return;
3737
hayeswang4f1d4d52014-03-11 16:24:19 +08003738 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
3739
hayeswang0b030242014-07-08 14:49:28 +08003740 usb_autopm_put_interface(tp->intf);
3741
hayeswang4f1d4d52014-03-11 16:24:19 +08003742 data[0] = le64_to_cpu(tally.tx_packets);
3743 data[1] = le64_to_cpu(tally.rx_packets);
3744 data[2] = le64_to_cpu(tally.tx_errors);
3745 data[3] = le32_to_cpu(tally.rx_errors);
3746 data[4] = le16_to_cpu(tally.rx_missed);
3747 data[5] = le16_to_cpu(tally.align_errors);
3748 data[6] = le32_to_cpu(tally.tx_one_collision);
3749 data[7] = le32_to_cpu(tally.tx_multi_collision);
3750 data[8] = le64_to_cpu(tally.rx_unicast);
3751 data[9] = le64_to_cpu(tally.rx_broadcast);
3752 data[10] = le32_to_cpu(tally.rx_multicast);
3753 data[11] = le16_to_cpu(tally.tx_aborted);
hayeswangf37119c2014-10-28 14:05:51 +08003754 data[12] = le16_to_cpu(tally.tx_underrun);
hayeswang4f1d4d52014-03-11 16:24:19 +08003755}
3756
3757static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
3758{
3759 switch (stringset) {
3760 case ETH_SS_STATS:
3761 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
3762 break;
3763 }
3764}
3765
hayeswangdf35d282014-09-25 20:54:02 +08003766static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3767{
3768 u32 ocp_data, lp, adv, supported = 0;
3769 u16 val;
3770
3771 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
3772 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3773
3774 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
3775 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3776
3777 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
3778 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3779
3780 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3781 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3782
3783 eee->eee_enabled = !!ocp_data;
3784 eee->eee_active = !!(supported & adv & lp);
3785 eee->supported = supported;
3786 eee->advertised = adv;
3787 eee->lp_advertised = lp;
3788
3789 return 0;
3790}
3791
3792static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3793{
3794 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3795
3796 r8152_eee_en(tp, eee->eee_enabled);
3797
3798 if (!eee->eee_enabled)
3799 val = 0;
3800
3801 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
3802
3803 return 0;
3804}
3805
3806static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3807{
3808 u32 ocp_data, lp, adv, supported = 0;
3809 u16 val;
3810
3811 val = ocp_reg_read(tp, OCP_EEE_ABLE);
3812 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3813
3814 val = ocp_reg_read(tp, OCP_EEE_ADV);
3815 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3816
3817 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
3818 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3819
3820 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3821 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3822
3823 eee->eee_enabled = !!ocp_data;
3824 eee->eee_active = !!(supported & adv & lp);
3825 eee->supported = supported;
3826 eee->advertised = adv;
3827 eee->lp_advertised = lp;
3828
3829 return 0;
3830}
3831
3832static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3833{
3834 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3835
3836 r8153_eee_en(tp, eee->eee_enabled);
3837
3838 if (!eee->eee_enabled)
3839 val = 0;
3840
3841 ocp_reg_write(tp, OCP_EEE_ADV, val);
3842
3843 return 0;
3844}
3845
3846static int
3847rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
3848{
3849 struct r8152 *tp = netdev_priv(net);
3850 int ret;
3851
3852 ret = usb_autopm_get_interface(tp->intf);
3853 if (ret < 0)
3854 goto out;
3855
hayeswangb5403272014-10-09 18:00:26 +08003856 mutex_lock(&tp->control);
3857
hayeswangdf35d282014-09-25 20:54:02 +08003858 ret = tp->rtl_ops.eee_get(tp, edata);
3859
hayeswangb5403272014-10-09 18:00:26 +08003860 mutex_unlock(&tp->control);
3861
hayeswangdf35d282014-09-25 20:54:02 +08003862 usb_autopm_put_interface(tp->intf);
3863
3864out:
3865 return ret;
3866}
3867
3868static int
3869rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
3870{
3871 struct r8152 *tp = netdev_priv(net);
3872 int ret;
3873
3874 ret = usb_autopm_get_interface(tp->intf);
3875 if (ret < 0)
3876 goto out;
3877
hayeswangb5403272014-10-09 18:00:26 +08003878 mutex_lock(&tp->control);
3879
hayeswangdf35d282014-09-25 20:54:02 +08003880 ret = tp->rtl_ops.eee_set(tp, edata);
hayeswang9d31a7b2014-10-06 10:36:04 +08003881 if (!ret)
3882 ret = mii_nway_restart(&tp->mii);
hayeswangdf35d282014-09-25 20:54:02 +08003883
hayeswangb5403272014-10-09 18:00:26 +08003884 mutex_unlock(&tp->control);
3885
hayeswangdf35d282014-09-25 20:54:02 +08003886 usb_autopm_put_interface(tp->intf);
3887
3888out:
3889 return ret;
3890}
3891
hayeswang8884f502014-10-28 14:05:52 +08003892static int rtl8152_nway_reset(struct net_device *dev)
3893{
3894 struct r8152 *tp = netdev_priv(dev);
3895 int ret;
3896
3897 ret = usb_autopm_get_interface(tp->intf);
3898 if (ret < 0)
3899 goto out;
3900
3901 mutex_lock(&tp->control);
3902
3903 ret = mii_nway_restart(&tp->mii);
3904
3905 mutex_unlock(&tp->control);
3906
3907 usb_autopm_put_interface(tp->intf);
3908
3909out:
3910 return ret;
3911}
3912
hayeswangefb3dd82015-02-12 14:33:48 +08003913static int rtl8152_get_coalesce(struct net_device *netdev,
3914 struct ethtool_coalesce *coalesce)
3915{
3916 struct r8152 *tp = netdev_priv(netdev);
3917
3918 switch (tp->version) {
3919 case RTL_VER_01:
3920 case RTL_VER_02:
3921 return -EOPNOTSUPP;
3922 default:
3923 break;
3924 }
3925
3926 coalesce->rx_coalesce_usecs = tp->coalesce;
3927
3928 return 0;
3929}
3930
3931static int rtl8152_set_coalesce(struct net_device *netdev,
3932 struct ethtool_coalesce *coalesce)
3933{
3934 struct r8152 *tp = netdev_priv(netdev);
3935 int ret;
3936
3937 switch (tp->version) {
3938 case RTL_VER_01:
3939 case RTL_VER_02:
3940 return -EOPNOTSUPP;
3941 default:
3942 break;
3943 }
3944
3945 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW)
3946 return -EINVAL;
3947
3948 ret = usb_autopm_get_interface(tp->intf);
3949 if (ret < 0)
3950 return ret;
3951
3952 mutex_lock(&tp->control);
3953
3954 if (tp->coalesce != coalesce->rx_coalesce_usecs) {
3955 tp->coalesce = coalesce->rx_coalesce_usecs;
3956
3957 if (netif_running(tp->netdev) && netif_carrier_ok(netdev))
3958 r8153_set_rx_early_timeout(tp);
3959 }
3960
3961 mutex_unlock(&tp->control);
3962
3963 usb_autopm_put_interface(tp->intf);
3964
3965 return ret;
3966}
3967
hayeswangac718b62013-05-02 16:01:25 +00003968static struct ethtool_ops ops = {
3969 .get_drvinfo = rtl8152_get_drvinfo,
3970 .get_settings = rtl8152_get_settings,
3971 .set_settings = rtl8152_set_settings,
3972 .get_link = ethtool_op_get_link,
hayeswang8884f502014-10-28 14:05:52 +08003973 .nway_reset = rtl8152_nway_reset,
hayeswanga5ec27c2014-02-18 21:49:11 +08003974 .get_msglevel = rtl8152_get_msglevel,
3975 .set_msglevel = rtl8152_set_msglevel,
hayeswang21ff2e82014-02-18 21:49:06 +08003976 .get_wol = rtl8152_get_wol,
3977 .set_wol = rtl8152_set_wol,
hayeswang4f1d4d52014-03-11 16:24:19 +08003978 .get_strings = rtl8152_get_strings,
3979 .get_sset_count = rtl8152_get_sset_count,
3980 .get_ethtool_stats = rtl8152_get_ethtool_stats,
hayeswangefb3dd82015-02-12 14:33:48 +08003981 .get_coalesce = rtl8152_get_coalesce,
3982 .set_coalesce = rtl8152_set_coalesce,
hayeswangdf35d282014-09-25 20:54:02 +08003983 .get_eee = rtl_ethtool_get_eee,
3984 .set_eee = rtl_ethtool_set_eee,
hayeswangac718b62013-05-02 16:01:25 +00003985};
3986
3987static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
3988{
3989 struct r8152 *tp = netdev_priv(netdev);
3990 struct mii_ioctl_data *data = if_mii(rq);
hayeswang9a4be1b2014-02-18 21:49:07 +08003991 int res;
3992
hayeswang68714382014-04-11 17:54:31 +08003993 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3994 return -ENODEV;
3995
hayeswang9a4be1b2014-02-18 21:49:07 +08003996 res = usb_autopm_get_interface(tp->intf);
3997 if (res < 0)
3998 goto out;
hayeswangac718b62013-05-02 16:01:25 +00003999
4000 switch (cmd) {
4001 case SIOCGMIIPHY:
4002 data->phy_id = R8152_PHY_ID; /* Internal PHY */
4003 break;
4004
4005 case SIOCGMIIREG:
hayeswangb5403272014-10-09 18:00:26 +08004006 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004007 data->val_out = r8152_mdio_read(tp, data->reg_num);
hayeswangb5403272014-10-09 18:00:26 +08004008 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004009 break;
4010
4011 case SIOCSMIIREG:
4012 if (!capable(CAP_NET_ADMIN)) {
4013 res = -EPERM;
4014 break;
4015 }
hayeswangb5403272014-10-09 18:00:26 +08004016 mutex_lock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004017 r8152_mdio_write(tp, data->reg_num, data->val_in);
hayeswangb5403272014-10-09 18:00:26 +08004018 mutex_unlock(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004019 break;
4020
4021 default:
4022 res = -EOPNOTSUPP;
4023 }
4024
hayeswang9a4be1b2014-02-18 21:49:07 +08004025 usb_autopm_put_interface(tp->intf);
4026
4027out:
hayeswangac718b62013-05-02 16:01:25 +00004028 return res;
4029}
4030
hayeswang69b4b7a2014-07-10 10:58:54 +08004031static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
4032{
4033 struct r8152 *tp = netdev_priv(dev);
hayeswang396e2e22015-02-12 14:33:47 +08004034 int ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004035
4036 switch (tp->version) {
4037 case RTL_VER_01:
4038 case RTL_VER_02:
4039 return eth_change_mtu(dev, new_mtu);
4040 default:
4041 break;
4042 }
4043
4044 if (new_mtu < 68 || new_mtu > RTL8153_MAX_MTU)
4045 return -EINVAL;
4046
hayeswang396e2e22015-02-12 14:33:47 +08004047 ret = usb_autopm_get_interface(tp->intf);
4048 if (ret < 0)
4049 return ret;
4050
4051 mutex_lock(&tp->control);
4052
hayeswang69b4b7a2014-07-10 10:58:54 +08004053 dev->mtu = new_mtu;
4054
hayeswang396e2e22015-02-12 14:33:47 +08004055 if (netif_running(dev) && netif_carrier_ok(dev))
4056 r8153_set_rx_early_size(tp);
4057
4058 mutex_unlock(&tp->control);
4059
4060 usb_autopm_put_interface(tp->intf);
4061
4062 return ret;
hayeswang69b4b7a2014-07-10 10:58:54 +08004063}
4064
hayeswangac718b62013-05-02 16:01:25 +00004065static const struct net_device_ops rtl8152_netdev_ops = {
4066 .ndo_open = rtl8152_open,
4067 .ndo_stop = rtl8152_close,
4068 .ndo_do_ioctl = rtl8152_ioctl,
4069 .ndo_start_xmit = rtl8152_start_xmit,
4070 .ndo_tx_timeout = rtl8152_tx_timeout,
hayeswangc5554292014-09-12 10:43:11 +08004071 .ndo_set_features = rtl8152_set_features,
hayeswangac718b62013-05-02 16:01:25 +00004072 .ndo_set_rx_mode = rtl8152_set_rx_mode,
4073 .ndo_set_mac_address = rtl8152_set_mac_address,
hayeswang69b4b7a2014-07-10 10:58:54 +08004074 .ndo_change_mtu = rtl8152_change_mtu,
hayeswangac718b62013-05-02 16:01:25 +00004075 .ndo_validate_addr = eth_validate_addr,
hayeswanga5e31252015-01-06 17:41:58 +08004076 .ndo_features_check = rtl8152_features_check,
hayeswangac718b62013-05-02 16:01:25 +00004077};
4078
4079static void r8152b_get_version(struct r8152 *tp)
4080{
4081 u32 ocp_data;
4082 u16 version;
4083
4084 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR1);
4085 version = (u16)(ocp_data & VERSION_MASK);
4086
4087 switch (version) {
4088 case 0x4c00:
4089 tp->version = RTL_VER_01;
4090 break;
4091 case 0x4c10:
4092 tp->version = RTL_VER_02;
4093 break;
hayeswang43779f82014-01-02 11:25:10 +08004094 case 0x5c00:
4095 tp->version = RTL_VER_03;
4096 tp->mii.supports_gmii = 1;
4097 break;
4098 case 0x5c10:
4099 tp->version = RTL_VER_04;
4100 tp->mii.supports_gmii = 1;
4101 break;
4102 case 0x5c20:
4103 tp->version = RTL_VER_05;
4104 tp->mii.supports_gmii = 1;
4105 break;
hayeswangfb02eb42015-07-22 15:27:41 +08004106 case 0x5c30:
4107 tp->version = RTL_VER_06;
4108 tp->mii.supports_gmii = 1;
4109 break;
hayeswangac718b62013-05-02 16:01:25 +00004110 default:
4111 netif_info(tp, probe, tp->netdev,
4112 "Unknown version 0x%04x\n", version);
4113 break;
4114 }
4115}
4116
hayeswange3fe0b12014-01-02 11:22:39 +08004117static void rtl8152_unload(struct r8152 *tp)
4118{
hayeswang68714382014-04-11 17:54:31 +08004119 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4120 return;
4121
hayeswang00a5e362014-02-18 21:48:59 +08004122 if (tp->version != RTL_VER_01)
4123 r8152_power_cut_en(tp, true);
hayeswange3fe0b12014-01-02 11:22:39 +08004124}
4125
hayeswang43779f82014-01-02 11:25:10 +08004126static void rtl8153_unload(struct r8152 *tp)
4127{
hayeswang68714382014-04-11 17:54:31 +08004128 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4129 return;
4130
hayeswang49be1722014-10-01 13:25:11 +08004131 r8153_power_cut_en(tp, false);
hayeswang43779f82014-01-02 11:25:10 +08004132}
4133
hayeswang55b65472014-11-06 12:47:39 +08004134static int rtl_ops_init(struct r8152 *tp)
hayeswangc81229c2014-01-02 11:22:42 +08004135{
4136 struct rtl_ops *ops = &tp->rtl_ops;
hayeswang55b65472014-11-06 12:47:39 +08004137 int ret = 0;
hayeswangc81229c2014-01-02 11:22:42 +08004138
hayeswang55b65472014-11-06 12:47:39 +08004139 switch (tp->version) {
4140 case RTL_VER_01:
4141 case RTL_VER_02:
4142 ops->init = r8152b_init;
4143 ops->enable = rtl8152_enable;
4144 ops->disable = rtl8152_disable;
4145 ops->up = rtl8152_up;
4146 ops->down = rtl8152_down;
4147 ops->unload = rtl8152_unload;
4148 ops->eee_get = r8152_get_eee;
4149 ops->eee_set = r8152_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004150 ops->in_nway = rtl8152_in_nway;
hayeswang43779f82014-01-02 11:25:10 +08004151 break;
4152
hayeswang55b65472014-11-06 12:47:39 +08004153 case RTL_VER_03:
4154 case RTL_VER_04:
4155 case RTL_VER_05:
hayeswangfb02eb42015-07-22 15:27:41 +08004156 case RTL_VER_06:
hayeswang55b65472014-11-06 12:47:39 +08004157 ops->init = r8153_init;
4158 ops->enable = rtl8153_enable;
4159 ops->disable = rtl8153_disable;
4160 ops->up = rtl8153_up;
4161 ops->down = rtl8153_down;
4162 ops->unload = rtl8153_unload;
4163 ops->eee_get = r8153_get_eee;
4164 ops->eee_set = r8153_set_eee;
hayeswang2dd49e02015-09-07 11:57:44 +08004165 ops->in_nway = rtl8153_in_nway;
hayeswangc81229c2014-01-02 11:22:42 +08004166 break;
4167
4168 default:
hayeswang55b65472014-11-06 12:47:39 +08004169 ret = -ENODEV;
4170 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
hayeswangc81229c2014-01-02 11:22:42 +08004171 break;
4172 }
4173
4174 return ret;
4175}
4176
hayeswangac718b62013-05-02 16:01:25 +00004177static int rtl8152_probe(struct usb_interface *intf,
4178 const struct usb_device_id *id)
4179{
4180 struct usb_device *udev = interface_to_usbdev(intf);
4181 struct r8152 *tp;
4182 struct net_device *netdev;
hayeswangebc2ec482013-08-14 20:54:38 +08004183 int ret;
hayeswangac718b62013-05-02 16:01:25 +00004184
hayeswang10c32712014-03-04 20:47:48 +08004185 if (udev->actconfig->desc.bConfigurationValue != 1) {
4186 usb_driver_set_configuration(udev, 1);
4187 return -ENODEV;
4188 }
4189
4190 usb_reset_device(udev);
hayeswangac718b62013-05-02 16:01:25 +00004191 netdev = alloc_etherdev(sizeof(struct r8152));
4192 if (!netdev) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004193 dev_err(&intf->dev, "Out of memory\n");
hayeswangac718b62013-05-02 16:01:25 +00004194 return -ENOMEM;
4195 }
4196
hayeswangebc2ec482013-08-14 20:54:38 +08004197 SET_NETDEV_DEV(netdev, &intf->dev);
hayeswangac718b62013-05-02 16:01:25 +00004198 tp = netdev_priv(netdev);
4199 tp->msg_enable = 0x7FFF;
4200
hayeswange3ad4122014-01-06 17:08:42 +08004201 tp->udev = udev;
4202 tp->netdev = netdev;
4203 tp->intf = intf;
4204
hayeswang82cf94c2014-11-06 12:47:38 +08004205 r8152b_get_version(tp);
hayeswang55b65472014-11-06 12:47:39 +08004206 ret = rtl_ops_init(tp);
hayeswang31ca1de2014-01-06 17:08:43 +08004207 if (ret)
4208 goto out;
hayeswangc81229c2014-01-02 11:22:42 +08004209
hayeswangb5403272014-10-09 18:00:26 +08004210 mutex_init(&tp->control);
hayeswangac718b62013-05-02 16:01:25 +00004211 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
4212
hayeswangac718b62013-05-02 16:01:25 +00004213 netdev->netdev_ops = &rtl8152_netdev_ops;
4214 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
hayeswang5bd23882013-08-14 20:54:39 +08004215
hayeswang60c89072014-03-07 11:04:39 +08004216 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004217 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
hayeswangc5554292014-09-12 10:43:11 +08004218 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
4219 NETIF_F_HW_VLAN_CTAG_TX;
hayeswang60c89072014-03-07 11:04:39 +08004220 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
hayeswang6128d1bb2014-03-07 11:04:40 +08004221 NETIF_F_TSO | NETIF_F_FRAGLIST |
hayeswangc5554292014-09-12 10:43:11 +08004222 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
hayeswangccc39fa2015-02-06 11:30:49 +08004223 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
hayeswangc5554292014-09-12 10:43:11 +08004224 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
4225 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
4226 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
hayeswangdb8515e2014-03-06 15:07:16 +08004227
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00004228 netdev->ethtool_ops = &ops;
hayeswang60c89072014-03-07 11:04:39 +08004229 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
hayeswangac718b62013-05-02 16:01:25 +00004230
4231 tp->mii.dev = netdev;
4232 tp->mii.mdio_read = read_mii_word;
4233 tp->mii.mdio_write = write_mii_word;
4234 tp->mii.phy_id_mask = 0x3f;
4235 tp->mii.reg_num_mask = 0x1f;
4236 tp->mii.phy_id = R8152_PHY_ID;
hayeswangac718b62013-05-02 16:01:25 +00004237
hayeswang464ec102015-02-12 14:33:46 +08004238 switch (udev->speed) {
4239 case USB_SPEED_SUPER:
Oliver Neukum2b84af94a2016-05-02 13:06:14 +02004240 case USB_SPEED_SUPER_PLUS:
hayeswang464ec102015-02-12 14:33:46 +08004241 tp->coalesce = COALESCE_SUPER;
4242 break;
4243 case USB_SPEED_HIGH:
4244 tp->coalesce = COALESCE_HIGH;
4245 break;
4246 default:
4247 tp->coalesce = COALESCE_SLOW;
4248 break;
4249 }
4250
hayeswang9a4be1b2014-02-18 21:49:07 +08004251 intf->needs_remote_wakeup = 1;
4252
hayeswangc81229c2014-01-02 11:22:42 +08004253 tp->rtl_ops.init(tp);
hayeswangac718b62013-05-02 16:01:25 +00004254 set_ethernet_addr(tp);
4255
hayeswangac718b62013-05-02 16:01:25 +00004256 usb_set_intfdata(intf, tp);
hayeswangd823ab62015-01-12 12:06:23 +08004257 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
hayeswangac718b62013-05-02 16:01:25 +00004258
hayeswangebc2ec482013-08-14 20:54:38 +08004259 ret = register_netdev(netdev);
4260 if (ret != 0) {
Hayes Wang4a8deae2014-01-07 11:18:22 +08004261 netif_err(tp, probe, netdev, "couldn't register the device\n");
hayeswangebc2ec482013-08-14 20:54:38 +08004262 goto out1;
hayeswangac718b62013-05-02 16:01:25 +00004263 }
4264
hayeswang7daed8d2015-07-24 13:54:24 +08004265 if (!rtl_can_wakeup(tp))
4266 __rtl_set_wol(tp, 0);
4267
hayeswang21ff2e82014-02-18 21:49:06 +08004268 tp->saved_wolopts = __rtl_get_wol(tp);
4269 if (tp->saved_wolopts)
4270 device_set_wakeup_enable(&udev->dev, true);
4271 else
4272 device_set_wakeup_enable(&udev->dev, false);
4273
Hayes Wang4a8deae2014-01-07 11:18:22 +08004274 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
hayeswangac718b62013-05-02 16:01:25 +00004275
4276 return 0;
4277
hayeswangac718b62013-05-02 16:01:25 +00004278out1:
hayeswangd823ab62015-01-12 12:06:23 +08004279 netif_napi_del(&tp->napi);
hayeswangebc2ec482013-08-14 20:54:38 +08004280 usb_set_intfdata(intf, NULL);
hayeswangac718b62013-05-02 16:01:25 +00004281out:
4282 free_netdev(netdev);
hayeswangebc2ec482013-08-14 20:54:38 +08004283 return ret;
hayeswangac718b62013-05-02 16:01:25 +00004284}
4285
hayeswangac718b62013-05-02 16:01:25 +00004286static void rtl8152_disconnect(struct usb_interface *intf)
4287{
4288 struct r8152 *tp = usb_get_intfdata(intf);
4289
4290 usb_set_intfdata(intf, NULL);
4291 if (tp) {
hayeswangf561de32014-09-30 16:48:01 +08004292 struct usb_device *udev = tp->udev;
4293
4294 if (udev->state == USB_STATE_NOTATTACHED)
4295 set_bit(RTL8152_UNPLUG, &tp->flags);
4296
hayeswangd823ab62015-01-12 12:06:23 +08004297 netif_napi_del(&tp->napi);
hayeswangac718b62013-05-02 16:01:25 +00004298 unregister_netdev(tp->netdev);
hayeswangc81229c2014-01-02 11:22:42 +08004299 tp->rtl_ops.unload(tp);
hayeswangac718b62013-05-02 16:01:25 +00004300 free_netdev(tp->netdev);
4301 }
4302}
4303
hayeswangd9a28c52014-12-04 10:43:11 +08004304#define REALTEK_USB_DEVICE(vend, prod) \
4305 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
4306 USB_DEVICE_ID_MATCH_INT_CLASS, \
4307 .idVendor = (vend), \
4308 .idProduct = (prod), \
4309 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
4310}, \
4311{ \
4312 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
4313 USB_DEVICE_ID_MATCH_DEVICE, \
4314 .idVendor = (vend), \
4315 .idProduct = (prod), \
4316 .bInterfaceClass = USB_CLASS_COMM, \
4317 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
4318 .bInterfaceProtocol = USB_CDC_PROTO_NONE
4319
hayeswangac718b62013-05-02 16:01:25 +00004320/* table of devices that work with this driver */
4321static struct usb_device_id rtl8152_table[] = {
hayeswangd9a28c52014-12-04 10:43:11 +08004322 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
4323 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
4324 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
Christian Hesse347eec32015-03-31 14:10:07 +02004325 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
Vasily Titskiy1006da12015-05-06 10:31:21 -04004326 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
Zheng Liud065c3c2015-07-07 13:54:12 -07004327 {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
hayeswangac718b62013-05-02 16:01:25 +00004328 {}
4329};
4330
4331MODULE_DEVICE_TABLE(usb, rtl8152_table);
4332
4333static struct usb_driver rtl8152_driver = {
4334 .name = MODULENAME,
hayeswangebc2ec482013-08-14 20:54:38 +08004335 .id_table = rtl8152_table,
hayeswangac718b62013-05-02 16:01:25 +00004336 .probe = rtl8152_probe,
4337 .disconnect = rtl8152_disconnect,
hayeswangac718b62013-05-02 16:01:25 +00004338 .suspend = rtl8152_suspend,
hayeswangebc2ec482013-08-14 20:54:38 +08004339 .resume = rtl8152_resume,
hayeswang7ec25412016-01-04 14:38:46 +08004340 .reset_resume = rtl8152_reset_resume,
hayeswange5011392015-07-29 20:39:08 +08004341 .pre_reset = rtl8152_pre_reset,
4342 .post_reset = rtl8152_post_reset,
hayeswang9a4be1b2014-02-18 21:49:07 +08004343 .supports_autosuspend = 1,
hayeswanga6347822014-02-18 21:49:10 +08004344 .disable_hub_initiated_lpm = 1,
hayeswangac718b62013-05-02 16:01:25 +00004345};
4346
Sachin Kamatb4236daa2013-05-16 17:48:08 +00004347module_usb_driver(rtl8152_driver);
hayeswangac718b62013-05-02 16:01:25 +00004348
4349MODULE_AUTHOR(DRIVER_AUTHOR);
4350MODULE_DESCRIPTION(DRIVER_DESC);
4351MODULE_LICENSE("GPL");