blob: d44560d1d268caae42143b674535db45c2784289 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Lennert Buytenhek9c1bbdf2007-10-19 04:11:03 +02002 * Driver for Marvell Discovery (MV643XX) and Marvell Orion ethernet ports
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * Copyright (C) 2002 Matthew Dharm <mdharm@momenco.com>
4 *
5 * Based on the 64360 driver from:
Lennert Buytenhek4547fa62008-03-18 11:40:14 -07006 * Copyright (C) 2002 Rabeeh Khoury <rabeeh@galileo.co.il>
7 * Rabeeh Khoury <rabeeh@marvell.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 *
9 * Copyright (C) 2003 PMC-Sierra, Inc.,
Olaf Hering3bb8a18a2006-01-05 22:45:45 -080010 * written by Manish Lachwani
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 *
12 * Copyright (C) 2003 Ralf Baechle <ralf@linux-mips.org>
13 *
Dale Farnsworthc8aaea22006-03-03 10:02:05 -070014 * Copyright (C) 2004-2006 MontaVista Software, Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 * Dale Farnsworth <dale@farnsworth.org>
16 *
17 * Copyright (C) 2004 Steven J. Hill <sjhill1@rockwellcollins.com>
18 * <sjhill@realitydiluted.com>
19 *
Lennert Buytenhek4547fa62008-03-18 11:40:14 -070020 * Copyright (C) 2007-2008 Marvell Semiconductor
21 * Lennert Buytenhek <buytenh@marvell.com>
22 *
Michael Stapelberg3871c382013-03-11 13:56:45 +000023 * Copyright (C) 2013 Michael Stapelberg <michael@stapelberg.de>
24 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 * This program is free software; you can redistribute it and/or
26 * modify it under the terms of the GNU General Public License
27 * as published by the Free Software Foundation; either version 2
28 * of the License, or (at your option) any later version.
29 *
30 * This program is distributed in the hope that it will be useful,
31 * but WITHOUT ANY WARRANTY; without even the implied warranty of
32 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33 * GNU General Public License for more details.
34 *
35 * You should have received a copy of the GNU General Public License
Jeff Kirsher0ab75ae2013-12-06 06:28:43 -080036 * along with this program; if not, see <http://www.gnu.org/licenses/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 */
Lennert Buytenheka779d382008-06-01 00:54:05 +020038
Joe Perches7542db82011-03-02 17:50:35 +000039#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
40
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <linux/init.h>
42#include <linux/dma-mapping.h>
Al Virob6298c22006-01-18 19:35:54 -050043#include <linux/in.h>
Lennert Buytenhekc3efab82008-10-02 00:52:39 +000044#include <linux/ip.h>
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -030045#include <net/tso.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <linux/tcp.h>
47#include <linux/udp.h>
48#include <linux/etherdevice.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#include <linux/delay.h>
50#include <linux/ethtool.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010051#include <linux/platform_device.h>
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020052#include <linux/module.h>
53#include <linux/kernel.h>
54#include <linux/spinlock.h>
55#include <linux/workqueue.h>
Lennert Buytenheked944932008-08-26 13:34:19 +020056#include <linux/phy.h>
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020057#include <linux/mv643xx_eth.h>
Lennert Buytenhek10a99482008-11-20 03:57:16 -080058#include <linux/io.h>
Sebastian Hesselbarth3619eb82013-04-11 23:20:00 +000059#include <linux/interrupt.h>
Lennert Buytenhek10a99482008-11-20 03:57:16 -080060#include <linux/types.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090061#include <linux/slab.h>
Andrew Lunn452503e2011-12-24 01:24:24 +010062#include <linux/clk.h>
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +000063#include <linux/of.h>
64#include <linux/of_irq.h>
65#include <linux/of_net.h>
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +000066#include <linux/of_mdio.h>
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020067
Lennert Buytenheke5371492008-06-01 02:18:13 +020068static char mv643xx_eth_driver_name[] = "mv643xx_eth";
Lennert Buytenhek042af532008-08-24 09:01:57 +020069static char mv643xx_eth_driver_version[] = "1.4";
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +020070
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020071
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020072/*
73 * Registers shared between all ports.
74 */
Lennert Buytenhek3cb46672008-06-01 01:03:23 +020075#define PHY_ADDR 0x0000
Lennert Buytenhek3cb46672008-06-01 01:03:23 +020076#define WINDOW_BASE(w) (0x0200 + ((w) << 3))
77#define WINDOW_SIZE(w) (0x0204 + ((w) << 3))
78#define WINDOW_REMAP_HIGH(w) (0x0280 + ((w) << 2))
79#define WINDOW_BAR_ENABLE 0x0290
80#define WINDOW_PROTECT(w) (0x0294 + ((w) << 4))
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020081
82/*
Lennert Buytenhek37a60842008-11-20 03:57:36 -080083 * Main per-port registers. These live at offset 0x0400 for
84 * port #0, 0x0800 for port #1, and 0x0c00 for port #2.
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +020085 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -080086#define PORT_CONFIG 0x0000
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +020087#define UNICAST_PROMISCUOUS_MODE 0x00000001
Lennert Buytenhek37a60842008-11-20 03:57:36 -080088#define PORT_CONFIG_EXT 0x0004
89#define MAC_ADDR_LOW 0x0014
90#define MAC_ADDR_HIGH 0x0018
91#define SDMA_CONFIG 0x001c
Lennert Buytenhekbecfad92009-05-06 03:01:17 +000092#define TX_BURST_SIZE_16_64BIT 0x01000000
93#define TX_BURST_SIZE_4_64BIT 0x00800000
94#define BLM_TX_NO_SWAP 0x00000020
95#define BLM_RX_NO_SWAP 0x00000010
96#define RX_BURST_SIZE_16_64BIT 0x00000008
97#define RX_BURST_SIZE_4_64BIT 0x00000004
Lennert Buytenhek37a60842008-11-20 03:57:36 -080098#define PORT_SERIAL_CONTROL 0x003c
Lennert Buytenhekbecfad92009-05-06 03:01:17 +000099#define SET_MII_SPEED_TO_100 0x01000000
100#define SET_GMII_SPEED_TO_1000 0x00800000
101#define SET_FULL_DUPLEX_MODE 0x00200000
102#define MAX_RX_PACKET_9700BYTE 0x000a0000
103#define DISABLE_AUTO_NEG_SPEED_GMII 0x00002000
104#define DO_NOT_FORCE_LINK_FAIL 0x00000400
105#define SERIAL_PORT_CONTROL_RESERVED 0x00000200
106#define DISABLE_AUTO_NEG_FOR_FLOW_CTRL 0x00000008
107#define DISABLE_AUTO_NEG_FOR_DUPLEX 0x00000004
108#define FORCE_LINK_PASS 0x00000002
109#define SERIAL_PORT_ENABLE 0x00000001
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800110#define PORT_STATUS 0x0044
Lennert Buytenheka2a41682008-06-01 01:30:42 +0200111#define TX_FIFO_EMPTY 0x00000400
Lennert Buytenhekae9ae062008-07-15 02:15:24 +0200112#define TX_IN_PROGRESS 0x00000080
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +0200113#define PORT_SPEED_MASK 0x00000030
114#define PORT_SPEED_1000 0x00000010
115#define PORT_SPEED_100 0x00000020
116#define PORT_SPEED_10 0x00000000
117#define FLOW_CONTROL_ENABLED 0x00000008
118#define FULL_DUPLEX 0x00000004
Lennert Buytenhek81600eea92008-07-14 14:29:40 +0200119#define LINK_UP 0x00000002
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800120#define TXQ_COMMAND 0x0048
121#define TXQ_FIX_PRIO_CONF 0x004c
Sebastian Hesselbarthcb852152013-05-29 09:32:47 +0000122#define PORT_SERIAL_CONTROL1 0x004c
123#define CLK125_BYPASS_EN 0x00000010
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800124#define TX_BW_RATE 0x0050
125#define TX_BW_MTU 0x0058
126#define TX_BW_BURST 0x005c
127#define INT_CAUSE 0x0060
Lennert Buytenhek226bb6b2008-06-02 01:47:21 +0200128#define INT_TX_END 0x07f80000
Saeed Bisharae0ca8412009-05-06 03:02:01 +0000129#define INT_TX_END_0 0x00080000
Lennert Buytenhekbefefe22008-08-28 06:10:04 +0200130#define INT_RX 0x000003fc
Saeed Bisharae0ca8412009-05-06 03:02:01 +0000131#define INT_RX_0 0x00000004
Lennert Buytenhek073a3452008-06-01 02:00:31 +0200132#define INT_EXT 0x00000002
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800133#define INT_CAUSE_EXT 0x0064
Lennert Buytenhekbefefe22008-08-28 06:10:04 +0200134#define INT_EXT_LINK_PHY 0x00110000
135#define INT_EXT_TX 0x000000ff
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800136#define INT_MASK 0x0068
137#define INT_MASK_EXT 0x006c
138#define TX_FIFO_URGENT_THRESHOLD 0x0074
Paulius Zaleckas302476c2012-01-23 01:16:35 +0000139#define RX_DISCARD_FRAME_CNT 0x0084
140#define RX_OVERRUN_FRAME_CNT 0x0088
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800141#define TXQ_FIX_PRIO_CONF_MOVED 0x00dc
142#define TX_BW_RATE_MOVED 0x00e0
143#define TX_BW_MTU_MOVED 0x00e8
144#define TX_BW_BURST_MOVED 0x00ec
145#define RXQ_CURRENT_DESC_PTR(q) (0x020c + ((q) << 4))
146#define RXQ_COMMAND 0x0280
147#define TXQ_CURRENT_DESC_PTR(q) (0x02c0 + ((q) << 2))
148#define TXQ_BW_TOKENS(q) (0x0300 + ((q) << 4))
149#define TXQ_BW_CONF(q) (0x0304 + ((q) << 4))
150#define TXQ_BW_WRR_CONF(q) (0x0308 + ((q) << 4))
151
152/*
153 * Misc per-port registers.
154 */
Lennert Buytenhek3cb46672008-06-01 01:03:23 +0200155#define MIB_COUNTERS(p) (0x1000 + ((p) << 7))
156#define SPECIAL_MCAST_TABLE(p) (0x1400 + ((p) << 10))
157#define OTHER_MCAST_TABLE(p) (0x1500 + ((p) << 10))
158#define UNICAST_TABLE(p) (0x1600 + ((p) << 10))
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200159
Lennert Buytenhek2679a552008-06-01 01:18:58 +0200160
161/*
Lennert Buytenhekbecfad92009-05-06 03:01:17 +0000162 * SDMA configuration register default value.
Lennert Buytenhek2679a552008-06-01 01:18:58 +0200163 */
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200164#if defined(__BIG_ENDIAN)
165#define PORT_SDMA_CONFIG_DEFAULT_VALUE \
Lennert Buytenheke0c6ef92009-01-19 17:16:00 -0800166 (RX_BURST_SIZE_4_64BIT | \
167 TX_BURST_SIZE_4_64BIT)
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200168#elif defined(__LITTLE_ENDIAN)
169#define PORT_SDMA_CONFIG_DEFAULT_VALUE \
Lennert Buytenheke0c6ef92009-01-19 17:16:00 -0800170 (RX_BURST_SIZE_4_64BIT | \
171 BLM_RX_NO_SWAP | \
172 BLM_TX_NO_SWAP | \
173 TX_BURST_SIZE_4_64BIT)
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200174#else
175#error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined
176#endif
177
Lennert Buytenhek2beff772008-06-01 01:22:37 +0200178
179/*
Lennert Buytenhekbecfad92009-05-06 03:01:17 +0000180 * Misc definitions.
Lennert Buytenhek2beff772008-06-01 01:22:37 +0200181 */
Lennert Buytenhekbecfad92009-05-06 03:01:17 +0000182#define DEFAULT_RX_QUEUE_SIZE 128
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300183#define DEFAULT_TX_QUEUE_SIZE 512
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +0000184#define SKB_DMA_REALIGN ((PAGE_SIZE - NET_SKB_PAD) % SMP_CACHE_BYTES)
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200185
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300186#define TSO_HEADER_SIZE 128
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200187
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300188/* Max number of allowed TCP segments for software TSO */
189#define MV643XX_MAX_TSO_SEGS 100
190#define MV643XX_MAX_SKB_DESCS (MV643XX_MAX_TSO_SEGS * 2 + MAX_SKB_FRAGS)
191
Ezequiel Garciab9262602014-05-30 13:40:11 -0300192#define IS_TSO_HEADER(txq, addr) \
193 ((addr >= txq->tso_hdrs_dma) && \
194 (addr < txq->tso_hdrs_dma + txq->tx_ring_size * TSO_HEADER_SIZE))
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200195/*
196 * RX/TX descriptors.
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200197 */
198#if defined(__BIG_ENDIAN)
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200199struct rx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200200 u16 byte_cnt; /* Descriptor buffer byte count */
201 u16 buf_size; /* Buffer size */
202 u32 cmd_sts; /* Descriptor command status */
203 u32 next_desc_ptr; /* Next descriptor pointer */
204 u32 buf_ptr; /* Descriptor buffer pointer */
205};
206
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200207struct tx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200208 u16 byte_cnt; /* buffer byte count */
209 u16 l4i_chk; /* CPU provided TCP checksum */
210 u32 cmd_sts; /* Command/status field */
211 u32 next_desc_ptr; /* Pointer to next descriptor */
212 u32 buf_ptr; /* pointer to buffer for this descriptor*/
213};
214#elif defined(__LITTLE_ENDIAN)
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200215struct rx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200216 u32 cmd_sts; /* Descriptor command status */
217 u16 buf_size; /* Buffer size */
218 u16 byte_cnt; /* Descriptor buffer byte count */
219 u32 buf_ptr; /* Descriptor buffer pointer */
220 u32 next_desc_ptr; /* Next descriptor pointer */
221};
222
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200223struct tx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200224 u32 cmd_sts; /* Command/status field */
225 u16 l4i_chk; /* CPU provided TCP checksum */
226 u16 byte_cnt; /* buffer byte count */
227 u32 buf_ptr; /* pointer to buffer for this descriptor*/
228 u32 next_desc_ptr; /* Pointer to next descriptor */
229};
230#else
231#error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined
232#endif
233
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200234/* RX & TX descriptor command */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200235#define BUFFER_OWNED_BY_DMA 0x80000000
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200236
237/* RX & TX descriptor status */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200238#define ERROR_SUMMARY 0x00000001
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200239
240/* RX descriptor status */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200241#define LAYER_4_CHECKSUM_OK 0x40000000
242#define RX_ENABLE_INTERRUPT 0x20000000
243#define RX_FIRST_DESC 0x08000000
244#define RX_LAST_DESC 0x04000000
Lennert Buytenhekeaf5d592009-02-12 14:08:39 +0000245#define RX_IP_HDR_OK 0x02000000
246#define RX_PKT_IS_IPV4 0x01000000
247#define RX_PKT_IS_ETHERNETV2 0x00800000
248#define RX_PKT_LAYER4_TYPE_MASK 0x00600000
249#define RX_PKT_LAYER4_TYPE_TCP_IPV4 0x00000000
250#define RX_PKT_IS_VLAN_TAGGED 0x00080000
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200251
252/* TX descriptor command */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200253#define TX_ENABLE_INTERRUPT 0x00800000
254#define GEN_CRC 0x00400000
255#define TX_FIRST_DESC 0x00200000
256#define TX_LAST_DESC 0x00100000
257#define ZERO_PADDING 0x00080000
258#define GEN_IP_V4_CHECKSUM 0x00040000
259#define GEN_TCP_UDP_CHECKSUM 0x00020000
260#define UDP_FRAME 0x00010000
Lennert Buytenheke32b6612008-07-24 06:22:59 +0200261#define MAC_HDR_EXTRA_4_BYTES 0x00008000
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300262#define GEN_TCP_UDP_CHK_FULL 0x00000400
Lennert Buytenheke32b6612008-07-24 06:22:59 +0200263#define MAC_HDR_EXTRA_8_BYTES 0x00000200
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200264
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200265#define TX_IHL_SHIFT 11
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200266
267
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200268/* global *******************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200269struct mv643xx_eth_shared_private {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200270 /*
271 * Ethernet controller base address.
272 */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200273 void __iomem *base;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200274
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200275 /*
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200276 * Per-port MBUS window access register value.
277 */
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200278 u32 win_protect;
279
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200280 /*
281 * Hardware-specific parameters.
282 */
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +0200283 int extended_rx_coal_limit;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +0200284 int tx_bw_control;
Saeed Bishara9b2c2ff2010-06-27 00:26:43 +0000285 int tx_csum_limit;
Sebastian Hesselbarth20922482013-04-10 23:29:33 +0000286 struct clk *clk;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200287};
288
Lennert Buytenhek457b1d52008-09-04 12:22:34 +0200289#define TX_BW_CONTROL_ABSENT 0
290#define TX_BW_CONTROL_OLD_LAYOUT 1
291#define TX_BW_CONTROL_NEW_LAYOUT 2
292
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000293static int mv643xx_eth_open(struct net_device *dev);
294static int mv643xx_eth_stop(struct net_device *dev);
295
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200296
297/* per-port *****************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200298struct mib_counters {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200299 u64 good_octets_received;
300 u32 bad_octets_received;
301 u32 internal_mac_transmit_err;
302 u32 good_frames_received;
303 u32 bad_frames_received;
304 u32 broadcast_frames_received;
305 u32 multicast_frames_received;
306 u32 frames_64_octets;
307 u32 frames_65_to_127_octets;
308 u32 frames_128_to_255_octets;
309 u32 frames_256_to_511_octets;
310 u32 frames_512_to_1023_octets;
311 u32 frames_1024_to_max_octets;
312 u64 good_octets_sent;
313 u32 good_frames_sent;
314 u32 excessive_collision;
315 u32 multicast_frames_sent;
316 u32 broadcast_frames_sent;
317 u32 unrec_mac_control_received;
318 u32 fc_sent;
319 u32 good_fc_received;
320 u32 bad_fc_received;
321 u32 undersize_received;
322 u32 fragments_received;
323 u32 oversize_received;
324 u32 jabber_received;
325 u32 mac_receive_error;
326 u32 bad_crc_event;
327 u32 collision;
328 u32 late_collision;
Paulius Zaleckas302476c2012-01-23 01:16:35 +0000329 /* Non MIB hardware counters */
330 u32 rx_discard;
331 u32 rx_overrun;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200332};
333
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200334struct rx_queue {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200335 int index;
336
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200337 int rx_ring_size;
338
339 int rx_desc_count;
340 int rx_curr_desc;
341 int rx_used_desc;
342
343 struct rx_desc *rx_desc_area;
344 dma_addr_t rx_desc_dma;
345 int rx_desc_area_size;
346 struct sk_buff **rx_skb;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200347};
348
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200349struct tx_queue {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200350 int index;
351
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200352 int tx_ring_size;
353
354 int tx_desc_count;
355 int tx_curr_desc;
356 int tx_used_desc;
357
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300358 int tx_stop_threshold;
359 int tx_wake_threshold;
360
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300361 char *tso_hdrs;
362 dma_addr_t tso_hdrs_dma;
363
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200364 struct tx_desc *tx_desc_area;
365 dma_addr_t tx_desc_dma;
366 int tx_desc_area_size;
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +0200367
368 struct sk_buff_head tx_skb;
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200369
370 unsigned long tx_packets;
371 unsigned long tx_bytes;
372 unsigned long tx_dropped;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200373};
374
Lennert Buytenheke5371492008-06-01 02:18:13 +0200375struct mv643xx_eth_private {
376 struct mv643xx_eth_shared_private *shared;
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800377 void __iomem *base;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200378 int port_num;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200379
380 struct net_device *dev;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200381
Lennert Buytenheked944932008-08-26 13:34:19 +0200382 struct phy_device *phy;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200383
Lennert Buytenhek4ff34952008-09-19 05:04:57 +0200384 struct timer_list mib_counters_timer;
385 spinlock_t mib_counters_lock;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200386 struct mib_counters mib_counters;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +0200387
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200388 struct work_struct tx_timeout_task;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200389
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200390 struct napi_struct napi;
Saeed Bisharae0ca8412009-05-06 03:02:01 +0000391 u32 int_mask;
Lennert Buytenhek1319eba2009-04-29 11:57:34 +0000392 u8 oom;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200393 u8 work_link;
394 u8 work_tx;
395 u8 work_tx_end;
396 u8 work_rx;
397 u8 work_rx_refill;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200398
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700399 int skb_size;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700400
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200401 /*
402 * RX state.
403 */
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000404 int rx_ring_size;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200405 unsigned long rx_desc_sram_addr;
406 int rx_desc_sram_size;
Lennert Buytenhekf7981c12008-08-26 10:23:22 +0200407 int rxq_count;
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200408 struct timer_list rx_oom;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200409 struct rx_queue rxq[8];
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200410
411 /*
412 * TX state.
413 */
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000414 int tx_ring_size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200415 unsigned long tx_desc_sram_addr;
416 int tx_desc_sram_size;
Lennert Buytenhekf7981c12008-08-26 10:23:22 +0200417 int txq_count;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200418 struct tx_queue txq[8];
Andrew Lunn452503e2011-12-24 01:24:24 +0100419
420 /*
421 * Hardware-specific parameters.
422 */
423 struct clk *clk;
424 unsigned int t_clk;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200425};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200427
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200428/* port register accessors **************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200429static inline u32 rdl(struct mv643xx_eth_private *mp, int offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200431 return readl(mp->shared->base + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432}
433
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800434static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset)
435{
436 return readl(mp->base + offset);
437}
438
Lennert Buytenheke5371492008-06-01 02:18:13 +0200439static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200441 writel(data, mp->shared->base + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442}
443
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800444static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data)
445{
446 writel(data, mp->base + offset);
447}
448
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200449
450/* rxq/txq helper functions *************************************************/
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200451static struct mv643xx_eth_private *rxq_to_mp(struct rx_queue *rxq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452{
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200453 return container_of(rxq, struct mv643xx_eth_private, rxq[rxq->index]);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200454}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200456static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq)
457{
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200458 return container_of(txq, struct mv643xx_eth_private, txq[txq->index]);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200459}
460
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200461static void rxq_enable(struct rx_queue *rxq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200462{
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200463 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800464 wrlp(mp, RXQ_COMMAND, 1 << rxq->index);
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200465}
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -0700466
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200467static void rxq_disable(struct rx_queue *rxq)
468{
469 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200470 u8 mask = 1 << rxq->index;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200471
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800472 wrlp(mp, RXQ_COMMAND, mask << 8);
473 while (rdlp(mp, RXQ_COMMAND) & mask)
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200474 udelay(10);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200475}
476
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200477static void txq_reset_hw_ptr(struct tx_queue *txq)
478{
479 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200480 u32 addr;
481
482 addr = (u32)txq->tx_desc_dma;
483 addr += txq->tx_curr_desc * sizeof(struct tx_desc);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800484 wrlp(mp, TXQ_CURRENT_DESC_PTR(txq->index), addr);
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200485}
486
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200487static void txq_enable(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200488{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200489 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800490 wrlp(mp, TXQ_COMMAND, 1 << txq->index);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200491}
492
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200493static void txq_disable(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200494{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200495 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200496 u8 mask = 1 << txq->index;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200497
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800498 wrlp(mp, TXQ_COMMAND, mask << 8);
499 while (rdlp(mp, TXQ_COMMAND) & mask)
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200500 udelay(10);
501}
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200502
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200503static void txq_maybe_wake(struct tx_queue *txq)
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200504{
505 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +0200506 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200507
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200508 if (netif_tx_queue_stopped(nq)) {
509 __netif_tx_lock(nq, smp_processor_id());
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300510 if (txq->tx_desc_count <= txq->tx_wake_threshold)
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200511 netif_tx_wake_queue(nq);
512 __netif_tx_unlock(nq);
513 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200514}
515
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200516static int rxq_process(struct rx_queue *rxq, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517{
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200518 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
519 struct net_device_stats *stats = &mp->dev->stats;
520 int rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200522 rx = 0;
Lennert Buytenhek9e1f3772008-08-24 02:33:47 +0200523 while (rx < budget && rxq->rx_desc_count) {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200524 struct rx_desc *rx_desc;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200525 unsigned int cmd_sts;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200526 struct sk_buff *skb;
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200527 u16 byte_cnt;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200528
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200529 rx_desc = &rxq->rx_desc_area[rxq->rx_curr_desc];
Lennert Buytenhek96587662008-06-01 10:31:56 +0200530
531 cmd_sts = rx_desc->cmd_sts;
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200532 if (cmd_sts & BUFFER_OWNED_BY_DMA)
Lennert Buytenhek96587662008-06-01 10:31:56 +0200533 break;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200534 rmb();
535
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200536 skb = rxq->rx_skb[rxq->rx_curr_desc];
537 rxq->rx_skb[rxq->rx_curr_desc] = NULL;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200538
Lennert Buytenhek9da78742008-08-23 23:45:28 +0200539 rxq->rx_curr_desc++;
540 if (rxq->rx_curr_desc == rxq->rx_ring_size)
541 rxq->rx_curr_desc = 0;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200542
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700543 dma_unmap_single(mp->dev->dev.parent, rx_desc->buf_ptr,
Lennert Buytenhekabe78712008-08-24 03:00:20 +0200544 rx_desc->buf_size, DMA_FROM_DEVICE);
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200545 rxq->rx_desc_count--;
546 rx++;
Dale Farnsworthb1dd9ca2005-09-01 09:59:23 -0700547
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200548 mp->work_rx_refill |= 1 << rxq->index;
549
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200550 byte_cnt = rx_desc->byte_cnt;
551
Dale Farnsworth468d09f2006-03-03 10:04:39 -0700552 /*
553 * Update statistics.
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200554 *
555 * Note that the descriptor byte count includes 2 dummy
556 * bytes automatically inserted by the hardware at the
557 * start of the packet (which we don't count), and a 4
558 * byte CRC at the end of the packet (which we do count).
Dale Farnsworth468d09f2006-03-03 10:04:39 -0700559 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 stats->rx_packets++;
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200561 stats->rx_bytes += byte_cnt - 2;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 /*
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200564 * In case we received a packet without first / last bits
565 * on, or the error summary bit is set, the packet needs
566 * to be dropped.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 */
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800568 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY))
569 != (RX_FIRST_DESC | RX_LAST_DESC))
570 goto err;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200571
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800572 /*
573 * The -4 is for the CRC in the trailer of the
574 * received packet
575 */
576 skb_put(skb, byte_cnt - 2 - 4);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200577
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800578 if (cmd_sts & LAYER_4_CHECKSUM_OK)
579 skb->ip_summed = CHECKSUM_UNNECESSARY;
580 skb->protocol = eth_type_trans(skb, mp->dev);
Lennert Buytenhekeaf5d592009-02-12 14:08:39 +0000581
Sebastian Hesselbarth3619eb82013-04-11 23:20:00 +0000582 napi_gro_receive(&mp->napi, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800584 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800586err:
587 stats->rx_dropped++;
588
589 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) !=
590 (RX_FIRST_DESC | RX_LAST_DESC)) {
591 if (net_ratelimit())
Joe Perches7542db82011-03-02 17:50:35 +0000592 netdev_err(mp->dev,
593 "received packet spanning multiple descriptors\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 }
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800595
596 if (cmd_sts & ERROR_SUMMARY)
597 stats->rx_errors++;
598
599 dev_kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 }
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200601
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200602 if (rx < budget)
603 mp->work_rx &= ~(1 << rxq->index);
604
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200605 return rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606}
607
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200608static int rxq_refill(struct rx_queue *rxq, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609{
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200610 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200611 int refilled;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200612
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200613 refilled = 0;
614 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) {
615 struct sk_buff *skb;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200616 int rx;
Lennert Buytenhek53771522008-11-20 03:59:04 -0800617 struct rx_desc *rx_desc;
Saeed Bishara530e5572010-01-05 09:15:32 +0000618 int size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619
Eric Dumazetacb600d2012-10-05 06:23:55 +0000620 skb = netdev_alloc_skb(mp->dev, mp->skb_size);
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700621
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200622 if (skb == NULL) {
Lennert Buytenhek1319eba2009-04-29 11:57:34 +0000623 mp->oom = 1;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200624 goto oom;
625 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +0000627 if (SKB_DMA_REALIGN)
628 skb_reserve(skb, SKB_DMA_REALIGN);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200629
630 refilled++;
631 rxq->rx_desc_count++;
632
633 rx = rxq->rx_used_desc++;
634 if (rxq->rx_used_desc == rxq->rx_ring_size)
635 rxq->rx_used_desc = 0;
636
Lennert Buytenhek53771522008-11-20 03:59:04 -0800637 rx_desc = rxq->rx_desc_area + rx;
638
Isaku Yamahata18f1d052013-06-14 17:58:33 +0900639 size = skb_end_pointer(skb) - skb->data;
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700640 rx_desc->buf_ptr = dma_map_single(mp->dev->dev.parent,
Saeed Bishara530e5572010-01-05 09:15:32 +0000641 skb->data, size,
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700642 DMA_FROM_DEVICE);
Saeed Bishara530e5572010-01-05 09:15:32 +0000643 rx_desc->buf_size = size;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200644 rxq->rx_skb[rx] = skb;
645 wmb();
Lennert Buytenhek53771522008-11-20 03:59:04 -0800646 rx_desc->cmd_sts = BUFFER_OWNED_BY_DMA | RX_ENABLE_INTERRUPT;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200647 wmb();
648
649 /*
650 * The hardware automatically prepends 2 bytes of
651 * dummy data to each received packet, so that the
652 * IP header ends up 16-byte aligned.
653 */
654 skb_reserve(skb, 2);
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200655 }
656
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200657 if (refilled < budget)
658 mp->work_rx_refill &= ~(1 << rxq->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200660oom:
661 return refilled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200664
665/* tx ***********************************************************************/
Paul Janzenf7ea3332006-01-16 16:52:13 -0700666static inline unsigned int has_tiny_unaligned_frags(struct sk_buff *skb)
667{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200668 int frag;
Paul Janzenf7ea3332006-01-16 16:52:13 -0700669
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700670 for (frag = 0; frag < skb_shinfo(skb)->nr_frags; frag++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +0000671 const skb_frag_t *fragp = &skb_shinfo(skb)->frags[frag];
672
673 if (skb_frag_size(fragp) <= 8 && fragp->page_offset & 7)
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700674 return 1;
675 }
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200676
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700677 return 0;
Paul Janzenf7ea3332006-01-16 16:52:13 -0700678}
679
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300680static inline __be16 sum16_as_be(__sum16 sum)
681{
682 return (__force __be16)sum;
683}
684
685static int skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb,
686 u16 *l4i_chk, u32 *command, int length)
687{
688 int ret;
689 u32 cmd = 0;
690
691 if (skb->ip_summed == CHECKSUM_PARTIAL) {
692 int hdr_len;
693 int tag_bytes;
694
695 BUG_ON(skb->protocol != htons(ETH_P_IP) &&
696 skb->protocol != htons(ETH_P_8021Q));
697
698 hdr_len = (void *)ip_hdr(skb) - (void *)skb->data;
699 tag_bytes = hdr_len - ETH_HLEN;
700
701 if (length - hdr_len > mp->shared->tx_csum_limit ||
702 unlikely(tag_bytes & ~12)) {
703 ret = skb_checksum_help(skb);
704 if (!ret)
705 goto no_csum;
706 return ret;
707 }
708
709 if (tag_bytes & 4)
710 cmd |= MAC_HDR_EXTRA_4_BYTES;
711 if (tag_bytes & 8)
712 cmd |= MAC_HDR_EXTRA_8_BYTES;
713
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300714 cmd |= GEN_TCP_UDP_CHECKSUM | GEN_TCP_UDP_CHK_FULL |
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300715 GEN_IP_V4_CHECKSUM |
716 ip_hdr(skb)->ihl << TX_IHL_SHIFT;
717
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300718 /* TODO: Revisit this. With the usage of GEN_TCP_UDP_CHK_FULL
719 * it seems we don't need to pass the initial checksum. */
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300720 switch (ip_hdr(skb)->protocol) {
721 case IPPROTO_UDP:
722 cmd |= UDP_FRAME;
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300723 *l4i_chk = 0;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300724 break;
725 case IPPROTO_TCP:
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300726 *l4i_chk = 0;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300727 break;
728 default:
729 WARN(1, "protocol not supported");
730 }
731 } else {
732no_csum:
733 /* Errata BTS #50, IHL must be 5 if no HW checksum */
734 cmd |= 5 << TX_IHL_SHIFT;
735 }
736 *command = cmd;
737 return 0;
738}
739
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300740static inline int
741txq_put_data_tso(struct net_device *dev, struct tx_queue *txq,
742 struct sk_buff *skb, char *data, int length,
743 bool last_tcp, bool is_last)
744{
745 int tx_index;
746 u32 cmd_sts;
747 struct tx_desc *desc;
748
749 tx_index = txq->tx_curr_desc++;
750 if (txq->tx_curr_desc == txq->tx_ring_size)
751 txq->tx_curr_desc = 0;
752 desc = &txq->tx_desc_area[tx_index];
753
754 desc->l4i_chk = 0;
755 desc->byte_cnt = length;
756 desc->buf_ptr = dma_map_single(dev->dev.parent, data,
757 length, DMA_TO_DEVICE);
758 if (unlikely(dma_mapping_error(dev->dev.parent, desc->buf_ptr))) {
759 WARN(1, "dma_map_single failed!\n");
760 return -ENOMEM;
761 }
762
763 cmd_sts = BUFFER_OWNED_BY_DMA;
764 if (last_tcp) {
765 /* last descriptor in the TCP packet */
766 cmd_sts |= ZERO_PADDING | TX_LAST_DESC;
767 /* last descriptor in SKB */
768 if (is_last)
769 cmd_sts |= TX_ENABLE_INTERRUPT;
770 }
771 desc->cmd_sts = cmd_sts;
772 return 0;
773}
774
775static inline void
776txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length)
777{
778 struct mv643xx_eth_private *mp = txq_to_mp(txq);
779 int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
780 int tx_index;
781 struct tx_desc *desc;
782 int ret;
783 u32 cmd_csum = 0;
784 u16 l4i_chk = 0;
785
786 tx_index = txq->tx_curr_desc;
787 desc = &txq->tx_desc_area[tx_index];
788
789 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length);
790 if (ret)
791 WARN(1, "failed to prepare checksum!");
792
793 /* Should we set this? Can't use the value from skb_tx_csum()
794 * as it's not the correct initial L4 checksum to use. */
795 desc->l4i_chk = 0;
796
797 desc->byte_cnt = hdr_len;
798 desc->buf_ptr = txq->tso_hdrs_dma +
799 txq->tx_curr_desc * TSO_HEADER_SIZE;
800 desc->cmd_sts = cmd_csum | BUFFER_OWNED_BY_DMA | TX_FIRST_DESC |
801 GEN_CRC;
802
803 txq->tx_curr_desc++;
804 if (txq->tx_curr_desc == txq->tx_ring_size)
805 txq->tx_curr_desc = 0;
806}
807
808static int txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb,
809 struct net_device *dev)
810{
811 struct mv643xx_eth_private *mp = txq_to_mp(txq);
812 int total_len, data_left, ret;
813 int desc_count = 0;
814 struct tso_t tso;
815 int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
816
817 /* Count needed descriptors */
818 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) {
819 netdev_dbg(dev, "not enough descriptors for TSO!\n");
820 return -EBUSY;
821 }
822
823 /* Initialize the TSO handler, and prepare the first payload */
824 tso_start(skb, &tso);
825
826 total_len = skb->len - hdr_len;
827 while (total_len > 0) {
828 char *hdr;
829
830 data_left = min_t(int, skb_shinfo(skb)->gso_size, total_len);
831 total_len -= data_left;
832 desc_count++;
833
834 /* prepare packet headers: MAC + IP + TCP */
835 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE;
836 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0);
837 txq_put_hdr_tso(skb, txq, data_left);
838
839 while (data_left > 0) {
840 int size;
841 desc_count++;
842
843 size = min_t(int, tso.size, data_left);
844 ret = txq_put_data_tso(dev, txq, skb, tso.data, size,
845 size == data_left,
846 total_len == 0);
847 if (ret)
848 goto err_release;
849 data_left -= size;
850 tso_build_data(skb, &tso, size);
851 }
852 }
853
854 __skb_queue_tail(&txq->tx_skb, skb);
855 skb_tx_timestamp(skb);
856
857 /* clear TX_END status */
858 mp->work_tx_end &= ~(1 << txq->index);
859
860 /* ensure all descriptors are written before poking hardware */
861 wmb();
862 txq_enable(txq);
863 txq->tx_desc_count += desc_count;
864 return 0;
865err_release:
866 /* TODO: Release all used data descriptors; header descriptors must not
867 * be DMA-unmapped.
868 */
869 return ret;
870}
871
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200872static void txq_submit_frag_skb(struct tx_queue *txq, struct sk_buff *skb)
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700873{
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700874 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200875 int nr_frags = skb_shinfo(skb)->nr_frags;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700876 int frag;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700877
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200878 for (frag = 0; frag < nr_frags; frag++) {
879 skb_frag_t *this_frag;
880 int tx_index;
881 struct tx_desc *desc;
Ezequiel Garcia69ad0dd2014-05-19 13:59:59 -0300882 void *addr;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700883
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200884 this_frag = &skb_shinfo(skb)->frags[frag];
Ezequiel Garcia69ad0dd2014-05-19 13:59:59 -0300885 addr = page_address(this_frag->page.p) + this_frag->page_offset;
Lennert Buytenhek66823b92008-11-20 03:58:09 -0800886 tx_index = txq->tx_curr_desc++;
887 if (txq->tx_curr_desc == txq->tx_ring_size)
888 txq->tx_curr_desc = 0;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200889 desc = &txq->tx_desc_area[tx_index];
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700890
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200891 /*
892 * The last fragment will generate an interrupt
893 * which will free the skb on TX completion.
894 */
895 if (frag == nr_frags - 1) {
896 desc->cmd_sts = BUFFER_OWNED_BY_DMA |
897 ZERO_PADDING | TX_LAST_DESC |
898 TX_ENABLE_INTERRUPT;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200899 } else {
900 desc->cmd_sts = BUFFER_OWNED_BY_DMA;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200901 }
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700902
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700903 desc->l4i_chk = 0;
Eric Dumazet9e903e02011-10-18 21:00:24 +0000904 desc->byte_cnt = skb_frag_size(this_frag);
Ezequiel Garcia69ad0dd2014-05-19 13:59:59 -0300905 desc->buf_ptr = dma_map_single(mp->dev->dev.parent, addr,
906 desc->byte_cnt, DMA_TO_DEVICE);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700907 }
908}
909
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300910static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb,
911 struct net_device *dev)
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700912{
Lennert Buytenhek8fa89bf2008-07-14 22:56:55 +0200913 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200914 int nr_frags = skb_shinfo(skb)->nr_frags;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700915 int tx_index;
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200916 struct tx_desc *desc;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700917 u32 cmd_sts;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200918 u16 l4i_chk;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300919 int length, ret;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700920
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300921 cmd_sts = 0;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200922 l4i_chk = 0;
923
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300924 if (txq->tx_ring_size - txq->tx_desc_count < MAX_SKB_FRAGS + 1) {
925 if (net_ratelimit())
926 netdev_err(dev, "tx queue full?!\n");
927 return -EBUSY;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200928 }
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300929
930 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_sts, skb->len);
931 if (ret)
932 return ret;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300933 cmd_sts |= TX_FIRST_DESC | GEN_CRC | BUFFER_OWNED_BY_DMA;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700934
Lennert Buytenhek66823b92008-11-20 03:58:09 -0800935 tx_index = txq->tx_curr_desc++;
936 if (txq->tx_curr_desc == txq->tx_ring_size)
937 txq->tx_curr_desc = 0;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200938 desc = &txq->tx_desc_area[tx_index];
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700939
Dale Farnsworthff561ee2006-03-03 10:02:51 -0700940 if (nr_frags) {
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200941 txq_submit_frag_skb(txq, skb);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700942 length = skb_headlen(skb);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700943 } else {
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200944 cmd_sts |= ZERO_PADDING | TX_LAST_DESC | TX_ENABLE_INTERRUPT;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700945 length = skb->len;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700946 }
947
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200948 desc->l4i_chk = l4i_chk;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700949 desc->byte_cnt = length;
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700950 desc->buf_ptr = dma_map_single(mp->dev->dev.parent, skb->data,
951 length, DMA_TO_DEVICE);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700952
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +0200953 __skb_queue_tail(&txq->tx_skb, skb);
954
Richard Cochran3b182d72011-06-21 16:01:11 -0700955 skb_tx_timestamp(skb);
956
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700957 /* ensure all other descriptors are written before first cmd_sts */
958 wmb();
959 desc->cmd_sts = cmd_sts;
960
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200961 /* clear TX_END status */
962 mp->work_tx_end &= ~(1 << txq->index);
Lennert Buytenhek8fa89bf2008-07-14 22:56:55 +0200963
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700964 /* ensure all descriptors are written before poking hardware */
965 wmb();
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200966 txq_enable(txq);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700967
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200968 txq->tx_desc_count += nr_frags + 1;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200969
970 return 0;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700971}
972
Denis Kirjanov0ccfe642009-11-29 17:04:31 -0800973static netdev_tx_t mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974{
Lennert Buytenheke5371492008-06-01 02:18:13 +0200975 struct mv643xx_eth_private *mp = netdev_priv(dev);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300976 int length, queue, ret;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200977 struct tx_queue *txq;
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +0200978 struct netdev_queue *nq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200980 queue = skb_get_queue_mapping(skb);
981 txq = mp->txq + queue;
982 nq = netdev_get_tx_queue(dev, queue);
983
Lennert Buytenhek4d64e712008-03-18 11:32:41 -0700984 if (has_tiny_unaligned_frags(skb) && __skb_linearize(skb)) {
Joe Perches7542db82011-03-02 17:50:35 +0000985 netdev_printk(KERN_DEBUG, dev,
986 "failed to linearize skb with tiny unaligned fragment\n");
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -0700987 return NETDEV_TX_BUSY;
Dale Farnsworth94843562006-04-11 18:24:26 -0700988 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989
Richard Cochran73151ce2011-06-21 16:00:24 -0700990 length = skb->len;
991
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300992 if (skb_is_gso(skb))
993 ret = txq_submit_tso(txq, skb, dev);
994 else
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300995 ret = txq_submit_skb(txq, skb, dev);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300996 if (!ret) {
Richard Cochran73151ce2011-06-21 16:00:24 -0700997 txq->tx_bytes += length;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200998 txq->tx_packets++;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200999
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001000 if (txq->tx_desc_count >= txq->tx_stop_threshold)
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001001 netif_tx_stop_queue(nq);
Ezequiel Garciadd116802014-05-30 13:40:08 -03001002 } else {
1003 txq->tx_dropped++;
1004 dev_kfree_skb_any(skb);
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001005 }
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001006
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -07001007 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008}
1009
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001010
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001011/* tx napi ******************************************************************/
1012static void txq_kick(struct tx_queue *txq)
1013{
1014 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001015 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001016 u32 hw_desc_ptr;
1017 u32 expected_ptr;
1018
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001019 __netif_tx_lock(nq, smp_processor_id());
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001020
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001021 if (rdlp(mp, TXQ_COMMAND) & (1 << txq->index))
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001022 goto out;
1023
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001024 hw_desc_ptr = rdlp(mp, TXQ_CURRENT_DESC_PTR(txq->index));
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001025 expected_ptr = (u32)txq->tx_desc_dma +
1026 txq->tx_curr_desc * sizeof(struct tx_desc);
1027
1028 if (hw_desc_ptr != expected_ptr)
1029 txq_enable(txq);
1030
1031out:
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001032 __netif_tx_unlock(nq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001033
1034 mp->work_tx_end &= ~(1 << txq->index);
1035}
1036
1037static int txq_reclaim(struct tx_queue *txq, int budget, int force)
1038{
1039 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001040 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001041 int reclaimed;
1042
Russell King3aefe2b2013-05-16 06:31:42 +00001043 __netif_tx_lock_bh(nq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001044
1045 reclaimed = 0;
1046 while (reclaimed < budget && txq->tx_desc_count > 0) {
1047 int tx_index;
1048 struct tx_desc *desc;
1049 u32 cmd_sts;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001050
1051 tx_index = txq->tx_used_desc;
1052 desc = &txq->tx_desc_area[tx_index];
1053 cmd_sts = desc->cmd_sts;
1054
1055 if (cmd_sts & BUFFER_OWNED_BY_DMA) {
1056 if (!force)
1057 break;
1058 desc->cmd_sts = cmd_sts & ~BUFFER_OWNED_BY_DMA;
1059 }
1060
1061 txq->tx_used_desc = tx_index + 1;
1062 if (txq->tx_used_desc == txq->tx_ring_size)
1063 txq->tx_used_desc = 0;
1064
1065 reclaimed++;
1066 txq->tx_desc_count--;
1067
Karl Beldan2c2a9cb2014-11-05 15:32:59 +01001068 if (!IS_TSO_HEADER(txq, desc->buf_ptr))
1069 dma_unmap_single(mp->dev->dev.parent, desc->buf_ptr,
1070 desc->byte_cnt, DMA_TO_DEVICE);
1071
1072 if (cmd_sts & TX_ENABLE_INTERRUPT) {
1073 struct sk_buff *skb = __skb_dequeue(&txq->tx_skb);
1074
1075 if (!WARN_ON(!skb))
1076 dev_kfree_skb(skb);
1077 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001078
1079 if (cmd_sts & ERROR_SUMMARY) {
Joe Perches7542db82011-03-02 17:50:35 +00001080 netdev_info(mp->dev, "tx error\n");
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001081 mp->dev->stats.tx_errors++;
1082 }
1083
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001084 }
1085
Russell King3aefe2b2013-05-16 06:31:42 +00001086 __netif_tx_unlock_bh(nq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001087
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001088 if (reclaimed < budget)
1089 mp->work_tx &= ~(1 << txq->index);
1090
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001091 return reclaimed;
1092}
1093
1094
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001095/* tx rate control **********************************************************/
1096/*
1097 * Set total maximum TX rate (shared by all TX queues for this port)
1098 * to 'rate' bits per second, with a maximum burst of 'burst' bytes.
1099 */
1100static void tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst)
1101{
1102 int token_rate;
1103 int mtu;
1104 int bucket_size;
1105
Andrew Lunn452503e2011-12-24 01:24:24 +01001106 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001107 if (token_rate > 1023)
1108 token_rate = 1023;
1109
1110 mtu = (mp->dev->mtu + 255) >> 8;
1111 if (mtu > 63)
1112 mtu = 63;
1113
1114 bucket_size = (burst + 255) >> 8;
1115 if (bucket_size > 65535)
1116 bucket_size = 65535;
1117
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001118 switch (mp->shared->tx_bw_control) {
1119 case TX_BW_CONTROL_OLD_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001120 wrlp(mp, TX_BW_RATE, token_rate);
1121 wrlp(mp, TX_BW_MTU, mtu);
1122 wrlp(mp, TX_BW_BURST, bucket_size);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001123 break;
1124 case TX_BW_CONTROL_NEW_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001125 wrlp(mp, TX_BW_RATE_MOVED, token_rate);
1126 wrlp(mp, TX_BW_MTU_MOVED, mtu);
1127 wrlp(mp, TX_BW_BURST_MOVED, bucket_size);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001128 break;
Lennert Buytenhek1e881592008-06-02 01:57:36 +02001129 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001130}
1131
1132static void txq_set_rate(struct tx_queue *txq, int rate, int burst)
1133{
1134 struct mv643xx_eth_private *mp = txq_to_mp(txq);
1135 int token_rate;
1136 int bucket_size;
1137
Andrew Lunn452503e2011-12-24 01:24:24 +01001138 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001139 if (token_rate > 1023)
1140 token_rate = 1023;
1141
1142 bucket_size = (burst + 255) >> 8;
1143 if (bucket_size > 65535)
1144 bucket_size = 65535;
1145
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001146 wrlp(mp, TXQ_BW_TOKENS(txq->index), token_rate << 14);
1147 wrlp(mp, TXQ_BW_CONF(txq->index), (bucket_size << 10) | token_rate);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001148}
1149
1150static void txq_set_fixed_prio_mode(struct tx_queue *txq)
1151{
1152 struct mv643xx_eth_private *mp = txq_to_mp(txq);
1153 int off;
1154 u32 val;
1155
1156 /*
1157 * Turn on fixed priority mode.
1158 */
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001159 off = 0;
1160 switch (mp->shared->tx_bw_control) {
1161 case TX_BW_CONTROL_OLD_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001162 off = TXQ_FIX_PRIO_CONF;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001163 break;
1164 case TX_BW_CONTROL_NEW_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001165 off = TXQ_FIX_PRIO_CONF_MOVED;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001166 break;
1167 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001168
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001169 if (off) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001170 val = rdlp(mp, off);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001171 val |= 1 << txq->index;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001172 wrlp(mp, off, val);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001173 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001174}
1175
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001176
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001177/* mii management interface *************************************************/
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001178static void mv643xx_eth_adjust_link(struct net_device *dev)
Phil Sutter260055b2013-03-06 07:49:02 +00001179{
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001180 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001181 u32 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
1182 u32 autoneg_disable = FORCE_LINK_PASS |
1183 DISABLE_AUTO_NEG_SPEED_GMII |
1184 DISABLE_AUTO_NEG_FOR_FLOW_CTRL |
1185 DISABLE_AUTO_NEG_FOR_DUPLEX;
1186
1187 if (mp->phy->autoneg == AUTONEG_ENABLE) {
1188 /* enable auto negotiation */
1189 pscr &= ~autoneg_disable;
1190 goto out_write;
1191 }
1192
1193 pscr |= autoneg_disable;
1194
1195 if (mp->phy->speed == SPEED_1000) {
1196 /* force gigabit, half duplex not supported */
1197 pscr |= SET_GMII_SPEED_TO_1000;
1198 pscr |= SET_FULL_DUPLEX_MODE;
1199 goto out_write;
1200 }
1201
1202 pscr &= ~SET_GMII_SPEED_TO_1000;
1203
1204 if (mp->phy->speed == SPEED_100)
1205 pscr |= SET_MII_SPEED_TO_100;
1206 else
1207 pscr &= ~SET_MII_SPEED_TO_100;
1208
1209 if (mp->phy->duplex == DUPLEX_FULL)
1210 pscr |= SET_FULL_DUPLEX_MODE;
1211 else
1212 pscr &= ~SET_FULL_DUPLEX_MODE;
1213
1214out_write:
1215 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
1216}
1217
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001218/* statistics ***************************************************************/
1219static struct net_device_stats *mv643xx_eth_get_stats(struct net_device *dev)
1220{
1221 struct mv643xx_eth_private *mp = netdev_priv(dev);
1222 struct net_device_stats *stats = &dev->stats;
1223 unsigned long tx_packets = 0;
1224 unsigned long tx_bytes = 0;
1225 unsigned long tx_dropped = 0;
1226 int i;
1227
1228 for (i = 0; i < mp->txq_count; i++) {
1229 struct tx_queue *txq = mp->txq + i;
1230
1231 tx_packets += txq->tx_packets;
1232 tx_bytes += txq->tx_bytes;
1233 tx_dropped += txq->tx_dropped;
1234 }
1235
1236 stats->tx_packets = tx_packets;
1237 stats->tx_bytes = tx_bytes;
1238 stats->tx_dropped = tx_dropped;
1239
1240 return stats;
1241}
1242
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001243static inline u32 mib_read(struct mv643xx_eth_private *mp, int offset)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001244{
Lennert Buytenhek3cb46672008-06-01 01:03:23 +02001245 return rdl(mp, MIB_COUNTERS(mp->port_num) + offset);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001246}
1247
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001248static void mib_counters_clear(struct mv643xx_eth_private *mp)
1249{
1250 int i;
1251
1252 for (i = 0; i < 0x80; i += 4)
1253 mib_read(mp, i);
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001254
1255 /* Clear non MIB hw counters also */
1256 rdlp(mp, RX_DISCARD_FRAME_CNT);
1257 rdlp(mp, RX_OVERRUN_FRAME_CNT);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001258}
1259
1260static void mib_counters_update(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001261{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001262 struct mib_counters *p = &mp->mib_counters;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001263
Sebastian Siewior57e8f262009-02-16 11:28:15 +00001264 spin_lock_bh(&mp->mib_counters_lock);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001265 p->good_octets_received += mib_read(mp, 0x00);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001266 p->bad_octets_received += mib_read(mp, 0x08);
1267 p->internal_mac_transmit_err += mib_read(mp, 0x0c);
1268 p->good_frames_received += mib_read(mp, 0x10);
1269 p->bad_frames_received += mib_read(mp, 0x14);
1270 p->broadcast_frames_received += mib_read(mp, 0x18);
1271 p->multicast_frames_received += mib_read(mp, 0x1c);
1272 p->frames_64_octets += mib_read(mp, 0x20);
1273 p->frames_65_to_127_octets += mib_read(mp, 0x24);
1274 p->frames_128_to_255_octets += mib_read(mp, 0x28);
1275 p->frames_256_to_511_octets += mib_read(mp, 0x2c);
1276 p->frames_512_to_1023_octets += mib_read(mp, 0x30);
1277 p->frames_1024_to_max_octets += mib_read(mp, 0x34);
1278 p->good_octets_sent += mib_read(mp, 0x38);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001279 p->good_frames_sent += mib_read(mp, 0x40);
1280 p->excessive_collision += mib_read(mp, 0x44);
1281 p->multicast_frames_sent += mib_read(mp, 0x48);
1282 p->broadcast_frames_sent += mib_read(mp, 0x4c);
1283 p->unrec_mac_control_received += mib_read(mp, 0x50);
1284 p->fc_sent += mib_read(mp, 0x54);
1285 p->good_fc_received += mib_read(mp, 0x58);
1286 p->bad_fc_received += mib_read(mp, 0x5c);
1287 p->undersize_received += mib_read(mp, 0x60);
1288 p->fragments_received += mib_read(mp, 0x64);
1289 p->oversize_received += mib_read(mp, 0x68);
1290 p->jabber_received += mib_read(mp, 0x6c);
1291 p->mac_receive_error += mib_read(mp, 0x70);
1292 p->bad_crc_event += mib_read(mp, 0x74);
1293 p->collision += mib_read(mp, 0x78);
1294 p->late_collision += mib_read(mp, 0x7c);
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001295 /* Non MIB hardware counters */
1296 p->rx_discard += rdlp(mp, RX_DISCARD_FRAME_CNT);
1297 p->rx_overrun += rdlp(mp, RX_OVERRUN_FRAME_CNT);
Sebastian Siewior57e8f262009-02-16 11:28:15 +00001298 spin_unlock_bh(&mp->mib_counters_lock);
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02001299}
1300
1301static void mib_counters_timer_wrapper(unsigned long _mp)
1302{
1303 struct mv643xx_eth_private *mp = (void *)_mp;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02001304 mib_counters_update(mp);
Sebastian Hesselbarth041b4dd2013-10-02 12:57:20 +02001305 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001306}
1307
1308
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001309/* interrupt coalescing *****************************************************/
1310/*
1311 * Hardware coalescing parameters are set in units of 64 t_clk
1312 * cycles. I.e.:
1313 *
1314 * coal_delay_in_usec = 64000000 * register_value / t_clk_rate
1315 *
1316 * register_value = coal_delay_in_usec * t_clk_rate / 64000000
1317 *
1318 * In the ->set*() methods, we round the computed register value
1319 * to the nearest integer.
1320 */
1321static unsigned int get_rx_coal(struct mv643xx_eth_private *mp)
1322{
1323 u32 val = rdlp(mp, SDMA_CONFIG);
1324 u64 temp;
1325
1326 if (mp->shared->extended_rx_coal_limit)
1327 temp = ((val & 0x02000000) >> 10) | ((val & 0x003fff80) >> 7);
1328 else
1329 temp = (val & 0x003fff00) >> 8;
1330
1331 temp *= 64000000;
Andrew Lunn452503e2011-12-24 01:24:24 +01001332 do_div(temp, mp->t_clk);
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001333
1334 return (unsigned int)temp;
1335}
1336
1337static void set_rx_coal(struct mv643xx_eth_private *mp, unsigned int usec)
1338{
1339 u64 temp;
1340 u32 val;
1341
Andrew Lunn452503e2011-12-24 01:24:24 +01001342 temp = (u64)usec * mp->t_clk;
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001343 temp += 31999999;
1344 do_div(temp, 64000000);
1345
1346 val = rdlp(mp, SDMA_CONFIG);
1347 if (mp->shared->extended_rx_coal_limit) {
1348 if (temp > 0xffff)
1349 temp = 0xffff;
1350 val &= ~0x023fff80;
1351 val |= (temp & 0x8000) << 10;
1352 val |= (temp & 0x7fff) << 7;
1353 } else {
1354 if (temp > 0x3fff)
1355 temp = 0x3fff;
1356 val &= ~0x003fff00;
1357 val |= (temp & 0x3fff) << 8;
1358 }
1359 wrlp(mp, SDMA_CONFIG, val);
1360}
1361
1362static unsigned int get_tx_coal(struct mv643xx_eth_private *mp)
1363{
1364 u64 temp;
1365
1366 temp = (rdlp(mp, TX_FIFO_URGENT_THRESHOLD) & 0x3fff0) >> 4;
1367 temp *= 64000000;
Andrew Lunn452503e2011-12-24 01:24:24 +01001368 do_div(temp, mp->t_clk);
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001369
1370 return (unsigned int)temp;
1371}
1372
1373static void set_tx_coal(struct mv643xx_eth_private *mp, unsigned int usec)
1374{
1375 u64 temp;
1376
Andrew Lunn452503e2011-12-24 01:24:24 +01001377 temp = (u64)usec * mp->t_clk;
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001378 temp += 31999999;
1379 do_div(temp, 64000000);
1380
1381 if (temp > 0x3fff)
1382 temp = 0x3fff;
1383
1384 wrlp(mp, TX_FIFO_URGENT_THRESHOLD, temp << 4);
1385}
1386
1387
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001388/* ethtool ******************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +02001389struct mv643xx_eth_stats {
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001390 char stat_string[ETH_GSTRING_LEN];
1391 int sizeof_stat;
Lennert Buytenhek16820052008-06-01 11:40:29 +02001392 int netdev_off;
1393 int mp_off;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001394};
1395
Lennert Buytenhek16820052008-06-01 11:40:29 +02001396#define SSTAT(m) \
1397 { #m, FIELD_SIZEOF(struct net_device_stats, m), \
1398 offsetof(struct net_device, stats.m), -1 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001399
Lennert Buytenhek16820052008-06-01 11:40:29 +02001400#define MIBSTAT(m) \
1401 { #m, FIELD_SIZEOF(struct mib_counters, m), \
1402 -1, offsetof(struct mv643xx_eth_private, mib_counters.m) }
1403
1404static const struct mv643xx_eth_stats mv643xx_eth_stats[] = {
1405 SSTAT(rx_packets),
1406 SSTAT(tx_packets),
1407 SSTAT(rx_bytes),
1408 SSTAT(tx_bytes),
1409 SSTAT(rx_errors),
1410 SSTAT(tx_errors),
1411 SSTAT(rx_dropped),
1412 SSTAT(tx_dropped),
1413 MIBSTAT(good_octets_received),
1414 MIBSTAT(bad_octets_received),
1415 MIBSTAT(internal_mac_transmit_err),
1416 MIBSTAT(good_frames_received),
1417 MIBSTAT(bad_frames_received),
1418 MIBSTAT(broadcast_frames_received),
1419 MIBSTAT(multicast_frames_received),
1420 MIBSTAT(frames_64_octets),
1421 MIBSTAT(frames_65_to_127_octets),
1422 MIBSTAT(frames_128_to_255_octets),
1423 MIBSTAT(frames_256_to_511_octets),
1424 MIBSTAT(frames_512_to_1023_octets),
1425 MIBSTAT(frames_1024_to_max_octets),
1426 MIBSTAT(good_octets_sent),
1427 MIBSTAT(good_frames_sent),
1428 MIBSTAT(excessive_collision),
1429 MIBSTAT(multicast_frames_sent),
1430 MIBSTAT(broadcast_frames_sent),
1431 MIBSTAT(unrec_mac_control_received),
1432 MIBSTAT(fc_sent),
1433 MIBSTAT(good_fc_received),
1434 MIBSTAT(bad_fc_received),
1435 MIBSTAT(undersize_received),
1436 MIBSTAT(fragments_received),
1437 MIBSTAT(oversize_received),
1438 MIBSTAT(jabber_received),
1439 MIBSTAT(mac_receive_error),
1440 MIBSTAT(bad_crc_event),
1441 MIBSTAT(collision),
1442 MIBSTAT(late_collision),
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001443 MIBSTAT(rx_discard),
1444 MIBSTAT(rx_overrun),
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001445};
1446
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001447static int
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001448mv643xx_eth_get_settings_phy(struct mv643xx_eth_private *mp,
1449 struct ethtool_cmd *cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001450{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001451 int err;
1452
Lennert Buytenheked944932008-08-26 13:34:19 +02001453 err = phy_read_status(mp->phy);
1454 if (err == 0)
1455 err = phy_ethtool_gset(mp->phy, cmd);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001456
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001457 /*
1458 * The MAC does not support 1000baseT_Half.
1459 */
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001460 cmd->supported &= ~SUPPORTED_1000baseT_Half;
1461 cmd->advertising &= ~ADVERTISED_1000baseT_Half;
1462
1463 return err;
1464}
1465
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001466static int
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001467mv643xx_eth_get_settings_phyless(struct mv643xx_eth_private *mp,
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001468 struct ethtool_cmd *cmd)
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001469{
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001470 u32 port_status;
1471
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001472 port_status = rdlp(mp, PORT_STATUS);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001473
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001474 cmd->supported = SUPPORTED_MII;
1475 cmd->advertising = ADVERTISED_MII;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001476 switch (port_status & PORT_SPEED_MASK) {
1477 case PORT_SPEED_10:
David Decotigny70739492011-04-27 18:32:40 +00001478 ethtool_cmd_speed_set(cmd, SPEED_10);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001479 break;
1480 case PORT_SPEED_100:
David Decotigny70739492011-04-27 18:32:40 +00001481 ethtool_cmd_speed_set(cmd, SPEED_100);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001482 break;
1483 case PORT_SPEED_1000:
David Decotigny70739492011-04-27 18:32:40 +00001484 ethtool_cmd_speed_set(cmd, SPEED_1000);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001485 break;
1486 default:
1487 cmd->speed = -1;
1488 break;
1489 }
1490 cmd->duplex = (port_status & FULL_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF;
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001491 cmd->port = PORT_MII;
1492 cmd->phy_address = 0;
1493 cmd->transceiver = XCVR_INTERNAL;
1494 cmd->autoneg = AUTONEG_DISABLE;
1495 cmd->maxtxpkt = 1;
1496 cmd->maxrxpkt = 1;
1497
1498 return 0;
1499}
1500
Michael Stapelberg3871c382013-03-11 13:56:45 +00001501static void
1502mv643xx_eth_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1503{
1504 struct mv643xx_eth_private *mp = netdev_priv(dev);
1505 wol->supported = 0;
1506 wol->wolopts = 0;
1507 if (mp->phy)
1508 phy_ethtool_get_wol(mp->phy, wol);
1509}
1510
1511static int
1512mv643xx_eth_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1513{
1514 struct mv643xx_eth_private *mp = netdev_priv(dev);
1515 int err;
1516
1517 if (mp->phy == NULL)
1518 return -EOPNOTSUPP;
1519
1520 err = phy_ethtool_set_wol(mp->phy, wol);
1521 /* Given that mv643xx_eth works without the marvell-specific PHY driver,
1522 * this debugging hint is useful to have.
1523 */
1524 if (err == -EOPNOTSUPP)
1525 netdev_info(dev, "The PHY does not support set_wol, was CONFIG_MARVELL_PHY enabled?\n");
1526 return err;
1527}
1528
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001529static int
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001530mv643xx_eth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
1531{
1532 struct mv643xx_eth_private *mp = netdev_priv(dev);
1533
1534 if (mp->phy != NULL)
1535 return mv643xx_eth_get_settings_phy(mp, cmd);
1536 else
1537 return mv643xx_eth_get_settings_phyless(mp, cmd);
1538}
1539
1540static int
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001541mv643xx_eth_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001542{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001543 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001544 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001545
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001546 if (mp->phy == NULL)
1547 return -EINVAL;
1548
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001549 /*
1550 * The MAC does not support 1000baseT_Half.
1551 */
1552 cmd->advertising &= ~ADVERTISED_1000baseT_Half;
1553
Phil Sutter260055b2013-03-06 07:49:02 +00001554 ret = phy_ethtool_sset(mp->phy, cmd);
1555 if (!ret)
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001556 mv643xx_eth_adjust_link(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001557 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001558}
1559
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001560static void mv643xx_eth_get_drvinfo(struct net_device *dev,
1561 struct ethtool_drvinfo *drvinfo)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001562{
Axel Lin6f39da22011-11-24 00:41:55 -05001563 strlcpy(drvinfo->driver, mv643xx_eth_driver_name,
1564 sizeof(drvinfo->driver));
Rick Jones68aad782011-11-07 13:29:27 +00001565 strlcpy(drvinfo->version, mv643xx_eth_driver_version,
Axel Lin6f39da22011-11-24 00:41:55 -05001566 sizeof(drvinfo->version));
1567 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version));
1568 strlcpy(drvinfo->bus_info, "platform", sizeof(drvinfo->bus_info));
Lennert Buytenhek16820052008-06-01 11:40:29 +02001569 drvinfo->n_stats = ARRAY_SIZE(mv643xx_eth_stats);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001570}
1571
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001572static int mv643xx_eth_nway_reset(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001573{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001574 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001575
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001576 if (mp->phy == NULL)
1577 return -EINVAL;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001578
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001579 return genphy_restart_aneg(mp->phy);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001580}
1581
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001582static int
1583mv643xx_eth_get_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
1584{
1585 struct mv643xx_eth_private *mp = netdev_priv(dev);
1586
1587 ec->rx_coalesce_usecs = get_rx_coal(mp);
1588 ec->tx_coalesce_usecs = get_tx_coal(mp);
1589
1590 return 0;
1591}
1592
1593static int
1594mv643xx_eth_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
1595{
1596 struct mv643xx_eth_private *mp = netdev_priv(dev);
1597
1598 set_rx_coal(mp, ec->rx_coalesce_usecs);
1599 set_tx_coal(mp, ec->tx_coalesce_usecs);
1600
1601 return 0;
1602}
1603
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001604static void
1605mv643xx_eth_get_ringparam(struct net_device *dev, struct ethtool_ringparam *er)
1606{
1607 struct mv643xx_eth_private *mp = netdev_priv(dev);
1608
1609 er->rx_max_pending = 4096;
1610 er->tx_max_pending = 4096;
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001611
1612 er->rx_pending = mp->rx_ring_size;
1613 er->tx_pending = mp->tx_ring_size;
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001614}
1615
1616static int
1617mv643xx_eth_set_ringparam(struct net_device *dev, struct ethtool_ringparam *er)
1618{
1619 struct mv643xx_eth_private *mp = netdev_priv(dev);
1620
1621 if (er->rx_mini_pending || er->rx_jumbo_pending)
1622 return -EINVAL;
1623
1624 mp->rx_ring_size = er->rx_pending < 4096 ? er->rx_pending : 4096;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001625 mp->tx_ring_size = clamp_t(unsigned int, er->tx_pending,
1626 MV643XX_MAX_SKB_DESCS * 2, 4096);
1627 if (mp->tx_ring_size != er->tx_pending)
1628 netdev_warn(dev, "TX queue size set to %u (requested %u)\n",
1629 mp->tx_ring_size, er->tx_pending);
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001630
1631 if (netif_running(dev)) {
1632 mv643xx_eth_stop(dev);
1633 if (mv643xx_eth_open(dev)) {
Joe Perches7542db82011-03-02 17:50:35 +00001634 netdev_err(dev,
1635 "fatal error on re-opening device after ring param change\n");
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001636 return -ENOMEM;
1637 }
1638 }
1639
1640 return 0;
1641}
1642
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001643
1644static int
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001645mv643xx_eth_set_features(struct net_device *dev, netdev_features_t features)
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001646{
1647 struct mv643xx_eth_private *mp = netdev_priv(dev);
Michał Mirosław3ad9b352011-11-16 14:05:33 +00001648 bool rx_csum = features & NETIF_F_RXCSUM;
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001649
1650 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000);
1651
1652 return 0;
1653}
1654
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001655static void mv643xx_eth_get_strings(struct net_device *dev,
1656 uint32_t stringset, uint8_t *data)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001657{
1658 int i;
1659
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001660 if (stringset == ETH_SS_STATS) {
1661 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) {
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001662 memcpy(data + i * ETH_GSTRING_LEN,
Lennert Buytenhek16820052008-06-01 11:40:29 +02001663 mv643xx_eth_stats[i].stat_string,
Lennert Buytenheke5371492008-06-01 02:18:13 +02001664 ETH_GSTRING_LEN);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001665 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001666 }
1667}
1668
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001669static void mv643xx_eth_get_ethtool_stats(struct net_device *dev,
1670 struct ethtool_stats *stats,
1671 uint64_t *data)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001672{
Lennert Buytenhekb9873842008-08-24 05:59:16 +02001673 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001674 int i;
1675
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001676 mv643xx_eth_get_stats(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001677 mib_counters_update(mp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001678
Lennert Buytenhek16820052008-06-01 11:40:29 +02001679 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) {
1680 const struct mv643xx_eth_stats *stat;
1681 void *p;
1682
1683 stat = mv643xx_eth_stats + i;
1684
1685 if (stat->netdev_off >= 0)
1686 p = ((void *)mp->dev) + stat->netdev_off;
1687 else
1688 p = ((void *)mp) + stat->mp_off;
1689
1690 data[i] = (stat->sizeof_stat == 8) ?
1691 *(uint64_t *)p : *(uint32_t *)p;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001692 }
1693}
1694
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001695static int mv643xx_eth_get_sset_count(struct net_device *dev, int sset)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001696{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001697 if (sset == ETH_SS_STATS)
Lennert Buytenhek16820052008-06-01 11:40:29 +02001698 return ARRAY_SIZE(mv643xx_eth_stats);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001699
1700 return -EOPNOTSUPP;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001701}
1702
Lennert Buytenheke5371492008-06-01 02:18:13 +02001703static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001704 .get_settings = mv643xx_eth_get_settings,
1705 .set_settings = mv643xx_eth_set_settings,
1706 .get_drvinfo = mv643xx_eth_get_drvinfo,
1707 .nway_reset = mv643xx_eth_nway_reset,
Ben Hutchingsed4ba4b2010-12-09 12:10:25 +00001708 .get_link = ethtool_op_get_link,
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001709 .get_coalesce = mv643xx_eth_get_coalesce,
1710 .set_coalesce = mv643xx_eth_set_coalesce,
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001711 .get_ringparam = mv643xx_eth_get_ringparam,
1712 .set_ringparam = mv643xx_eth_set_ringparam,
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001713 .get_strings = mv643xx_eth_get_strings,
1714 .get_ethtool_stats = mv643xx_eth_get_ethtool_stats,
Lennert Buytenheke5371492008-06-01 02:18:13 +02001715 .get_sset_count = mv643xx_eth_get_sset_count,
Richard Cochranebad0a82012-04-03 22:59:32 +00001716 .get_ts_info = ethtool_op_get_ts_info,
Michael Stapelberg3871c382013-03-11 13:56:45 +00001717 .get_wol = mv643xx_eth_get_wol,
1718 .set_wol = mv643xx_eth_set_wol,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001719};
1720
1721
1722/* address handling *********************************************************/
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001723static void uc_addr_get(struct mv643xx_eth_private *mp, unsigned char *addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001724{
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001725 unsigned int mac_h = rdlp(mp, MAC_ADDR_HIGH);
1726 unsigned int mac_l = rdlp(mp, MAC_ADDR_LOW);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001727
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001728 addr[0] = (mac_h >> 24) & 0xff;
1729 addr[1] = (mac_h >> 16) & 0xff;
1730 addr[2] = (mac_h >> 8) & 0xff;
1731 addr[3] = mac_h & 0xff;
1732 addr[4] = (mac_l >> 8) & 0xff;
1733 addr[5] = mac_l & 0xff;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001734}
1735
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001736static void uc_addr_set(struct mv643xx_eth_private *mp, unsigned char *addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001737{
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001738 wrlp(mp, MAC_ADDR_HIGH,
1739 (addr[0] << 24) | (addr[1] << 16) | (addr[2] << 8) | addr[3]);
1740 wrlp(mp, MAC_ADDR_LOW, (addr[4] << 8) | addr[5]);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001741}
1742
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001743static u32 uc_addr_filter_mask(struct net_device *dev)
1744{
Jiri Pirkoccffad252009-05-22 23:22:17 +00001745 struct netdev_hw_addr *ha;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001746 u32 nibbles;
1747
1748 if (dev->flags & IFF_PROMISC)
1749 return 0;
1750
1751 nibbles = 1 << (dev->dev_addr[5] & 0x0f);
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08001752 netdev_for_each_uc_addr(ha, dev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00001753 if (memcmp(dev->dev_addr, ha->addr, 5))
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001754 return 0;
Jiri Pirkoccffad252009-05-22 23:22:17 +00001755 if ((dev->dev_addr[5] ^ ha->addr[5]) & 0xf0)
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001756 return 0;
1757
Jiri Pirkoccffad252009-05-22 23:22:17 +00001758 nibbles |= 1 << (ha->addr[5] & 0x0f);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001759 }
1760
1761 return nibbles;
1762}
1763
1764static void mv643xx_eth_program_unicast_filter(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001765{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001766 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001767 u32 port_config;
1768 u32 nibbles;
1769 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001770
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001771 uc_addr_set(mp, dev->dev_addr);
1772
Prabhanjan Sarnaik6877f542009-06-18 11:35:02 +00001773 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE;
1774
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001775 nibbles = uc_addr_filter_mask(dev);
1776 if (!nibbles) {
1777 port_config |= UNICAST_PROMISCUOUS_MODE;
Prabhanjan Sarnaik6877f542009-06-18 11:35:02 +00001778 nibbles = 0xffff;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001779 }
1780
1781 for (i = 0; i < 16; i += 4) {
1782 int off = UNICAST_TABLE(mp->port_num) + i;
1783 u32 v;
1784
1785 v = 0;
1786 if (nibbles & 1)
1787 v |= 0x00000001;
1788 if (nibbles & 2)
1789 v |= 0x00000100;
1790 if (nibbles & 4)
1791 v |= 0x00010000;
1792 if (nibbles & 8)
1793 v |= 0x01000000;
1794 nibbles >>= 4;
1795
1796 wrl(mp, off, v);
1797 }
1798
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001799 wrlp(mp, PORT_CONFIG, port_config);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001800}
1801
Lennert Buytenhek69876562008-06-01 11:43:32 +02001802static int addr_crc(unsigned char *addr)
1803{
1804 int crc = 0;
1805 int i;
1806
1807 for (i = 0; i < 6; i++) {
1808 int j;
1809
1810 crc = (crc ^ addr[i]) << 8;
1811 for (j = 7; j >= 0; j--) {
1812 if (crc & (0x100 << j))
1813 crc ^= 0x107 << j;
1814 }
1815 }
1816
1817 return crc;
1818}
1819
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001820static void mv643xx_eth_program_multicast_filter(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001821{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001822 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001823 u32 *mc_spec;
1824 u32 *mc_other;
Jiri Pirko22bedad32010-04-01 21:22:57 +00001825 struct netdev_hw_addr *ha;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001826 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001827
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001828 if (dev->flags & (IFF_PROMISC | IFF_ALLMULTI)) {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001829 int port_num;
1830 u32 accept;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001831
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001832oom:
1833 port_num = mp->port_num;
1834 accept = 0x01010101;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001835 for (i = 0; i < 0x100; i += 4) {
1836 wrl(mp, SPECIAL_MCAST_TABLE(port_num) + i, accept);
1837 wrl(mp, OTHER_MCAST_TABLE(port_num) + i, accept);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001838 }
1839 return;
1840 }
1841
Sebastian Siewior82a5bd62009-02-14 23:26:18 +00001842 mc_spec = kmalloc(0x200, GFP_ATOMIC);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001843 if (mc_spec == NULL)
1844 goto oom;
1845 mc_other = mc_spec + (0x100 >> 2);
1846
1847 memset(mc_spec, 0, 0x100);
1848 memset(mc_other, 0, 0x100);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001849
Jiri Pirko22bedad32010-04-01 21:22:57 +00001850 netdev_for_each_mc_addr(ha, dev) {
1851 u8 *a = ha->addr;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001852 u32 *table;
1853 int entry;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001854
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001855 if (memcmp(a, "\x01\x00\x5e\x00\x00", 5) == 0) {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001856 table = mc_spec;
1857 entry = a[5];
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001858 } else {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001859 table = mc_other;
1860 entry = addr_crc(a);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001861 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001862
Lennert Buytenhek2b448332009-01-19 17:17:18 -08001863 table[entry >> 2] |= 1 << (8 * (entry & 3));
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001864 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001865
1866 for (i = 0; i < 0x100; i += 4) {
1867 wrl(mp, SPECIAL_MCAST_TABLE(mp->port_num) + i, mc_spec[i >> 2]);
1868 wrl(mp, OTHER_MCAST_TABLE(mp->port_num) + i, mc_other[i >> 2]);
1869 }
1870
1871 kfree(mc_spec);
1872}
1873
1874static void mv643xx_eth_set_rx_mode(struct net_device *dev)
1875{
1876 mv643xx_eth_program_unicast_filter(dev);
1877 mv643xx_eth_program_multicast_filter(dev);
1878}
1879
1880static int mv643xx_eth_set_mac_address(struct net_device *dev, void *addr)
1881{
1882 struct sockaddr *sa = addr;
1883
Denis Kirjanova29ec082009-12-08 20:36:00 -08001884 if (!is_valid_ether_addr(sa->sa_data))
Danny Kukawka504f9b52012-02-21 02:07:49 +00001885 return -EADDRNOTAVAIL;
Denis Kirjanova29ec082009-12-08 20:36:00 -08001886
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001887 memcpy(dev->dev_addr, sa->sa_data, ETH_ALEN);
1888
1889 netif_addr_lock_bh(dev);
1890 mv643xx_eth_program_unicast_filter(dev);
1891 netif_addr_unlock_bh(dev);
1892
1893 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001894}
1895
1896
1897/* rx/tx queue initialisation ***********************************************/
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001898static int rxq_init(struct mv643xx_eth_private *mp, int index)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001899{
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001900 struct rx_queue *rxq = mp->rxq + index;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001901 struct rx_desc *rx_desc;
1902 int size;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001903 int i;
1904
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001905 rxq->index = index;
1906
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001907 rxq->rx_ring_size = mp->rx_ring_size;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001908
1909 rxq->rx_desc_count = 0;
1910 rxq->rx_curr_desc = 0;
1911 rxq->rx_used_desc = 0;
1912
1913 size = rxq->rx_ring_size * sizeof(struct rx_desc);
1914
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02001915 if (index == 0 && size <= mp->rx_desc_sram_size) {
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001916 rxq->rx_desc_area = ioremap(mp->rx_desc_sram_addr,
1917 mp->rx_desc_sram_size);
1918 rxq->rx_desc_dma = mp->rx_desc_sram_addr;
1919 } else {
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07001920 rxq->rx_desc_area = dma_alloc_coherent(mp->dev->dev.parent,
1921 size, &rxq->rx_desc_dma,
1922 GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001923 }
1924
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001925 if (rxq->rx_desc_area == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00001926 netdev_err(mp->dev,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001927 "can't allocate rx ring (%d bytes)\n", size);
1928 goto out;
1929 }
1930 memset(rxq->rx_desc_area, 0, size);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001931
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001932 rxq->rx_desc_area_size = size;
Lubomir Rintel9fa8e982013-06-18 19:32:38 +02001933 rxq->rx_skb = kcalloc(rxq->rx_ring_size, sizeof(*rxq->rx_skb),
Joe Perchesb2adaca2013-02-03 17:43:58 +00001934 GFP_KERNEL);
1935 if (rxq->rx_skb == NULL)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001936 goto out_free;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001937
Joe Perches64699332012-06-04 12:44:16 +00001938 rx_desc = rxq->rx_desc_area;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001939 for (i = 0; i < rxq->rx_ring_size; i++) {
Lennert Buytenhek9da78742008-08-23 23:45:28 +02001940 int nexti;
1941
1942 nexti = i + 1;
1943 if (nexti == rxq->rx_ring_size)
1944 nexti = 0;
1945
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001946 rx_desc[i].next_desc_ptr = rxq->rx_desc_dma +
1947 nexti * sizeof(struct rx_desc);
1948 }
1949
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001950 return 0;
1951
1952
1953out_free:
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02001954 if (index == 0 && size <= mp->rx_desc_sram_size)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001955 iounmap(rxq->rx_desc_area);
1956 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07001957 dma_free_coherent(mp->dev->dev.parent, size,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001958 rxq->rx_desc_area,
1959 rxq->rx_desc_dma);
1960
1961out:
1962 return -ENOMEM;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001963}
1964
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001965static void rxq_deinit(struct rx_queue *rxq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001966{
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001967 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
1968 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001969
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001970 rxq_disable(rxq);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001971
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001972 for (i = 0; i < rxq->rx_ring_size; i++) {
1973 if (rxq->rx_skb[i]) {
1974 dev_kfree_skb(rxq->rx_skb[i]);
1975 rxq->rx_desc_count--;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001976 }
1977 }
1978
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001979 if (rxq->rx_desc_count) {
Joe Perches7542db82011-03-02 17:50:35 +00001980 netdev_err(mp->dev, "error freeing rx ring -- %d skbs stuck\n",
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001981 rxq->rx_desc_count);
1982 }
1983
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02001984 if (rxq->index == 0 &&
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001985 rxq->rx_desc_area_size <= mp->rx_desc_sram_size)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001986 iounmap(rxq->rx_desc_area);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001987 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07001988 dma_free_coherent(mp->dev->dev.parent, rxq->rx_desc_area_size,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001989 rxq->rx_desc_area, rxq->rx_desc_dma);
1990
1991 kfree(rxq->rx_skb);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001992}
1993
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02001994static int txq_init(struct mv643xx_eth_private *mp, int index)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001995{
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02001996 struct tx_queue *txq = mp->txq + index;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001997 struct tx_desc *tx_desc;
1998 int size;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001999 int i;
2000
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002001 txq->index = index;
2002
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002003 txq->tx_ring_size = mp->tx_ring_size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002004
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002005 /* A queue must always have room for at least one skb.
2006 * Therefore, stop the queue when the free entries reaches
2007 * the maximum number of descriptors per skb.
2008 */
2009 txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS;
2010 txq->tx_wake_threshold = txq->tx_stop_threshold / 2;
2011
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002012 txq->tx_desc_count = 0;
2013 txq->tx_curr_desc = 0;
2014 txq->tx_used_desc = 0;
2015
2016 size = txq->tx_ring_size * sizeof(struct tx_desc);
2017
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002018 if (index == 0 && size <= mp->tx_desc_sram_size) {
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002019 txq->tx_desc_area = ioremap(mp->tx_desc_sram_addr,
2020 mp->tx_desc_sram_size);
2021 txq->tx_desc_dma = mp->tx_desc_sram_addr;
2022 } else {
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002023 txq->tx_desc_area = dma_alloc_coherent(mp->dev->dev.parent,
2024 size, &txq->tx_desc_dma,
2025 GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002026 }
2027
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002028 if (txq->tx_desc_area == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00002029 netdev_err(mp->dev,
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002030 "can't allocate tx ring (%d bytes)\n", size);
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +02002031 return -ENOMEM;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002032 }
2033 memset(txq->tx_desc_area, 0, size);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002034
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002035 txq->tx_desc_area_size = size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002036
Joe Perches64699332012-06-04 12:44:16 +00002037 tx_desc = txq->tx_desc_area;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002038 for (i = 0; i < txq->tx_ring_size; i++) {
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002039 struct tx_desc *txd = tx_desc + i;
Lennert Buytenhek9da78742008-08-23 23:45:28 +02002040 int nexti;
2041
2042 nexti = i + 1;
2043 if (nexti == txq->tx_ring_size)
2044 nexti = 0;
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002045
2046 txd->cmd_sts = 0;
2047 txd->next_desc_ptr = txq->tx_desc_dma +
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002048 nexti * sizeof(struct tx_desc);
2049 }
2050
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002051 /* Allocate DMA buffers for TSO MAC/IP/TCP headers */
2052 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent,
2053 txq->tx_ring_size * TSO_HEADER_SIZE,
2054 &txq->tso_hdrs_dma, GFP_KERNEL);
2055 if (txq->tso_hdrs == NULL) {
2056 dma_free_coherent(mp->dev->dev.parent, txq->tx_desc_area_size,
2057 txq->tx_desc_area, txq->tx_desc_dma);
2058 return -ENOMEM;
2059 }
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +02002060 skb_queue_head_init(&txq->tx_skb);
2061
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002062 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002063}
2064
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002065static void txq_deinit(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002066{
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002067 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002068
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002069 txq_disable(txq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002070 txq_reclaim(txq, txq->tx_ring_size, 1);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002071
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002072 BUG_ON(txq->tx_used_desc != txq->tx_curr_desc);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002073
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002074 if (txq->index == 0 &&
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002075 txq->tx_desc_area_size <= mp->tx_desc_sram_size)
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002076 iounmap(txq->tx_desc_area);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002077 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002078 dma_free_coherent(mp->dev->dev.parent, txq->tx_desc_area_size,
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002079 txq->tx_desc_area, txq->tx_desc_dma);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002080 if (txq->tso_hdrs)
2081 dma_free_coherent(mp->dev->dev.parent,
2082 txq->tx_ring_size * TSO_HEADER_SIZE,
2083 txq->tso_hdrs, txq->tso_hdrs_dma);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002084}
2085
2086
2087/* netdev ops and related ***************************************************/
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002088static int mv643xx_eth_collect_events(struct mv643xx_eth_private *mp)
2089{
2090 u32 int_cause;
2091 u32 int_cause_ext;
2092
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002093 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002094 if (int_cause == 0)
2095 return 0;
2096
2097 int_cause_ext = 0;
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002098 if (int_cause & INT_EXT) {
2099 int_cause &= ~INT_EXT;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002100 int_cause_ext = rdlp(mp, INT_CAUSE_EXT);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002101 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002102
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002103 if (int_cause) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002104 wrlp(mp, INT_CAUSE, ~int_cause);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002105 mp->work_tx_end |= ((int_cause & INT_TX_END) >> 19) &
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002106 ~(rdlp(mp, TXQ_COMMAND) & 0xff);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002107 mp->work_rx |= (int_cause & INT_RX) >> 2;
2108 }
2109
2110 int_cause_ext &= INT_EXT_LINK_PHY | INT_EXT_TX;
2111 if (int_cause_ext) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002112 wrlp(mp, INT_CAUSE_EXT, ~int_cause_ext);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002113 if (int_cause_ext & INT_EXT_LINK_PHY)
2114 mp->work_link = 1;
2115 mp->work_tx |= int_cause_ext & INT_EXT_TX;
2116 }
2117
2118 return 1;
2119}
2120
2121static irqreturn_t mv643xx_eth_irq(int irq, void *dev_id)
2122{
2123 struct net_device *dev = (struct net_device *)dev_id;
2124 struct mv643xx_eth_private *mp = netdev_priv(dev);
2125
2126 if (unlikely(!mv643xx_eth_collect_events(mp)))
2127 return IRQ_NONE;
2128
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002129 wrlp(mp, INT_MASK, 0);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002130 napi_schedule(&mp->napi);
2131
2132 return IRQ_HANDLED;
2133}
2134
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002135static void handle_link_event(struct mv643xx_eth_private *mp)
2136{
2137 struct net_device *dev = mp->dev;
2138 u32 port_status;
2139 int speed;
2140 int duplex;
2141 int fc;
2142
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002143 port_status = rdlp(mp, PORT_STATUS);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002144 if (!(port_status & LINK_UP)) {
2145 if (netif_carrier_ok(dev)) {
2146 int i;
2147
Joe Perches7542db82011-03-02 17:50:35 +00002148 netdev_info(dev, "link down\n");
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002149
2150 netif_carrier_off(dev);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002151
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002152 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002153 struct tx_queue *txq = mp->txq + i;
2154
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002155 txq_reclaim(txq, txq->tx_ring_size, 1);
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002156 txq_reset_hw_ptr(txq);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002157 }
2158 }
2159 return;
2160 }
2161
2162 switch (port_status & PORT_SPEED_MASK) {
2163 case PORT_SPEED_10:
2164 speed = 10;
2165 break;
2166 case PORT_SPEED_100:
2167 speed = 100;
2168 break;
2169 case PORT_SPEED_1000:
2170 speed = 1000;
2171 break;
2172 default:
2173 speed = -1;
2174 break;
2175 }
2176 duplex = (port_status & FULL_DUPLEX) ? 1 : 0;
2177 fc = (port_status & FLOW_CONTROL_ENABLED) ? 1 : 0;
2178
Joe Perches7542db82011-03-02 17:50:35 +00002179 netdev_info(dev, "link up, %d Mb/s, %s duplex, flow control %sabled\n",
2180 speed, duplex ? "full" : "half", fc ? "en" : "dis");
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002181
Lennert Buytenhek4fdeca32008-08-28 05:39:13 +02002182 if (!netif_carrier_ok(dev))
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002183 netif_carrier_on(dev);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002184}
2185
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002186static int mv643xx_eth_poll(struct napi_struct *napi, int budget)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002187{
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002188 struct mv643xx_eth_private *mp;
2189 int work_done;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002190
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002191 mp = container_of(napi, struct mv643xx_eth_private, napi);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002192
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002193 if (unlikely(mp->oom)) {
2194 mp->oom = 0;
2195 del_timer(&mp->rx_oom);
2196 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002197
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002198 work_done = 0;
2199 while (work_done < budget) {
2200 u8 queue_mask;
2201 int queue;
2202 int work_tbd;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002203
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002204 if (mp->work_link) {
2205 mp->work_link = 0;
2206 handle_link_event(mp);
Lennert Buytenhek26ef1f12009-05-06 03:01:10 +00002207 work_done++;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002208 continue;
Lennert Buytenhek226bb6b2008-06-02 01:47:21 +02002209 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002210
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002211 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx;
2212 if (likely(!mp->oom))
2213 queue_mask |= mp->work_rx_refill;
2214
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002215 if (!queue_mask) {
2216 if (mv643xx_eth_collect_events(mp))
2217 continue;
2218 break;
2219 }
2220
2221 queue = fls(queue_mask) - 1;
2222 queue_mask = 1 << queue;
2223
2224 work_tbd = budget - work_done;
2225 if (work_tbd > 16)
2226 work_tbd = 16;
2227
2228 if (mp->work_tx_end & queue_mask) {
2229 txq_kick(mp->txq + queue);
2230 } else if (mp->work_tx & queue_mask) {
2231 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0);
2232 txq_maybe_wake(mp->txq + queue);
2233 } else if (mp->work_rx & queue_mask) {
2234 work_done += rxq_process(mp->rxq + queue, work_tbd);
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002235 } else if (!mp->oom && (mp->work_rx_refill & queue_mask)) {
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002236 work_done += rxq_refill(mp->rxq + queue, work_tbd);
2237 } else {
2238 BUG();
2239 }
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002240 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002241
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002242 if (work_done < budget) {
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002243 if (mp->oom)
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002244 mod_timer(&mp->rx_oom, jiffies + (HZ / 10));
2245 napi_complete(napi);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002246 wrlp(mp, INT_MASK, mp->int_mask);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002247 }
2248
2249 return work_done;
2250}
2251
2252static inline void oom_timer_wrapper(unsigned long data)
2253{
2254 struct mv643xx_eth_private *mp = (void *)data;
2255
2256 napi_schedule(&mp->napi);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002257}
2258
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002259static void port_start(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002260{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002261 u32 pscr;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002262 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002263
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002264 /*
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002265 * Perform PHY reset, if there is a PHY.
2266 */
Lennert Buytenheked944932008-08-26 13:34:19 +02002267 if (mp->phy != NULL) {
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002268 struct ethtool_cmd cmd;
2269
2270 mv643xx_eth_get_settings(mp->dev, &cmd);
Florian Fainelli7cd14632013-12-06 13:01:35 -08002271 phy_init_hw(mp->phy);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002272 mv643xx_eth_set_settings(mp->dev, &cmd);
Sebastian Hesselbarth58911152013-12-13 10:20:25 +01002273 phy_start(mp->phy);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002274 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002275
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002276 /*
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002277 * Configure basic link parameters.
2278 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002279 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002280
2281 pscr |= SERIAL_PORT_ENABLE;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002282 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002283
2284 pscr |= DO_NOT_FORCE_LINK_FAIL;
Lennert Buytenheked944932008-08-26 13:34:19 +02002285 if (mp->phy == NULL)
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002286 pscr |= FORCE_LINK_PASS;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002287 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002288
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002289 /*
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002290 * Configure TX path and queues.
2291 */
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002292 tx_set_rate(mp, 1000000000, 16777216);
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002293 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002294 struct tx_queue *txq = mp->txq + i;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002295
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002296 txq_reset_hw_ptr(txq);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002297 txq_set_rate(txq, 1000000000, 16777216);
2298 txq_set_fixed_prio_mode(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002299 }
2300
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002301 /*
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +02002302 * Receive all unmatched unicast, TCP, UDP, BPDU and broadcast
Lennert Buytenhek170e7102008-09-19 02:58:50 +02002303 * frames to RX queue #0, and include the pseudo-header when
2304 * calculating receive checksums.
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +02002305 */
David S. Millere138f962011-04-21 15:19:02 -07002306 mv643xx_eth_set_features(mp->dev, mp->dev->features);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002307
Lennert Buytenhek376489a2008-06-01 01:17:44 +02002308 /*
2309 * Treat BPDUs as normal multicasts, and disable partition mode.
2310 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002311 wrlp(mp, PORT_CONFIG_EXT, 0x00000000);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002312
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002313 /*
Lennert Buytenhek5a893922009-03-13 15:48:02 -07002314 * Add configured unicast addresses to address filter table.
2315 */
2316 mv643xx_eth_program_unicast_filter(mp->dev);
2317
2318 /*
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002319 * Enable the receive queues.
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002320 */
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002321 for (i = 0; i < mp->rxq_count; i++) {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002322 struct rx_queue *rxq = mp->rxq + i;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002323 u32 addr;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002324
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002325 addr = (u32)rxq->rx_desc_dma;
2326 addr += rxq->rx_curr_desc * sizeof(struct rx_desc);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002327 wrlp(mp, RXQ_CURRENT_DESC_PTR(i), addr);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002328
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002329 rxq_enable(rxq);
2330 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002331}
2332
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002333static void mv643xx_eth_recalc_skb_size(struct mv643xx_eth_private *mp)
2334{
2335 int skb_size;
2336
2337 /*
2338 * Reserve 2+14 bytes for an ethernet header (the hardware
2339 * automatically prepends 2 bytes of dummy data to each
2340 * received packet), 16 bytes for up to four VLAN tags, and
2341 * 4 bytes for the trailing FCS -- 36 bytes total.
2342 */
2343 skb_size = mp->dev->mtu + 36;
2344
2345 /*
2346 * Make sure that the skb size is a multiple of 8 bytes, as
2347 * the lower three bits of the receive descriptor's buffer
2348 * size field are ignored by the hardware.
2349 */
2350 mp->skb_size = (skb_size + 7) & ~7;
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +00002351
2352 /*
2353 * If NET_SKB_PAD is smaller than a cache line,
2354 * netdev_alloc_skb() will cause skb->data to be misaligned
2355 * to a cache line boundary. If this is the case, include
2356 * some extra space to allow re-aligning the data area.
2357 */
2358 mp->skb_size += SKB_DMA_REALIGN;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002359}
2360
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002361static int mv643xx_eth_open(struct net_device *dev)
2362{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002363 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002364 int err;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002365 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002366
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002367 wrlp(mp, INT_CAUSE, 0);
2368 wrlp(mp, INT_CAUSE_EXT, 0);
2369 rdlp(mp, INT_CAUSE_EXT);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002370
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002371 err = request_irq(dev->irq, mv643xx_eth_irq,
Lennert Buytenhek2a1867a2008-08-23 23:43:38 +02002372 IRQF_SHARED, dev->name, dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002373 if (err) {
Joe Perches7542db82011-03-02 17:50:35 +00002374 netdev_err(dev, "can't assign irq\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002375 return -EAGAIN;
2376 }
2377
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002378 mv643xx_eth_recalc_skb_size(mp);
2379
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002380 napi_enable(&mp->napi);
2381
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002382 mp->int_mask = INT_EXT;
2383
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002384 for (i = 0; i < mp->rxq_count; i++) {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002385 err = rxq_init(mp, i);
2386 if (err) {
2387 while (--i >= 0)
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002388 rxq_deinit(mp->rxq + i);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002389 goto out;
2390 }
2391
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002392 rxq_refill(mp->rxq + i, INT_MAX);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002393 mp->int_mask |= INT_RX_0 << i;
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002394 }
2395
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002396 if (mp->oom) {
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002397 mp->rx_oom.expires = jiffies + (HZ / 10);
2398 add_timer(&mp->rx_oom);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002399 }
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002400
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002401 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002402 err = txq_init(mp, i);
2403 if (err) {
2404 while (--i >= 0)
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002405 txq_deinit(mp->txq + i);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002406 goto out_free;
2407 }
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002408 mp->int_mask |= INT_TX_END_0 << i;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002409 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002410
Sebastian Hesselbarthf5644122013-10-02 12:57:21 +02002411 add_timer(&mp->mib_counters_timer);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002412 port_start(mp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002413
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002414 wrlp(mp, INT_MASK_EXT, INT_EXT_LINK_PHY | INT_EXT_TX);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002415 wrlp(mp, INT_MASK, mp->int_mask);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002416
2417 return 0;
2418
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002419
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002420out_free:
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002421 for (i = 0; i < mp->rxq_count; i++)
2422 rxq_deinit(mp->rxq + i);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002423out:
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002424 free_irq(dev->irq, dev);
2425
2426 return err;
2427}
2428
Lennert Buytenheke5371492008-06-01 02:18:13 +02002429static void port_reset(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002430{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002431 unsigned int data;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002432 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002433
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002434 for (i = 0; i < mp->rxq_count; i++)
2435 rxq_disable(mp->rxq + i);
2436 for (i = 0; i < mp->txq_count; i++)
2437 txq_disable(mp->txq + i);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002438
2439 while (1) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002440 u32 ps = rdlp(mp, PORT_STATUS);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002441
2442 if ((ps & (TX_IN_PROGRESS | TX_FIFO_EMPTY)) == TX_FIFO_EMPTY)
2443 break;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002444 udelay(10);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002445 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002446
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002447 /* Reset the Enable bit in the Configuration Register */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002448 data = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002449 data &= ~(SERIAL_PORT_ENABLE |
2450 DO_NOT_FORCE_LINK_FAIL |
2451 FORCE_LINK_PASS);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002452 wrlp(mp, PORT_SERIAL_CONTROL, data);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002453}
2454
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002455static int mv643xx_eth_stop(struct net_device *dev)
2456{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002457 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002458 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002459
Gabriel Paubertfe65e702009-01-19 17:18:09 -08002460 wrlp(mp, INT_MASK_EXT, 0x00000000);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002461 wrlp(mp, INT_MASK, 0x00000000);
2462 rdlp(mp, INT_MASK);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002463
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002464 napi_disable(&mp->napi);
Lennert Buytenhek78fff832008-08-24 01:03:57 +02002465
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002466 del_timer_sync(&mp->rx_oom);
2467
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002468 netif_carrier_off(dev);
Sebastian Hesselbarth58911152013-12-13 10:20:25 +01002469 if (mp->phy)
2470 phy_stop(mp->phy);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002471 free_irq(dev->irq, dev);
2472
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002473 port_reset(mp);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02002474 mv643xx_eth_get_stats(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002475 mib_counters_update(mp);
Sebastian Siewior57e8f262009-02-16 11:28:15 +00002476 del_timer_sync(&mp->mib_counters_timer);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002477
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002478 for (i = 0; i < mp->rxq_count; i++)
2479 rxq_deinit(mp->rxq + i);
2480 for (i = 0; i < mp->txq_count; i++)
2481 txq_deinit(mp->txq + i);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002482
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002483 return 0;
2484}
2485
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002486static int mv643xx_eth_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002487{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002488 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00002489 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002490
Phil Sutter260055b2013-03-06 07:49:02 +00002491 if (mp->phy == NULL)
2492 return -ENOTSUPP;
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002493
Phil Sutter260055b2013-03-06 07:49:02 +00002494 ret = phy_mii_ioctl(mp->phy, ifr, cmd);
2495 if (!ret)
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03002496 mv643xx_eth_adjust_link(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00002497 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002498}
2499
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002500static int mv643xx_eth_change_mtu(struct net_device *dev, int new_mtu)
2501{
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002502 struct mv643xx_eth_private *mp = netdev_priv(dev);
2503
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002504 if (new_mtu < 64 || new_mtu > 9500)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002505 return -EINVAL;
2506
2507 dev->mtu = new_mtu;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002508 mv643xx_eth_recalc_skb_size(mp);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002509 tx_set_rate(mp, 1000000000, 16777216);
2510
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002511 if (!netif_running(dev))
2512 return 0;
2513
2514 /*
2515 * Stop and then re-open the interface. This will allocate RX
2516 * skbs of the new MTU.
2517 * There is a possible danger that the open will not succeed,
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002518 * due to memory being full.
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002519 */
2520 mv643xx_eth_stop(dev);
2521 if (mv643xx_eth_open(dev)) {
Joe Perches7542db82011-03-02 17:50:35 +00002522 netdev_err(dev,
2523 "fatal error on re-opening device after MTU change\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002524 }
2525
2526 return 0;
2527}
2528
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002529static void tx_timeout_task(struct work_struct *ugly)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002530{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002531 struct mv643xx_eth_private *mp;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002532
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002533 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task);
2534 if (netif_running(mp->dev)) {
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02002535 netif_tx_stop_all_queues(mp->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002536 port_reset(mp);
2537 port_start(mp);
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02002538 netif_tx_wake_all_queues(mp->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002539 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002540}
2541
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002542static void mv643xx_eth_tx_timeout(struct net_device *dev)
2543{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002544 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002545
Joe Perches7542db82011-03-02 17:50:35 +00002546 netdev_info(dev, "tx timeout\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002547
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002548 schedule_work(&mp->tx_timeout_task);
2549}
2550
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002551#ifdef CONFIG_NET_POLL_CONTROLLER
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002552static void mv643xx_eth_netpoll(struct net_device *dev)
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002553{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002554 struct mv643xx_eth_private *mp = netdev_priv(dev);
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002555
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002556 wrlp(mp, INT_MASK, 0x00000000);
2557 rdlp(mp, INT_MASK);
Dale Farnsworthc2e5b352006-01-16 17:00:24 -07002558
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002559 mv643xx_eth_irq(dev->irq, dev);
Dale Farnsworthc2e5b352006-01-16 17:00:24 -07002560
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002561 wrlp(mp, INT_MASK, mp->int_mask);
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002562}
2563#endif
2564
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002565
2566/* platform glue ************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +02002567static void
2568mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp,
Andrew Lunn63a93322011-12-07 21:48:07 +01002569 const struct mbus_dram_target_info *dram)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002570{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002571 void __iomem *base = msp->base;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002572 u32 win_enable;
2573 u32 win_protect;
2574 int i;
2575
2576 for (i = 0; i < 6; i++) {
2577 writel(0, base + WINDOW_BASE(i));
2578 writel(0, base + WINDOW_SIZE(i));
2579 if (i < 4)
2580 writel(0, base + WINDOW_REMAP_HIGH(i));
2581 }
2582
2583 win_enable = 0x3f;
2584 win_protect = 0;
2585
2586 for (i = 0; i < dram->num_cs; i++) {
Andrew Lunn63a93322011-12-07 21:48:07 +01002587 const struct mbus_dram_window *cs = dram->cs + i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002588
2589 writel((cs->base & 0xffff0000) |
2590 (cs->mbus_attr << 8) |
2591 dram->mbus_dram_target_id, base + WINDOW_BASE(i));
2592 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i));
2593
2594 win_enable &= ~(1 << i);
2595 win_protect |= 3 << (2 * i);
2596 }
2597
2598 writel(win_enable, base + WINDOW_BAR_ENABLE);
2599 msp->win_protect = win_protect;
2600}
2601
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002602static void infer_hw_params(struct mv643xx_eth_shared_private *msp)
2603{
2604 /*
2605 * Check whether we have a 14-bit coal limit field in bits
2606 * [21:8], or a 16-bit coal limit in bits [25,21:7] of the
2607 * SDMA config register.
2608 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002609 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG);
2610 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000)
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002611 msp->extended_rx_coal_limit = 1;
2612 else
2613 msp->extended_rx_coal_limit = 0;
Lennert Buytenhek1e881592008-06-02 01:57:36 +02002614
2615 /*
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002616 * Check whether the MAC supports TX rate control, and if
2617 * yes, whether its associated registers are in the old or
2618 * the new place.
Lennert Buytenhek1e881592008-06-02 01:57:36 +02002619 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002620 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED);
2621 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) {
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002622 msp->tx_bw_control = TX_BW_CONTROL_NEW_LAYOUT;
2623 } else {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002624 writel(7, msp->base + 0x0400 + TX_BW_RATE);
2625 if (readl(msp->base + 0x0400 + TX_BW_RATE) & 7)
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002626 msp->tx_bw_control = TX_BW_CONTROL_OLD_LAYOUT;
2627 else
2628 msp->tx_bw_control = TX_BW_CONTROL_ABSENT;
2629 }
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002630}
2631
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002632#if defined(CONFIG_OF)
2633static const struct of_device_id mv643xx_eth_shared_ids[] = {
2634 { .compatible = "marvell,orion-eth", },
2635 { .compatible = "marvell,kirkwood-eth", },
2636 { }
2637};
2638MODULE_DEVICE_TABLE(of, mv643xx_eth_shared_ids);
2639#endif
2640
2641#if defined(CONFIG_OF) && !defined(CONFIG_MV64X60)
2642#define mv643xx_eth_property(_np, _name, _v) \
2643 do { \
2644 u32 tmp; \
2645 if (!of_property_read_u32(_np, "marvell," _name, &tmp)) \
2646 _v = tmp; \
2647 } while (0)
2648
2649static struct platform_device *port_platdev[3];
2650
2651static int mv643xx_eth_shared_of_add_port(struct platform_device *pdev,
2652 struct device_node *pnp)
2653{
2654 struct platform_device *ppdev;
2655 struct mv643xx_eth_platform_data ppd;
2656 struct resource res;
2657 const char *mac_addr;
2658 int ret;
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002659 int dev_num = 0;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002660
2661 memset(&ppd, 0, sizeof(ppd));
2662 ppd.shared = pdev;
2663
2664 memset(&res, 0, sizeof(res));
2665 if (!of_irq_to_resource(pnp, 0, &res)) {
2666 dev_err(&pdev->dev, "missing interrupt on %s\n", pnp->name);
2667 return -EINVAL;
2668 }
2669
2670 if (of_property_read_u32(pnp, "reg", &ppd.port_number)) {
2671 dev_err(&pdev->dev, "missing reg property on %s\n", pnp->name);
2672 return -EINVAL;
2673 }
2674
2675 if (ppd.port_number >= 3) {
2676 dev_err(&pdev->dev, "invalid reg property on %s\n", pnp->name);
2677 return -EINVAL;
2678 }
2679
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002680 while (dev_num < 3 && port_platdev[dev_num])
2681 dev_num++;
2682
2683 if (dev_num == 3) {
2684 dev_err(&pdev->dev, "too many ports registered\n");
2685 return -EINVAL;
2686 }
2687
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002688 mac_addr = of_get_mac_address(pnp);
2689 if (mac_addr)
Joe Perchesd458cdf2013-10-01 19:04:40 -07002690 memcpy(ppd.mac_addr, mac_addr, ETH_ALEN);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002691
2692 mv643xx_eth_property(pnp, "tx-queue-size", ppd.tx_queue_size);
2693 mv643xx_eth_property(pnp, "tx-sram-addr", ppd.tx_sram_addr);
2694 mv643xx_eth_property(pnp, "tx-sram-size", ppd.tx_sram_size);
2695 mv643xx_eth_property(pnp, "rx-queue-size", ppd.rx_queue_size);
2696 mv643xx_eth_property(pnp, "rx-sram-addr", ppd.rx_sram_addr);
2697 mv643xx_eth_property(pnp, "rx-sram-size", ppd.rx_sram_size);
2698
2699 ppd.phy_node = of_parse_phandle(pnp, "phy-handle", 0);
2700 if (!ppd.phy_node) {
2701 ppd.phy_addr = MV643XX_ETH_PHY_NONE;
2702 of_property_read_u32(pnp, "speed", &ppd.speed);
2703 of_property_read_u32(pnp, "duplex", &ppd.duplex);
2704 }
2705
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002706 ppdev = platform_device_alloc(MV643XX_ETH_NAME, dev_num);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002707 if (!ppdev)
2708 return -ENOMEM;
2709 ppdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
Sebastian Hesselbarthb5d82db2013-10-02 12:57:22 +02002710 ppdev->dev.of_node = pnp;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002711
2712 ret = platform_device_add_resources(ppdev, &res, 1);
2713 if (ret)
2714 goto port_err;
2715
2716 ret = platform_device_add_data(ppdev, &ppd, sizeof(ppd));
2717 if (ret)
2718 goto port_err;
2719
2720 ret = platform_device_add(ppdev);
2721 if (ret)
2722 goto port_err;
2723
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002724 port_platdev[dev_num] = ppdev;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002725
2726 return 0;
2727
2728port_err:
2729 platform_device_put(ppdev);
2730 return ret;
2731}
2732
2733static int mv643xx_eth_shared_of_probe(struct platform_device *pdev)
2734{
2735 struct mv643xx_eth_shared_platform_data *pd;
2736 struct device_node *pnp, *np = pdev->dev.of_node;
2737 int ret;
2738
2739 /* bail out if not registered from DT */
2740 if (!np)
2741 return 0;
2742
2743 pd = devm_kzalloc(&pdev->dev, sizeof(*pd), GFP_KERNEL);
2744 if (!pd)
2745 return -ENOMEM;
2746 pdev->dev.platform_data = pd;
2747
2748 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit);
2749
2750 for_each_available_child_of_node(np, pnp) {
2751 ret = mv643xx_eth_shared_of_add_port(pdev, pnp);
2752 if (ret)
2753 return ret;
2754 }
2755 return 0;
2756}
2757
2758static void mv643xx_eth_shared_of_remove(void)
2759{
2760 int n;
2761
2762 for (n = 0; n < 3; n++) {
2763 platform_device_del(port_platdev[n]);
2764 port_platdev[n] = NULL;
2765 }
2766}
2767#else
Arnd Bergmannff208772013-06-03 03:11:24 +00002768static inline int mv643xx_eth_shared_of_probe(struct platform_device *pdev)
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002769{
Arnd Bergmannff208772013-06-03 03:11:24 +00002770 return 0;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002771}
2772
Arnd Bergmannff208772013-06-03 03:11:24 +00002773static inline void mv643xx_eth_shared_of_remove(void)
2774{
2775}
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002776#endif
2777
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002778static int mv643xx_eth_shared_probe(struct platform_device *pdev)
2779{
Lennert Buytenhek10a99482008-11-20 03:57:16 -08002780 static int mv643xx_eth_version_printed;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002781 struct mv643xx_eth_shared_platform_data *pd;
Lennert Buytenheke5371492008-06-01 02:18:13 +02002782 struct mv643xx_eth_shared_private *msp;
Andrew Lunn63a93322011-12-07 21:48:07 +01002783 const struct mbus_dram_target_info *dram;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002784 struct resource *res;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002785 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002786
Lennert Buytenheke5371492008-06-01 02:18:13 +02002787 if (!mv643xx_eth_version_printed++)
Joe Perches7542db82011-03-02 17:50:35 +00002788 pr_notice("MV-643xx 10/100/1000 ethernet driver version %s\n",
2789 mv643xx_eth_driver_version);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002790
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002791 res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
2792 if (res == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002793 return -EINVAL;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002794
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002795 msp = devm_kzalloc(&pdev->dev, sizeof(*msp), GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002796 if (msp == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002797 return -ENOMEM;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002798 platform_set_drvdata(pdev, msp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002799
Sebastian Hesselbarth65a6f962013-05-29 09:32:44 +00002800 msp->base = devm_ioremap(&pdev->dev, res->start, resource_size(res));
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002801 if (msp->base == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002802 return -ENOMEM;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002803
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00002804 msp->clk = devm_clk_get(&pdev->dev, NULL);
2805 if (!IS_ERR(msp->clk))
2806 clk_prepare_enable(msp->clk);
2807
Lennert Buytenheked944932008-08-26 13:34:19 +02002808 /*
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002809 * (Re-)program MBUS remapping windows if we are asked to.
2810 */
Andrew Lunn63a93322011-12-07 21:48:07 +01002811 dram = mv_mbus_dram_info();
2812 if (dram)
2813 mv643xx_eth_conf_mbus_windows(msp, dram);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002814
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002815 ret = mv643xx_eth_shared_of_probe(pdev);
2816 if (ret)
2817 return ret;
Jingoo Hanbbfa6d02013-08-30 13:57:13 +09002818 pd = dev_get_platdata(&pdev->dev);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002819
Dan Carpenter50a749c2010-07-23 01:05:05 +00002820 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ?
2821 pd->tx_csum_limit : 9 * 1024;
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002822 infer_hw_params(msp);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002823
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002824 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002825}
2826
2827static int mv643xx_eth_shared_remove(struct platform_device *pdev)
2828{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002829 struct mv643xx_eth_shared_private *msp = platform_get_drvdata(pdev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002830
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002831 mv643xx_eth_shared_of_remove();
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00002832 if (!IS_ERR(msp->clk))
2833 clk_disable_unprepare(msp->clk);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002834 return 0;
2835}
2836
2837static struct platform_driver mv643xx_eth_shared_driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002838 .probe = mv643xx_eth_shared_probe,
2839 .remove = mv643xx_eth_shared_remove,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002840 .driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002841 .name = MV643XX_ETH_SHARED_NAME,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002842 .owner = THIS_MODULE,
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002843 .of_match_table = of_match_ptr(mv643xx_eth_shared_ids),
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002844 },
2845};
2846
Lennert Buytenheke5371492008-06-01 02:18:13 +02002847static void phy_addr_set(struct mv643xx_eth_private *mp, int phy_addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002848{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002849 int addr_shift = 5 * mp->port_num;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002850 u32 data;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002851
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002852 data = rdl(mp, PHY_ADDR);
2853 data &= ~(0x1f << addr_shift);
2854 data |= (phy_addr & 0x1f) << addr_shift;
2855 wrl(mp, PHY_ADDR, data);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002856}
2857
Lennert Buytenheke5371492008-06-01 02:18:13 +02002858static int phy_addr_get(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002859{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002860 unsigned int data;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002861
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002862 data = rdl(mp, PHY_ADDR);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002863
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002864 return (data >> (5 * mp->port_num)) & 0x1f;
2865}
2866
2867static void set_params(struct mv643xx_eth_private *mp,
2868 struct mv643xx_eth_platform_data *pd)
2869{
2870 struct net_device *dev = mp->dev;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002871 unsigned int tx_ring_size;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002872
2873 if (is_valid_ether_addr(pd->mac_addr))
Joe Perchesd458cdf2013-10-01 19:04:40 -07002874 memcpy(dev->dev_addr, pd->mac_addr, ETH_ALEN);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002875 else
2876 uc_addr_get(mp, dev->dev_addr);
2877
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002878 mp->rx_ring_size = DEFAULT_RX_QUEUE_SIZE;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002879 if (pd->rx_queue_size)
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002880 mp->rx_ring_size = pd->rx_queue_size;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002881 mp->rx_desc_sram_addr = pd->rx_sram_addr;
2882 mp->rx_desc_sram_size = pd->rx_sram_size;
2883
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002884 mp->rxq_count = pd->rx_queue_count ? : 1;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002885
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002886 tx_ring_size = DEFAULT_TX_QUEUE_SIZE;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002887 if (pd->tx_queue_size)
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002888 tx_ring_size = pd->tx_queue_size;
2889
2890 mp->tx_ring_size = clamp_t(unsigned int, tx_ring_size,
2891 MV643XX_MAX_SKB_DESCS * 2, 4096);
2892 if (mp->tx_ring_size != tx_ring_size)
2893 netdev_warn(dev, "TX queue size set to %u (requested %u)\n",
2894 mp->tx_ring_size, tx_ring_size);
2895
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002896 mp->tx_desc_sram_addr = pd->tx_sram_addr;
2897 mp->tx_desc_sram_size = pd->tx_sram_size;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002898
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002899 mp->txq_count = pd->tx_queue_count ? : 1;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002900}
2901
Lennert Buytenheked944932008-08-26 13:34:19 +02002902static struct phy_device *phy_scan(struct mv643xx_eth_private *mp,
2903 int phy_addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002904{
Lennert Buytenheked944932008-08-26 13:34:19 +02002905 struct phy_device *phydev;
2906 int start;
2907 int num;
2908 int i;
Florian Fainellic3a07132013-03-22 03:39:28 +00002909 char phy_id[MII_BUS_ID_SIZE + 3];
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002910
Lennert Buytenheked944932008-08-26 13:34:19 +02002911 if (phy_addr == MV643XX_ETH_PHY_ADDR_DEFAULT) {
2912 start = phy_addr_get(mp) & 0x1f;
2913 num = 32;
2914 } else {
2915 start = phy_addr & 0x1f;
2916 num = 1;
2917 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002918
Florian Fainellic3a07132013-03-22 03:39:28 +00002919 /* Attempt to connect to the PHY using orion-mdio */
Simon Baatz976c90b2013-03-24 10:34:00 +00002920 phydev = ERR_PTR(-ENODEV);
Lennert Buytenheked944932008-08-26 13:34:19 +02002921 for (i = 0; i < num; i++) {
2922 int addr = (start + i) & 0x1f;
Lennert Buytenhek45c5d3b2008-08-26 04:42:59 +02002923
Florian Fainellic3a07132013-03-22 03:39:28 +00002924 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT,
2925 "orion-mdio-mii", addr);
Lennert Buytenhek45c5d3b2008-08-26 04:42:59 +02002926
Florian Fainellic3a07132013-03-22 03:39:28 +00002927 phydev = phy_connect(mp->dev, phy_id, mv643xx_eth_adjust_link,
2928 PHY_INTERFACE_MODE_GMII);
2929 if (!IS_ERR(phydev)) {
2930 phy_addr_set(mp, addr);
2931 break;
Lennert Buytenheked944932008-08-26 13:34:19 +02002932 }
2933 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002934
Lennert Buytenheked944932008-08-26 13:34:19 +02002935 return phydev;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002936}
2937
Lennert Buytenheked944932008-08-26 13:34:19 +02002938static void phy_init(struct mv643xx_eth_private *mp, int speed, int duplex)
James Chapmand0412d92006-01-27 01:15:30 -07002939{
Lennert Buytenheked944932008-08-26 13:34:19 +02002940 struct phy_device *phy = mp->phy;
James Chapmand0412d92006-01-27 01:15:30 -07002941
Lennert Buytenheked944932008-08-26 13:34:19 +02002942 if (speed == 0) {
2943 phy->autoneg = AUTONEG_ENABLE;
2944 phy->speed = 0;
2945 phy->duplex = 0;
2946 phy->advertising = phy->supported | ADVERTISED_Autoneg;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002947 } else {
Lennert Buytenheked944932008-08-26 13:34:19 +02002948 phy->autoneg = AUTONEG_DISABLE;
2949 phy->advertising = 0;
2950 phy->speed = speed;
2951 phy->duplex = duplex;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002952 }
Lennert Buytenheked944932008-08-26 13:34:19 +02002953 phy_start_aneg(phy);
James Chapmand0412d92006-01-27 01:15:30 -07002954}
2955
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002956static void init_pscr(struct mv643xx_eth_private *mp, int speed, int duplex)
2957{
2958 u32 pscr;
2959
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002960 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002961 if (pscr & SERIAL_PORT_ENABLE) {
2962 pscr &= ~SERIAL_PORT_ENABLE;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002963 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002964 }
2965
2966 pscr = MAX_RX_PACKET_9700BYTE | SERIAL_PORT_CONTROL_RESERVED;
Lennert Buytenheked944932008-08-26 13:34:19 +02002967 if (mp->phy == NULL) {
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002968 pscr |= DISABLE_AUTO_NEG_SPEED_GMII;
2969 if (speed == SPEED_1000)
2970 pscr |= SET_GMII_SPEED_TO_1000;
2971 else if (speed == SPEED_100)
2972 pscr |= SET_MII_SPEED_TO_100;
2973
2974 pscr |= DISABLE_AUTO_NEG_FOR_FLOW_CTRL;
2975
2976 pscr |= DISABLE_AUTO_NEG_FOR_DUPLEX;
2977 if (duplex == DUPLEX_FULL)
2978 pscr |= SET_FULL_DUPLEX_MODE;
2979 }
2980
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002981 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002982}
2983
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00002984static const struct net_device_ops mv643xx_eth_netdev_ops = {
2985 .ndo_open = mv643xx_eth_open,
2986 .ndo_stop = mv643xx_eth_stop,
2987 .ndo_start_xmit = mv643xx_eth_xmit,
2988 .ndo_set_rx_mode = mv643xx_eth_set_rx_mode,
2989 .ndo_set_mac_address = mv643xx_eth_set_mac_address,
kirjanov@gmail.com1d4bd942010-02-16 20:40:11 +00002990 .ndo_validate_addr = eth_validate_addr,
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00002991 .ndo_do_ioctl = mv643xx_eth_ioctl,
2992 .ndo_change_mtu = mv643xx_eth_change_mtu,
Michał Mirosławaad59c42011-04-17 00:15:46 +00002993 .ndo_set_features = mv643xx_eth_set_features,
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00002994 .ndo_tx_timeout = mv643xx_eth_tx_timeout,
2995 .ndo_get_stats = mv643xx_eth_get_stats,
2996#ifdef CONFIG_NET_POLL_CONTROLLER
2997 .ndo_poll_controller = mv643xx_eth_netpoll,
2998#endif
2999};
3000
Russell King3ae5eae2005-11-09 22:32:44 +00003001static int mv643xx_eth_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003 struct mv643xx_eth_platform_data *pd;
Lennert Buytenheke5371492008-06-01 02:18:13 +02003004 struct mv643xx_eth_private *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005 struct net_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006 struct resource *res;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003007 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008
Jingoo Hanbbfa6d02013-08-30 13:57:13 +09003009 pd = dev_get_platdata(&pdev->dev);
Dale Farnsworth84dd6192007-03-03 06:40:28 -07003010 if (pd == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00003011 dev_err(&pdev->dev, "no mv643xx_eth_platform_data\n");
Dale Farnsworth84dd6192007-03-03 06:40:28 -07003012 return -ENODEV;
3013 }
3014
Lennert Buytenhekfa3959f2008-04-24 01:27:02 +02003015 if (pd->shared == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00003016 dev_err(&pdev->dev, "no mv643xx_eth_platform_data->shared\n");
Lennert Buytenhekfa3959f2008-04-24 01:27:02 +02003017 return -ENODEV;
3018 }
3019
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02003020 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021 if (!dev)
3022 return -ENOMEM;
3023
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024 mp = netdev_priv(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003025 platform_set_drvdata(pdev, mp);
3026
3027 mp->shared = platform_get_drvdata(pd->shared);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003028 mp->base = mp->shared->base + 0x0400 + (pd->port_number << 10);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003029 mp->port_num = pd->port_number;
3030
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003031 mp->dev = dev;
Lennert Buytenhek78fff832008-08-24 01:03:57 +02003032
Sebastian Hesselbarthcb852152013-05-29 09:32:47 +00003033 /* Kirkwood resets some registers on gated clocks. Especially
3034 * CLK125_BYPASS_EN must be cleared but is not available on
3035 * all other SoCs/System Controllers using this driver.
3036 */
3037 if (of_device_is_compatible(pdev->dev.of_node,
3038 "marvell,kirkwood-eth-port"))
3039 wrlp(mp, PORT_SERIAL_CONTROL1,
3040 rdlp(mp, PORT_SERIAL_CONTROL1) & ~CLK125_BYPASS_EN);
3041
Andrew Lunn452503e2011-12-24 01:24:24 +01003042 /*
Andrew Lunn9a43a022012-06-06 06:40:43 +00003043 * Start with a default rate, and if there is a clock, allow
3044 * it to override the default.
Andrew Lunn452503e2011-12-24 01:24:24 +01003045 */
Andrew Lunn9a43a022012-06-06 06:40:43 +00003046 mp->t_clk = 133000000;
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003047 mp->clk = devm_clk_get(&pdev->dev, NULL);
Andrew Lunn452503e2011-12-24 01:24:24 +01003048 if (!IS_ERR(mp->clk)) {
3049 clk_prepare_enable(mp->clk);
3050 mp->t_clk = clk_get_rate(mp->clk);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00003051 } else if (!IS_ERR(mp->shared->clk)) {
3052 mp->t_clk = clk_get_rate(mp->shared->clk);
Andrew Lunn452503e2011-12-24 01:24:24 +01003053 }
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003054
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003055 set_params(mp, pd);
Ben Hutchings206d6b32010-09-27 08:30:05 +00003056 netif_set_real_num_tx_queues(dev, mp->txq_count);
3057 netif_set_real_num_rx_queues(dev, mp->rxq_count);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003058
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003059 err = 0;
3060 if (pd->phy_node) {
3061 mp->phy = of_phy_connect(mp->dev, pd->phy_node,
3062 mv643xx_eth_adjust_link, 0,
3063 PHY_INTERFACE_MODE_GMII);
3064 if (!mp->phy)
3065 err = -ENODEV;
Dan Carpenter6115c112013-11-13 10:52:47 +03003066 else
3067 phy_addr_set(mp, mp->phy->addr);
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003068 } else if (pd->phy_addr != MV643XX_ETH_PHY_NONE) {
Lennert Buytenheked944932008-08-26 13:34:19 +02003069 mp->phy = phy_scan(mp, pd->phy_addr);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003070
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003071 if (IS_ERR(mp->phy))
Simon Baatz976c90b2013-03-24 10:34:00 +00003072 err = PTR_ERR(mp->phy);
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003073 else
3074 phy_init(mp, pd->speed, pd->duplex);
Simon Baatz976c90b2013-03-24 10:34:00 +00003075 }
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003076 if (err == -ENODEV) {
3077 err = -EPROBE_DEFER;
3078 goto out;
3079 }
3080 if (err)
3081 goto out;
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00003082
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00003083 dev->ethtool_ops = &mv643xx_eth_ethtool_ops;
Lennert Buytenheked944932008-08-26 13:34:19 +02003084
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003085 init_pscr(mp, pd->speed, pd->duplex);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003086
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003087
3088 mib_counters_clear(mp);
3089
3090 init_timer(&mp->mib_counters_timer);
3091 mp->mib_counters_timer.data = (unsigned long)mp;
3092 mp->mib_counters_timer.function = mib_counters_timer_wrapper;
3093 mp->mib_counters_timer.expires = jiffies + 30 * HZ;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003094
3095 spin_lock_init(&mp->mib_counters_lock);
3096
3097 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);
3098
Andrew Lunna3659aa2013-05-13 23:54:20 +00003099 netif_napi_add(dev, &mp->napi, mv643xx_eth_poll, NAPI_POLL_WEIGHT);
Lennert Buytenhek2257e052008-08-24 04:33:36 +02003100
3101 init_timer(&mp->rx_oom);
3102 mp->rx_oom.data = (unsigned long)mp;
3103 mp->rx_oom.function = oom_timer_wrapper;
3104
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003105
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 res = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
3107 BUG_ON(!res);
3108 dev->irq = res->start;
3109
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003110 dev->netdev_ops = &mv643xx_eth_netdev_ops;
3111
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112 dev->watchdog_timeo = 2 * HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113 dev->base_addr = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03003115 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO;
Ezequiel Garcia4d48d582014-05-19 13:59:58 -03003116 dev->vlan_features = dev->features;
3117
3118 dev->features |= NETIF_F_RXCSUM;
3119 dev->hw_features = dev->features;
James Chapmanc28a4f82006-01-27 01:13:15 -07003120
Jiri Pirko01789342011-08-16 06:29:00 +00003121 dev->priv_flags |= IFF_UNICAST_FLT;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03003122 dev->gso_max_segs = MV643XX_MAX_TSO_SEGS;
Jiri Pirko01789342011-08-16 06:29:00 +00003123
Olaf Heringb0b8dab2006-04-27 18:23:49 -07003124 SET_NETDEV_DEV(dev, &pdev->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003125
3126 if (mp->shared->win_protect)
3127 wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);
3128
Lennert Buytenheka5fe3612009-02-24 15:41:47 +00003129 netif_carrier_off(dev);
3130
Lennert Buytenhekb5e86db2009-04-08 15:42:46 -07003131 wrlp(mp, SDMA_CONFIG, PORT_SDMA_CONFIG_DEFAULT_VALUE);
3132
Lennert Buytenhek4fb0a542009-02-24 15:42:05 +00003133 set_rx_coal(mp, 250);
Lennert Buytenheka5fe3612009-02-24 15:41:47 +00003134 set_tx_coal(mp, 0);
3135
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136 err = register_netdev(dev);
3137 if (err)
3138 goto out;
3139
Joe Perches7542db82011-03-02 17:50:35 +00003140 netdev_notice(dev, "port %d with MAC address %pM\n",
3141 mp->port_num, dev->dev_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142
Lennert Buytenhek13d64282008-06-01 20:51:22 +02003143 if (mp->tx_desc_sram_size > 0)
Joe Perches7542db82011-03-02 17:50:35 +00003144 netdev_notice(dev, "configured with sram\n");
Nicolas DETb1529872005-10-28 17:46:30 -07003145
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 return 0;
3147
3148out:
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003149 if (!IS_ERR(mp->clk))
Simon Baatzbaffab22012-07-19 00:04:09 +02003150 clk_disable_unprepare(mp->clk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151 free_netdev(dev);
3152
3153 return err;
3154}
3155
Russell King3ae5eae2005-11-09 22:32:44 +00003156static int mv643xx_eth_remove(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003158 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003160 unregister_netdev(mp->dev);
Lennert Buytenheked944932008-08-26 13:34:19 +02003161 if (mp->phy != NULL)
Sebastian Hesselbarthcec753f2013-05-29 09:32:43 +00003162 phy_disconnect(mp->phy);
Tejun Heo23f333a2010-12-12 16:45:14 +01003163 cancel_work_sync(&mp->tx_timeout_task);
Andrew Lunn452503e2011-12-24 01:24:24 +01003164
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003165 if (!IS_ERR(mp->clk))
Andrew Lunn452503e2011-12-24 01:24:24 +01003166 clk_disable_unprepare(mp->clk);
Andrew Lunn9a43a022012-06-06 06:40:43 +00003167
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003168 free_netdev(mp->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170 return 0;
3171}
3172
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003173static void mv643xx_eth_shutdown(struct platform_device *pdev)
3174{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003175 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003176
3177 /* Mask all interrupts on ethernet port */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003178 wrlp(mp, INT_MASK, 0);
3179 rdlp(mp, INT_MASK);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003180
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003181 if (netif_running(mp->dev))
3182 port_reset(mp);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003183}
3184
Russell King3ae5eae2005-11-09 22:32:44 +00003185static struct platform_driver mv643xx_eth_driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003186 .probe = mv643xx_eth_probe,
3187 .remove = mv643xx_eth_remove,
3188 .shutdown = mv643xx_eth_shutdown,
Russell King3ae5eae2005-11-09 22:32:44 +00003189 .driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003190 .name = MV643XX_ETH_NAME,
Kay Sievers72abb462008-04-18 13:50:44 -07003191 .owner = THIS_MODULE,
Russell King3ae5eae2005-11-09 22:32:44 +00003192 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193};
3194
Lennert Buytenheke5371492008-06-01 02:18:13 +02003195static int __init mv643xx_eth_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196{
3197 int rc;
3198
Russell King3ae5eae2005-11-09 22:32:44 +00003199 rc = platform_driver_register(&mv643xx_eth_shared_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200 if (!rc) {
Russell King3ae5eae2005-11-09 22:32:44 +00003201 rc = platform_driver_register(&mv643xx_eth_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 if (rc)
Russell King3ae5eae2005-11-09 22:32:44 +00003203 platform_driver_unregister(&mv643xx_eth_shared_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 }
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003205
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206 return rc;
3207}
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003208module_init(mv643xx_eth_init_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209
Lennert Buytenheke5371492008-06-01 02:18:13 +02003210static void __exit mv643xx_eth_cleanup_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211{
Russell King3ae5eae2005-11-09 22:32:44 +00003212 platform_driver_unregister(&mv643xx_eth_driver);
3213 platform_driver_unregister(&mv643xx_eth_shared_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214}
Lennert Buytenheke5371492008-06-01 02:18:13 +02003215module_exit(mv643xx_eth_cleanup_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216
Lennert Buytenhek45675bc2008-06-02 02:02:30 +02003217MODULE_AUTHOR("Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, "
3218 "Manish Lachwani, Dale Farnsworth and Lennert Buytenhek");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219MODULE_DESCRIPTION("Ethernet driver for Marvell MV643XX");
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003220MODULE_LICENSE("GPL");
Kay Sievers72abb462008-04-18 13:50:44 -07003221MODULE_ALIAS("platform:" MV643XX_ETH_SHARED_NAME);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003222MODULE_ALIAS("platform:" MV643XX_ETH_NAME);