r8152: check RTL8152_UNPLUG for rtl8152_close
[deliverable/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>
ac718b69 28
29/* Version Information */
d823ab68 30#define DRIVER_VERSION "v1.08.0 (2015/01/13)"
ac718b69 31#define DRIVER_AUTHOR "Realtek linux nic maintainers <nic_swsd@realtek.com>"
44d942a9 32#define DRIVER_DESC "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"
ac718b69 33#define MODULENAME "r8152"
34
35#define R8152_PHY_ID 32
36
37#define PLA_IDR 0xc000
38#define PLA_RCR 0xc010
39#define PLA_RMS 0xc016
40#define PLA_RXFIFO_CTRL0 0xc0a0
41#define PLA_RXFIFO_CTRL1 0xc0a4
42#define PLA_RXFIFO_CTRL2 0xc0a8
43#define PLA_FMC 0xc0b4
44#define PLA_CFG_WOL 0xc0b6
43779f8d 45#define PLA_TEREDO_CFG 0xc0bc
ac718b69 46#define PLA_MAR 0xcd00
43779f8d 47#define PLA_BACKUP 0xd000
ac718b69 48#define PAL_BDC_CR 0xd1a0
43779f8d 49#define PLA_TEREDO_TIMER 0xd2cc
50#define PLA_REALWOW_TIMER 0xd2e8
ac718b69 51#define PLA_LEDSEL 0xdd90
52#define PLA_LED_FEATURE 0xdd92
53#define PLA_PHYAR 0xde00
43779f8d 54#define PLA_BOOT_CTRL 0xe004
ac718b69 55#define PLA_GPHY_INTR_IMR 0xe022
56#define PLA_EEE_CR 0xe040
57#define PLA_EEEP_CR 0xe080
58#define PLA_MAC_PWR_CTRL 0xe0c0
43779f8d 59#define PLA_MAC_PWR_CTRL2 0xe0ca
60#define PLA_MAC_PWR_CTRL3 0xe0cc
61#define PLA_MAC_PWR_CTRL4 0xe0ce
62#define PLA_WDT6_CTRL 0xe428
ac718b69 63#define PLA_TCR0 0xe610
64#define PLA_TCR1 0xe612
69b4b7a4 65#define PLA_MTPS 0xe615
ac718b69 66#define PLA_TXFIFO_CTRL 0xe618
4f1d4d54 67#define PLA_RSTTALLY 0xe800
ac718b69 68#define PLA_CR 0xe813
69#define PLA_CRWECR 0xe81c
21ff2e89 70#define PLA_CONFIG12 0xe81e /* CONFIG1, CONFIG2 */
71#define PLA_CONFIG34 0xe820 /* CONFIG3, CONFIG4 */
ac718b69 72#define PLA_CONFIG5 0xe822
73#define PLA_PHY_PWR 0xe84c
74#define PLA_OOB_CTRL 0xe84f
75#define PLA_CPCR 0xe854
76#define PLA_MISC_0 0xe858
77#define PLA_MISC_1 0xe85a
78#define PLA_OCP_GPHY_BASE 0xe86c
4f1d4d54 79#define PLA_TALLYCNT 0xe890
ac718b69 80#define PLA_SFF_STS_7 0xe8de
81#define PLA_PHYSTATUS 0xe908
82#define PLA_BP_BA 0xfc26
83#define PLA_BP_0 0xfc28
84#define PLA_BP_1 0xfc2a
85#define PLA_BP_2 0xfc2c
86#define PLA_BP_3 0xfc2e
87#define PLA_BP_4 0xfc30
88#define PLA_BP_5 0xfc32
89#define PLA_BP_6 0xfc34
90#define PLA_BP_7 0xfc36
43779f8d 91#define PLA_BP_EN 0xfc38
ac718b69 92
43779f8d 93#define USB_U2P3_CTRL 0xb460
ac718b69 94#define USB_DEV_STAT 0xb808
95#define USB_USB_CTRL 0xd406
96#define USB_PHY_CTRL 0xd408
97#define USB_TX_AGG 0xd40a
98#define USB_RX_BUF_TH 0xd40c
99#define USB_USB_TIMER 0xd428
43779f8d 100#define USB_RX_EARLY_AGG 0xd42c
ac718b69 101#define USB_PM_CTRL_STATUS 0xd432
102#define USB_TX_DMA 0xd434
43779f8d 103#define USB_TOLERANCE 0xd490
104#define USB_LPM_CTRL 0xd41a
ac718b69 105#define USB_UPS_CTRL 0xd800
43779f8d 106#define USB_MISC_0 0xd81a
107#define USB_POWER_CUT 0xd80a
108#define USB_AFE_CTRL2 0xd824
109#define USB_WDT11_CTRL 0xe43c
ac718b69 110#define USB_BP_BA 0xfc26
111#define USB_BP_0 0xfc28
112#define USB_BP_1 0xfc2a
113#define USB_BP_2 0xfc2c
114#define USB_BP_3 0xfc2e
115#define USB_BP_4 0xfc30
116#define USB_BP_5 0xfc32
117#define USB_BP_6 0xfc34
118#define USB_BP_7 0xfc36
43779f8d 119#define USB_BP_EN 0xfc38
ac718b69 120
121/* OCP Registers */
122#define OCP_ALDPS_CONFIG 0x2010
123#define OCP_EEE_CONFIG1 0x2080
124#define OCP_EEE_CONFIG2 0x2092
125#define OCP_EEE_CONFIG3 0x2094
ac244d3e 126#define OCP_BASE_MII 0xa400
ac718b69 127#define OCP_EEE_AR 0xa41a
128#define OCP_EEE_DATA 0xa41c
43779f8d 129#define OCP_PHY_STATUS 0xa420
130#define OCP_POWER_CFG 0xa430
131#define OCP_EEE_CFG 0xa432
132#define OCP_SRAM_ADDR 0xa436
133#define OCP_SRAM_DATA 0xa438
134#define OCP_DOWN_SPEED 0xa442
df35d283 135#define OCP_EEE_ABLE 0xa5c4
4c4a6b1b 136#define OCP_EEE_ADV 0xa5d0
df35d283 137#define OCP_EEE_LPABLE 0xa5d2
43779f8d 138#define OCP_ADC_CFG 0xbc06
139
140/* SRAM Register */
141#define SRAM_LPF_CFG 0x8012
142#define SRAM_10M_AMP1 0x8080
143#define SRAM_10M_AMP2 0x8082
144#define SRAM_IMPEDANCE 0x8084
ac718b69 145
146/* PLA_RCR */
147#define RCR_AAP 0x00000001
148#define RCR_APM 0x00000002
149#define RCR_AM 0x00000004
150#define RCR_AB 0x00000008
151#define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB)
152
153/* PLA_RXFIFO_CTRL0 */
154#define RXFIFO_THR1_NORMAL 0x00080002
155#define RXFIFO_THR1_OOB 0x01800003
156
157/* PLA_RXFIFO_CTRL1 */
158#define RXFIFO_THR2_FULL 0x00000060
159#define RXFIFO_THR2_HIGH 0x00000038
160#define RXFIFO_THR2_OOB 0x0000004a
43779f8d 161#define RXFIFO_THR2_NORMAL 0x00a0
ac718b69 162
163/* PLA_RXFIFO_CTRL2 */
164#define RXFIFO_THR3_FULL 0x00000078
165#define RXFIFO_THR3_HIGH 0x00000048
166#define RXFIFO_THR3_OOB 0x0000005a
43779f8d 167#define RXFIFO_THR3_NORMAL 0x0110
ac718b69 168
169/* PLA_TXFIFO_CTRL */
170#define TXFIFO_THR_NORMAL 0x00400008
43779f8d 171#define TXFIFO_THR_NORMAL2 0x01000008
ac718b69 172
173/* PLA_FMC */
174#define FMC_FCR_MCU_EN 0x0001
175
176/* PLA_EEEP_CR */
177#define EEEP_CR_EEEP_TX 0x0002
178
43779f8d 179/* PLA_WDT6_CTRL */
180#define WDT6_SET_MODE 0x0010
181
ac718b69 182/* PLA_TCR0 */
183#define TCR0_TX_EMPTY 0x0800
184#define TCR0_AUTO_FIFO 0x0080
185
186/* PLA_TCR1 */
187#define VERSION_MASK 0x7cf0
188
69b4b7a4 189/* PLA_MTPS */
190#define MTPS_JUMBO (12 * 1024 / 64)
191#define MTPS_DEFAULT (6 * 1024 / 64)
192
4f1d4d54 193/* PLA_RSTTALLY */
194#define TALLY_RESET 0x0001
195
ac718b69 196/* PLA_CR */
197#define CR_RST 0x10
198#define CR_RE 0x08
199#define CR_TE 0x04
200
201/* PLA_CRWECR */
202#define CRWECR_NORAML 0x00
203#define CRWECR_CONFIG 0xc0
204
205/* PLA_OOB_CTRL */
206#define NOW_IS_OOB 0x80
207#define TXFIFO_EMPTY 0x20
208#define RXFIFO_EMPTY 0x10
209#define LINK_LIST_READY 0x02
210#define DIS_MCU_CLROOB 0x01
211#define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY)
212
213/* PLA_MISC_1 */
214#define RXDY_GATED_EN 0x0008
215
216/* PLA_SFF_STS_7 */
217#define RE_INIT_LL 0x8000
218#define MCU_BORW_EN 0x4000
219
220/* PLA_CPCR */
221#define CPCR_RX_VLAN 0x0040
222
223/* PLA_CFG_WOL */
224#define MAGIC_EN 0x0001
225
43779f8d 226/* PLA_TEREDO_CFG */
227#define TEREDO_SEL 0x8000
228#define TEREDO_WAKE_MASK 0x7f00
229#define TEREDO_RS_EVENT_MASK 0x00fe
230#define OOB_TEREDO_EN 0x0001
231
ac718b69 232/* PAL_BDC_CR */
233#define ALDPS_PROXY_MODE 0x0001
234
21ff2e89 235/* PLA_CONFIG34 */
236#define LINK_ON_WAKE_EN 0x0010
237#define LINK_OFF_WAKE_EN 0x0008
238
ac718b69 239/* PLA_CONFIG5 */
21ff2e89 240#define BWF_EN 0x0040
241#define MWF_EN 0x0020
242#define UWF_EN 0x0010
ac718b69 243#define LAN_WAKE_EN 0x0002
244
245/* PLA_LED_FEATURE */
246#define LED_MODE_MASK 0x0700
247
248/* PLA_PHY_PWR */
249#define TX_10M_IDLE_EN 0x0080
250#define PFM_PWM_SWITCH 0x0040
251
252/* PLA_MAC_PWR_CTRL */
253#define D3_CLK_GATED_EN 0x00004000
254#define MCU_CLK_RATIO 0x07010f07
255#define MCU_CLK_RATIO_MASK 0x0f0f0f0f
43779f8d 256#define ALDPS_SPDWN_RATIO 0x0f87
257
258/* PLA_MAC_PWR_CTRL2 */
259#define EEE_SPDWN_RATIO 0x8007
260
261/* PLA_MAC_PWR_CTRL3 */
262#define PKT_AVAIL_SPDWN_EN 0x0100
263#define SUSPEND_SPDWN_EN 0x0004
264#define U1U2_SPDWN_EN 0x0002
265#define L1_SPDWN_EN 0x0001
266
267/* PLA_MAC_PWR_CTRL4 */
268#define PWRSAVE_SPDWN_EN 0x1000
269#define RXDV_SPDWN_EN 0x0800
270#define TX10MIDLE_EN 0x0100
271#define TP100_SPDWN_EN 0x0020
272#define TP500_SPDWN_EN 0x0010
273#define TP1000_SPDWN_EN 0x0008
274#define EEE_SPDWN_EN 0x0001
ac718b69 275
276/* PLA_GPHY_INTR_IMR */
277#define GPHY_STS_MSK 0x0001
278#define SPEED_DOWN_MSK 0x0002
279#define SPDWN_RXDV_MSK 0x0004
280#define SPDWN_LINKCHG_MSK 0x0008
281
282/* PLA_PHYAR */
283#define PHYAR_FLAG 0x80000000
284
285/* PLA_EEE_CR */
286#define EEE_RX_EN 0x0001
287#define EEE_TX_EN 0x0002
288
43779f8d 289/* PLA_BOOT_CTRL */
290#define AUTOLOAD_DONE 0x0002
291
ac718b69 292/* USB_DEV_STAT */
293#define STAT_SPEED_MASK 0x0006
294#define STAT_SPEED_HIGH 0x0000
a3cc465d 295#define STAT_SPEED_FULL 0x0002
ac718b69 296
297/* USB_TX_AGG */
298#define TX_AGG_MAX_THRESHOLD 0x03
299
300/* USB_RX_BUF_TH */
43779f8d 301#define RX_THR_SUPPER 0x0c350180
8e1f51bd 302#define RX_THR_HIGH 0x7a120180
43779f8d 303#define RX_THR_SLOW 0xffff0180
ac718b69 304
305/* USB_TX_DMA */
306#define TEST_MODE_DISABLE 0x00000001
307#define TX_SIZE_ADJUST1 0x00000100
308
309/* USB_UPS_CTRL */
310#define POWER_CUT 0x0100
311
312/* USB_PM_CTRL_STATUS */
8e1f51bd 313#define RESUME_INDICATE 0x0001
ac718b69 314
315/* USB_USB_CTRL */
316#define RX_AGG_DISABLE 0x0010
317
43779f8d 318/* USB_U2P3_CTRL */
319#define U2P3_ENABLE 0x0001
320
321/* USB_POWER_CUT */
322#define PWR_EN 0x0001
323#define PHASE2_EN 0x0008
324
325/* USB_MISC_0 */
326#define PCUT_STATUS 0x0001
327
328/* USB_RX_EARLY_AGG */
329#define EARLY_AGG_SUPPER 0x0e832981
330#define EARLY_AGG_HIGH 0x0e837a12
331#define EARLY_AGG_SLOW 0x0e83ffff
332
333/* USB_WDT11_CTRL */
334#define TIMER11_EN 0x0001
335
336/* USB_LPM_CTRL */
337#define LPM_TIMER_MASK 0x0c
338#define LPM_TIMER_500MS 0x04 /* 500 ms */
339#define LPM_TIMER_500US 0x0c /* 500 us */
340
341/* USB_AFE_CTRL2 */
342#define SEN_VAL_MASK 0xf800
343#define SEN_VAL_NORMAL 0xa000
344#define SEL_RXIDLE 0x0100
345
ac718b69 346/* OCP_ALDPS_CONFIG */
347#define ENPWRSAVE 0x8000
348#define ENPDNPS 0x0200
349#define LINKENA 0x0100
350#define DIS_SDSAVE 0x0010
351
43779f8d 352/* OCP_PHY_STATUS */
353#define PHY_STAT_MASK 0x0007
354#define PHY_STAT_LAN_ON 3
355#define PHY_STAT_PWRDN 5
356
357/* OCP_POWER_CFG */
358#define EEE_CLKDIV_EN 0x8000
359#define EN_ALDPS 0x0004
360#define EN_10M_PLLOFF 0x0001
361
ac718b69 362/* OCP_EEE_CONFIG1 */
363#define RG_TXLPI_MSK_HFDUP 0x8000
364#define RG_MATCLR_EN 0x4000
365#define EEE_10_CAP 0x2000
366#define EEE_NWAY_EN 0x1000
367#define TX_QUIET_EN 0x0200
368#define RX_QUIET_EN 0x0100
d24f6134 369#define sd_rise_time_mask 0x0070
4c4a6b1b 370#define sd_rise_time(x) (min(x, 7) << 4) /* bit 4 ~ 6 */
ac718b69 371#define RG_RXLPI_MSK_HFDUP 0x0008
372#define SDFALLTIME 0x0007 /* bit 0 ~ 2 */
373
374/* OCP_EEE_CONFIG2 */
375#define RG_LPIHYS_NUM 0x7000 /* bit 12 ~ 15 */
376#define RG_DACQUIET_EN 0x0400
377#define RG_LDVQUIET_EN 0x0200
378#define RG_CKRSEL 0x0020
379#define RG_EEEPRG_EN 0x0010
380
381/* OCP_EEE_CONFIG3 */
d24f6134 382#define fast_snr_mask 0xff80
4c4a6b1b 383#define fast_snr(x) (min(x, 0x1ff) << 7) /* bit 7 ~ 15 */
ac718b69 384#define RG_LFS_SEL 0x0060 /* bit 6 ~ 5 */
385#define MSK_PH 0x0006 /* bit 0 ~ 3 */
386
387/* OCP_EEE_AR */
388/* bit[15:14] function */
389#define FUN_ADDR 0x0000
390#define FUN_DATA 0x4000
391/* bit[4:0] device addr */
ac718b69 392
43779f8d 393/* OCP_EEE_CFG */
394#define CTAP_SHORT_EN 0x0040
395#define EEE10_EN 0x0010
396
397/* OCP_DOWN_SPEED */
398#define EN_10M_BGOFF 0x0080
399
43779f8d 400/* OCP_ADC_CFG */
401#define CKADSEL_L 0x0100
402#define ADC_EN 0x0080
403#define EN_EMI_L 0x0040
404
405/* SRAM_LPF_CFG */
406#define LPF_AUTO_TUNE 0x8000
407
408/* SRAM_10M_AMP1 */
409#define GDAC_IB_UPALL 0x0008
410
411/* SRAM_10M_AMP2 */
412#define AMP_DN 0x0200
413
414/* SRAM_IMPEDANCE */
415#define RX_DRIVING_MASK 0x6000
416
ac718b69 417enum rtl_register_content {
43779f8d 418 _1000bps = 0x10,
ac718b69 419 _100bps = 0x08,
420 _10bps = 0x04,
421 LINK_STATUS = 0x02,
422 FULL_DUP = 0x01,
423};
424
1764bcd9 425#define RTL8152_MAX_TX 4
ebc2ec48 426#define RTL8152_MAX_RX 10
40a82917 427#define INTBUFSIZE 2
8e1f51bd 428#define CRC_SIZE 4
429#define TX_ALIGN 4
430#define RX_ALIGN 8
40a82917 431
432#define INTR_LINK 0x0004
ebc2ec48 433
ac718b69 434#define RTL8152_REQT_READ 0xc0
435#define RTL8152_REQT_WRITE 0x40
436#define RTL8152_REQ_GET_REGS 0x05
437#define RTL8152_REQ_SET_REGS 0x05
438
439#define BYTE_EN_DWORD 0xff
440#define BYTE_EN_WORD 0x33
441#define BYTE_EN_BYTE 0x11
442#define BYTE_EN_SIX_BYTES 0x3f
443#define BYTE_EN_START_MASK 0x0f
444#define BYTE_EN_END_MASK 0xf0
445
69b4b7a4 446#define RTL8153_MAX_PACKET 9216 /* 9K */
447#define RTL8153_MAX_MTU (RTL8153_MAX_PACKET - VLAN_ETH_HLEN - VLAN_HLEN)
ac718b69 448#define RTL8152_RMS (VLAN_ETH_FRAME_LEN + VLAN_HLEN)
69b4b7a4 449#define RTL8153_RMS RTL8153_MAX_PACKET
b8125404 450#define RTL8152_TX_TIMEOUT (5 * HZ)
d823ab68 451#define RTL8152_NAPI_WEIGHT 64
ac718b69 452
453/* rtl8152 flags */
454enum rtl8152_flags {
455 RTL8152_UNPLUG = 0,
ac718b69 456 RTL8152_SET_RX_MODE,
40a82917 457 WORK_ENABLE,
458 RTL8152_LINK_CHG,
9a4be1bd 459 SELECTIVE_SUSPEND,
aa66a5f1 460 PHY_RESET,
d823ab68 461 SCHEDULE_NAPI,
ac718b69 462};
463
464/* Define these values to match your device */
465#define VENDOR_ID_REALTEK 0x0bda
43779f8d 466#define VENDOR_ID_SAMSUNG 0x04e8
ac718b69 467
468#define MCU_TYPE_PLA 0x0100
469#define MCU_TYPE_USB 0x0000
470
4f1d4d54 471struct tally_counter {
472 __le64 tx_packets;
473 __le64 rx_packets;
474 __le64 tx_errors;
475 __le32 rx_errors;
476 __le16 rx_missed;
477 __le16 align_errors;
478 __le32 tx_one_collision;
479 __le32 tx_multi_collision;
480 __le64 rx_unicast;
481 __le64 rx_broadcast;
482 __le32 rx_multicast;
483 __le16 tx_aborted;
f37119c5 484 __le16 tx_underrun;
4f1d4d54 485};
486
ac718b69 487struct rx_desc {
500b6d7e 488 __le32 opts1;
ac718b69 489#define RX_LEN_MASK 0x7fff
565cab0a 490
500b6d7e 491 __le32 opts2;
565cab0a 492#define RD_UDP_CS (1 << 23)
493#define RD_TCP_CS (1 << 22)
6128d1bb 494#define RD_IPV6_CS (1 << 20)
565cab0a 495#define RD_IPV4_CS (1 << 19)
496
500b6d7e 497 __le32 opts3;
565cab0a 498#define IPF (1 << 23) /* IP checksum fail */
499#define UDPF (1 << 22) /* UDP checksum fail */
500#define TCPF (1 << 21) /* TCP checksum fail */
c5554298 501#define RX_VLAN_TAG (1 << 16)
565cab0a 502
500b6d7e 503 __le32 opts4;
504 __le32 opts5;
505 __le32 opts6;
ac718b69 506};
507
508struct tx_desc {
500b6d7e 509 __le32 opts1;
ac718b69 510#define TX_FS (1 << 31) /* First segment of a packet */
511#define TX_LS (1 << 30) /* Final segment of a packet */
60c89071 512#define GTSENDV4 (1 << 28)
6128d1bb 513#define GTSENDV6 (1 << 27)
60c89071 514#define GTTCPHO_SHIFT 18
6128d1bb 515#define GTTCPHO_MAX 0x7fU
60c89071 516#define TX_LEN_MAX 0x3ffffU
5bd23881 517
500b6d7e 518 __le32 opts2;
5bd23881 519#define UDP_CS (1 << 31) /* Calculate UDP/IP checksum */
520#define TCP_CS (1 << 30) /* Calculate TCP/IP checksum */
521#define IPV4_CS (1 << 29) /* Calculate IPv4 checksum */
522#define IPV6_CS (1 << 28) /* Calculate IPv6 checksum */
60c89071 523#define MSS_SHIFT 17
524#define MSS_MAX 0x7ffU
525#define TCPHO_SHIFT 17
6128d1bb 526#define TCPHO_MAX 0x7ffU
c5554298 527#define TX_VLAN_TAG (1 << 16)
ac718b69 528};
529
dff4e8ad 530struct r8152;
531
ebc2ec48 532struct rx_agg {
533 struct list_head list;
534 struct urb *urb;
dff4e8ad 535 struct r8152 *context;
ebc2ec48 536 void *buffer;
537 void *head;
538};
539
540struct tx_agg {
541 struct list_head list;
542 struct urb *urb;
dff4e8ad 543 struct r8152 *context;
ebc2ec48 544 void *buffer;
545 void *head;
546 u32 skb_num;
547 u32 skb_len;
548};
549
ac718b69 550struct r8152 {
551 unsigned long flags;
552 struct usb_device *udev;
d823ab68 553 struct napi_struct napi;
40a82917 554 struct usb_interface *intf;
ac718b69 555 struct net_device *netdev;
40a82917 556 struct urb *intr_urb;
ebc2ec48 557 struct tx_agg tx_info[RTL8152_MAX_TX];
558 struct rx_agg rx_info[RTL8152_MAX_RX];
559 struct list_head rx_done, tx_free;
d823ab68 560 struct sk_buff_head tx_queue, rx_queue;
ebc2ec48 561 spinlock_t rx_lock, tx_lock;
ac718b69 562 struct delayed_work schedule;
563 struct mii_if_info mii;
b5403273 564 struct mutex control; /* use for hw setting */
c81229c9 565
566 struct rtl_ops {
567 void (*init)(struct r8152 *);
568 int (*enable)(struct r8152 *);
569 void (*disable)(struct r8152 *);
7e9da481 570 void (*up)(struct r8152 *);
c81229c9 571 void (*down)(struct r8152 *);
572 void (*unload)(struct r8152 *);
df35d283 573 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
574 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
c81229c9 575 } rtl_ops;
576
40a82917 577 int intr_interval;
21ff2e89 578 u32 saved_wolopts;
ac718b69 579 u32 msg_enable;
dd1b119c 580 u32 tx_qlen;
ac718b69 581 u16 ocp_base;
40a82917 582 u8 *intr_buff;
ac718b69 583 u8 version;
ac718b69 584};
585
586enum rtl_version {
587 RTL_VER_UNKNOWN = 0,
588 RTL_VER_01,
43779f8d 589 RTL_VER_02,
590 RTL_VER_03,
591 RTL_VER_04,
592 RTL_VER_05,
593 RTL_VER_MAX
ac718b69 594};
595
60c89071 596enum tx_csum_stat {
597 TX_CSUM_SUCCESS = 0,
598 TX_CSUM_TSO,
599 TX_CSUM_NONE
600};
601
ac718b69 602/* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
603 * The RTL chips use a 64 element hash table based on the Ethernet CRC.
604 */
605static const int multicast_filter_limit = 32;
52aec126 606static unsigned int agg_buf_sz = 16384;
ac718b69 607
52aec126 608#define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
60c89071 609 VLAN_ETH_HLEN - VLAN_HLEN)
610
ac718b69 611static
612int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
613{
31787f53 614 int ret;
615 void *tmp;
616
617 tmp = kmalloc(size, GFP_KERNEL);
618 if (!tmp)
619 return -ENOMEM;
620
621 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0),
b209af99 622 RTL8152_REQ_GET_REGS, RTL8152_REQT_READ,
623 value, index, tmp, size, 500);
31787f53 624
625 memcpy(data, tmp, size);
626 kfree(tmp);
627
628 return ret;
ac718b69 629}
630
631static
632int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data)
633{
31787f53 634 int ret;
635 void *tmp;
636
c4438f03 637 tmp = kmemdup(data, size, GFP_KERNEL);
31787f53 638 if (!tmp)
639 return -ENOMEM;
640
31787f53 641 ret = usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0),
b209af99 642 RTL8152_REQ_SET_REGS, RTL8152_REQT_WRITE,
643 value, index, tmp, size, 500);
31787f53 644
645 kfree(tmp);
db8515ef 646
31787f53 647 return ret;
ac718b69 648}
649
650static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size,
b209af99 651 void *data, u16 type)
ac718b69 652{
45f4a19f 653 u16 limit = 64;
654 int ret = 0;
ac718b69 655
656 if (test_bit(RTL8152_UNPLUG, &tp->flags))
657 return -ENODEV;
658
659 /* both size and indix must be 4 bytes align */
660 if ((size & 3) || !size || (index & 3) || !data)
661 return -EPERM;
662
663 if ((u32)index + (u32)size > 0xffff)
664 return -EPERM;
665
666 while (size) {
667 if (size > limit) {
668 ret = get_registers(tp, index, type, limit, data);
669 if (ret < 0)
670 break;
671
672 index += limit;
673 data += limit;
674 size -= limit;
675 } else {
676 ret = get_registers(tp, index, type, size, data);
677 if (ret < 0)
678 break;
679
680 index += size;
681 data += size;
682 size = 0;
683 break;
684 }
685 }
686
67610496 687 if (ret == -ENODEV)
688 set_bit(RTL8152_UNPLUG, &tp->flags);
689
ac718b69 690 return ret;
691}
692
693static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
b209af99 694 u16 size, void *data, u16 type)
ac718b69 695{
45f4a19f 696 int ret;
697 u16 byteen_start, byteen_end, byen;
698 u16 limit = 512;
ac718b69 699
700 if (test_bit(RTL8152_UNPLUG, &tp->flags))
701 return -ENODEV;
702
703 /* both size and indix must be 4 bytes align */
704 if ((size & 3) || !size || (index & 3) || !data)
705 return -EPERM;
706
707 if ((u32)index + (u32)size > 0xffff)
708 return -EPERM;
709
710 byteen_start = byteen & BYTE_EN_START_MASK;
711 byteen_end = byteen & BYTE_EN_END_MASK;
712
713 byen = byteen_start | (byteen_start << 4);
714 ret = set_registers(tp, index, type | byen, 4, data);
715 if (ret < 0)
716 goto error1;
717
718 index += 4;
719 data += 4;
720 size -= 4;
721
722 if (size) {
723 size -= 4;
724
725 while (size) {
726 if (size > limit) {
727 ret = set_registers(tp, index,
b209af99 728 type | BYTE_EN_DWORD,
729 limit, data);
ac718b69 730 if (ret < 0)
731 goto error1;
732
733 index += limit;
734 data += limit;
735 size -= limit;
736 } else {
737 ret = set_registers(tp, index,
b209af99 738 type | BYTE_EN_DWORD,
739 size, data);
ac718b69 740 if (ret < 0)
741 goto error1;
742
743 index += size;
744 data += size;
745 size = 0;
746 break;
747 }
748 }
749
750 byen = byteen_end | (byteen_end >> 4);
751 ret = set_registers(tp, index, type | byen, 4, data);
752 if (ret < 0)
753 goto error1;
754 }
755
756error1:
67610496 757 if (ret == -ENODEV)
758 set_bit(RTL8152_UNPLUG, &tp->flags);
759
ac718b69 760 return ret;
761}
762
763static inline
764int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
765{
766 return generic_ocp_read(tp, index, size, data, MCU_TYPE_PLA);
767}
768
769static inline
770int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
771{
772 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA);
773}
774
775static inline
776int usb_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data)
777{
778 return generic_ocp_read(tp, index, size, data, MCU_TYPE_USB);
779}
780
781static inline
782int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data)
783{
784 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB);
785}
786
787static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index)
788{
c8826de8 789 __le32 data;
ac718b69 790
c8826de8 791 generic_ocp_read(tp, index, sizeof(data), &data, type);
ac718b69 792
793 return __le32_to_cpu(data);
794}
795
796static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data)
797{
c8826de8 798 __le32 tmp = __cpu_to_le32(data);
799
800 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type);
ac718b69 801}
802
803static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index)
804{
805 u32 data;
c8826de8 806 __le32 tmp;
ac718b69 807 u8 shift = index & 2;
808
809 index &= ~3;
810
c8826de8 811 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
ac718b69 812
c8826de8 813 data = __le32_to_cpu(tmp);
ac718b69 814 data >>= (shift * 8);
815 data &= 0xffff;
816
817 return (u16)data;
818}
819
820static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data)
821{
c8826de8 822 u32 mask = 0xffff;
823 __le32 tmp;
ac718b69 824 u16 byen = BYTE_EN_WORD;
825 u8 shift = index & 2;
826
827 data &= mask;
828
829 if (index & 2) {
830 byen <<= shift;
831 mask <<= (shift * 8);
832 data <<= (shift * 8);
833 index &= ~3;
834 }
835
c8826de8 836 tmp = __cpu_to_le32(data);
ac718b69 837
c8826de8 838 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
ac718b69 839}
840
841static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)
842{
843 u32 data;
c8826de8 844 __le32 tmp;
ac718b69 845 u8 shift = index & 3;
846
847 index &= ~3;
848
c8826de8 849 generic_ocp_read(tp, index, sizeof(tmp), &tmp, type);
ac718b69 850
c8826de8 851 data = __le32_to_cpu(tmp);
ac718b69 852 data >>= (shift * 8);
853 data &= 0xff;
854
855 return (u8)data;
856}
857
858static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data)
859{
c8826de8 860 u32 mask = 0xff;
861 __le32 tmp;
ac718b69 862 u16 byen = BYTE_EN_BYTE;
863 u8 shift = index & 3;
864
865 data &= mask;
866
867 if (index & 3) {
868 byen <<= shift;
869 mask <<= (shift * 8);
870 data <<= (shift * 8);
871 index &= ~3;
872 }
873
c8826de8 874 tmp = __cpu_to_le32(data);
ac718b69 875
c8826de8 876 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type);
ac718b69 877}
878
ac244d3e 879static u16 ocp_reg_read(struct r8152 *tp, u16 addr)
e3fe0b1a 880{
881 u16 ocp_base, ocp_index;
882
883 ocp_base = addr & 0xf000;
884 if (ocp_base != tp->ocp_base) {
885 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
886 tp->ocp_base = ocp_base;
887 }
888
889 ocp_index = (addr & 0x0fff) | 0xb000;
ac244d3e 890 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index);
e3fe0b1a 891}
892
ac244d3e 893static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data)
ac718b69 894{
ac244d3e 895 u16 ocp_base, ocp_index;
ac718b69 896
ac244d3e 897 ocp_base = addr & 0xf000;
898 if (ocp_base != tp->ocp_base) {
899 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base);
900 tp->ocp_base = ocp_base;
ac718b69 901 }
ac244d3e 902
903 ocp_index = (addr & 0x0fff) | 0xb000;
904 ocp_write_word(tp, MCU_TYPE_PLA, ocp_index, data);
ac718b69 905}
906
ac244d3e 907static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value)
ac718b69 908{
ac244d3e 909 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value);
910}
ac718b69 911
ac244d3e 912static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr)
913{
914 return ocp_reg_read(tp, OCP_BASE_MII + reg_addr * 2);
ac718b69 915}
916
43779f8d 917static void sram_write(struct r8152 *tp, u16 addr, u16 data)
918{
919 ocp_reg_write(tp, OCP_SRAM_ADDR, addr);
920 ocp_reg_write(tp, OCP_SRAM_DATA, data);
921}
922
ac718b69 923static int read_mii_word(struct net_device *netdev, int phy_id, int reg)
924{
925 struct r8152 *tp = netdev_priv(netdev);
9a4be1bd 926 int ret;
ac718b69 927
6871438c 928 if (test_bit(RTL8152_UNPLUG, &tp->flags))
929 return -ENODEV;
930
ac718b69 931 if (phy_id != R8152_PHY_ID)
932 return -EINVAL;
933
9a4be1bd 934 ret = r8152_mdio_read(tp, reg);
935
9a4be1bd 936 return ret;
ac718b69 937}
938
939static
940void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val)
941{
942 struct r8152 *tp = netdev_priv(netdev);
943
6871438c 944 if (test_bit(RTL8152_UNPLUG, &tp->flags))
945 return;
946
ac718b69 947 if (phy_id != R8152_PHY_ID)
948 return;
949
950 r8152_mdio_write(tp, reg, val);
951}
952
b209af99 953static int
954r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
ebc2ec48 955
8ba789ab 956static int rtl8152_set_mac_address(struct net_device *netdev, void *p)
957{
958 struct r8152 *tp = netdev_priv(netdev);
959 struct sockaddr *addr = p;
ea6a7112 960 int ret = -EADDRNOTAVAIL;
8ba789ab 961
962 if (!is_valid_ether_addr(addr->sa_data))
ea6a7112 963 goto out1;
964
965 ret = usb_autopm_get_interface(tp->intf);
966 if (ret < 0)
967 goto out1;
8ba789ab 968
b5403273 969 mutex_lock(&tp->control);
970
8ba789ab 971 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
972
973 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
974 pla_ocp_write(tp, PLA_IDR, BYTE_EN_SIX_BYTES, 8, addr->sa_data);
975 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
976
b5403273 977 mutex_unlock(&tp->control);
978
ea6a7112 979 usb_autopm_put_interface(tp->intf);
980out1:
981 return ret;
8ba789ab 982}
983
179bb6d7 984static int set_ethernet_addr(struct r8152 *tp)
ac718b69 985{
986 struct net_device *dev = tp->netdev;
179bb6d7 987 struct sockaddr sa;
8a91c824 988 int ret;
ac718b69 989
8a91c824 990 if (tp->version == RTL_VER_01)
179bb6d7 991 ret = pla_ocp_read(tp, PLA_IDR, 8, sa.sa_data);
8a91c824 992 else
179bb6d7 993 ret = pla_ocp_read(tp, PLA_BACKUP, 8, sa.sa_data);
8a91c824 994
995 if (ret < 0) {
179bb6d7 996 netif_err(tp, probe, dev, "Get ether addr fail\n");
997 } else if (!is_valid_ether_addr(sa.sa_data)) {
998 netif_err(tp, probe, dev, "Invalid ether addr %pM\n",
999 sa.sa_data);
1000 eth_hw_addr_random(dev);
1001 ether_addr_copy(sa.sa_data, dev->dev_addr);
1002 ret = rtl8152_set_mac_address(dev, &sa);
1003 netif_info(tp, probe, dev, "Random ether addr %pM\n",
1004 sa.sa_data);
8a91c824 1005 } else {
179bb6d7 1006 if (tp->version == RTL_VER_01)
1007 ether_addr_copy(dev->dev_addr, sa.sa_data);
1008 else
1009 ret = rtl8152_set_mac_address(dev, &sa);
ac718b69 1010 }
179bb6d7 1011
1012 return ret;
ac718b69 1013}
1014
ac718b69 1015static void read_bulk_callback(struct urb *urb)
1016{
ac718b69 1017 struct net_device *netdev;
ac718b69 1018 int status = urb->status;
ebc2ec48 1019 struct rx_agg *agg;
1020 struct r8152 *tp;
ac718b69 1021
ebc2ec48 1022 agg = urb->context;
1023 if (!agg)
1024 return;
1025
1026 tp = agg->context;
ac718b69 1027 if (!tp)
1028 return;
ebc2ec48 1029
ac718b69 1030 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1031 return;
ebc2ec48 1032
1033 if (!test_bit(WORK_ENABLE, &tp->flags))
1034 return;
1035
ac718b69 1036 netdev = tp->netdev;
7559fb2f 1037
1038 /* When link down, the driver would cancel all bulks. */
1039 /* This avoid the re-submitting bulk */
ebc2ec48 1040 if (!netif_carrier_ok(netdev))
ac718b69 1041 return;
1042
9a4be1bd 1043 usb_mark_last_busy(tp->udev);
1044
ac718b69 1045 switch (status) {
1046 case 0:
ebc2ec48 1047 if (urb->actual_length < ETH_ZLEN)
1048 break;
1049
2685d410 1050 spin_lock(&tp->rx_lock);
ebc2ec48 1051 list_add_tail(&agg->list, &tp->rx_done);
2685d410 1052 spin_unlock(&tp->rx_lock);
d823ab68 1053 napi_schedule(&tp->napi);
ebc2ec48 1054 return;
ac718b69 1055 case -ESHUTDOWN:
1056 set_bit(RTL8152_UNPLUG, &tp->flags);
1057 netif_device_detach(tp->netdev);
ebc2ec48 1058 return;
ac718b69 1059 case -ENOENT:
1060 return; /* the urb is in unlink state */
1061 case -ETIME:
4a8deae2
HW
1062 if (net_ratelimit())
1063 netdev_warn(netdev, "maybe reset is needed?\n");
ebc2ec48 1064 break;
ac718b69 1065 default:
4a8deae2
HW
1066 if (net_ratelimit())
1067 netdev_warn(netdev, "Rx status %d\n", status);
ebc2ec48 1068 break;
ac718b69 1069 }
1070
a0fccd48 1071 r8152_submit_rx(tp, agg, GFP_ATOMIC);
ac718b69 1072}
1073
ebc2ec48 1074static void write_bulk_callback(struct urb *urb)
ac718b69 1075{
ebc2ec48 1076 struct net_device_stats *stats;
d104eafa 1077 struct net_device *netdev;
ebc2ec48 1078 struct tx_agg *agg;
ac718b69 1079 struct r8152 *tp;
ebc2ec48 1080 int status = urb->status;
ac718b69 1081
ebc2ec48 1082 agg = urb->context;
1083 if (!agg)
ac718b69 1084 return;
1085
ebc2ec48 1086 tp = agg->context;
1087 if (!tp)
1088 return;
1089
d104eafa 1090 netdev = tp->netdev;
05e0f1aa 1091 stats = &netdev->stats;
ebc2ec48 1092 if (status) {
4a8deae2 1093 if (net_ratelimit())
d104eafa 1094 netdev_warn(netdev, "Tx status %d\n", status);
ebc2ec48 1095 stats->tx_errors += agg->skb_num;
ac718b69 1096 } else {
ebc2ec48 1097 stats->tx_packets += agg->skb_num;
1098 stats->tx_bytes += agg->skb_len;
ac718b69 1099 }
1100
2685d410 1101 spin_lock(&tp->tx_lock);
ebc2ec48 1102 list_add_tail(&agg->list, &tp->tx_free);
2685d410 1103 spin_unlock(&tp->tx_lock);
ebc2ec48 1104
9a4be1bd 1105 usb_autopm_put_interface_async(tp->intf);
1106
d104eafa 1107 if (!netif_carrier_ok(netdev))
ebc2ec48 1108 return;
1109
1110 if (!test_bit(WORK_ENABLE, &tp->flags))
1111 return;
1112
1113 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1114 return;
1115
1116 if (!skb_queue_empty(&tp->tx_queue))
d823ab68 1117 napi_schedule(&tp->napi);
ac718b69 1118}
1119
40a82917 1120static void intr_callback(struct urb *urb)
1121{
1122 struct r8152 *tp;
500b6d7e 1123 __le16 *d;
40a82917 1124 int status = urb->status;
1125 int res;
1126
1127 tp = urb->context;
1128 if (!tp)
1129 return;
1130
1131 if (!test_bit(WORK_ENABLE, &tp->flags))
1132 return;
1133
1134 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1135 return;
1136
1137 switch (status) {
1138 case 0: /* success */
1139 break;
1140 case -ECONNRESET: /* unlink */
1141 case -ESHUTDOWN:
1142 netif_device_detach(tp->netdev);
1143 case -ENOENT:
d59c876d 1144 case -EPROTO:
1145 netif_info(tp, intr, tp->netdev,
1146 "Stop submitting intr, status %d\n", status);
40a82917 1147 return;
1148 case -EOVERFLOW:
1149 netif_info(tp, intr, tp->netdev, "intr status -EOVERFLOW\n");
1150 goto resubmit;
1151 /* -EPIPE: should clear the halt */
1152 default:
1153 netif_info(tp, intr, tp->netdev, "intr status %d\n", status);
1154 goto resubmit;
1155 }
1156
1157 d = urb->transfer_buffer;
1158 if (INTR_LINK & __le16_to_cpu(d[0])) {
51d979fa 1159 if (!netif_carrier_ok(tp->netdev)) {
40a82917 1160 set_bit(RTL8152_LINK_CHG, &tp->flags);
1161 schedule_delayed_work(&tp->schedule, 0);
1162 }
1163 } else {
51d979fa 1164 if (netif_carrier_ok(tp->netdev)) {
40a82917 1165 set_bit(RTL8152_LINK_CHG, &tp->flags);
1166 schedule_delayed_work(&tp->schedule, 0);
1167 }
1168 }
1169
1170resubmit:
1171 res = usb_submit_urb(urb, GFP_ATOMIC);
67610496 1172 if (res == -ENODEV) {
1173 set_bit(RTL8152_UNPLUG, &tp->flags);
40a82917 1174 netif_device_detach(tp->netdev);
67610496 1175 } else if (res) {
40a82917 1176 netif_err(tp, intr, tp->netdev,
4a8deae2 1177 "can't resubmit intr, status %d\n", res);
67610496 1178 }
40a82917 1179}
1180
ebc2ec48 1181static inline void *rx_agg_align(void *data)
1182{
8e1f51bd 1183 return (void *)ALIGN((uintptr_t)data, RX_ALIGN);
ebc2ec48 1184}
1185
1186static inline void *tx_agg_align(void *data)
1187{
8e1f51bd 1188 return (void *)ALIGN((uintptr_t)data, TX_ALIGN);
ebc2ec48 1189}
1190
1191static void free_all_mem(struct r8152 *tp)
1192{
1193 int i;
1194
1195 for (i = 0; i < RTL8152_MAX_RX; i++) {
9629e3c0 1196 usb_free_urb(tp->rx_info[i].urb);
1197 tp->rx_info[i].urb = NULL;
ebc2ec48 1198
9629e3c0 1199 kfree(tp->rx_info[i].buffer);
1200 tp->rx_info[i].buffer = NULL;
1201 tp->rx_info[i].head = NULL;
ebc2ec48 1202 }
1203
1204 for (i = 0; i < RTL8152_MAX_TX; i++) {
9629e3c0 1205 usb_free_urb(tp->tx_info[i].urb);
1206 tp->tx_info[i].urb = NULL;
ebc2ec48 1207
9629e3c0 1208 kfree(tp->tx_info[i].buffer);
1209 tp->tx_info[i].buffer = NULL;
1210 tp->tx_info[i].head = NULL;
ebc2ec48 1211 }
40a82917 1212
9629e3c0 1213 usb_free_urb(tp->intr_urb);
1214 tp->intr_urb = NULL;
40a82917 1215
9629e3c0 1216 kfree(tp->intr_buff);
1217 tp->intr_buff = NULL;
ebc2ec48 1218}
1219
1220static int alloc_all_mem(struct r8152 *tp)
1221{
1222 struct net_device *netdev = tp->netdev;
40a82917 1223 struct usb_interface *intf = tp->intf;
1224 struct usb_host_interface *alt = intf->cur_altsetting;
1225 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
ebc2ec48 1226 struct urb *urb;
1227 int node, i;
1228 u8 *buf;
1229
1230 node = netdev->dev.parent ? dev_to_node(netdev->dev.parent) : -1;
1231
1232 spin_lock_init(&tp->rx_lock);
1233 spin_lock_init(&tp->tx_lock);
ebc2ec48 1234 INIT_LIST_HEAD(&tp->tx_free);
1235 skb_queue_head_init(&tp->tx_queue);
d823ab68 1236 skb_queue_head_init(&tp->rx_queue);
ebc2ec48 1237
1238 for (i = 0; i < RTL8152_MAX_RX; i++) {
52aec126 1239 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
ebc2ec48 1240 if (!buf)
1241 goto err1;
1242
1243 if (buf != rx_agg_align(buf)) {
1244 kfree(buf);
52aec126 1245 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL,
8e1f51bd 1246 node);
ebc2ec48 1247 if (!buf)
1248 goto err1;
1249 }
1250
1251 urb = usb_alloc_urb(0, GFP_KERNEL);
1252 if (!urb) {
1253 kfree(buf);
1254 goto err1;
1255 }
1256
1257 INIT_LIST_HEAD(&tp->rx_info[i].list);
1258 tp->rx_info[i].context = tp;
1259 tp->rx_info[i].urb = urb;
1260 tp->rx_info[i].buffer = buf;
1261 tp->rx_info[i].head = rx_agg_align(buf);
1262 }
1263
1264 for (i = 0; i < RTL8152_MAX_TX; i++) {
52aec126 1265 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node);
ebc2ec48 1266 if (!buf)
1267 goto err1;
1268
1269 if (buf != tx_agg_align(buf)) {
1270 kfree(buf);
52aec126 1271 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL,
8e1f51bd 1272 node);
ebc2ec48 1273 if (!buf)
1274 goto err1;
1275 }
1276
1277 urb = usb_alloc_urb(0, GFP_KERNEL);
1278 if (!urb) {
1279 kfree(buf);
1280 goto err1;
1281 }
1282
1283 INIT_LIST_HEAD(&tp->tx_info[i].list);
1284 tp->tx_info[i].context = tp;
1285 tp->tx_info[i].urb = urb;
1286 tp->tx_info[i].buffer = buf;
1287 tp->tx_info[i].head = tx_agg_align(buf);
1288
1289 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
1290 }
1291
40a82917 1292 tp->intr_urb = usb_alloc_urb(0, GFP_KERNEL);
1293 if (!tp->intr_urb)
1294 goto err1;
1295
1296 tp->intr_buff = kmalloc(INTBUFSIZE, GFP_KERNEL);
1297 if (!tp->intr_buff)
1298 goto err1;
1299
1300 tp->intr_interval = (int)ep_intr->desc.bInterval;
1301 usb_fill_int_urb(tp->intr_urb, tp->udev, usb_rcvintpipe(tp->udev, 3),
b209af99 1302 tp->intr_buff, INTBUFSIZE, intr_callback,
1303 tp, tp->intr_interval);
40a82917 1304
ebc2ec48 1305 return 0;
1306
1307err1:
1308 free_all_mem(tp);
1309 return -ENOMEM;
1310}
1311
0de98f6c 1312static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
1313{
1314 struct tx_agg *agg = NULL;
1315 unsigned long flags;
1316
21949ab7 1317 if (list_empty(&tp->tx_free))
1318 return NULL;
1319
0de98f6c 1320 spin_lock_irqsave(&tp->tx_lock, flags);
1321 if (!list_empty(&tp->tx_free)) {
1322 struct list_head *cursor;
1323
1324 cursor = tp->tx_free.next;
1325 list_del_init(cursor);
1326 agg = list_entry(cursor, struct tx_agg, list);
1327 }
1328 spin_unlock_irqrestore(&tp->tx_lock, flags);
1329
1330 return agg;
1331}
1332
60c89071 1333static inline __be16 get_protocol(struct sk_buff *skb)
5bd23881 1334{
60c89071 1335 __be16 protocol;
5bd23881 1336
60c89071 1337 if (skb->protocol == htons(ETH_P_8021Q))
1338 protocol = vlan_eth_hdr(skb)->h_vlan_encapsulated_proto;
1339 else
1340 protocol = skb->protocol;
5bd23881 1341
60c89071 1342 return protocol;
1343}
5bd23881 1344
b209af99 1345/* r8152_csum_workaround()
6128d1bb 1346 * The hw limites the value the transport offset. When the offset is out of the
1347 * range, calculate the checksum by sw.
1348 */
1349static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb,
1350 struct sk_buff_head *list)
1351{
1352 if (skb_shinfo(skb)->gso_size) {
1353 netdev_features_t features = tp->netdev->features;
1354 struct sk_buff_head seg_list;
1355 struct sk_buff *segs, *nskb;
1356
a91d45f1 1357 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6);
6128d1bb 1358 segs = skb_gso_segment(skb, features);
1359 if (IS_ERR(segs) || !segs)
1360 goto drop;
1361
1362 __skb_queue_head_init(&seg_list);
1363
1364 do {
1365 nskb = segs;
1366 segs = segs->next;
1367 nskb->next = NULL;
1368 __skb_queue_tail(&seg_list, nskb);
1369 } while (segs);
1370
1371 skb_queue_splice(&seg_list, list);
1372 dev_kfree_skb(skb);
1373 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1374 if (skb_checksum_help(skb) < 0)
1375 goto drop;
1376
1377 __skb_queue_head(list, skb);
1378 } else {
1379 struct net_device_stats *stats;
1380
1381drop:
1382 stats = &tp->netdev->stats;
1383 stats->tx_dropped++;
1384 dev_kfree_skb(skb);
1385 }
1386}
1387
b209af99 1388/* msdn_giant_send_check()
6128d1bb 1389 * According to the document of microsoft, the TCP Pseudo Header excludes the
1390 * packet length for IPv6 TCP large packets.
1391 */
1392static int msdn_giant_send_check(struct sk_buff *skb)
1393{
1394 const struct ipv6hdr *ipv6h;
1395 struct tcphdr *th;
fcb308d5 1396 int ret;
1397
1398 ret = skb_cow_head(skb, 0);
1399 if (ret)
1400 return ret;
6128d1bb 1401
1402 ipv6h = ipv6_hdr(skb);
1403 th = tcp_hdr(skb);
1404
1405 th->check = 0;
1406 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
1407
fcb308d5 1408 return ret;
6128d1bb 1409}
1410
c5554298 1411static inline void rtl_tx_vlan_tag(struct tx_desc *desc, struct sk_buff *skb)
1412{
df8a39de 1413 if (skb_vlan_tag_present(skb)) {
c5554298 1414 u32 opts2;
1415
df8a39de 1416 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb));
c5554298 1417 desc->opts2 |= cpu_to_le32(opts2);
1418 }
1419}
1420
1421static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb)
1422{
1423 u32 opts2 = le32_to_cpu(desc->opts2);
1424
1425 if (opts2 & RX_VLAN_TAG)
1426 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1427 swab16(opts2 & 0xffff));
1428}
1429
60c89071 1430static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc,
1431 struct sk_buff *skb, u32 len, u32 transport_offset)
1432{
1433 u32 mss = skb_shinfo(skb)->gso_size;
1434 u32 opts1, opts2 = 0;
1435 int ret = TX_CSUM_SUCCESS;
1436
1437 WARN_ON_ONCE(len > TX_LEN_MAX);
1438
1439 opts1 = len | TX_FS | TX_LS;
1440
1441 if (mss) {
6128d1bb 1442 if (transport_offset > GTTCPHO_MAX) {
1443 netif_warn(tp, tx_err, tp->netdev,
1444 "Invalid transport offset 0x%x for TSO\n",
1445 transport_offset);
1446 ret = TX_CSUM_TSO;
1447 goto unavailable;
1448 }
1449
60c89071 1450 switch (get_protocol(skb)) {
1451 case htons(ETH_P_IP):
1452 opts1 |= GTSENDV4;
1453 break;
1454
6128d1bb 1455 case htons(ETH_P_IPV6):
fcb308d5 1456 if (msdn_giant_send_check(skb)) {
1457 ret = TX_CSUM_TSO;
1458 goto unavailable;
1459 }
6128d1bb 1460 opts1 |= GTSENDV6;
6128d1bb 1461 break;
1462
60c89071 1463 default:
1464 WARN_ON_ONCE(1);
1465 break;
1466 }
1467
1468 opts1 |= transport_offset << GTTCPHO_SHIFT;
1469 opts2 |= min(mss, MSS_MAX) << MSS_SHIFT;
1470 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
1471 u8 ip_protocol;
5bd23881 1472
6128d1bb 1473 if (transport_offset > TCPHO_MAX) {
1474 netif_warn(tp, tx_err, tp->netdev,
1475 "Invalid transport offset 0x%x\n",
1476 transport_offset);
1477 ret = TX_CSUM_NONE;
1478 goto unavailable;
1479 }
1480
60c89071 1481 switch (get_protocol(skb)) {
5bd23881 1482 case htons(ETH_P_IP):
1483 opts2 |= IPV4_CS;
1484 ip_protocol = ip_hdr(skb)->protocol;
1485 break;
1486
1487 case htons(ETH_P_IPV6):
1488 opts2 |= IPV6_CS;
1489 ip_protocol = ipv6_hdr(skb)->nexthdr;
1490 break;
1491
1492 default:
1493 ip_protocol = IPPROTO_RAW;
1494 break;
1495 }
1496
60c89071 1497 if (ip_protocol == IPPROTO_TCP)
5bd23881 1498 opts2 |= TCP_CS;
60c89071 1499 else if (ip_protocol == IPPROTO_UDP)
5bd23881 1500 opts2 |= UDP_CS;
60c89071 1501 else
5bd23881 1502 WARN_ON_ONCE(1);
5bd23881 1503
60c89071 1504 opts2 |= transport_offset << TCPHO_SHIFT;
5bd23881 1505 }
60c89071 1506
1507 desc->opts2 = cpu_to_le32(opts2);
1508 desc->opts1 = cpu_to_le32(opts1);
1509
6128d1bb 1510unavailable:
60c89071 1511 return ret;
5bd23881 1512}
1513
b1379d9a 1514static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
1515{
d84130a1 1516 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
9a4be1bd 1517 int remain, ret;
b1379d9a 1518 u8 *tx_data;
1519
d84130a1 1520 __skb_queue_head_init(&skb_head);
0c3121fc 1521 spin_lock(&tx_queue->lock);
d84130a1 1522 skb_queue_splice_init(tx_queue, &skb_head);
0c3121fc 1523 spin_unlock(&tx_queue->lock);
d84130a1 1524
b1379d9a 1525 tx_data = agg->head;
b209af99 1526 agg->skb_num = 0;
1527 agg->skb_len = 0;
52aec126 1528 remain = agg_buf_sz;
b1379d9a 1529
7937f9e5 1530 while (remain >= ETH_ZLEN + sizeof(struct tx_desc)) {
b1379d9a 1531 struct tx_desc *tx_desc;
1532 struct sk_buff *skb;
1533 unsigned int len;
60c89071 1534 u32 offset;
b1379d9a 1535
d84130a1 1536 skb = __skb_dequeue(&skb_head);
b1379d9a 1537 if (!skb)
1538 break;
1539
60c89071 1540 len = skb->len + sizeof(*tx_desc);
1541
1542 if (len > remain) {
d84130a1 1543 __skb_queue_head(&skb_head, skb);
b1379d9a 1544 break;
1545 }
1546
7937f9e5 1547 tx_data = tx_agg_align(tx_data);
b1379d9a 1548 tx_desc = (struct tx_desc *)tx_data;
60c89071 1549
1550 offset = (u32)skb_transport_offset(skb);
1551
6128d1bb 1552 if (r8152_tx_csum(tp, tx_desc, skb, skb->len, offset)) {
1553 r8152_csum_workaround(tp, skb, &skb_head);
1554 continue;
1555 }
60c89071 1556
c5554298 1557 rtl_tx_vlan_tag(tx_desc, skb);
1558
b1379d9a 1559 tx_data += sizeof(*tx_desc);
1560
60c89071 1561 len = skb->len;
1562 if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
1563 struct net_device_stats *stats = &tp->netdev->stats;
1564
1565 stats->tx_dropped++;
1566 dev_kfree_skb_any(skb);
1567 tx_data -= sizeof(*tx_desc);
1568 continue;
1569 }
1570
1571 tx_data += len;
b1379d9a 1572 agg->skb_len += len;
60c89071 1573 agg->skb_num++;
1574
b1379d9a 1575 dev_kfree_skb_any(skb);
1576
52aec126 1577 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head);
b1379d9a 1578 }
1579
d84130a1 1580 if (!skb_queue_empty(&skb_head)) {
0c3121fc 1581 spin_lock(&tx_queue->lock);
d84130a1 1582 skb_queue_splice(&skb_head, tx_queue);
0c3121fc 1583 spin_unlock(&tx_queue->lock);
d84130a1 1584 }
1585
0c3121fc 1586 netif_tx_lock(tp->netdev);
dd1b119c 1587
1588 if (netif_queue_stopped(tp->netdev) &&
1589 skb_queue_len(&tp->tx_queue) < tp->tx_qlen)
1590 netif_wake_queue(tp->netdev);
1591
0c3121fc 1592 netif_tx_unlock(tp->netdev);
9a4be1bd 1593
0c3121fc 1594 ret = usb_autopm_get_interface_async(tp->intf);
9a4be1bd 1595 if (ret < 0)
1596 goto out_tx_fill;
dd1b119c 1597
b1379d9a 1598 usb_fill_bulk_urb(agg->urb, tp->udev, usb_sndbulkpipe(tp->udev, 2),
1599 agg->head, (int)(tx_data - (u8 *)agg->head),
1600 (usb_complete_t)write_bulk_callback, agg);
1601
0c3121fc 1602 ret = usb_submit_urb(agg->urb, GFP_ATOMIC);
9a4be1bd 1603 if (ret < 0)
0c3121fc 1604 usb_autopm_put_interface_async(tp->intf);
9a4be1bd 1605
1606out_tx_fill:
1607 return ret;
b1379d9a 1608}
1609
565cab0a 1610static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc)
1611{
1612 u8 checksum = CHECKSUM_NONE;
1613 u32 opts2, opts3;
1614
1615 if (tp->version == RTL_VER_01)
1616 goto return_result;
1617
1618 opts2 = le32_to_cpu(rx_desc->opts2);
1619 opts3 = le32_to_cpu(rx_desc->opts3);
1620
1621 if (opts2 & RD_IPV4_CS) {
1622 if (opts3 & IPF)
1623 checksum = CHECKSUM_NONE;
1624 else if ((opts2 & RD_UDP_CS) && (opts3 & UDPF))
1625 checksum = CHECKSUM_NONE;
1626 else if ((opts2 & RD_TCP_CS) && (opts3 & TCPF))
1627 checksum = CHECKSUM_NONE;
1628 else
1629 checksum = CHECKSUM_UNNECESSARY;
6128d1bb 1630 } else if (RD_IPV6_CS) {
1631 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF))
1632 checksum = CHECKSUM_UNNECESSARY;
1633 else if ((opts2 & RD_TCP_CS) && !(opts3 & TCPF))
1634 checksum = CHECKSUM_UNNECESSARY;
565cab0a 1635 }
1636
1637return_result:
1638 return checksum;
1639}
1640
d823ab68 1641static int rx_bottom(struct r8152 *tp, int budget)
ebc2ec48 1642{
a5a4f468 1643 unsigned long flags;
d84130a1 1644 struct list_head *cursor, *next, rx_queue;
e1a2ca92 1645 int ret = 0, work_done = 0;
d823ab68 1646
1647 if (!skb_queue_empty(&tp->rx_queue)) {
1648 while (work_done < budget) {
1649 struct sk_buff *skb = __skb_dequeue(&tp->rx_queue);
1650 struct net_device *netdev = tp->netdev;
1651 struct net_device_stats *stats = &netdev->stats;
1652 unsigned int pkt_len;
1653
1654 if (!skb)
1655 break;
1656
1657 pkt_len = skb->len;
1658 napi_gro_receive(&tp->napi, skb);
1659 work_done++;
1660 stats->rx_packets++;
1661 stats->rx_bytes += pkt_len;
1662 }
1663 }
ebc2ec48 1664
d84130a1 1665 if (list_empty(&tp->rx_done))
d823ab68 1666 goto out1;
d84130a1 1667
1668 INIT_LIST_HEAD(&rx_queue);
a5a4f468 1669 spin_lock_irqsave(&tp->rx_lock, flags);
d84130a1 1670 list_splice_init(&tp->rx_done, &rx_queue);
1671 spin_unlock_irqrestore(&tp->rx_lock, flags);
1672
1673 list_for_each_safe(cursor, next, &rx_queue) {
43a4478d 1674 struct rx_desc *rx_desc;
1675 struct rx_agg *agg;
43a4478d 1676 int len_used = 0;
1677 struct urb *urb;
1678 u8 *rx_data;
43a4478d 1679
ebc2ec48 1680 list_del_init(cursor);
ebc2ec48 1681
1682 agg = list_entry(cursor, struct rx_agg, list);
1683 urb = agg->urb;
0de98f6c 1684 if (urb->actual_length < ETH_ZLEN)
1685 goto submit;
ebc2ec48 1686
ebc2ec48 1687 rx_desc = agg->head;
1688 rx_data = agg->head;
7937f9e5 1689 len_used += sizeof(struct rx_desc);
ebc2ec48 1690
7937f9e5 1691 while (urb->actual_length > len_used) {
43a4478d 1692 struct net_device *netdev = tp->netdev;
05e0f1aa 1693 struct net_device_stats *stats = &netdev->stats;
7937f9e5 1694 unsigned int pkt_len;
43a4478d 1695 struct sk_buff *skb;
1696
7937f9e5 1697 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
ebc2ec48 1698 if (pkt_len < ETH_ZLEN)
1699 break;
1700
7937f9e5 1701 len_used += pkt_len;
1702 if (urb->actual_length < len_used)
1703 break;
1704
8e1f51bd 1705 pkt_len -= CRC_SIZE;
ebc2ec48 1706 rx_data += sizeof(struct rx_desc);
1707
1708 skb = netdev_alloc_skb_ip_align(netdev, pkt_len);
1709 if (!skb) {
1710 stats->rx_dropped++;
5e2f7485 1711 goto find_next_rx;
ebc2ec48 1712 }
565cab0a 1713
1714 skb->ip_summed = r8152_rx_csum(tp, rx_desc);
ebc2ec48 1715 memcpy(skb->data, rx_data, pkt_len);
1716 skb_put(skb, pkt_len);
1717 skb->protocol = eth_type_trans(skb, netdev);
c5554298 1718 rtl_rx_vlan_tag(rx_desc, skb);
d823ab68 1719 if (work_done < budget) {
1720 napi_gro_receive(&tp->napi, skb);
1721 work_done++;
1722 stats->rx_packets++;
1723 stats->rx_bytes += pkt_len;
1724 } else {
1725 __skb_queue_tail(&tp->rx_queue, skb);
1726 }
ebc2ec48 1727
5e2f7485 1728find_next_rx:
8e1f51bd 1729 rx_data = rx_agg_align(rx_data + pkt_len + CRC_SIZE);
ebc2ec48 1730 rx_desc = (struct rx_desc *)rx_data;
ebc2ec48 1731 len_used = (int)(rx_data - (u8 *)agg->head);
7937f9e5 1732 len_used += sizeof(struct rx_desc);
ebc2ec48 1733 }
1734
0de98f6c 1735submit:
e1a2ca92 1736 if (!ret) {
1737 ret = r8152_submit_rx(tp, agg, GFP_ATOMIC);
1738 } else {
1739 urb->actual_length = 0;
1740 list_add_tail(&agg->list, next);
1741 }
1742 }
1743
1744 if (!list_empty(&rx_queue)) {
1745 spin_lock_irqsave(&tp->rx_lock, flags);
1746 list_splice_tail(&rx_queue, &tp->rx_done);
1747 spin_unlock_irqrestore(&tp->rx_lock, flags);
ebc2ec48 1748 }
d823ab68 1749
1750out1:
1751 return work_done;
ebc2ec48 1752}
1753
1754static void tx_bottom(struct r8152 *tp)
1755{
ebc2ec48 1756 int res;
1757
b1379d9a 1758 do {
1759 struct tx_agg *agg;
ebc2ec48 1760
b1379d9a 1761 if (skb_queue_empty(&tp->tx_queue))
ebc2ec48 1762 break;
1763
b1379d9a 1764 agg = r8152_get_tx_agg(tp);
1765 if (!agg)
ebc2ec48 1766 break;
ebc2ec48 1767
b1379d9a 1768 res = r8152_tx_agg_fill(tp, agg);
1769 if (res) {
05e0f1aa 1770 struct net_device *netdev = tp->netdev;
ebc2ec48 1771
b1379d9a 1772 if (res == -ENODEV) {
67610496 1773 set_bit(RTL8152_UNPLUG, &tp->flags);
b1379d9a 1774 netif_device_detach(netdev);
1775 } else {
05e0f1aa 1776 struct net_device_stats *stats = &netdev->stats;
1777 unsigned long flags;
1778
b1379d9a 1779 netif_warn(tp, tx_err, netdev,
1780 "failed tx_urb %d\n", res);
1781 stats->tx_dropped += agg->skb_num;
db8515ef 1782
b1379d9a 1783 spin_lock_irqsave(&tp->tx_lock, flags);
1784 list_add_tail(&agg->list, &tp->tx_free);
1785 spin_unlock_irqrestore(&tp->tx_lock, flags);
1786 }
ebc2ec48 1787 }
b1379d9a 1788 } while (res == 0);
ebc2ec48 1789}
1790
d823ab68 1791static void bottom_half(struct r8152 *tp)
ac718b69 1792{
ebc2ec48 1793 if (test_bit(RTL8152_UNPLUG, &tp->flags))
1794 return;
1795
1796 if (!test_bit(WORK_ENABLE, &tp->flags))
ac718b69 1797 return;
ebc2ec48 1798
7559fb2f 1799 /* When link down, the driver would cancel all bulks. */
1800 /* This avoid the re-submitting bulk */
ebc2ec48 1801 if (!netif_carrier_ok(tp->netdev))
ac718b69 1802 return;
ebc2ec48 1803
d823ab68 1804 clear_bit(SCHEDULE_NAPI, &tp->flags);
9451a11c 1805
0c3121fc 1806 tx_bottom(tp);
ebc2ec48 1807}
1808
d823ab68 1809static int r8152_poll(struct napi_struct *napi, int budget)
1810{
1811 struct r8152 *tp = container_of(napi, struct r8152, napi);
1812 int work_done;
1813
1814 work_done = rx_bottom(tp, budget);
1815 bottom_half(tp);
1816
1817 if (work_done < budget) {
1818 napi_complete(napi);
1819 if (!list_empty(&tp->rx_done))
1820 napi_schedule(napi);
1821 }
1822
1823 return work_done;
1824}
1825
ebc2ec48 1826static
1827int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags)
1828{
a0fccd48 1829 int ret;
1830
ef827a5b 1831 /* The rx would be stopped, so skip submitting */
1832 if (test_bit(RTL8152_UNPLUG, &tp->flags) ||
1833 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev))
1834 return 0;
1835
ebc2ec48 1836 usb_fill_bulk_urb(agg->urb, tp->udev, usb_rcvbulkpipe(tp->udev, 1),
52aec126 1837 agg->head, agg_buf_sz,
b209af99 1838 (usb_complete_t)read_bulk_callback, agg);
ebc2ec48 1839
a0fccd48 1840 ret = usb_submit_urb(agg->urb, mem_flags);
1841 if (ret == -ENODEV) {
1842 set_bit(RTL8152_UNPLUG, &tp->flags);
1843 netif_device_detach(tp->netdev);
1844 } else if (ret) {
1845 struct urb *urb = agg->urb;
1846 unsigned long flags;
1847
1848 urb->actual_length = 0;
1849 spin_lock_irqsave(&tp->rx_lock, flags);
1850 list_add_tail(&agg->list, &tp->rx_done);
1851 spin_unlock_irqrestore(&tp->rx_lock, flags);
d823ab68 1852
1853 netif_err(tp, rx_err, tp->netdev,
1854 "Couldn't submit rx[%p], ret = %d\n", agg, ret);
1855
1856 napi_schedule(&tp->napi);
a0fccd48 1857 }
1858
1859 return ret;
ac718b69 1860}
1861
00a5e360 1862static void rtl_drop_queued_tx(struct r8152 *tp)
1863{
1864 struct net_device_stats *stats = &tp->netdev->stats;
d84130a1 1865 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue;
00a5e360 1866 struct sk_buff *skb;
1867
d84130a1 1868 if (skb_queue_empty(tx_queue))
1869 return;
1870
1871 __skb_queue_head_init(&skb_head);
2685d410 1872 spin_lock_bh(&tx_queue->lock);
d84130a1 1873 skb_queue_splice_init(tx_queue, &skb_head);
2685d410 1874 spin_unlock_bh(&tx_queue->lock);
d84130a1 1875
1876 while ((skb = __skb_dequeue(&skb_head))) {
00a5e360 1877 dev_kfree_skb(skb);
1878 stats->tx_dropped++;
1879 }
1880}
1881
ac718b69 1882static void rtl8152_tx_timeout(struct net_device *netdev)
1883{
1884 struct r8152 *tp = netdev_priv(netdev);
ebc2ec48 1885 int i;
1886
4a8deae2 1887 netif_warn(tp, tx_err, netdev, "Tx timeout\n");
ebc2ec48 1888 for (i = 0; i < RTL8152_MAX_TX; i++)
1889 usb_unlink_urb(tp->tx_info[i].urb);
ac718b69 1890}
1891
1892static void rtl8152_set_rx_mode(struct net_device *netdev)
1893{
1894 struct r8152 *tp = netdev_priv(netdev);
1895
51d979fa 1896 if (netif_carrier_ok(netdev)) {
ac718b69 1897 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
40a82917 1898 schedule_delayed_work(&tp->schedule, 0);
1899 }
ac718b69 1900}
1901
1902static void _rtl8152_set_rx_mode(struct net_device *netdev)
1903{
1904 struct r8152 *tp = netdev_priv(netdev);
31787f53 1905 u32 mc_filter[2]; /* Multicast hash filter */
1906 __le32 tmp[2];
ac718b69 1907 u32 ocp_data;
1908
ac718b69 1909 clear_bit(RTL8152_SET_RX_MODE, &tp->flags);
1910 netif_stop_queue(netdev);
1911 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
1912 ocp_data &= ~RCR_ACPT_ALL;
1913 ocp_data |= RCR_AB | RCR_APM;
1914
1915 if (netdev->flags & IFF_PROMISC) {
1916 /* Unconditionally log net taps. */
1917 netif_notice(tp, link, netdev, "Promiscuous mode enabled\n");
1918 ocp_data |= RCR_AM | RCR_AAP;
b209af99 1919 mc_filter[1] = 0xffffffff;
1920 mc_filter[0] = 0xffffffff;
ac718b69 1921 } else if ((netdev_mc_count(netdev) > multicast_filter_limit) ||
1922 (netdev->flags & IFF_ALLMULTI)) {
1923 /* Too many to filter perfectly -- accept all multicasts. */
1924 ocp_data |= RCR_AM;
b209af99 1925 mc_filter[1] = 0xffffffff;
1926 mc_filter[0] = 0xffffffff;
ac718b69 1927 } else {
1928 struct netdev_hw_addr *ha;
1929
b209af99 1930 mc_filter[1] = 0;
1931 mc_filter[0] = 0;
ac718b69 1932 netdev_for_each_mc_addr(ha, netdev) {
1933 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
b209af99 1934
ac718b69 1935 mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
1936 ocp_data |= RCR_AM;
1937 }
1938 }
1939
31787f53 1940 tmp[0] = __cpu_to_le32(swab32(mc_filter[1]));
1941 tmp[1] = __cpu_to_le32(swab32(mc_filter[0]));
ac718b69 1942
31787f53 1943 pla_ocp_write(tp, PLA_MAR, BYTE_EN_DWORD, sizeof(tmp), tmp);
ac718b69 1944 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
1945 netif_wake_queue(netdev);
ac718b69 1946}
1947
a5e31255 1948static netdev_features_t
1949rtl8152_features_check(struct sk_buff *skb, struct net_device *dev,
1950 netdev_features_t features)
1951{
1952 u32 mss = skb_shinfo(skb)->gso_size;
1953 int max_offset = mss ? GTTCPHO_MAX : TCPHO_MAX;
1954 int offset = skb_transport_offset(skb);
1955
1956 if ((mss || skb->ip_summed == CHECKSUM_PARTIAL) && offset > max_offset)
1957 features &= ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK);
1958 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz)
1959 features &= ~NETIF_F_GSO_MASK;
1960
1961 return features;
1962}
1963
ac718b69 1964static netdev_tx_t rtl8152_start_xmit(struct sk_buff *skb,
b209af99 1965 struct net_device *netdev)
ac718b69 1966{
1967 struct r8152 *tp = netdev_priv(netdev);
ac718b69 1968
ebc2ec48 1969 skb_tx_timestamp(skb);
ac718b69 1970
61598788 1971 skb_queue_tail(&tp->tx_queue, skb);
ebc2ec48 1972
0c3121fc 1973 if (!list_empty(&tp->tx_free)) {
1974 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
d823ab68 1975 set_bit(SCHEDULE_NAPI, &tp->flags);
0c3121fc 1976 schedule_delayed_work(&tp->schedule, 0);
1977 } else {
1978 usb_mark_last_busy(tp->udev);
d823ab68 1979 napi_schedule(&tp->napi);
0c3121fc 1980 }
b209af99 1981 } else if (skb_queue_len(&tp->tx_queue) > tp->tx_qlen) {
dd1b119c 1982 netif_stop_queue(netdev);
b209af99 1983 }
dd1b119c 1984
ac718b69 1985 return NETDEV_TX_OK;
1986}
1987
1988static void r8152b_reset_packet_filter(struct r8152 *tp)
1989{
1990 u32 ocp_data;
1991
1992 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC);
1993 ocp_data &= ~FMC_FCR_MCU_EN;
1994 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
1995 ocp_data |= FMC_FCR_MCU_EN;
1996 ocp_write_word(tp, MCU_TYPE_PLA, PLA_FMC, ocp_data);
1997}
1998
1999static void rtl8152_nic_reset(struct r8152 *tp)
2000{
2001 int i;
2002
2003 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, CR_RST);
2004
2005 for (i = 0; i < 1000; i++) {
2006 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))
2007 break;
b209af99 2008 usleep_range(100, 400);
ac718b69 2009 }
2010}
2011
dd1b119c 2012static void set_tx_qlen(struct r8152 *tp)
2013{
2014 struct net_device *netdev = tp->netdev;
2015
52aec126 2016 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN +
2017 sizeof(struct tx_desc));
dd1b119c 2018}
2019
ac718b69 2020static inline u8 rtl8152_get_speed(struct r8152 *tp)
2021{
2022 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);
2023}
2024
507605a8 2025static void rtl_set_eee_plus(struct r8152 *tp)
ac718b69 2026{
ebc2ec48 2027 u32 ocp_data;
ac718b69 2028 u8 speed;
2029
2030 speed = rtl8152_get_speed(tp);
ebc2ec48 2031 if (speed & _10bps) {
ac718b69 2032 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
ebc2ec48 2033 ocp_data |= EEEP_CR_EEEP_TX;
ac718b69 2034 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2035 } else {
2036 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR);
ebc2ec48 2037 ocp_data &= ~EEEP_CR_EEEP_TX;
ac718b69 2038 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data);
2039 }
507605a8 2040}
2041
00a5e360 2042static void rxdy_gated_en(struct r8152 *tp, bool enable)
2043{
2044 u32 ocp_data;
2045
2046 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1);
2047 if (enable)
2048 ocp_data |= RXDY_GATED_EN;
2049 else
2050 ocp_data &= ~RXDY_GATED_EN;
2051 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MISC_1, ocp_data);
2052}
2053
445f7f4d 2054static int rtl_start_rx(struct r8152 *tp)
2055{
2056 int i, ret = 0;
2057
d823ab68 2058 napi_disable(&tp->napi);
445f7f4d 2059 INIT_LIST_HEAD(&tp->rx_done);
2060 for (i = 0; i < RTL8152_MAX_RX; i++) {
2061 INIT_LIST_HEAD(&tp->rx_info[i].list);
2062 ret = r8152_submit_rx(tp, &tp->rx_info[i], GFP_KERNEL);
2063 if (ret)
2064 break;
2065 }
d823ab68 2066 napi_enable(&tp->napi);
445f7f4d 2067
7bcf4f60 2068 if (ret && ++i < RTL8152_MAX_RX) {
2069 struct list_head rx_queue;
2070 unsigned long flags;
2071
2072 INIT_LIST_HEAD(&rx_queue);
2073
2074 do {
2075 struct rx_agg *agg = &tp->rx_info[i++];
2076 struct urb *urb = agg->urb;
2077
2078 urb->actual_length = 0;
2079 list_add_tail(&agg->list, &rx_queue);
2080 } while (i < RTL8152_MAX_RX);
2081
2082 spin_lock_irqsave(&tp->rx_lock, flags);
2083 list_splice_tail(&rx_queue, &tp->rx_done);
2084 spin_unlock_irqrestore(&tp->rx_lock, flags);
2085 }
2086
445f7f4d 2087 return ret;
2088}
2089
2090static int rtl_stop_rx(struct r8152 *tp)
2091{
2092 int i;
2093
2094 for (i = 0; i < RTL8152_MAX_RX; i++)
2095 usb_kill_urb(tp->rx_info[i].urb);
2096
d823ab68 2097 while (!skb_queue_empty(&tp->rx_queue))
2098 dev_kfree_skb(__skb_dequeue(&tp->rx_queue));
2099
445f7f4d 2100 return 0;
2101}
2102
507605a8 2103static int rtl_enable(struct r8152 *tp)
2104{
2105 u32 ocp_data;
ac718b69 2106
2107 r8152b_reset_packet_filter(tp);
2108
2109 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);
2110 ocp_data |= CR_RE | CR_TE;
2111 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, ocp_data);
2112
00a5e360 2113 rxdy_gated_en(tp, false);
ac718b69 2114
aa2e0926 2115 return 0;
ac718b69 2116}
2117
507605a8 2118static int rtl8152_enable(struct r8152 *tp)
2119{
6871438c 2120 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2121 return -ENODEV;
2122
507605a8 2123 set_tx_qlen(tp);
2124 rtl_set_eee_plus(tp);
2125
2126 return rtl_enable(tp);
2127}
2128
43779f8d 2129static void r8153_set_rx_agg(struct r8152 *tp)
2130{
2131 u8 speed;
2132
2133 speed = rtl8152_get_speed(tp);
2134 if (speed & _1000bps) {
2135 if (tp->udev->speed == USB_SPEED_SUPER) {
2136 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH,
2137 RX_THR_SUPPER);
2138 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_EARLY_AGG,
2139 EARLY_AGG_SUPPER);
2140 } else {
2141 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH,
2142 RX_THR_HIGH);
2143 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_EARLY_AGG,
2144 EARLY_AGG_HIGH);
2145 }
2146 } else {
2147 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_SLOW);
2148 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_EARLY_AGG,
2149 EARLY_AGG_SLOW);
2150 }
2151}
2152
2153static int rtl8153_enable(struct r8152 *tp)
2154{
6871438c 2155 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2156 return -ENODEV;
2157
43779f8d 2158 set_tx_qlen(tp);
2159 rtl_set_eee_plus(tp);
2160 r8153_set_rx_agg(tp);
2161
2162 return rtl_enable(tp);
2163}
2164
d70b1137 2165static void rtl_disable(struct r8152 *tp)
ac718b69 2166{
ebc2ec48 2167 u32 ocp_data;
2168 int i;
ac718b69 2169
6871438c 2170 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2171 rtl_drop_queued_tx(tp);
2172 return;
2173 }
2174
ac718b69 2175 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2176 ocp_data &= ~RCR_ACPT_ALL;
2177 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2178
00a5e360 2179 rtl_drop_queued_tx(tp);
ebc2ec48 2180
2181 for (i = 0; i < RTL8152_MAX_TX; i++)
2182 usb_kill_urb(tp->tx_info[i].urb);
ac718b69 2183
00a5e360 2184 rxdy_gated_en(tp, true);
ac718b69 2185
2186 for (i = 0; i < 1000; i++) {
2187 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2188 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY)
2189 break;
8ddfa077 2190 usleep_range(1000, 2000);
ac718b69 2191 }
2192
2193 for (i = 0; i < 1000; i++) {
2194 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY)
2195 break;
8ddfa077 2196 usleep_range(1000, 2000);
ac718b69 2197 }
2198
445f7f4d 2199 rtl_stop_rx(tp);
ac718b69 2200
2201 rtl8152_nic_reset(tp);
2202}
2203
00a5e360 2204static void r8152_power_cut_en(struct r8152 *tp, bool enable)
2205{
2206 u32 ocp_data;
2207
2208 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL);
2209 if (enable)
2210 ocp_data |= POWER_CUT;
2211 else
2212 ocp_data &= ~POWER_CUT;
2213 ocp_write_word(tp, MCU_TYPE_USB, USB_UPS_CTRL, ocp_data);
2214
2215 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS);
2216 ocp_data &= ~RESUME_INDICATE;
2217 ocp_write_word(tp, MCU_TYPE_USB, USB_PM_CTRL_STATUS, ocp_data);
00a5e360 2218}
2219
c5554298 2220static void rtl_rx_vlan_en(struct r8152 *tp, bool enable)
2221{
2222 u32 ocp_data;
2223
2224 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
2225 if (enable)
2226 ocp_data |= CPCR_RX_VLAN;
2227 else
2228 ocp_data &= ~CPCR_RX_VLAN;
2229 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
2230}
2231
2232static int rtl8152_set_features(struct net_device *dev,
2233 netdev_features_t features)
2234{
2235 netdev_features_t changed = features ^ dev->features;
2236 struct r8152 *tp = netdev_priv(dev);
405f8a0e 2237 int ret;
2238
2239 ret = usb_autopm_get_interface(tp->intf);
2240 if (ret < 0)
2241 goto out;
c5554298 2242
b5403273 2243 mutex_lock(&tp->control);
2244
c5554298 2245 if (changed & NETIF_F_HW_VLAN_CTAG_RX) {
2246 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2247 rtl_rx_vlan_en(tp, true);
2248 else
2249 rtl_rx_vlan_en(tp, false);
2250 }
2251
b5403273 2252 mutex_unlock(&tp->control);
2253
405f8a0e 2254 usb_autopm_put_interface(tp->intf);
2255
2256out:
2257 return ret;
c5554298 2258}
2259
21ff2e89 2260#define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
2261
2262static u32 __rtl_get_wol(struct r8152 *tp)
2263{
2264 u32 ocp_data;
2265 u32 wolopts = 0;
2266
2267 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2268 if (!(ocp_data & LAN_WAKE_EN))
2269 return 0;
2270
2271 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2272 if (ocp_data & LINK_ON_WAKE_EN)
2273 wolopts |= WAKE_PHY;
2274
2275 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2276 if (ocp_data & UWF_EN)
2277 wolopts |= WAKE_UCAST;
2278 if (ocp_data & BWF_EN)
2279 wolopts |= WAKE_BCAST;
2280 if (ocp_data & MWF_EN)
2281 wolopts |= WAKE_MCAST;
2282
2283 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2284 if (ocp_data & MAGIC_EN)
2285 wolopts |= WAKE_MAGIC;
2286
2287 return wolopts;
2288}
2289
2290static void __rtl_set_wol(struct r8152 *tp, u32 wolopts)
2291{
2292 u32 ocp_data;
2293
2294 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2295
2296 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2297 ocp_data &= ~LINK_ON_WAKE_EN;
2298 if (wolopts & WAKE_PHY)
2299 ocp_data |= LINK_ON_WAKE_EN;
2300 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2301
2302 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG5);
2303 ocp_data &= ~(UWF_EN | BWF_EN | MWF_EN | LAN_WAKE_EN);
2304 if (wolopts & WAKE_UCAST)
2305 ocp_data |= UWF_EN;
2306 if (wolopts & WAKE_BCAST)
2307 ocp_data |= BWF_EN;
2308 if (wolopts & WAKE_MCAST)
2309 ocp_data |= MWF_EN;
2310 if (wolopts & WAKE_ANY)
2311 ocp_data |= LAN_WAKE_EN;
2312 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG5, ocp_data);
2313
2314 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2315
2316 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL);
2317 ocp_data &= ~MAGIC_EN;
2318 if (wolopts & WAKE_MAGIC)
2319 ocp_data |= MAGIC_EN;
2320 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CFG_WOL, ocp_data);
2321
2322 if (wolopts & WAKE_ANY)
2323 device_set_wakeup_enable(&tp->udev->dev, true);
2324 else
2325 device_set_wakeup_enable(&tp->udev->dev, false);
2326}
2327
9a4be1bd 2328static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable)
2329{
2330 if (enable) {
2331 u32 ocp_data;
2332
2333 __rtl_set_wol(tp, WAKE_ANY);
2334
2335 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_CONFIG);
2336
2337 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CONFIG34);
2338 ocp_data |= LINK_OFF_WAKE_EN;
2339 ocp_write_word(tp, MCU_TYPE_PLA, PLA_CONFIG34, ocp_data);
2340
2341 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2342 } else {
2343 __rtl_set_wol(tp, tp->saved_wolopts);
2344 }
2345}
2346
aa66a5f1 2347static void rtl_phy_reset(struct r8152 *tp)
2348{
2349 u16 data;
2350 int i;
2351
2352 clear_bit(PHY_RESET, &tp->flags);
2353
2354 data = r8152_mdio_read(tp, MII_BMCR);
2355
2356 /* don't reset again before the previous one complete */
2357 if (data & BMCR_RESET)
2358 return;
2359
2360 data |= BMCR_RESET;
2361 r8152_mdio_write(tp, MII_BMCR, data);
2362
2363 for (i = 0; i < 50; i++) {
2364 msleep(20);
2365 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
2366 break;
2367 }
2368}
2369
4349968a 2370static void r8153_teredo_off(struct r8152 *tp)
2371{
2372 u32 ocp_data;
2373
2374 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2375 ocp_data &= ~(TEREDO_SEL | TEREDO_RS_EVENT_MASK | OOB_TEREDO_EN);
2376 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2377
2378 ocp_write_word(tp, MCU_TYPE_PLA, PLA_WDT6_CTRL, WDT6_SET_MODE);
2379 ocp_write_word(tp, MCU_TYPE_PLA, PLA_REALWOW_TIMER, 0);
2380 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TEREDO_TIMER, 0);
2381}
2382
2383static void r8152b_disable_aldps(struct r8152 *tp)
2384{
2385 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPDNPS | LINKENA | DIS_SDSAVE);
2386 msleep(20);
2387}
2388
2389static inline void r8152b_enable_aldps(struct r8152 *tp)
2390{
2391 ocp_reg_write(tp, OCP_ALDPS_CONFIG, ENPWRSAVE | ENPDNPS |
2392 LINKENA | DIS_SDSAVE);
2393}
2394
d70b1137 2395static void rtl8152_disable(struct r8152 *tp)
2396{
2397 r8152b_disable_aldps(tp);
2398 rtl_disable(tp);
2399 r8152b_enable_aldps(tp);
2400}
2401
4349968a 2402static void r8152b_hw_phy_cfg(struct r8152 *tp)
2403{
f0cbe0ac 2404 u16 data;
2405
2406 data = r8152_mdio_read(tp, MII_BMCR);
2407 if (data & BMCR_PDOWN) {
2408 data &= ~BMCR_PDOWN;
2409 r8152_mdio_write(tp, MII_BMCR, data);
2410 }
2411
aa66a5f1 2412 set_bit(PHY_RESET, &tp->flags);
4349968a 2413}
2414
ac718b69 2415static void r8152b_exit_oob(struct r8152 *tp)
2416{
db8515ef 2417 u32 ocp_data;
2418 int i;
ac718b69 2419
2420 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2421 ocp_data &= ~RCR_ACPT_ALL;
2422 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2423
00a5e360 2424 rxdy_gated_en(tp, true);
da9bd117 2425 r8153_teredo_off(tp);
7e9da481 2426 r8152b_hw_phy_cfg(tp);
ac718b69 2427
2428 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CRWECR, CRWECR_NORAML);
2429 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_CR, 0x00);
2430
2431 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2432 ocp_data &= ~NOW_IS_OOB;
2433 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2434
2435 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2436 ocp_data &= ~MCU_BORW_EN;
2437 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2438
2439 for (i = 0; i < 1000; i++) {
2440 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2441 if (ocp_data & LINK_LIST_READY)
2442 break;
8ddfa077 2443 usleep_range(1000, 2000);
ac718b69 2444 }
2445
2446 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2447 ocp_data |= RE_INIT_LL;
2448 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2449
2450 for (i = 0; i < 1000; i++) {
2451 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2452 if (ocp_data & LINK_LIST_READY)
2453 break;
8ddfa077 2454 usleep_range(1000, 2000);
ac718b69 2455 }
2456
2457 rtl8152_nic_reset(tp);
2458
2459 /* rx share fifo credit full threshold */
2460 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2461
a3cc465d 2462 if (tp->udev->speed == USB_SPEED_FULL ||
2463 tp->udev->speed == USB_SPEED_LOW) {
ac718b69 2464 /* rx share fifo credit near full threshold */
2465 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2466 RXFIFO_THR2_FULL);
2467 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2468 RXFIFO_THR3_FULL);
2469 } else {
2470 /* rx share fifo credit near full threshold */
2471 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1,
2472 RXFIFO_THR2_HIGH);
2473 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2,
2474 RXFIFO_THR3_HIGH);
2475 }
2476
2477 /* TX share fifo free credit full threshold */
2478 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL);
2479
2480 ocp_write_byte(tp, MCU_TYPE_USB, USB_TX_AGG, TX_AGG_MAX_THRESHOLD);
8e1f51bd 2481 ocp_write_dword(tp, MCU_TYPE_USB, USB_RX_BUF_TH, RX_THR_HIGH);
ac718b69 2482 ocp_write_dword(tp, MCU_TYPE_USB, USB_TX_DMA,
2483 TEST_MODE_DISABLE | TX_SIZE_ADJUST1);
2484
c5554298 2485 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
ac718b69 2486
2487 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2488
2489 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2490 ocp_data |= TCR0_AUTO_FIFO;
2491 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2492}
2493
2494static void r8152b_enter_oob(struct r8152 *tp)
2495{
45f4a19f 2496 u32 ocp_data;
2497 int i;
ac718b69 2498
2499 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2500 ocp_data &= ~NOW_IS_OOB;
2501 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2502
2503 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_OOB);
2504 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_OOB);
2505 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_OOB);
2506
d70b1137 2507 rtl_disable(tp);
ac718b69 2508
2509 for (i = 0; i < 1000; i++) {
2510 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2511 if (ocp_data & LINK_LIST_READY)
2512 break;
8ddfa077 2513 usleep_range(1000, 2000);
ac718b69 2514 }
2515
2516 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2517 ocp_data |= RE_INIT_LL;
2518 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2519
2520 for (i = 0; i < 1000; i++) {
2521 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2522 if (ocp_data & LINK_LIST_READY)
2523 break;
8ddfa077 2524 usleep_range(1000, 2000);
ac718b69 2525 }
2526
2527 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8152_RMS);
2528
c5554298 2529 rtl_rx_vlan_en(tp, true);
ac718b69 2530
2531 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2532 ocp_data |= ALDPS_PROXY_MODE;
2533 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2534
2535 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2536 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2537 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2538
00a5e360 2539 rxdy_gated_en(tp, false);
ac718b69 2540
2541 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2542 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2543 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2544}
2545
43779f8d 2546static void r8153_hw_phy_cfg(struct r8152 *tp)
2547{
2548 u32 ocp_data;
2549 u16 data;
2550
2551 ocp_reg_write(tp, OCP_ADC_CFG, CKADSEL_L | ADC_EN | EN_EMI_L);
f0cbe0ac 2552 data = r8152_mdio_read(tp, MII_BMCR);
2553 if (data & BMCR_PDOWN) {
2554 data &= ~BMCR_PDOWN;
2555 r8152_mdio_write(tp, MII_BMCR, data);
2556 }
43779f8d 2557
2558 if (tp->version == RTL_VER_03) {
2559 data = ocp_reg_read(tp, OCP_EEE_CFG);
2560 data &= ~CTAP_SHORT_EN;
2561 ocp_reg_write(tp, OCP_EEE_CFG, data);
2562 }
2563
2564 data = ocp_reg_read(tp, OCP_POWER_CFG);
2565 data |= EEE_CLKDIV_EN;
2566 ocp_reg_write(tp, OCP_POWER_CFG, data);
2567
2568 data = ocp_reg_read(tp, OCP_DOWN_SPEED);
2569 data |= EN_10M_BGOFF;
2570 ocp_reg_write(tp, OCP_DOWN_SPEED, data);
2571 data = ocp_reg_read(tp, OCP_POWER_CFG);
2572 data |= EN_10M_PLLOFF;
2573 ocp_reg_write(tp, OCP_POWER_CFG, data);
b4d99def 2574 sram_write(tp, SRAM_IMPEDANCE, 0x0b13);
43779f8d 2575
2576 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
2577 ocp_data |= PFM_PWM_SWITCH;
2578 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
2579
b4d99def 2580 /* Enable LPF corner auto tune */
2581 sram_write(tp, SRAM_LPF_CFG, 0xf70f);
43779f8d 2582
b4d99def 2583 /* Adjust 10M Amplitude */
2584 sram_write(tp, SRAM_10M_AMP1, 0x00af);
2585 sram_write(tp, SRAM_10M_AMP2, 0x0208);
aa66a5f1 2586
2587 set_bit(PHY_RESET, &tp->flags);
43779f8d 2588}
2589
b9702723 2590static void r8153_u1u2en(struct r8152 *tp, bool enable)
43779f8d 2591{
2592 u8 u1u2[8];
2593
2594 if (enable)
2595 memset(u1u2, 0xff, sizeof(u1u2));
2596 else
2597 memset(u1u2, 0x00, sizeof(u1u2));
2598
2599 usb_ocp_write(tp, USB_TOLERANCE, BYTE_EN_SIX_BYTES, sizeof(u1u2), u1u2);
2600}
2601
b9702723 2602static void r8153_u2p3en(struct r8152 *tp, bool enable)
43779f8d 2603{
2604 u32 ocp_data;
2605
2606 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL);
2607 if (enable)
2608 ocp_data |= U2P3_ENABLE;
2609 else
2610 ocp_data &= ~U2P3_ENABLE;
2611 ocp_write_word(tp, MCU_TYPE_USB, USB_U2P3_CTRL, ocp_data);
2612}
2613
b9702723 2614static void r8153_power_cut_en(struct r8152 *tp, bool enable)
43779f8d 2615{
2616 u32 ocp_data;
2617
2618 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_POWER_CUT);
2619 if (enable)
2620 ocp_data |= PWR_EN | PHASE2_EN;
2621 else
2622 ocp_data &= ~(PWR_EN | PHASE2_EN);
2623 ocp_write_word(tp, MCU_TYPE_USB, USB_POWER_CUT, ocp_data);
2624
2625 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0);
2626 ocp_data &= ~PCUT_STATUS;
2627 ocp_write_word(tp, MCU_TYPE_USB, USB_MISC_0, ocp_data);
2628}
2629
43779f8d 2630static void r8153_first_init(struct r8152 *tp)
2631{
2632 u32 ocp_data;
2633 int i;
2634
00a5e360 2635 rxdy_gated_en(tp, true);
43779f8d 2636 r8153_teredo_off(tp);
2637
2638 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2639 ocp_data &= ~RCR_ACPT_ALL;
2640 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2641
2642 r8153_hw_phy_cfg(tp);
2643
2644 rtl8152_nic_reset(tp);
2645
2646 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2647 ocp_data &= ~NOW_IS_OOB;
2648 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2649
2650 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2651 ocp_data &= ~MCU_BORW_EN;
2652 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2653
2654 for (i = 0; i < 1000; i++) {
2655 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2656 if (ocp_data & LINK_LIST_READY)
2657 break;
8ddfa077 2658 usleep_range(1000, 2000);
43779f8d 2659 }
2660
2661 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2662 ocp_data |= RE_INIT_LL;
2663 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2664
2665 for (i = 0; i < 1000; i++) {
2666 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2667 if (ocp_data & LINK_LIST_READY)
2668 break;
8ddfa077 2669 usleep_range(1000, 2000);
43779f8d 2670 }
2671
c5554298 2672 rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
43779f8d 2673
69b4b7a4 2674 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8153_RMS);
2675 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_MTPS, MTPS_JUMBO);
43779f8d 2676
2677 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0);
2678 ocp_data |= TCR0_AUTO_FIFO;
2679 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data);
2680
2681 rtl8152_nic_reset(tp);
2682
2683 /* rx share fifo credit full threshold */
2684 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL0, RXFIFO_THR1_NORMAL);
2685 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL1, RXFIFO_THR2_NORMAL);
2686 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RXFIFO_CTRL2, RXFIFO_THR3_NORMAL);
2687 /* TX share fifo free credit full threshold */
2688 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_TXFIFO_CTRL, TXFIFO_THR_NORMAL2);
2689
9629e3c0 2690 /* rx aggregation */
43779f8d 2691 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
2692 ocp_data &= ~RX_AGG_DISABLE;
2693 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
2694}
2695
2696static void r8153_enter_oob(struct r8152 *tp)
2697{
2698 u32 ocp_data;
2699 int i;
2700
2701 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2702 ocp_data &= ~NOW_IS_OOB;
2703 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2704
d70b1137 2705 rtl_disable(tp);
43779f8d 2706
2707 for (i = 0; i < 1000; i++) {
2708 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2709 if (ocp_data & LINK_LIST_READY)
2710 break;
8ddfa077 2711 usleep_range(1000, 2000);
43779f8d 2712 }
2713
2714 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7);
2715 ocp_data |= RE_INIT_LL;
2716 ocp_write_word(tp, MCU_TYPE_PLA, PLA_SFF_STS_7, ocp_data);
2717
2718 for (i = 0; i < 1000; i++) {
2719 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2720 if (ocp_data & LINK_LIST_READY)
2721 break;
8ddfa077 2722 usleep_range(1000, 2000);
43779f8d 2723 }
2724
69b4b7a4 2725 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, RTL8153_RMS);
43779f8d 2726
43779f8d 2727 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG);
2728 ocp_data &= ~TEREDO_WAKE_MASK;
2729 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TEREDO_CFG, ocp_data);
2730
c5554298 2731 rtl_rx_vlan_en(tp, true);
43779f8d 2732
2733 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PAL_BDC_CR);
2734 ocp_data |= ALDPS_PROXY_MODE;
2735 ocp_write_word(tp, MCU_TYPE_PLA, PAL_BDC_CR, ocp_data);
2736
2737 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);
2738 ocp_data |= NOW_IS_OOB | DIS_MCU_CLROOB;
2739 ocp_write_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL, ocp_data);
2740
00a5e360 2741 rxdy_gated_en(tp, false);
43779f8d 2742
2743 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR);
2744 ocp_data |= RCR_APM | RCR_AM | RCR_AB;
2745 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, ocp_data);
2746}
2747
2748static void r8153_disable_aldps(struct r8152 *tp)
2749{
2750 u16 data;
2751
2752 data = ocp_reg_read(tp, OCP_POWER_CFG);
2753 data &= ~EN_ALDPS;
2754 ocp_reg_write(tp, OCP_POWER_CFG, data);
2755 msleep(20);
2756}
2757
2758static void r8153_enable_aldps(struct r8152 *tp)
2759{
2760 u16 data;
2761
2762 data = ocp_reg_read(tp, OCP_POWER_CFG);
2763 data |= EN_ALDPS;
2764 ocp_reg_write(tp, OCP_POWER_CFG, data);
2765}
2766
d70b1137 2767static void rtl8153_disable(struct r8152 *tp)
2768{
2769 r8153_disable_aldps(tp);
2770 rtl_disable(tp);
2771 r8153_enable_aldps(tp);
2772}
2773
ac718b69 2774static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
2775{
43779f8d 2776 u16 bmcr, anar, gbcr;
ac718b69 2777 int ret = 0;
2778
2779 cancel_delayed_work_sync(&tp->schedule);
2780 anar = r8152_mdio_read(tp, MII_ADVERTISE);
2781 anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
2782 ADVERTISE_100HALF | ADVERTISE_100FULL);
43779f8d 2783 if (tp->mii.supports_gmii) {
2784 gbcr = r8152_mdio_read(tp, MII_CTRL1000);
2785 gbcr &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
2786 } else {
2787 gbcr = 0;
2788 }
ac718b69 2789
2790 if (autoneg == AUTONEG_DISABLE) {
2791 if (speed == SPEED_10) {
2792 bmcr = 0;
2793 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2794 } else if (speed == SPEED_100) {
2795 bmcr = BMCR_SPEED100;
2796 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
43779f8d 2797 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
2798 bmcr = BMCR_SPEED1000;
2799 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
ac718b69 2800 } else {
2801 ret = -EINVAL;
2802 goto out;
2803 }
2804
2805 if (duplex == DUPLEX_FULL)
2806 bmcr |= BMCR_FULLDPLX;
2807 } else {
2808 if (speed == SPEED_10) {
2809 if (duplex == DUPLEX_FULL)
2810 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2811 else
2812 anar |= ADVERTISE_10HALF;
2813 } else if (speed == SPEED_100) {
2814 if (duplex == DUPLEX_FULL) {
2815 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2816 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
2817 } else {
2818 anar |= ADVERTISE_10HALF;
2819 anar |= ADVERTISE_100HALF;
2820 }
43779f8d 2821 } else if (speed == SPEED_1000 && tp->mii.supports_gmii) {
2822 if (duplex == DUPLEX_FULL) {
2823 anar |= ADVERTISE_10HALF | ADVERTISE_10FULL;
2824 anar |= ADVERTISE_100HALF | ADVERTISE_100FULL;
2825 gbcr |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
2826 } else {
2827 anar |= ADVERTISE_10HALF;
2828 anar |= ADVERTISE_100HALF;
2829 gbcr |= ADVERTISE_1000HALF;
2830 }
ac718b69 2831 } else {
2832 ret = -EINVAL;
2833 goto out;
2834 }
2835
2836 bmcr = BMCR_ANENABLE | BMCR_ANRESTART;
2837 }
2838
aa66a5f1 2839 if (test_bit(PHY_RESET, &tp->flags))
2840 bmcr |= BMCR_RESET;
2841
43779f8d 2842 if (tp->mii.supports_gmii)
2843 r8152_mdio_write(tp, MII_CTRL1000, gbcr);
2844
ac718b69 2845 r8152_mdio_write(tp, MII_ADVERTISE, anar);
2846 r8152_mdio_write(tp, MII_BMCR, bmcr);
2847
aa66a5f1 2848 if (test_bit(PHY_RESET, &tp->flags)) {
2849 int i;
2850
2851 clear_bit(PHY_RESET, &tp->flags);
2852 for (i = 0; i < 50; i++) {
2853 msleep(20);
2854 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
2855 break;
2856 }
2857 }
2858
ac718b69 2859out:
ac718b69 2860
2861 return ret;
2862}
2863
d70b1137 2864static void rtl8152_up(struct r8152 *tp)
2865{
2866 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2867 return;
2868
2869 r8152b_disable_aldps(tp);
2870 r8152b_exit_oob(tp);
2871 r8152b_enable_aldps(tp);
2872}
2873
ac718b69 2874static void rtl8152_down(struct r8152 *tp)
2875{
6871438c 2876 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2877 rtl_drop_queued_tx(tp);
2878 return;
2879 }
2880
00a5e360 2881 r8152_power_cut_en(tp, false);
ac718b69 2882 r8152b_disable_aldps(tp);
2883 r8152b_enter_oob(tp);
2884 r8152b_enable_aldps(tp);
2885}
2886
d70b1137 2887static void rtl8153_up(struct r8152 *tp)
2888{
2889 if (test_bit(RTL8152_UNPLUG, &tp->flags))
2890 return;
2891
2892 r8153_disable_aldps(tp);
2893 r8153_first_init(tp);
2894 r8153_enable_aldps(tp);
2895}
2896
43779f8d 2897static void rtl8153_down(struct r8152 *tp)
2898{
6871438c 2899 if (test_bit(RTL8152_UNPLUG, &tp->flags)) {
2900 rtl_drop_queued_tx(tp);
2901 return;
2902 }
2903
b9702723 2904 r8153_u1u2en(tp, false);
2905 r8153_power_cut_en(tp, false);
43779f8d 2906 r8153_disable_aldps(tp);
2907 r8153_enter_oob(tp);
2908 r8153_enable_aldps(tp);
2909}
2910
ac718b69 2911static void set_carrier(struct r8152 *tp)
2912{
2913 struct net_device *netdev = tp->netdev;
2914 u8 speed;
2915
40a82917 2916 clear_bit(RTL8152_LINK_CHG, &tp->flags);
ac718b69 2917 speed = rtl8152_get_speed(tp);
2918
2919 if (speed & LINK_STATUS) {
51d979fa 2920 if (!netif_carrier_ok(netdev)) {
c81229c9 2921 tp->rtl_ops.enable(tp);
ac718b69 2922 set_bit(RTL8152_SET_RX_MODE, &tp->flags);
2923 netif_carrier_on(netdev);
aa2e0926 2924 rtl_start_rx(tp);
ac718b69 2925 }
2926 } else {
51d979fa 2927 if (netif_carrier_ok(netdev)) {
ac718b69 2928 netif_carrier_off(netdev);
d823ab68 2929 napi_disable(&tp->napi);
c81229c9 2930 tp->rtl_ops.disable(tp);
d823ab68 2931 napi_enable(&tp->napi);
ac718b69 2932 }
2933 }
ac718b69 2934}
2935
2936static void rtl_work_func_t(struct work_struct *work)
2937{
2938 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
2939
a1f83fee 2940 /* If the device is unplugged or !netif_running(), the workqueue
2941 * doesn't need to wake the device, and could return directly.
2942 */
2943 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev))
2944 return;
2945
9a4be1bd 2946 if (usb_autopm_get_interface(tp->intf) < 0)
2947 return;
2948
ac718b69 2949 if (!test_bit(WORK_ENABLE, &tp->flags))
2950 goto out1;
2951
b5403273 2952 if (!mutex_trylock(&tp->control)) {
2953 schedule_delayed_work(&tp->schedule, 0);
2954 goto out1;
2955 }
2956
40a82917 2957 if (test_bit(RTL8152_LINK_CHG, &tp->flags))
2958 set_carrier(tp);
ac718b69 2959
2960 if (test_bit(RTL8152_SET_RX_MODE, &tp->flags))
2961 _rtl8152_set_rx_mode(tp->netdev);
2962
d823ab68 2963 /* don't schedule napi before linking */
2964 if (test_bit(SCHEDULE_NAPI, &tp->flags) &&
51d979fa 2965 netif_carrier_ok(tp->netdev)) {
d823ab68 2966 clear_bit(SCHEDULE_NAPI, &tp->flags);
2967 napi_schedule(&tp->napi);
0c3121fc 2968 }
aa66a5f1 2969
2970 if (test_bit(PHY_RESET, &tp->flags))
2971 rtl_phy_reset(tp);
2972
b5403273 2973 mutex_unlock(&tp->control);
2974
ac718b69 2975out1:
9a4be1bd 2976 usb_autopm_put_interface(tp->intf);
ac718b69 2977}
2978
2979static int rtl8152_open(struct net_device *netdev)
2980{
2981 struct r8152 *tp = netdev_priv(netdev);
2982 int res = 0;
2983
7e9da481 2984 res = alloc_all_mem(tp);
2985 if (res)
2986 goto out;
2987
51d979fa 2988 netif_carrier_off(netdev);
f4c7476b 2989
9a4be1bd 2990 res = usb_autopm_get_interface(tp->intf);
2991 if (res < 0) {
2992 free_all_mem(tp);
2993 goto out;
2994 }
2995
b5403273 2996 mutex_lock(&tp->control);
2997
9a4be1bd 2998 /* The WORK_ENABLE may be set when autoresume occurs */
2999 if (test_bit(WORK_ENABLE, &tp->flags)) {
3000 clear_bit(WORK_ENABLE, &tp->flags);
3001 usb_kill_urb(tp->intr_urb);
3002 cancel_delayed_work_sync(&tp->schedule);
f4c7476b 3003
3004 /* disable the tx/rx, if the workqueue has enabled them. */
51d979fa 3005 if (netif_carrier_ok(netdev))
9a4be1bd 3006 tp->rtl_ops.disable(tp);
3007 }
3008
7e9da481 3009 tp->rtl_ops.up(tp);
3010
3d55f44f 3011 rtl8152_set_speed(tp, AUTONEG_ENABLE,
3012 tp->mii.supports_gmii ? SPEED_1000 : SPEED_100,
3013 DUPLEX_FULL);
3d55f44f 3014 netif_carrier_off(netdev);
3015 netif_start_queue(netdev);
3016 set_bit(WORK_ENABLE, &tp->flags);
db8515ef 3017
40a82917 3018 res = usb_submit_urb(tp->intr_urb, GFP_KERNEL);
3019 if (res) {
3020 if (res == -ENODEV)
3021 netif_device_detach(tp->netdev);
4a8deae2
HW
3022 netif_warn(tp, ifup, netdev, "intr_urb submit failed: %d\n",
3023 res);
7e9da481 3024 free_all_mem(tp);
93ffbeab 3025 } else {
d823ab68 3026 napi_enable(&tp->napi);
ac718b69 3027 }
3028
b5403273 3029 mutex_unlock(&tp->control);
3030
9a4be1bd 3031 usb_autopm_put_interface(tp->intf);
ac718b69 3032
7e9da481 3033out:
ac718b69 3034 return res;
3035}
3036
3037static int rtl8152_close(struct net_device *netdev)
3038{
3039 struct r8152 *tp = netdev_priv(netdev);
3040 int res = 0;
3041
d823ab68 3042 napi_disable(&tp->napi);
ac718b69 3043 clear_bit(WORK_ENABLE, &tp->flags);
3d55f44f 3044 usb_kill_urb(tp->intr_urb);
ac718b69 3045 cancel_delayed_work_sync(&tp->schedule);
3046 netif_stop_queue(netdev);
9a4be1bd 3047
3048 res = usb_autopm_get_interface(tp->intf);
53543db5 3049 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) {
9a4be1bd 3050 rtl_drop_queued_tx(tp);
d823ab68 3051 rtl_stop_rx(tp);
9a4be1bd 3052 } else {
b5403273 3053 mutex_lock(&tp->control);
3054
b209af99 3055 /* The autosuspend may have been enabled and wouldn't
9a4be1bd 3056 * be disable when autoresume occurs, because the
3057 * netif_running() would be false.
3058 */
923e1ee3 3059 rtl_runtime_suspend_enable(tp, false);
9a4be1bd 3060
9a4be1bd 3061 tp->rtl_ops.down(tp);
b5403273 3062
3063 mutex_unlock(&tp->control);
3064
9a4be1bd 3065 usb_autopm_put_interface(tp->intf);
3066 }
ac718b69 3067
7e9da481 3068 free_all_mem(tp);
3069
ac718b69 3070 return res;
3071}
3072
d24f6134 3073static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg)
3074{
3075 ocp_reg_write(tp, OCP_EEE_AR, FUN_ADDR | dev);
3076 ocp_reg_write(tp, OCP_EEE_DATA, reg);
3077 ocp_reg_write(tp, OCP_EEE_AR, FUN_DATA | dev);
3078}
3079
3080static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg)
3081{
3082 u16 data;
3083
3084 r8152_mmd_indirect(tp, dev, reg);
3085 data = ocp_reg_read(tp, OCP_EEE_DATA);
3086 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
3087
3088 return data;
3089}
3090
3091static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data)
ac718b69 3092{
d24f6134 3093 r8152_mmd_indirect(tp, dev, reg);
3094 ocp_reg_write(tp, OCP_EEE_DATA, data);
3095 ocp_reg_write(tp, OCP_EEE_AR, 0x0000);
3096}
3097
3098static void r8152_eee_en(struct r8152 *tp, bool enable)
3099{
3100 u16 config1, config2, config3;
45f4a19f 3101 u32 ocp_data;
ac718b69 3102
3103 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
d24f6134 3104 config1 = ocp_reg_read(tp, OCP_EEE_CONFIG1) & ~sd_rise_time_mask;
3105 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2);
3106 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
3107
3108 if (enable) {
3109 ocp_data |= EEE_RX_EN | EEE_TX_EN;
3110 config1 |= EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN | RX_QUIET_EN;
3111 config1 |= sd_rise_time(1);
3112 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN;
3113 config3 |= fast_snr(42);
3114 } else {
3115 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
3116 config1 &= ~(EEE_10_CAP | EEE_NWAY_EN | TX_QUIET_EN |
3117 RX_QUIET_EN);
3118 config1 |= sd_rise_time(7);
3119 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN);
3120 config3 |= fast_snr(511);
3121 }
3122
ac718b69 3123 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
d24f6134 3124 ocp_reg_write(tp, OCP_EEE_CONFIG1, config1);
3125 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2);
3126 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
ac718b69 3127}
3128
d24f6134 3129static void r8152b_enable_eee(struct r8152 *tp)
3130{
3131 r8152_eee_en(tp, true);
3132 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, MDIO_EEE_100TX);
3133}
3134
3135static void r8153_eee_en(struct r8152 *tp, bool enable)
43779f8d 3136{
3137 u32 ocp_data;
d24f6134 3138 u16 config;
43779f8d 3139
3140 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
d24f6134 3141 config = ocp_reg_read(tp, OCP_EEE_CFG);
3142
3143 if (enable) {
3144 ocp_data |= EEE_RX_EN | EEE_TX_EN;
3145 config |= EEE10_EN;
3146 } else {
3147 ocp_data &= ~(EEE_RX_EN | EEE_TX_EN);
3148 config &= ~EEE10_EN;
3149 }
3150
43779f8d 3151 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEE_CR, ocp_data);
d24f6134 3152 ocp_reg_write(tp, OCP_EEE_CFG, config);
3153}
3154
3155static void r8153_enable_eee(struct r8152 *tp)
3156{
3157 r8153_eee_en(tp, true);
3158 ocp_reg_write(tp, OCP_EEE_ADV, MDIO_EEE_1000T | MDIO_EEE_100TX);
43779f8d 3159}
3160
ac718b69 3161static void r8152b_enable_fc(struct r8152 *tp)
3162{
3163 u16 anar;
3164
3165 anar = r8152_mdio_read(tp, MII_ADVERTISE);
3166 anar |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
3167 r8152_mdio_write(tp, MII_ADVERTISE, anar);
3168}
3169
4f1d4d54 3170static void rtl_tally_reset(struct r8152 *tp)
3171{
3172 u32 ocp_data;
3173
3174 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY);
3175 ocp_data |= TALLY_RESET;
3176 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
3177}
3178
ac718b69 3179static void r8152b_init(struct r8152 *tp)
3180{
ebc2ec48 3181 u32 ocp_data;
ac718b69 3182
6871438c 3183 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3184 return;
3185
d70b1137 3186 r8152b_disable_aldps(tp);
3187
ac718b69 3188 if (tp->version == RTL_VER_01) {
3189 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3190 ocp_data &= ~LED_MODE_MASK;
3191 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3192 }
3193
00a5e360 3194 r8152_power_cut_en(tp, false);
ac718b69 3195
ac718b69 3196 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR);
3197 ocp_data |= TX_10M_IDLE_EN | PFM_PWM_SWITCH;
3198 ocp_write_word(tp, MCU_TYPE_PLA, PLA_PHY_PWR, ocp_data);
3199 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL);
3200 ocp_data &= ~MCU_CLK_RATIO_MASK;
3201 ocp_data |= MCU_CLK_RATIO | D3_CLK_GATED_EN;
3202 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ocp_data);
3203 ocp_data = GPHY_STS_MSK | SPEED_DOWN_MSK |
3204 SPDWN_RXDV_MSK | SPDWN_LINKCHG_MSK;
3205 ocp_write_word(tp, MCU_TYPE_PLA, PLA_GPHY_INTR_IMR, ocp_data);
3206
3207 r8152b_enable_eee(tp);
3208 r8152b_enable_aldps(tp);
3209 r8152b_enable_fc(tp);
4f1d4d54 3210 rtl_tally_reset(tp);
ac718b69 3211
ebc2ec48 3212 /* enable rx aggregation */
ac718b69 3213 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
ebc2ec48 3214 ocp_data &= ~RX_AGG_DISABLE;
ac718b69 3215 ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
3216}
3217
43779f8d 3218static void r8153_init(struct r8152 *tp)
3219{
3220 u32 ocp_data;
3221 int i;
3222
6871438c 3223 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3224 return;
3225
d70b1137 3226 r8153_disable_aldps(tp);
b9702723 3227 r8153_u1u2en(tp, false);
43779f8d 3228
3229 for (i = 0; i < 500; i++) {
3230 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_BOOT_CTRL) &
3231 AUTOLOAD_DONE)
3232 break;
3233 msleep(20);
3234 }
3235
3236 for (i = 0; i < 500; i++) {
3237 ocp_data = ocp_reg_read(tp, OCP_PHY_STATUS) & PHY_STAT_MASK;
3238 if (ocp_data == PHY_STAT_LAN_ON || ocp_data == PHY_STAT_PWRDN)
3239 break;
3240 msleep(20);
3241 }
3242
b9702723 3243 r8153_u2p3en(tp, false);
43779f8d 3244
3245 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL);
3246 ocp_data &= ~TIMER11_EN;
3247 ocp_write_word(tp, MCU_TYPE_USB, USB_WDT11_CTRL, ocp_data);
3248
43779f8d 3249 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE);
3250 ocp_data &= ~LED_MODE_MASK;
3251 ocp_write_word(tp, MCU_TYPE_PLA, PLA_LED_FEATURE, ocp_data);
3252
3253 ocp_data = ocp_read_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL);
3254 ocp_data &= ~LPM_TIMER_MASK;
34203e25 3255 if (tp->version == RTL_VER_04 && tp->udev->speed != USB_SPEED_SUPER)
43779f8d 3256 ocp_data |= LPM_TIMER_500MS;
34203e25 3257 else
3258 ocp_data |= LPM_TIMER_500US;
43779f8d 3259 ocp_write_byte(tp, MCU_TYPE_USB, USB_LPM_CTRL, ocp_data);
3260
3261 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2);
3262 ocp_data &= ~SEN_VAL_MASK;
3263 ocp_data |= SEN_VAL_NORMAL | SEL_RXIDLE;
3264 ocp_write_word(tp, MCU_TYPE_USB, USB_AFE_CTRL2, ocp_data);
3265
b9702723 3266 r8153_power_cut_en(tp, false);
3267 r8153_u1u2en(tp, true);
43779f8d 3268
43779f8d 3269 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL, ALDPS_SPDWN_RATIO);
3270 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL2, EEE_SPDWN_RATIO);
3271 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3,
3272 PKT_AVAIL_SPDWN_EN | SUSPEND_SPDWN_EN |
3273 U1U2_SPDWN_EN | L1_SPDWN_EN);
3274 ocp_write_word(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL4,
3275 PWRSAVE_SPDWN_EN | RXDV_SPDWN_EN | TX10MIDLE_EN |
3276 TP100_SPDWN_EN | TP500_SPDWN_EN | TP1000_SPDWN_EN |
3277 EEE_SPDWN_EN);
3278
3279 r8153_enable_eee(tp);
3280 r8153_enable_aldps(tp);
3281 r8152b_enable_fc(tp);
4f1d4d54 3282 rtl_tally_reset(tp);
43779f8d 3283}
3284
ac718b69 3285static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
3286{
3287 struct r8152 *tp = usb_get_intfdata(intf);
6cc69f2a 3288 struct net_device *netdev = tp->netdev;
3289 int ret = 0;
ac718b69 3290
b5403273 3291 mutex_lock(&tp->control);
3292
6cc69f2a 3293 if (PMSG_IS_AUTO(message)) {
3294 if (netif_running(netdev) && work_busy(&tp->schedule.work)) {
3295 ret = -EBUSY;
3296 goto out1;
3297 }
3298
9a4be1bd 3299 set_bit(SELECTIVE_SUSPEND, &tp->flags);
6cc69f2a 3300 } else {
3301 netif_device_detach(netdev);
3302 }
ac718b69 3303
e3bd1a81 3304 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) {
ac718b69 3305 clear_bit(WORK_ENABLE, &tp->flags);
40a82917 3306 usb_kill_urb(tp->intr_urb);
d823ab68 3307 napi_disable(&tp->napi);
9a4be1bd 3308 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
445f7f4d 3309 rtl_stop_rx(tp);
9a4be1bd 3310 rtl_runtime_suspend_enable(tp, true);
3311 } else {
6cc69f2a 3312 cancel_delayed_work_sync(&tp->schedule);
9a4be1bd 3313 tp->rtl_ops.down(tp);
9a4be1bd 3314 }
d823ab68 3315 napi_enable(&tp->napi);
ac718b69 3316 }
6cc69f2a 3317out1:
b5403273 3318 mutex_unlock(&tp->control);
3319
6cc69f2a 3320 return ret;
ac718b69 3321}
3322
3323static int rtl8152_resume(struct usb_interface *intf)
3324{
3325 struct r8152 *tp = usb_get_intfdata(intf);
3326
b5403273 3327 mutex_lock(&tp->control);
3328
9a4be1bd 3329 if (!test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3330 tp->rtl_ops.init(tp);
3331 netif_device_attach(tp->netdev);
3332 }
3333
ac718b69 3334 if (netif_running(tp->netdev)) {
9a4be1bd 3335 if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3336 rtl_runtime_suspend_enable(tp, false);
3337 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
445f7f4d 3338 set_bit(WORK_ENABLE, &tp->flags);
51d979fa 3339 if (netif_carrier_ok(tp->netdev))
445f7f4d 3340 rtl_start_rx(tp);
9a4be1bd 3341 } else {
3342 tp->rtl_ops.up(tp);
3343 rtl8152_set_speed(tp, AUTONEG_ENABLE,
b209af99 3344 tp->mii.supports_gmii ?
3345 SPEED_1000 : SPEED_100,
3346 DUPLEX_FULL);
445f7f4d 3347 netif_carrier_off(tp->netdev);
3348 set_bit(WORK_ENABLE, &tp->flags);
9a4be1bd 3349 }
40a82917 3350 usb_submit_urb(tp->intr_urb, GFP_KERNEL);
923e1ee3 3351 } else if (test_bit(SELECTIVE_SUSPEND, &tp->flags)) {
3352 clear_bit(SELECTIVE_SUSPEND, &tp->flags);
ac718b69 3353 }
3354
b5403273 3355 mutex_unlock(&tp->control);
3356
ac718b69 3357 return 0;
3358}
3359
21ff2e89 3360static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3361{
3362 struct r8152 *tp = netdev_priv(dev);
3363
9a4be1bd 3364 if (usb_autopm_get_interface(tp->intf) < 0)
3365 return;
3366
b5403273 3367 mutex_lock(&tp->control);
3368
21ff2e89 3369 wol->supported = WAKE_ANY;
3370 wol->wolopts = __rtl_get_wol(tp);
9a4be1bd 3371
b5403273 3372 mutex_unlock(&tp->control);
3373
9a4be1bd 3374 usb_autopm_put_interface(tp->intf);
21ff2e89 3375}
3376
3377static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
3378{
3379 struct r8152 *tp = netdev_priv(dev);
9a4be1bd 3380 int ret;
3381
3382 ret = usb_autopm_get_interface(tp->intf);
3383 if (ret < 0)
3384 goto out_set_wol;
21ff2e89 3385
b5403273 3386 mutex_lock(&tp->control);
3387
21ff2e89 3388 __rtl_set_wol(tp, wol->wolopts);
3389 tp->saved_wolopts = wol->wolopts & WAKE_ANY;
3390
b5403273 3391 mutex_unlock(&tp->control);
3392
9a4be1bd 3393 usb_autopm_put_interface(tp->intf);
3394
3395out_set_wol:
3396 return ret;
21ff2e89 3397}
3398
a5ec27c1 3399static u32 rtl8152_get_msglevel(struct net_device *dev)
3400{
3401 struct r8152 *tp = netdev_priv(dev);
3402
3403 return tp->msg_enable;
3404}
3405
3406static void rtl8152_set_msglevel(struct net_device *dev, u32 value)
3407{
3408 struct r8152 *tp = netdev_priv(dev);
3409
3410 tp->msg_enable = value;
3411}
3412
ac718b69 3413static void rtl8152_get_drvinfo(struct net_device *netdev,
3414 struct ethtool_drvinfo *info)
3415{
3416 struct r8152 *tp = netdev_priv(netdev);
3417
b0b46c77 3418 strlcpy(info->driver, MODULENAME, sizeof(info->driver));
3419 strlcpy(info->version, DRIVER_VERSION, sizeof(info->version));
ac718b69 3420 usb_make_path(tp->udev, info->bus_info, sizeof(info->bus_info));
3421}
3422
3423static
3424int rtl8152_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd)
3425{
3426 struct r8152 *tp = netdev_priv(netdev);
8d4a4d72 3427 int ret;
ac718b69 3428
3429 if (!tp->mii.mdio_read)
3430 return -EOPNOTSUPP;
3431
8d4a4d72 3432 ret = usb_autopm_get_interface(tp->intf);
3433 if (ret < 0)
3434 goto out;
3435
b5403273 3436 mutex_lock(&tp->control);
3437
8d4a4d72 3438 ret = mii_ethtool_gset(&tp->mii, cmd);
3439
b5403273 3440 mutex_unlock(&tp->control);
3441
8d4a4d72 3442 usb_autopm_put_interface(tp->intf);
3443
3444out:
3445 return ret;
ac718b69 3446}
3447
3448static int rtl8152_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
3449{
3450 struct r8152 *tp = netdev_priv(dev);
9a4be1bd 3451 int ret;
3452
3453 ret = usb_autopm_get_interface(tp->intf);
3454 if (ret < 0)
3455 goto out;
ac718b69 3456
b5403273 3457 mutex_lock(&tp->control);
3458
9a4be1bd 3459 ret = rtl8152_set_speed(tp, cmd->autoneg, cmd->speed, cmd->duplex);
3460
b5403273 3461 mutex_unlock(&tp->control);
3462
9a4be1bd 3463 usb_autopm_put_interface(tp->intf);
3464
3465out:
3466 return ret;
ac718b69 3467}
3468
4f1d4d54 3469static const char rtl8152_gstrings[][ETH_GSTRING_LEN] = {
3470 "tx_packets",
3471 "rx_packets",
3472 "tx_errors",
3473 "rx_errors",
3474 "rx_missed",
3475 "align_errors",
3476 "tx_single_collisions",
3477 "tx_multi_collisions",
3478 "rx_unicast",
3479 "rx_broadcast",
3480 "rx_multicast",
3481 "tx_aborted",
3482 "tx_underrun",
3483};
3484
3485static int rtl8152_get_sset_count(struct net_device *dev, int sset)
3486{
3487 switch (sset) {
3488 case ETH_SS_STATS:
3489 return ARRAY_SIZE(rtl8152_gstrings);
3490 default:
3491 return -EOPNOTSUPP;
3492 }
3493}
3494
3495static void rtl8152_get_ethtool_stats(struct net_device *dev,
3496 struct ethtool_stats *stats, u64 *data)
3497{
3498 struct r8152 *tp = netdev_priv(dev);
3499 struct tally_counter tally;
3500
0b030244 3501 if (usb_autopm_get_interface(tp->intf) < 0)
3502 return;
3503
4f1d4d54 3504 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
3505
0b030244 3506 usb_autopm_put_interface(tp->intf);
3507
4f1d4d54 3508 data[0] = le64_to_cpu(tally.tx_packets);
3509 data[1] = le64_to_cpu(tally.rx_packets);
3510 data[2] = le64_to_cpu(tally.tx_errors);
3511 data[3] = le32_to_cpu(tally.rx_errors);
3512 data[4] = le16_to_cpu(tally.rx_missed);
3513 data[5] = le16_to_cpu(tally.align_errors);
3514 data[6] = le32_to_cpu(tally.tx_one_collision);
3515 data[7] = le32_to_cpu(tally.tx_multi_collision);
3516 data[8] = le64_to_cpu(tally.rx_unicast);
3517 data[9] = le64_to_cpu(tally.rx_broadcast);
3518 data[10] = le32_to_cpu(tally.rx_multicast);
3519 data[11] = le16_to_cpu(tally.tx_aborted);
f37119c5 3520 data[12] = le16_to_cpu(tally.tx_underrun);
4f1d4d54 3521}
3522
3523static void rtl8152_get_strings(struct net_device *dev, u32 stringset, u8 *data)
3524{
3525 switch (stringset) {
3526 case ETH_SS_STATS:
3527 memcpy(data, *rtl8152_gstrings, sizeof(rtl8152_gstrings));
3528 break;
3529 }
3530}
3531
df35d283 3532static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3533{
3534 u32 ocp_data, lp, adv, supported = 0;
3535 u16 val;
3536
3537 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE);
3538 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3539
3540 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV);
3541 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3542
3543 val = r8152_mmd_read(tp, MDIO_MMD_AN, MDIO_AN_EEE_LPABLE);
3544 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3545
3546 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3547 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3548
3549 eee->eee_enabled = !!ocp_data;
3550 eee->eee_active = !!(supported & adv & lp);
3551 eee->supported = supported;
3552 eee->advertised = adv;
3553 eee->lp_advertised = lp;
3554
3555 return 0;
3556}
3557
3558static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3559{
3560 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3561
3562 r8152_eee_en(tp, eee->eee_enabled);
3563
3564 if (!eee->eee_enabled)
3565 val = 0;
3566
3567 r8152_mmd_write(tp, MDIO_MMD_AN, MDIO_AN_EEE_ADV, val);
3568
3569 return 0;
3570}
3571
3572static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee)
3573{
3574 u32 ocp_data, lp, adv, supported = 0;
3575 u16 val;
3576
3577 val = ocp_reg_read(tp, OCP_EEE_ABLE);
3578 supported = mmd_eee_cap_to_ethtool_sup_t(val);
3579
3580 val = ocp_reg_read(tp, OCP_EEE_ADV);
3581 adv = mmd_eee_adv_to_ethtool_adv_t(val);
3582
3583 val = ocp_reg_read(tp, OCP_EEE_LPABLE);
3584 lp = mmd_eee_adv_to_ethtool_adv_t(val);
3585
3586 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEE_CR);
3587 ocp_data &= EEE_RX_EN | EEE_TX_EN;
3588
3589 eee->eee_enabled = !!ocp_data;
3590 eee->eee_active = !!(supported & adv & lp);
3591 eee->supported = supported;
3592 eee->advertised = adv;
3593 eee->lp_advertised = lp;
3594
3595 return 0;
3596}
3597
3598static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee)
3599{
3600 u16 val = ethtool_adv_to_mmd_eee_adv_t(eee->advertised);
3601
3602 r8153_eee_en(tp, eee->eee_enabled);
3603
3604 if (!eee->eee_enabled)
3605 val = 0;
3606
3607 ocp_reg_write(tp, OCP_EEE_ADV, val);
3608
3609 return 0;
3610}
3611
3612static int
3613rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata)
3614{
3615 struct r8152 *tp = netdev_priv(net);
3616 int ret;
3617
3618 ret = usb_autopm_get_interface(tp->intf);
3619 if (ret < 0)
3620 goto out;
3621
b5403273 3622 mutex_lock(&tp->control);
3623
df35d283 3624 ret = tp->rtl_ops.eee_get(tp, edata);
3625
b5403273 3626 mutex_unlock(&tp->control);
3627
df35d283 3628 usb_autopm_put_interface(tp->intf);
3629
3630out:
3631 return ret;
3632}
3633
3634static int
3635rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata)
3636{
3637 struct r8152 *tp = netdev_priv(net);
3638 int ret;
3639
3640 ret = usb_autopm_get_interface(tp->intf);
3641 if (ret < 0)
3642 goto out;
3643
b5403273 3644 mutex_lock(&tp->control);
3645
df35d283 3646 ret = tp->rtl_ops.eee_set(tp, edata);
9d31a7b9 3647 if (!ret)
3648 ret = mii_nway_restart(&tp->mii);
df35d283 3649
b5403273 3650 mutex_unlock(&tp->control);
3651
df35d283 3652 usb_autopm_put_interface(tp->intf);
3653
3654out:
3655 return ret;
3656}
3657
8884f507 3658static int rtl8152_nway_reset(struct net_device *dev)
3659{
3660 struct r8152 *tp = netdev_priv(dev);
3661 int ret;
3662
3663 ret = usb_autopm_get_interface(tp->intf);
3664 if (ret < 0)
3665 goto out;
3666
3667 mutex_lock(&tp->control);
3668
3669 ret = mii_nway_restart(&tp->mii);
3670
3671 mutex_unlock(&tp->control);
3672
3673 usb_autopm_put_interface(tp->intf);
3674
3675out:
3676 return ret;
3677}
3678
ac718b69 3679static struct ethtool_ops ops = {
3680 .get_drvinfo = rtl8152_get_drvinfo,
3681 .get_settings = rtl8152_get_settings,
3682 .set_settings = rtl8152_set_settings,
3683 .get_link = ethtool_op_get_link,
8884f507 3684 .nway_reset = rtl8152_nway_reset,
a5ec27c1 3685 .get_msglevel = rtl8152_get_msglevel,
3686 .set_msglevel = rtl8152_set_msglevel,
21ff2e89 3687 .get_wol = rtl8152_get_wol,
3688 .set_wol = rtl8152_set_wol,
4f1d4d54 3689 .get_strings = rtl8152_get_strings,
3690 .get_sset_count = rtl8152_get_sset_count,
3691 .get_ethtool_stats = rtl8152_get_ethtool_stats,
df35d283 3692 .get_eee = rtl_ethtool_get_eee,
3693 .set_eee = rtl_ethtool_set_eee,
ac718b69 3694};
3695
3696static int rtl8152_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
3697{
3698 struct r8152 *tp = netdev_priv(netdev);
3699 struct mii_ioctl_data *data = if_mii(rq);
9a4be1bd 3700 int res;
3701
6871438c 3702 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3703 return -ENODEV;
3704
9a4be1bd 3705 res = usb_autopm_get_interface(tp->intf);
3706 if (res < 0)
3707 goto out;
ac718b69 3708
3709 switch (cmd) {
3710 case SIOCGMIIPHY:
3711 data->phy_id = R8152_PHY_ID; /* Internal PHY */
3712 break;
3713
3714 case SIOCGMIIREG:
b5403273 3715 mutex_lock(&tp->control);
ac718b69 3716 data->val_out = r8152_mdio_read(tp, data->reg_num);
b5403273 3717 mutex_unlock(&tp->control);
ac718b69 3718 break;
3719
3720 case SIOCSMIIREG:
3721 if (!capable(CAP_NET_ADMIN)) {
3722 res = -EPERM;
3723 break;
3724 }
b5403273 3725 mutex_lock(&tp->control);
ac718b69 3726 r8152_mdio_write(tp, data->reg_num, data->val_in);
b5403273 3727 mutex_unlock(&tp->control);
ac718b69 3728 break;
3729
3730 default:
3731 res = -EOPNOTSUPP;
3732 }
3733
9a4be1bd 3734 usb_autopm_put_interface(tp->intf);
3735
3736out:
ac718b69 3737 return res;
3738}
3739
69b4b7a4 3740static int rtl8152_change_mtu(struct net_device *dev, int new_mtu)
3741{
3742 struct r8152 *tp = netdev_priv(dev);
3743
3744 switch (tp->version) {
3745 case RTL_VER_01:
3746 case RTL_VER_02:
3747 return eth_change_mtu(dev, new_mtu);
3748 default:
3749 break;
3750 }
3751
3752 if (new_mtu < 68 || new_mtu > RTL8153_MAX_MTU)
3753 return -EINVAL;
3754
3755 dev->mtu = new_mtu;
3756
3757 return 0;
3758}
3759
ac718b69 3760static const struct net_device_ops rtl8152_netdev_ops = {
3761 .ndo_open = rtl8152_open,
3762 .ndo_stop = rtl8152_close,
3763 .ndo_do_ioctl = rtl8152_ioctl,
3764 .ndo_start_xmit = rtl8152_start_xmit,
3765 .ndo_tx_timeout = rtl8152_tx_timeout,
c5554298 3766 .ndo_set_features = rtl8152_set_features,
ac718b69 3767 .ndo_set_rx_mode = rtl8152_set_rx_mode,
3768 .ndo_set_mac_address = rtl8152_set_mac_address,
69b4b7a4 3769 .ndo_change_mtu = rtl8152_change_mtu,
ac718b69 3770 .ndo_validate_addr = eth_validate_addr,
a5e31255 3771 .ndo_features_check = rtl8152_features_check,
ac718b69 3772};
3773
3774static void r8152b_get_version(struct r8152 *tp)
3775{
3776 u32 ocp_data;
3777 u16 version;
3778
3779 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR1);
3780 version = (u16)(ocp_data & VERSION_MASK);
3781
3782 switch (version) {
3783 case 0x4c00:
3784 tp->version = RTL_VER_01;
3785 break;
3786 case 0x4c10:
3787 tp->version = RTL_VER_02;
3788 break;
43779f8d 3789 case 0x5c00:
3790 tp->version = RTL_VER_03;
3791 tp->mii.supports_gmii = 1;
3792 break;
3793 case 0x5c10:
3794 tp->version = RTL_VER_04;
3795 tp->mii.supports_gmii = 1;
3796 break;
3797 case 0x5c20:
3798 tp->version = RTL_VER_05;
3799 tp->mii.supports_gmii = 1;
3800 break;
ac718b69 3801 default:
3802 netif_info(tp, probe, tp->netdev,
3803 "Unknown version 0x%04x\n", version);
3804 break;
3805 }
3806}
3807
e3fe0b1a 3808static void rtl8152_unload(struct r8152 *tp)
3809{
6871438c 3810 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3811 return;
3812
00a5e360 3813 if (tp->version != RTL_VER_01)
3814 r8152_power_cut_en(tp, true);
e3fe0b1a 3815}
3816
43779f8d 3817static void rtl8153_unload(struct r8152 *tp)
3818{
6871438c 3819 if (test_bit(RTL8152_UNPLUG, &tp->flags))
3820 return;
3821
49be1723 3822 r8153_power_cut_en(tp, false);
43779f8d 3823}
3824
55b65475 3825static int rtl_ops_init(struct r8152 *tp)
c81229c9 3826{
3827 struct rtl_ops *ops = &tp->rtl_ops;
55b65475 3828 int ret = 0;
3829
3830 switch (tp->version) {
3831 case RTL_VER_01:
3832 case RTL_VER_02:
3833 ops->init = r8152b_init;
3834 ops->enable = rtl8152_enable;
3835 ops->disable = rtl8152_disable;
3836 ops->up = rtl8152_up;
3837 ops->down = rtl8152_down;
3838 ops->unload = rtl8152_unload;
3839 ops->eee_get = r8152_get_eee;
3840 ops->eee_set = r8152_set_eee;
43779f8d 3841 break;
3842
55b65475 3843 case RTL_VER_03:
3844 case RTL_VER_04:
3845 case RTL_VER_05:
3846 ops->init = r8153_init;
3847 ops->enable = rtl8153_enable;
3848 ops->disable = rtl8153_disable;
3849 ops->up = rtl8153_up;
3850 ops->down = rtl8153_down;
3851 ops->unload = rtl8153_unload;
3852 ops->eee_get = r8153_get_eee;
3853 ops->eee_set = r8153_set_eee;
c81229c9 3854 break;
3855
3856 default:
55b65475 3857 ret = -ENODEV;
3858 netif_err(tp, probe, tp->netdev, "Unknown Device\n");
c81229c9 3859 break;
3860 }
3861
3862 return ret;
3863}
3864
ac718b69 3865static int rtl8152_probe(struct usb_interface *intf,
3866 const struct usb_device_id *id)
3867{
3868 struct usb_device *udev = interface_to_usbdev(intf);
3869 struct r8152 *tp;
3870 struct net_device *netdev;
ebc2ec48 3871 int ret;
ac718b69 3872
10c32717 3873 if (udev->actconfig->desc.bConfigurationValue != 1) {
3874 usb_driver_set_configuration(udev, 1);
3875 return -ENODEV;
3876 }
3877
3878 usb_reset_device(udev);
ac718b69 3879 netdev = alloc_etherdev(sizeof(struct r8152));
3880 if (!netdev) {
4a8deae2 3881 dev_err(&intf->dev, "Out of memory\n");
ac718b69 3882 return -ENOMEM;
3883 }
3884
ebc2ec48 3885 SET_NETDEV_DEV(netdev, &intf->dev);
ac718b69 3886 tp = netdev_priv(netdev);
3887 tp->msg_enable = 0x7FFF;
3888
e3ad412a 3889 tp->udev = udev;
3890 tp->netdev = netdev;
3891 tp->intf = intf;
3892
82cf94cb 3893 r8152b_get_version(tp);
55b65475 3894 ret = rtl_ops_init(tp);
31ca1dec 3895 if (ret)
3896 goto out;
c81229c9 3897
b5403273 3898 mutex_init(&tp->control);
ac718b69 3899 INIT_DELAYED_WORK(&tp->schedule, rtl_work_func_t);
3900
ac718b69 3901 netdev->netdev_ops = &rtl8152_netdev_ops;
3902 netdev->watchdog_timeo = RTL8152_TX_TIMEOUT;
5bd23881 3903
60c89071 3904 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
6128d1bb 3905 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
c5554298 3906 NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX |
3907 NETIF_F_HW_VLAN_CTAG_TX;
60c89071 3908 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG |
6128d1bb 3909 NETIF_F_TSO | NETIF_F_FRAGLIST |
c5554298 3910 NETIF_F_IPV6_CSUM | NETIF_F_TSO6 |
3911 NETIF_F_HW_VLAN_CTAG_RX |
3912 NETIF_F_HW_VLAN_CTAG_TX;
3913 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
3914 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
3915 NETIF_F_IPV6_CSUM | NETIF_F_TSO6;
db8515ef 3916
7ad24ea4 3917 netdev->ethtool_ops = &ops;
60c89071 3918 netif_set_gso_max_size(netdev, RTL_LIMITED_TSO_SIZE);
ac718b69 3919
3920 tp->mii.dev = netdev;
3921 tp->mii.mdio_read = read_mii_word;
3922 tp->mii.mdio_write = write_mii_word;
3923 tp->mii.phy_id_mask = 0x3f;
3924 tp->mii.reg_num_mask = 0x1f;
3925 tp->mii.phy_id = R8152_PHY_ID;
ac718b69 3926
9a4be1bd 3927 intf->needs_remote_wakeup = 1;
3928
c81229c9 3929 tp->rtl_ops.init(tp);
ac718b69 3930 set_ethernet_addr(tp);
3931
ac718b69 3932 usb_set_intfdata(intf, tp);
d823ab68 3933 netif_napi_add(netdev, &tp->napi, r8152_poll, RTL8152_NAPI_WEIGHT);
ac718b69 3934
ebc2ec48 3935 ret = register_netdev(netdev);
3936 if (ret != 0) {
4a8deae2 3937 netif_err(tp, probe, netdev, "couldn't register the device\n");
ebc2ec48 3938 goto out1;
ac718b69 3939 }
3940
21ff2e89 3941 tp->saved_wolopts = __rtl_get_wol(tp);
3942 if (tp->saved_wolopts)
3943 device_set_wakeup_enable(&udev->dev, true);
3944 else
3945 device_set_wakeup_enable(&udev->dev, false);
3946
4a8deae2 3947 netif_info(tp, probe, netdev, "%s\n", DRIVER_VERSION);
ac718b69 3948
3949 return 0;
3950
ac718b69 3951out1:
d823ab68 3952 netif_napi_del(&tp->napi);
ebc2ec48 3953 usb_set_intfdata(intf, NULL);
ac718b69 3954out:
3955 free_netdev(netdev);
ebc2ec48 3956 return ret;
ac718b69 3957}
3958
ac718b69 3959static void rtl8152_disconnect(struct usb_interface *intf)
3960{
3961 struct r8152 *tp = usb_get_intfdata(intf);
3962
3963 usb_set_intfdata(intf, NULL);
3964 if (tp) {
f561de33 3965 struct usb_device *udev = tp->udev;
3966
3967 if (udev->state == USB_STATE_NOTATTACHED)
3968 set_bit(RTL8152_UNPLUG, &tp->flags);
3969
d823ab68 3970 netif_napi_del(&tp->napi);
ac718b69 3971 unregister_netdev(tp->netdev);
c81229c9 3972 tp->rtl_ops.unload(tp);
ac718b69 3973 free_netdev(tp->netdev);
3974 }
3975}
3976
d9a28c5b 3977#define REALTEK_USB_DEVICE(vend, prod) \
3978 .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \
3979 USB_DEVICE_ID_MATCH_INT_CLASS, \
3980 .idVendor = (vend), \
3981 .idProduct = (prod), \
3982 .bInterfaceClass = USB_CLASS_VENDOR_SPEC \
3983}, \
3984{ \
3985 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | \
3986 USB_DEVICE_ID_MATCH_DEVICE, \
3987 .idVendor = (vend), \
3988 .idProduct = (prod), \
3989 .bInterfaceClass = USB_CLASS_COMM, \
3990 .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \
3991 .bInterfaceProtocol = USB_CDC_PROTO_NONE
3992
ac718b69 3993/* table of devices that work with this driver */
3994static struct usb_device_id rtl8152_table[] = {
d9a28c5b 3995 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
3996 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
3997 {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
ac718b69 3998 {}
3999};
4000
4001MODULE_DEVICE_TABLE(usb, rtl8152_table);
4002
4003static struct usb_driver rtl8152_driver = {
4004 .name = MODULENAME,
ebc2ec48 4005 .id_table = rtl8152_table,
ac718b69 4006 .probe = rtl8152_probe,
4007 .disconnect = rtl8152_disconnect,
ac718b69 4008 .suspend = rtl8152_suspend,
ebc2ec48 4009 .resume = rtl8152_resume,
4010 .reset_resume = rtl8152_resume,
9a4be1bd 4011 .supports_autosuspend = 1,
a634782f 4012 .disable_hub_initiated_lpm = 1,
ac718b69 4013};
4014
b4236daa 4015module_usb_driver(rtl8152_driver);
ac718b69 4016
4017MODULE_AUTHOR(DRIVER_AUTHOR);
4018MODULE_DESCRIPTION(DRIVER_DESC);
4019MODULE_LICENSE("GPL");
This page took 0.990451 seconds and 5 git commands to generate.