]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/net/usb/r8152.c
r8152: fix wrong checksum status for received IPv4 packets
[thirdparty/kernel/linux.git] / drivers / net / usb / r8152.c
CommitLineData
ac718b69 1/*
c7de7dec 2 * Copyright (c) 2014 Realtek Semiconductor Corp. All rights reserved.
ac718b69 3 *
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
ac718b69 10#include <linux/signal.h>
11#include <linux/slab.h>
12#include <linux/module.h>
ac718b69 13#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>
ebc2ec48 21#include <linux/list.h>
5bd23881 22#include <linux/ip.h>
23#include <linux/ipv6.h>
6128d1bb 24#include <net/ip6_checksum.h>
4c4a6b1b 25#include <uapi/linux/mdio.h>
26#include <linux/mdio.h>
d9a28c5b 27#include <linux/usb/cdc.h>
5ee3c60c 28#include <linux/suspend.h>
34ee32c9 29#include <linux/acpi.h>
ac718b69 30
d0942473 31/* Information for net-next */
65b82d69 32#define NETNEXT_VERSION "09"
d0942473 33
34/* Information for net */
b20cb60e 35#define NET_VERSION "9"
d0942473 36
37#define DRIVER_VERSION "v1." NETNEXT_VERSION "." NET_VERSION
ac718b69 38#define DRIVER_AUTHOR "Realtek linux nic maintainers <nic_swsd@realtek.com>"
44d942a9 39#define DRIVER_DESC "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"
ac718b69 40#define MODULENAME "r8152"
41
42#define R8152_PHY_ID 32
43
44#define PLA_IDR 0xc000
45#define PLA_RCR 0xc010
46#define PLA_RMS 0xc016
47#define PLA_RXFIFO_CTRL0 0xc0a0
48#define PLA_RXFIFO_CTRL1 0xc0a4
49#define PLA_RXFIFO_CTRL2 0xc0a8
65bab84c 50#define PLA_DMY_REG0 0xc0b0
ac718b69 51#define PLA_FMC 0xc0b4
52#define PLA_CFG_WOL 0xc0b6
43779f8d 53#define PLA_TEREDO_CFG 0xc0bc
65b82d69 54#define PLA_TEREDO_WAKE_BASE 0xc0c4
ac718b69 55#define PLA_MAR 0xcd00
43779f8d 56#define PLA_BACKUP 0xd000
ac718b69 57#define PAL_BDC_CR 0xd1a0
43779f8d 58#define PLA_TEREDO_TIMER 0xd2cc
59#define PLA_REALWOW_TIMER 0xd2e8
65b82d69 60#define PLA_EFUSE_DATA 0xdd00
61#define PLA_EFUSE_CMD 0xdd02
ac718b69 62#define PLA_LEDSEL 0xdd90
63#define PLA_LED_FEATURE 0xdd92
64#define PLA_PHYAR 0xde00
43779f8d 65#define PLA_BOOT_CTRL 0xe004
ac718b69 66#define PLA_GPHY_INTR_IMR 0xe022
67#define PLA_EEE_CR 0xe040
68#define PLA_EEEP_CR 0xe080
69#define PLA_MAC_PWR_CTRL 0xe0c0
43779f8d 70#define PLA_MAC_PWR_CTRL2 0xe0ca
71#define PLA_MAC_PWR_CTRL3 0xe0cc
72#define PLA_MAC_PWR_CTRL4 0xe0ce
73#define PLA_WDT6_CTRL 0xe428
ac718b69 74#define PLA_TCR0 0xe610
75#define PLA_TCR1 0xe612
69b4b7a4 76#define PLA_MTPS 0xe615
ac718b69 77#define PLA_TXFIFO_CTRL 0xe618
4f1d4d54 78#define PLA_RSTTALLY 0xe800
ac718b69 79#define PLA_CR 0xe813
80#define PLA_CRWECR 0xe81c
21ff2e89 81#define PLA_CONFIG12 0xe81e /* CONFIG1, CONFIG2 */
82#define PLA_CONFIG34 0xe820 /* CONFIG3, CONFIG4 */
ac718b69 83#define PLA_CONFIG5 0xe822
84#define PLA_PHY_PWR 0xe84c
85#define PLA_OOB_CTRL 0xe84f
86#define PLA_CPCR 0xe854
87#define PLA_MISC_0 0xe858
88#define PLA_MISC_1 0xe85a
89#define PLA_OCP_GPHY_BASE 0xe86c
4f1d4d54 90#define PLA_TALLYCNT 0xe890
ac718b69 91#define PLA_SFF_STS_7 0xe8de
92#define PLA_PHYSTATUS 0xe908
93#define PLA_BP_BA 0xfc26
94#define PLA_BP_0 0xfc28
95#define PLA_BP_1 0xfc2a
96#define PLA_BP_2 0xfc2c
97#define PLA_BP_3 0xfc2e
98#define PLA_BP_4 0xfc30
99#define PLA_BP_5 0xfc32
100#define PLA_BP_6 0xfc34
101#define PLA_BP_7 0xfc36
43779f8d 102#define PLA_BP_EN 0xfc38
ac718b69 103
65bab84c 104#define USB_USB2PHY 0xb41e
105#define USB_SSPHYLINK2 0xb428
43779f8d 106#define USB_U2P3_CTRL 0xb460
65bab84c 107#define USB_CSR_DUMMY1 0xb464
108#define USB_CSR_DUMMY2 0xb466
ac718b69 109#define USB_DEV_STAT 0xb808
65bab84c 110#define USB_CONNECT_TIMER 0xcbf8
65b82d69 111#define USB_MSC_TIMER 0xcbfc
65bab84c 112#define USB_BURST_SIZE 0xcfc0
65b82d69 113#define USB_LPM_CONFIG 0xcfd8
ac718b69 114#define USB_USB_CTRL 0xd406
115#define USB_PHY_CTRL 0xd408
116#define USB_TX_AGG 0xd40a
117#define USB_RX_BUF_TH 0xd40c
118#define USB_USB_TIMER 0xd428
464ec10a 119#define USB_RX_EARLY_TIMEOUT 0xd42c
120#define USB_RX_EARLY_SIZE 0xd42e
65b82d69 121#define USB_PM_CTRL_STATUS 0xd432 /* RTL8153A */
122#define USB_RX_EXTRA_AGGR_TMR 0xd432 /* RTL8153B */
ac718b69 123#define USB_TX_DMA 0xd434
65b82d69 124#define USB_UPT_RXDMA_OWN 0xd437
43779f8d 125#define USB_TOLERANCE 0xd490
126#define USB_LPM_CTRL 0xd41a
93fe9b18 127#define USB_BMU_RESET 0xd4b0
65b82d69 128#define USB_U1U2_TIMER 0xd4da
ac718b69 129#define USB_UPS_CTRL 0xd800
43779f8d 130#define USB_POWER_CUT 0xd80a
65b82d69 131#define USB_MISC_0 0xd81a
43779f8d 132#define USB_AFE_CTRL2 0xd824
65b82d69 133#define USB_UPS_CFG 0xd842
134#define USB_UPS_FLAGS 0xd848
43779f8d 135#define USB_WDT11_CTRL 0xe43c
ac718b69 136#define USB_BP_BA 0xfc26
137#define USB_BP_0 0xfc28
138#define USB_BP_1 0xfc2a
139#define USB_BP_2 0xfc2c
140#define USB_BP_3 0xfc2e
141#define USB_BP_4 0xfc30
142#define USB_BP_5 0xfc32
143#define USB_BP_6 0xfc34
144#define USB_BP_7 0xfc36
43779f8d 145#define USB_BP_EN 0xfc38
65b82d69 146#define USB_BP_8 0xfc38
147#define USB_BP_9 0xfc3a
148#define USB_BP_10 0xfc3c
149#define USB_BP_11 0xfc3e
150#define USB_BP_12 0xfc40
151#define USB_BP_13 0xfc42
152#define USB_BP_14 0xfc44
153#define USB_BP_15 0xfc46
154#define USB_BP2_EN 0xfc48
ac718b69 155
156/* OCP Registers */
157#define OCP_ALDPS_CONFIG 0x2010
158#define OCP_EEE_CONFIG1 0x2080
159#define OCP_EEE_CONFIG2 0x2092
160#define OCP_EEE_CONFIG3 0x2094
ac244d3e 161#define OCP_BASE_MII 0xa400
ac718b69 162#define OCP_EEE_AR 0xa41a
163#define OCP_EEE_DATA 0xa41c
43779f8d 164#define OCP_PHY_STATUS 0xa420
65b82d69 165#define OCP_NCTL_CFG 0xa42c
43779f8d 166#define OCP_POWER_CFG 0xa430
167#define OCP_EEE_CFG 0xa432
168#define OCP_SRAM_ADDR 0xa436
169#define OCP_SRAM_DATA 0xa438
170#define OCP_DOWN_SPEED 0xa442
df35d283 171#define OCP_EEE_ABLE 0xa5c4
4c4a6b1b 172#define OCP_EEE_ADV 0xa5d0
df35d283 173#define OCP_EEE_LPABLE 0xa5d2
2dd49e0f 174#define OCP_PHY_STATE 0xa708 /* nway state for 8153 */
65b82d69 175#define OCP_PHY_PATCH_STAT 0xb800
176#define OCP_PHY_PATCH_CMD 0xb820
177#define OCP_ADC_IOFFSET 0xbcfc
43779f8d 178#define OCP_ADC_CFG 0xbc06
65b82d69 179#define OCP_SYSCLK_CFG 0xc416
43779f8d 180
181/* SRAM Register */
65b82d69 182#define SRAM_GREEN_CFG 0x8011
43779f8d 183#define SRAM_LPF_CFG 0x8012
184#define SRAM_10M_AMP1 0x8080
185#define SRAM_10M_AMP2 0x8082
186#define SRAM_IMPEDANCE 0x8084
ac718b69 187
188/* PLA_RCR */
189#define RCR_AAP 0x00000001
190#define RCR_APM 0x00000002
191#define RCR_AM 0x00000004
192#define RCR_AB 0x00000008
193#define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB)
194
195/* PLA_RXFIFO_CTRL0 */
196#define RXFIFO_THR1_NORMAL 0x00080002
197#define RXFIFO_THR1_OOB 0x01800003
198
199/* PLA_RXFIFO_CTRL1 */
200#define RXFIFO_THR2_FULL 0x00000060
201#define RXFIFO_THR2_HIGH 0x00000038
202#define RXFIFO_THR2_OOB 0x0000004a
43779f8d 203#define RXFIFO_THR2_NORMAL 0x00a0
ac718b69 204
205/* PLA_RXFIFO_CTRL2 */
206#define RXFIFO_THR3_FULL 0x00000078
207#define RXFIFO_THR3_HIGH 0x00000048
208#define RXFIFO_THR3_OOB 0x0000005a
43779f8d 209#define RXFIFO_THR3_NORMAL 0x0110
ac718b69 210
211/* PLA_TXFIFO_CTRL */
212#define TXFIFO_THR_NORMAL 0x00400008
43779f8d 213#define TXFIFO_THR_NORMAL2 0x01000008
ac718b69 214
65bab84c 215/* PLA_DMY_REG0 */
216#define ECM_ALDPS 0x0002
217
ac718b69 218/* PLA_FMC */
219#define FMC_FCR_MCU_EN 0x0001
220
221/* PLA_EEEP_CR */
222#define EEEP_CR_EEEP_TX 0x0002
223
43779f8d 224/* PLA_WDT6_CTRL */
225#define WDT6_SET_MODE 0x0010
226
ac718b69 227/* PLA_TCR0 */
228#define TCR0_TX_EMPTY 0x0800
229#define TCR0_AUTO_FIFO 0x0080
230
231/* PLA_TCR1 */
232#define VERSION_MASK 0x7cf0
233
69b4b7a4 234/* PLA_MTPS */
235#define MTPS_JUMBO (12 * 1024 / 64)
236#define MTPS_DEFAULT (6 * 1024 / 64)
237
4f1d4d54 238/* PLA_RSTTALLY */
239#define TALLY_RESET 0x0001
240
ac718b69 241/* PLA_CR */
242#define CR_RST 0x10
243#define CR_RE 0x08
244#define CR_TE 0x04
245
246/* PLA_CRWECR */
247#define CRWECR_NORAML 0x00
248#define CRWECR_CONFIG 0xc0
249
250/* PLA_OOB_CTRL */
251#define NOW_IS_OOB 0x80
252#define TXFIFO_EMPTY 0x20
253#define RXFIFO_EMPTY 0x10
254#define LINK_LIST_READY 0x02
255#define DIS_MCU_CLROOB 0x01
256#define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY)
257
258/* PLA_MISC_1 */
259#define RXDY_GATED_EN 0x0008
260
261/* PLA_SFF_STS_7 */
262#define RE_INIT_LL 0x8000
263#define MCU_BORW_EN 0x4000
264
265/* PLA_CPCR */
266#define CPCR_RX_VLAN 0x0040
267
268/* PLA_CFG_WOL */
269#define MAGIC_EN 0x0001
270
43779f8d 271/* PLA_TEREDO_CFG */
272#define TEREDO_SEL 0x8000
273#define TEREDO_WAKE_MASK 0x7f00
274#define TEREDO_RS_EVENT_MASK 0x00fe
275#define OOB_TEREDO_EN 0x0001
276
ac718b69 277/* PAL_BDC_CR */
278#define ALDPS_PROXY_MODE 0x0001
279
65b82d69 280/* PLA_EFUSE_CMD */
281#define EFUSE_READ_CMD BIT(15)
282#define EFUSE_DATA_BIT16 BIT(7)
283
21ff2e89 284/* PLA_CONFIG34 */
285#define LINK_ON_WAKE_EN 0x0010
286#define LINK_OFF_WAKE_EN 0x0008
287
ac718b69 288/* PLA_CONFIG5 */
21ff2e89 289#define BWF_EN 0x0040
290#define MWF_EN 0x0020
291#define UWF_EN 0x0010
ac718b69 292#define LAN_WAKE_EN 0x0002
293
294/* PLA_LED_FEATURE */
295#define LED_MODE_MASK 0x0700
296
297/* PLA_PHY_PWR */
298#define TX_10M_IDLE_EN 0x0080
299#define PFM_PWM_SWITCH 0x0040
300
301/* PLA_MAC_PWR_CTRL */
302#define D3_CLK_GATED_EN 0x00004000
303#define MCU_CLK_RATIO 0x07010f07
304#define MCU_CLK_RATIO_MASK 0x0f0f0f0f
43779f8d 305#define ALDPS_SPDWN_RATIO 0x0f87
306
307/* PLA_MAC_PWR_CTRL2 */
308#define EEE_SPDWN_RATIO 0x8007
65b82d69 309#define MAC_CLK_SPDWN_EN BIT(15)
43779f8d 310
311/* PLA_MAC_PWR_CTRL3 */
312#define PKT_AVAIL_SPDWN_EN 0x0100
313#define SUSPEND_SPDWN_EN 0x0004
314#define U1U2_SPDWN_EN 0x0002
315#define L1_SPDWN_EN 0x0001
316
317/* PLA_MAC_PWR_CTRL4 */
318#define PWRSAVE_SPDWN_EN 0x1000
319#define RXDV_SPDWN_EN 0x0800
320#define TX10MIDLE_EN 0x0100
321#define TP100_SPDWN_EN 0x0020
322#define TP500_SPDWN_EN 0x0010
323#define TP1000_SPDWN_EN 0x0008
324#define EEE_SPDWN_EN 0x0001
ac718b69 325
326/* PLA_GPHY_INTR_IMR */
327#define GPHY_STS_MSK 0x0001
328#define SPEED_DOWN_MSK 0x0002
329#define SPDWN_RXDV_MSK 0x0004
330#define SPDWN_LINKCHG_MSK 0x0008
331
332/* PLA_PHYAR */
333#define PHYAR_FLAG 0x80000000
334
335/* PLA_EEE_CR */
336#define EEE_RX_EN 0x0001
337#define EEE_TX_EN 0x0002
338
43779f8d 339/* PLA_BOOT_CTRL */
340#define AUTOLOAD_DONE 0x0002
341
65bab84c 342/* USB_USB2PHY */
343#define USB2PHY_SUSPEND 0x0001
344#define USB2PHY_L1 0x0002
345
346/* USB_SSPHYLINK2 */
347#define pwd_dn_scale_mask 0x3ffe
348#define pwd_dn_scale(x) ((x) << 1)
349
350/* USB_CSR_DUMMY1 */
351#define DYNAMIC_BURST 0x0001
352
353/* USB_CSR_DUMMY2 */
354#define EP4_FULL_FC 0x0001
355
ac718b69 356/* USB_DEV_STAT */
357#define STAT_SPEED_MASK 0x0006
358#define STAT_SPEED_HIGH 0x0000
a3cc465d 359#define STAT_SPEED_FULL 0x0002
ac718b69 360
65b82d69 361/* USB_LPM_CONFIG */
362#define LPM_U1U2_EN BIT(0)
363
ac718b69 364/* USB_TX_AGG */
365#define TX_AGG_MAX_THRESHOLD 0x03
366
367/* USB_RX_BUF_TH */
43779f8d 368#define RX_THR_SUPPER 0x0c350180
8e1f51bd 369#define RX_THR_HIGH 0x7a120180
43779f8d 370#define RX_THR_SLOW 0xffff0180
65b82d69 371#define RX_THR_B 0x00010001
ac718b69 372
373/* USB_TX_DMA */
374#define TEST_MODE_DISABLE 0x00000001
375#define TX_SIZE_ADJUST1 0x00000100
376
93fe9b18 377/* USB_BMU_RESET */
378#define BMU_RESET_EP_IN 0x01
379#define BMU_RESET_EP_OUT 0x02
380
65b82d69 381/* USB_UPT_RXDMA_OWN */
382#define OWN_UPDATE BIT(0)
383#define OWN_CLEAR BIT(1)
384
ac718b69 385/* USB_UPS_CTRL */
386#define POWER_CUT 0x0100
387
388/* USB_PM_CTRL_STATUS */
8e1f51bd 389#define RESUME_INDICATE 0x0001
ac718b69 390
391/* USB_USB_CTRL */
392#define RX_AGG_DISABLE 0x0010
e90fba8d 393#define RX_ZERO_EN 0x0080
ac718b69 394
43779f8d 395/* USB_U2P3_CTRL */
396#define U2P3_ENABLE 0x0001
397
398/* USB_POWER_CUT */
399#define PWR_EN 0x0001
400#define PHASE2_EN 0x0008
65b82d69 401#define UPS_EN BIT(4)
402#define USP_PREWAKE BIT(5)
43779f8d 403
404/* USB_MISC_0 */
405#define PCUT_STATUS 0x0001
406
464ec10a 407/* USB_RX_EARLY_TIMEOUT */
408#define COALESCE_SUPER 85000U
409#define COALESCE_HIGH 250000U
410#define COALESCE_SLOW 524280U
43779f8d 411
412/* USB_WDT11_CTRL */
413#define TIMER11_EN 0x0001
414
415/* USB_LPM_CTRL */
65bab84c 416/* bit 4 ~ 5: fifo empty boundary */
417#define FIFO_EMPTY_1FB 0x30 /* 0x1fb * 64 = 32448 bytes */
418/* bit 2 ~ 3: LMP timer */
43779f8d 419#define LPM_TIMER_MASK 0x0c
420#define LPM_TIMER_500MS 0x04 /* 500 ms */
421#define LPM_TIMER_500US 0x0c /* 500 us */
65bab84c 422#define ROK_EXIT_LPM 0x02
43779f8d 423
424/* USB_AFE_CTRL2 */
425#define SEN_VAL_MASK 0xf800
426#define SEN_VAL_NORMAL 0xa000
427#define SEL_RXIDLE 0x0100
428
65b82d69 429/* USB_UPS_CFG */
430#define SAW_CNT_1MS_MASK 0x0fff
431
432/* USB_UPS_FLAGS */
433#define UPS_FLAGS_R_TUNE BIT(0)
434#define UPS_FLAGS_EN_10M_CKDIV BIT(1)
435#define UPS_FLAGS_250M_CKDIV BIT(2)
436#define UPS_FLAGS_EN_ALDPS BIT(3)
437#define UPS_FLAGS_CTAP_SHORT_DIS BIT(4)
438#define UPS_FLAGS_SPEED_MASK (0xf << 16)
439#define ups_flags_speed(x) ((x) << 16)
440#define UPS_FLAGS_EN_EEE BIT(20)
441#define UPS_FLAGS_EN_500M_EEE BIT(21)
442#define UPS_FLAGS_EN_EEE_CKDIV BIT(22)
443#define UPS_FLAGS_EEE_PLLOFF_GIGA BIT(24)
444#define UPS_FLAGS_EEE_CMOD_LV_EN BIT(25)
445#define UPS_FLAGS_EN_GREEN BIT(26)
446#define UPS_FLAGS_EN_FLOW_CTR BIT(27)
447
448enum spd_duplex {
449 NWAY_10M_HALF = 1,
450 NWAY_10M_FULL,
451 NWAY_100M_HALF,
452 NWAY_100M_FULL,
453 NWAY_1000M_FULL,
454 FORCE_10M_HALF,
455 FORCE_10M_FULL,
456 FORCE_100M_HALF,
457 FORCE_100M_FULL,
458};
459
ac718b69 460/* OCP_ALDPS_CONFIG */
461#define ENPWRSAVE 0x8000
462#define ENPDNPS 0x0200
463#define LINKENA 0x0100
464#define DIS_SDSAVE 0x0010
465
43779f8d 466/* OCP_PHY_STATUS */
467#define PHY_STAT_MASK 0x0007
c564b871 468#define PHY_STAT_EXT_INIT 2
43779f8d 469#define PHY_STAT_LAN_ON 3
470#define PHY_STAT_PWRDN 5
471
65b82d69 472/* OCP_NCTL_CFG */
473#define PGA_RETURN_EN BIT(1)
474
43779f8d 475/* OCP_POWER_CFG */
476#define EEE_CLKDIV_EN 0x8000
477#define EN_ALDPS 0x0004
478#define EN_10M_PLLOFF 0x0001
479
ac718b69 480/* OCP_EEE_CONFIG1 */
481#define RG_TXLPI_MSK_HFDUP 0x8000
482#define RG_MATCLR_EN 0x4000
483#define EEE_10_CAP 0x2000
484#define EEE_NWAY_EN 0x1000
485#define TX_QUIET_EN 0x0200
486#define RX_QUIET_EN 0x0100
d24f6134 487#define sd_rise_time_mask 0x0070
4c4a6b1b 488#define sd_rise_time(x) (min(x, 7) << 4) /* bit 4 ~ 6 */
ac718b69 489#define RG_RXLPI_MSK_HFDUP 0x0008
490#define SDFALLTIME 0x0007 /* bit 0 ~ 2 */
491
492/* OCP_EEE_CONFIG2 */
493#define RG_LPIHYS_NUM 0x7000 /* bit 12 ~ 15 */
494#define RG_DACQUIET_EN 0x0400
495#define RG_LDVQUIET_EN 0x0200
496#define RG_CKRSEL 0x0020
497#define RG_EEEPRG_EN 0x0010
498
499/* OCP_EEE_CONFIG3 */
d24f6134 500#define fast_snr_mask 0xff80
4c4a6b1b 501#define fast_snr(x) (min(x, 0x1ff) << 7) /* bit 7 ~ 15 */
ac718b69 502#define RG_LFS_SEL 0x0060 /* bit 6 ~ 5 */
503#define MSK_PH 0x0006 /* bit 0 ~ 3 */
504
505/* OCP_EEE_AR */
506/* bit[15:14] function */
507#define FUN_ADDR 0x0000
508#define FUN_DATA 0x4000
509/* bit[4:0] device addr */
ac718b69 510
43779f8d 511/* OCP_EEE_CFG */
512#define CTAP_SHORT_EN 0x0040
513#define EEE10_EN 0x0010
514
515/* OCP_DOWN_SPEED */
65b82d69 516#define EN_EEE_CMODE BIT(14)
517#define EN_EEE_1000 BIT(13)
518#define EN_EEE_100 BIT(12)
519#define EN_10M_CLKDIV BIT(11)
43779f8d 520#define EN_10M_BGOFF 0x0080
521
2dd49e0f 522/* OCP_PHY_STATE */
523#define TXDIS_STATE 0x01
524#define ABD_STATE 0x02
525
65b82d69 526/* OCP_PHY_PATCH_STAT */
527#define PATCH_READY BIT(6)
528
529/* OCP_PHY_PATCH_CMD */
530#define PATCH_REQUEST BIT(4)
531
43779f8d 532/* OCP_ADC_CFG */
533#define CKADSEL_L 0x0100
534#define ADC_EN 0x0080
535#define EN_EMI_L 0x0040
536
65b82d69 537/* OCP_SYSCLK_CFG */
538#define clk_div_expo(x) (min(x, 5) << 8)
539
540/* SRAM_GREEN_CFG */
541#define GREEN_ETH_EN BIT(15)
542#define R_TUNE_EN BIT(11)
543
43779f8d 544/* SRAM_LPF_CFG */
545#define LPF_AUTO_TUNE 0x8000
546
547/* SRAM_10M_AMP1 */
548#define GDAC_IB_UPALL 0x0008
549
550/* SRAM_10M_AMP2 */
551#define AMP_DN 0x0200
552
553/* SRAM_IMPEDANCE */
554#define RX_DRIVING_MASK 0x6000
555
34ee32c9
ML
556/* MAC PASSTHRU */
557#define AD_MASK 0xfee0
558#define EFUSE 0xcfdb
559#define PASS_THRU_MASK 0x1
560
ac718b69 561enum rtl_register_content {
43779f8d 562 _1000bps = 0x10,
ac718b69 563 _100bps = 0x08,
564 _10bps = 0x04,
565 LINK_STATUS = 0x02,
566 FULL_DUP = 0x01,
567};
568
1764bcd9 569#define RTL8152_MAX_TX 4
ebc2ec48 570#define RTL8152_MAX_RX 10
40a82917 571#define INTBUFSIZE 2
8e1f51bd 572#define TX_ALIGN 4
573#define RX_ALIGN 8
40a82917 574
575#define INTR_LINK 0x0004
ebc2ec48 576
ac718b69 577#define RTL8152_REQT_READ 0xc0
578#define RTL8152_REQT_WRITE 0x40
579#define RTL8152_REQ_GET_REGS 0x05
580#define RTL8152_REQ_SET_REGS 0x05
581
582#define BYTE_EN_DWORD 0xff
583#define BYTE_EN_WORD 0x33
584#define BYTE_EN_BYTE 0x11
585#define BYTE_EN_SIX_BYTES 0x3f
586#define BYTE_EN_START_MASK 0x0f
587#define BYTE_EN_END_MASK 0xf0
588
69b4b7a4 589#define RTL8153_MAX_PACKET 9216 /* 9K */
b65c0c9b 590#define RTL8153_MAX_MTU (RTL8153_MAX_PACKET - VLAN_ETH_HLEN - \
591 ETH_FCS_LEN)
592#define RTL8152_RMS (VLAN_ETH_FRAME_LEN + ETH_FCS_LEN)
69b4b7a4 593#define RTL8153_RMS RTL8153_MAX_PACKET
b8125404 594#define RTL8152_TX_TIMEOUT (5 * HZ)
d823ab68 595#define RTL8152_NAPI_WEIGHT 64
b65c0c9b 596#define rx_reserved_size(x) ((x) + VLAN_ETH_HLEN + ETH_FCS_LEN + \
b20cb60e 597 sizeof(struct rx_desc) + RX_ALIGN)
ac718b69 598
599/* rtl8152 flags */
600enum rtl8152_flags {
601 RTL8152_UNPLUG = 0,
ac718b69 602 RTL8152_SET_RX_MODE,
40a82917 603 WORK_ENABLE,
604 RTL8152_LINK_CHG,
9a4be1bd 605 SELECTIVE_SUSPEND,
aa66a5f1 606 PHY_RESET,
d823ab68 607 SCHEDULE_NAPI,
65b82d69 608 GREEN_ETHERNET,
0b165514 609 DELL_TB_RX_AGG_BUG,
ac718b69 610};
611
612/* Define these values to match your device */
613#define VENDOR_ID_REALTEK 0x0bda
d5b07ccc 614#define VENDOR_ID_MICROSOFT 0x045e
43779f8d 615#define VENDOR_ID_SAMSUNG 0x04e8
347eec34 616#define VENDOR_ID_LENOVO 0x17ef
90841047 617#define VENDOR_ID_LINKSYS 0x13b1
d065c3c1 618#define VENDOR_ID_NVIDIA 0x0955
9d11b066 619#define VENDOR_ID_TPLINK 0x2357
ac718b69 620
621#define MCU_TYPE_PLA 0x0100
622#define MCU_TYPE_USB 0x0000
623
4f1d4d54 624struct tally_counter {
625 __le64 tx_packets;
626 __le64 rx_packets;
627 __le64 tx_errors;
628 __le32 rx_errors;
629 __le16 rx_missed;
630 __le16 align_errors;
631 __le32 tx_one_collision;
632 __le32 tx_multi_collision;
633 __le64 rx_unicast;
634 __le64 rx_broadcast;
635 __le32 rx_multicast;
636 __le16 tx_aborted;
f37119c5 637 __le16 tx_underrun;
4f1d4d54 638};
639
ac718b69 640struct rx_desc {
500b6d7e 641 __le32 opts1;
ac718b69 642#define RX_LEN_MASK 0x7fff
565cab0a 643
500b6d7e 644 __le32 opts2;
f5aaaa6d 645#define RD_UDP_CS BIT(23)
646#define RD_TCP_CS BIT(22)
647#define RD_IPV6_CS BIT(20)
648#define RD_IPV4_CS BIT(19)
565cab0a 649
500b6d7e 650 __le32 opts3;
f5aaaa6d 651#define IPF BIT(23) /* IP checksum fail */
652#define UDPF BIT(22) /* UDP checksum fail */
653#define TCPF BIT(21) /* TCP checksum fail */
654#define RX_VLAN_TAG BIT(16)
565cab0a 655
500b6d7e 656 __le32 opts4;
657 __le32 opts5;
658 __le32 opts6;
ac718b69 659};
660
661struct tx_desc {
500b6d7e 662 __le32 opts1;
f5aaaa6d 663#define TX_FS BIT(31) /* First segment of a packet */
664#define TX_LS BIT(30) /* Final segment of a packet */
665#define GTSENDV4 BIT(28)
666#define GTSENDV6 BIT(27)
60c89071 667#define GTTCPHO_SHIFT 18
6128d1bb 668#define GTTCPHO_MAX 0x7fU
60c89071 669#define TX_LEN_MAX 0x3ffffU
5bd23881 670
500b6d7e 671 __le32 opts2;
f5aaaa6d 672#define UDP_CS BIT(31) /* Calculate UDP/IP checksum */
673#define TCP_CS BIT(30) /* Calculate TCP/IP checksum */
674#define IPV4_CS BIT(29) /* Calculate IPv4 checksum */
675#define IPV6_CS BIT(28) /* Calculate IPv6 checksum */
60c89071 676#define MSS_SHIFT 17
677#define MSS_MAX 0x7ffU
678#define TCPHO_SHIFT 17
6128d1bb 679#define TCPHO_MAX 0x7ffU
f5aaaa6d 680#define TX_VLAN_TAG BIT(16)
ac718b69 681};
682
dff4e8ad 683struct r8152;
684
ebc2ec48 685struct rx_agg {
686 struct list_head list;
687 struct urb *urb;
dff4e8ad 688 struct r8152 *context;
ebc2ec48 689 void *buffer;
690 void *head;
691};
692
693struct tx_agg {
694 struct list_head list;
695 struct urb *urb;
dff4e8ad 696 struct r8152 *context;
ebc2ec48 697 void *buffer;
698 void *head;
699 u32 skb_num;
700 u32 skb_len;
701};
702
ac718b69 703struct r8152 {
704 unsigned long flags;
705 struct usb_device *udev;
d823ab68 706 struct napi_struct napi;
40a82917 707 struct usb_interface *intf;
ac718b69 708 struct net_device *netdev;
40a82917 709 struct urb *intr_urb;
ebc2ec48 710 struct tx_agg tx_info[RTL8152_MAX_TX];
711 struct rx_agg rx_info[RTL8152_MAX_RX];
712 struct list_head rx_done, tx_free;
d823ab68 713 struct sk_buff_head tx_queue, rx_queue;
ebc2ec48 714 spinlock_t rx_lock, tx_lock;
a028a9e0 715 struct delayed_work schedule, hw_phy_work;
ac718b69 716 struct mii_if_info mii;
b5403273 717 struct mutex control; /* use for hw setting */
5ee3c60c 718#ifdef CONFIG_PM_SLEEP
719 struct notifier_block pm_notifier;
720#endif
c81229c9 721
722 struct rtl_ops {
723 void (*init)(struct r8152 *);
724 int (*enable)(struct r8152 *);
725 void (*disable)(struct r8152 *);
7e9da481 726 void (*up)(struct r8152 *);
c81229c9 727 void (*down)(struct r8152 *);
728 void (*unload)(struct r8152 *);
df35d283 729 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
730 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
2dd49e0f 731 bool (*in_nway)(struct r8152 *);
a028a9e0 732 void (*hw_phy_cfg)(struct r8152 *);
2609af19 733 void (*autosuspend_en)(struct r8152 *tp, bool enable);
c81229c9 734 } rtl_ops;
735
40a82917 736 int intr_interval;
21ff2e89 737 u32 saved_wolopts;
ac718b69 738 u32 msg_enable;
dd1b119c 739 u32 tx_qlen;
464ec10a 740 u32 coalesce;
ac718b69 741 u16 ocp_base;
aa7e26b6 742 u16 speed;
40a82917 743 u8 *intr_buff;
ac718b69 744 u8 version;
aa7e26b6 745 u8 duplex;
746 u8 autoneg;
ac718b69 747};
748
749enum rtl_version {
750 RTL_VER_UNKNOWN = 0,
751 RTL_VER_01,
43779f8d 752 RTL_VER_02,
753 RTL_VER_03,
754 RTL_VER_04,
755 RTL_VER_05,
fb02eb4a 756 RTL_VER_06,
c27b32c2 757 RTL_VER_07,
65b82d69 758 RTL_VER_08,
759 RTL_VER_09,
43779f8d 760 RTL_VER_MAX
ac718b69 761};
762
60c89071 763enum tx_csum_stat {
764 TX_CSUM_SUCCESS = 0,
765 TX_CSUM_TSO,
766 TX_CSUM_NONE
767};
768
ac718b69 769/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
770 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
771 */
772static const int multicast_filter_limit = 32;
52aec126 773static unsigned int agg_buf_sz = 16384;
ac718b69 774
52aec126 775#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
b65c0c9b 776 VLAN_ETH_HLEN - ETH_FCS_LEN)
60c89071 777
ac718b69 778static
779int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
780{
31787f53 781 int ret;
782 void *tmp;
783
784 tmp = kmalloc(size, GFP_KERNEL);
785 if (!tmp)
786 return -ENOMEM;
787
788 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
b209af99 789 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
790 value, index, tmp, size, 500);
31787f53 791
792 memcpy(data, tmp, size);
793 kfree(tmp);
794
795 return ret;
ac718b69 796}
797
798static
799int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
800{
31787f53 801 int ret;
802 void *tmp;
803
c4438f03 804 tmp = kmemdup(data, size, GFP_KERNEL);
31787f53 805 if (!tmp)
806 return -ENOMEM;
807
31787f53 808 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
b209af99 809 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
810 value, index, tmp, size, 500);
31787f53 811
812 kfree(tmp);
db8515ef 813
31787f53 814 return ret;
ac718b69 815}
816
817static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
b209af99 818 void *data, u16 type)
ac718b69 819{
45f4a19f 820 u16 limit = 64;
821 int ret = 0;
ac718b69 822
823 if (test_bit(RTL8152_UNPLUG, &tp->flags))
824 return -ENODEV;
825
826 /* both size and indix must be 4 bytes align */
827 if ((size & 3) || !size || (index & 3) || !data)
828 return -EPERM;
829
830 if ((u32)index + (u32)size > 0xffff)
831 return -EPERM;
832
833 while (size) {
834 if (size > limit) {
835 ret = get_registers(tp, index, type, limit, data);
836 if (ret < 0)
837 break;
838
839 index += limit;
840 data += limit;
841 size -= limit;
842 } else {
843 ret = get_registers(tp, index, type, size, data);
844 if (ret < 0)
845 break;
846
847 index += size;
848 data += size;
849 size = 0;
850 break;
851 }
852 }
853
67610496 854 if (ret == -ENODEV)
855 set_bit(RTL8152_UNPLUG, &tp->flags);
856
ac718b69 857 return ret;
858}
859
860static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
b209af99 861 u16 size, void *data, u16 type)
ac718b69 862{
45f4a19f 863 int ret;
864 u16 byteen_start, byteen_end, byen;
865 u16 limit = 512;
ac718b69 866
867 if (test_bit(RTL8152_UNPLUG, &tp->flags))
868 return -ENODEV;
869
870 /* both size and indix must be 4 bytes align */
871 if ((size & 3) || !size || (index & 3) || !data)
872 return -EPERM;
873
874 if ((u32)index + (u32)size > 0xffff)
875 return -EPERM;
876
877 byteen_start = byteen & BYTE_EN_START_MASK;
878 byteen_end = byteen & BYTE_EN_END_MASK;
879
880 byen = byteen_start | (byteen_start << 4);
881 ret = set_registers(tp, index, type | byen, 4, data);
882 if (ret < 0)
883 goto error1;
884
885 index += 4;
886 data += 4;
887 size -= 4;
888
889 if (size) {
890 size -= 4;
891
892 while (size) {
893 if (size > limit) {
894 ret = set_registers(tp, index,
b209af99 895 type | BYTE_EN_DWORD,
896 limit, data);
ac718b69 897 if (ret < 0)
898 goto error1;
899
900 index += limit;
901 data += limit;
902 size -= limit;
903 } else {
904 ret = set_registers(tp, index,
b209af99 905 type | BYTE_EN_DWORD,
906 size, data);
ac718b69 907 if (ret < 0)
908 goto error1;
909
910 index += size;
911 data += size;
912 size = 0;
913 break;
914 }
915 }
916
917 byen = byteen_end | (byteen_end >> 4);
918 ret = set_registers(tp, index, type | byen, 4, data);
919 if (ret < 0)
920 goto error1;
921 }
922
923error1:
67610496 924 if (ret == -ENODEV)
925 set_bit(RTL8152_UNPLUG, &tp->flags);
926
ac718b69 927 return ret;
928}
929
930static inline
931int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
932{
933 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
934}
935
936static inline
937int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
938{
939 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
940}
941
ac718b69 942static inline
943int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
944{
945 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
946}
947
948static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
949{
c8826de8 950 __le32 data;
ac718b69 951
c8826de8 952 generic_ocp_read(tp, index, sizeof(data), &data, type);
ac718b69 953
954 return __le32_to_cpu(data);
955}
956
957static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
958{
c8826de8 959 __le32 tmp = __cpu_to_le32(data);
960
961 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
ac718b69 962}
963
964static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
965{
966 u32 data;
c8826de8 967 __le32 tmp;
d8fbd274 968 u16 byen = BYTE_EN_WORD;
ac718b69 969 u8 shift = index & 2;
970
971 index &= ~3;
d8fbd274 972 byen <<= shift;
ac718b69 973
d8fbd274 974 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type | byen);
ac718b69 975
c8826de8 976 data = __le32_to_cpu(tmp);
ac718b69 977 data >>= (shift * 8);
978 data &= 0xffff;
979
980 return (u16)data;
981}
982
983static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
984{
c8826de8 985 u32 mask = 0xffff;
986 __le32 tmp;
ac718b69 987 u16 byen = BYTE_EN_WORD;
988 u8 shift = index & 2;
989
990 data &= mask;
991
992 if (index & 2) {
993 byen <<= shift;
994 mask <<= (shift * 8);
995 data <<= (shift * 8);
996 index &= ~3;
997 }
998
c8826de8 999 tmp = __cpu_to_le32(data);
ac718b69 1000
c8826de8 1001 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
ac718b69 1002}
1003
1004static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
1005{
1006 u32 data;
c8826de8 1007 __le32 tmp;
ac718b69 1008 u8 shift = index & 3;
1009
1010 index &= ~3;
1011
c8826de8 1012 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
ac718b69 1013
c8826de8 1014 data = __le32_to_cpu(tmp);
ac718b69 1015 data >>= (shift * 8);
1016 data &= 0xff;
1017
1018 return (u8)data;
1019}
1020
1021static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
1022{
c8826de8 1023 u32 mask = 0xff;
1024 __le32 tmp;
ac718b69 1025 u16 byen = BYTE_EN_BYTE;
1026 u8 shift = index & 3;
1027
1028 data &= mask;
1029
1030 if (index & 3) {
1031 byen <<= shift;
1032 mask <<= (shift * 8);
1033 data <<= (shift * 8);
1034 index &= ~3;
1035 }
1036
c8826de8 1037 tmp = __cpu_to_le32(data);
ac718b69 1038
c8826de8 1039 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
ac718b69 1040}
1041
ac244d3e 1042static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
e3fe0b1a 1043{
1044 u16 ocp_base, ocp_index;
1045
1046 ocp_base = addr & 0xf000;
1047 if (ocp_base != tp->ocp_base) {
1048 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
1049 tp->ocp_base = ocp_base;
1050 }
1051
1052 ocp_index = (addr & 0x0fff) | 0xb000;
ac244d3e 1053 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
e3fe0b1a 1054}
1055
ac244d3e 1056static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
ac718b69 1057{
ac244d3e 1058 u16 ocp_base, ocp_index;
ac718b69 1059
ac244d3e 1060 ocp_base = addr & 0xf000;
1061 if (ocp_base != tp->ocp_base) {
1062 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
1063 tp->ocp_base = ocp_base;
ac718b69 1064 }
ac244d3e 1065
1066 ocp_index = (addr & 0x0fff) | 0xb000;
1067 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
ac718b69 1068}
1069
ac244d3e 1070static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
ac718b69 1071{
ac244d3e 1072 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
1073}
ac718b69 1074
ac244d3e 1075static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
1076{
1077 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
ac718b69 1078}
1079
43779f8d 1080static void sram_write(struct r8152 *tp, u16 addr, u16 data)
1081{
1082 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
1083 ocp_reg_write(tp, OCP_SRAM_DATA, data);
1084}
1085
65b82d69 1086static u16 sram_read(struct r8152 *tp, u16 addr)
1087{
1088 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
1089 return ocp_reg_read(tp, OCP_SRAM_DATA);
1090}
1091
ac718b69 1092static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
1093{
1094 struct r8152 *tp = netdev_priv(netdev);
9a4be1bd 1095 int ret;
ac718b69 1096
6871438c 1097 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1098 return -ENODEV;
1099
ac718b69 1100 if (phy_id != R8152_PHY_ID)
1101 return -EINVAL;
1102
9a4be1bd 1103 ret = r8152_mdio_read(tp, reg);
1104
9a4be1bd 1105 return ret;
ac718b69 1106}
1107
1108static
1109void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
1110{
1111 struct r8152 *tp = netdev_priv(netdev);
1112
6871438c 1113 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1114 return;
1115
ac718b69 1116 if (phy_id != R8152_PHY_ID)
1117 return;
1118
1119 r8152_mdio_write(tp, reg, val);
1120}
1121
b209af99 1122static int
1123r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
ebc2ec48 1124
8ba789ab 1125static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
1126{
1127 struct r8152 *tp = netdev_priv(netdev);
1128 struct sockaddr *addr = p;
ea6a7112 1129 int ret = -EADDRNOTAVAIL;
8ba789ab 1130
1131 if (!is_valid_ether_addr(addr->sa_data))
ea6a7112 1132 goto out1;
1133
1134 ret = usb_autopm_get_interface(tp->intf);
1135 if (ret < 0)
1136 goto out1;
8ba789ab 1137
b5403273 1138 mutex_lock(&tp->control);
1139
8ba789ab 1140 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
1141
1142 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
1143 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
1144 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
1145
b5403273 1146 mutex_unlock(&tp->control);
1147
ea6a7112 1148 usb_autopm_put_interface(tp->intf);
1149out1:
1150 return ret;
8ba789ab 1151}
1152
34ee32c9
ML
1153/* Devices containing RTL8153-AD can support a persistent
1154 * host system provided MAC address.
1155 * Examples of this are Dell TB15 and Dell WD15 docks
1156 */
1157static int vendor_mac_passthru_addr_read(struct r8152 *tp, struct sockaddr *sa)
1158{
1159 acpi_status status;
1160 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
1161 union acpi_object *obj;
1162 int ret = -EINVAL;
1163 u32 ocp_data;
1164 unsigned char buf[6];
1165
1166 /* test for -AD variant of RTL8153 */
1167 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
1168 if ((ocp_data & AD_MASK) != 0x1000)
1169 return -ENODEV;
1170
1171 /* test for MAC address pass-through bit */
1172 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, EFUSE);
1173 if ((ocp_data & PASS_THRU_MASK) != 1)
1174 return -ENODEV;
1175
1176 /* returns _AUXMAC_#AABBCCDDEEFF# */
1177 status = acpi_evaluate_object(NULL, "\\_SB.AMAC", NULL, &buffer);
1178 obj = (union acpi_object *)buffer.pointer;
1179 if (!ACPI_SUCCESS(status))
1180 return -ENODEV;
1181 if (obj->type != ACPI_TYPE_BUFFER || obj->string.length != 0x17) {
1182 netif_warn(tp, probe, tp->netdev,
53700f0c 1183 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n",
34ee32c9
ML
1184 obj->type, obj->string.length);
1185 goto amacout;
1186 }
1187 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1188 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1189 netif_warn(tp, probe, tp->netdev,
1190 "Invalid header when reading pass-thru MAC addr\n");
1191 goto amacout;
1192 }
1193 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1194 if (!(ret == 0 && is_valid_ether_addr(buf))) {
1195 netif_warn(tp, probe, tp->netdev,
53700f0c 1196 "Invalid MAC for pass-thru MAC addr: %d, %pM\n",
1197 ret, buf);
34ee32c9
ML
1198 ret = -EINVAL;
1199 goto amacout;
1200 }
1201 memcpy(sa->sa_data, buf, 6);
1202 ether_addr_copy(tp->netdev->dev_addr, sa->sa_data);
1203 netif_info(tp, probe, tp->netdev,
1204 "Using pass-thru MAC addr %pM\n", sa->sa_data);
1205
1206amacout:
1207 kfree(obj);
1208 return ret;
1209}
1210
179bb6d7 1211static int set_ethernet_addr(struct r8152 *tp)
ac718b69 1212{
1213 struct net_device *dev = tp->netdev;
179bb6d7 1214 struct sockaddr sa;
8a91c824 1215 int ret;
ac718b69 1216
53700f0c 1217 if (tp->version == RTL_VER_01) {
179bb6d7 1218 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
53700f0c 1219 } else {
34ee32c9
ML
1220 /* if this is not an RTL8153-AD, no eFuse mac pass thru set,
1221 * or system doesn't provide valid _SB.AMAC this will be
1222 * be expected to non-zero
1223 */
1224 ret = vendor_mac_passthru_addr_read(tp, &sa);
1225 if (ret < 0)
1226 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
1227 }
8a91c824 1228
1229 if (ret < 0) {
179bb6d7 1230 netif_err(tp, probe, dev, "Get ether addr fail\n");
1231 } else if (!is_valid_ether_addr(sa.sa_data)) {
1232 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
1233 sa.sa_data);
1234 eth_hw_addr_random(dev);
1235 ether_addr_copy(sa.sa_data, dev->dev_addr);
1236 ret = rtl8152_set_mac_address(dev, &sa);
1237 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1238 sa.sa_data);
8a91c824 1239 } else {
179bb6d7 1240 if (tp->version == RTL_VER_01)
1241 ether_addr_copy(dev->dev_addr, sa.sa_data);
1242 else
1243 ret = rtl8152_set_mac_address(dev, &sa);
ac718b69 1244 }
179bb6d7 1245
1246 return ret;
ac718b69 1247}
1248
ac718b69 1249static void read_bulk_callback(struct urb *urb)
1250{
ac718b69 1251 struct net_device *netdev;
ac718b69 1252 int status = urb->status;
ebc2ec48 1253 struct rx_agg *agg;
1254 struct r8152 *tp;
ac718b69 1255
ebc2ec48 1256 agg = urb->context;
1257 if (!agg)
1258 return;
1259
1260 tp = agg->context;
ac718b69 1261 if (!tp)
1262 return;
ebc2ec48 1263
ac718b69 1264 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1265 return;
ebc2ec48 1266
1267 if (!test_bit(WORK_ENABLE, &tp->flags))
1268 return;
1269
ac718b69 1270 netdev = tp->netdev;
7559fb2f 1271
1272 /* When link down, the driver would cancel all bulks. */
1273 /* This avoid the re-submitting bulk */
ebc2ec48 1274 if (!netif_carrier_ok(netdev))
ac718b69 1275 return;
1276
9a4be1bd 1277 usb_mark_last_busy(tp->udev);
1278
ac718b69 1279 switch (status) {
1280 case 0:
ebc2ec48 1281 if (urb->actual_length < ETH_ZLEN)
1282 break;
1283
2685d410 1284 spin_lock(&tp->rx_lock);
ebc2ec48 1285 list_add_tail(&agg->list, &tp->rx_done);
2685d410 1286 spin_unlock(&tp->rx_lock);
d823ab68 1287 napi_schedule(&tp->napi);
ebc2ec48 1288 return;
ac718b69 1289 case -ESHUTDOWN:
1290 set_bit(RTL8152_UNPLUG, &tp->flags);
1291 netif_device_detach(tp->netdev);
ebc2ec48 1292 return;
ac718b69 1293 case -ENOENT:
1294 return; /* the urb is in unlink state */
1295 case -ETIME:
4a8deae2
HW
1296 if (net_ratelimit())
1297 netdev_warn(netdev, "maybe reset is needed?\n");
ebc2ec48 1298 break;
ac718b69 1299 default:
4a8deae2
HW
1300 if (net_ratelimit())
1301 netdev_warn(netdev, "Rx status %d\n", status);
ebc2ec48 1302 break;
ac718b69 1303 }
1304
a0fccd48 1305 r8152_submit_rx(tp, agg, GFP_ATOMIC);
ac718b69 1306}
1307
ebc2ec48 1308static void write_bulk_callback(struct urb *urb)
ac718b69 1309{
ebc2ec48 1310 struct net_device_stats *stats;
d104eafa 1311 struct net_device *netdev;
ebc2ec48 1312 struct tx_agg *agg;
ac718b69 1313 struct r8152 *tp;
ebc2ec48 1314 int status = urb->status;
ac718b69 1315
ebc2ec48 1316 agg = urb->context;
1317 if (!agg)
ac718b69 1318 return;
1319
ebc2ec48 1320 tp = agg->context;
1321 if (!tp)
1322 return;
1323
d104eafa 1324 netdev = tp->netdev;
05e0f1aa 1325 stats = &netdev->stats;
ebc2ec48 1326 if (status) {
4a8deae2 1327 if (net_ratelimit())
d104eafa 1328 netdev_warn(netdev, "Tx status %d\n", status);
ebc2ec48 1329 stats->tx_errors += agg->skb_num;
ac718b69 1330 } else {
ebc2ec48 1331 stats->tx_packets += agg->skb_num;
1332 stats->tx_bytes += agg->skb_len;
ac718b69 1333 }
1334
2685d410 1335 spin_lock(&tp->tx_lock);
ebc2ec48 1336 list_add_tail(&agg->list, &tp->tx_free);
2685d410 1337 spin_unlock(&tp->tx_lock);
ebc2ec48 1338
9a4be1bd 1339 usb_autopm_put_interface_async(tp->intf);
1340
d104eafa 1341 if (!netif_carrier_ok(netdev))
ebc2ec48 1342 return;
1343
1344 if (!test_bit(WORK_ENABLE, &tp->flags))
1345 return;
1346
1347 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1348 return;
1349
1350 if (!skb_queue_empty(&tp->tx_queue))
d823ab68 1351 napi_schedule(&tp->napi);
ac718b69 1352}
1353
40a82917 1354static void intr_callback(struct urb *urb)
1355{
1356 struct r8152 *tp;
500b6d7e 1357 __le16 *d;
40a82917 1358 int status = urb->status;
1359 int res;
1360
1361 tp = urb->context;
1362 if (!tp)
1363 return;
1364
1365 if (!test_bit(WORK_ENABLE, &tp->flags))
1366 return;
1367
1368 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1369 return;
1370
1371 switch (status) {
1372 case 0: /* success */
1373 break;
1374 case -ECONNRESET: /* unlink */
1375 case -ESHUTDOWN:
1376 netif_device_detach(tp->netdev);
1377 case -ENOENT:
d59c876d 1378 case -EPROTO:
1379 netif_info(tp, intr, tp->netdev,
1380 "Stop submitting intr, status %d\n", status);
40a82917 1381 return;
1382 case -EOVERFLOW:
1383 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1384 goto resubmit;
1385 /* -EPIPE: should clear the halt */
1386 default:
1387 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1388 goto resubmit;
1389 }
1390
1391 d = urb->transfer_buffer;
1392 if (INTR_LINK & __le16_to_cpu(d[0])) {
51d979fa 1393 if (!netif_carrier_ok(tp->netdev)) {
40a82917 1394 set_bit(RTL8152_LINK_CHG, &tp->flags);
1395 schedule_delayed_work(&tp->schedule, 0);
1396 }
1397 } else {
51d979fa 1398 if (netif_carrier_ok(tp->netdev)) {
2f25abe6 1399 netif_stop_queue(tp->netdev);
40a82917 1400 set_bit(RTL8152_LINK_CHG, &tp->flags);
1401 schedule_delayed_work(&tp->schedule, 0);
1402 }
1403 }
1404
1405resubmit:
1406 res = usb_submit_urb(urb, GFP_ATOMIC);
67610496 1407 if (res == -ENODEV) {
1408 set_bit(RTL8152_UNPLUG, &tp->flags);
40a82917 1409 netif_device_detach(tp->netdev);
67610496 1410 } else if (res) {
40a82917 1411 netif_err(tp, intr, tp->netdev,
4a8deae2 1412 "can't resubmit intr, status %d\n", res);
67610496 1413 }
40a82917 1414}
1415
ebc2ec48 1416static inline void *rx_agg_align(void *data)
1417{
8e1f51bd 1418 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
ebc2ec48 1419}
1420
1421static inline void *tx_agg_align(void *data)
1422{
8e1f51bd 1423 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
ebc2ec48 1424}
1425
1426static void free_all_mem(struct r8152 *tp)
1427{
1428 int i;
1429
1430 for (i = 0; i < RTL8152_MAX_RX; i++) {
9629e3c0 1431 usb_free_urb(tp->rx_info[i].urb);
1432 tp->rx_info[i].urb = NULL;
ebc2ec48 1433
9629e3c0 1434 kfree(tp->rx_info[i].buffer);
1435 tp->rx_info[i].buffer = NULL;
1436 tp->rx_info[i].head = NULL;
ebc2ec48 1437 }
1438
1439 for (i = 0; i < RTL8152_MAX_TX; i++) {
9629e3c0 1440 usb_free_urb(tp->tx_info[i].urb);
1441 tp->tx_info[i].urb = NULL;
ebc2ec48 1442
9629e3c0 1443 kfree(tp->tx_info[i].buffer);
1444 tp->tx_info[i].buffer = NULL;
1445 tp->tx_info[i].head = NULL;
ebc2ec48 1446 }
40a82917 1447
9629e3c0 1448 usb_free_urb(tp->intr_urb);
1449 tp->intr_urb = NULL;
40a82917 1450
9629e3c0 1451 kfree(tp->intr_buff);
1452 tp->intr_buff = NULL;
ebc2ec48 1453}
1454
1455static int alloc_all_mem(struct r8152 *tp)
1456{
1457 struct net_device *netdev = tp->netdev;
40a82917 1458 struct usb_interface *intf = tp->intf;
1459 struct usb_host_interface *alt = intf->cur_altsetting;
1460 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
ebc2ec48 1461 struct urb *urb;
1462 int node, i;
1463 u8 *buf;
1464
1465 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1466
1467 spin_lock_init(&tp->rx_lock);
1468 spin_lock_init(&tp->tx_lock);
ebc2ec48 1469 INIT_LIST_HEAD(&tp->tx_free);
98d068ab 1470 INIT_LIST_HEAD(&tp->rx_done);
ebc2ec48 1471 skb_queue_head_init(&tp->tx_queue);
d823ab68 1472 skb_queue_head_init(&tp->rx_queue);
ebc2ec48 1473
1474 for (i = 0; i < RTL8152_MAX_RX; i++) {
52aec126 1475 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
ebc2ec48 1476 if (!buf)
1477 goto err1;
1478
1479 if (buf != rx_agg_align(buf)) {
1480 kfree(buf);
52aec126 1481 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
8e1f51bd 1482 node);
ebc2ec48 1483 if (!buf)
1484 goto err1;
1485 }
1486
1487 urb = usb_alloc_urb(0, GFP_KERNEL);
1488 if (!urb) {
1489 kfree(buf);
1490 goto err1;
1491 }
1492
1493 INIT_LIST_HEAD(&tp->rx_info[i].list);
1494 tp->rx_info[i].context = tp;
1495 tp->rx_info[i].urb = urb;
1496 tp->rx_info[i].buffer = buf;
1497 tp->rx_info[i].head = rx_agg_align(buf);
1498 }
1499
1500 for (i = 0; i < RTL8152_MAX_TX; i++) {
52aec126 1501 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
ebc2ec48 1502 if (!buf)
1503 goto err1;
1504
1505 if (buf != tx_agg_align(buf)) {
1506 kfree(buf);
52aec126 1507 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
8e1f51bd 1508 node);
ebc2ec48 1509 if (!buf)
1510 goto err1;
1511 }
1512
1513 urb = usb_alloc_urb(0, GFP_KERNEL);
1514 if (!urb) {
1515 kfree(buf);
1516 goto err1;
1517 }
1518
1519 INIT_LIST_HEAD(&tp->tx_info[i].list);
1520 tp->tx_info[i].context = tp;
1521 tp->tx_info[i].urb = urb;
1522 tp->tx_info[i].buffer = buf;
1523 tp->tx_info[i].head = tx_agg_align(buf);
1524
1525 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1526 }
1527
40a82917 1528 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1529 if (!tp->intr_urb)
1530 goto err1;
1531
1532 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1533 if (!tp->intr_buff)
1534 goto err1;
1535
1536 tp->intr_interval = (int)ep_intr->desc.bInterval;
1537 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
b209af99 1538 tp->intr_buff, INTBUFSIZE, intr_callback,
1539 tp, tp->intr_interval);
40a82917 1540
ebc2ec48 1541 return 0;
1542
1543err1:
1544 free_all_mem(tp);
1545 return -ENOMEM;
1546}
1547
0de98f6c 1548static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1549{
1550 struct tx_agg *agg = NULL;
1551 unsigned long flags;
1552
21949ab7 1553 if (list_empty(&tp->tx_free))
1554 return NULL;
1555
0de98f6c 1556 spin_lock_irqsave(&tp->tx_lock, flags);
1557 if (!list_empty(&tp->tx_free)) {
1558 struct list_head *cursor;
1559
1560 cursor = tp->tx_free.next;
1561 list_del_init(cursor);
1562 agg = list_entry(cursor, struct tx_agg, list);
1563 }
1564 spin_unlock_irqrestore(&tp->tx_lock, flags);
1565
1566 return agg;
1567}
1568
b209af99 1569/* r8152_csum_workaround()
6128d1bb 1570 * The hw limites the value the transport offset. When the offset is out of the
1571 * range, calculate the checksum by sw.
1572 */
1573static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1574 struct sk_buff_head *list)
1575{
1576 if (skb_shinfo(skb)->gso_size) {
1577 netdev_features_t features = tp->netdev->features;
1578 struct sk_buff_head seg_list;
1579 struct sk_buff *segs, *nskb;
1580
a91d45f1 1581 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
6128d1bb 1582 segs = skb_gso_segment(skb, features);
1583 if (IS_ERR(segs) || !segs)
1584 goto drop;
1585
1586 __skb_queue_head_init(&seg_list);
1587
1588 do {
1589 nskb = segs;
1590 segs = segs->next;
1591 nskb->next = NULL;
1592 __skb_queue_tail(&seg_list, nskb);
1593 } while (segs);
1594
1595 skb_queue_splice(&seg_list, list);
1596 dev_kfree_skb(skb);
1597 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1598 if (skb_checksum_help(skb) < 0)
1599 goto drop;
1600
1601 __skb_queue_head(list, skb);
1602 } else {
1603 struct net_device_stats *stats;
1604
1605drop:
1606 stats = &tp->netdev->stats;
1607 stats->tx_dropped++;
1608 dev_kfree_skb(skb);
1609 }
1610}
1611
b209af99 1612/* msdn_giant_send_check()
6128d1bb 1613 * According to the document of microsoft, the TCP Pseudo Header excludes the
1614 * packet length for IPv6 TCP large packets.
1615 */
1616static int msdn_giant_send_check(struct sk_buff *skb)
1617{
1618 const struct ipv6hdr *ipv6h;
1619 struct tcphdr *th;
fcb308d5 1620 int ret;
1621
1622 ret = skb_cow_head(skb, 0);
1623 if (ret)
1624 return ret;
6128d1bb 1625
1626 ipv6h = ipv6_hdr(skb);
1627 th = tcp_hdr(skb);
1628
1629 th->check = 0;
1630 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1631
fcb308d5 1632 return ret;
6128d1bb 1633}
1634
c5554298 1635static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1636{
df8a39de 1637 if (skb_vlan_tag_present(skb)) {
c5554298 1638 u32 opts2;
1639
df8a39de 1640 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
c5554298 1641 desc->opts2 |= cpu_to_le32(opts2);
1642 }
1643}
1644
1645static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1646{
1647 u32 opts2 = le32_to_cpu(desc->opts2);
1648
1649 if (opts2 & RX_VLAN_TAG)
1650 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1651 swab16(opts2 & 0xffff));
1652}
1653
60c89071 1654static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1655 struct sk_buff *skb, u32 len, u32 transport_offset)
1656{
1657 u32 mss = skb_shinfo(skb)->gso_size;
1658 u32 opts1, opts2 = 0;
1659 int ret = TX_CSUM_SUCCESS;
1660
1661 WARN_ON_ONCE(len > TX_LEN_MAX);
1662
1663 opts1 = len | TX_FS | TX_LS;
1664
1665 if (mss) {
6128d1bb 1666 if (transport_offset > GTTCPHO_MAX) {
1667 netif_warn(tp, tx_err, tp->netdev,
1668 "Invalid transport offset 0x%x for TSO\n",
1669 transport_offset);
1670 ret = TX_CSUM_TSO;
1671 goto unavailable;
1672 }
1673
6e74d174 1674 switch (vlan_get_protocol(skb)) {
60c89071 1675 case htons(ETH_P_IP):
1676 opts1 |= GTSENDV4;
1677 break;
1678
6128d1bb 1679 case htons(ETH_P_IPV6):
fcb308d5 1680 if (msdn_giant_send_check(skb)) {
1681 ret = TX_CSUM_TSO;
1682 goto unavailable;
1683 }
6128d1bb 1684 opts1 |= GTSENDV6;
6128d1bb 1685 break;
1686
60c89071 1687 default:
1688 WARN_ON_ONCE(1);
1689 break;
1690 }
1691
1692 opts1 |= transport_offset << GTTCPHO_SHIFT;
1693 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1694 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1695 u8 ip_protocol;
5bd23881 1696
6128d1bb 1697 if (transport_offset > TCPHO_MAX) {
1698 netif_warn(tp, tx_err, tp->netdev,
1699 "Invalid transport offset 0x%x\n",
1700 transport_offset);
1701 ret = TX_CSUM_NONE;
1702 goto unavailable;
1703 }
1704
6e74d174 1705 switch (vlan_get_protocol(skb)) {
5bd23881 1706 case htons(ETH_P_IP):
1707 opts2 |= IPV4_CS;
1708 ip_protocol = ip_hdr(skb)->protocol;
1709 break;
1710
1711 case htons(ETH_P_IPV6):
1712 opts2 |= IPV6_CS;
1713 ip_protocol = ipv6_hdr(skb)->nexthdr;
1714 break;
1715
1716 default:
1717 ip_protocol = IPPROTO_RAW;
1718 break;
1719 }
1720
60c89071 1721 if (ip_protocol == IPPROTO_TCP)
5bd23881 1722 opts2 |= TCP_CS;
60c89071 1723 else if (ip_protocol == IPPROTO_UDP)
5bd23881 1724 opts2 |= UDP_CS;
60c89071 1725 else
5bd23881 1726 WARN_ON_ONCE(1);
5bd23881 1727
60c89071 1728 opts2 |= transport_offset << TCPHO_SHIFT;
5bd23881 1729 }
60c89071 1730
1731 desc->opts2 = cpu_to_le32(opts2);
1732 desc->opts1 = cpu_to_le32(opts1);
1733
6128d1bb 1734unavailable:
60c89071 1735 return ret;
5bd23881 1736}
1737
b1379d9a 1738static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1739{
d84130a1 1740 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
9a4be1bd 1741 int remain, ret;
b1379d9a 1742 u8 *tx_data;
1743
d84130a1 1744 __skb_queue_head_init(&skb_head);
0c3121fc 1745 spin_lock(&tx_queue->lock);
d84130a1 1746 skb_queue_splice_init(tx_queue, &skb_head);
0c3121fc 1747 spin_unlock(&tx_queue->lock);
d84130a1 1748
b1379d9a 1749 tx_data = agg->head;
b209af99 1750 agg->skb_num = 0;
1751 agg->skb_len = 0;
52aec126 1752 remain = agg_buf_sz;
b1379d9a 1753
7937f9e5 1754 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
b1379d9a 1755 struct tx_desc *tx_desc;
1756 struct sk_buff *skb;
1757 unsigned int len;
60c89071 1758 u32 offset;
b1379d9a 1759
d84130a1 1760 skb = __skb_dequeue(&skb_head);
b1379d9a 1761 if (!skb)
1762 break;
1763
60c89071 1764 len = skb->len + sizeof(*tx_desc);
1765
1766 if (len > remain) {
d84130a1 1767 __skb_queue_head(&skb_head, skb);
b1379d9a 1768 break;
1769 }
1770
7937f9e5 1771 tx_data = tx_agg_align(tx_data);
b1379d9a 1772 tx_desc = (struct tx_desc *)tx_data;
60c89071 1773
1774 offset = (u32)skb_transport_offset(skb);
1775
6128d1bb 1776 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1777 r8152_csum_workaround(tp, skb, &skb_head);
1778 continue;
1779 }
60c89071 1780
c5554298 1781 rtl_tx_vlan_tag(tx_desc, skb);
1782
b1379d9a 1783 tx_data += sizeof(*tx_desc);
1784
60c89071 1785 len = skb->len;
1786 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1787 struct net_device_stats *stats = &tp->netdev->stats;
1788
1789 stats->tx_dropped++;
1790 dev_kfree_skb_any(skb);
1791 tx_data -= sizeof(*tx_desc);
1792 continue;
1793 }
1794
1795 tx_data += len;
b1379d9a 1796 agg->skb_len += len;
60c89071 1797 agg->skb_num++;
1798
b1379d9a 1799 dev_kfree_skb_any(skb);
1800
52aec126 1801 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
0b165514
KHF
1802
1803 if (test_bit(DELL_TB_RX_AGG_BUG, &tp->flags))
1804 break;
b1379d9a 1805 }
1806
d84130a1 1807 if (!skb_queue_empty(&skb_head)) {
0c3121fc 1808 spin_lock(&tx_queue->lock);
d84130a1 1809 skb_queue_splice(&skb_head, tx_queue);
0c3121fc 1810 spin_unlock(&tx_queue->lock);
d84130a1 1811 }
1812
0c3121fc 1813 netif_tx_lock(tp->netdev);
dd1b119c 1814
1815 if (netif_queue_stopped(tp->netdev) &&
1816 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1817 netif_wake_queue(tp->netdev);
1818
0c3121fc 1819 netif_tx_unlock(tp->netdev);
9a4be1bd 1820
0c3121fc 1821 ret = usb_autopm_get_interface_async(tp->intf);
9a4be1bd 1822 if (ret < 0)
1823 goto out_tx_fill;
dd1b119c 1824
b1379d9a 1825 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1826 agg->head, (int)(tx_data - (u8 *)agg->head),
1827 (usb_complete_t)write_bulk_callback, agg);
1828
0c3121fc 1829 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
9a4be1bd 1830 if (ret < 0)
0c3121fc 1831 usb_autopm_put_interface_async(tp->intf);
9a4be1bd 1832
1833out_tx_fill:
1834 return ret;
b1379d9a 1835}
1836
565cab0a 1837static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1838{
1839 u8 checksum = CHECKSUM_NONE;
1840 u32 opts2, opts3;
1841
19c0f40d 1842 if (!(tp->netdev->features & NETIF_F_RXCSUM))
565cab0a 1843 goto return_result;
1844
1845 opts2 = le32_to_cpu(rx_desc->opts2);
1846 opts3 = le32_to_cpu(rx_desc->opts3);
1847
1848 if (opts2 & RD_IPV4_CS) {
1849 if (opts3 & IPF)
1850 checksum = CHECKSUM_NONE;
ea6499e1
HW
1851 else if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1852 checksum = CHECKSUM_UNNECESSARY;
1853 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
565cab0a 1854 checksum = CHECKSUM_UNNECESSARY;
b9a321b4 1855 } else if (opts2 & RD_IPV6_CS) {
6128d1bb 1856 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1857 checksum = CHECKSUM_UNNECESSARY;
1858 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1859 checksum = CHECKSUM_UNNECESSARY;
565cab0a 1860 }
1861
1862return_result:
1863 return checksum;
1864}
1865
d823ab68 1866static int rx_bottom(struct r8152 *tp, int budget)
ebc2ec48 1867{
a5a4f468 1868 unsigned long flags;
d84130a1 1869 struct list_head *cursor, *next, rx_queue;
e1a2ca92 1870 int ret = 0, work_done = 0;
ce594e98 1871 struct napi_struct *napi = &tp->napi;
d823ab68 1872
1873 if (!skb_queue_empty(&tp->rx_queue)) {
1874 while (work_done < budget) {
1875 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1876 struct net_device *netdev = tp->netdev;
1877 struct net_device_stats *stats = &netdev->stats;
1878 unsigned int pkt_len;
1879
1880 if (!skb)
1881 break;
1882
1883 pkt_len = skb->len;
ce594e98 1884 napi_gro_receive(napi, skb);
d823ab68 1885 work_done++;
1886 stats->rx_packets++;
1887 stats->rx_bytes += pkt_len;
1888 }
1889 }
ebc2ec48 1890
d84130a1 1891 if (list_empty(&tp->rx_done))
d823ab68 1892 goto out1;
d84130a1 1893
1894 INIT_LIST_HEAD(&rx_queue);
a5a4f468 1895 spin_lock_irqsave(&tp->rx_lock, flags);
d84130a1 1896 list_splice_init(&tp->rx_done, &rx_queue);
1897 spin_unlock_irqrestore(&tp->rx_lock, flags);
1898
1899 list_for_each_safe(cursor, next, &rx_queue) {
43a4478d 1900 struct rx_desc *rx_desc;
1901 struct rx_agg *agg;
43a4478d 1902 int len_used = 0;
1903 struct urb *urb;
1904 u8 *rx_data;
43a4478d 1905
ebc2ec48 1906 list_del_init(cursor);
ebc2ec48 1907
1908 agg = list_entry(cursor, struct rx_agg, list);
1909 urb = agg->urb;
0de98f6c 1910 if (urb->actual_length < ETH_ZLEN)
1911 goto submit;
ebc2ec48 1912
ebc2ec48 1913 rx_desc = agg->head;
1914 rx_data = agg->head;
7937f9e5 1915 len_used += sizeof(struct rx_desc);
ebc2ec48 1916
7937f9e5 1917 while (urb->actual_length > len_used) {
43a4478d 1918 struct net_device *netdev = tp->netdev;
05e0f1aa 1919 struct net_device_stats *stats = &netdev->stats;
7937f9e5 1920 unsigned int pkt_len;
43a4478d 1921 struct sk_buff *skb;
1922
74544458 1923 /* limite the skb numbers for rx_queue */
1924 if (unlikely(skb_queue_len(&tp->rx_queue) >= 1000))
1925 break;
1926
7937f9e5 1927 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
ebc2ec48 1928 if (pkt_len < ETH_ZLEN)
1929 break;
1930
7937f9e5 1931 len_used += pkt_len;
1932 if (urb->actual_length < len_used)
1933 break;
1934
b65c0c9b 1935 pkt_len -= ETH_FCS_LEN;
ebc2ec48 1936 rx_data += sizeof(struct rx_desc);
1937
ce594e98 1938 skb = napi_alloc_skb(napi, pkt_len);
ebc2ec48 1939 if (!skb) {
1940 stats->rx_dropped++;
5e2f7485 1941 goto find_next_rx;
ebc2ec48 1942 }
565cab0a 1943
1944 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
ebc2ec48 1945 memcpy(skb->data, rx_data, pkt_len);
1946 skb_put(skb, pkt_len);
1947 skb->protocol = eth_type_trans(skb, netdev);
c5554298 1948 rtl_rx_vlan_tag(rx_desc, skb);
d823ab68 1949 if (work_done < budget) {
ce594e98 1950 napi_gro_receive(napi, skb);
d823ab68 1951 work_done++;
1952 stats->rx_packets++;
1953 stats->rx_bytes += pkt_len;
1954 } else {
1955 __skb_queue_tail(&tp->rx_queue, skb);
1956 }
ebc2ec48 1957
5e2f7485 1958find_next_rx:
b65c0c9b 1959 rx_data = rx_agg_align(rx_data + pkt_len + ETH_FCS_LEN);
ebc2ec48 1960 rx_desc = (struct rx_desc *)rx_data;
ebc2ec48 1961 len_used = (int)(rx_data - (u8 *)agg->head);
7937f9e5 1962 len_used += sizeof(struct rx_desc);
ebc2ec48 1963 }
1964
0de98f6c 1965submit:
e1a2ca92 1966 if (!ret) {
1967 ret = r8152_submit_rx(tp, agg, GFP_ATOMIC);
1968 } else {
1969 urb->actual_length = 0;
1970 list_add_tail(&agg->list, next);
1971 }
1972 }
1973
1974 if (!list_empty(&rx_queue)) {
1975 spin_lock_irqsave(&tp->rx_lock, flags);
1976 list_splice_tail(&rx_queue, &tp->rx_done);
1977 spin_unlock_irqrestore(&tp->rx_lock, flags);
ebc2ec48 1978 }
d823ab68 1979
1980out1:
1981 return work_done;
ebc2ec48 1982}
1983
1984static void tx_bottom(struct r8152 *tp)
1985{
ebc2ec48 1986 int res;
1987
b1379d9a 1988 do {
1989 struct tx_agg *agg;
ebc2ec48 1990
b1379d9a 1991 if (skb_queue_empty(&tp->tx_queue))
ebc2ec48 1992 break;
1993
b1379d9a 1994 agg = r8152_get_tx_agg(tp);
1995 if (!agg)
ebc2ec48 1996 break;
ebc2ec48 1997
b1379d9a 1998 res = r8152_tx_agg_fill(tp, agg);
1999 if (res) {
05e0f1aa 2000 struct net_device *netdev = tp->netdev;
ebc2ec48 2001
b1379d9a 2002 if (res == -ENODEV) {
67610496 2003 set_bit(RTL8152_UNPLUG, &tp->flags);
b1379d9a 2004 netif_device_detach(netdev);
2005 } else {
05e0f1aa 2006 struct net_device_stats *stats = &netdev->stats;
2007 unsigned long flags;
2008
b1379d9a 2009 netif_warn(tp, tx_err, netdev,
2010 "failed tx_urb %d\n", res);
2011 stats->tx_dropped += agg->skb_num;
db8515ef 2012
b1379d9a 2013 spin_lock_irqsave(&tp->tx_lock, flags);
2014 list_add_tail(&agg->list, &tp->tx_free);
2015 spin_unlock_irqrestore(&tp->tx_lock, flags);
2016 }
ebc2ec48 2017 }
b1379d9a 2018 } while (res == 0);
ebc2ec48 2019}
2020
d823ab68 2021static void bottom_half(struct r8152 *tp)
ac718b69 2022{
ebc2ec48 2023 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2024 return;
2025
2026 if (!test_bit(WORK_ENABLE, &tp->flags))
ac718b69 2027 return;
ebc2ec48 2028
7559fb2f 2029 /* When link down, the driver would cancel all bulks. */
2030 /* This avoid the re-submitting bulk */
ebc2ec48 2031 if (!netif_carrier_ok(tp->netdev))
ac718b69 2032 return;
ebc2ec48 2033
d823ab68 2034 clear_bit(SCHEDULE_NAPI, &tp->flags);
9451a11c 2035
0c3121fc 2036 tx_bottom(tp);
ebc2ec48 2037}
2038
d823ab68 2039static int r8152_poll(struct napi_struct *napi, int budget)
2040{
2041 struct r8152 *tp = container_of(napi, struct r8152, napi);
2042 int work_done;
2043
2044 work_done = rx_bottom(tp, budget);
2045 bottom_half(tp);
2046
2047 if (work_done < budget) {
a3307f9b 2048 if (!napi_complete_done(napi, work_done))
2049 goto out;
d823ab68 2050 if (!list_empty(&tp->rx_done))
2051 napi_schedule(napi);
248b213a 2052 else if (!skb_queue_empty(&tp->tx_queue) &&
2053 !list_empty(&tp->tx_free))
2054 napi_schedule(napi);
d823ab68 2055 }
2056
a3307f9b 2057out:
d823ab68 2058 return work_done;
2059}
2060
ebc2ec48 2061static
2062int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
2063{
a0fccd48 2064 int ret;
2065
ef827a5b 2066 /* The rx would be stopped, so skip submitting */
2067 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
2068 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
2069 return 0;
2070
ebc2ec48 2071 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
52aec126 2072 agg->head, agg_buf_sz,
b209af99 2073 (usb_complete_t)read_bulk_callback, agg);
ebc2ec48 2074
a0fccd48 2075 ret = usb_submit_urb(agg->urb, mem_flags);
2076 if (ret == -ENODEV) {
2077 set_bit(RTL8152_UNPLUG, &tp->flags);
2078 netif_device_detach(tp->netdev);
2079 } else if (ret) {
2080 struct urb *urb = agg->urb;
2081 unsigned long flags;
2082
2083 urb->actual_length = 0;
2084 spin_lock_irqsave(&tp->rx_lock, flags);
2085 list_add_tail(&agg->list, &tp->rx_done);
2086 spin_unlock_irqrestore(&tp->rx_lock, flags);
d823ab68 2087
2088 netif_err(tp, rx_err, tp->netdev,
2089 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
2090
2091 napi_schedule(&tp->napi);
a0fccd48 2092 }
2093
2094 return ret;
ac718b69 2095}
2096
00a5e360 2097static void rtl_drop_queued_tx(struct r8152 *tp)
2098{
2099 struct net_device_stats *stats = &tp->netdev->stats;
d84130a1 2100 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
00a5e360 2101 struct sk_buff *skb;
2102
d84130a1 2103 if (skb_queue_empty(tx_queue))
2104 return;
2105
2106 __skb_queue_head_init(&skb_head);
2685d410 2107 spin_lock_bh(&tx_queue->lock);
d84130a1 2108 skb_queue_splice_init(tx_queue, &skb_head);
2685d410 2109 spin_unlock_bh(&tx_queue->lock);
d84130a1 2110
2111 while ((skb = __skb_dequeue(&skb_head))) {
00a5e360 2112 dev_kfree_skb(skb);
2113 stats->tx_dropped++;
2114 }
2115}
2116
ac718b69 2117static void rtl8152_tx_timeout(struct net_device *netdev)
2118{
2119 struct r8152 *tp = netdev_priv(netdev);
ebc2ec48 2120
4a8deae2 2121 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
37608f3e 2122
2123 usb_queue_reset_device(tp->intf);
ac718b69 2124}
2125
2126static void rtl8152_set_rx_mode(struct net_device *netdev)
2127{
2128 struct r8152 *tp = netdev_priv(netdev);
2129
51d979fa 2130 if (netif_carrier_ok(netdev)) {
ac718b69 2131 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
40a82917 2132 schedule_delayed_work(&tp->schedule, 0);
2133 }
ac718b69 2134}
2135
2136static void _rtl8152_set_rx_mode(struct net_device *netdev)
2137{
2138 struct r8152 *tp = netdev_priv(netdev);
31787f53 2139 u32 mc_filter[2]; /* Multicast hash filter */
2140 __le32 tmp[2];
ac718b69 2141 u32 ocp_data;
2142
ac718b69 2143 netif_stop_queue(netdev);
2144 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2145 ocp_data &= ~RCR_ACPT_ALL;
2146 ocp_data |= RCR_AB | RCR_APM;
2147
2148 if (netdev->flags & IFF_PROMISC) {
2149 /* Unconditionally log net taps. */
2150 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
2151 ocp_data |= RCR_AM | RCR_AAP;
b209af99 2152 mc_filter[1] = 0xffffffff;
2153 mc_filter[0] = 0xffffffff;
ac718b69 2154 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
2155 (netdev->flags & IFF_ALLMULTI)) {
2156 /* Too many to filter perfectly -- accept all multicasts. */
2157 ocp_data |= RCR_AM;
b209af99 2158 mc_filter[1] = 0xffffffff;
2159 mc_filter[0] = 0xffffffff;
ac718b69 2160 } else {
2161 struct netdev_hw_addr *ha;
2162
b209af99 2163 mc_filter[1] = 0;
2164 mc_filter[0] = 0;
ac718b69 2165 netdev_for_each_mc_addr(ha, netdev) {
2166 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
b209af99 2167
ac718b69 2168 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
2169 ocp_data |= RCR_AM;
2170 }
2171 }
2172
31787f53 2173 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
2174 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
ac718b69 2175
31787f53 2176 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
ac718b69 2177 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2178 netif_wake_queue(netdev);
ac718b69 2179}
2180
a5e31255 2181static netdev_features_t
2182rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
2183 netdev_features_t features)
2184{
2185 u32 mss = skb_shinfo(skb)->gso_size;
2186 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
2187 int offset = skb_transport_offset(skb);
2188
2189 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
a188222b 2190 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
a5e31255 2191 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
2192 features &= ~NETIF_F_GSO_MASK;
2193
2194 return features;
2195}
2196
ac718b69 2197static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
b209af99 2198 struct net_device *netdev)
ac718b69 2199{
2200 struct r8152 *tp = netdev_priv(netdev);
ac718b69 2201
ebc2ec48 2202 skb_tx_timestamp(skb);
ac718b69 2203
61598788 2204 skb_queue_tail(&tp->tx_queue, skb);
ebc2ec48 2205
0c3121fc 2206 if (!list_empty(&tp->tx_free)) {
2207 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
d823ab68 2208 set_bit(SCHEDULE_NAPI, &tp->flags);
0c3121fc 2209 schedule_delayed_work(&tp->schedule, 0);
2210 } else {
2211 usb_mark_last_busy(tp->udev);
d823ab68 2212 napi_schedule(&tp->napi);
0c3121fc 2213 }
b209af99 2214 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
dd1b119c 2215 netif_stop_queue(netdev);
b209af99 2216 }
dd1b119c 2217
ac718b69 2218 return NETDEV_TX_OK;
2219}
2220
2221static void r8152b_reset_packet_filter(struct r8152 *tp)
2222{
2223 u32 ocp_data;
2224
2225 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
2226 ocp_data &= ~FMC_FCR_MCU_EN;
2227 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2228 ocp_data |= FMC_FCR_MCU_EN;
2229 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
2230}
2231
2232static void rtl8152_nic_reset(struct r8152 *tp)
2233{
2234 int i;
2235
2236 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2237
2238 for (i = 0; i < 1000; i++) {
2239 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2240 break;
b209af99 2241 usleep_range(100, 400);
ac718b69 2242 }
2243}
2244
dd1b119c 2245static void set_tx_qlen(struct r8152 *tp)
2246{
2247 struct net_device *netdev = tp->netdev;
2248
b65c0c9b 2249 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + ETH_FCS_LEN +
52aec126 2250 sizeof(struct tx_desc));
dd1b119c 2251}
2252
ac718b69 2253static inline u8 rtl8152_get_speed(struct r8152 *tp)
2254{
2255 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2256}
2257
507605a8 2258static void rtl_set_eee_plus(struct r8152 *tp)
ac718b69 2259{
ebc2ec48 2260 u32 ocp_data;
ac718b69 2261 u8 speed;
2262
2263 speed = rtl8152_get_speed(tp);
ebc2ec48 2264 if (speed & _10bps) {
ac718b69 2265 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
ebc2ec48 2266 ocp_data |= EEEP_CR_EEEP_TX;
ac718b69 2267 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2268 } else {
2269 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
ebc2ec48 2270 ocp_data &= ~EEEP_CR_EEEP_TX;
ac718b69 2271 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2272 }
507605a8 2273}
2274
00a5e360 2275static void rxdy_gated_en(struct r8152 *tp, bool enable)
2276{
2277 u32 ocp_data;
2278
2279 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2280 if (enable)
2281 ocp_data |= RXDY_GATED_EN;
2282 else
2283 ocp_data &= ~RXDY_GATED_EN;
2284 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2285}
2286
445f7f4d 2287static int rtl_start_rx(struct r8152 *tp)
2288{
2289 int i, ret = 0;
2290
2291 INIT_LIST_HEAD(&tp->rx_done);
2292 for (i = 0; i < RTL8152_MAX_RX; i++) {
2293 INIT_LIST_HEAD(&tp->rx_info[i].list);
2294 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2295 if (ret)
2296 break;
2297 }
2298
7bcf4f60 2299 if (ret && ++i < RTL8152_MAX_RX) {
2300 struct list_head rx_queue;
2301 unsigned long flags;
2302
2303 INIT_LIST_HEAD(&rx_queue);
2304
2305 do {
2306 struct rx_agg *agg = &tp->rx_info[i++];
2307 struct urb *urb = agg->urb;
2308
2309 urb->actual_length = 0;
2310 list_add_tail(&agg->list, &rx_queue);
2311 } while (i < RTL8152_MAX_RX);
2312
2313 spin_lock_irqsave(&tp->rx_lock, flags);
2314 list_splice_tail(&rx_queue, &tp->rx_done);
2315 spin_unlock_irqrestore(&tp->rx_lock, flags);
2316 }
2317
445f7f4d 2318 return ret;
2319}
2320
2321static int rtl_stop_rx(struct r8152 *tp)
2322{
2323 int i;
2324
2325 for (i = 0; i < RTL8152_MAX_RX; i++)
2326 usb_kill_urb(tp->rx_info[i].urb);
2327
d823ab68 2328 while (!skb_queue_empty(&tp->rx_queue))
2329 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2330
445f7f4d 2331 return 0;
2332}
2333
507605a8 2334static int rtl_enable(struct r8152 *tp)
2335{
2336 u32 ocp_data;
ac718b69 2337
2338 r8152b_reset_packet_filter(tp);
2339
2340 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2341 ocp_data |= CR_RE | CR_TE;
2342 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2343
00a5e360 2344 rxdy_gated_en(tp, false);
ac718b69 2345
aa2e0926 2346 return 0;
ac718b69 2347}
2348
507605a8 2349static int rtl8152_enable(struct r8152 *tp)
2350{
6871438c 2351 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2352 return -ENODEV;
2353
507605a8 2354 set_tx_qlen(tp);
2355 rtl_set_eee_plus(tp);
2356
2357 return rtl_enable(tp);
2358}
2359
65b82d69 2360static inline void r8153b_rx_agg_chg_indicate(struct r8152 *tp)
2361{
2362 ocp_write_byte(tp, MCU_TYPE_USB, USB_UPT_RXDMA_OWN,
2363 OWN_UPDATE | OWN_CLEAR);
2364}
2365
464ec10a 2366static void r8153_set_rx_early_timeout(struct r8152 *tp)
43779f8d 2367{
464ec10a 2368 u32 ocp_data = tp->coalesce / 8;
43779f8d 2369
65b82d69 2370 switch (tp->version) {
2371 case RTL_VER_03:
2372 case RTL_VER_04:
2373 case RTL_VER_05:
2374 case RTL_VER_06:
2375 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT,
2376 ocp_data);
2377 break;
2378
2379 case RTL_VER_08:
2380 case RTL_VER_09:
2381 /* The RTL8153B uses USB_RX_EXTRA_AGGR_TMR for rx timeout
2382 * primarily. For USB_RX_EARLY_TIMEOUT, we fix it to 128ns.
2383 */
2384 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_TIMEOUT,
2385 128 / 8);
2386 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EXTRA_AGGR_TMR,
2387 ocp_data);
2388 r8153b_rx_agg_chg_indicate(tp);
2389 break;
2390
2391 default:
2392 break;
2393 }
464ec10a 2394}
2395
2396static void r8153_set_rx_early_size(struct r8152 *tp)
2397{
65b82d69 2398 u32 ocp_data = agg_buf_sz - rx_reserved_size(tp->netdev->mtu);
464ec10a 2399
65b82d69 2400 switch (tp->version) {
2401 case RTL_VER_03:
2402 case RTL_VER_04:
2403 case RTL_VER_05:
2404 case RTL_VER_06:
2405 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE,
2406 ocp_data / 4);
2407 break;
2408 case RTL_VER_08:
2409 case RTL_VER_09:
2410 ocp_write_word(tp, MCU_TYPE_USB, USB_RX_EARLY_SIZE,
2411 ocp_data / 8);
2412 r8153b_rx_agg_chg_indicate(tp);
2413 break;
2414 default:
2415 WARN_ON_ONCE(1);
2416 break;
2417 }
43779f8d 2418}
2419
2420static int rtl8153_enable(struct r8152 *tp)
2421{
6871438c 2422 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2423 return -ENODEV;
2424
43779f8d 2425 set_tx_qlen(tp);
2426 rtl_set_eee_plus(tp);
464ec10a 2427 r8153_set_rx_early_timeout(tp);
2428 r8153_set_rx_early_size(tp);
43779f8d 2429
2430 return rtl_enable(tp);
2431}
2432
d70b1137 2433static void rtl_disable(struct r8152 *tp)
ac718b69 2434{
ebc2ec48 2435 u32 ocp_data;
2436 int i;
ac718b69 2437
6871438c 2438 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2439 rtl_drop_queued_tx(tp);
2440 return;
2441 }
2442
ac718b69 2443 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2444 ocp_data &= ~RCR_ACPT_ALL;
2445 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2446
00a5e360 2447 rtl_drop_queued_tx(tp);
ebc2ec48 2448
2449 for (i = 0; i < RTL8152_MAX_TX; i++)
2450 usb_kill_urb(tp->tx_info[i].urb);
ac718b69 2451
00a5e360 2452 rxdy_gated_en(tp, true);
ac718b69 2453
2454 for (i = 0; i < 1000; i++) {
2455 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2456 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2457 break;
8ddfa077 2458 usleep_range(1000, 2000);
ac718b69 2459 }
2460
2461 for (i = 0; i < 1000; i++) {
2462 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2463 break;
8ddfa077 2464 usleep_range(1000, 2000);
ac718b69 2465 }
2466
445f7f4d 2467 rtl_stop_rx(tp);
ac718b69 2468
2469 rtl8152_nic_reset(tp);
2470}
2471
00a5e360 2472static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2473{
2474 u32 ocp_data;
2475
2476 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2477 if (enable)
2478 ocp_data |= POWER_CUT;
2479 else
2480 ocp_data &= ~POWER_CUT;
2481 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2482
2483 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2484 ocp_data &= ~RESUME_INDICATE;
2485 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
00a5e360 2486}
2487
c5554298 2488static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2489{
2490 u32 ocp_data;
2491
2492 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2493 if (enable)
2494 ocp_data |= CPCR_RX_VLAN;
2495 else
2496 ocp_data &= ~CPCR_RX_VLAN;
2497 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2498}
2499
2500static int rtl8152_set_features(struct net_device *dev,
2501 netdev_features_t features)
2502{
2503 netdev_features_t changed = features ^ dev->features;
2504 struct r8152 *tp = netdev_priv(dev);
405f8a0e 2505 int ret;
2506
2507 ret = usb_autopm_get_interface(tp->intf);
2508 if (ret < 0)
2509 goto out;
c5554298 2510
b5403273 2511 mutex_lock(&tp->control);
2512
c5554298 2513 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2514 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2515 rtl_rx_vlan_en(tp, true);
2516 else
2517 rtl_rx_vlan_en(tp, false);
2518 }
2519
b5403273 2520 mutex_unlock(&tp->control);
2521
405f8a0e 2522 usb_autopm_put_interface(tp->intf);
2523
2524out:
2525 return ret;
c5554298 2526}
2527
21ff2e89 2528#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2529
2530static u32 __rtl_get_wol(struct r8152 *tp)
2531{
2532 u32 ocp_data;
2533 u32 wolopts = 0;
2534
21ff2e89 2535 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2536 if (ocp_data & LINK_ON_WAKE_EN)
2537 wolopts |= WAKE_PHY;
2538
2539 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2540 if (ocp_data & UWF_EN)
2541 wolopts |= WAKE_UCAST;
2542 if (ocp_data & BWF_EN)
2543 wolopts |= WAKE_BCAST;
2544 if (ocp_data & MWF_EN)
2545 wolopts |= WAKE_MCAST;
2546
2547 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2548 if (ocp_data & MAGIC_EN)
2549 wolopts |= WAKE_MAGIC;
2550
2551 return wolopts;
2552}
2553
2554static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2555{
2556 u32 ocp_data;
2557
2558 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2559
2560 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2561 ocp_data &= ~LINK_ON_WAKE_EN;
2562 if (wolopts & WAKE_PHY)
2563 ocp_data |= LINK_ON_WAKE_EN;
2564 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2565
2566 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
92f7d07d 2567 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN);
21ff2e89 2568 if (wolopts & WAKE_UCAST)
2569 ocp_data |= UWF_EN;
2570 if (wolopts & WAKE_BCAST)
2571 ocp_data |= BWF_EN;
2572 if (wolopts & WAKE_MCAST)
2573 ocp_data |= MWF_EN;
21ff2e89 2574 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2575
2576 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2577
2578 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2579 ocp_data &= ~MAGIC_EN;
2580 if (wolopts & WAKE_MAGIC)
2581 ocp_data |= MAGIC_EN;
2582 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2583
2584 if (wolopts & WAKE_ANY)
2585 device_set_wakeup_enable(&tp->udev->dev, true);
2586 else
2587 device_set_wakeup_enable(&tp->udev->dev, false);
2588}
2589
134f98bc 2590static void r8153_mac_clk_spd(struct r8152 *tp, bool enable)
2591{
2592 /* MAC clock speed down */
2593 if (enable) {
2594 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL,
2595 ALDPS_SPDWN_RATIO);
2596 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2,
2597 EEE_SPDWN_RATIO);
2598 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3,
2599 PKT_AVAIL_SPDWN_EN | SUSPEND_SPDWN_EN |
2600 U1U2_SPDWN_EN | L1_SPDWN_EN);
2601 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4,
2602 PWRSAVE_SPDWN_EN | RXDV_SPDWN_EN | TX10MIDLE_EN |
2603 TP100_SPDWN_EN | TP500_SPDWN_EN | EEE_SPDWN_EN |
2604 TP1000_SPDWN_EN);
2605 } else {
2606 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, 0);
2607 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, 0);
2608 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, 0);
2609 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4, 0);
2610 }
2611}
2612
b214396f 2613static void r8153_u1u2en(struct r8152 *tp, bool enable)
2614{
2615 u8 u1u2[8];
2616
2617 if (enable)
2618 memset(u1u2, 0xff, sizeof(u1u2));
2619 else
2620 memset(u1u2, 0x00, sizeof(u1u2));
2621
2622 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2623}
2624
65b82d69 2625static void r8153b_u1u2en(struct r8152 *tp, bool enable)
2626{
2627 u32 ocp_data;
2628
2629 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_LPM_CONFIG);
2630 if (enable)
2631 ocp_data |= LPM_U1U2_EN;
2632 else
2633 ocp_data &= ~LPM_U1U2_EN;
2634
2635 ocp_write_word(tp, MCU_TYPE_USB, USB_LPM_CONFIG, ocp_data);
2636}
2637
b214396f 2638static void r8153_u2p3en(struct r8152 *tp, bool enable)
2639{
2640 u32 ocp_data;
2641
2642 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
3cb3234e 2643 if (enable)
b214396f 2644 ocp_data |= U2P3_ENABLE;
2645 else
2646 ocp_data &= ~U2P3_ENABLE;
2647 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2648}
2649
65b82d69 2650static void r8153b_ups_flags_w1w0(struct r8152 *tp, u32 set, u32 clear)
2651{
2652 u32 ocp_data;
2653
2654 ocp_data = ocp_read_dword(tp, MCU_TYPE_USB, USB_UPS_FLAGS);
2655 ocp_data &= ~clear;
2656 ocp_data |= set;
2657 ocp_write_dword(tp, MCU_TYPE_USB, USB_UPS_FLAGS, ocp_data);
2658}
2659
2660static void r8153b_green_en(struct r8152 *tp, bool enable)
2661{
2662 u16 data;
2663
2664 if (enable) {
2665 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */
2666 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */
2667 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */
2668 } else {
2669 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */
2670 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */
2671 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */
2672 }
2673
2674 data = sram_read(tp, SRAM_GREEN_CFG);
2675 data |= GREEN_ETH_EN;
2676 sram_write(tp, SRAM_GREEN_CFG, data);
2677
2678 r8153b_ups_flags_w1w0(tp, UPS_FLAGS_EN_GREEN, 0);
2679}
2680
c564b871 2681static u16 r8153_phy_status(struct r8152 *tp, u16 desired)
2682{
2683 u16 data;
2684 int i;
2685
2686 for (i = 0; i < 500; i++) {
2687 data = ocp_reg_read(tp, OCP_PHY_STATUS);
2688 data &= PHY_STAT_MASK;
2689 if (desired) {
2690 if (data == desired)
2691 break;
2692 } else if (data == PHY_STAT_LAN_ON || data == PHY_STAT_PWRDN ||
2693 data == PHY_STAT_EXT_INIT) {
2694 break;
2695 }
2696
2697 msleep(20);
2698 }
2699
2700 return data;
2701}
2702
65b82d69 2703static void r8153b_ups_en(struct r8152 *tp, bool enable)
2704{
2705 u32 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_POWER_CUT);
2706
2707 if (enable) {
2708 ocp_data |= UPS_EN | USP_PREWAKE | PHASE2_EN;
2709 ocp_write_byte(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2710
2711 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, 0xcfff);
2712 ocp_data |= BIT(0);
2713 ocp_write_byte(tp, MCU_TYPE_USB, 0xcfff, ocp_data);
2714 } else {
2715 u16 data;
2716
2717 ocp_data &= ~(UPS_EN | USP_PREWAKE);
2718 ocp_write_byte(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2719
2720 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, 0xcfff);
2721 ocp_data &= ~BIT(0);
2722 ocp_write_byte(tp, MCU_TYPE_USB, 0xcfff, ocp_data);
2723
2724 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2725 ocp_data &= ~PCUT_STATUS;
2726 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2727
2728 data = r8153_phy_status(tp, 0);
2729
2730 switch (data) {
2731 case PHY_STAT_PWRDN:
2732 case PHY_STAT_EXT_INIT:
2733 r8153b_green_en(tp,
2734 test_bit(GREEN_ETHERNET, &tp->flags));
2735
2736 data = r8152_mdio_read(tp, MII_BMCR);
2737 data &= ~BMCR_PDOWN;
2738 data |= BMCR_RESET;
2739 r8152_mdio_write(tp, MII_BMCR, data);
2740
2741 data = r8153_phy_status(tp, PHY_STAT_LAN_ON);
2742
2743 default:
2744 if (data != PHY_STAT_LAN_ON)
2745 netif_warn(tp, link, tp->netdev,
2746 "PHY not ready");
2747 break;
2748 }
2749 }
2750}
2751
b214396f 2752static void r8153_power_cut_en(struct r8152 *tp, bool enable)
2753{
2754 u32 ocp_data;
2755
2756 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2757 if (enable)
2758 ocp_data |= PWR_EN | PHASE2_EN;
2759 else
2760 ocp_data &= ~(PWR_EN | PHASE2_EN);
2761 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2762
2763 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2764 ocp_data &= ~PCUT_STATUS;
2765 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2766}
2767
65b82d69 2768static void r8153b_power_cut_en(struct r8152 *tp, bool enable)
2769{
2770 u32 ocp_data;
2771
2772 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2773 if (enable)
2774 ocp_data |= PWR_EN | PHASE2_EN;
2775 else
2776 ocp_data &= ~PWR_EN;
2777 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2778
2779 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2780 ocp_data &= ~PCUT_STATUS;
2781 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2782}
2783
2784static void r8153b_queue_wake(struct r8152 *tp, bool enable)
2785{
2786 u32 ocp_data;
2787
2788 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, 0xd38a);
2789 if (enable)
2790 ocp_data |= BIT(0);
2791 else
2792 ocp_data &= ~BIT(0);
2793 ocp_write_byte(tp, MCU_TYPE_PLA, 0xd38a, ocp_data);
2794
2795 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, 0xd38c);
2796 ocp_data &= ~BIT(0);
2797 ocp_write_byte(tp, MCU_TYPE_PLA, 0xd38c, ocp_data);
2798}
2799
7daed8dc 2800static bool rtl_can_wakeup(struct r8152 *tp)
2801{
2802 struct usb_device *udev = tp->udev;
2803
2804 return (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP);
2805}
2806
9a4be1bd 2807static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2808{
2809 if (enable) {
2810 u32 ocp_data;
2811
2812 __rtl_set_wol(tp, WAKE_ANY);
2813
2814 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2815
2816 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2817 ocp_data |= LINK_OFF_WAKE_EN;
2818 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2819
2820 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2821 } else {
f95ae8a0 2822 u32 ocp_data;
2823
9a4be1bd 2824 __rtl_set_wol(tp, tp->saved_wolopts);
f95ae8a0 2825
2826 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2827
2828 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2829 ocp_data &= ~LINK_OFF_WAKE_EN;
2830 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2831
2832 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2609af19 2833 }
2834}
f95ae8a0 2835
2609af19 2836static void rtl8153_runtime_enable(struct r8152 *tp, bool enable)
2837{
2609af19 2838 if (enable) {
2839 r8153_u1u2en(tp, false);
2840 r8153_u2p3en(tp, false);
134f98bc 2841 r8153_mac_clk_spd(tp, true);
02552754 2842 rtl_runtime_suspend_enable(tp, true);
2609af19 2843 } else {
02552754 2844 rtl_runtime_suspend_enable(tp, false);
134f98bc 2845 r8153_mac_clk_spd(tp, false);
3cb3234e 2846
2847 switch (tp->version) {
2848 case RTL_VER_03:
2849 case RTL_VER_04:
2850 break;
2851 case RTL_VER_05:
2852 case RTL_VER_06:
2853 default:
2854 r8153_u2p3en(tp, true);
2855 break;
2856 }
2857
b214396f 2858 r8153_u1u2en(tp, true);
9a4be1bd 2859 }
2860}
2861
65b82d69 2862static void rtl8153b_runtime_enable(struct r8152 *tp, bool enable)
2863{
2864 if (enable) {
2865 r8153b_queue_wake(tp, true);
2866 r8153b_u1u2en(tp, false);
2867 r8153_u2p3en(tp, false);
2868 rtl_runtime_suspend_enable(tp, true);
2869 r8153b_ups_en(tp, true);
2870 } else {
2871 r8153b_ups_en(tp, false);
2872 r8153b_queue_wake(tp, false);
2873 rtl_runtime_suspend_enable(tp, false);
2874 r8153_u2p3en(tp, true);
2875 r8153b_u1u2en(tp, true);
2876 }
2877}
2878
4349968a 2879static void r8153_teredo_off(struct r8152 *tp)
2880{
2881 u32 ocp_data;
2882
65b82d69 2883 switch (tp->version) {
2884 case RTL_VER_01:
2885 case RTL_VER_02:
2886 case RTL_VER_03:
2887 case RTL_VER_04:
2888 case RTL_VER_05:
2889 case RTL_VER_06:
2890 case RTL_VER_07:
2891 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2892 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK |
2893 OOB_TEREDO_EN);
2894 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2895 break;
2896
2897 case RTL_VER_08:
2898 case RTL_VER_09:
2899 /* The bit 0 ~ 7 are relative with teredo settings. They are
2900 * W1C (write 1 to clear), so set all 1 to disable it.
2901 */
2902 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, 0xff);
2903 break;
2904
2905 default:
2906 break;
2907 }
4349968a 2908
2909 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2910 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2911 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2912}
2913
93fe9b18 2914static void rtl_reset_bmu(struct r8152 *tp)
2915{
2916 u32 ocp_data;
2917
2918 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_BMU_RESET);
2919 ocp_data &= ~(BMU_RESET_EP_IN | BMU_RESET_EP_OUT);
2920 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2921 ocp_data |= BMU_RESET_EP_IN | BMU_RESET_EP_OUT;
2922 ocp_write_byte(tp, MCU_TYPE_USB, USB_BMU_RESET, ocp_data);
2923}
2924
cda9fb01 2925static void r8152_aldps_en(struct r8152 *tp, bool enable)
4349968a 2926{
cda9fb01 2927 if (enable) {
2928 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2929 LINKENA | DIS_SDSAVE);
2930 } else {
2931 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA |
2932 DIS_SDSAVE);
2933 msleep(20);
2934 }
4349968a 2935}
2936
e6449539 2937static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
2938{
2939 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
2940 ocp_reg_write(tp, OCP_EEE_DATA, reg);
2941 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
2942}
2943
2944static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
2945{
2946 u16 data;
2947
2948 r8152_mmd_indirect(tp, dev, reg);
2949 data = ocp_reg_read(tp, OCP_EEE_DATA);
2950 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2951
2952 return data;
2953}
2954
2955static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
2956{
2957 r8152_mmd_indirect(tp, dev, reg);
2958 ocp_reg_write(tp, OCP_EEE_DATA, data);
2959 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
2960}
2961
2962static void r8152_eee_en(struct r8152 *tp, bool enable)
2963{
2964 u16 config1, config2, config3;
2965 u32 ocp_data;
2966
2967 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
2968 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
2969 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
2970 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
2971
2972 if (enable) {
2973 ocp_data |= EEE_RX_EN | EEE_TX_EN;
2974 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
2975 config1 |= sd_rise_time(1);
2976 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
2977 config3 |= fast_snr(42);
2978 } else {
2979 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
2980 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
2981 RX_QUIET_EN);
2982 config1 |= sd_rise_time(7);
2983 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
2984 config3 |= fast_snr(511);
2985 }
2986
2987 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
2988 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
2989 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
2990 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
2991}
2992
2993static void r8152b_enable_eee(struct r8152 *tp)
2994{
2995 r8152_eee_en(tp, true);
2996 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
2997}
2998
2999static void r8152b_enable_fc(struct r8152 *tp)
3000{
3001 u16 anar;
3002
3003 anar = r8152_mdio_read(tp, MII_ADVERTISE);
3004 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
3005 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3006}
3007
d70b1137 3008static void rtl8152_disable(struct r8152 *tp)
3009{
cda9fb01 3010 r8152_aldps_en(tp, false);
d70b1137 3011 rtl_disable(tp);
cda9fb01 3012 r8152_aldps_en(tp, true);
d70b1137 3013}
3014
4349968a 3015static void r8152b_hw_phy_cfg(struct r8152 *tp)
3016{
ef39df8e 3017 r8152b_enable_eee(tp);
3018 r8152_aldps_en(tp, true);
3019 r8152b_enable_fc(tp);
f0cbe0ac 3020
aa66a5f1 3021 set_bit(PHY_RESET, &tp->flags);
4349968a 3022}
3023
ac718b69 3024static void r8152b_exit_oob(struct r8152 *tp)
3025{
db8515ef 3026 u32 ocp_data;
3027 int i;
ac718b69 3028
3029 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3030 ocp_data &= ~RCR_ACPT_ALL;
3031 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3032
00a5e360 3033 rxdy_gated_en(tp, true);
da9bd117 3034 r8153_teredo_off(tp);
ac718b69 3035 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
3036 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
3037
3038 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3039 ocp_data &= ~NOW_IS_OOB;
3040 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3041
3042 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3043 ocp_data &= ~MCU_BORW_EN;
3044 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3045
3046 for (i = 0; i < 1000; i++) {
3047 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3048 if (ocp_data & LINK_LIST_READY)
3049 break;
8ddfa077 3050 usleep_range(1000, 2000);
ac718b69 3051 }
3052
3053 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3054 ocp_data |= RE_INIT_LL;
3055 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3056
3057 for (i = 0; i < 1000; i++) {
3058 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3059 if (ocp_data & LINK_LIST_READY)
3060 break;
8ddfa077 3061 usleep_range(1000, 2000);
ac718b69 3062 }
3063
3064 rtl8152_nic_reset(tp);
3065
3066 /* rx share fifo credit full threshold */
3067 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
3068
a3cc465d 3069 if (tp->udev->speed == USB_SPEED_FULL ||
3070 tp->udev->speed == USB_SPEED_LOW) {
ac718b69 3071 /* rx share fifo credit near full threshold */
3072 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
3073 RXFIFO_THR2_FULL);
3074 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
3075 RXFIFO_THR3_FULL);
3076 } else {
3077 /* rx share fifo credit near full threshold */
3078 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
3079 RXFIFO_THR2_HIGH);
3080 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
3081 RXFIFO_THR3_HIGH);
3082 }
3083
3084 /* TX share fifo free credit full threshold */
3085 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
3086
3087 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
8e1f51bd 3088 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
ac718b69 3089 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
3090 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
3091
c5554298 3092 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
ac718b69 3093
3094 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
3095
3096 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
3097 ocp_data |= TCR0_AUTO_FIFO;
3098 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
3099}
3100
3101static void r8152b_enter_oob(struct r8152 *tp)
3102{
45f4a19f 3103 u32 ocp_data;
3104 int i;
ac718b69 3105
3106 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3107 ocp_data &= ~NOW_IS_OOB;
3108 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3109
3110 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
3111 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
3112 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
3113
d70b1137 3114 rtl_disable(tp);
ac718b69 3115
3116 for (i = 0; i < 1000; i++) {
3117 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3118 if (ocp_data & LINK_LIST_READY)
3119 break;
8ddfa077 3120 usleep_range(1000, 2000);
ac718b69 3121 }
3122
3123 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3124 ocp_data |= RE_INIT_LL;
3125 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3126
3127 for (i = 0; i < 1000; i++) {
3128 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3129 if (ocp_data & LINK_LIST_READY)
3130 break;
8ddfa077 3131 usleep_range(1000, 2000);
ac718b69 3132 }
3133
3134 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
3135
c5554298 3136 rtl_rx_vlan_en(tp, true);
ac718b69 3137
3138 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
3139 ocp_data |= ALDPS_PROXY_MODE;
3140 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
3141
3142 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3143 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
3144 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3145
00a5e360 3146 rxdy_gated_en(tp, false);
ac718b69 3147
3148 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3149 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
3150 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3151}
3152
65b82d69 3153static int r8153_patch_request(struct r8152 *tp, bool request)
3154{
3155 u16 data;
3156 int i;
3157
3158 data = ocp_reg_read(tp, OCP_PHY_PATCH_CMD);
3159 if (request)
3160 data |= PATCH_REQUEST;
3161 else
3162 data &= ~PATCH_REQUEST;
3163 ocp_reg_write(tp, OCP_PHY_PATCH_CMD, data);
3164
3165 for (i = 0; request && i < 5000; i++) {
3166 usleep_range(1000, 2000);
3167 if (ocp_reg_read(tp, OCP_PHY_PATCH_STAT) & PATCH_READY)
3168 break;
3169 }
3170
3171 if (request && !(ocp_reg_read(tp, OCP_PHY_PATCH_STAT) & PATCH_READY)) {
3172 netif_err(tp, drv, tp->netdev, "patch request fail\n");
3173 r8153_patch_request(tp, false);
3174 return -ETIME;
3175 } else {
3176 return 0;
3177 }
3178}
3179
e6449539 3180static void r8153_aldps_en(struct r8152 *tp, bool enable)
3181{
3182 u16 data;
3183
3184 data = ocp_reg_read(tp, OCP_POWER_CFG);
3185 if (enable) {
3186 data |= EN_ALDPS;
3187 ocp_reg_write(tp, OCP_POWER_CFG, data);
3188 } else {
4214cc55 3189 int i;
3190
e6449539 3191 data &= ~EN_ALDPS;
3192 ocp_reg_write(tp, OCP_POWER_CFG, data);
4214cc55 3193 for (i = 0; i < 20; i++) {
3194 usleep_range(1000, 2000);
3195 if (ocp_read_word(tp, MCU_TYPE_PLA, 0xe000) & 0x0100)
3196 break;
3197 }
e6449539 3198 }
3199}
3200
65b82d69 3201static void r8153b_aldps_en(struct r8152 *tp, bool enable)
3202{
3203 r8153_aldps_en(tp, enable);
3204
3205 if (enable)
3206 r8153b_ups_flags_w1w0(tp, UPS_FLAGS_EN_ALDPS, 0);
3207 else
3208 r8153b_ups_flags_w1w0(tp, 0, UPS_FLAGS_EN_ALDPS);
3209}
3210
e6449539 3211static void r8153_eee_en(struct r8152 *tp, bool enable)
3212{
3213 u32 ocp_data;
3214 u16 config;
3215
3216 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3217 config = ocp_reg_read(tp, OCP_EEE_CFG);
3218
3219 if (enable) {
3220 ocp_data |= EEE_RX_EN | EEE_TX_EN;
3221 config |= EEE10_EN;
3222 } else {
3223 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
3224 config &= ~EEE10_EN;
3225 }
3226
3227 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
3228 ocp_reg_write(tp, OCP_EEE_CFG, config);
3229}
3230
65b82d69 3231static void r8153b_eee_en(struct r8152 *tp, bool enable)
3232{
3233 r8153_eee_en(tp, enable);
3234
3235 if (enable)
3236 r8153b_ups_flags_w1w0(tp, UPS_FLAGS_EN_EEE, 0);
3237 else
3238 r8153b_ups_flags_w1w0(tp, 0, UPS_FLAGS_EN_EEE);
3239}
3240
3241static void r8153b_enable_fc(struct r8152 *tp)
3242{
3243 r8152b_enable_fc(tp);
3244 r8153b_ups_flags_w1w0(tp, UPS_FLAGS_EN_FLOW_CTR, 0);
3245}
3246
43779f8d 3247static void r8153_hw_phy_cfg(struct r8152 *tp)
3248{
3249 u32 ocp_data;
3250 u16 data;
3251
d768c61b 3252 /* disable ALDPS before updating the PHY parameters */
3253 r8153_aldps_en(tp, false);
fb02eb4a 3254
d768c61b 3255 /* disable EEE before updating the PHY parameters */
3256 r8153_eee_en(tp, false);
3257 ocp_reg_write(tp, OCP_EEE_ADV, 0);
43779f8d 3258
3259 if (tp->version == RTL_VER_03) {
3260 data = ocp_reg_read(tp, OCP_EEE_CFG);
3261 data &= ~CTAP_SHORT_EN;
3262 ocp_reg_write(tp, OCP_EEE_CFG, data);
3263 }
3264
3265 data = ocp_reg_read(tp, OCP_POWER_CFG);
3266 data |= EEE_CLKDIV_EN;
3267 ocp_reg_write(tp, OCP_POWER_CFG, data);
3268
3269 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
3270 data |= EN_10M_BGOFF;
3271 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
3272 data = ocp_reg_read(tp, OCP_POWER_CFG);
3273 data |= EN_10M_PLLOFF;
3274 ocp_reg_write(tp, OCP_POWER_CFG, data);
b4d99def 3275 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
43779f8d 3276
3277 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3278 ocp_data |= PFM_PWM_SWITCH;
3279 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3280
b4d99def 3281 /* Enable LPF corner auto tune */
3282 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
43779f8d 3283
b4d99def 3284 /* Adjust 10M Amplitude */
3285 sram_write(tp, SRAM_10M_AMP1, 0x00af);
3286 sram_write(tp, SRAM_10M_AMP2, 0x0208);
aa66a5f1 3287
af0287ec 3288 r8153_eee_en(tp, true);
3289 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
3290
ef39df8e 3291 r8153_aldps_en(tp, true);
3292 r8152b_enable_fc(tp);
3293
3cb3234e 3294 switch (tp->version) {
3295 case RTL_VER_03:
3296 case RTL_VER_04:
3297 break;
3298 case RTL_VER_05:
3299 case RTL_VER_06:
3300 default:
3301 r8153_u2p3en(tp, true);
3302 break;
3303 }
3304
aa66a5f1 3305 set_bit(PHY_RESET, &tp->flags);
43779f8d 3306}
3307
65b82d69 3308static u32 r8152_efuse_read(struct r8152 *tp, u8 addr)
3309{
3310 u32 ocp_data;
3311
3312 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EFUSE_CMD, EFUSE_READ_CMD | addr);
3313 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EFUSE_CMD);
3314 ocp_data = (ocp_data & EFUSE_DATA_BIT16) << 9; /* data of bit16 */
3315 ocp_data |= ocp_read_word(tp, MCU_TYPE_PLA, PLA_EFUSE_DATA);
3316
3317 return ocp_data;
3318}
3319
3320static void r8153b_hw_phy_cfg(struct r8152 *tp)
3321{
3322 u32 ocp_data, ups_flags = 0;
3323 u16 data;
3324
3325 /* disable ALDPS before updating the PHY parameters */
3326 r8153b_aldps_en(tp, false);
3327
3328 /* disable EEE before updating the PHY parameters */
3329 r8153b_eee_en(tp, false);
3330 ocp_reg_write(tp, OCP_EEE_ADV, 0);
3331
3332 r8153b_green_en(tp, test_bit(GREEN_ETHERNET, &tp->flags));
3333
3334 data = sram_read(tp, SRAM_GREEN_CFG);
3335 data |= R_TUNE_EN;
3336 sram_write(tp, SRAM_GREEN_CFG, data);
3337 data = ocp_reg_read(tp, OCP_NCTL_CFG);
3338 data |= PGA_RETURN_EN;
3339 ocp_reg_write(tp, OCP_NCTL_CFG, data);
3340
3341 /* ADC Bias Calibration:
3342 * read efuse offset 0x7d to get a 17-bit data. Remove the dummy/fake
3343 * bit (bit3) to rebuild the real 16-bit data. Write the data to the
3344 * ADC ioffset.
3345 */
3346 ocp_data = r8152_efuse_read(tp, 0x7d);
3347 data = (u16)(((ocp_data & 0x1fff0) >> 1) | (ocp_data & 0x7));
3348 if (data != 0xffff)
3349 ocp_reg_write(tp, OCP_ADC_IOFFSET, data);
3350
3351 /* ups mode tx-link-pulse timing adjustment:
3352 * rg_saw_cnt = OCP reg 0xC426 Bit[13:0]
3353 * swr_cnt_1ms_ini = 16000000 / rg_saw_cnt
3354 */
3355 ocp_data = ocp_reg_read(tp, 0xc426);
3356 ocp_data &= 0x3fff;
3357 if (ocp_data) {
3358 u32 swr_cnt_1ms_ini;
3359
3360 swr_cnt_1ms_ini = (16000000 / ocp_data) & SAW_CNT_1MS_MASK;
3361 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CFG);
3362 ocp_data = (ocp_data & ~SAW_CNT_1MS_MASK) | swr_cnt_1ms_ini;
3363 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CFG, ocp_data);
3364 }
3365
3366 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3367 ocp_data |= PFM_PWM_SWITCH;
3368 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3369
3370 /* Advnace EEE */
3371 if (!r8153_patch_request(tp, true)) {
3372 data = ocp_reg_read(tp, OCP_POWER_CFG);
3373 data |= EEE_CLKDIV_EN;
3374 ocp_reg_write(tp, OCP_POWER_CFG, data);
3375
3376 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
3377 data |= EN_EEE_CMODE | EN_EEE_1000 | EN_10M_CLKDIV;
3378 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
3379
3380 ocp_reg_write(tp, OCP_SYSCLK_CFG, 0);
3381 ocp_reg_write(tp, OCP_SYSCLK_CFG, clk_div_expo(5));
3382
3383 ups_flags |= UPS_FLAGS_EN_10M_CKDIV | UPS_FLAGS_250M_CKDIV |
3384 UPS_FLAGS_EN_EEE_CKDIV | UPS_FLAGS_EEE_CMOD_LV_EN |
3385 UPS_FLAGS_EEE_PLLOFF_GIGA;
3386
3387 r8153_patch_request(tp, false);
3388 }
3389
3390 r8153b_ups_flags_w1w0(tp, ups_flags, 0);
3391
3392 r8153b_eee_en(tp, true);
3393 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
3394
3395 r8153b_aldps_en(tp, true);
3396 r8153b_enable_fc(tp);
3397 r8153_u2p3en(tp, true);
3398
3399 set_bit(PHY_RESET, &tp->flags);
3400}
3401
43779f8d 3402static void r8153_first_init(struct r8152 *tp)
3403{
3404 u32 ocp_data;
3405 int i;
3406
134f98bc 3407 r8153_mac_clk_spd(tp, false);
00a5e360 3408 rxdy_gated_en(tp, true);
43779f8d 3409 r8153_teredo_off(tp);
3410
3411 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3412 ocp_data &= ~RCR_ACPT_ALL;
3413 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3414
43779f8d 3415 rtl8152_nic_reset(tp);
93fe9b18 3416 rtl_reset_bmu(tp);
43779f8d 3417
3418 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3419 ocp_data &= ~NOW_IS_OOB;
3420 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3421
3422 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3423 ocp_data &= ~MCU_BORW_EN;
3424 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3425
3426 for (i = 0; i < 1000; i++) {
3427 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3428 if (ocp_data & LINK_LIST_READY)
3429 break;
8ddfa077 3430 usleep_range(1000, 2000);
43779f8d 3431 }
3432
3433 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3434 ocp_data |= RE_INIT_LL;
3435 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3436
3437 for (i = 0; i < 1000; i++) {
3438 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3439 if (ocp_data & LINK_LIST_READY)
3440 break;
8ddfa077 3441 usleep_range(1000, 2000);
43779f8d 3442 }
3443
c5554298 3444 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
43779f8d 3445
b65c0c9b 3446 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + ETH_FCS_LEN;
210c4f70 3447 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
69b4b7a4 3448 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
43779f8d 3449
3450 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
3451 ocp_data |= TCR0_AUTO_FIFO;
3452 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
3453
3454 rtl8152_nic_reset(tp);
3455
3456 /* rx share fifo credit full threshold */
3457 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
3458 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
3459 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
3460 /* TX share fifo free credit full threshold */
3461 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
43779f8d 3462}
3463
3464static void r8153_enter_oob(struct r8152 *tp)
3465{
3466 u32 ocp_data;
3467 int i;
3468
134f98bc 3469 r8153_mac_clk_spd(tp, true);
3470
43779f8d 3471 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3472 ocp_data &= ~NOW_IS_OOB;
3473 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3474
d70b1137 3475 rtl_disable(tp);
93fe9b18 3476 rtl_reset_bmu(tp);
43779f8d 3477
3478 for (i = 0; i < 1000; i++) {
3479 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3480 if (ocp_data & LINK_LIST_READY)
3481 break;
8ddfa077 3482 usleep_range(1000, 2000);
43779f8d 3483 }
3484
3485 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
3486 ocp_data |= RE_INIT_LL;
3487 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
3488
3489 for (i = 0; i < 1000; i++) {
3490 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3491 if (ocp_data & LINK_LIST_READY)
3492 break;
8ddfa077 3493 usleep_range(1000, 2000);
43779f8d 3494 }
3495
b65c0c9b 3496 ocp_data = tp->netdev->mtu + VLAN_ETH_HLEN + ETH_FCS_LEN;
210c4f70 3497 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, ocp_data);
43779f8d 3498
65b82d69 3499 switch (tp->version) {
3500 case RTL_VER_03:
3501 case RTL_VER_04:
3502 case RTL_VER_05:
3503 case RTL_VER_06:
3504 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
3505 ocp_data &= ~TEREDO_WAKE_MASK;
3506 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
3507 break;
3508
3509 case RTL_VER_08:
3510 case RTL_VER_09:
3511 /* Clear teredo wake event. bit[15:8] is the teredo wakeup
3512 * type. Set it to zero. bits[7:0] are the W1C bits about
3513 * the events. Set them to all 1 to clear them.
3514 */
3515 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_WAKE_BASE, 0x00ff);
3516 break;
3517
3518 default:
3519 break;
3520 }
43779f8d 3521
c5554298 3522 rtl_rx_vlan_en(tp, true);
43779f8d 3523
3524 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
3525 ocp_data |= ALDPS_PROXY_MODE;
3526 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
3527
3528 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
3529 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
3530 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
3531
00a5e360 3532 rxdy_gated_en(tp, false);
43779f8d 3533
3534 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
3535 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
3536 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
3537}
3538
d70b1137 3539static void rtl8153_disable(struct r8152 *tp)
3540{
cda9fb01 3541 r8153_aldps_en(tp, false);
d70b1137 3542 rtl_disable(tp);
93fe9b18 3543 rtl_reset_bmu(tp);
cda9fb01 3544 r8153_aldps_en(tp, true);
d70b1137 3545}
3546
65b82d69 3547static void rtl8153b_disable(struct r8152 *tp)
3548{
3549 r8153b_aldps_en(tp, false);
3550 rtl_disable(tp);
3551 rtl_reset_bmu(tp);
3552 r8153b_aldps_en(tp, true);
3553}
3554
ac718b69 3555static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
3556{
43779f8d 3557 u16 bmcr, anar, gbcr;
65b82d69 3558 enum spd_duplex speed_duplex;
ac718b69 3559 int ret = 0;
3560
ac718b69 3561 anar = r8152_mdio_read(tp, MII_ADVERTISE);
3562 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
3563 ADVERTISE_100HALF | ADVERTISE_100FULL);
43779f8d 3564 if (tp->mii.supports_gmii) {
3565 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
3566 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
3567 } else {
3568 gbcr = 0;
3569 }
ac718b69 3570
3571 if (autoneg == AUTONEG_DISABLE) {
3572 if (speed == SPEED_10) {
3573 bmcr = 0;
3574 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
65b82d69 3575 speed_duplex = FORCE_10M_HALF;
ac718b69 3576 } else if (speed == SPEED_100) {
3577 bmcr = BMCR_SPEED100;
3578 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
65b82d69 3579 speed_duplex = FORCE_100M_HALF;
43779f8d 3580 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3581 bmcr = BMCR_SPEED1000;
3582 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
65b82d69 3583 speed_duplex = NWAY_1000M_FULL;
ac718b69 3584 } else {
3585 ret = -EINVAL;
3586 goto out;
3587 }
3588
65b82d69 3589 if (duplex == DUPLEX_FULL) {
ac718b69 3590 bmcr |= BMCR_FULLDPLX;
65b82d69 3591 if (speed != SPEED_1000)
3592 speed_duplex++;
3593 }
ac718b69 3594 } else {
3595 if (speed == SPEED_10) {
65b82d69 3596 if (duplex == DUPLEX_FULL) {
ac718b69 3597 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
65b82d69 3598 speed_duplex = NWAY_10M_FULL;
3599 } else {
ac718b69 3600 anar |= ADVERTISE_10HALF;
65b82d69 3601 speed_duplex = NWAY_10M_HALF;
3602 }
ac718b69 3603 } else if (speed == SPEED_100) {
3604 if (duplex == DUPLEX_FULL) {
3605 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3606 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
65b82d69 3607 speed_duplex = NWAY_100M_FULL;
ac718b69 3608 } else {
3609 anar |= ADVERTISE_10HALF;
3610 anar |= ADVERTISE_100HALF;
65b82d69 3611 speed_duplex = NWAY_100M_HALF;
ac718b69 3612 }
43779f8d 3613 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
3614 if (duplex == DUPLEX_FULL) {
3615 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
3616 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
3617 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
3618 } else {
3619 anar |= ADVERTISE_10HALF;
3620 anar |= ADVERTISE_100HALF;
3621 gbcr |= ADVERTISE_1000HALF;
3622 }
65b82d69 3623 speed_duplex = NWAY_1000M_FULL;
ac718b69 3624 } else {
3625 ret = -EINVAL;
3626 goto out;
3627 }
3628
3629 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
3630 }
3631
fae56178 3632 if (test_and_clear_bit(PHY_RESET, &tp->flags))
aa66a5f1 3633 bmcr |= BMCR_RESET;
3634
43779f8d 3635 if (tp->mii.supports_gmii)
3636 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
3637
ac718b69 3638 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3639 r8152_mdio_write(tp, MII_BMCR, bmcr);
3640
65b82d69 3641 switch (tp->version) {
3642 case RTL_VER_08:
3643 case RTL_VER_09:
3644 r8153b_ups_flags_w1w0(tp, ups_flags_speed(speed_duplex),
3645 UPS_FLAGS_SPEED_MASK);
3646 break;
3647
3648 default:
3649 break;
3650 }
3651
fae56178 3652 if (bmcr & BMCR_RESET) {
aa66a5f1 3653 int i;
3654
aa66a5f1 3655 for (i = 0; i < 50; i++) {
3656 msleep(20);
3657 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
3658 break;
3659 }
3660 }
3661
ac718b69 3662out:
ac718b69 3663 return ret;
3664}
3665
d70b1137 3666static void rtl8152_up(struct r8152 *tp)
3667{
3668 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3669 return;
3670
cda9fb01 3671 r8152_aldps_en(tp, false);
d70b1137 3672 r8152b_exit_oob(tp);
cda9fb01 3673 r8152_aldps_en(tp, true);
d70b1137 3674}
3675
ac718b69 3676static void rtl8152_down(struct r8152 *tp)
3677{
6871438c 3678 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3679 rtl_drop_queued_tx(tp);
3680 return;
3681 }
3682
00a5e360 3683 r8152_power_cut_en(tp, false);
cda9fb01 3684 r8152_aldps_en(tp, false);
ac718b69 3685 r8152b_enter_oob(tp);
cda9fb01 3686 r8152_aldps_en(tp, true);
ac718b69 3687}
3688
d70b1137 3689static void rtl8153_up(struct r8152 *tp)
3690{
3691 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3692 return;
3693
b214396f 3694 r8153_u1u2en(tp, false);
3cb3234e 3695 r8153_u2p3en(tp, false);
cda9fb01 3696 r8153_aldps_en(tp, false);
d70b1137 3697 r8153_first_init(tp);
cda9fb01 3698 r8153_aldps_en(tp, true);
3cb3234e 3699
3700 switch (tp->version) {
3701 case RTL_VER_03:
3702 case RTL_VER_04:
3703 break;
3704 case RTL_VER_05:
3705 case RTL_VER_06:
3706 default:
3707 r8153_u2p3en(tp, true);
3708 break;
3709 }
3710
b214396f 3711 r8153_u1u2en(tp, true);
d70b1137 3712}
3713
43779f8d 3714static void rtl8153_down(struct r8152 *tp)
3715{
6871438c 3716 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3717 rtl_drop_queued_tx(tp);
3718 return;
3719 }
3720
b9702723 3721 r8153_u1u2en(tp, false);
b214396f 3722 r8153_u2p3en(tp, false);
b9702723 3723 r8153_power_cut_en(tp, false);
cda9fb01 3724 r8153_aldps_en(tp, false);
43779f8d 3725 r8153_enter_oob(tp);
cda9fb01 3726 r8153_aldps_en(tp, true);
43779f8d 3727}
3728
65b82d69 3729static void rtl8153b_up(struct r8152 *tp)
3730{
3731 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3732 return;
3733
3734 r8153b_u1u2en(tp, false);
3735 r8153_u2p3en(tp, false);
3736 r8153b_aldps_en(tp, false);
3737
3738 r8153_first_init(tp);
3739 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_B);
3740
3741 r8153b_aldps_en(tp, true);
3742 r8153_u2p3en(tp, true);
3743 r8153b_u1u2en(tp, true);
3744}
3745
3746static void rtl8153b_down(struct r8152 *tp)
3747{
3748 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
3749 rtl_drop_queued_tx(tp);
3750 return;
3751 }
3752
3753 r8153b_u1u2en(tp, false);
3754 r8153_u2p3en(tp, false);
3755 r8153b_power_cut_en(tp, false);
3756 r8153b_aldps_en(tp, false);
3757 r8153_enter_oob(tp);
3758 r8153b_aldps_en(tp, true);
3759}
3760
2dd49e0f 3761static bool rtl8152_in_nway(struct r8152 *tp)
3762{
3763 u16 nway_state;
3764
3765 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, 0x2000);
3766 tp->ocp_base = 0x2000;
3767 ocp_write_byte(tp, MCU_TYPE_PLA, 0xb014, 0x4c); /* phy state */
3768 nway_state = ocp_read_word(tp, MCU_TYPE_PLA, 0xb01a);
3769
3770 /* bit 15: TXDIS_STATE, bit 14: ABD_STATE */
3771 if (nway_state & 0xc000)
3772 return false;
3773 else
3774 return true;
3775}
3776
3777static bool rtl8153_in_nway(struct r8152 *tp)
3778{
3779 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff;
3780
3781 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE)
3782 return false;
3783 else
3784 return true;
3785}
3786
ac718b69 3787static void set_carrier(struct r8152 *tp)
3788{
3789 struct net_device *netdev = tp->netdev;
ce594e98 3790 struct napi_struct *napi = &tp->napi;
ac718b69 3791 u8 speed;
3792
3793 speed = rtl8152_get_speed(tp);
3794
3795 if (speed & LINK_STATUS) {
51d979fa 3796 if (!netif_carrier_ok(netdev)) {
c81229c9 3797 tp->rtl_ops.enable(tp);
ac718b69 3798 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
de9bf29d 3799 netif_stop_queue(netdev);
ce594e98 3800 napi_disable(napi);
ac718b69 3801 netif_carrier_on(netdev);
aa2e0926 3802 rtl_start_rx(tp);
41cec84c 3803 napi_enable(&tp->napi);
de9bf29d 3804 netif_wake_queue(netdev);
3805 netif_info(tp, link, netdev, "carrier on\n");
2f25abe6 3806 } else if (netif_queue_stopped(netdev) &&
3807 skb_queue_len(&tp->tx_queue) < tp->tx_qlen) {
3808 netif_wake_queue(netdev);
ac718b69 3809 }
3810 } else {
51d979fa 3811 if (netif_carrier_ok(netdev)) {
ac718b69 3812 netif_carrier_off(netdev);
ce594e98 3813 napi_disable(napi);
c81229c9 3814 tp->rtl_ops.disable(tp);
ce594e98 3815 napi_enable(napi);
de9bf29d 3816 netif_info(tp, link, netdev, "carrier off\n");
ac718b69 3817 }
3818 }
ac718b69 3819}
3820
3821static void rtl_work_func_t(struct work_struct *work)
3822{
3823 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
3824
a1f83fee 3825 /* If the device is unplugged or !netif_running(), the workqueue
3826 * doesn't need to wake the device, and could return directly.
3827 */
3828 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
3829 return;
3830
9a4be1bd 3831 if (usb_autopm_get_interface(tp->intf) < 0)
3832 return;
3833
ac718b69 3834 if (!test_bit(WORK_ENABLE, &tp->flags))
3835 goto out1;
3836
b5403273 3837 if (!mutex_trylock(&tp->control)) {
3838 schedule_delayed_work(&tp->schedule, 0);
3839 goto out1;
3840 }
3841
216a8349 3842 if (test_and_clear_bit(RTL8152_LINK_CHG, &tp->flags))
40a82917 3843 set_carrier(tp);
ac718b69 3844
216a8349 3845 if (test_and_clear_bit(RTL8152_SET_RX_MODE, &tp->flags))
ac718b69 3846 _rtl8152_set_rx_mode(tp->netdev);
3847
d823ab68 3848 /* don't schedule napi before linking */
216a8349 3849 if (test_and_clear_bit(SCHEDULE_NAPI, &tp->flags) &&
3850 netif_carrier_ok(tp->netdev))
d823ab68 3851 napi_schedule(&tp->napi);
aa66a5f1 3852
b5403273 3853 mutex_unlock(&tp->control);
3854
ac718b69 3855out1:
9a4be1bd 3856 usb_autopm_put_interface(tp->intf);
ac718b69 3857}
3858
a028a9e0 3859static void rtl_hw_phy_work_func_t(struct work_struct *work)
3860{
3861 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work);
3862
3863 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3864 return;
3865
3866 if (usb_autopm_get_interface(tp->intf) < 0)
3867 return;
3868
3869 mutex_lock(&tp->control);
3870
3871 tp->rtl_ops.hw_phy_cfg(tp);
3872
aa7e26b6 3873 rtl8152_set_speed(tp, tp->autoneg, tp->speed, tp->duplex);
9d21c0d8 3874
a028a9e0 3875 mutex_unlock(&tp->control);
3876
3877 usb_autopm_put_interface(tp->intf);
3878}
3879
5ee3c60c 3880#ifdef CONFIG_PM_SLEEP
3881static int rtl_notifier(struct notifier_block *nb, unsigned long action,
3882 void *data)
3883{
3884 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier);
3885
3886 switch (action) {
3887 case PM_HIBERNATION_PREPARE:
3888 case PM_SUSPEND_PREPARE:
3889 usb_autopm_get_interface(tp->intf);
3890 break;
3891
3892 case PM_POST_HIBERNATION:
3893 case PM_POST_SUSPEND:
3894 usb_autopm_put_interface(tp->intf);
3895 break;
3896
3897 case PM_POST_RESTORE:
3898 case PM_RESTORE_PREPARE:
3899 default:
3900 break;
3901 }
3902
3903 return NOTIFY_DONE;
3904}
3905#endif
3906
ac718b69 3907static int rtl8152_open(struct net_device *netdev)
3908{
3909 struct r8152 *tp = netdev_priv(netdev);
3910 int res = 0;
3911
7e9da481 3912 res = alloc_all_mem(tp);
3913 if (res)
3914 goto out;
3915
9a4be1bd 3916 res = usb_autopm_get_interface(tp->intf);
ca0a7531
GR
3917 if (res < 0)
3918 goto out_free;
9a4be1bd 3919
b5403273 3920 mutex_lock(&tp->control);
3921
7e9da481 3922 tp->rtl_ops.up(tp);
3923
3d55f44f 3924 netif_carrier_off(netdev);
3925 netif_start_queue(netdev);
3926 set_bit(WORK_ENABLE, &tp->flags);
db8515ef 3927
40a82917 3928 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3929 if (res) {
3930 if (res == -ENODEV)
3931 netif_device_detach(tp->netdev);
4a8deae2
HW
3932 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3933 res);
ca0a7531 3934 goto out_unlock;
ac718b69 3935 }
ca0a7531 3936 napi_enable(&tp->napi);
ac718b69 3937
b5403273 3938 mutex_unlock(&tp->control);
3939
9a4be1bd 3940 usb_autopm_put_interface(tp->intf);
5ee3c60c 3941#ifdef CONFIG_PM_SLEEP
3942 tp->pm_notifier.notifier_call = rtl_notifier;
3943 register_pm_notifier(&tp->pm_notifier);
3944#endif
ca0a7531 3945 return 0;
ac718b69 3946
ca0a7531
GR
3947out_unlock:
3948 mutex_unlock(&tp->control);
3949 usb_autopm_put_interface(tp->intf);
3950out_free:
3951 free_all_mem(tp);
7e9da481 3952out:
ac718b69 3953 return res;
3954}
3955
3956static int rtl8152_close(struct net_device *netdev)
3957{
3958 struct r8152 *tp = netdev_priv(netdev);
3959 int res = 0;
3960
5ee3c60c 3961#ifdef CONFIG_PM_SLEEP
3962 unregister_pm_notifier(&tp->pm_notifier);
3963#endif
d823ab68 3964 napi_disable(&tp->napi);
ac718b69 3965 clear_bit(WORK_ENABLE, &tp->flags);
3d55f44f 3966 usb_kill_urb(tp->intr_urb);
ac718b69 3967 cancel_delayed_work_sync(&tp->schedule);
3968 netif_stop_queue(netdev);
9a4be1bd 3969
3970 res = usb_autopm_get_interface(tp->intf);
53543db5 3971 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
9a4be1bd 3972 rtl_drop_queued_tx(tp);
d823ab68 3973 rtl_stop_rx(tp);
9a4be1bd 3974 } else {
b5403273 3975 mutex_lock(&tp->control);
3976
9a4be1bd 3977 tp->rtl_ops.down(tp);
b5403273 3978
3979 mutex_unlock(&tp->control);
3980
9a4be1bd 3981 usb_autopm_put_interface(tp->intf);
3982 }
ac718b69 3983
7e9da481 3984 free_all_mem(tp);
3985
ac718b69 3986 return res;
3987}
3988
4f1d4d54 3989static void rtl_tally_reset(struct r8152 *tp)
3990{
3991 u32 ocp_data;
3992
3993 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3994 ocp_data |= TALLY_RESET;
3995 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3996}
3997
ac718b69 3998static void r8152b_init(struct r8152 *tp)
3999{
ebc2ec48 4000 u32 ocp_data;
2dd436da 4001 u16 data;
ac718b69 4002
6871438c 4003 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4004 return;
4005
2dd436da 4006 data = r8152_mdio_read(tp, MII_BMCR);
4007 if (data & BMCR_PDOWN) {
4008 data &= ~BMCR_PDOWN;
4009 r8152_mdio_write(tp, MII_BMCR, data);
4010 }
4011
cda9fb01 4012 r8152_aldps_en(tp, false);
d70b1137 4013
ac718b69 4014 if (tp->version == RTL_VER_01) {
4015 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
4016 ocp_data &= ~LED_MODE_MASK;
4017 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
4018 }
4019
00a5e360 4020 r8152_power_cut_en(tp, false);
ac718b69 4021
ac718b69 4022 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
4023 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
4024 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
4025 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
4026 ocp_data &= ~MCU_CLK_RATIO_MASK;
4027 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
4028 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
4029 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
4030 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
4031 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
4032
4f1d4d54 4033 rtl_tally_reset(tp);
ac718b69 4034
ebc2ec48 4035 /* enable rx aggregation */
ac718b69 4036 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
e90fba8d 4037 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
ac718b69 4038 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
4039}
4040
43779f8d 4041static void r8153_init(struct r8152 *tp)
4042{
4043 u32 ocp_data;
2dd436da 4044 u16 data;
43779f8d 4045 int i;
4046
6871438c 4047 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4048 return;
4049
b9702723 4050 r8153_u1u2en(tp, false);
43779f8d 4051
4052 for (i = 0; i < 500; i++) {
4053 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
4054 AUTOLOAD_DONE)
4055 break;
4056 msleep(20);
4057 }
4058
c564b871 4059 data = r8153_phy_status(tp, 0);
43779f8d 4060
2dd436da 4061 if (tp->version == RTL_VER_03 || tp->version == RTL_VER_04 ||
4062 tp->version == RTL_VER_05)
4063 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
4064
4065 data = r8152_mdio_read(tp, MII_BMCR);
4066 if (data & BMCR_PDOWN) {
4067 data &= ~BMCR_PDOWN;
4068 r8152_mdio_write(tp, MII_BMCR, data);
4069 }
4070
c564b871 4071 data = r8153_phy_status(tp, PHY_STAT_LAN_ON);
2dd436da 4072
b9702723 4073 r8153_u2p3en(tp, false);
43779f8d 4074
65bab84c 4075 if (tp->version == RTL_VER_04) {
4076 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2);
4077 ocp_data &= ~pwd_dn_scale_mask;
4078 ocp_data |= pwd_dn_scale(96);
4079 ocp_write_word(tp, MCU_TYPE_USB, USB_SSPHYLINK2, ocp_data);
4080
4081 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_USB2PHY);
4082 ocp_data |= USB2PHY_L1 | USB2PHY_SUSPEND;
4083 ocp_write_byte(tp, MCU_TYPE_USB, USB_USB2PHY, ocp_data);
4084 } else if (tp->version == RTL_VER_05) {
4085 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0);
4086 ocp_data &= ~ECM_ALDPS;
4087 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_DMY_REG0, ocp_data);
4088
fb02eb4a 4089 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
4090 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
4091 ocp_data &= ~DYNAMIC_BURST;
4092 else
4093 ocp_data |= DYNAMIC_BURST;
4094 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
4095 } else if (tp->version == RTL_VER_06) {
65bab84c 4096 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1);
4097 if (ocp_read_word(tp, MCU_TYPE_USB, USB_BURST_SIZE) == 0)
4098 ocp_data &= ~DYNAMIC_BURST;
4099 else
4100 ocp_data |= DYNAMIC_BURST;
4101 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY1, ocp_data);
4102 }
4103
4104 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2);
4105 ocp_data |= EP4_FULL_FC;
4106 ocp_write_byte(tp, MCU_TYPE_USB, USB_CSR_DUMMY2, ocp_data);
4107
43779f8d 4108 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
4109 ocp_data &= ~TIMER11_EN;
4110 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
4111
43779f8d 4112 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
4113 ocp_data &= ~LED_MODE_MASK;
4114 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
4115
65bab84c 4116 ocp_data = FIFO_EMPTY_1FB | ROK_EXIT_LPM;
2b84af94 4117 if (tp->version == RTL_VER_04 && tp->udev->speed < USB_SPEED_SUPER)
43779f8d 4118 ocp_data |= LPM_TIMER_500MS;
34203e25 4119 else
4120 ocp_data |= LPM_TIMER_500US;
43779f8d 4121 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
4122
4123 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
4124 ocp_data &= ~SEN_VAL_MASK;
4125 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
4126 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
4127
65bab84c 4128 ocp_write_word(tp, MCU_TYPE_USB, USB_CONNECT_TIMER, 0x0001);
4129
b9702723 4130 r8153_power_cut_en(tp, false);
4131 r8153_u1u2en(tp, true);
134f98bc 4132 r8153_mac_clk_spd(tp, false);
ee4761c1 4133 usb_enable_lpm(tp->udev);
43779f8d 4134
e31f6367 4135 /* rx aggregation */
4136 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
4137 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
0b165514
KHF
4138 if (test_bit(DELL_TB_RX_AGG_BUG, &tp->flags))
4139 ocp_data |= RX_AGG_DISABLE;
4140
e31f6367 4141 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
43779f8d 4142
4f1d4d54 4143 rtl_tally_reset(tp);
49d10347 4144
4145 switch (tp->udev->speed) {
4146 case USB_SPEED_SUPER:
4147 case USB_SPEED_SUPER_PLUS:
4148 tp->coalesce = COALESCE_SUPER;
4149 break;
4150 case USB_SPEED_HIGH:
4151 tp->coalesce = COALESCE_HIGH;
4152 break;
4153 default:
4154 tp->coalesce = COALESCE_SLOW;
4155 break;
4156 }
43779f8d 4157}
4158
65b82d69 4159static void r8153b_init(struct r8152 *tp)
4160{
4161 u32 ocp_data;
4162 u16 data;
4163 int i;
4164
4165 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4166 return;
4167
4168 r8153b_u1u2en(tp, false);
4169
4170 for (i = 0; i < 500; i++) {
4171 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
4172 AUTOLOAD_DONE)
4173 break;
4174 msleep(20);
4175 }
4176
4177 data = r8153_phy_status(tp, 0);
4178
4179 data = r8152_mdio_read(tp, MII_BMCR);
4180 if (data & BMCR_PDOWN) {
4181 data &= ~BMCR_PDOWN;
4182 r8152_mdio_write(tp, MII_BMCR, data);
4183 }
4184
4185 data = r8153_phy_status(tp, PHY_STAT_LAN_ON);
4186
4187 r8153_u2p3en(tp, false);
4188
4189 /* MSC timer = 0xfff * 8ms = 32760 ms */
4190 ocp_write_word(tp, MCU_TYPE_USB, USB_MSC_TIMER, 0x0fff);
4191
4192 /* U1/U2/L1 idle timer. 500 us */
4193 ocp_write_word(tp, MCU_TYPE_USB, USB_U1U2_TIMER, 500);
4194
4195 r8153b_power_cut_en(tp, false);
4196 r8153b_ups_en(tp, false);
4197 r8153b_queue_wake(tp, false);
4198 rtl_runtime_suspend_enable(tp, false);
4199 r8153b_u1u2en(tp, true);
4200 usb_enable_lpm(tp->udev);
4201
4202 /* MAC clock speed down */
4203 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2);
4204 ocp_data |= MAC_CLK_SPDWN_EN;
4205 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, ocp_data);
4206
4207 set_bit(GREEN_ETHERNET, &tp->flags);
4208
4209 /* rx aggregation */
4210 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
4211 ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
4212 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
4213
4214 rtl_tally_reset(tp);
4215
4216 tp->coalesce = 15000; /* 15 us */
4217}
4218
e501139a 4219static int rtl8152_pre_reset(struct usb_interface *intf)
4220{
4221 struct r8152 *tp = usb_get_intfdata(intf);
4222 struct net_device *netdev;
4223
4224 if (!tp)
4225 return 0;
4226
4227 netdev = tp->netdev;
4228 if (!netif_running(netdev))
4229 return 0;
4230
de9bf29d 4231 netif_stop_queue(netdev);
e501139a 4232 napi_disable(&tp->napi);
4233 clear_bit(WORK_ENABLE, &tp->flags);
4234 usb_kill_urb(tp->intr_urb);
4235 cancel_delayed_work_sync(&tp->schedule);
4236 if (netif_carrier_ok(netdev)) {
e501139a 4237 mutex_lock(&tp->control);
4238 tp->rtl_ops.disable(tp);
4239 mutex_unlock(&tp->control);
4240 }
4241
4242 return 0;
4243}
4244
4245static int rtl8152_post_reset(struct usb_interface *intf)
4246{
4247 struct r8152 *tp = usb_get_intfdata(intf);
4248 struct net_device *netdev;
4249
4250 if (!tp)
4251 return 0;
4252
4253 netdev = tp->netdev;
4254 if (!netif_running(netdev))
4255 return 0;
4256
4257 set_bit(WORK_ENABLE, &tp->flags);
4258 if (netif_carrier_ok(netdev)) {
4259 mutex_lock(&tp->control);
4260 tp->rtl_ops.enable(tp);
2c561b2b 4261 rtl_start_rx(tp);
e501139a 4262 rtl8152_set_rx_mode(netdev);
4263 mutex_unlock(&tp->control);
e501139a 4264 }
4265
4266 napi_enable(&tp->napi);
de9bf29d 4267 netif_wake_queue(netdev);
2c561b2b 4268 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
e501139a 4269
7489bdad 4270 if (!list_empty(&tp->rx_done))
4271 napi_schedule(&tp->napi);
e501139a 4272
4273 return 0;
43779f8d 4274}
4275
2dd49e0f 4276static bool delay_autosuspend(struct r8152 *tp)
4277{
4278 bool sw_linking = !!netif_carrier_ok(tp->netdev);
4279 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS);
4280
4281 /* This means a linking change occurs and the driver doesn't detect it,
4282 * yet. If the driver has disabled tx/rx and hw is linking on, the
4283 * device wouldn't wake up by receiving any packet.
4284 */
4285 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
4286 return true;
4287
4288 /* If the linking down is occurred by nway, the device may miss the
4289 * linking change event. And it wouldn't wake when linking on.
4290 */
4291 if (!sw_linking && tp->rtl_ops.in_nway(tp))
4292 return true;
6a0b76c0 4293 else if (!skb_queue_empty(&tp->tx_queue))
4294 return true;
2dd49e0f 4295 else
4296 return false;
4297}
4298
21cbd0ec 4299static int rtl8152_runtime_resume(struct r8152 *tp)
4300{
4301 struct net_device *netdev = tp->netdev;
4302
4303 if (netif_running(netdev) && netdev->flags & IFF_UP) {
4304 struct napi_struct *napi = &tp->napi;
4305
4306 tp->rtl_ops.autosuspend_en(tp, false);
4307 napi_disable(napi);
4308 set_bit(WORK_ENABLE, &tp->flags);
4309
4310 if (netif_carrier_ok(netdev)) {
4311 if (rtl8152_get_speed(tp) & LINK_STATUS) {
4312 rtl_start_rx(tp);
4313 } else {
4314 netif_carrier_off(netdev);
4315 tp->rtl_ops.disable(tp);
4316 netif_info(tp, link, netdev, "linking down\n");
4317 }
4318 }
4319
4320 napi_enable(napi);
4321 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
4322 smp_mb__after_atomic();
4323
4324 if (!list_empty(&tp->rx_done))
4325 napi_schedule(&tp->napi);
4326
4327 usb_submit_urb(tp->intr_urb, GFP_NOIO);
4328 } else {
4329 if (netdev->flags & IFF_UP)
4330 tp->rtl_ops.autosuspend_en(tp, false);
4331
4332 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
4333 }
4334
4335 return 0;
4336}
4337
4338static int rtl8152_system_resume(struct r8152 *tp)
4339{
4340 struct net_device *netdev = tp->netdev;
4341
4342 netif_device_attach(netdev);
4343
4344 if (netif_running(netdev) && netdev->flags & IFF_UP) {
4345 tp->rtl_ops.up(tp);
4346 netif_carrier_off(netdev);
4347 set_bit(WORK_ENABLE, &tp->flags);
4348 usb_submit_urb(tp->intr_urb, GFP_NOIO);
4349 }
4350
4351 return 0;
4352}
4353
a9c54ad2 4354static int rtl8152_runtime_suspend(struct r8152 *tp)
ac718b69 4355{
6cc69f2a 4356 struct net_device *netdev = tp->netdev;
4357 int ret = 0;
ac718b69 4358
26afec39 4359 set_bit(SELECTIVE_SUSPEND, &tp->flags);
4360 smp_mb__after_atomic();
4361
8fb28061 4362 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
75dc692e 4363 u32 rcr = 0;
4364
75dc692e 4365 if (netif_carrier_ok(netdev)) {
4366 u32 ocp_data;
4367
4368 rcr = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
4369 ocp_data = rcr & ~RCR_ACPT_ALL;
4370 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
4371 rxdy_gated_en(tp, true);
4372 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA,
4373 PLA_OOB_CTRL);
4374 if (!(ocp_data & RXFIFO_EMPTY)) {
4375 rxdy_gated_en(tp, false);
4376 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
26afec39 4377 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
4378 smp_mb__after_atomic();
75dc692e 4379 ret = -EBUSY;
4380 goto out1;
4381 }
4382 }
4383
8fb28061 4384 clear_bit(WORK_ENABLE, &tp->flags);
4385 usb_kill_urb(tp->intr_urb);
75dc692e 4386
8fb28061 4387 tp->rtl_ops.autosuspend_en(tp, true);
75dc692e 4388
4389 if (netif_carrier_ok(netdev)) {
ce594e98 4390 struct napi_struct *napi = &tp->napi;
4391
4392 napi_disable(napi);
75dc692e 4393 rtl_stop_rx(tp);
4394 rxdy_gated_en(tp, false);
4395 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr);
ce594e98 4396 napi_enable(napi);
75dc692e 4397 }
bd882982 4398
4399 if (delay_autosuspend(tp)) {
4400 rtl8152_runtime_resume(tp);
4401 ret = -EBUSY;
4402 }
6cc69f2a 4403 }
ac718b69 4404
8fb28061 4405out1:
4406 return ret;
4407}
4408
4409static int rtl8152_system_suspend(struct r8152 *tp)
4410{
4411 struct net_device *netdev = tp->netdev;
4412 int ret = 0;
4413
4414 netif_device_detach(netdev);
4415
e3bd1a81 4416 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
ce594e98 4417 struct napi_struct *napi = &tp->napi;
4418
ac718b69 4419 clear_bit(WORK_ENABLE, &tp->flags);
40a82917 4420 usb_kill_urb(tp->intr_urb);
ce594e98 4421 napi_disable(napi);
8fb28061 4422 cancel_delayed_work_sync(&tp->schedule);
4423 tp->rtl_ops.down(tp);
ce594e98 4424 napi_enable(napi);
ac718b69 4425 }
8fb28061 4426
4427 return ret;
4428}
4429
4430static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
4431{
4432 struct r8152 *tp = usb_get_intfdata(intf);
4433 int ret;
4434
4435 mutex_lock(&tp->control);
4436
4437 if (PMSG_IS_AUTO(message))
a9c54ad2 4438 ret = rtl8152_runtime_suspend(tp);
8fb28061 4439 else
4440 ret = rtl8152_system_suspend(tp);
4441
b5403273 4442 mutex_unlock(&tp->control);
4443
6cc69f2a 4444 return ret;
ac718b69 4445}
4446
4447static int rtl8152_resume(struct usb_interface *intf)
4448{
4449 struct r8152 *tp = usb_get_intfdata(intf);
21cbd0ec 4450 int ret;
ac718b69 4451
b5403273 4452 mutex_lock(&tp->control);
4453
21cbd0ec 4454 if (test_bit(SELECTIVE_SUSPEND, &tp->flags))
4455 ret = rtl8152_runtime_resume(tp);
4456 else
4457 ret = rtl8152_system_resume(tp);
ac718b69 4458
b5403273 4459 mutex_unlock(&tp->control);
4460
21cbd0ec 4461 return ret;
ac718b69 4462}
4463
7ec2541a 4464static int rtl8152_reset_resume(struct usb_interface *intf)
4465{
4466 struct r8152 *tp = usb_get_intfdata(intf);
4467
4468 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
befb2de1 4469 mutex_lock(&tp->control);
4470 tp->rtl_ops.init(tp);
4471 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
4472 mutex_unlock(&tp->control);
7ec2541a 4473 return rtl8152_resume(intf);
4474}
4475
21ff2e89 4476static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
4477{
4478 struct r8152 *tp = netdev_priv(dev);
4479
9a4be1bd 4480 if (usb_autopm_get_interface(tp->intf) < 0)
4481 return;
4482
7daed8dc 4483 if (!rtl_can_wakeup(tp)) {
4484 wol->supported = 0;
4485 wol->wolopts = 0;
4486 } else {
4487 mutex_lock(&tp->control);
4488 wol->supported = WAKE_ANY;
4489 wol->wolopts = __rtl_get_wol(tp);
4490 mutex_unlock(&tp->control);
4491 }
b5403273 4492
9a4be1bd 4493 usb_autopm_put_interface(tp->intf);
21ff2e89 4494}
4495
4496static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
4497{
4498 struct r8152 *tp = netdev_priv(dev);
9a4be1bd 4499 int ret;
4500
7daed8dc 4501 if (!rtl_can_wakeup(tp))
4502 return -EOPNOTSUPP;
4503
9a4be1bd 4504 ret = usb_autopm_get_interface(tp->intf);
4505 if (ret < 0)
4506 goto out_set_wol;
21ff2e89 4507
b5403273 4508 mutex_lock(&tp->control);
4509
21ff2e89 4510 __rtl_set_wol(tp, wol->wolopts);
4511 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
4512
b5403273 4513 mutex_unlock(&tp->control);
4514
9a4be1bd 4515 usb_autopm_put_interface(tp->intf);
4516
4517out_set_wol:
4518 return ret;
21ff2e89 4519}
4520
a5ec27c1 4521static u32 rtl8152_get_msglevel(struct net_device *dev)
4522{
4523 struct r8152 *tp = netdev_priv(dev);
4524
4525 return tp->msg_enable;
4526}
4527
4528static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
4529{
4530 struct r8152 *tp = netdev_priv(dev);
4531
4532 tp->msg_enable = value;
4533}
4534
ac718b69 4535static void rtl8152_get_drvinfo(struct net_device *netdev,
4536 struct ethtool_drvinfo *info)
4537{
4538 struct r8152 *tp = netdev_priv(netdev);
4539
b0b46c77 4540 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
4541 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
ac718b69 4542 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
4543}
4544
4545static
06144dcf
PR
4546int rtl8152_get_link_ksettings(struct net_device *netdev,
4547 struct ethtool_link_ksettings *cmd)
ac718b69 4548{
4549 struct r8152 *tp = netdev_priv(netdev);
8d4a4d72 4550 int ret;
ac718b69 4551
4552 if (!tp->mii.mdio_read)
4553 return -EOPNOTSUPP;
4554
8d4a4d72 4555 ret = usb_autopm_get_interface(tp->intf);
4556 if (ret < 0)
4557 goto out;
4558
b5403273 4559 mutex_lock(&tp->control);
4560
82c01a84 4561 mii_ethtool_get_link_ksettings(&tp->mii, cmd);
8d4a4d72 4562
b5403273 4563 mutex_unlock(&tp->control);
4564
8d4a4d72 4565 usb_autopm_put_interface(tp->intf);
4566
4567out:
4568 return ret;
ac718b69 4569}
4570
06144dcf
PR
4571static int rtl8152_set_link_ksettings(struct net_device *dev,
4572 const struct ethtool_link_ksettings *cmd)
ac718b69 4573{
4574 struct r8152 *tp = netdev_priv(dev);
9a4be1bd 4575 int ret;
4576
4577 ret = usb_autopm_get_interface(tp->intf);
4578 if (ret < 0)
4579 goto out;
ac718b69 4580
b5403273 4581 mutex_lock(&tp->control);
4582
06144dcf
PR
4583 ret = rtl8152_set_speed(tp, cmd->base.autoneg, cmd->base.speed,
4584 cmd->base.duplex);
aa7e26b6 4585 if (!ret) {
06144dcf
PR
4586 tp->autoneg = cmd->base.autoneg;
4587 tp->speed = cmd->base.speed;
4588 tp->duplex = cmd->base.duplex;
aa7e26b6 4589 }
9a4be1bd 4590
b5403273 4591 mutex_unlock(&tp->control);
4592
9a4be1bd 4593 usb_autopm_put_interface(tp->intf);
4594
4595out:
4596 return ret;
ac718b69 4597}
4598
4f1d4d54 4599static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
4600 "tx_packets",
4601 "rx_packets",
4602 "tx_errors",
4603 "rx_errors",
4604 "rx_missed",
4605 "align_errors",
4606 "tx_single_collisions",
4607 "tx_multi_collisions",
4608 "rx_unicast",
4609 "rx_broadcast",
4610 "rx_multicast",
4611 "tx_aborted",
4612 "tx_underrun",
4613};
4614
4615static int rtl8152_get_sset_count(struct net_device *dev, int sset)
4616{
4617 switch (sset) {
4618 case ETH_SS_STATS:
4619 return ARRAY_SIZE(rtl8152_gstrings);
4620 default:
4621 return -EOPNOTSUPP;
4622 }
4623}
4624
4625static void rtl8152_get_ethtool_stats(struct net_device *dev,
4626 struct ethtool_stats *stats, u64 *data)
4627{
4628 struct r8152 *tp = netdev_priv(dev);
4629 struct tally_counter tally;
4630
0b030244 4631 if (usb_autopm_get_interface(tp->intf) < 0)
4632 return;
4633
4f1d4d54 4634 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
4635
0b030244 4636 usb_autopm_put_interface(tp->intf);
4637
4f1d4d54 4638 data[0] = le64_to_cpu(tally.tx_packets);
4639 data[1] = le64_to_cpu(tally.rx_packets);
4640 data[2] = le64_to_cpu(tally.tx_errors);
4641 data[3] = le32_to_cpu(tally.rx_errors);
4642 data[4] = le16_to_cpu(tally.rx_missed);
4643 data[5] = le16_to_cpu(tally.align_errors);
4644 data[6] = le32_to_cpu(tally.tx_one_collision);
4645 data[7] = le32_to_cpu(tally.tx_multi_collision);
4646 data[8] = le64_to_cpu(tally.rx_unicast);
4647 data[9] = le64_to_cpu(tally.rx_broadcast);
4648 data[10] = le32_to_cpu(tally.rx_multicast);
4649 data[11] = le16_to_cpu(tally.tx_aborted);
f37119c5 4650 data[12] = le16_to_cpu(tally.tx_underrun);
4f1d4d54 4651}
4652
4653static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
4654{
4655 switch (stringset) {
4656 case ETH_SS_STATS:
4657 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
4658 break;
4659 }
4660}
4661
df35d283 4662static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
4663{
4664 u32 ocp_data, lp, adv, supported = 0;
4665 u16 val;
4666
4667 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
4668 supported = mmd_eee_cap_to_ethtool_sup_t(val);
4669
4670 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
4671 adv = mmd_eee_adv_to_ethtool_adv_t(val);
4672
4673 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
4674 lp = mmd_eee_adv_to_ethtool_adv_t(val);
4675
4676 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4677 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4678
4679 eee->eee_enabled = !!ocp_data;
4680 eee->eee_active = !!(supported & adv & lp);
4681 eee->supported = supported;
4682 eee->advertised = adv;
4683 eee->lp_advertised = lp;
4684
4685 return 0;
4686}
4687
4688static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4689{
4690 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4691
4692 r8152_eee_en(tp, eee->eee_enabled);
4693
4694 if (!eee->eee_enabled)
4695 val = 0;
4696
4697 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
4698
4699 return 0;
4700}
4701
4702static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
4703{
4704 u32 ocp_data, lp, adv, supported = 0;
4705 u16 val;
4706
4707 val = ocp_reg_read(tp, OCP_EEE_ABLE);
4708 supported = mmd_eee_cap_to_ethtool_sup_t(val);
4709
4710 val = ocp_reg_read(tp, OCP_EEE_ADV);
4711 adv = mmd_eee_adv_to_ethtool_adv_t(val);
4712
4713 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
4714 lp = mmd_eee_adv_to_ethtool_adv_t(val);
4715
4716 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
4717 ocp_data &= EEE_RX_EN | EEE_TX_EN;
4718
4719 eee->eee_enabled = !!ocp_data;
4720 eee->eee_active = !!(supported & adv & lp);
4721 eee->supported = supported;
4722 eee->advertised = adv;
4723 eee->lp_advertised = lp;
4724
4725 return 0;
4726}
4727
4728static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4729{
4730 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4731
4732 r8153_eee_en(tp, eee->eee_enabled);
4733
4734 if (!eee->eee_enabled)
4735 val = 0;
4736
4737 ocp_reg_write(tp, OCP_EEE_ADV, val);
4738
4739 return 0;
4740}
4741
65b82d69 4742static int r8153b_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
4743{
4744 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
4745
4746 r8153b_eee_en(tp, eee->eee_enabled);
4747
4748 if (!eee->eee_enabled)
4749 val = 0;
4750
4751 ocp_reg_write(tp, OCP_EEE_ADV, val);
4752
4753 return 0;
4754}
4755
df35d283 4756static int
4757rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
4758{
4759 struct r8152 *tp = netdev_priv(net);
4760 int ret;
4761
4762 ret = usb_autopm_get_interface(tp->intf);
4763 if (ret < 0)
4764 goto out;
4765
b5403273 4766 mutex_lock(&tp->control);
4767
df35d283 4768 ret = tp->rtl_ops.eee_get(tp, edata);
4769
b5403273 4770 mutex_unlock(&tp->control);
4771
df35d283 4772 usb_autopm_put_interface(tp->intf);
4773
4774out:
4775 return ret;
4776}
4777
4778static int
4779rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
4780{
4781 struct r8152 *tp = netdev_priv(net);
4782 int ret;
4783
4784 ret = usb_autopm_get_interface(tp->intf);
4785 if (ret < 0)
4786 goto out;
4787
b5403273 4788 mutex_lock(&tp->control);
4789
df35d283 4790 ret = tp->rtl_ops.eee_set(tp, edata);
9d31a7b9 4791 if (!ret)
4792 ret = mii_nway_restart(&tp->mii);
df35d283 4793
b5403273 4794 mutex_unlock(&tp->control);
4795
df35d283 4796 usb_autopm_put_interface(tp->intf);
4797
4798out:
4799 return ret;
4800}
4801
8884f507 4802static int rtl8152_nway_reset(struct net_device *dev)
4803{
4804 struct r8152 *tp = netdev_priv(dev);
4805 int ret;
4806
4807 ret = usb_autopm_get_interface(tp->intf);
4808 if (ret < 0)
4809 goto out;
4810
4811 mutex_lock(&tp->control);
4812
4813 ret = mii_nway_restart(&tp->mii);
4814
4815 mutex_unlock(&tp->control);
4816
4817 usb_autopm_put_interface(tp->intf);
4818
4819out:
4820 return ret;
4821}
4822
efb3dd88 4823static int rtl8152_get_coalesce(struct net_device *netdev,
4824 struct ethtool_coalesce *coalesce)
4825{
4826 struct r8152 *tp = netdev_priv(netdev);
4827
4828 switch (tp->version) {
4829 case RTL_VER_01:
4830 case RTL_VER_02:
c27b32c2 4831 case RTL_VER_07:
efb3dd88 4832 return -EOPNOTSUPP;
4833 default:
4834 break;
4835 }
4836
4837 coalesce->rx_coalesce_usecs = tp->coalesce;
4838
4839 return 0;
4840}
4841
4842static int rtl8152_set_coalesce(struct net_device *netdev,
4843 struct ethtool_coalesce *coalesce)
4844{
4845 struct r8152 *tp = netdev_priv(netdev);
4846 int ret;
4847
4848 switch (tp->version) {
4849 case RTL_VER_01:
4850 case RTL_VER_02:
c27b32c2 4851 case RTL_VER_07:
efb3dd88 4852 return -EOPNOTSUPP;
4853 default:
4854 break;
4855 }
4856
4857 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW)
4858 return -EINVAL;
4859
4860 ret = usb_autopm_get_interface(tp->intf);
4861 if (ret < 0)
4862 return ret;
4863
4864 mutex_lock(&tp->control);
4865
4866 if (tp->coalesce != coalesce->rx_coalesce_usecs) {
4867 tp->coalesce = coalesce->rx_coalesce_usecs;
4868
4869 if (netif_running(tp->netdev) && netif_carrier_ok(netdev))
4870 r8153_set_rx_early_timeout(tp);
4871 }
4872
4873 mutex_unlock(&tp->control);
4874
4875 usb_autopm_put_interface(tp->intf);
4876
4877 return ret;
4878}
4879
407a471d 4880static const struct ethtool_ops ops = {
ac718b69 4881 .get_drvinfo = rtl8152_get_drvinfo,
ac718b69 4882 .get_link = ethtool_op_get_link,
8884f507 4883 .nway_reset = rtl8152_nway_reset,
a5ec27c1 4884 .get_msglevel = rtl8152_get_msglevel,
4885 .set_msglevel = rtl8152_set_msglevel,
21ff2e89 4886 .get_wol = rtl8152_get_wol,
4887 .set_wol = rtl8152_set_wol,
4f1d4d54 4888 .get_strings = rtl8152_get_strings,
4889 .get_sset_count = rtl8152_get_sset_count,
4890 .get_ethtool_stats = rtl8152_get_ethtool_stats,
efb3dd88 4891 .get_coalesce = rtl8152_get_coalesce,
4892 .set_coalesce = rtl8152_set_coalesce,
df35d283 4893 .get_eee = rtl_ethtool_get_eee,
4894 .set_eee = rtl_ethtool_set_eee,
06144dcf
PR
4895 .get_link_ksettings = rtl8152_get_link_ksettings,
4896 .set_link_ksettings = rtl8152_set_link_ksettings,
ac718b69 4897};
4898
4899static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
4900{
4901 struct r8152 *tp = netdev_priv(netdev);
4902 struct mii_ioctl_data *data = if_mii(rq);
9a4be1bd 4903 int res;
4904
6871438c 4905 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4906 return -ENODEV;
4907
9a4be1bd 4908 res = usb_autopm_get_interface(tp->intf);
4909 if (res < 0)
4910 goto out;
ac718b69 4911
4912 switch (cmd) {
4913 case SIOCGMIIPHY:
4914 data->phy_id = R8152_PHY_ID; /* Internal PHY */
4915 break;
4916
4917 case SIOCGMIIREG:
b5403273 4918 mutex_lock(&tp->control);
ac718b69 4919 data->val_out = r8152_mdio_read(tp, data->reg_num);
b5403273 4920 mutex_unlock(&tp->control);
ac718b69 4921 break;
4922
4923 case SIOCSMIIREG:
4924 if (!capable(CAP_NET_ADMIN)) {
4925 res = -EPERM;
4926 break;
4927 }
b5403273 4928 mutex_lock(&tp->control);
ac718b69 4929 r8152_mdio_write(tp, data->reg_num, data->val_in);
b5403273 4930 mutex_unlock(&tp->control);
ac718b69 4931 break;
4932
4933 default:
4934 res = -EOPNOTSUPP;
4935 }
4936
9a4be1bd 4937 usb_autopm_put_interface(tp->intf);
4938
4939out:
ac718b69 4940 return res;
4941}
4942
69b4b7a4 4943static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
4944{
4945 struct r8152 *tp = netdev_priv(dev);
396e2e23 4946 int ret;
69b4b7a4 4947
4948 switch (tp->version) {
4949 case RTL_VER_01:
4950 case RTL_VER_02:
c27b32c2 4951 case RTL_VER_07:
a52ad514
JW
4952 dev->mtu = new_mtu;
4953 return 0;
69b4b7a4 4954 default:
4955 break;
4956 }
4957
396e2e23 4958 ret = usb_autopm_get_interface(tp->intf);
4959 if (ret < 0)
4960 return ret;
4961
4962 mutex_lock(&tp->control);
4963
69b4b7a4 4964 dev->mtu = new_mtu;
4965
210c4f70 4966 if (netif_running(dev)) {
b65c0c9b 4967 u32 rms = new_mtu + VLAN_ETH_HLEN + ETH_FCS_LEN;
210c4f70 4968
4969 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms);
4970
4971 if (netif_carrier_ok(dev))
4972 r8153_set_rx_early_size(tp);
4973 }
396e2e23 4974
4975 mutex_unlock(&tp->control);
4976
4977 usb_autopm_put_interface(tp->intf);
4978
4979 return ret;
69b4b7a4 4980}
4981
ac718b69 4982static const struct net_device_ops rtl8152_netdev_ops = {
4983 .ndo_open = rtl8152_open,
4984 .ndo_stop = rtl8152_close,
4985 .ndo_do_ioctl = rtl8152_ioctl,
4986 .ndo_start_xmit = rtl8152_start_xmit,
4987 .ndo_tx_timeout = rtl8152_tx_timeout,
c5554298 4988 .ndo_set_features = rtl8152_set_features,
ac718b69 4989 .ndo_set_rx_mode = rtl8152_set_rx_mode,
4990 .ndo_set_mac_address = rtl8152_set_mac_address,
69b4b7a4 4991 .ndo_change_mtu = rtl8152_change_mtu,
ac718b69 4992 .ndo_validate_addr = eth_validate_addr,
a5e31255 4993 .ndo_features_check = rtl8152_features_check,
ac718b69 4994};
4995
e3fe0b1a 4996static void rtl8152_unload(struct r8152 *tp)
4997{
6871438c 4998 if (test_bit(RTL8152_UNPLUG, &tp->flags))
4999 return;
5000
00a5e360 5001 if (tp->version != RTL_VER_01)
5002 r8152_power_cut_en(tp, true);
e3fe0b1a 5003}
5004
43779f8d 5005static void rtl8153_unload(struct r8152 *tp)
5006{
6871438c 5007 if (test_bit(RTL8152_UNPLUG, &tp->flags))
5008 return;
5009
49be1723 5010 r8153_power_cut_en(tp, false);
43779f8d 5011}
5012
65b82d69 5013static void rtl8153b_unload(struct r8152 *tp)
5014{
5015 if (test_bit(RTL8152_UNPLUG, &tp->flags))
5016 return;
5017
5018 r8153b_power_cut_en(tp, false);
5019}
5020
55b65475 5021static int rtl_ops_init(struct r8152 *tp)
c81229c9 5022{
5023 struct rtl_ops *ops = &tp->rtl_ops;
55b65475 5024 int ret = 0;
5025
5026 switch (tp->version) {
5027 case RTL_VER_01:
5028 case RTL_VER_02:
c27b32c2 5029 case RTL_VER_07:
55b65475 5030 ops->init = r8152b_init;
5031 ops->enable = rtl8152_enable;
5032 ops->disable = rtl8152_disable;
5033 ops->up = rtl8152_up;
5034 ops->down = rtl8152_down;
5035 ops->unload = rtl8152_unload;
5036 ops->eee_get = r8152_get_eee;
5037 ops->eee_set = r8152_set_eee;
2dd49e0f 5038 ops->in_nway = rtl8152_in_nway;
a028a9e0 5039 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
2609af19 5040 ops->autosuspend_en = rtl_runtime_suspend_enable;
43779f8d 5041 break;
5042
55b65475 5043 case RTL_VER_03:
5044 case RTL_VER_04:
5045 case RTL_VER_05:
fb02eb4a 5046 case RTL_VER_06:
55b65475 5047 ops->init = r8153_init;
5048 ops->enable = rtl8153_enable;
5049 ops->disable = rtl8153_disable;
5050 ops->up = rtl8153_up;
5051 ops->down = rtl8153_down;
5052 ops->unload = rtl8153_unload;
5053 ops->eee_get = r8153_get_eee;
5054 ops->eee_set = r8153_set_eee;
2dd49e0f 5055 ops->in_nway = rtl8153_in_nway;
a028a9e0 5056 ops->hw_phy_cfg = r8153_hw_phy_cfg;
2609af19 5057 ops->autosuspend_en = rtl8153_runtime_enable;
c81229c9 5058 break;
5059
65b82d69 5060 case RTL_VER_08:
5061 case RTL_VER_09:
5062 ops->init = r8153b_init;
5063 ops->enable = rtl8153_enable;
5064 ops->disable = rtl8153b_disable;
5065 ops->up = rtl8153b_up;
5066 ops->down = rtl8153b_down;
5067 ops->unload = rtl8153b_unload;
5068 ops->eee_get = r8153_get_eee;
5069 ops->eee_set = r8153b_set_eee;
5070 ops->in_nway = rtl8153_in_nway;
5071 ops->hw_phy_cfg = r8153b_hw_phy_cfg;
5072 ops->autosuspend_en = rtl8153b_runtime_enable;
5073 break;
5074
c81229c9 5075 default:
55b65475 5076 ret = -ENODEV;
5077 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
c81229c9 5078 break;
5079 }
5080
5081 return ret;
5082}
5083
33928eed 5084static u8 rtl_get_version(struct usb_interface *intf)
5085{
5086 struct usb_device *udev = interface_to_usbdev(intf);
5087 u32 ocp_data = 0;
5088 __le32 *tmp;
5089 u8 version;
5090 int ret;
5091
5092 tmp = kmalloc(sizeof(*tmp), GFP_KERNEL);
5093 if (!tmp)
5094 return 0;
5095
5096 ret = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
5097 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
5098 PLA_TCR0, MCU_TYPE_PLA, tmp, sizeof(*tmp), 500);
5099 if (ret > 0)
5100 ocp_data = (__le32_to_cpu(*tmp) >> 16) & VERSION_MASK;
5101
5102 kfree(tmp);
5103
5104 switch (ocp_data) {
5105 case 0x4c00:
5106 version = RTL_VER_01;
5107 break;
5108 case 0x4c10:
5109 version = RTL_VER_02;
5110 break;
5111 case 0x5c00:
5112 version = RTL_VER_03;
5113 break;
5114 case 0x5c10:
5115 version = RTL_VER_04;
5116 break;
5117 case 0x5c20:
5118 version = RTL_VER_05;
5119 break;
5120 case 0x5c30:
5121 version = RTL_VER_06;
5122 break;
c27b32c2 5123 case 0x4800:
5124 version = RTL_VER_07;
5125 break;
65b82d69 5126 case 0x6000:
5127 version = RTL_VER_08;
5128 break;
5129 case 0x6010:
5130 version = RTL_VER_09;
5131 break;
33928eed 5132 default:
5133 version = RTL_VER_UNKNOWN;
5134 dev_info(&intf->dev, "Unknown version 0x%04x\n", ocp_data);
5135 break;
5136 }
5137
eb3c28c1
ON
5138 dev_dbg(&intf->dev, "Detected version 0x%04x\n", version);
5139
33928eed 5140 return version;
5141}
5142
ac718b69 5143static int rtl8152_probe(struct usb_interface *intf,
5144 const struct usb_device_id *id)
5145{
5146 struct usb_device *udev = interface_to_usbdev(intf);
33928eed 5147 u8 version = rtl_get_version(intf);
ac718b69 5148 struct r8152 *tp;
5149 struct net_device *netdev;
ebc2ec48 5150 int ret;
ac718b69 5151
33928eed 5152 if (version == RTL_VER_UNKNOWN)
5153 return -ENODEV;
5154
10c32717 5155 if (udev->actconfig->desc.bConfigurationValue != 1) {
5156 usb_driver_set_configuration(udev, 1);
5157 return -ENODEV;
5158 }
5159
5160 usb_reset_device(udev);
ac718b69 5161 netdev = alloc_etherdev(sizeof(struct r8152));
5162 if (!netdev) {
4a8deae2 5163 dev_err(&intf->dev, "Out of memory\n");
ac718b69 5164 return -ENOMEM;
5165 }
5166
ebc2ec48 5167 SET_NETDEV_DEV(netdev, &intf->dev);
ac718b69 5168 tp = netdev_priv(netdev);
5169 tp->msg_enable = 0x7FFF;
5170
e3ad412a 5171 tp->udev = udev;
5172 tp->netdev = netdev;
5173 tp->intf = intf;
33928eed 5174 tp->version = version;
5175
5176 switch (version) {
5177 case RTL_VER_01:
5178 case RTL_VER_02:
c27b32c2 5179 case RTL_VER_07:
33928eed 5180 tp->mii.supports_gmii = 0;
5181 break;
5182 default:
5183 tp->mii.supports_gmii = 1;
5184 break;
5185 }
e3ad412a 5186
55b65475 5187 ret = rtl_ops_init(tp);
31ca1dec 5188 if (ret)
5189 goto out;
c81229c9 5190
b5403273 5191 mutex_init(&tp->control);
ac718b69 5192 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
a028a9e0 5193 INIT_DELAYED_WORK(&tp->hw_phy_work, rtl_hw_phy_work_func_t);
ac718b69 5194
ac718b69 5195 netdev->netdev_ops = &rtl8152_netdev_ops;
5196 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
5bd23881 5197
60c89071 5198 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
6128d1bb 5199 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
c5554298 5200 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
5201 NETIF_F_HW_VLAN_CTAG_TX;
60c89071 5202 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
6128d1bb 5203 NETIF_F_TSO | NETIF_F_FRAGLIST |
c5554298 5204 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
ccc39faf 5205 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
c5554298 5206 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
5207 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
5208 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
db8515ef 5209
19c0f40d 5210 if (tp->version == RTL_VER_01) {
5211 netdev->features &= ~NETIF_F_RXCSUM;
5212 netdev->hw_features &= ~NETIF_F_RXCSUM;
5213 }
5214
0b165514
KHF
5215 if (le16_to_cpu(udev->descriptor.bcdDevice) == 0x3011 &&
5216 udev->serial && !strcmp(udev->serial, "000001000000")) {
5217 dev_info(&udev->dev, "Dell TB16 Dock, disable RX aggregation");
5218 set_bit(DELL_TB_RX_AGG_BUG, &tp->flags);
5219 }
5220
7ad24ea4 5221 netdev->ethtool_ops = &ops;
60c89071 5222 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
ac718b69 5223
f77f0aee
JW
5224 /* MTU range: 68 - 1500 or 9194 */
5225 netdev->min_mtu = ETH_MIN_MTU;
5226 switch (tp->version) {
5227 case RTL_VER_01:
5228 case RTL_VER_02:
5229 netdev->max_mtu = ETH_DATA_LEN;
5230 break;
5231 default:
5232 netdev->max_mtu = RTL8153_MAX_MTU;
5233 break;
5234 }
5235
ac718b69 5236 tp->mii.dev = netdev;
5237 tp->mii.mdio_read = read_mii_word;
5238 tp->mii.mdio_write = write_mii_word;
5239 tp->mii.phy_id_mask = 0x3f;
5240 tp->mii.reg_num_mask = 0x1f;
5241 tp->mii.phy_id = R8152_PHY_ID;
ac718b69 5242
aa7e26b6 5243 tp->autoneg = AUTONEG_ENABLE;
5244 tp->speed = tp->mii.supports_gmii ? SPEED_1000 : SPEED_100;
5245 tp->duplex = DUPLEX_FULL;
5246
9a4be1bd 5247 intf->needs_remote_wakeup = 1;
5248
c81229c9 5249 tp->rtl_ops.init(tp);
a028a9e0 5250 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0);
ac718b69 5251 set_ethernet_addr(tp);
5252
ac718b69 5253 usb_set_intfdata(intf, tp);
d823ab68 5254 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
ac718b69 5255
ebc2ec48 5256 ret = register_netdev(netdev);
5257 if (ret != 0) {
4a8deae2 5258 netif_err(tp, probe, netdev, "couldn't register the device\n");
ebc2ec48 5259 goto out1;
ac718b69 5260 }
5261
7daed8dc 5262 if (!rtl_can_wakeup(tp))
5263 __rtl_set_wol(tp, 0);
5264
21ff2e89 5265 tp->saved_wolopts = __rtl_get_wol(tp);
5266 if (tp->saved_wolopts)
5267 device_set_wakeup_enable(&udev->dev, true);
5268 else
5269 device_set_wakeup_enable(&udev->dev, false);
5270
4a8deae2 5271 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
ac718b69 5272
5273 return 0;
5274
ac718b69 5275out1:
d823ab68 5276 netif_napi_del(&tp->napi);
ebc2ec48 5277 usb_set_intfdata(intf, NULL);
ac718b69 5278out:
5279 free_netdev(netdev);
ebc2ec48 5280 return ret;
ac718b69 5281}
5282
ac718b69 5283static void rtl8152_disconnect(struct usb_interface *intf)
5284{
5285 struct r8152 *tp = usb_get_intfdata(intf);
5286
5287 usb_set_intfdata(intf, NULL);
5288 if (tp) {
f561de33 5289 struct usb_device *udev = tp->udev;
5290
5291 if (udev->state == USB_STATE_NOTATTACHED)
5292 set_bit(RTL8152_UNPLUG, &tp->flags);
5293
d823ab68 5294 netif_napi_del(&tp->napi);
ac718b69 5295 unregister_netdev(tp->netdev);
a028a9e0 5296 cancel_delayed_work_sync(&tp->hw_phy_work);
c81229c9 5297 tp->rtl_ops.unload(tp);
ac718b69 5298 free_netdev(tp->netdev);
5299 }
5300}
5301
d9a28c5b 5302#define REALTEK_USB_DEVICE(vend, prod) \
5303 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
5304 USB_DEVICE_ID_MATCH_INT_CLASS, \
5305 .idVendor = (vend), \
5306 .idProduct = (prod), \
5307 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
5308}, \
5309{ \
5310 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
5311 USB_DEVICE_ID_MATCH_DEVICE, \
5312 .idVendor = (vend), \
5313 .idProduct = (prod), \
5314 .bInterfaceClass = USB_CLASS_COMM, \
5315 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
5316 .bInterfaceProtocol = USB_CDC_PROTO_NONE
5317
ac718b69 5318/* table of devices that work with this driver */
9b4355fb 5319static const struct usb_device_id rtl8152_table[] = {
c27b32c2 5320 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8050)},
d9a28c5b 5321 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
5322 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
d5b07ccc
RR
5323 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab)},
5324 {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6)},
d9a28c5b 5325 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
1006da19 5326 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
d248cafc 5327 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3062)},
5328 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3069)},
5329 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
5330 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x720c)},
5331 {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
90841047 5332 {REALTEK_USB_DEVICE(VENDOR_ID_LINKSYS, 0x0041)},
d065c3c1 5333 {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
9d11b066 5334 {REALTEK_USB_DEVICE(VENDOR_ID_TPLINK, 0x0601)},
ac718b69 5335 {}
5336};
5337
5338MODULE_DEVICE_TABLE(usb, rtl8152_table);
5339
5340static struct usb_driver rtl8152_driver = {
5341 .name = MODULENAME,
ebc2ec48 5342 .id_table = rtl8152_table,
ac718b69 5343 .probe = rtl8152_probe,
5344 .disconnect = rtl8152_disconnect,
ac718b69 5345 .suspend = rtl8152_suspend,
ebc2ec48 5346 .resume = rtl8152_resume,
7ec2541a 5347 .reset_resume = rtl8152_reset_resume,
e501139a 5348 .pre_reset = rtl8152_pre_reset,
5349 .post_reset = rtl8152_post_reset,
9a4be1bd 5350 .supports_autosuspend = 1,
a634782f 5351 .disable_hub_initiated_lpm = 1,
ac718b69 5352};
5353
b4236daa 5354module_usb_driver(rtl8152_driver);
ac718b69 5355
5356MODULE_AUTHOR(DRIVER_AUTHOR);
5357MODULE_DESCRIPTION(DRIVER_DESC);
5358MODULE_LICENSE("GPL");
c961e877 5359MODULE_VERSION(DRIVER_VERSION);