blob: 5794d98d946f35c132f010b58368a15b5534070d [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 Buytenhek3cb4667c2008-06-01 01:03:23 +020075#define PHY_ADDR 0x0000
Lennert Buytenhek3cb4667c2008-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 Buytenhek3cb4667c2008-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))
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300195
196#define DESC_DMA_MAP_SINGLE 0
197#define DESC_DMA_MAP_PAGE 1
198
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200199/*
200 * RX/TX descriptors.
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200201 */
202#if defined(__BIG_ENDIAN)
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200203struct rx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200204 u16 byte_cnt; /* Descriptor buffer byte count */
205 u16 buf_size; /* Buffer size */
206 u32 cmd_sts; /* Descriptor command status */
207 u32 next_desc_ptr; /* Next descriptor pointer */
208 u32 buf_ptr; /* Descriptor buffer pointer */
209};
210
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200211struct tx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200212 u16 byte_cnt; /* buffer byte count */
213 u16 l4i_chk; /* CPU provided TCP checksum */
214 u32 cmd_sts; /* Command/status field */
215 u32 next_desc_ptr; /* Pointer to next descriptor */
216 u32 buf_ptr; /* pointer to buffer for this descriptor*/
217};
218#elif defined(__LITTLE_ENDIAN)
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200219struct rx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200220 u32 cmd_sts; /* Descriptor command status */
221 u16 buf_size; /* Buffer size */
222 u16 byte_cnt; /* Descriptor buffer byte count */
223 u32 buf_ptr; /* Descriptor buffer pointer */
224 u32 next_desc_ptr; /* Next descriptor pointer */
225};
226
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200227struct tx_desc {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200228 u32 cmd_sts; /* Command/status field */
229 u16 l4i_chk; /* CPU provided TCP checksum */
230 u16 byte_cnt; /* buffer byte count */
231 u32 buf_ptr; /* pointer to buffer for this descriptor*/
232 u32 next_desc_ptr; /* Pointer to next descriptor */
233};
234#else
235#error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined
236#endif
237
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200238/* RX & TX descriptor command */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200239#define BUFFER_OWNED_BY_DMA 0x80000000
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200240
241/* RX & TX descriptor status */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200242#define ERROR_SUMMARY 0x00000001
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200243
244/* RX descriptor status */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200245#define LAYER_4_CHECKSUM_OK 0x40000000
246#define RX_ENABLE_INTERRUPT 0x20000000
247#define RX_FIRST_DESC 0x08000000
248#define RX_LAST_DESC 0x04000000
Lennert Buytenhekeaf5d592009-02-12 14:08:39 +0000249#define RX_IP_HDR_OK 0x02000000
250#define RX_PKT_IS_IPV4 0x01000000
251#define RX_PKT_IS_ETHERNETV2 0x00800000
252#define RX_PKT_LAYER4_TYPE_MASK 0x00600000
253#define RX_PKT_LAYER4_TYPE_TCP_IPV4 0x00000000
254#define RX_PKT_IS_VLAN_TAGGED 0x00080000
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200255
256/* TX descriptor command */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200257#define TX_ENABLE_INTERRUPT 0x00800000
258#define GEN_CRC 0x00400000
259#define TX_FIRST_DESC 0x00200000
260#define TX_LAST_DESC 0x00100000
261#define ZERO_PADDING 0x00080000
262#define GEN_IP_V4_CHECKSUM 0x00040000
263#define GEN_TCP_UDP_CHECKSUM 0x00020000
264#define UDP_FRAME 0x00010000
Lennert Buytenheke32b6612008-07-24 06:22:59 +0200265#define MAC_HDR_EXTRA_4_BYTES 0x00008000
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300266#define GEN_TCP_UDP_CHK_FULL 0x00000400
Lennert Buytenheke32b6612008-07-24 06:22:59 +0200267#define MAC_HDR_EXTRA_8_BYTES 0x00000200
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200268
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200269#define TX_IHL_SHIFT 11
Lennert Buytenhek7ca72a32008-06-01 01:41:29 +0200270
271
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200272/* global *******************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200273struct mv643xx_eth_shared_private {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200274 /*
275 * Ethernet controller base address.
276 */
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200277 void __iomem *base;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200278
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200279 /*
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200280 * Per-port MBUS window access register value.
281 */
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200282 u32 win_protect;
283
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200284 /*
285 * Hardware-specific parameters.
286 */
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +0200287 int extended_rx_coal_limit;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +0200288 int tx_bw_control;
Saeed Bishara9b2c2ff2010-06-27 00:26:43 +0000289 int tx_csum_limit;
Sebastian Hesselbarth20922482013-04-10 23:29:33 +0000290 struct clk *clk;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200291};
292
Lennert Buytenhek457b1d52008-09-04 12:22:34 +0200293#define TX_BW_CONTROL_ABSENT 0
294#define TX_BW_CONTROL_OLD_LAYOUT 1
295#define TX_BW_CONTROL_NEW_LAYOUT 2
296
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000297static int mv643xx_eth_open(struct net_device *dev);
298static int mv643xx_eth_stop(struct net_device *dev);
299
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200300
301/* per-port *****************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200302struct mib_counters {
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200303 u64 good_octets_received;
304 u32 bad_octets_received;
305 u32 internal_mac_transmit_err;
306 u32 good_frames_received;
307 u32 bad_frames_received;
308 u32 broadcast_frames_received;
309 u32 multicast_frames_received;
310 u32 frames_64_octets;
311 u32 frames_65_to_127_octets;
312 u32 frames_128_to_255_octets;
313 u32 frames_256_to_511_octets;
314 u32 frames_512_to_1023_octets;
315 u32 frames_1024_to_max_octets;
316 u64 good_octets_sent;
317 u32 good_frames_sent;
318 u32 excessive_collision;
319 u32 multicast_frames_sent;
320 u32 broadcast_frames_sent;
321 u32 unrec_mac_control_received;
322 u32 fc_sent;
323 u32 good_fc_received;
324 u32 bad_fc_received;
325 u32 undersize_received;
326 u32 fragments_received;
327 u32 oversize_received;
328 u32 jabber_received;
329 u32 mac_receive_error;
330 u32 bad_crc_event;
331 u32 collision;
332 u32 late_collision;
Paulius Zaleckas302476c2012-01-23 01:16:35 +0000333 /* Non MIB hardware counters */
334 u32 rx_discard;
335 u32 rx_overrun;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200336};
337
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200338struct rx_queue {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200339 int index;
340
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200341 int rx_ring_size;
342
343 int rx_desc_count;
344 int rx_curr_desc;
345 int rx_used_desc;
346
347 struct rx_desc *rx_desc_area;
348 dma_addr_t rx_desc_dma;
349 int rx_desc_area_size;
350 struct sk_buff **rx_skb;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200351};
352
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200353struct tx_queue {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200354 int index;
355
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200356 int tx_ring_size;
357
358 int tx_desc_count;
359 int tx_curr_desc;
360 int tx_used_desc;
361
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300362 int tx_stop_threshold;
363 int tx_wake_threshold;
364
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300365 char *tso_hdrs;
366 dma_addr_t tso_hdrs_dma;
367
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200368 struct tx_desc *tx_desc_area;
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300369 char *tx_desc_mapping; /* array to track the type of the dma mapping */
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200370 dma_addr_t tx_desc_dma;
371 int tx_desc_area_size;
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +0200372
373 struct sk_buff_head tx_skb;
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200374
375 unsigned long tx_packets;
376 unsigned long tx_bytes;
377 unsigned long tx_dropped;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200378};
379
Lennert Buytenheke5371492008-06-01 02:18:13 +0200380struct mv643xx_eth_private {
381 struct mv643xx_eth_shared_private *shared;
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800382 void __iomem *base;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200383 int port_num;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200384
385 struct net_device *dev;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200386
Lennert Buytenhek4ff34952008-09-19 05:04:57 +0200387 struct timer_list mib_counters_timer;
388 spinlock_t mib_counters_lock;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200389 struct mib_counters mib_counters;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +0200390
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200391 struct work_struct tx_timeout_task;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200392
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200393 struct napi_struct napi;
Saeed Bisharae0ca8412009-05-06 03:02:01 +0000394 u32 int_mask;
Lennert Buytenhek1319eba2009-04-29 11:57:34 +0000395 u8 oom;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200396 u8 work_link;
397 u8 work_tx;
398 u8 work_tx_end;
399 u8 work_rx;
400 u8 work_rx_refill;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200401
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700402 int skb_size;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700403
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200404 /*
405 * RX state.
406 */
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000407 int rx_ring_size;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200408 unsigned long rx_desc_sram_addr;
409 int rx_desc_sram_size;
Lennert Buytenhekf7981c12008-08-26 10:23:22 +0200410 int rxq_count;
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200411 struct timer_list rx_oom;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200412 struct rx_queue rxq[8];
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200413
414 /*
415 * TX state.
416 */
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000417 int tx_ring_size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200418 unsigned long tx_desc_sram_addr;
419 int tx_desc_sram_size;
Lennert Buytenhekf7981c12008-08-26 10:23:22 +0200420 int txq_count;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200421 struct tx_queue txq[8];
Andrew Lunn452503e2011-12-24 01:24:24 +0100422
423 /*
424 * Hardware-specific parameters.
425 */
426 struct clk *clk;
427 unsigned int t_clk;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200428};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200430
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200431/* port register accessors **************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200432static inline u32 rdl(struct mv643xx_eth_private *mp, int offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200434 return readl(mp->shared->base + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435}
436
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800437static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset)
438{
439 return readl(mp->base + offset);
440}
441
Lennert Buytenheke5371492008-06-01 02:18:13 +0200442static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200444 writel(data, mp->shared->base + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445}
446
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800447static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data)
448{
449 writel(data, mp->base + offset);
450}
451
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200452
453/* rxq/txq helper functions *************************************************/
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200454static struct mv643xx_eth_private *rxq_to_mp(struct rx_queue *rxq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455{
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200456 return container_of(rxq, struct mv643xx_eth_private, rxq[rxq->index]);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200457}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200459static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq)
460{
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200461 return container_of(txq, struct mv643xx_eth_private, txq[txq->index]);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200462}
463
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200464static void rxq_enable(struct rx_queue *rxq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200465{
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200466 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800467 wrlp(mp, RXQ_COMMAND, 1 << rxq->index);
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200468}
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -0700469
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200470static void rxq_disable(struct rx_queue *rxq)
471{
472 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200473 u8 mask = 1 << rxq->index;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200474
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800475 wrlp(mp, RXQ_COMMAND, mask << 8);
476 while (rdlp(mp, RXQ_COMMAND) & mask)
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200477 udelay(10);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200478}
479
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200480static void txq_reset_hw_ptr(struct tx_queue *txq)
481{
482 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200483 u32 addr;
484
485 addr = (u32)txq->tx_desc_dma;
486 addr += txq->tx_curr_desc * sizeof(struct tx_desc);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800487 wrlp(mp, TXQ_CURRENT_DESC_PTR(txq->index), addr);
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200488}
489
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200490static void txq_enable(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200491{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200492 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800493 wrlp(mp, TXQ_COMMAND, 1 << txq->index);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200494}
495
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200496static void txq_disable(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200497{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200498 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200499 u8 mask = 1 << txq->index;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200500
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800501 wrlp(mp, TXQ_COMMAND, mask << 8);
502 while (rdlp(mp, TXQ_COMMAND) & mask)
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200503 udelay(10);
504}
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200505
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200506static void txq_maybe_wake(struct tx_queue *txq)
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200507{
508 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +0200509 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200510
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200511 if (netif_tx_queue_stopped(nq)) {
512 __netif_tx_lock(nq, smp_processor_id());
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300513 if (txq->tx_desc_count <= txq->tx_wake_threshold)
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200514 netif_tx_wake_queue(nq);
515 __netif_tx_unlock(nq);
516 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200517}
518
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200519static int rxq_process(struct rx_queue *rxq, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520{
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200521 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
522 struct net_device_stats *stats = &mp->dev->stats;
523 int rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200525 rx = 0;
Lennert Buytenhek9e1f3772008-08-24 02:33:47 +0200526 while (rx < budget && rxq->rx_desc_count) {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200527 struct rx_desc *rx_desc;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200528 unsigned int cmd_sts;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200529 struct sk_buff *skb;
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200530 u16 byte_cnt;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200531
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200532 rx_desc = &rxq->rx_desc_area[rxq->rx_curr_desc];
Lennert Buytenhek96587662008-06-01 10:31:56 +0200533
534 cmd_sts = rx_desc->cmd_sts;
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200535 if (cmd_sts & BUFFER_OWNED_BY_DMA)
Lennert Buytenhek96587662008-06-01 10:31:56 +0200536 break;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200537 rmb();
538
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200539 skb = rxq->rx_skb[rxq->rx_curr_desc];
540 rxq->rx_skb[rxq->rx_curr_desc] = NULL;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200541
Lennert Buytenhek9da78742008-08-23 23:45:28 +0200542 rxq->rx_curr_desc++;
543 if (rxq->rx_curr_desc == rxq->rx_ring_size)
544 rxq->rx_curr_desc = 0;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200545
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700546 dma_unmap_single(mp->dev->dev.parent, rx_desc->buf_ptr,
Lennert Buytenhekabe78712008-08-24 03:00:20 +0200547 rx_desc->buf_size, DMA_FROM_DEVICE);
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200548 rxq->rx_desc_count--;
549 rx++;
Dale Farnsworthb1dd9ca2005-09-01 09:59:23 -0700550
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200551 mp->work_rx_refill |= 1 << rxq->index;
552
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200553 byte_cnt = rx_desc->byte_cnt;
554
Dale Farnsworth468d09f2006-03-03 10:04:39 -0700555 /*
556 * Update statistics.
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200557 *
558 * Note that the descriptor byte count includes 2 dummy
559 * bytes automatically inserted by the hardware at the
560 * start of the packet (which we don't count), and a 4
561 * byte CRC at the end of the packet (which we do count).
Dale Farnsworth468d09f2006-03-03 10:04:39 -0700562 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 stats->rx_packets++;
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200564 stats->rx_bytes += byte_cnt - 2;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 /*
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200567 * In case we received a packet without first / last bits
568 * on, or the error summary bit is set, the packet needs
569 * to be dropped.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 */
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800571 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY))
572 != (RX_FIRST_DESC | RX_LAST_DESC))
573 goto err;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200574
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800575 /*
576 * The -4 is for the CRC in the trailer of the
577 * received packet
578 */
579 skb_put(skb, byte_cnt - 2 - 4);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200580
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800581 if (cmd_sts & LAYER_4_CHECKSUM_OK)
582 skb->ip_summed = CHECKSUM_UNNECESSARY;
583 skb->protocol = eth_type_trans(skb, mp->dev);
Lennert Buytenhekeaf5d592009-02-12 14:08:39 +0000584
Sebastian Hesselbarth3619eb82013-04-11 23:20:00 +0000585 napi_gro_receive(&mp->napi, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800587 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800589err:
590 stats->rx_dropped++;
591
592 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) !=
593 (RX_FIRST_DESC | RX_LAST_DESC)) {
594 if (net_ratelimit())
Joe Perches7542db82011-03-02 17:50:35 +0000595 netdev_err(mp->dev,
596 "received packet spanning multiple descriptors\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 }
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800598
599 if (cmd_sts & ERROR_SUMMARY)
600 stats->rx_errors++;
601
602 dev_kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 }
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200604
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200605 if (rx < budget)
606 mp->work_rx &= ~(1 << rxq->index);
607
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200608 return rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609}
610
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200611static int rxq_refill(struct rx_queue *rxq, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612{
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200613 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200614 int refilled;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200615
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200616 refilled = 0;
617 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) {
618 struct sk_buff *skb;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200619 int rx;
Lennert Buytenhek53771522008-11-20 03:59:04 -0800620 struct rx_desc *rx_desc;
Saeed Bishara530e5572010-01-05 09:15:32 +0000621 int size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622
Eric Dumazetacb600d2012-10-05 06:23:55 +0000623 skb = netdev_alloc_skb(mp->dev, mp->skb_size);
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700624
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200625 if (skb == NULL) {
Lennert Buytenhek1319eba2009-04-29 11:57:34 +0000626 mp->oom = 1;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200627 goto oom;
628 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +0000630 if (SKB_DMA_REALIGN)
631 skb_reserve(skb, SKB_DMA_REALIGN);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200632
633 refilled++;
634 rxq->rx_desc_count++;
635
636 rx = rxq->rx_used_desc++;
637 if (rxq->rx_used_desc == rxq->rx_ring_size)
638 rxq->rx_used_desc = 0;
639
Lennert Buytenhek53771522008-11-20 03:59:04 -0800640 rx_desc = rxq->rx_desc_area + rx;
641
Isaku Yamahata18f1d052013-06-14 17:58:33 +0900642 size = skb_end_pointer(skb) - skb->data;
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700643 rx_desc->buf_ptr = dma_map_single(mp->dev->dev.parent,
Saeed Bishara530e5572010-01-05 09:15:32 +0000644 skb->data, size,
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700645 DMA_FROM_DEVICE);
Saeed Bishara530e5572010-01-05 09:15:32 +0000646 rx_desc->buf_size = size;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200647 rxq->rx_skb[rx] = skb;
648 wmb();
Lennert Buytenhek53771522008-11-20 03:59:04 -0800649 rx_desc->cmd_sts = BUFFER_OWNED_BY_DMA | RX_ENABLE_INTERRUPT;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200650 wmb();
651
652 /*
653 * The hardware automatically prepends 2 bytes of
654 * dummy data to each received packet, so that the
655 * IP header ends up 16-byte aligned.
656 */
657 skb_reserve(skb, 2);
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200658 }
659
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200660 if (refilled < budget)
661 mp->work_rx_refill &= ~(1 << rxq->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200663oom:
664 return refilled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200667
668/* tx ***********************************************************************/
Paul Janzenf7ea3332006-01-16 16:52:13 -0700669static inline unsigned int has_tiny_unaligned_frags(struct sk_buff *skb)
670{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200671 int frag;
Paul Janzenf7ea3332006-01-16 16:52:13 -0700672
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700673 for (frag = 0; frag < skb_shinfo(skb)->nr_frags; frag++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +0000674 const skb_frag_t *fragp = &skb_shinfo(skb)->frags[frag];
675
676 if (skb_frag_size(fragp) <= 8 && fragp->page_offset & 7)
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700677 return 1;
678 }
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200679
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700680 return 0;
Paul Janzenf7ea3332006-01-16 16:52:13 -0700681}
682
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300683static inline __be16 sum16_as_be(__sum16 sum)
684{
685 return (__force __be16)sum;
686}
687
688static int skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb,
689 u16 *l4i_chk, u32 *command, int length)
690{
691 int ret;
692 u32 cmd = 0;
693
694 if (skb->ip_summed == CHECKSUM_PARTIAL) {
695 int hdr_len;
696 int tag_bytes;
697
698 BUG_ON(skb->protocol != htons(ETH_P_IP) &&
699 skb->protocol != htons(ETH_P_8021Q));
700
701 hdr_len = (void *)ip_hdr(skb) - (void *)skb->data;
702 tag_bytes = hdr_len - ETH_HLEN;
703
704 if (length - hdr_len > mp->shared->tx_csum_limit ||
705 unlikely(tag_bytes & ~12)) {
706 ret = skb_checksum_help(skb);
707 if (!ret)
708 goto no_csum;
709 return ret;
710 }
711
712 if (tag_bytes & 4)
713 cmd |= MAC_HDR_EXTRA_4_BYTES;
714 if (tag_bytes & 8)
715 cmd |= MAC_HDR_EXTRA_8_BYTES;
716
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300717 cmd |= GEN_TCP_UDP_CHECKSUM | GEN_TCP_UDP_CHK_FULL |
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300718 GEN_IP_V4_CHECKSUM |
719 ip_hdr(skb)->ihl << TX_IHL_SHIFT;
720
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300721 /* TODO: Revisit this. With the usage of GEN_TCP_UDP_CHK_FULL
722 * it seems we don't need to pass the initial checksum. */
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300723 switch (ip_hdr(skb)->protocol) {
724 case IPPROTO_UDP:
725 cmd |= UDP_FRAME;
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300726 *l4i_chk = 0;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300727 break;
728 case IPPROTO_TCP:
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300729 *l4i_chk = 0;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300730 break;
731 default:
732 WARN(1, "protocol not supported");
733 }
734 } else {
735no_csum:
736 /* Errata BTS #50, IHL must be 5 if no HW checksum */
737 cmd |= 5 << TX_IHL_SHIFT;
738 }
739 *command = cmd;
740 return 0;
741}
742
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300743static inline int
744txq_put_data_tso(struct net_device *dev, struct tx_queue *txq,
745 struct sk_buff *skb, char *data, int length,
746 bool last_tcp, bool is_last)
747{
748 int tx_index;
749 u32 cmd_sts;
750 struct tx_desc *desc;
751
752 tx_index = txq->tx_curr_desc++;
753 if (txq->tx_curr_desc == txq->tx_ring_size)
754 txq->tx_curr_desc = 0;
755 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300756 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300757
758 desc->l4i_chk = 0;
759 desc->byte_cnt = length;
Philipp Kirchhofer91986fd2015-10-18 16:02:43 +0200760
761 if (length <= 8 && (uintptr_t)data & 0x7) {
762 /* Copy unaligned small data fragment to TSO header data area */
Nicolas Schichan3b896242016-01-26 16:12:35 +0100763 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE,
Philipp Kirchhofer91986fd2015-10-18 16:02:43 +0200764 data, length);
765 desc->buf_ptr = txq->tso_hdrs_dma
Nicolas Schichan3b896242016-01-26 16:12:35 +0100766 + tx_index * TSO_HEADER_SIZE;
Philipp Kirchhofer91986fd2015-10-18 16:02:43 +0200767 } else {
768 /* Alignment is okay, map buffer and hand off to hardware */
769 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE;
770 desc->buf_ptr = dma_map_single(dev->dev.parent, data,
771 length, DMA_TO_DEVICE);
772 if (unlikely(dma_mapping_error(dev->dev.parent,
773 desc->buf_ptr))) {
774 WARN(1, "dma_map_single failed!\n");
775 return -ENOMEM;
776 }
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300777 }
778
779 cmd_sts = BUFFER_OWNED_BY_DMA;
780 if (last_tcp) {
781 /* last descriptor in the TCP packet */
782 cmd_sts |= ZERO_PADDING | TX_LAST_DESC;
783 /* last descriptor in SKB */
784 if (is_last)
785 cmd_sts |= TX_ENABLE_INTERRUPT;
786 }
787 desc->cmd_sts = cmd_sts;
788 return 0;
789}
790
791static inline void
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200792txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length,
793 u32 *first_cmd_sts, bool first_desc)
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300794{
795 struct mv643xx_eth_private *mp = txq_to_mp(txq);
796 int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
797 int tx_index;
798 struct tx_desc *desc;
799 int ret;
800 u32 cmd_csum = 0;
801 u16 l4i_chk = 0;
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200802 u32 cmd_sts;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300803
804 tx_index = txq->tx_curr_desc;
805 desc = &txq->tx_desc_area[tx_index];
806
807 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length);
808 if (ret)
809 WARN(1, "failed to prepare checksum!");
810
811 /* Should we set this? Can't use the value from skb_tx_csum()
812 * as it's not the correct initial L4 checksum to use. */
813 desc->l4i_chk = 0;
814
815 desc->byte_cnt = hdr_len;
816 desc->buf_ptr = txq->tso_hdrs_dma +
817 txq->tx_curr_desc * TSO_HEADER_SIZE;
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200818 cmd_sts = cmd_csum | BUFFER_OWNED_BY_DMA | TX_FIRST_DESC |
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300819 GEN_CRC;
820
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200821 /* Defer updating the first command descriptor until all
822 * following descriptors have been written.
823 */
824 if (first_desc)
825 *first_cmd_sts = cmd_sts;
826 else
827 desc->cmd_sts = cmd_sts;
828
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300829 txq->tx_curr_desc++;
830 if (txq->tx_curr_desc == txq->tx_ring_size)
831 txq->tx_curr_desc = 0;
832}
833
834static int txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb,
835 struct net_device *dev)
836{
837 struct mv643xx_eth_private *mp = txq_to_mp(txq);
838 int total_len, data_left, ret;
839 int desc_count = 0;
840 struct tso_t tso;
841 int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200842 struct tx_desc *first_tx_desc;
843 u32 first_cmd_sts = 0;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300844
845 /* Count needed descriptors */
846 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) {
847 netdev_dbg(dev, "not enough descriptors for TSO!\n");
848 return -EBUSY;
849 }
850
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200851 first_tx_desc = &txq->tx_desc_area[txq->tx_curr_desc];
852
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300853 /* Initialize the TSO handler, and prepare the first payload */
854 tso_start(skb, &tso);
855
856 total_len = skb->len - hdr_len;
857 while (total_len > 0) {
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200858 bool first_desc = (desc_count == 0);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300859 char *hdr;
860
861 data_left = min_t(int, skb_shinfo(skb)->gso_size, total_len);
862 total_len -= data_left;
863 desc_count++;
864
865 /* prepare packet headers: MAC + IP + TCP */
866 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE;
867 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0);
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200868 txq_put_hdr_tso(skb, txq, data_left, &first_cmd_sts,
869 first_desc);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300870
871 while (data_left > 0) {
872 int size;
873 desc_count++;
874
875 size = min_t(int, tso.size, data_left);
876 ret = txq_put_data_tso(dev, txq, skb, tso.data, size,
877 size == data_left,
878 total_len == 0);
879 if (ret)
880 goto err_release;
881 data_left -= size;
882 tso_build_data(skb, &tso, size);
883 }
884 }
885
886 __skb_queue_tail(&txq->tx_skb, skb);
887 skb_tx_timestamp(skb);
888
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200889 /* ensure all other descriptors are written before first cmd_sts */
890 wmb();
891 first_tx_desc->cmd_sts = first_cmd_sts;
892
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300893 /* clear TX_END status */
894 mp->work_tx_end &= ~(1 << txq->index);
895
896 /* ensure all descriptors are written before poking hardware */
897 wmb();
898 txq_enable(txq);
899 txq->tx_desc_count += desc_count;
900 return 0;
901err_release:
902 /* TODO: Release all used data descriptors; header descriptors must not
903 * be DMA-unmapped.
904 */
905 return ret;
906}
907
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200908static void txq_submit_frag_skb(struct tx_queue *txq, struct sk_buff *skb)
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700909{
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700910 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200911 int nr_frags = skb_shinfo(skb)->nr_frags;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700912 int frag;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700913
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200914 for (frag = 0; frag < nr_frags; frag++) {
915 skb_frag_t *this_frag;
916 int tx_index;
917 struct tx_desc *desc;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700918
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200919 this_frag = &skb_shinfo(skb)->frags[frag];
Lennert Buytenhek66823b92008-11-20 03:58:09 -0800920 tx_index = txq->tx_curr_desc++;
921 if (txq->tx_curr_desc == txq->tx_ring_size)
922 txq->tx_curr_desc = 0;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200923 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300924 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_PAGE;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700925
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200926 /*
927 * The last fragment will generate an interrupt
928 * which will free the skb on TX completion.
929 */
930 if (frag == nr_frags - 1) {
931 desc->cmd_sts = BUFFER_OWNED_BY_DMA |
932 ZERO_PADDING | TX_LAST_DESC |
933 TX_ENABLE_INTERRUPT;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200934 } else {
935 desc->cmd_sts = BUFFER_OWNED_BY_DMA;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200936 }
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700937
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700938 desc->l4i_chk = 0;
Eric Dumazet9e903e02011-10-18 21:00:24 +0000939 desc->byte_cnt = skb_frag_size(this_frag);
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300940 desc->buf_ptr = skb_frag_dma_map(mp->dev->dev.parent,
941 this_frag, 0, desc->byte_cnt,
942 DMA_TO_DEVICE);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700943 }
944}
945
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300946static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb,
947 struct net_device *dev)
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700948{
Lennert Buytenhek8fa89bf2008-07-14 22:56:55 +0200949 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200950 int nr_frags = skb_shinfo(skb)->nr_frags;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700951 int tx_index;
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200952 struct tx_desc *desc;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700953 u32 cmd_sts;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200954 u16 l4i_chk;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300955 int length, ret;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700956
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300957 cmd_sts = 0;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200958 l4i_chk = 0;
959
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300960 if (txq->tx_ring_size - txq->tx_desc_count < MAX_SKB_FRAGS + 1) {
961 if (net_ratelimit())
962 netdev_err(dev, "tx queue full?!\n");
963 return -EBUSY;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200964 }
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300965
966 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_sts, skb->len);
967 if (ret)
968 return ret;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300969 cmd_sts |= TX_FIRST_DESC | GEN_CRC | BUFFER_OWNED_BY_DMA;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700970
Lennert Buytenhek66823b92008-11-20 03:58:09 -0800971 tx_index = txq->tx_curr_desc++;
972 if (txq->tx_curr_desc == txq->tx_ring_size)
973 txq->tx_curr_desc = 0;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200974 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300975 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700976
Dale Farnsworthff561ee2006-03-03 10:02:51 -0700977 if (nr_frags) {
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200978 txq_submit_frag_skb(txq, skb);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700979 length = skb_headlen(skb);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700980 } else {
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200981 cmd_sts |= ZERO_PADDING | TX_LAST_DESC | TX_ENABLE_INTERRUPT;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700982 length = skb->len;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700983 }
984
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200985 desc->l4i_chk = l4i_chk;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700986 desc->byte_cnt = length;
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700987 desc->buf_ptr = dma_map_single(mp->dev->dev.parent, skb->data,
988 length, DMA_TO_DEVICE);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700989
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +0200990 __skb_queue_tail(&txq->tx_skb, skb);
991
Richard Cochran3b182d72011-06-21 16:01:11 -0700992 skb_tx_timestamp(skb);
993
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700994 /* ensure all other descriptors are written before first cmd_sts */
995 wmb();
996 desc->cmd_sts = cmd_sts;
997
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200998 /* clear TX_END status */
999 mp->work_tx_end &= ~(1 << txq->index);
Lennert Buytenhek8fa89bf2008-07-14 22:56:55 +02001000
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001001 /* ensure all descriptors are written before poking hardware */
1002 wmb();
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001003 txq_enable(txq);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001004
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001005 txq->tx_desc_count += nr_frags + 1;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001006
1007 return 0;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001008}
1009
Denis Kirjanov0ccfe642009-11-29 17:04:31 -08001010static netdev_tx_t mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001012 struct mv643xx_eth_private *mp = netdev_priv(dev);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03001013 int length, queue, ret;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001014 struct tx_queue *txq;
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02001015 struct netdev_queue *nq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001017 queue = skb_get_queue_mapping(skb);
1018 txq = mp->txq + queue;
1019 nq = netdev_get_tx_queue(dev, queue);
1020
Lennert Buytenhek4d64e712008-03-18 11:32:41 -07001021 if (has_tiny_unaligned_frags(skb) && __skb_linearize(skb)) {
Joe Perches7542db82011-03-02 17:50:35 +00001022 netdev_printk(KERN_DEBUG, dev,
1023 "failed to linearize skb with tiny unaligned fragment\n");
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -07001024 return NETDEV_TX_BUSY;
Dale Farnsworth94843562006-04-11 18:24:26 -07001025 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026
Richard Cochran73151ce2011-06-21 16:00:24 -07001027 length = skb->len;
1028
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03001029 if (skb_is_gso(skb))
1030 ret = txq_submit_tso(txq, skb, dev);
1031 else
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001032 ret = txq_submit_skb(txq, skb, dev);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03001033 if (!ret) {
Richard Cochran73151ce2011-06-21 16:00:24 -07001034 txq->tx_bytes += length;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001035 txq->tx_packets++;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001036
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001037 if (txq->tx_desc_count >= txq->tx_stop_threshold)
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001038 netif_tx_stop_queue(nq);
Ezequiel Garciadd116802014-05-30 13:40:08 -03001039 } else {
1040 txq->tx_dropped++;
1041 dev_kfree_skb_any(skb);
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001042 }
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001043
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -07001044 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045}
1046
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001047
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001048/* tx napi ******************************************************************/
1049static void txq_kick(struct tx_queue *txq)
1050{
1051 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001052 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001053 u32 hw_desc_ptr;
1054 u32 expected_ptr;
1055
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001056 __netif_tx_lock(nq, smp_processor_id());
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001057
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001058 if (rdlp(mp, TXQ_COMMAND) & (1 << txq->index))
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001059 goto out;
1060
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001061 hw_desc_ptr = rdlp(mp, TXQ_CURRENT_DESC_PTR(txq->index));
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001062 expected_ptr = (u32)txq->tx_desc_dma +
1063 txq->tx_curr_desc * sizeof(struct tx_desc);
1064
1065 if (hw_desc_ptr != expected_ptr)
1066 txq_enable(txq);
1067
1068out:
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001069 __netif_tx_unlock(nq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001070
1071 mp->work_tx_end &= ~(1 << txq->index);
1072}
1073
1074static int txq_reclaim(struct tx_queue *txq, int budget, int force)
1075{
1076 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001077 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001078 int reclaimed;
1079
Russell King3aefe2b2013-05-16 06:31:42 +00001080 __netif_tx_lock_bh(nq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001081
1082 reclaimed = 0;
1083 while (reclaimed < budget && txq->tx_desc_count > 0) {
1084 int tx_index;
1085 struct tx_desc *desc;
1086 u32 cmd_sts;
Ezequiel Garcia9e911412015-01-22 11:33:02 -03001087 char desc_dma_map;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001088
1089 tx_index = txq->tx_used_desc;
1090 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -03001091 desc_dma_map = txq->tx_desc_mapping[tx_index];
1092
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001093 cmd_sts = desc->cmd_sts;
1094
1095 if (cmd_sts & BUFFER_OWNED_BY_DMA) {
1096 if (!force)
1097 break;
1098 desc->cmd_sts = cmd_sts & ~BUFFER_OWNED_BY_DMA;
1099 }
1100
1101 txq->tx_used_desc = tx_index + 1;
1102 if (txq->tx_used_desc == txq->tx_ring_size)
1103 txq->tx_used_desc = 0;
1104
1105 reclaimed++;
1106 txq->tx_desc_count--;
1107
Ezequiel Garcia9e911412015-01-22 11:33:02 -03001108 if (!IS_TSO_HEADER(txq, desc->buf_ptr)) {
1109
1110 if (desc_dma_map == DESC_DMA_MAP_PAGE)
1111 dma_unmap_page(mp->dev->dev.parent,
1112 desc->buf_ptr,
1113 desc->byte_cnt,
1114 DMA_TO_DEVICE);
1115 else
1116 dma_unmap_single(mp->dev->dev.parent,
1117 desc->buf_ptr,
1118 desc->byte_cnt,
1119 DMA_TO_DEVICE);
1120 }
Karl Beldan2c2a9cb2014-11-05 15:32:59 +01001121
1122 if (cmd_sts & TX_ENABLE_INTERRUPT) {
1123 struct sk_buff *skb = __skb_dequeue(&txq->tx_skb);
1124
1125 if (!WARN_ON(!skb))
1126 dev_kfree_skb(skb);
1127 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001128
1129 if (cmd_sts & ERROR_SUMMARY) {
Joe Perches7542db82011-03-02 17:50:35 +00001130 netdev_info(mp->dev, "tx error\n");
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001131 mp->dev->stats.tx_errors++;
1132 }
1133
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001134 }
1135
Russell King3aefe2b2013-05-16 06:31:42 +00001136 __netif_tx_unlock_bh(nq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001137
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001138 if (reclaimed < budget)
1139 mp->work_tx &= ~(1 << txq->index);
1140
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001141 return reclaimed;
1142}
1143
1144
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001145/* tx rate control **********************************************************/
1146/*
1147 * Set total maximum TX rate (shared by all TX queues for this port)
1148 * to 'rate' bits per second, with a maximum burst of 'burst' bytes.
1149 */
1150static void tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst)
1151{
1152 int token_rate;
1153 int mtu;
1154 int bucket_size;
1155
Andrew Lunn452503e2011-12-24 01:24:24 +01001156 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001157 if (token_rate > 1023)
1158 token_rate = 1023;
1159
1160 mtu = (mp->dev->mtu + 255) >> 8;
1161 if (mtu > 63)
1162 mtu = 63;
1163
1164 bucket_size = (burst + 255) >> 8;
1165 if (bucket_size > 65535)
1166 bucket_size = 65535;
1167
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001168 switch (mp->shared->tx_bw_control) {
1169 case TX_BW_CONTROL_OLD_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001170 wrlp(mp, TX_BW_RATE, token_rate);
1171 wrlp(mp, TX_BW_MTU, mtu);
1172 wrlp(mp, TX_BW_BURST, bucket_size);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001173 break;
1174 case TX_BW_CONTROL_NEW_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001175 wrlp(mp, TX_BW_RATE_MOVED, token_rate);
1176 wrlp(mp, TX_BW_MTU_MOVED, mtu);
1177 wrlp(mp, TX_BW_BURST_MOVED, bucket_size);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001178 break;
Lennert Buytenhek1e881592008-06-02 01:57:36 +02001179 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001180}
1181
1182static void txq_set_rate(struct tx_queue *txq, int rate, int burst)
1183{
1184 struct mv643xx_eth_private *mp = txq_to_mp(txq);
1185 int token_rate;
1186 int bucket_size;
1187
Andrew Lunn452503e2011-12-24 01:24:24 +01001188 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001189 if (token_rate > 1023)
1190 token_rate = 1023;
1191
1192 bucket_size = (burst + 255) >> 8;
1193 if (bucket_size > 65535)
1194 bucket_size = 65535;
1195
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001196 wrlp(mp, TXQ_BW_TOKENS(txq->index), token_rate << 14);
1197 wrlp(mp, TXQ_BW_CONF(txq->index), (bucket_size << 10) | token_rate);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001198}
1199
1200static void txq_set_fixed_prio_mode(struct tx_queue *txq)
1201{
1202 struct mv643xx_eth_private *mp = txq_to_mp(txq);
1203 int off;
1204 u32 val;
1205
1206 /*
1207 * Turn on fixed priority mode.
1208 */
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001209 off = 0;
1210 switch (mp->shared->tx_bw_control) {
1211 case TX_BW_CONTROL_OLD_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001212 off = TXQ_FIX_PRIO_CONF;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001213 break;
1214 case TX_BW_CONTROL_NEW_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001215 off = TXQ_FIX_PRIO_CONF_MOVED;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001216 break;
1217 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001218
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001219 if (off) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001220 val = rdlp(mp, off);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001221 val |= 1 << txq->index;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001222 wrlp(mp, off, val);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001223 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001224}
1225
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001226
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001227/* mii management interface *************************************************/
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001228static void mv643xx_eth_adjust_link(struct net_device *dev)
Phil Sutter260055b2013-03-06 07:49:02 +00001229{
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001230 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001231 u32 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
1232 u32 autoneg_disable = FORCE_LINK_PASS |
1233 DISABLE_AUTO_NEG_SPEED_GMII |
1234 DISABLE_AUTO_NEG_FOR_FLOW_CTRL |
1235 DISABLE_AUTO_NEG_FOR_DUPLEX;
1236
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001237 if (dev->phydev->autoneg == AUTONEG_ENABLE) {
Phil Sutter260055b2013-03-06 07:49:02 +00001238 /* enable auto negotiation */
1239 pscr &= ~autoneg_disable;
1240 goto out_write;
1241 }
1242
1243 pscr |= autoneg_disable;
1244
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001245 if (dev->phydev->speed == SPEED_1000) {
Phil Sutter260055b2013-03-06 07:49:02 +00001246 /* force gigabit, half duplex not supported */
1247 pscr |= SET_GMII_SPEED_TO_1000;
1248 pscr |= SET_FULL_DUPLEX_MODE;
1249 goto out_write;
1250 }
1251
1252 pscr &= ~SET_GMII_SPEED_TO_1000;
1253
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001254 if (dev->phydev->speed == SPEED_100)
Phil Sutter260055b2013-03-06 07:49:02 +00001255 pscr |= SET_MII_SPEED_TO_100;
1256 else
1257 pscr &= ~SET_MII_SPEED_TO_100;
1258
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001259 if (dev->phydev->duplex == DUPLEX_FULL)
Phil Sutter260055b2013-03-06 07:49:02 +00001260 pscr |= SET_FULL_DUPLEX_MODE;
1261 else
1262 pscr &= ~SET_FULL_DUPLEX_MODE;
1263
1264out_write:
1265 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
1266}
1267
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001268/* statistics ***************************************************************/
1269static struct net_device_stats *mv643xx_eth_get_stats(struct net_device *dev)
1270{
1271 struct mv643xx_eth_private *mp = netdev_priv(dev);
1272 struct net_device_stats *stats = &dev->stats;
1273 unsigned long tx_packets = 0;
1274 unsigned long tx_bytes = 0;
1275 unsigned long tx_dropped = 0;
1276 int i;
1277
1278 for (i = 0; i < mp->txq_count; i++) {
1279 struct tx_queue *txq = mp->txq + i;
1280
1281 tx_packets += txq->tx_packets;
1282 tx_bytes += txq->tx_bytes;
1283 tx_dropped += txq->tx_dropped;
1284 }
1285
1286 stats->tx_packets = tx_packets;
1287 stats->tx_bytes = tx_bytes;
1288 stats->tx_dropped = tx_dropped;
1289
1290 return stats;
1291}
1292
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001293static inline u32 mib_read(struct mv643xx_eth_private *mp, int offset)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001294{
Lennert Buytenhek3cb4667c2008-06-01 01:03:23 +02001295 return rdl(mp, MIB_COUNTERS(mp->port_num) + offset);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001296}
1297
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001298static void mib_counters_clear(struct mv643xx_eth_private *mp)
1299{
1300 int i;
1301
1302 for (i = 0; i < 0x80; i += 4)
1303 mib_read(mp, i);
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001304
1305 /* Clear non MIB hw counters also */
1306 rdlp(mp, RX_DISCARD_FRAME_CNT);
1307 rdlp(mp, RX_OVERRUN_FRAME_CNT);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001308}
1309
1310static void mib_counters_update(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001311{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001312 struct mib_counters *p = &mp->mib_counters;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001313
Sebastian Siewior57e8f262009-02-16 11:28:15 +00001314 spin_lock_bh(&mp->mib_counters_lock);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001315 p->good_octets_received += mib_read(mp, 0x00);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001316 p->bad_octets_received += mib_read(mp, 0x08);
1317 p->internal_mac_transmit_err += mib_read(mp, 0x0c);
1318 p->good_frames_received += mib_read(mp, 0x10);
1319 p->bad_frames_received += mib_read(mp, 0x14);
1320 p->broadcast_frames_received += mib_read(mp, 0x18);
1321 p->multicast_frames_received += mib_read(mp, 0x1c);
1322 p->frames_64_octets += mib_read(mp, 0x20);
1323 p->frames_65_to_127_octets += mib_read(mp, 0x24);
1324 p->frames_128_to_255_octets += mib_read(mp, 0x28);
1325 p->frames_256_to_511_octets += mib_read(mp, 0x2c);
1326 p->frames_512_to_1023_octets += mib_read(mp, 0x30);
1327 p->frames_1024_to_max_octets += mib_read(mp, 0x34);
1328 p->good_octets_sent += mib_read(mp, 0x38);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001329 p->good_frames_sent += mib_read(mp, 0x40);
1330 p->excessive_collision += mib_read(mp, 0x44);
1331 p->multicast_frames_sent += mib_read(mp, 0x48);
1332 p->broadcast_frames_sent += mib_read(mp, 0x4c);
1333 p->unrec_mac_control_received += mib_read(mp, 0x50);
1334 p->fc_sent += mib_read(mp, 0x54);
1335 p->good_fc_received += mib_read(mp, 0x58);
1336 p->bad_fc_received += mib_read(mp, 0x5c);
1337 p->undersize_received += mib_read(mp, 0x60);
1338 p->fragments_received += mib_read(mp, 0x64);
1339 p->oversize_received += mib_read(mp, 0x68);
1340 p->jabber_received += mib_read(mp, 0x6c);
1341 p->mac_receive_error += mib_read(mp, 0x70);
1342 p->bad_crc_event += mib_read(mp, 0x74);
1343 p->collision += mib_read(mp, 0x78);
1344 p->late_collision += mib_read(mp, 0x7c);
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001345 /* Non MIB hardware counters */
1346 p->rx_discard += rdlp(mp, RX_DISCARD_FRAME_CNT);
1347 p->rx_overrun += rdlp(mp, RX_OVERRUN_FRAME_CNT);
Sebastian Siewior57e8f262009-02-16 11:28:15 +00001348 spin_unlock_bh(&mp->mib_counters_lock);
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02001349}
1350
1351static void mib_counters_timer_wrapper(unsigned long _mp)
1352{
1353 struct mv643xx_eth_private *mp = (void *)_mp;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02001354 mib_counters_update(mp);
Sebastian Hesselbarth041b4dd2013-10-02 12:57:20 +02001355 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001356}
1357
1358
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001359/* interrupt coalescing *****************************************************/
1360/*
1361 * Hardware coalescing parameters are set in units of 64 t_clk
1362 * cycles. I.e.:
1363 *
1364 * coal_delay_in_usec = 64000000 * register_value / t_clk_rate
1365 *
1366 * register_value = coal_delay_in_usec * t_clk_rate / 64000000
1367 *
1368 * In the ->set*() methods, we round the computed register value
1369 * to the nearest integer.
1370 */
1371static unsigned int get_rx_coal(struct mv643xx_eth_private *mp)
1372{
1373 u32 val = rdlp(mp, SDMA_CONFIG);
1374 u64 temp;
1375
1376 if (mp->shared->extended_rx_coal_limit)
1377 temp = ((val & 0x02000000) >> 10) | ((val & 0x003fff80) >> 7);
1378 else
1379 temp = (val & 0x003fff00) >> 8;
1380
1381 temp *= 64000000;
Russell Kingb9b84fc2016-11-01 10:50:01 +00001382 temp += mp->t_clk / 2;
Andrew Lunn452503e2011-12-24 01:24:24 +01001383 do_div(temp, mp->t_clk);
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001384
1385 return (unsigned int)temp;
1386}
1387
1388static void set_rx_coal(struct mv643xx_eth_private *mp, unsigned int usec)
1389{
1390 u64 temp;
1391 u32 val;
1392
Andrew Lunn452503e2011-12-24 01:24:24 +01001393 temp = (u64)usec * mp->t_clk;
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001394 temp += 31999999;
1395 do_div(temp, 64000000);
1396
1397 val = rdlp(mp, SDMA_CONFIG);
1398 if (mp->shared->extended_rx_coal_limit) {
1399 if (temp > 0xffff)
1400 temp = 0xffff;
1401 val &= ~0x023fff80;
1402 val |= (temp & 0x8000) << 10;
1403 val |= (temp & 0x7fff) << 7;
1404 } else {
1405 if (temp > 0x3fff)
1406 temp = 0x3fff;
1407 val &= ~0x003fff00;
1408 val |= (temp & 0x3fff) << 8;
1409 }
1410 wrlp(mp, SDMA_CONFIG, val);
1411}
1412
1413static unsigned int get_tx_coal(struct mv643xx_eth_private *mp)
1414{
1415 u64 temp;
1416
1417 temp = (rdlp(mp, TX_FIFO_URGENT_THRESHOLD) & 0x3fff0) >> 4;
1418 temp *= 64000000;
Russell Kingb9b84fc2016-11-01 10:50:01 +00001419 temp += mp->t_clk / 2;
Andrew Lunn452503e2011-12-24 01:24:24 +01001420 do_div(temp, mp->t_clk);
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001421
1422 return (unsigned int)temp;
1423}
1424
1425static void set_tx_coal(struct mv643xx_eth_private *mp, unsigned int usec)
1426{
1427 u64 temp;
1428
Andrew Lunn452503e2011-12-24 01:24:24 +01001429 temp = (u64)usec * mp->t_clk;
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001430 temp += 31999999;
1431 do_div(temp, 64000000);
1432
1433 if (temp > 0x3fff)
1434 temp = 0x3fff;
1435
1436 wrlp(mp, TX_FIFO_URGENT_THRESHOLD, temp << 4);
1437}
1438
1439
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001440/* ethtool ******************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +02001441struct mv643xx_eth_stats {
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001442 char stat_string[ETH_GSTRING_LEN];
1443 int sizeof_stat;
Lennert Buytenhek16820052008-06-01 11:40:29 +02001444 int netdev_off;
1445 int mp_off;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001446};
1447
Lennert Buytenhek16820052008-06-01 11:40:29 +02001448#define SSTAT(m) \
1449 { #m, FIELD_SIZEOF(struct net_device_stats, m), \
1450 offsetof(struct net_device, stats.m), -1 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001451
Lennert Buytenhek16820052008-06-01 11:40:29 +02001452#define MIBSTAT(m) \
1453 { #m, FIELD_SIZEOF(struct mib_counters, m), \
1454 -1, offsetof(struct mv643xx_eth_private, mib_counters.m) }
1455
1456static const struct mv643xx_eth_stats mv643xx_eth_stats[] = {
1457 SSTAT(rx_packets),
1458 SSTAT(tx_packets),
1459 SSTAT(rx_bytes),
1460 SSTAT(tx_bytes),
1461 SSTAT(rx_errors),
1462 SSTAT(tx_errors),
1463 SSTAT(rx_dropped),
1464 SSTAT(tx_dropped),
1465 MIBSTAT(good_octets_received),
1466 MIBSTAT(bad_octets_received),
1467 MIBSTAT(internal_mac_transmit_err),
1468 MIBSTAT(good_frames_received),
1469 MIBSTAT(bad_frames_received),
1470 MIBSTAT(broadcast_frames_received),
1471 MIBSTAT(multicast_frames_received),
1472 MIBSTAT(frames_64_octets),
1473 MIBSTAT(frames_65_to_127_octets),
1474 MIBSTAT(frames_128_to_255_octets),
1475 MIBSTAT(frames_256_to_511_octets),
1476 MIBSTAT(frames_512_to_1023_octets),
1477 MIBSTAT(frames_1024_to_max_octets),
1478 MIBSTAT(good_octets_sent),
1479 MIBSTAT(good_frames_sent),
1480 MIBSTAT(excessive_collision),
1481 MIBSTAT(multicast_frames_sent),
1482 MIBSTAT(broadcast_frames_sent),
1483 MIBSTAT(unrec_mac_control_received),
1484 MIBSTAT(fc_sent),
1485 MIBSTAT(good_fc_received),
1486 MIBSTAT(bad_fc_received),
1487 MIBSTAT(undersize_received),
1488 MIBSTAT(fragments_received),
1489 MIBSTAT(oversize_received),
1490 MIBSTAT(jabber_received),
1491 MIBSTAT(mac_receive_error),
1492 MIBSTAT(bad_crc_event),
1493 MIBSTAT(collision),
1494 MIBSTAT(late_collision),
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001495 MIBSTAT(rx_discard),
1496 MIBSTAT(rx_overrun),
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001497};
1498
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001499static int
Philippe Reynesa54e1612016-10-02 12:06:49 +02001500mv643xx_eth_get_link_ksettings_phy(struct mv643xx_eth_private *mp,
1501 struct ethtool_link_ksettings *cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001502{
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001503 struct net_device *dev = mp->dev;
Philippe Reynesa54e1612016-10-02 12:06:49 +02001504 u32 supported, advertising;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001505
yuval.shaia@oracle.com55141742017-06-13 10:09:46 +03001506 phy_ethtool_ksettings_get(dev->phydev, cmd);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001507
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001508 /*
1509 * The MAC does not support 1000baseT_Half.
1510 */
Philippe Reynesa54e1612016-10-02 12:06:49 +02001511 ethtool_convert_link_mode_to_legacy_u32(&supported,
1512 cmd->link_modes.supported);
1513 ethtool_convert_link_mode_to_legacy_u32(&advertising,
1514 cmd->link_modes.advertising);
1515 supported &= ~SUPPORTED_1000baseT_Half;
1516 advertising &= ~ADVERTISED_1000baseT_Half;
1517 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.supported,
1518 supported);
1519 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.advertising,
1520 advertising);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001521
yuval.shaia@oracle.com55141742017-06-13 10:09:46 +03001522 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001523}
1524
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001525static int
Philippe Reynesa54e1612016-10-02 12:06:49 +02001526mv643xx_eth_get_link_ksettings_phyless(struct mv643xx_eth_private *mp,
1527 struct ethtool_link_ksettings *cmd)
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001528{
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001529 u32 port_status;
Philippe Reynesa54e1612016-10-02 12:06:49 +02001530 u32 supported, advertising;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001531
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001532 port_status = rdlp(mp, PORT_STATUS);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001533
Philippe Reynesa54e1612016-10-02 12:06:49 +02001534 supported = SUPPORTED_MII;
1535 advertising = ADVERTISED_MII;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001536 switch (port_status & PORT_SPEED_MASK) {
1537 case PORT_SPEED_10:
Philippe Reynesa54e1612016-10-02 12:06:49 +02001538 cmd->base.speed = SPEED_10;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001539 break;
1540 case PORT_SPEED_100:
Philippe Reynesa54e1612016-10-02 12:06:49 +02001541 cmd->base.speed = SPEED_100;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001542 break;
1543 case PORT_SPEED_1000:
Philippe Reynesa54e1612016-10-02 12:06:49 +02001544 cmd->base.speed = SPEED_1000;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001545 break;
1546 default:
Philippe Reynesa54e1612016-10-02 12:06:49 +02001547 cmd->base.speed = -1;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001548 break;
1549 }
Philippe Reynesa54e1612016-10-02 12:06:49 +02001550 cmd->base.duplex = (port_status & FULL_DUPLEX) ?
1551 DUPLEX_FULL : DUPLEX_HALF;
1552 cmd->base.port = PORT_MII;
1553 cmd->base.phy_address = 0;
1554 cmd->base.autoneg = AUTONEG_DISABLE;
1555
1556 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.supported,
1557 supported);
1558 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.advertising,
1559 advertising);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001560
1561 return 0;
1562}
1563
Michael Stapelberg3871c382013-03-11 13:56:45 +00001564static void
1565mv643xx_eth_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1566{
Michael Stapelberg3871c382013-03-11 13:56:45 +00001567 wol->supported = 0;
1568 wol->wolopts = 0;
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001569 if (dev->phydev)
1570 phy_ethtool_get_wol(dev->phydev, wol);
Michael Stapelberg3871c382013-03-11 13:56:45 +00001571}
1572
1573static int
1574mv643xx_eth_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1575{
Michael Stapelberg3871c382013-03-11 13:56:45 +00001576 int err;
1577
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001578 if (!dev->phydev)
Michael Stapelberg3871c382013-03-11 13:56:45 +00001579 return -EOPNOTSUPP;
1580
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001581 err = phy_ethtool_set_wol(dev->phydev, wol);
Michael Stapelberg3871c382013-03-11 13:56:45 +00001582 /* Given that mv643xx_eth works without the marvell-specific PHY driver,
1583 * this debugging hint is useful to have.
1584 */
1585 if (err == -EOPNOTSUPP)
1586 netdev_info(dev, "The PHY does not support set_wol, was CONFIG_MARVELL_PHY enabled?\n");
1587 return err;
1588}
1589
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001590static int
Philippe Reynesa54e1612016-10-02 12:06:49 +02001591mv643xx_eth_get_link_ksettings(struct net_device *dev,
1592 struct ethtool_link_ksettings *cmd)
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001593{
1594 struct mv643xx_eth_private *mp = netdev_priv(dev);
1595
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001596 if (dev->phydev)
Philippe Reynesa54e1612016-10-02 12:06:49 +02001597 return mv643xx_eth_get_link_ksettings_phy(mp, cmd);
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001598 else
Philippe Reynesa54e1612016-10-02 12:06:49 +02001599 return mv643xx_eth_get_link_ksettings_phyless(mp, cmd);
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001600}
1601
1602static int
Philippe Reynesa54e1612016-10-02 12:06:49 +02001603mv643xx_eth_set_link_ksettings(struct net_device *dev,
1604 const struct ethtool_link_ksettings *cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001605{
Philippe Reynesa54e1612016-10-02 12:06:49 +02001606 struct ethtool_link_ksettings c = *cmd;
1607 u32 advertising;
Phil Sutter260055b2013-03-06 07:49:02 +00001608 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001609
Philippe Reynes1e8a6552016-10-02 12:06:48 +02001610 if (!dev->phydev)
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001611 return -EINVAL;
1612
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001613 /*
1614 * The MAC does not support 1000baseT_Half.
1615 */
Philippe Reynesa54e1612016-10-02 12:06:49 +02001616 ethtool_convert_link_mode_to_legacy_u32(&advertising,
1617 c.link_modes.advertising);
1618 advertising &= ~ADVERTISED_1000baseT_Half;
1619 ethtool_convert_legacy_u32_to_link_mode(c.link_modes.advertising,
1620 advertising);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001621
Philippe Reynesa54e1612016-10-02 12:06:49 +02001622 ret = phy_ethtool_ksettings_set(dev->phydev, &c);
Phil Sutter260055b2013-03-06 07:49:02 +00001623 if (!ret)
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001624 mv643xx_eth_adjust_link(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001625 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001626}
1627
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001628static void mv643xx_eth_get_drvinfo(struct net_device *dev,
1629 struct ethtool_drvinfo *drvinfo)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001630{
Axel Lin6f39da22011-11-24 00:41:55 -05001631 strlcpy(drvinfo->driver, mv643xx_eth_driver_name,
1632 sizeof(drvinfo->driver));
Rick Jones68aad782011-11-07 13:29:27 +00001633 strlcpy(drvinfo->version, mv643xx_eth_driver_version,
Axel Lin6f39da22011-11-24 00:41:55 -05001634 sizeof(drvinfo->version));
1635 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version));
1636 strlcpy(drvinfo->bus_info, "platform", sizeof(drvinfo->bus_info));
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001637}
1638
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001639static int
1640mv643xx_eth_get_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
1641{
1642 struct mv643xx_eth_private *mp = netdev_priv(dev);
1643
1644 ec->rx_coalesce_usecs = get_rx_coal(mp);
1645 ec->tx_coalesce_usecs = get_tx_coal(mp);
1646
1647 return 0;
1648}
1649
1650static int
1651mv643xx_eth_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
1652{
1653 struct mv643xx_eth_private *mp = netdev_priv(dev);
1654
1655 set_rx_coal(mp, ec->rx_coalesce_usecs);
1656 set_tx_coal(mp, ec->tx_coalesce_usecs);
1657
1658 return 0;
1659}
1660
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001661static void
1662mv643xx_eth_get_ringparam(struct net_device *dev, struct ethtool_ringparam *er)
1663{
1664 struct mv643xx_eth_private *mp = netdev_priv(dev);
1665
1666 er->rx_max_pending = 4096;
1667 er->tx_max_pending = 4096;
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001668
1669 er->rx_pending = mp->rx_ring_size;
1670 er->tx_pending = mp->tx_ring_size;
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001671}
1672
1673static int
1674mv643xx_eth_set_ringparam(struct net_device *dev, struct ethtool_ringparam *er)
1675{
1676 struct mv643xx_eth_private *mp = netdev_priv(dev);
1677
1678 if (er->rx_mini_pending || er->rx_jumbo_pending)
1679 return -EINVAL;
1680
1681 mp->rx_ring_size = er->rx_pending < 4096 ? er->rx_pending : 4096;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001682 mp->tx_ring_size = clamp_t(unsigned int, er->tx_pending,
1683 MV643XX_MAX_SKB_DESCS * 2, 4096);
1684 if (mp->tx_ring_size != er->tx_pending)
1685 netdev_warn(dev, "TX queue size set to %u (requested %u)\n",
1686 mp->tx_ring_size, er->tx_pending);
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001687
1688 if (netif_running(dev)) {
1689 mv643xx_eth_stop(dev);
1690 if (mv643xx_eth_open(dev)) {
Joe Perches7542db82011-03-02 17:50:35 +00001691 netdev_err(dev,
1692 "fatal error on re-opening device after ring param change\n");
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001693 return -ENOMEM;
1694 }
1695 }
1696
1697 return 0;
1698}
1699
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001700
1701static int
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001702mv643xx_eth_set_features(struct net_device *dev, netdev_features_t features)
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001703{
1704 struct mv643xx_eth_private *mp = netdev_priv(dev);
Michał Mirosław3ad9b352011-11-16 14:05:33 +00001705 bool rx_csum = features & NETIF_F_RXCSUM;
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001706
1707 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000);
1708
1709 return 0;
1710}
1711
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001712static void mv643xx_eth_get_strings(struct net_device *dev,
1713 uint32_t stringset, uint8_t *data)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001714{
1715 int i;
1716
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001717 if (stringset == ETH_SS_STATS) {
1718 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) {
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001719 memcpy(data + i * ETH_GSTRING_LEN,
Lennert Buytenhek16820052008-06-01 11:40:29 +02001720 mv643xx_eth_stats[i].stat_string,
Lennert Buytenheke5371492008-06-01 02:18:13 +02001721 ETH_GSTRING_LEN);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001722 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001723 }
1724}
1725
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001726static void mv643xx_eth_get_ethtool_stats(struct net_device *dev,
1727 struct ethtool_stats *stats,
1728 uint64_t *data)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001729{
Lennert Buytenhekb9873842008-08-24 05:59:16 +02001730 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001731 int i;
1732
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001733 mv643xx_eth_get_stats(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001734 mib_counters_update(mp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001735
Lennert Buytenhek16820052008-06-01 11:40:29 +02001736 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) {
1737 const struct mv643xx_eth_stats *stat;
1738 void *p;
1739
1740 stat = mv643xx_eth_stats + i;
1741
1742 if (stat->netdev_off >= 0)
1743 p = ((void *)mp->dev) + stat->netdev_off;
1744 else
1745 p = ((void *)mp) + stat->mp_off;
1746
1747 data[i] = (stat->sizeof_stat == 8) ?
1748 *(uint64_t *)p : *(uint32_t *)p;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001749 }
1750}
1751
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001752static int mv643xx_eth_get_sset_count(struct net_device *dev, int sset)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001753{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001754 if (sset == ETH_SS_STATS)
Lennert Buytenhek16820052008-06-01 11:40:29 +02001755 return ARRAY_SIZE(mv643xx_eth_stats);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001756
1757 return -EOPNOTSUPP;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001758}
1759
Lennert Buytenheke5371492008-06-01 02:18:13 +02001760static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001761 .get_drvinfo = mv643xx_eth_get_drvinfo,
Florian Fainellifc5e3532016-11-15 10:06:33 -08001762 .nway_reset = phy_ethtool_nway_reset,
Ben Hutchingsed4ba4b2010-12-09 12:10:25 +00001763 .get_link = ethtool_op_get_link,
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001764 .get_coalesce = mv643xx_eth_get_coalesce,
1765 .set_coalesce = mv643xx_eth_set_coalesce,
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001766 .get_ringparam = mv643xx_eth_get_ringparam,
1767 .set_ringparam = mv643xx_eth_set_ringparam,
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001768 .get_strings = mv643xx_eth_get_strings,
1769 .get_ethtool_stats = mv643xx_eth_get_ethtool_stats,
Lennert Buytenheke5371492008-06-01 02:18:13 +02001770 .get_sset_count = mv643xx_eth_get_sset_count,
Richard Cochranebad0a82012-04-03 22:59:32 +00001771 .get_ts_info = ethtool_op_get_ts_info,
Michael Stapelberg3871c382013-03-11 13:56:45 +00001772 .get_wol = mv643xx_eth_get_wol,
1773 .set_wol = mv643xx_eth_set_wol,
Philippe Reynesa54e1612016-10-02 12:06:49 +02001774 .get_link_ksettings = mv643xx_eth_get_link_ksettings,
1775 .set_link_ksettings = mv643xx_eth_set_link_ksettings,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001776};
1777
1778
1779/* address handling *********************************************************/
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001780static void uc_addr_get(struct mv643xx_eth_private *mp, unsigned char *addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001781{
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001782 unsigned int mac_h = rdlp(mp, MAC_ADDR_HIGH);
1783 unsigned int mac_l = rdlp(mp, MAC_ADDR_LOW);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001784
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001785 addr[0] = (mac_h >> 24) & 0xff;
1786 addr[1] = (mac_h >> 16) & 0xff;
1787 addr[2] = (mac_h >> 8) & 0xff;
1788 addr[3] = mac_h & 0xff;
1789 addr[4] = (mac_l >> 8) & 0xff;
1790 addr[5] = mac_l & 0xff;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001791}
1792
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001793static void uc_addr_set(struct mv643xx_eth_private *mp, unsigned char *addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001794{
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001795 wrlp(mp, MAC_ADDR_HIGH,
1796 (addr[0] << 24) | (addr[1] << 16) | (addr[2] << 8) | addr[3]);
1797 wrlp(mp, MAC_ADDR_LOW, (addr[4] << 8) | addr[5]);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001798}
1799
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001800static u32 uc_addr_filter_mask(struct net_device *dev)
1801{
Jiri Pirkoccffad252009-05-22 23:22:17 +00001802 struct netdev_hw_addr *ha;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001803 u32 nibbles;
1804
1805 if (dev->flags & IFF_PROMISC)
1806 return 0;
1807
1808 nibbles = 1 << (dev->dev_addr[5] & 0x0f);
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08001809 netdev_for_each_uc_addr(ha, dev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00001810 if (memcmp(dev->dev_addr, ha->addr, 5))
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001811 return 0;
Jiri Pirkoccffad252009-05-22 23:22:17 +00001812 if ((dev->dev_addr[5] ^ ha->addr[5]) & 0xf0)
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001813 return 0;
1814
Jiri Pirkoccffad252009-05-22 23:22:17 +00001815 nibbles |= 1 << (ha->addr[5] & 0x0f);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001816 }
1817
1818 return nibbles;
1819}
1820
1821static void mv643xx_eth_program_unicast_filter(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001822{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001823 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001824 u32 port_config;
1825 u32 nibbles;
1826 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001827
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001828 uc_addr_set(mp, dev->dev_addr);
1829
Prabhanjan Sarnaik6877f542009-06-18 11:35:02 +00001830 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE;
1831
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001832 nibbles = uc_addr_filter_mask(dev);
1833 if (!nibbles) {
1834 port_config |= UNICAST_PROMISCUOUS_MODE;
Prabhanjan Sarnaik6877f542009-06-18 11:35:02 +00001835 nibbles = 0xffff;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001836 }
1837
1838 for (i = 0; i < 16; i += 4) {
1839 int off = UNICAST_TABLE(mp->port_num) + i;
1840 u32 v;
1841
1842 v = 0;
1843 if (nibbles & 1)
1844 v |= 0x00000001;
1845 if (nibbles & 2)
1846 v |= 0x00000100;
1847 if (nibbles & 4)
1848 v |= 0x00010000;
1849 if (nibbles & 8)
1850 v |= 0x01000000;
1851 nibbles >>= 4;
1852
1853 wrl(mp, off, v);
1854 }
1855
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001856 wrlp(mp, PORT_CONFIG, port_config);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001857}
1858
Lennert Buytenhek69876562008-06-01 11:43:32 +02001859static int addr_crc(unsigned char *addr)
1860{
1861 int crc = 0;
1862 int i;
1863
1864 for (i = 0; i < 6; i++) {
1865 int j;
1866
1867 crc = (crc ^ addr[i]) << 8;
1868 for (j = 7; j >= 0; j--) {
1869 if (crc & (0x100 << j))
1870 crc ^= 0x107 << j;
1871 }
1872 }
1873
1874 return crc;
1875}
1876
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001877static void mv643xx_eth_program_multicast_filter(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001878{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001879 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001880 u32 *mc_spec;
1881 u32 *mc_other;
Jiri Pirko22bedad32010-04-01 21:22:57 +00001882 struct netdev_hw_addr *ha;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001883 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001884
Joe Perches8b711d62015-09-09 17:40:56 -07001885 if (dev->flags & (IFF_PROMISC | IFF_ALLMULTI))
1886 goto promiscuous;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001887
Joe Perches8b711d62015-09-09 17:40:56 -07001888 /* Allocate both mc_spec and mc_other tables */
1889 mc_spec = kcalloc(128, sizeof(u32), GFP_ATOMIC);
1890 if (!mc_spec)
1891 goto promiscuous;
1892 mc_other = &mc_spec[64];
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001893
Jiri Pirko22bedad32010-04-01 21:22:57 +00001894 netdev_for_each_mc_addr(ha, dev) {
1895 u8 *a = ha->addr;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001896 u32 *table;
Joe Perches8b711d62015-09-09 17:40:56 -07001897 u8 entry;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001898
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001899 if (memcmp(a, "\x01\x00\x5e\x00\x00", 5) == 0) {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001900 table = mc_spec;
1901 entry = a[5];
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001902 } else {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001903 table = mc_other;
1904 entry = addr_crc(a);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001905 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001906
Lennert Buytenhek2b448332009-01-19 17:17:18 -08001907 table[entry >> 2] |= 1 << (8 * (entry & 3));
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001908 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001909
Joe Perches8b711d62015-09-09 17:40:56 -07001910 for (i = 0; i < 64; i++) {
1911 wrl(mp, SPECIAL_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1912 mc_spec[i]);
1913 wrl(mp, OTHER_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1914 mc_other[i]);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001915 }
1916
1917 kfree(mc_spec);
Joe Perches8b711d62015-09-09 17:40:56 -07001918 return;
1919
1920promiscuous:
1921 for (i = 0; i < 64; i++) {
1922 wrl(mp, SPECIAL_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1923 0x01010101u);
1924 wrl(mp, OTHER_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1925 0x01010101u);
1926 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001927}
1928
1929static void mv643xx_eth_set_rx_mode(struct net_device *dev)
1930{
1931 mv643xx_eth_program_unicast_filter(dev);
1932 mv643xx_eth_program_multicast_filter(dev);
1933}
1934
1935static int mv643xx_eth_set_mac_address(struct net_device *dev, void *addr)
1936{
1937 struct sockaddr *sa = addr;
1938
Denis Kirjanova29ec082009-12-08 20:36:00 -08001939 if (!is_valid_ether_addr(sa->sa_data))
Danny Kukawka504f9b52012-02-21 02:07:49 +00001940 return -EADDRNOTAVAIL;
Denis Kirjanova29ec082009-12-08 20:36:00 -08001941
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001942 memcpy(dev->dev_addr, sa->sa_data, ETH_ALEN);
1943
1944 netif_addr_lock_bh(dev);
1945 mv643xx_eth_program_unicast_filter(dev);
1946 netif_addr_unlock_bh(dev);
1947
1948 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001949}
1950
1951
1952/* rx/tx queue initialisation ***********************************************/
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001953static int rxq_init(struct mv643xx_eth_private *mp, int index)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001954{
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001955 struct rx_queue *rxq = mp->rxq + index;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001956 struct rx_desc *rx_desc;
1957 int size;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001958 int i;
1959
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001960 rxq->index = index;
1961
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001962 rxq->rx_ring_size = mp->rx_ring_size;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001963
1964 rxq->rx_desc_count = 0;
1965 rxq->rx_curr_desc = 0;
1966 rxq->rx_used_desc = 0;
1967
1968 size = rxq->rx_ring_size * sizeof(struct rx_desc);
1969
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02001970 if (index == 0 && size <= mp->rx_desc_sram_size) {
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001971 rxq->rx_desc_area = ioremap(mp->rx_desc_sram_addr,
1972 mp->rx_desc_sram_size);
1973 rxq->rx_desc_dma = mp->rx_desc_sram_addr;
1974 } else {
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07001975 rxq->rx_desc_area = dma_alloc_coherent(mp->dev->dev.parent,
1976 size, &rxq->rx_desc_dma,
1977 GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001978 }
1979
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001980 if (rxq->rx_desc_area == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00001981 netdev_err(mp->dev,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001982 "can't allocate rx ring (%d bytes)\n", size);
1983 goto out;
1984 }
1985 memset(rxq->rx_desc_area, 0, size);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001986
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001987 rxq->rx_desc_area_size = size;
Lubomir Rintel9fa8e982013-06-18 19:32:38 +02001988 rxq->rx_skb = kcalloc(rxq->rx_ring_size, sizeof(*rxq->rx_skb),
Joe Perchesb2adaca2013-02-03 17:43:58 +00001989 GFP_KERNEL);
1990 if (rxq->rx_skb == NULL)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001991 goto out_free;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001992
Joe Perches64699332012-06-04 12:44:16 +00001993 rx_desc = rxq->rx_desc_area;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001994 for (i = 0; i < rxq->rx_ring_size; i++) {
Lennert Buytenhek9da78742008-08-23 23:45:28 +02001995 int nexti;
1996
1997 nexti = i + 1;
1998 if (nexti == rxq->rx_ring_size)
1999 nexti = 0;
2000
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002001 rx_desc[i].next_desc_ptr = rxq->rx_desc_dma +
2002 nexti * sizeof(struct rx_desc);
2003 }
2004
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002005 return 0;
2006
2007
2008out_free:
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002009 if (index == 0 && size <= mp->rx_desc_sram_size)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002010 iounmap(rxq->rx_desc_area);
2011 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002012 dma_free_coherent(mp->dev->dev.parent, size,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002013 rxq->rx_desc_area,
2014 rxq->rx_desc_dma);
2015
2016out:
2017 return -ENOMEM;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002018}
2019
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002020static void rxq_deinit(struct rx_queue *rxq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002021{
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002022 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
2023 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002024
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002025 rxq_disable(rxq);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002026
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002027 for (i = 0; i < rxq->rx_ring_size; i++) {
2028 if (rxq->rx_skb[i]) {
2029 dev_kfree_skb(rxq->rx_skb[i]);
2030 rxq->rx_desc_count--;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002031 }
2032 }
2033
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002034 if (rxq->rx_desc_count) {
Joe Perches7542db82011-03-02 17:50:35 +00002035 netdev_err(mp->dev, "error freeing rx ring -- %d skbs stuck\n",
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002036 rxq->rx_desc_count);
2037 }
2038
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002039 if (rxq->index == 0 &&
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002040 rxq->rx_desc_area_size <= mp->rx_desc_sram_size)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002041 iounmap(rxq->rx_desc_area);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002042 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002043 dma_free_coherent(mp->dev->dev.parent, rxq->rx_desc_area_size,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002044 rxq->rx_desc_area, rxq->rx_desc_dma);
2045
2046 kfree(rxq->rx_skb);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002047}
2048
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002049static int txq_init(struct mv643xx_eth_private *mp, int index)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002050{
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002051 struct tx_queue *txq = mp->txq + index;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002052 struct tx_desc *tx_desc;
2053 int size;
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002054 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002055 int i;
2056
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002057 txq->index = index;
2058
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002059 txq->tx_ring_size = mp->tx_ring_size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002060
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002061 /* A queue must always have room for at least one skb.
2062 * Therefore, stop the queue when the free entries reaches
2063 * the maximum number of descriptors per skb.
2064 */
2065 txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS;
2066 txq->tx_wake_threshold = txq->tx_stop_threshold / 2;
2067
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002068 txq->tx_desc_count = 0;
2069 txq->tx_curr_desc = 0;
2070 txq->tx_used_desc = 0;
2071
2072 size = txq->tx_ring_size * sizeof(struct tx_desc);
2073
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002074 if (index == 0 && size <= mp->tx_desc_sram_size) {
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002075 txq->tx_desc_area = ioremap(mp->tx_desc_sram_addr,
2076 mp->tx_desc_sram_size);
2077 txq->tx_desc_dma = mp->tx_desc_sram_addr;
2078 } else {
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002079 txq->tx_desc_area = dma_alloc_coherent(mp->dev->dev.parent,
2080 size, &txq->tx_desc_dma,
2081 GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002082 }
2083
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002084 if (txq->tx_desc_area == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00002085 netdev_err(mp->dev,
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002086 "can't allocate tx ring (%d bytes)\n", size);
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +02002087 return -ENOMEM;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002088 }
2089 memset(txq->tx_desc_area, 0, size);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002090
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002091 txq->tx_desc_area_size = size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002092
Joe Perches64699332012-06-04 12:44:16 +00002093 tx_desc = txq->tx_desc_area;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002094 for (i = 0; i < txq->tx_ring_size; i++) {
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002095 struct tx_desc *txd = tx_desc + i;
Lennert Buytenhek9da78742008-08-23 23:45:28 +02002096 int nexti;
2097
2098 nexti = i + 1;
2099 if (nexti == txq->tx_ring_size)
2100 nexti = 0;
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002101
2102 txd->cmd_sts = 0;
2103 txd->next_desc_ptr = txq->tx_desc_dma +
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002104 nexti * sizeof(struct tx_desc);
2105 }
2106
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002107 txq->tx_desc_mapping = kcalloc(txq->tx_ring_size, sizeof(char),
2108 GFP_KERNEL);
2109 if (!txq->tx_desc_mapping) {
2110 ret = -ENOMEM;
2111 goto err_free_desc_area;
2112 }
2113
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002114 /* Allocate DMA buffers for TSO MAC/IP/TCP headers */
2115 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent,
2116 txq->tx_ring_size * TSO_HEADER_SIZE,
2117 &txq->tso_hdrs_dma, GFP_KERNEL);
2118 if (txq->tso_hdrs == NULL) {
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002119 ret = -ENOMEM;
2120 goto err_free_desc_mapping;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002121 }
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +02002122 skb_queue_head_init(&txq->tx_skb);
2123
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002124 return 0;
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002125
2126err_free_desc_mapping:
2127 kfree(txq->tx_desc_mapping);
2128err_free_desc_area:
2129 if (index == 0 && size <= mp->tx_desc_sram_size)
2130 iounmap(txq->tx_desc_area);
2131 else
2132 dma_free_coherent(mp->dev->dev.parent, txq->tx_desc_area_size,
2133 txq->tx_desc_area, txq->tx_desc_dma);
2134 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002135}
2136
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002137static void txq_deinit(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002138{
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002139 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002140
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002141 txq_disable(txq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002142 txq_reclaim(txq, txq->tx_ring_size, 1);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002143
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002144 BUG_ON(txq->tx_used_desc != txq->tx_curr_desc);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002145
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002146 if (txq->index == 0 &&
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002147 txq->tx_desc_area_size <= mp->tx_desc_sram_size)
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002148 iounmap(txq->tx_desc_area);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002149 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002150 dma_free_coherent(mp->dev->dev.parent, txq->tx_desc_area_size,
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002151 txq->tx_desc_area, txq->tx_desc_dma);
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002152 kfree(txq->tx_desc_mapping);
2153
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002154 if (txq->tso_hdrs)
2155 dma_free_coherent(mp->dev->dev.parent,
2156 txq->tx_ring_size * TSO_HEADER_SIZE,
2157 txq->tso_hdrs, txq->tso_hdrs_dma);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002158}
2159
2160
2161/* netdev ops and related ***************************************************/
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002162static int mv643xx_eth_collect_events(struct mv643xx_eth_private *mp)
2163{
2164 u32 int_cause;
2165 u32 int_cause_ext;
2166
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002167 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002168 if (int_cause == 0)
2169 return 0;
2170
2171 int_cause_ext = 0;
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002172 if (int_cause & INT_EXT) {
2173 int_cause &= ~INT_EXT;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002174 int_cause_ext = rdlp(mp, INT_CAUSE_EXT);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002175 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002176
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002177 if (int_cause) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002178 wrlp(mp, INT_CAUSE, ~int_cause);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002179 mp->work_tx_end |= ((int_cause & INT_TX_END) >> 19) &
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002180 ~(rdlp(mp, TXQ_COMMAND) & 0xff);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002181 mp->work_rx |= (int_cause & INT_RX) >> 2;
2182 }
2183
2184 int_cause_ext &= INT_EXT_LINK_PHY | INT_EXT_TX;
2185 if (int_cause_ext) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002186 wrlp(mp, INT_CAUSE_EXT, ~int_cause_ext);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002187 if (int_cause_ext & INT_EXT_LINK_PHY)
2188 mp->work_link = 1;
2189 mp->work_tx |= int_cause_ext & INT_EXT_TX;
2190 }
2191
2192 return 1;
2193}
2194
2195static irqreturn_t mv643xx_eth_irq(int irq, void *dev_id)
2196{
2197 struct net_device *dev = (struct net_device *)dev_id;
2198 struct mv643xx_eth_private *mp = netdev_priv(dev);
2199
2200 if (unlikely(!mv643xx_eth_collect_events(mp)))
2201 return IRQ_NONE;
2202
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002203 wrlp(mp, INT_MASK, 0);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002204 napi_schedule(&mp->napi);
2205
2206 return IRQ_HANDLED;
2207}
2208
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002209static void handle_link_event(struct mv643xx_eth_private *mp)
2210{
2211 struct net_device *dev = mp->dev;
2212 u32 port_status;
2213 int speed;
2214 int duplex;
2215 int fc;
2216
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002217 port_status = rdlp(mp, PORT_STATUS);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002218 if (!(port_status & LINK_UP)) {
2219 if (netif_carrier_ok(dev)) {
2220 int i;
2221
Joe Perches7542db82011-03-02 17:50:35 +00002222 netdev_info(dev, "link down\n");
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002223
2224 netif_carrier_off(dev);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002225
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002226 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002227 struct tx_queue *txq = mp->txq + i;
2228
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002229 txq_reclaim(txq, txq->tx_ring_size, 1);
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002230 txq_reset_hw_ptr(txq);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002231 }
2232 }
2233 return;
2234 }
2235
2236 switch (port_status & PORT_SPEED_MASK) {
2237 case PORT_SPEED_10:
2238 speed = 10;
2239 break;
2240 case PORT_SPEED_100:
2241 speed = 100;
2242 break;
2243 case PORT_SPEED_1000:
2244 speed = 1000;
2245 break;
2246 default:
2247 speed = -1;
2248 break;
2249 }
2250 duplex = (port_status & FULL_DUPLEX) ? 1 : 0;
2251 fc = (port_status & FLOW_CONTROL_ENABLED) ? 1 : 0;
2252
Joe Perches7542db82011-03-02 17:50:35 +00002253 netdev_info(dev, "link up, %d Mb/s, %s duplex, flow control %sabled\n",
2254 speed, duplex ? "full" : "half", fc ? "en" : "dis");
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002255
Lennert Buytenhek4fdeca32008-08-28 05:39:13 +02002256 if (!netif_carrier_ok(dev))
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002257 netif_carrier_on(dev);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002258}
2259
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002260static int mv643xx_eth_poll(struct napi_struct *napi, int budget)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002261{
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002262 struct mv643xx_eth_private *mp;
2263 int work_done;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002264
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002265 mp = container_of(napi, struct mv643xx_eth_private, napi);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002266
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002267 if (unlikely(mp->oom)) {
2268 mp->oom = 0;
2269 del_timer(&mp->rx_oom);
2270 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002271
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002272 work_done = 0;
2273 while (work_done < budget) {
2274 u8 queue_mask;
2275 int queue;
2276 int work_tbd;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002277
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002278 if (mp->work_link) {
2279 mp->work_link = 0;
2280 handle_link_event(mp);
Lennert Buytenhek26ef1f12009-05-06 03:01:10 +00002281 work_done++;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002282 continue;
Lennert Buytenhek226bb6b2008-06-02 01:47:21 +02002283 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002284
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002285 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx;
2286 if (likely(!mp->oom))
2287 queue_mask |= mp->work_rx_refill;
2288
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002289 if (!queue_mask) {
2290 if (mv643xx_eth_collect_events(mp))
2291 continue;
2292 break;
2293 }
2294
2295 queue = fls(queue_mask) - 1;
2296 queue_mask = 1 << queue;
2297
2298 work_tbd = budget - work_done;
2299 if (work_tbd > 16)
2300 work_tbd = 16;
2301
2302 if (mp->work_tx_end & queue_mask) {
2303 txq_kick(mp->txq + queue);
2304 } else if (mp->work_tx & queue_mask) {
2305 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0);
2306 txq_maybe_wake(mp->txq + queue);
2307 } else if (mp->work_rx & queue_mask) {
2308 work_done += rxq_process(mp->rxq + queue, work_tbd);
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002309 } else if (!mp->oom && (mp->work_rx_refill & queue_mask)) {
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002310 work_done += rxq_refill(mp->rxq + queue, work_tbd);
2311 } else {
2312 BUG();
2313 }
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002314 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002315
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002316 if (work_done < budget) {
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002317 if (mp->oom)
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002318 mod_timer(&mp->rx_oom, jiffies + (HZ / 10));
Eric Dumazet6ad20162017-01-30 08:22:01 -08002319 napi_complete_done(napi, work_done);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002320 wrlp(mp, INT_MASK, mp->int_mask);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002321 }
2322
2323 return work_done;
2324}
2325
2326static inline void oom_timer_wrapper(unsigned long data)
2327{
2328 struct mv643xx_eth_private *mp = (void *)data;
2329
2330 napi_schedule(&mp->napi);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002331}
2332
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002333static void port_start(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002334{
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002335 struct net_device *dev = mp->dev;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002336 u32 pscr;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002337 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002338
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002339 /*
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002340 * Perform PHY reset, if there is a PHY.
2341 */
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002342 if (dev->phydev) {
Philippe Reynesa54e1612016-10-02 12:06:49 +02002343 struct ethtool_link_ksettings cmd;
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002344
Philippe Reynesa54e1612016-10-02 12:06:49 +02002345 mv643xx_eth_get_link_ksettings(dev, &cmd);
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002346 phy_init_hw(dev->phydev);
Philippe Reynesa54e1612016-10-02 12:06:49 +02002347 mv643xx_eth_set_link_ksettings(
2348 dev, (const struct ethtool_link_ksettings *)&cmd);
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002349 phy_start(dev->phydev);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002350 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002351
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002352 /*
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002353 * Configure basic link parameters.
2354 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002355 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002356
2357 pscr |= SERIAL_PORT_ENABLE;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002358 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002359
2360 pscr |= DO_NOT_FORCE_LINK_FAIL;
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002361 if (!dev->phydev)
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002362 pscr |= FORCE_LINK_PASS;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002363 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002364
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002365 /*
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002366 * Configure TX path and queues.
2367 */
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002368 tx_set_rate(mp, 1000000000, 16777216);
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002369 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002370 struct tx_queue *txq = mp->txq + i;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002371
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002372 txq_reset_hw_ptr(txq);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002373 txq_set_rate(txq, 1000000000, 16777216);
2374 txq_set_fixed_prio_mode(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002375 }
2376
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002377 /*
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +02002378 * Receive all unmatched unicast, TCP, UDP, BPDU and broadcast
Lennert Buytenhek170e7102008-09-19 02:58:50 +02002379 * frames to RX queue #0, and include the pseudo-header when
2380 * calculating receive checksums.
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +02002381 */
David S. Millere138f962011-04-21 15:19:02 -07002382 mv643xx_eth_set_features(mp->dev, mp->dev->features);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002383
Lennert Buytenhek376489a2008-06-01 01:17:44 +02002384 /*
2385 * Treat BPDUs as normal multicasts, and disable partition mode.
2386 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002387 wrlp(mp, PORT_CONFIG_EXT, 0x00000000);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002388
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002389 /*
Lennert Buytenhek5a893922009-03-13 15:48:02 -07002390 * Add configured unicast addresses to address filter table.
2391 */
2392 mv643xx_eth_program_unicast_filter(mp->dev);
2393
2394 /*
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002395 * Enable the receive queues.
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002396 */
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002397 for (i = 0; i < mp->rxq_count; i++) {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002398 struct rx_queue *rxq = mp->rxq + i;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002399 u32 addr;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002400
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002401 addr = (u32)rxq->rx_desc_dma;
2402 addr += rxq->rx_curr_desc * sizeof(struct rx_desc);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002403 wrlp(mp, RXQ_CURRENT_DESC_PTR(i), addr);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002404
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002405 rxq_enable(rxq);
2406 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002407}
2408
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002409static void mv643xx_eth_recalc_skb_size(struct mv643xx_eth_private *mp)
2410{
2411 int skb_size;
2412
2413 /*
2414 * Reserve 2+14 bytes for an ethernet header (the hardware
2415 * automatically prepends 2 bytes of dummy data to each
2416 * received packet), 16 bytes for up to four VLAN tags, and
2417 * 4 bytes for the trailing FCS -- 36 bytes total.
2418 */
2419 skb_size = mp->dev->mtu + 36;
2420
2421 /*
2422 * Make sure that the skb size is a multiple of 8 bytes, as
2423 * the lower three bits of the receive descriptor's buffer
2424 * size field are ignored by the hardware.
2425 */
2426 mp->skb_size = (skb_size + 7) & ~7;
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +00002427
2428 /*
2429 * If NET_SKB_PAD is smaller than a cache line,
2430 * netdev_alloc_skb() will cause skb->data to be misaligned
2431 * to a cache line boundary. If this is the case, include
2432 * some extra space to allow re-aligning the data area.
2433 */
2434 mp->skb_size += SKB_DMA_REALIGN;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002435}
2436
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002437static int mv643xx_eth_open(struct net_device *dev)
2438{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002439 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002440 int err;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002441 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002442
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002443 wrlp(mp, INT_CAUSE, 0);
2444 wrlp(mp, INT_CAUSE_EXT, 0);
2445 rdlp(mp, INT_CAUSE_EXT);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002446
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002447 err = request_irq(dev->irq, mv643xx_eth_irq,
Lennert Buytenhek2a1867a2008-08-23 23:43:38 +02002448 IRQF_SHARED, dev->name, dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002449 if (err) {
Joe Perches7542db82011-03-02 17:50:35 +00002450 netdev_err(dev, "can't assign irq\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002451 return -EAGAIN;
2452 }
2453
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002454 mv643xx_eth_recalc_skb_size(mp);
2455
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002456 napi_enable(&mp->napi);
2457
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002458 mp->int_mask = INT_EXT;
2459
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002460 for (i = 0; i < mp->rxq_count; i++) {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002461 err = rxq_init(mp, i);
2462 if (err) {
2463 while (--i >= 0)
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002464 rxq_deinit(mp->rxq + i);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002465 goto out;
2466 }
2467
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002468 rxq_refill(mp->rxq + i, INT_MAX);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002469 mp->int_mask |= INT_RX_0 << i;
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002470 }
2471
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002472 if (mp->oom) {
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002473 mp->rx_oom.expires = jiffies + (HZ / 10);
2474 add_timer(&mp->rx_oom);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002475 }
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002476
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002477 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002478 err = txq_init(mp, i);
2479 if (err) {
2480 while (--i >= 0)
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002481 txq_deinit(mp->txq + i);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002482 goto out_free;
2483 }
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002484 mp->int_mask |= INT_TX_END_0 << i;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002485 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002486
Sebastian Hesselbarthf5644122013-10-02 12:57:21 +02002487 add_timer(&mp->mib_counters_timer);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002488 port_start(mp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002489
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002490 wrlp(mp, INT_MASK_EXT, INT_EXT_LINK_PHY | INT_EXT_TX);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002491 wrlp(mp, INT_MASK, mp->int_mask);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002492
2493 return 0;
2494
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002495
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002496out_free:
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002497 for (i = 0; i < mp->rxq_count; i++)
2498 rxq_deinit(mp->rxq + i);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002499out:
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002500 free_irq(dev->irq, dev);
2501
2502 return err;
2503}
2504
Lennert Buytenheke5371492008-06-01 02:18:13 +02002505static void port_reset(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002506{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002507 unsigned int data;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002508 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002509
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002510 for (i = 0; i < mp->rxq_count; i++)
2511 rxq_disable(mp->rxq + i);
2512 for (i = 0; i < mp->txq_count; i++)
2513 txq_disable(mp->txq + i);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002514
2515 while (1) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002516 u32 ps = rdlp(mp, PORT_STATUS);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002517
2518 if ((ps & (TX_IN_PROGRESS | TX_FIFO_EMPTY)) == TX_FIFO_EMPTY)
2519 break;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002520 udelay(10);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002521 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002522
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002523 /* Reset the Enable bit in the Configuration Register */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002524 data = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002525 data &= ~(SERIAL_PORT_ENABLE |
2526 DO_NOT_FORCE_LINK_FAIL |
2527 FORCE_LINK_PASS);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002528 wrlp(mp, PORT_SERIAL_CONTROL, data);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002529}
2530
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002531static int mv643xx_eth_stop(struct net_device *dev)
2532{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002533 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002534 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002535
Gabriel Paubertfe65e702009-01-19 17:18:09 -08002536 wrlp(mp, INT_MASK_EXT, 0x00000000);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002537 wrlp(mp, INT_MASK, 0x00000000);
2538 rdlp(mp, INT_MASK);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002539
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002540 napi_disable(&mp->napi);
Lennert Buytenhek78fff832008-08-24 01:03:57 +02002541
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002542 del_timer_sync(&mp->rx_oom);
2543
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002544 netif_carrier_off(dev);
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002545 if (dev->phydev)
2546 phy_stop(dev->phydev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002547 free_irq(dev->irq, dev);
2548
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002549 port_reset(mp);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02002550 mv643xx_eth_get_stats(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002551 mib_counters_update(mp);
Sebastian Siewior57e8f262009-02-16 11:28:15 +00002552 del_timer_sync(&mp->mib_counters_timer);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002553
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002554 for (i = 0; i < mp->rxq_count; i++)
2555 rxq_deinit(mp->rxq + i);
2556 for (i = 0; i < mp->txq_count; i++)
2557 txq_deinit(mp->txq + i);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002558
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002559 return 0;
2560}
2561
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002562static int mv643xx_eth_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002563{
Phil Sutter260055b2013-03-06 07:49:02 +00002564 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002565
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002566 if (!dev->phydev)
Phil Sutter260055b2013-03-06 07:49:02 +00002567 return -ENOTSUPP;
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002568
Philippe Reynes1e8a6552016-10-02 12:06:48 +02002569 ret = phy_mii_ioctl(dev->phydev, ifr, cmd);
Phil Sutter260055b2013-03-06 07:49:02 +00002570 if (!ret)
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03002571 mv643xx_eth_adjust_link(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00002572 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002573}
2574
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002575static int mv643xx_eth_change_mtu(struct net_device *dev, int new_mtu)
2576{
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002577 struct mv643xx_eth_private *mp = netdev_priv(dev);
2578
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002579 dev->mtu = new_mtu;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002580 mv643xx_eth_recalc_skb_size(mp);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002581 tx_set_rate(mp, 1000000000, 16777216);
2582
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002583 if (!netif_running(dev))
2584 return 0;
2585
2586 /*
2587 * Stop and then re-open the interface. This will allocate RX
2588 * skbs of the new MTU.
2589 * There is a possible danger that the open will not succeed,
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002590 * due to memory being full.
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002591 */
2592 mv643xx_eth_stop(dev);
2593 if (mv643xx_eth_open(dev)) {
Joe Perches7542db82011-03-02 17:50:35 +00002594 netdev_err(dev,
2595 "fatal error on re-opening device after MTU change\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002596 }
2597
2598 return 0;
2599}
2600
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002601static void tx_timeout_task(struct work_struct *ugly)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002602{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002603 struct mv643xx_eth_private *mp;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002604
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002605 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task);
2606 if (netif_running(mp->dev)) {
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02002607 netif_tx_stop_all_queues(mp->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002608 port_reset(mp);
2609 port_start(mp);
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02002610 netif_tx_wake_all_queues(mp->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002611 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002612}
2613
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002614static void mv643xx_eth_tx_timeout(struct net_device *dev)
2615{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002616 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002617
Joe Perches7542db82011-03-02 17:50:35 +00002618 netdev_info(dev, "tx timeout\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002619
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002620 schedule_work(&mp->tx_timeout_task);
2621}
2622
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002623#ifdef CONFIG_NET_POLL_CONTROLLER
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002624static void mv643xx_eth_netpoll(struct net_device *dev)
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002625{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002626 struct mv643xx_eth_private *mp = netdev_priv(dev);
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002627
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002628 wrlp(mp, INT_MASK, 0x00000000);
2629 rdlp(mp, INT_MASK);
Dale Farnsworthc2e5b352006-01-16 17:00:24 -07002630
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002631 mv643xx_eth_irq(dev->irq, dev);
Dale Farnsworthc2e5b352006-01-16 17:00:24 -07002632
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002633 wrlp(mp, INT_MASK, mp->int_mask);
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002634}
2635#endif
2636
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002637
2638/* platform glue ************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +02002639static void
2640mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp,
Andrew Lunn63a93322011-12-07 21:48:07 +01002641 const struct mbus_dram_target_info *dram)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002642{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002643 void __iomem *base = msp->base;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002644 u32 win_enable;
2645 u32 win_protect;
2646 int i;
2647
2648 for (i = 0; i < 6; i++) {
2649 writel(0, base + WINDOW_BASE(i));
2650 writel(0, base + WINDOW_SIZE(i));
2651 if (i < 4)
2652 writel(0, base + WINDOW_REMAP_HIGH(i));
2653 }
2654
2655 win_enable = 0x3f;
2656 win_protect = 0;
2657
2658 for (i = 0; i < dram->num_cs; i++) {
Andrew Lunn63a93322011-12-07 21:48:07 +01002659 const struct mbus_dram_window *cs = dram->cs + i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002660
2661 writel((cs->base & 0xffff0000) |
2662 (cs->mbus_attr << 8) |
2663 dram->mbus_dram_target_id, base + WINDOW_BASE(i));
2664 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i));
2665
2666 win_enable &= ~(1 << i);
2667 win_protect |= 3 << (2 * i);
2668 }
2669
2670 writel(win_enable, base + WINDOW_BAR_ENABLE);
2671 msp->win_protect = win_protect;
2672}
2673
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002674static void infer_hw_params(struct mv643xx_eth_shared_private *msp)
2675{
2676 /*
2677 * Check whether we have a 14-bit coal limit field in bits
2678 * [21:8], or a 16-bit coal limit in bits [25,21:7] of the
2679 * SDMA config register.
2680 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002681 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG);
2682 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000)
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002683 msp->extended_rx_coal_limit = 1;
2684 else
2685 msp->extended_rx_coal_limit = 0;
Lennert Buytenhek1e881592008-06-02 01:57:36 +02002686
2687 /*
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002688 * Check whether the MAC supports TX rate control, and if
2689 * yes, whether its associated registers are in the old or
2690 * the new place.
Lennert Buytenhek1e881592008-06-02 01:57:36 +02002691 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002692 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED);
2693 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) {
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002694 msp->tx_bw_control = TX_BW_CONTROL_NEW_LAYOUT;
2695 } else {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002696 writel(7, msp->base + 0x0400 + TX_BW_RATE);
2697 if (readl(msp->base + 0x0400 + TX_BW_RATE) & 7)
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002698 msp->tx_bw_control = TX_BW_CONTROL_OLD_LAYOUT;
2699 else
2700 msp->tx_bw_control = TX_BW_CONTROL_ABSENT;
2701 }
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002702}
2703
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002704#if defined(CONFIG_OF)
2705static const struct of_device_id mv643xx_eth_shared_ids[] = {
2706 { .compatible = "marvell,orion-eth", },
2707 { .compatible = "marvell,kirkwood-eth", },
2708 { }
2709};
2710MODULE_DEVICE_TABLE(of, mv643xx_eth_shared_ids);
2711#endif
2712
Sudip Mukherjee3e3397e2016-12-17 00:45:05 +00002713#if defined(CONFIG_OF_IRQ) && !defined(CONFIG_MV64X60)
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002714#define mv643xx_eth_property(_np, _name, _v) \
2715 do { \
2716 u32 tmp; \
2717 if (!of_property_read_u32(_np, "marvell," _name, &tmp)) \
2718 _v = tmp; \
2719 } while (0)
2720
2721static struct platform_device *port_platdev[3];
2722
2723static int mv643xx_eth_shared_of_add_port(struct platform_device *pdev,
2724 struct device_node *pnp)
2725{
2726 struct platform_device *ppdev;
2727 struct mv643xx_eth_platform_data ppd;
2728 struct resource res;
2729 const char *mac_addr;
2730 int ret;
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002731 int dev_num = 0;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002732
2733 memset(&ppd, 0, sizeof(ppd));
2734 ppd.shared = pdev;
2735
2736 memset(&res, 0, sizeof(res));
2737 if (!of_irq_to_resource(pnp, 0, &res)) {
2738 dev_err(&pdev->dev, "missing interrupt on %s\n", pnp->name);
2739 return -EINVAL;
2740 }
2741
2742 if (of_property_read_u32(pnp, "reg", &ppd.port_number)) {
2743 dev_err(&pdev->dev, "missing reg property on %s\n", pnp->name);
2744 return -EINVAL;
2745 }
2746
2747 if (ppd.port_number >= 3) {
2748 dev_err(&pdev->dev, "invalid reg property on %s\n", pnp->name);
2749 return -EINVAL;
2750 }
2751
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002752 while (dev_num < 3 && port_platdev[dev_num])
2753 dev_num++;
2754
2755 if (dev_num == 3) {
2756 dev_err(&pdev->dev, "too many ports registered\n");
2757 return -EINVAL;
2758 }
2759
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002760 mac_addr = of_get_mac_address(pnp);
2761 if (mac_addr)
Joe Perchesd458cdf2013-10-01 19:04:40 -07002762 memcpy(ppd.mac_addr, mac_addr, ETH_ALEN);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002763
2764 mv643xx_eth_property(pnp, "tx-queue-size", ppd.tx_queue_size);
2765 mv643xx_eth_property(pnp, "tx-sram-addr", ppd.tx_sram_addr);
2766 mv643xx_eth_property(pnp, "tx-sram-size", ppd.tx_sram_size);
2767 mv643xx_eth_property(pnp, "rx-queue-size", ppd.rx_queue_size);
2768 mv643xx_eth_property(pnp, "rx-sram-addr", ppd.rx_sram_addr);
2769 mv643xx_eth_property(pnp, "rx-sram-size", ppd.rx_sram_size);
2770
2771 ppd.phy_node = of_parse_phandle(pnp, "phy-handle", 0);
2772 if (!ppd.phy_node) {
2773 ppd.phy_addr = MV643XX_ETH_PHY_NONE;
2774 of_property_read_u32(pnp, "speed", &ppd.speed);
2775 of_property_read_u32(pnp, "duplex", &ppd.duplex);
2776 }
2777
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002778 ppdev = platform_device_alloc(MV643XX_ETH_NAME, dev_num);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002779 if (!ppdev)
2780 return -ENOMEM;
2781 ppdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
Sebastian Hesselbarthb5d82db2013-10-02 12:57:22 +02002782 ppdev->dev.of_node = pnp;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002783
2784 ret = platform_device_add_resources(ppdev, &res, 1);
2785 if (ret)
2786 goto port_err;
2787
2788 ret = platform_device_add_data(ppdev, &ppd, sizeof(ppd));
2789 if (ret)
2790 goto port_err;
2791
2792 ret = platform_device_add(ppdev);
2793 if (ret)
2794 goto port_err;
2795
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002796 port_platdev[dev_num] = ppdev;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002797
2798 return 0;
2799
2800port_err:
2801 platform_device_put(ppdev);
2802 return ret;
2803}
2804
2805static int mv643xx_eth_shared_of_probe(struct platform_device *pdev)
2806{
2807 struct mv643xx_eth_shared_platform_data *pd;
2808 struct device_node *pnp, *np = pdev->dev.of_node;
2809 int ret;
2810
2811 /* bail out if not registered from DT */
2812 if (!np)
2813 return 0;
2814
2815 pd = devm_kzalloc(&pdev->dev, sizeof(*pd), GFP_KERNEL);
2816 if (!pd)
2817 return -ENOMEM;
2818 pdev->dev.platform_data = pd;
2819
2820 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit);
2821
2822 for_each_available_child_of_node(np, pnp) {
2823 ret = mv643xx_eth_shared_of_add_port(pdev, pnp);
Julia Lawall26b79742015-10-25 14:57:07 +01002824 if (ret) {
2825 of_node_put(pnp);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002826 return ret;
Julia Lawall26b79742015-10-25 14:57:07 +01002827 }
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002828 }
2829 return 0;
2830}
2831
2832static void mv643xx_eth_shared_of_remove(void)
2833{
2834 int n;
2835
2836 for (n = 0; n < 3; n++) {
2837 platform_device_del(port_platdev[n]);
2838 port_platdev[n] = NULL;
2839 }
2840}
2841#else
Arnd Bergmannff208772013-06-03 03:11:24 +00002842static inline int mv643xx_eth_shared_of_probe(struct platform_device *pdev)
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002843{
Arnd Bergmannff208772013-06-03 03:11:24 +00002844 return 0;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002845}
2846
Arnd Bergmannff208772013-06-03 03:11:24 +00002847static inline void mv643xx_eth_shared_of_remove(void)
2848{
2849}
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002850#endif
2851
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002852static int mv643xx_eth_shared_probe(struct platform_device *pdev)
2853{
Lennert Buytenhek10a99482008-11-20 03:57:16 -08002854 static int mv643xx_eth_version_printed;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002855 struct mv643xx_eth_shared_platform_data *pd;
Lennert Buytenheke5371492008-06-01 02:18:13 +02002856 struct mv643xx_eth_shared_private *msp;
Andrew Lunn63a93322011-12-07 21:48:07 +01002857 const struct mbus_dram_target_info *dram;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002858 struct resource *res;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002859 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002860
Lennert Buytenheke5371492008-06-01 02:18:13 +02002861 if (!mv643xx_eth_version_printed++)
Joe Perches7542db82011-03-02 17:50:35 +00002862 pr_notice("MV-643xx 10/100/1000 ethernet driver version %s\n",
2863 mv643xx_eth_driver_version);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002864
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002865 res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
2866 if (res == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002867 return -EINVAL;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002868
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002869 msp = devm_kzalloc(&pdev->dev, sizeof(*msp), GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002870 if (msp == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002871 return -ENOMEM;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002872 platform_set_drvdata(pdev, msp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002873
Sebastian Hesselbarth65a6f962013-05-29 09:32:44 +00002874 msp->base = devm_ioremap(&pdev->dev, res->start, resource_size(res));
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002875 if (msp->base == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002876 return -ENOMEM;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002877
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00002878 msp->clk = devm_clk_get(&pdev->dev, NULL);
2879 if (!IS_ERR(msp->clk))
2880 clk_prepare_enable(msp->clk);
2881
Lennert Buytenheked944932008-08-26 13:34:19 +02002882 /*
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002883 * (Re-)program MBUS remapping windows if we are asked to.
2884 */
Andrew Lunn63a93322011-12-07 21:48:07 +01002885 dram = mv_mbus_dram_info();
2886 if (dram)
2887 mv643xx_eth_conf_mbus_windows(msp, dram);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002888
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002889 ret = mv643xx_eth_shared_of_probe(pdev);
2890 if (ret)
2891 return ret;
Jingoo Hanbbfa6d02013-08-30 13:57:13 +09002892 pd = dev_get_platdata(&pdev->dev);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002893
Dan Carpenter50a749c2010-07-23 01:05:05 +00002894 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ?
2895 pd->tx_csum_limit : 9 * 1024;
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002896 infer_hw_params(msp);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002897
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002898 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002899}
2900
2901static int mv643xx_eth_shared_remove(struct platform_device *pdev)
2902{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002903 struct mv643xx_eth_shared_private *msp = platform_get_drvdata(pdev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002904
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002905 mv643xx_eth_shared_of_remove();
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00002906 if (!IS_ERR(msp->clk))
2907 clk_disable_unprepare(msp->clk);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002908 return 0;
2909}
2910
2911static struct platform_driver mv643xx_eth_shared_driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002912 .probe = mv643xx_eth_shared_probe,
2913 .remove = mv643xx_eth_shared_remove,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002914 .driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002915 .name = MV643XX_ETH_SHARED_NAME,
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002916 .of_match_table = of_match_ptr(mv643xx_eth_shared_ids),
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002917 },
2918};
2919
Lennert Buytenheke5371492008-06-01 02:18:13 +02002920static void phy_addr_set(struct mv643xx_eth_private *mp, int phy_addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002921{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002922 int addr_shift = 5 * mp->port_num;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002923 u32 data;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002924
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002925 data = rdl(mp, PHY_ADDR);
2926 data &= ~(0x1f << addr_shift);
2927 data |= (phy_addr & 0x1f) << addr_shift;
2928 wrl(mp, PHY_ADDR, data);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002929}
2930
Lennert Buytenheke5371492008-06-01 02:18:13 +02002931static int phy_addr_get(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002932{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002933 unsigned int data;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002934
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002935 data = rdl(mp, PHY_ADDR);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002936
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002937 return (data >> (5 * mp->port_num)) & 0x1f;
2938}
2939
2940static void set_params(struct mv643xx_eth_private *mp,
2941 struct mv643xx_eth_platform_data *pd)
2942{
2943 struct net_device *dev = mp->dev;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002944 unsigned int tx_ring_size;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002945
2946 if (is_valid_ether_addr(pd->mac_addr))
Joe Perchesd458cdf2013-10-01 19:04:40 -07002947 memcpy(dev->dev_addr, pd->mac_addr, ETH_ALEN);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002948 else
2949 uc_addr_get(mp, dev->dev_addr);
2950
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002951 mp->rx_ring_size = DEFAULT_RX_QUEUE_SIZE;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002952 if (pd->rx_queue_size)
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002953 mp->rx_ring_size = pd->rx_queue_size;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002954 mp->rx_desc_sram_addr = pd->rx_sram_addr;
2955 mp->rx_desc_sram_size = pd->rx_sram_size;
2956
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002957 mp->rxq_count = pd->rx_queue_count ? : 1;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002958
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002959 tx_ring_size = DEFAULT_TX_QUEUE_SIZE;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002960 if (pd->tx_queue_size)
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002961 tx_ring_size = pd->tx_queue_size;
2962
2963 mp->tx_ring_size = clamp_t(unsigned int, tx_ring_size,
2964 MV643XX_MAX_SKB_DESCS * 2, 4096);
2965 if (mp->tx_ring_size != tx_ring_size)
2966 netdev_warn(dev, "TX queue size set to %u (requested %u)\n",
2967 mp->tx_ring_size, tx_ring_size);
2968
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002969 mp->tx_desc_sram_addr = pd->tx_sram_addr;
2970 mp->tx_desc_sram_size = pd->tx_sram_size;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002971
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002972 mp->txq_count = pd->tx_queue_count ? : 1;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002973}
2974
Jason Gunthorpefd33b242016-10-26 11:47:02 -06002975static int get_phy_mode(struct mv643xx_eth_private *mp)
2976{
2977 struct device *dev = mp->dev->dev.parent;
2978 int iface = -1;
2979
2980 if (dev->of_node)
2981 iface = of_get_phy_mode(dev->of_node);
2982
2983 /* Historical default if unspecified. We could also read/write
2984 * the interface state in the PSC1
2985 */
2986 if (iface < 0)
2987 iface = PHY_INTERFACE_MODE_GMII;
2988 return iface;
2989}
2990
Lennert Buytenheked944932008-08-26 13:34:19 +02002991static struct phy_device *phy_scan(struct mv643xx_eth_private *mp,
2992 int phy_addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002993{
Lennert Buytenheked944932008-08-26 13:34:19 +02002994 struct phy_device *phydev;
2995 int start;
2996 int num;
2997 int i;
Florian Fainellic3a07132013-03-22 03:39:28 +00002998 char phy_id[MII_BUS_ID_SIZE + 3];
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002999
Lennert Buytenheked944932008-08-26 13:34:19 +02003000 if (phy_addr == MV643XX_ETH_PHY_ADDR_DEFAULT) {
3001 start = phy_addr_get(mp) & 0x1f;
3002 num = 32;
3003 } else {
3004 start = phy_addr & 0x1f;
3005 num = 1;
3006 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02003007
Florian Fainellic3a07132013-03-22 03:39:28 +00003008 /* Attempt to connect to the PHY using orion-mdio */
Simon Baatz976c90b2013-03-24 10:34:00 +00003009 phydev = ERR_PTR(-ENODEV);
Lennert Buytenheked944932008-08-26 13:34:19 +02003010 for (i = 0; i < num; i++) {
3011 int addr = (start + i) & 0x1f;
Lennert Buytenhek45c5d3b2008-08-26 04:42:59 +02003012
Florian Fainellic3a07132013-03-22 03:39:28 +00003013 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT,
3014 "orion-mdio-mii", addr);
Lennert Buytenhek45c5d3b2008-08-26 04:42:59 +02003015
Florian Fainellic3a07132013-03-22 03:39:28 +00003016 phydev = phy_connect(mp->dev, phy_id, mv643xx_eth_adjust_link,
Jason Gunthorpefd33b242016-10-26 11:47:02 -06003017 get_phy_mode(mp));
Florian Fainellic3a07132013-03-22 03:39:28 +00003018 if (!IS_ERR(phydev)) {
3019 phy_addr_set(mp, addr);
3020 break;
Lennert Buytenheked944932008-08-26 13:34:19 +02003021 }
3022 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02003023
Lennert Buytenheked944932008-08-26 13:34:19 +02003024 return phydev;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02003025}
3026
Lennert Buytenheked944932008-08-26 13:34:19 +02003027static void phy_init(struct mv643xx_eth_private *mp, int speed, int duplex)
James Chapmand0412d92006-01-27 01:15:30 -07003028{
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003029 struct net_device *dev = mp->dev;
3030 struct phy_device *phy = dev->phydev;
James Chapmand0412d92006-01-27 01:15:30 -07003031
Lennert Buytenheked944932008-08-26 13:34:19 +02003032 if (speed == 0) {
3033 phy->autoneg = AUTONEG_ENABLE;
3034 phy->speed = 0;
3035 phy->duplex = 0;
3036 phy->advertising = phy->supported | ADVERTISED_Autoneg;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003037 } else {
Lennert Buytenheked944932008-08-26 13:34:19 +02003038 phy->autoneg = AUTONEG_DISABLE;
3039 phy->advertising = 0;
3040 phy->speed = speed;
3041 phy->duplex = duplex;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003042 }
Lennert Buytenheked944932008-08-26 13:34:19 +02003043 phy_start_aneg(phy);
James Chapmand0412d92006-01-27 01:15:30 -07003044}
3045
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003046static void init_pscr(struct mv643xx_eth_private *mp, int speed, int duplex)
3047{
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003048 struct net_device *dev = mp->dev;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003049 u32 pscr;
3050
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003051 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003052 if (pscr & SERIAL_PORT_ENABLE) {
3053 pscr &= ~SERIAL_PORT_ENABLE;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003054 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003055 }
3056
3057 pscr = MAX_RX_PACKET_9700BYTE | SERIAL_PORT_CONTROL_RESERVED;
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003058 if (!dev->phydev) {
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003059 pscr |= DISABLE_AUTO_NEG_SPEED_GMII;
3060 if (speed == SPEED_1000)
3061 pscr |= SET_GMII_SPEED_TO_1000;
3062 else if (speed == SPEED_100)
3063 pscr |= SET_MII_SPEED_TO_100;
3064
3065 pscr |= DISABLE_AUTO_NEG_FOR_FLOW_CTRL;
3066
3067 pscr |= DISABLE_AUTO_NEG_FOR_DUPLEX;
3068 if (duplex == DUPLEX_FULL)
3069 pscr |= SET_FULL_DUPLEX_MODE;
3070 }
3071
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003072 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003073}
3074
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003075static const struct net_device_ops mv643xx_eth_netdev_ops = {
3076 .ndo_open = mv643xx_eth_open,
3077 .ndo_stop = mv643xx_eth_stop,
3078 .ndo_start_xmit = mv643xx_eth_xmit,
3079 .ndo_set_rx_mode = mv643xx_eth_set_rx_mode,
3080 .ndo_set_mac_address = mv643xx_eth_set_mac_address,
kirjanov@gmail.com1d4bd942010-02-16 20:40:11 +00003081 .ndo_validate_addr = eth_validate_addr,
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003082 .ndo_do_ioctl = mv643xx_eth_ioctl,
3083 .ndo_change_mtu = mv643xx_eth_change_mtu,
Michał Mirosławaad59c42011-04-17 00:15:46 +00003084 .ndo_set_features = mv643xx_eth_set_features,
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003085 .ndo_tx_timeout = mv643xx_eth_tx_timeout,
3086 .ndo_get_stats = mv643xx_eth_get_stats,
3087#ifdef CONFIG_NET_POLL_CONTROLLER
3088 .ndo_poll_controller = mv643xx_eth_netpoll,
3089#endif
3090};
3091
Russell King3ae5eae2005-11-09 22:32:44 +00003092static int mv643xx_eth_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094 struct mv643xx_eth_platform_data *pd;
Lennert Buytenheke5371492008-06-01 02:18:13 +02003095 struct mv643xx_eth_private *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096 struct net_device *dev;
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003097 struct phy_device *phydev = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098 struct resource *res;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003099 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100
Jingoo Hanbbfa6d02013-08-30 13:57:13 +09003101 pd = dev_get_platdata(&pdev->dev);
Dale Farnsworth84dd6192007-03-03 06:40:28 -07003102 if (pd == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00003103 dev_err(&pdev->dev, "no mv643xx_eth_platform_data\n");
Dale Farnsworth84dd6192007-03-03 06:40:28 -07003104 return -ENODEV;
3105 }
3106
Lennert Buytenhekfa3959f2008-04-24 01:27:02 +02003107 if (pd->shared == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00003108 dev_err(&pdev->dev, "no mv643xx_eth_platform_data->shared\n");
Lennert Buytenhekfa3959f2008-04-24 01:27:02 +02003109 return -ENODEV;
3110 }
3111
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02003112 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113 if (!dev)
3114 return -ENOMEM;
3115
Jason Gunthorpefd33b242016-10-26 11:47:02 -06003116 SET_NETDEV_DEV(dev, &pdev->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 mp = netdev_priv(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003118 platform_set_drvdata(pdev, mp);
3119
3120 mp->shared = platform_get_drvdata(pd->shared);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003121 mp->base = mp->shared->base + 0x0400 + (pd->port_number << 10);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003122 mp->port_num = pd->port_number;
3123
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003124 mp->dev = dev;
Lennert Buytenhek78fff832008-08-24 01:03:57 +02003125
Sebastian Hesselbarthcb852152013-05-29 09:32:47 +00003126 /* Kirkwood resets some registers on gated clocks. Especially
3127 * CLK125_BYPASS_EN must be cleared but is not available on
3128 * all other SoCs/System Controllers using this driver.
3129 */
3130 if (of_device_is_compatible(pdev->dev.of_node,
3131 "marvell,kirkwood-eth-port"))
3132 wrlp(mp, PORT_SERIAL_CONTROL1,
3133 rdlp(mp, PORT_SERIAL_CONTROL1) & ~CLK125_BYPASS_EN);
3134
Andrew Lunn452503e2011-12-24 01:24:24 +01003135 /*
Andrew Lunn9a43a022012-06-06 06:40:43 +00003136 * Start with a default rate, and if there is a clock, allow
3137 * it to override the default.
Andrew Lunn452503e2011-12-24 01:24:24 +01003138 */
Andrew Lunn9a43a022012-06-06 06:40:43 +00003139 mp->t_clk = 133000000;
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003140 mp->clk = devm_clk_get(&pdev->dev, NULL);
Andrew Lunn452503e2011-12-24 01:24:24 +01003141 if (!IS_ERR(mp->clk)) {
3142 clk_prepare_enable(mp->clk);
3143 mp->t_clk = clk_get_rate(mp->clk);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00003144 } else if (!IS_ERR(mp->shared->clk)) {
3145 mp->t_clk = clk_get_rate(mp->shared->clk);
Andrew Lunn452503e2011-12-24 01:24:24 +01003146 }
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003147
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003148 set_params(mp, pd);
Ben Hutchings206d6b32010-09-27 08:30:05 +00003149 netif_set_real_num_tx_queues(dev, mp->txq_count);
3150 netif_set_real_num_rx_queues(dev, mp->rxq_count);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003151
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003152 err = 0;
3153 if (pd->phy_node) {
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003154 phydev = of_phy_connect(mp->dev, pd->phy_node,
3155 mv643xx_eth_adjust_link, 0,
David S. Miller27058af2016-10-30 12:42:58 -04003156 get_phy_mode(mp));
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003157 if (!phydev)
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003158 err = -ENODEV;
Dan Carpenter6115c112013-11-13 10:52:47 +03003159 else
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003160 phy_addr_set(mp, phydev->mdio.addr);
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003161 } else if (pd->phy_addr != MV643XX_ETH_PHY_NONE) {
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003162 phydev = phy_scan(mp, pd->phy_addr);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003163
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003164 if (IS_ERR(phydev))
3165 err = PTR_ERR(phydev);
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003166 else
3167 phy_init(mp, pd->speed, pd->duplex);
Simon Baatz976c90b2013-03-24 10:34:00 +00003168 }
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003169 if (err == -ENODEV) {
3170 err = -EPROBE_DEFER;
3171 goto out;
3172 }
3173 if (err)
3174 goto out;
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00003175
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00003176 dev->ethtool_ops = &mv643xx_eth_ethtool_ops;
Lennert Buytenheked944932008-08-26 13:34:19 +02003177
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003178 init_pscr(mp, pd->speed, pd->duplex);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003179
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003180
3181 mib_counters_clear(mp);
3182
Vaishali Thakkar12d5e6f2015-06-01 09:36:02 +05303183 setup_timer(&mp->mib_counters_timer, mib_counters_timer_wrapper,
3184 (unsigned long)mp);
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003185 mp->mib_counters_timer.expires = jiffies + 30 * HZ;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003186
3187 spin_lock_init(&mp->mib_counters_lock);
3188
3189 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);
3190
Andrew Lunna3659aa2013-05-13 23:54:20 +00003191 netif_napi_add(dev, &mp->napi, mv643xx_eth_poll, NAPI_POLL_WEIGHT);
Lennert Buytenhek2257e052008-08-24 04:33:36 +02003192
Vaishali Thakkar12d5e6f2015-06-01 09:36:02 +05303193 setup_timer(&mp->rx_oom, oom_timer_wrapper, (unsigned long)mp);
Lennert Buytenhek2257e052008-08-24 04:33:36 +02003194
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003195
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196 res = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
3197 BUG_ON(!res);
3198 dev->irq = res->start;
3199
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003200 dev->netdev_ops = &mv643xx_eth_netdev_ops;
3201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 dev->watchdog_timeo = 2 * HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203 dev->base_addr = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03003205 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO;
Ezequiel Garcia4d48d582014-05-19 13:59:58 -03003206 dev->vlan_features = dev->features;
3207
3208 dev->features |= NETIF_F_RXCSUM;
3209 dev->hw_features = dev->features;
James Chapmanc28a4f82006-01-27 01:13:15 -07003210
Jiri Pirko01789342011-08-16 06:29:00 +00003211 dev->priv_flags |= IFF_UNICAST_FLT;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03003212 dev->gso_max_segs = MV643XX_MAX_TSO_SEGS;
Jiri Pirko01789342011-08-16 06:29:00 +00003213
Jarod Wilsond894be52016-10-20 13:55:16 -04003214 /* MTU range: 64 - 9500 */
3215 dev->min_mtu = 64;
3216 dev->max_mtu = 9500;
3217
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003218 if (mp->shared->win_protect)
3219 wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);
3220
Lennert Buytenheka5fe3612009-02-24 15:41:47 +00003221 netif_carrier_off(dev);
3222
Lennert Buytenhekb5e86db2009-04-08 15:42:46 -07003223 wrlp(mp, SDMA_CONFIG, PORT_SDMA_CONFIG_DEFAULT_VALUE);
3224
Lennert Buytenhek4fb0a542009-02-24 15:42:05 +00003225 set_rx_coal(mp, 250);
Lennert Buytenheka5fe3612009-02-24 15:41:47 +00003226 set_tx_coal(mp, 0);
3227
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228 err = register_netdev(dev);
3229 if (err)
3230 goto out;
3231
Joe Perches7542db82011-03-02 17:50:35 +00003232 netdev_notice(dev, "port %d with MAC address %pM\n",
3233 mp->port_num, dev->dev_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234
Lennert Buytenhek13d64282008-06-01 20:51:22 +02003235 if (mp->tx_desc_sram_size > 0)
Joe Perches7542db82011-03-02 17:50:35 +00003236 netdev_notice(dev, "configured with sram\n");
Nicolas DETb1529872005-10-28 17:46:30 -07003237
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238 return 0;
3239
3240out:
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003241 if (!IS_ERR(mp->clk))
Simon Baatzbaffab22012-07-19 00:04:09 +02003242 clk_disable_unprepare(mp->clk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243 free_netdev(dev);
3244
3245 return err;
3246}
3247
Russell King3ae5eae2005-11-09 22:32:44 +00003248static int mv643xx_eth_remove(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003250 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev);
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003251 struct net_device *dev = mp->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003253 unregister_netdev(mp->dev);
Philippe Reynes1e8a6552016-10-02 12:06:48 +02003254 if (dev->phydev)
3255 phy_disconnect(dev->phydev);
Tejun Heo23f333a2010-12-12 16:45:14 +01003256 cancel_work_sync(&mp->tx_timeout_task);
Andrew Lunn452503e2011-12-24 01:24:24 +01003257
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003258 if (!IS_ERR(mp->clk))
Andrew Lunn452503e2011-12-24 01:24:24 +01003259 clk_disable_unprepare(mp->clk);
Andrew Lunn9a43a022012-06-06 06:40:43 +00003260
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003261 free_netdev(mp->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263 return 0;
3264}
3265
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003266static void mv643xx_eth_shutdown(struct platform_device *pdev)
3267{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003268 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003269
3270 /* Mask all interrupts on ethernet port */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003271 wrlp(mp, INT_MASK, 0);
3272 rdlp(mp, INT_MASK);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003273
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003274 if (netif_running(mp->dev))
3275 port_reset(mp);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003276}
3277
Russell King3ae5eae2005-11-09 22:32:44 +00003278static struct platform_driver mv643xx_eth_driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003279 .probe = mv643xx_eth_probe,
3280 .remove = mv643xx_eth_remove,
3281 .shutdown = mv643xx_eth_shutdown,
Russell King3ae5eae2005-11-09 22:32:44 +00003282 .driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003283 .name = MV643XX_ETH_NAME,
Russell King3ae5eae2005-11-09 22:32:44 +00003284 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285};
3286
Thierry Reding3b5dde72015-12-02 17:30:29 +01003287static struct platform_driver * const drivers[] = {
3288 &mv643xx_eth_shared_driver,
3289 &mv643xx_eth_driver,
3290};
3291
Lennert Buytenheke5371492008-06-01 02:18:13 +02003292static int __init mv643xx_eth_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293{
Thierry Reding3b5dde72015-12-02 17:30:29 +01003294 return platform_register_drivers(drivers, ARRAY_SIZE(drivers));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295}
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003296module_init(mv643xx_eth_init_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297
Lennert Buytenheke5371492008-06-01 02:18:13 +02003298static void __exit mv643xx_eth_cleanup_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299{
Thierry Reding3b5dde72015-12-02 17:30:29 +01003300 platform_unregister_drivers(drivers, ARRAY_SIZE(drivers));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301}
Lennert Buytenheke5371492008-06-01 02:18:13 +02003302module_exit(mv643xx_eth_cleanup_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303
Lennert Buytenhek45675bc2008-06-02 02:02:30 +02003304MODULE_AUTHOR("Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, "
3305 "Manish Lachwani, Dale Farnsworth and Lennert Buytenhek");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306MODULE_DESCRIPTION("Ethernet driver for Marvell MV643XX");
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003307MODULE_LICENSE("GPL");
Kay Sievers72abb462008-04-18 13:50:44 -07003308MODULE_ALIAS("platform:" MV643XX_ETH_SHARED_NAME);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003309MODULE_ALIAS("platform:" MV643XX_ETH_NAME);