blob: 5b12022adf1f74fe47411615f6f622ef91c8840c [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 Buytenheked944932008-08-26 13:34:19 +0200387 struct phy_device *phy;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200388
Lennert Buytenhek4ff34952008-09-19 05:04:57 +0200389 struct timer_list mib_counters_timer;
390 spinlock_t mib_counters_lock;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200391 struct mib_counters mib_counters;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +0200392
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200393 struct work_struct tx_timeout_task;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200394
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200395 struct napi_struct napi;
Saeed Bisharae0ca8412009-05-06 03:02:01 +0000396 u32 int_mask;
Lennert Buytenhek1319eba2009-04-29 11:57:34 +0000397 u8 oom;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200398 u8 work_link;
399 u8 work_tx;
400 u8 work_tx_end;
401 u8 work_rx;
402 u8 work_rx_refill;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200403
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700404 int skb_size;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700405
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200406 /*
407 * RX state.
408 */
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000409 int rx_ring_size;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200410 unsigned long rx_desc_sram_addr;
411 int rx_desc_sram_size;
Lennert Buytenhekf7981c12008-08-26 10:23:22 +0200412 int rxq_count;
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200413 struct timer_list rx_oom;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200414 struct rx_queue rxq[8];
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200415
416 /*
417 * TX state.
418 */
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +0000419 int tx_ring_size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200420 unsigned long tx_desc_sram_addr;
421 int tx_desc_sram_size;
Lennert Buytenhekf7981c12008-08-26 10:23:22 +0200422 int txq_count;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200423 struct tx_queue txq[8];
Andrew Lunn452503e2011-12-24 01:24:24 +0100424
425 /*
426 * Hardware-specific parameters.
427 */
428 struct clk *clk;
429 unsigned int t_clk;
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200430};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431
Lennert Buytenhekfbd6a752007-10-19 16:03:46 +0200432
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200433/* port register accessors **************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +0200434static inline u32 rdl(struct mv643xx_eth_private *mp, int offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200436 return readl(mp->shared->base + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437}
438
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800439static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset)
440{
441 return readl(mp->base + offset);
442}
443
Lennert Buytenheke5371492008-06-01 02:18:13 +0200444static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200446 writel(data, mp->shared->base + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447}
448
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800449static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data)
450{
451 writel(data, mp->base + offset);
452}
453
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200454
455/* rxq/txq helper functions *************************************************/
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200456static struct mv643xx_eth_private *rxq_to_mp(struct rx_queue *rxq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457{
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200458 return container_of(rxq, struct mv643xx_eth_private, rxq[rxq->index]);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200459}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200461static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq)
462{
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200463 return container_of(txq, struct mv643xx_eth_private, txq[txq->index]);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200464}
465
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200466static void rxq_enable(struct rx_queue *rxq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200467{
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200468 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800469 wrlp(mp, RXQ_COMMAND, 1 << rxq->index);
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200470}
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -0700471
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200472static void rxq_disable(struct rx_queue *rxq)
473{
474 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +0200475 u8 mask = 1 << rxq->index;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200476
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800477 wrlp(mp, RXQ_COMMAND, mask << 8);
478 while (rdlp(mp, RXQ_COMMAND) & mask)
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200479 udelay(10);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200480}
481
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200482static void txq_reset_hw_ptr(struct tx_queue *txq)
483{
484 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200485 u32 addr;
486
487 addr = (u32)txq->tx_desc_dma;
488 addr += txq->tx_curr_desc * sizeof(struct tx_desc);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800489 wrlp(mp, TXQ_CURRENT_DESC_PTR(txq->index), addr);
Lennert Buytenhek6b368f62008-07-11 19:38:34 +0200490}
491
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200492static void txq_enable(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200493{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200494 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800495 wrlp(mp, TXQ_COMMAND, 1 << txq->index);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200496}
497
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200498static void txq_disable(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200499{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200500 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200501 u8 mask = 1 << txq->index;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200502
Lennert Buytenhek37a60842008-11-20 03:57:36 -0800503 wrlp(mp, TXQ_COMMAND, mask << 8);
504 while (rdlp(mp, TXQ_COMMAND) & mask)
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200505 udelay(10);
506}
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200507
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200508static void txq_maybe_wake(struct tx_queue *txq)
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200509{
510 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +0200511 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +0200512
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200513 if (netif_tx_queue_stopped(nq)) {
514 __netif_tx_lock(nq, smp_processor_id());
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300515 if (txq->tx_desc_count <= txq->tx_wake_threshold)
Lennert Buytenhek8fd89212008-08-28 08:26:28 +0200516 netif_tx_wake_queue(nq);
517 __netif_tx_unlock(nq);
518 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200519}
520
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200521static int rxq_process(struct rx_queue *rxq, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522{
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200523 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
524 struct net_device_stats *stats = &mp->dev->stats;
525 int rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200527 rx = 0;
Lennert Buytenhek9e1f3772008-08-24 02:33:47 +0200528 while (rx < budget && rxq->rx_desc_count) {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200529 struct rx_desc *rx_desc;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200530 unsigned int cmd_sts;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200531 struct sk_buff *skb;
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200532 u16 byte_cnt;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200533
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200534 rx_desc = &rxq->rx_desc_area[rxq->rx_curr_desc];
Lennert Buytenhek96587662008-06-01 10:31:56 +0200535
536 cmd_sts = rx_desc->cmd_sts;
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200537 if (cmd_sts & BUFFER_OWNED_BY_DMA)
Lennert Buytenhek96587662008-06-01 10:31:56 +0200538 break;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200539 rmb();
540
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200541 skb = rxq->rx_skb[rxq->rx_curr_desc];
542 rxq->rx_skb[rxq->rx_curr_desc] = NULL;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200543
Lennert Buytenhek9da78742008-08-23 23:45:28 +0200544 rxq->rx_curr_desc++;
545 if (rxq->rx_curr_desc == rxq->rx_ring_size)
546 rxq->rx_curr_desc = 0;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200547
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700548 dma_unmap_single(mp->dev->dev.parent, rx_desc->buf_ptr,
Lennert Buytenhekabe78712008-08-24 03:00:20 +0200549 rx_desc->buf_size, DMA_FROM_DEVICE);
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200550 rxq->rx_desc_count--;
551 rx++;
Dale Farnsworthb1dd9ca2005-09-01 09:59:23 -0700552
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200553 mp->work_rx_refill |= 1 << rxq->index;
554
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200555 byte_cnt = rx_desc->byte_cnt;
556
Dale Farnsworth468d09f2006-03-03 10:04:39 -0700557 /*
558 * Update statistics.
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200559 *
560 * Note that the descriptor byte count includes 2 dummy
561 * bytes automatically inserted by the hardware at the
562 * start of the packet (which we don't count), and a 4
563 * byte CRC at the end of the packet (which we do count).
Dale Farnsworth468d09f2006-03-03 10:04:39 -0700564 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 stats->rx_packets++;
Lennert Buytenhek6b8f90c2008-09-14 15:50:32 +0200566 stats->rx_bytes += byte_cnt - 2;
Lennert Buytenhek96587662008-06-01 10:31:56 +0200567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 /*
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200569 * In case we received a packet without first / last bits
570 * on, or the error summary bit is set, the packet needs
571 * to be dropped.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 */
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800573 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY))
574 != (RX_FIRST_DESC | RX_LAST_DESC))
575 goto err;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200576
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800577 /*
578 * The -4 is for the CRC in the trailer of the
579 * received packet
580 */
581 skb_put(skb, byte_cnt - 2 - 4);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200582
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800583 if (cmd_sts & LAYER_4_CHECKSUM_OK)
584 skb->ip_summed = CHECKSUM_UNNECESSARY;
585 skb->protocol = eth_type_trans(skb, mp->dev);
Lennert Buytenhekeaf5d592009-02-12 14:08:39 +0000586
Sebastian Hesselbarth3619eb82013-04-11 23:20:00 +0000587 napi_gro_receive(&mp->napi, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800589 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800591err:
592 stats->rx_dropped++;
593
594 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) !=
595 (RX_FIRST_DESC | RX_LAST_DESC)) {
596 if (net_ratelimit())
Joe Perches7542db82011-03-02 17:50:35 +0000597 netdev_err(mp->dev,
598 "received packet spanning multiple descriptors\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 }
Lennert Buytenhekf61e5542008-11-20 03:58:46 -0800600
601 if (cmd_sts & ERROR_SUMMARY)
602 stats->rx_errors++;
603
604 dev_kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 }
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +0200606
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200607 if (rx < budget)
608 mp->work_rx &= ~(1 << rxq->index);
609
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200610 return rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611}
612
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200613static int rxq_refill(struct rx_queue *rxq, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614{
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200615 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200616 int refilled;
Lennert Buytenhek8a578112008-06-01 18:09:35 +0200617
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200618 refilled = 0;
619 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) {
620 struct sk_buff *skb;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200621 int rx;
Lennert Buytenhek53771522008-11-20 03:59:04 -0800622 struct rx_desc *rx_desc;
Saeed Bishara530e5572010-01-05 09:15:32 +0000623 int size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
Eric Dumazetacb600d2012-10-05 06:23:55 +0000625 skb = netdev_alloc_skb(mp->dev, mp->skb_size);
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -0700626
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200627 if (skb == NULL) {
Lennert Buytenhek1319eba2009-04-29 11:57:34 +0000628 mp->oom = 1;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200629 goto oom;
630 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +0000632 if (SKB_DMA_REALIGN)
633 skb_reserve(skb, SKB_DMA_REALIGN);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200634
635 refilled++;
636 rxq->rx_desc_count++;
637
638 rx = rxq->rx_used_desc++;
639 if (rxq->rx_used_desc == rxq->rx_ring_size)
640 rxq->rx_used_desc = 0;
641
Lennert Buytenhek53771522008-11-20 03:59:04 -0800642 rx_desc = rxq->rx_desc_area + rx;
643
Isaku Yamahata18f1d052013-06-14 17:58:33 +0900644 size = skb_end_pointer(skb) - skb->data;
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700645 rx_desc->buf_ptr = dma_map_single(mp->dev->dev.parent,
Saeed Bishara530e5572010-01-05 09:15:32 +0000646 skb->data, size,
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700647 DMA_FROM_DEVICE);
Saeed Bishara530e5572010-01-05 09:15:32 +0000648 rx_desc->buf_size = size;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200649 rxq->rx_skb[rx] = skb;
650 wmb();
Lennert Buytenhek53771522008-11-20 03:59:04 -0800651 rx_desc->cmd_sts = BUFFER_OWNED_BY_DMA | RX_ENABLE_INTERRUPT;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200652 wmb();
653
654 /*
655 * The hardware automatically prepends 2 bytes of
656 * dummy data to each received packet, so that the
657 * IP header ends up 16-byte aligned.
658 */
659 skb_reserve(skb, 2);
Lennert Buytenhek2257e052008-08-24 04:33:36 +0200660 }
661
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200662 if (refilled < budget)
663 mp->work_rx_refill &= ~(1 << rxq->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +0200665oom:
666 return refilled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +0200669
670/* tx ***********************************************************************/
Paul Janzenf7ea3332006-01-16 16:52:13 -0700671static inline unsigned int has_tiny_unaligned_frags(struct sk_buff *skb)
672{
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200673 int frag;
Paul Janzenf7ea3332006-01-16 16:52:13 -0700674
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700675 for (frag = 0; frag < skb_shinfo(skb)->nr_frags; frag++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +0000676 const skb_frag_t *fragp = &skb_shinfo(skb)->frags[frag];
677
678 if (skb_frag_size(fragp) <= 8 && fragp->page_offset & 7)
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700679 return 1;
680 }
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200681
Dale Farnsworthb4de9052006-01-27 01:04:43 -0700682 return 0;
Paul Janzenf7ea3332006-01-16 16:52:13 -0700683}
684
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300685static inline __be16 sum16_as_be(__sum16 sum)
686{
687 return (__force __be16)sum;
688}
689
690static int skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb,
691 u16 *l4i_chk, u32 *command, int length)
692{
693 int ret;
694 u32 cmd = 0;
695
696 if (skb->ip_summed == CHECKSUM_PARTIAL) {
697 int hdr_len;
698 int tag_bytes;
699
700 BUG_ON(skb->protocol != htons(ETH_P_IP) &&
701 skb->protocol != htons(ETH_P_8021Q));
702
703 hdr_len = (void *)ip_hdr(skb) - (void *)skb->data;
704 tag_bytes = hdr_len - ETH_HLEN;
705
706 if (length - hdr_len > mp->shared->tx_csum_limit ||
707 unlikely(tag_bytes & ~12)) {
708 ret = skb_checksum_help(skb);
709 if (!ret)
710 goto no_csum;
711 return ret;
712 }
713
714 if (tag_bytes & 4)
715 cmd |= MAC_HDR_EXTRA_4_BYTES;
716 if (tag_bytes & 8)
717 cmd |= MAC_HDR_EXTRA_8_BYTES;
718
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300719 cmd |= GEN_TCP_UDP_CHECKSUM | GEN_TCP_UDP_CHK_FULL |
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300720 GEN_IP_V4_CHECKSUM |
721 ip_hdr(skb)->ihl << TX_IHL_SHIFT;
722
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300723 /* TODO: Revisit this. With the usage of GEN_TCP_UDP_CHK_FULL
724 * it seems we don't need to pass the initial checksum. */
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300725 switch (ip_hdr(skb)->protocol) {
726 case IPPROTO_UDP:
727 cmd |= UDP_FRAME;
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300728 *l4i_chk = 0;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300729 break;
730 case IPPROTO_TCP:
Ezequiel Garcia84411f72014-05-19 13:59:57 -0300731 *l4i_chk = 0;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300732 break;
733 default:
734 WARN(1, "protocol not supported");
735 }
736 } else {
737no_csum:
738 /* Errata BTS #50, IHL must be 5 if no HW checksum */
739 cmd |= 5 << TX_IHL_SHIFT;
740 }
741 *command = cmd;
742 return 0;
743}
744
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300745static inline int
746txq_put_data_tso(struct net_device *dev, struct tx_queue *txq,
747 struct sk_buff *skb, char *data, int length,
748 bool last_tcp, bool is_last)
749{
750 int tx_index;
751 u32 cmd_sts;
752 struct tx_desc *desc;
753
754 tx_index = txq->tx_curr_desc++;
755 if (txq->tx_curr_desc == txq->tx_ring_size)
756 txq->tx_curr_desc = 0;
757 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300758 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300759
760 desc->l4i_chk = 0;
761 desc->byte_cnt = length;
Philipp Kirchhofer91986fd2015-10-18 16:02:43 +0200762
763 if (length <= 8 && (uintptr_t)data & 0x7) {
764 /* Copy unaligned small data fragment to TSO header data area */
Nicolas Schichan3b896242016-01-26 16:12:35 +0100765 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE,
Philipp Kirchhofer91986fd2015-10-18 16:02:43 +0200766 data, length);
767 desc->buf_ptr = txq->tso_hdrs_dma
Nicolas Schichan3b896242016-01-26 16:12:35 +0100768 + tx_index * TSO_HEADER_SIZE;
Philipp Kirchhofer91986fd2015-10-18 16:02:43 +0200769 } else {
770 /* Alignment is okay, map buffer and hand off to hardware */
771 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE;
772 desc->buf_ptr = dma_map_single(dev->dev.parent, data,
773 length, DMA_TO_DEVICE);
774 if (unlikely(dma_mapping_error(dev->dev.parent,
775 desc->buf_ptr))) {
776 WARN(1, "dma_map_single failed!\n");
777 return -ENOMEM;
778 }
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300779 }
780
781 cmd_sts = BUFFER_OWNED_BY_DMA;
782 if (last_tcp) {
783 /* last descriptor in the TCP packet */
784 cmd_sts |= ZERO_PADDING | TX_LAST_DESC;
785 /* last descriptor in SKB */
786 if (is_last)
787 cmd_sts |= TX_ENABLE_INTERRUPT;
788 }
789 desc->cmd_sts = cmd_sts;
790 return 0;
791}
792
793static inline void
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200794txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length,
795 u32 *first_cmd_sts, bool first_desc)
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300796{
797 struct mv643xx_eth_private *mp = txq_to_mp(txq);
798 int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
799 int tx_index;
800 struct tx_desc *desc;
801 int ret;
802 u32 cmd_csum = 0;
803 u16 l4i_chk = 0;
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200804 u32 cmd_sts;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300805
806 tx_index = txq->tx_curr_desc;
807 desc = &txq->tx_desc_area[tx_index];
808
809 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length);
810 if (ret)
811 WARN(1, "failed to prepare checksum!");
812
813 /* Should we set this? Can't use the value from skb_tx_csum()
814 * as it's not the correct initial L4 checksum to use. */
815 desc->l4i_chk = 0;
816
817 desc->byte_cnt = hdr_len;
818 desc->buf_ptr = txq->tso_hdrs_dma +
819 txq->tx_curr_desc * TSO_HEADER_SIZE;
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200820 cmd_sts = cmd_csum | BUFFER_OWNED_BY_DMA | TX_FIRST_DESC |
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300821 GEN_CRC;
822
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200823 /* Defer updating the first command descriptor until all
824 * following descriptors have been written.
825 */
826 if (first_desc)
827 *first_cmd_sts = cmd_sts;
828 else
829 desc->cmd_sts = cmd_sts;
830
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300831 txq->tx_curr_desc++;
832 if (txq->tx_curr_desc == txq->tx_ring_size)
833 txq->tx_curr_desc = 0;
834}
835
836static int txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb,
837 struct net_device *dev)
838{
839 struct mv643xx_eth_private *mp = txq_to_mp(txq);
840 int total_len, data_left, ret;
841 int desc_count = 0;
842 struct tso_t tso;
843 int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200844 struct tx_desc *first_tx_desc;
845 u32 first_cmd_sts = 0;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300846
847 /* Count needed descriptors */
848 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) {
849 netdev_dbg(dev, "not enough descriptors for TSO!\n");
850 return -EBUSY;
851 }
852
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200853 first_tx_desc = &txq->tx_desc_area[txq->tx_curr_desc];
854
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300855 /* Initialize the TSO handler, and prepare the first payload */
856 tso_start(skb, &tso);
857
858 total_len = skb->len - hdr_len;
859 while (total_len > 0) {
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200860 bool first_desc = (desc_count == 0);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300861 char *hdr;
862
863 data_left = min_t(int, skb_shinfo(skb)->gso_size, total_len);
864 total_len -= data_left;
865 desc_count++;
866
867 /* prepare packet headers: MAC + IP + TCP */
868 hdr = txq->tso_hdrs + txq->tx_curr_desc * TSO_HEADER_SIZE;
869 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0);
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200870 txq_put_hdr_tso(skb, txq, data_left, &first_cmd_sts,
871 first_desc);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300872
873 while (data_left > 0) {
874 int size;
875 desc_count++;
876
877 size = min_t(int, tso.size, data_left);
878 ret = txq_put_data_tso(dev, txq, skb, tso.data, size,
879 size == data_left,
880 total_len == 0);
881 if (ret)
882 goto err_release;
883 data_left -= size;
884 tso_build_data(skb, &tso, size);
885 }
886 }
887
888 __skb_queue_tail(&txq->tx_skb, skb);
889 skb_tx_timestamp(skb);
890
Philipp Kirchhofer968200f2015-10-18 16:02:44 +0200891 /* ensure all other descriptors are written before first cmd_sts */
892 wmb();
893 first_tx_desc->cmd_sts = first_cmd_sts;
894
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -0300895 /* clear TX_END status */
896 mp->work_tx_end &= ~(1 << txq->index);
897
898 /* ensure all descriptors are written before poking hardware */
899 wmb();
900 txq_enable(txq);
901 txq->tx_desc_count += desc_count;
902 return 0;
903err_release:
904 /* TODO: Release all used data descriptors; header descriptors must not
905 * be DMA-unmapped.
906 */
907 return ret;
908}
909
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200910static void txq_submit_frag_skb(struct tx_queue *txq, struct sk_buff *skb)
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700911{
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700912 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200913 int nr_frags = skb_shinfo(skb)->nr_frags;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700914 int frag;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700915
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200916 for (frag = 0; frag < nr_frags; frag++) {
917 skb_frag_t *this_frag;
918 int tx_index;
919 struct tx_desc *desc;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700920
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200921 this_frag = &skb_shinfo(skb)->frags[frag];
Lennert Buytenhek66823b92008-11-20 03:58:09 -0800922 tx_index = txq->tx_curr_desc++;
923 if (txq->tx_curr_desc == txq->tx_ring_size)
924 txq->tx_curr_desc = 0;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200925 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300926 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_PAGE;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700927
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200928 /*
929 * The last fragment will generate an interrupt
930 * which will free the skb on TX completion.
931 */
932 if (frag == nr_frags - 1) {
933 desc->cmd_sts = BUFFER_OWNED_BY_DMA |
934 ZERO_PADDING | TX_LAST_DESC |
935 TX_ENABLE_INTERRUPT;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200936 } else {
937 desc->cmd_sts = BUFFER_OWNED_BY_DMA;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200938 }
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700939
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700940 desc->l4i_chk = 0;
Eric Dumazet9e903e02011-10-18 21:00:24 +0000941 desc->byte_cnt = skb_frag_size(this_frag);
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300942 desc->buf_ptr = skb_frag_dma_map(mp->dev->dev.parent,
943 this_frag, 0, desc->byte_cnt,
944 DMA_TO_DEVICE);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700945 }
946}
947
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300948static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb,
949 struct net_device *dev)
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700950{
Lennert Buytenhek8fa89bf2008-07-14 22:56:55 +0200951 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200952 int nr_frags = skb_shinfo(skb)->nr_frags;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700953 int tx_index;
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200954 struct tx_desc *desc;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700955 u32 cmd_sts;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200956 u16 l4i_chk;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300957 int length, ret;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700958
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300959 cmd_sts = 0;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200960 l4i_chk = 0;
961
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300962 if (txq->tx_ring_size - txq->tx_desc_count < MAX_SKB_FRAGS + 1) {
963 if (net_ratelimit())
964 netdev_err(dev, "tx queue full?!\n");
965 return -EBUSY;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200966 }
Ezequiel Garciaee9e4952014-05-30 13:40:09 -0300967
968 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_sts, skb->len);
969 if (ret)
970 return ret;
Ezequiel Garcia0a8fa932014-05-19 13:59:56 -0300971 cmd_sts |= TX_FIRST_DESC | GEN_CRC | BUFFER_OWNED_BY_DMA;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700972
Lennert Buytenhek66823b92008-11-20 03:58:09 -0800973 tx_index = txq->tx_curr_desc++;
974 if (txq->tx_curr_desc == txq->tx_ring_size)
975 txq->tx_curr_desc = 0;
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200976 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -0300977 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700978
Dale Farnsworthff561ee2006-03-03 10:02:51 -0700979 if (nr_frags) {
Lennert Buytenhek13d64282008-06-01 20:51:22 +0200980 txq_submit_frag_skb(txq, skb);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700981 length = skb_headlen(skb);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700982 } else {
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +0200983 cmd_sts |= ZERO_PADDING | TX_LAST_DESC | TX_ENABLE_INTERRUPT;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700984 length = skb->len;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700985 }
986
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +0200987 desc->l4i_chk = l4i_chk;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700988 desc->byte_cnt = length;
Gabriel Pauberteb0519b2009-05-17 21:16:47 -0700989 desc->buf_ptr = dma_map_single(mp->dev->dev.parent, skb->data,
990 length, DMA_TO_DEVICE);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700991
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +0200992 __skb_queue_tail(&txq->tx_skb, skb);
993
Richard Cochran3b182d72011-06-21 16:01:11 -0700994 skb_tx_timestamp(skb);
995
Dale Farnsworthc8aaea22006-03-03 10:02:05 -0700996 /* ensure all other descriptors are written before first cmd_sts */
997 wmb();
998 desc->cmd_sts = cmd_sts;
999
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001000 /* clear TX_END status */
1001 mp->work_tx_end &= ~(1 << txq->index);
Lennert Buytenhek8fa89bf2008-07-14 22:56:55 +02001002
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001003 /* ensure all descriptors are written before poking hardware */
1004 wmb();
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001005 txq_enable(txq);
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001006
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001007 txq->tx_desc_count += nr_frags + 1;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001008
1009 return 0;
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001010}
1011
Denis Kirjanov0ccfe642009-11-29 17:04:31 -08001012static netdev_tx_t mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001014 struct mv643xx_eth_private *mp = netdev_priv(dev);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03001015 int length, queue, ret;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02001016 struct tx_queue *txq;
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02001017 struct netdev_queue *nq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001019 queue = skb_get_queue_mapping(skb);
1020 txq = mp->txq + queue;
1021 nq = netdev_get_tx_queue(dev, queue);
1022
Lennert Buytenhek4d64e712008-03-18 11:32:41 -07001023 if (has_tiny_unaligned_frags(skb) && __skb_linearize(skb)) {
Joe Perches7542db82011-03-02 17:50:35 +00001024 netdev_printk(KERN_DEBUG, dev,
1025 "failed to linearize skb with tiny unaligned fragment\n");
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -07001026 return NETDEV_TX_BUSY;
Dale Farnsworth94843562006-04-11 18:24:26 -07001027 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
Richard Cochran73151ce2011-06-21 16:00:24 -07001029 length = skb->len;
1030
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03001031 if (skb_is_gso(skb))
1032 ret = txq_submit_tso(txq, skb, dev);
1033 else
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001034 ret = txq_submit_skb(txq, skb, dev);
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03001035 if (!ret) {
Richard Cochran73151ce2011-06-21 16:00:24 -07001036 txq->tx_bytes += length;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001037 txq->tx_packets++;
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001038
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001039 if (txq->tx_desc_count >= txq->tx_stop_threshold)
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001040 netif_tx_stop_queue(nq);
Ezequiel Garciadd116802014-05-30 13:40:08 -03001041 } else {
1042 txq->tx_dropped++;
1043 dev_kfree_skb_any(skb);
Lennert Buytenhek4df89bd2008-09-19 04:05:00 +02001044 }
Dale Farnsworthc8aaea22006-03-03 10:02:05 -07001045
Lennert Buytenhekc0d0f2c2008-03-18 11:34:34 -07001046 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047}
1048
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001049
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001050/* tx napi ******************************************************************/
1051static void txq_kick(struct tx_queue *txq)
1052{
1053 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001054 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001055 u32 hw_desc_ptr;
1056 u32 expected_ptr;
1057
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001058 __netif_tx_lock(nq, smp_processor_id());
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001059
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001060 if (rdlp(mp, TXQ_COMMAND) & (1 << txq->index))
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001061 goto out;
1062
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001063 hw_desc_ptr = rdlp(mp, TXQ_CURRENT_DESC_PTR(txq->index));
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001064 expected_ptr = (u32)txq->tx_desc_dma +
1065 txq->tx_curr_desc * sizeof(struct tx_desc);
1066
1067 if (hw_desc_ptr != expected_ptr)
1068 txq_enable(txq);
1069
1070out:
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001071 __netif_tx_unlock(nq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001072
1073 mp->work_tx_end &= ~(1 << txq->index);
1074}
1075
1076static int txq_reclaim(struct tx_queue *txq, int budget, int force)
1077{
1078 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001079 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001080 int reclaimed;
1081
Russell King3aefe2b2013-05-16 06:31:42 +00001082 __netif_tx_lock_bh(nq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001083
1084 reclaimed = 0;
1085 while (reclaimed < budget && txq->tx_desc_count > 0) {
1086 int tx_index;
1087 struct tx_desc *desc;
1088 u32 cmd_sts;
Ezequiel Garcia9e911412015-01-22 11:33:02 -03001089 char desc_dma_map;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001090
1091 tx_index = txq->tx_used_desc;
1092 desc = &txq->tx_desc_area[tx_index];
Ezequiel Garcia9e911412015-01-22 11:33:02 -03001093 desc_dma_map = txq->tx_desc_mapping[tx_index];
1094
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001095 cmd_sts = desc->cmd_sts;
1096
1097 if (cmd_sts & BUFFER_OWNED_BY_DMA) {
1098 if (!force)
1099 break;
1100 desc->cmd_sts = cmd_sts & ~BUFFER_OWNED_BY_DMA;
1101 }
1102
1103 txq->tx_used_desc = tx_index + 1;
1104 if (txq->tx_used_desc == txq->tx_ring_size)
1105 txq->tx_used_desc = 0;
1106
1107 reclaimed++;
1108 txq->tx_desc_count--;
1109
Ezequiel Garcia9e911412015-01-22 11:33:02 -03001110 if (!IS_TSO_HEADER(txq, desc->buf_ptr)) {
1111
1112 if (desc_dma_map == DESC_DMA_MAP_PAGE)
1113 dma_unmap_page(mp->dev->dev.parent,
1114 desc->buf_ptr,
1115 desc->byte_cnt,
1116 DMA_TO_DEVICE);
1117 else
1118 dma_unmap_single(mp->dev->dev.parent,
1119 desc->buf_ptr,
1120 desc->byte_cnt,
1121 DMA_TO_DEVICE);
1122 }
Karl Beldan2c2a9cb2014-11-05 15:32:59 +01001123
1124 if (cmd_sts & TX_ENABLE_INTERRUPT) {
1125 struct sk_buff *skb = __skb_dequeue(&txq->tx_skb);
1126
1127 if (!WARN_ON(!skb))
1128 dev_kfree_skb(skb);
1129 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001130
1131 if (cmd_sts & ERROR_SUMMARY) {
Joe Perches7542db82011-03-02 17:50:35 +00001132 netdev_info(mp->dev, "tx error\n");
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001133 mp->dev->stats.tx_errors++;
1134 }
1135
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001136 }
1137
Russell King3aefe2b2013-05-16 06:31:42 +00001138 __netif_tx_unlock_bh(nq);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001139
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001140 if (reclaimed < budget)
1141 mp->work_tx &= ~(1 << txq->index);
1142
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02001143 return reclaimed;
1144}
1145
1146
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001147/* tx rate control **********************************************************/
1148/*
1149 * Set total maximum TX rate (shared by all TX queues for this port)
1150 * to 'rate' bits per second, with a maximum burst of 'burst' bytes.
1151 */
1152static void tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst)
1153{
1154 int token_rate;
1155 int mtu;
1156 int bucket_size;
1157
Andrew Lunn452503e2011-12-24 01:24:24 +01001158 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001159 if (token_rate > 1023)
1160 token_rate = 1023;
1161
1162 mtu = (mp->dev->mtu + 255) >> 8;
1163 if (mtu > 63)
1164 mtu = 63;
1165
1166 bucket_size = (burst + 255) >> 8;
1167 if (bucket_size > 65535)
1168 bucket_size = 65535;
1169
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001170 switch (mp->shared->tx_bw_control) {
1171 case TX_BW_CONTROL_OLD_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001172 wrlp(mp, TX_BW_RATE, token_rate);
1173 wrlp(mp, TX_BW_MTU, mtu);
1174 wrlp(mp, TX_BW_BURST, bucket_size);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001175 break;
1176 case TX_BW_CONTROL_NEW_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001177 wrlp(mp, TX_BW_RATE_MOVED, token_rate);
1178 wrlp(mp, TX_BW_MTU_MOVED, mtu);
1179 wrlp(mp, TX_BW_BURST_MOVED, bucket_size);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001180 break;
Lennert Buytenhek1e881592008-06-02 01:57:36 +02001181 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001182}
1183
1184static void txq_set_rate(struct tx_queue *txq, int rate, int burst)
1185{
1186 struct mv643xx_eth_private *mp = txq_to_mp(txq);
1187 int token_rate;
1188 int bucket_size;
1189
Andrew Lunn452503e2011-12-24 01:24:24 +01001190 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001191 if (token_rate > 1023)
1192 token_rate = 1023;
1193
1194 bucket_size = (burst + 255) >> 8;
1195 if (bucket_size > 65535)
1196 bucket_size = 65535;
1197
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001198 wrlp(mp, TXQ_BW_TOKENS(txq->index), token_rate << 14);
1199 wrlp(mp, TXQ_BW_CONF(txq->index), (bucket_size << 10) | token_rate);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001200}
1201
1202static void txq_set_fixed_prio_mode(struct tx_queue *txq)
1203{
1204 struct mv643xx_eth_private *mp = txq_to_mp(txq);
1205 int off;
1206 u32 val;
1207
1208 /*
1209 * Turn on fixed priority mode.
1210 */
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001211 off = 0;
1212 switch (mp->shared->tx_bw_control) {
1213 case TX_BW_CONTROL_OLD_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001214 off = TXQ_FIX_PRIO_CONF;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001215 break;
1216 case TX_BW_CONTROL_NEW_LAYOUT:
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001217 off = TXQ_FIX_PRIO_CONF_MOVED;
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001218 break;
1219 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001220
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001221 if (off) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001222 val = rdlp(mp, off);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001223 val |= 1 << txq->index;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001224 wrlp(mp, off, val);
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02001225 }
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001226}
1227
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02001228
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001229/* mii management interface *************************************************/
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001230static void mv643xx_eth_adjust_link(struct net_device *dev)
Phil Sutter260055b2013-03-06 07:49:02 +00001231{
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001232 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001233 u32 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
1234 u32 autoneg_disable = FORCE_LINK_PASS |
1235 DISABLE_AUTO_NEG_SPEED_GMII |
1236 DISABLE_AUTO_NEG_FOR_FLOW_CTRL |
1237 DISABLE_AUTO_NEG_FOR_DUPLEX;
1238
1239 if (mp->phy->autoneg == AUTONEG_ENABLE) {
1240 /* enable auto negotiation */
1241 pscr &= ~autoneg_disable;
1242 goto out_write;
1243 }
1244
1245 pscr |= autoneg_disable;
1246
1247 if (mp->phy->speed == SPEED_1000) {
1248 /* force gigabit, half duplex not supported */
1249 pscr |= SET_GMII_SPEED_TO_1000;
1250 pscr |= SET_FULL_DUPLEX_MODE;
1251 goto out_write;
1252 }
1253
1254 pscr &= ~SET_GMII_SPEED_TO_1000;
1255
1256 if (mp->phy->speed == SPEED_100)
1257 pscr |= SET_MII_SPEED_TO_100;
1258 else
1259 pscr &= ~SET_MII_SPEED_TO_100;
1260
1261 if (mp->phy->duplex == DUPLEX_FULL)
1262 pscr |= SET_FULL_DUPLEX_MODE;
1263 else
1264 pscr &= ~SET_FULL_DUPLEX_MODE;
1265
1266out_write:
1267 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
1268}
1269
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001270/* statistics ***************************************************************/
1271static struct net_device_stats *mv643xx_eth_get_stats(struct net_device *dev)
1272{
1273 struct mv643xx_eth_private *mp = netdev_priv(dev);
1274 struct net_device_stats *stats = &dev->stats;
1275 unsigned long tx_packets = 0;
1276 unsigned long tx_bytes = 0;
1277 unsigned long tx_dropped = 0;
1278 int i;
1279
1280 for (i = 0; i < mp->txq_count; i++) {
1281 struct tx_queue *txq = mp->txq + i;
1282
1283 tx_packets += txq->tx_packets;
1284 tx_bytes += txq->tx_bytes;
1285 tx_dropped += txq->tx_dropped;
1286 }
1287
1288 stats->tx_packets = tx_packets;
1289 stats->tx_bytes = tx_bytes;
1290 stats->tx_dropped = tx_dropped;
1291
1292 return stats;
1293}
1294
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001295static inline u32 mib_read(struct mv643xx_eth_private *mp, int offset)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001296{
Lennert Buytenhek3cb4667c2008-06-01 01:03:23 +02001297 return rdl(mp, MIB_COUNTERS(mp->port_num) + offset);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001298}
1299
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001300static void mib_counters_clear(struct mv643xx_eth_private *mp)
1301{
1302 int i;
1303
1304 for (i = 0; i < 0x80; i += 4)
1305 mib_read(mp, i);
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001306
1307 /* Clear non MIB hw counters also */
1308 rdlp(mp, RX_DISCARD_FRAME_CNT);
1309 rdlp(mp, RX_OVERRUN_FRAME_CNT);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001310}
1311
1312static void mib_counters_update(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001313{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001314 struct mib_counters *p = &mp->mib_counters;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001315
Sebastian Siewior57e8f262009-02-16 11:28:15 +00001316 spin_lock_bh(&mp->mib_counters_lock);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001317 p->good_octets_received += mib_read(mp, 0x00);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001318 p->bad_octets_received += mib_read(mp, 0x08);
1319 p->internal_mac_transmit_err += mib_read(mp, 0x0c);
1320 p->good_frames_received += mib_read(mp, 0x10);
1321 p->bad_frames_received += mib_read(mp, 0x14);
1322 p->broadcast_frames_received += mib_read(mp, 0x18);
1323 p->multicast_frames_received += mib_read(mp, 0x1c);
1324 p->frames_64_octets += mib_read(mp, 0x20);
1325 p->frames_65_to_127_octets += mib_read(mp, 0x24);
1326 p->frames_128_to_255_octets += mib_read(mp, 0x28);
1327 p->frames_256_to_511_octets += mib_read(mp, 0x2c);
1328 p->frames_512_to_1023_octets += mib_read(mp, 0x30);
1329 p->frames_1024_to_max_octets += mib_read(mp, 0x34);
1330 p->good_octets_sent += mib_read(mp, 0x38);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001331 p->good_frames_sent += mib_read(mp, 0x40);
1332 p->excessive_collision += mib_read(mp, 0x44);
1333 p->multicast_frames_sent += mib_read(mp, 0x48);
1334 p->broadcast_frames_sent += mib_read(mp, 0x4c);
1335 p->unrec_mac_control_received += mib_read(mp, 0x50);
1336 p->fc_sent += mib_read(mp, 0x54);
1337 p->good_fc_received += mib_read(mp, 0x58);
1338 p->bad_fc_received += mib_read(mp, 0x5c);
1339 p->undersize_received += mib_read(mp, 0x60);
1340 p->fragments_received += mib_read(mp, 0x64);
1341 p->oversize_received += mib_read(mp, 0x68);
1342 p->jabber_received += mib_read(mp, 0x6c);
1343 p->mac_receive_error += mib_read(mp, 0x70);
1344 p->bad_crc_event += mib_read(mp, 0x74);
1345 p->collision += mib_read(mp, 0x78);
1346 p->late_collision += mib_read(mp, 0x7c);
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001347 /* Non MIB hardware counters */
1348 p->rx_discard += rdlp(mp, RX_DISCARD_FRAME_CNT);
1349 p->rx_overrun += rdlp(mp, RX_OVERRUN_FRAME_CNT);
Sebastian Siewior57e8f262009-02-16 11:28:15 +00001350 spin_unlock_bh(&mp->mib_counters_lock);
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02001351}
1352
1353static void mib_counters_timer_wrapper(unsigned long _mp)
1354{
1355 struct mv643xx_eth_private *mp = (void *)_mp;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02001356 mib_counters_update(mp);
Sebastian Hesselbarth041b4dd2013-10-02 12:57:20 +02001357 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001358}
1359
1360
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001361/* interrupt coalescing *****************************************************/
1362/*
1363 * Hardware coalescing parameters are set in units of 64 t_clk
1364 * cycles. I.e.:
1365 *
1366 * coal_delay_in_usec = 64000000 * register_value / t_clk_rate
1367 *
1368 * register_value = coal_delay_in_usec * t_clk_rate / 64000000
1369 *
1370 * In the ->set*() methods, we round the computed register value
1371 * to the nearest integer.
1372 */
1373static unsigned int get_rx_coal(struct mv643xx_eth_private *mp)
1374{
1375 u32 val = rdlp(mp, SDMA_CONFIG);
1376 u64 temp;
1377
1378 if (mp->shared->extended_rx_coal_limit)
1379 temp = ((val & 0x02000000) >> 10) | ((val & 0x003fff80) >> 7);
1380 else
1381 temp = (val & 0x003fff00) >> 8;
1382
1383 temp *= 64000000;
Russell Kingb9b84fc2016-11-01 10:50:01 +00001384 temp += mp->t_clk / 2;
Andrew Lunn452503e2011-12-24 01:24:24 +01001385 do_div(temp, mp->t_clk);
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001386
1387 return (unsigned int)temp;
1388}
1389
1390static void set_rx_coal(struct mv643xx_eth_private *mp, unsigned int usec)
1391{
1392 u64 temp;
1393 u32 val;
1394
Andrew Lunn452503e2011-12-24 01:24:24 +01001395 temp = (u64)usec * mp->t_clk;
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001396 temp += 31999999;
1397 do_div(temp, 64000000);
1398
1399 val = rdlp(mp, SDMA_CONFIG);
1400 if (mp->shared->extended_rx_coal_limit) {
1401 if (temp > 0xffff)
1402 temp = 0xffff;
1403 val &= ~0x023fff80;
1404 val |= (temp & 0x8000) << 10;
1405 val |= (temp & 0x7fff) << 7;
1406 } else {
1407 if (temp > 0x3fff)
1408 temp = 0x3fff;
1409 val &= ~0x003fff00;
1410 val |= (temp & 0x3fff) << 8;
1411 }
1412 wrlp(mp, SDMA_CONFIG, val);
1413}
1414
1415static unsigned int get_tx_coal(struct mv643xx_eth_private *mp)
1416{
1417 u64 temp;
1418
1419 temp = (rdlp(mp, TX_FIFO_URGENT_THRESHOLD) & 0x3fff0) >> 4;
1420 temp *= 64000000;
Russell Kingb9b84fc2016-11-01 10:50:01 +00001421 temp += mp->t_clk / 2;
Andrew Lunn452503e2011-12-24 01:24:24 +01001422 do_div(temp, mp->t_clk);
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001423
1424 return (unsigned int)temp;
1425}
1426
1427static void set_tx_coal(struct mv643xx_eth_private *mp, unsigned int usec)
1428{
1429 u64 temp;
1430
Andrew Lunn452503e2011-12-24 01:24:24 +01001431 temp = (u64)usec * mp->t_clk;
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001432 temp += 31999999;
1433 do_div(temp, 64000000);
1434
1435 if (temp > 0x3fff)
1436 temp = 0x3fff;
1437
1438 wrlp(mp, TX_FIFO_URGENT_THRESHOLD, temp << 4);
1439}
1440
1441
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001442/* ethtool ******************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +02001443struct mv643xx_eth_stats {
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001444 char stat_string[ETH_GSTRING_LEN];
1445 int sizeof_stat;
Lennert Buytenhek16820052008-06-01 11:40:29 +02001446 int netdev_off;
1447 int mp_off;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001448};
1449
Lennert Buytenhek16820052008-06-01 11:40:29 +02001450#define SSTAT(m) \
1451 { #m, FIELD_SIZEOF(struct net_device_stats, m), \
1452 offsetof(struct net_device, stats.m), -1 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001453
Lennert Buytenhek16820052008-06-01 11:40:29 +02001454#define MIBSTAT(m) \
1455 { #m, FIELD_SIZEOF(struct mib_counters, m), \
1456 -1, offsetof(struct mv643xx_eth_private, mib_counters.m) }
1457
1458static const struct mv643xx_eth_stats mv643xx_eth_stats[] = {
1459 SSTAT(rx_packets),
1460 SSTAT(tx_packets),
1461 SSTAT(rx_bytes),
1462 SSTAT(tx_bytes),
1463 SSTAT(rx_errors),
1464 SSTAT(tx_errors),
1465 SSTAT(rx_dropped),
1466 SSTAT(tx_dropped),
1467 MIBSTAT(good_octets_received),
1468 MIBSTAT(bad_octets_received),
1469 MIBSTAT(internal_mac_transmit_err),
1470 MIBSTAT(good_frames_received),
1471 MIBSTAT(bad_frames_received),
1472 MIBSTAT(broadcast_frames_received),
1473 MIBSTAT(multicast_frames_received),
1474 MIBSTAT(frames_64_octets),
1475 MIBSTAT(frames_65_to_127_octets),
1476 MIBSTAT(frames_128_to_255_octets),
1477 MIBSTAT(frames_256_to_511_octets),
1478 MIBSTAT(frames_512_to_1023_octets),
1479 MIBSTAT(frames_1024_to_max_octets),
1480 MIBSTAT(good_octets_sent),
1481 MIBSTAT(good_frames_sent),
1482 MIBSTAT(excessive_collision),
1483 MIBSTAT(multicast_frames_sent),
1484 MIBSTAT(broadcast_frames_sent),
1485 MIBSTAT(unrec_mac_control_received),
1486 MIBSTAT(fc_sent),
1487 MIBSTAT(good_fc_received),
1488 MIBSTAT(bad_fc_received),
1489 MIBSTAT(undersize_received),
1490 MIBSTAT(fragments_received),
1491 MIBSTAT(oversize_received),
1492 MIBSTAT(jabber_received),
1493 MIBSTAT(mac_receive_error),
1494 MIBSTAT(bad_crc_event),
1495 MIBSTAT(collision),
1496 MIBSTAT(late_collision),
Paulius Zaleckas302476c2012-01-23 01:16:35 +00001497 MIBSTAT(rx_discard),
1498 MIBSTAT(rx_overrun),
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001499};
1500
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001501static int
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001502mv643xx_eth_get_settings_phy(struct mv643xx_eth_private *mp,
1503 struct ethtool_cmd *cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001504{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001505 int err;
1506
Lennert Buytenheked944932008-08-26 13:34:19 +02001507 err = phy_read_status(mp->phy);
1508 if (err == 0)
1509 err = phy_ethtool_gset(mp->phy, cmd);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001510
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001511 /*
1512 * The MAC does not support 1000baseT_Half.
1513 */
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001514 cmd->supported &= ~SUPPORTED_1000baseT_Half;
1515 cmd->advertising &= ~ADVERTISED_1000baseT_Half;
1516
1517 return err;
1518}
1519
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001520static int
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001521mv643xx_eth_get_settings_phyless(struct mv643xx_eth_private *mp,
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001522 struct ethtool_cmd *cmd)
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001523{
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001524 u32 port_status;
1525
Lennert Buytenhek37a60842008-11-20 03:57:36 -08001526 port_status = rdlp(mp, PORT_STATUS);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001527
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001528 cmd->supported = SUPPORTED_MII;
1529 cmd->advertising = ADVERTISED_MII;
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001530 switch (port_status & PORT_SPEED_MASK) {
1531 case PORT_SPEED_10:
David Decotigny70739492011-04-27 18:32:40 +00001532 ethtool_cmd_speed_set(cmd, SPEED_10);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001533 break;
1534 case PORT_SPEED_100:
David Decotigny70739492011-04-27 18:32:40 +00001535 ethtool_cmd_speed_set(cmd, SPEED_100);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001536 break;
1537 case PORT_SPEED_1000:
David Decotigny70739492011-04-27 18:32:40 +00001538 ethtool_cmd_speed_set(cmd, SPEED_1000);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02001539 break;
1540 default:
1541 cmd->speed = -1;
1542 break;
1543 }
1544 cmd->duplex = (port_status & FULL_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF;
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001545 cmd->port = PORT_MII;
1546 cmd->phy_address = 0;
1547 cmd->transceiver = XCVR_INTERNAL;
1548 cmd->autoneg = AUTONEG_DISABLE;
1549 cmd->maxtxpkt = 1;
1550 cmd->maxrxpkt = 1;
1551
1552 return 0;
1553}
1554
Michael Stapelberg3871c382013-03-11 13:56:45 +00001555static void
1556mv643xx_eth_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1557{
1558 struct mv643xx_eth_private *mp = netdev_priv(dev);
1559 wol->supported = 0;
1560 wol->wolopts = 0;
1561 if (mp->phy)
1562 phy_ethtool_get_wol(mp->phy, wol);
1563}
1564
1565static int
1566mv643xx_eth_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
1567{
1568 struct mv643xx_eth_private *mp = netdev_priv(dev);
1569 int err;
1570
1571 if (mp->phy == NULL)
1572 return -EOPNOTSUPP;
1573
1574 err = phy_ethtool_set_wol(mp->phy, wol);
1575 /* Given that mv643xx_eth works without the marvell-specific PHY driver,
1576 * this debugging hint is useful to have.
1577 */
1578 if (err == -EOPNOTSUPP)
1579 netdev_info(dev, "The PHY does not support set_wol, was CONFIG_MARVELL_PHY enabled?\n");
1580 return err;
1581}
1582
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001583static int
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001584mv643xx_eth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
1585{
1586 struct mv643xx_eth_private *mp = netdev_priv(dev);
1587
1588 if (mp->phy != NULL)
1589 return mv643xx_eth_get_settings_phy(mp, cmd);
1590 else
1591 return mv643xx_eth_get_settings_phyless(mp, cmd);
1592}
1593
1594static int
Lennert Buytenhek10a99482008-11-20 03:57:16 -08001595mv643xx_eth_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001596{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001597 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001598 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001599
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001600 if (mp->phy == NULL)
1601 return -EINVAL;
1602
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001603 /*
1604 * The MAC does not support 1000baseT_Half.
1605 */
1606 cmd->advertising &= ~ADVERTISED_1000baseT_Half;
1607
Phil Sutter260055b2013-03-06 07:49:02 +00001608 ret = phy_ethtool_sset(mp->phy, cmd);
1609 if (!ret)
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03001610 mv643xx_eth_adjust_link(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00001611 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001612}
1613
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001614static void mv643xx_eth_get_drvinfo(struct net_device *dev,
1615 struct ethtool_drvinfo *drvinfo)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001616{
Axel Lin6f39da22011-11-24 00:41:55 -05001617 strlcpy(drvinfo->driver, mv643xx_eth_driver_name,
1618 sizeof(drvinfo->driver));
Rick Jones68aad782011-11-07 13:29:27 +00001619 strlcpy(drvinfo->version, mv643xx_eth_driver_version,
Axel Lin6f39da22011-11-24 00:41:55 -05001620 sizeof(drvinfo->version));
1621 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version));
1622 strlcpy(drvinfo->bus_info, "platform", sizeof(drvinfo->bus_info));
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001623}
1624
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001625static int mv643xx_eth_nway_reset(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001626{
Lennert Buytenheke5371492008-06-01 02:18:13 +02001627 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001628
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001629 if (mp->phy == NULL)
1630 return -EINVAL;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001631
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00001632 return genphy_restart_aneg(mp->phy);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02001633}
1634
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001635static int
1636mv643xx_eth_get_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
1637{
1638 struct mv643xx_eth_private *mp = netdev_priv(dev);
1639
1640 ec->rx_coalesce_usecs = get_rx_coal(mp);
1641 ec->tx_coalesce_usecs = get_tx_coal(mp);
1642
1643 return 0;
1644}
1645
1646static int
1647mv643xx_eth_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
1648{
1649 struct mv643xx_eth_private *mp = netdev_priv(dev);
1650
1651 set_rx_coal(mp, ec->rx_coalesce_usecs);
1652 set_tx_coal(mp, ec->tx_coalesce_usecs);
1653
1654 return 0;
1655}
1656
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001657static void
1658mv643xx_eth_get_ringparam(struct net_device *dev, struct ethtool_ringparam *er)
1659{
1660 struct mv643xx_eth_private *mp = netdev_priv(dev);
1661
1662 er->rx_max_pending = 4096;
1663 er->tx_max_pending = 4096;
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001664
1665 er->rx_pending = mp->rx_ring_size;
1666 er->tx_pending = mp->tx_ring_size;
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001667}
1668
1669static int
1670mv643xx_eth_set_ringparam(struct net_device *dev, struct ethtool_ringparam *er)
1671{
1672 struct mv643xx_eth_private *mp = netdev_priv(dev);
1673
1674 if (er->rx_mini_pending || er->rx_jumbo_pending)
1675 return -EINVAL;
1676
1677 mp->rx_ring_size = er->rx_pending < 4096 ? er->rx_pending : 4096;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03001678 mp->tx_ring_size = clamp_t(unsigned int, er->tx_pending,
1679 MV643XX_MAX_SKB_DESCS * 2, 4096);
1680 if (mp->tx_ring_size != er->tx_pending)
1681 netdev_warn(dev, "TX queue size set to %u (requested %u)\n",
1682 mp->tx_ring_size, er->tx_pending);
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001683
1684 if (netif_running(dev)) {
1685 mv643xx_eth_stop(dev);
1686 if (mv643xx_eth_open(dev)) {
Joe Perches7542db82011-03-02 17:50:35 +00001687 netdev_err(dev,
1688 "fatal error on re-opening device after ring param change\n");
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001689 return -ENOMEM;
1690 }
1691 }
1692
1693 return 0;
1694}
1695
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001696
1697static int
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001698mv643xx_eth_set_features(struct net_device *dev, netdev_features_t features)
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001699{
1700 struct mv643xx_eth_private *mp = netdev_priv(dev);
Michał Mirosław3ad9b352011-11-16 14:05:33 +00001701 bool rx_csum = features & NETIF_F_RXCSUM;
Lennert Buytenhekd888b372009-02-12 14:07:56 +00001702
1703 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000);
1704
1705 return 0;
1706}
1707
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001708static void mv643xx_eth_get_strings(struct net_device *dev,
1709 uint32_t stringset, uint8_t *data)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001710{
1711 int i;
1712
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001713 if (stringset == ETH_SS_STATS) {
1714 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) {
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001715 memcpy(data + i * ETH_GSTRING_LEN,
Lennert Buytenhek16820052008-06-01 11:40:29 +02001716 mv643xx_eth_stats[i].stat_string,
Lennert Buytenheke5371492008-06-01 02:18:13 +02001717 ETH_GSTRING_LEN);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001718 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001719 }
1720}
1721
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001722static void mv643xx_eth_get_ethtool_stats(struct net_device *dev,
1723 struct ethtool_stats *stats,
1724 uint64_t *data)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001725{
Lennert Buytenhekb9873842008-08-24 05:59:16 +02001726 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001727 int i;
1728
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02001729 mv643xx_eth_get_stats(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001730 mib_counters_update(mp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001731
Lennert Buytenhek16820052008-06-01 11:40:29 +02001732 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) {
1733 const struct mv643xx_eth_stats *stat;
1734 void *p;
1735
1736 stat = mv643xx_eth_stats + i;
1737
1738 if (stat->netdev_off >= 0)
1739 p = ((void *)mp->dev) + stat->netdev_off;
1740 else
1741 p = ((void *)mp) + stat->mp_off;
1742
1743 data[i] = (stat->sizeof_stat == 8) ?
1744 *(uint64_t *)p : *(uint32_t *)p;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001745 }
1746}
1747
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001748static int mv643xx_eth_get_sset_count(struct net_device *dev, int sset)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001749{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001750 if (sset == ETH_SS_STATS)
Lennert Buytenhek16820052008-06-01 11:40:29 +02001751 return ARRAY_SIZE(mv643xx_eth_stats);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001752
1753 return -EOPNOTSUPP;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001754}
1755
Lennert Buytenheke5371492008-06-01 02:18:13 +02001756static const struct ethtool_ops mv643xx_eth_ethtool_ops = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001757 .get_settings = mv643xx_eth_get_settings,
1758 .set_settings = mv643xx_eth_set_settings,
1759 .get_drvinfo = mv643xx_eth_get_drvinfo,
1760 .nway_reset = mv643xx_eth_nway_reset,
Ben Hutchingsed4ba4b2010-12-09 12:10:25 +00001761 .get_link = ethtool_op_get_link,
Lennert Buytenhek3e508032009-02-12 14:07:09 +00001762 .get_coalesce = mv643xx_eth_get_coalesce,
1763 .set_coalesce = mv643xx_eth_set_coalesce,
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001764 .get_ringparam = mv643xx_eth_get_ringparam,
1765 .set_ringparam = mv643xx_eth_set_ringparam,
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001766 .get_strings = mv643xx_eth_get_strings,
1767 .get_ethtool_stats = mv643xx_eth_get_ethtool_stats,
Lennert Buytenheke5371492008-06-01 02:18:13 +02001768 .get_sset_count = mv643xx_eth_get_sset_count,
Richard Cochranebad0a82012-04-03 22:59:32 +00001769 .get_ts_info = ethtool_op_get_ts_info,
Michael Stapelberg3871c382013-03-11 13:56:45 +00001770 .get_wol = mv643xx_eth_get_wol,
1771 .set_wol = mv643xx_eth_set_wol,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001772};
1773
1774
1775/* address handling *********************************************************/
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001776static void uc_addr_get(struct mv643xx_eth_private *mp, unsigned char *addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001777{
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001778 unsigned int mac_h = rdlp(mp, MAC_ADDR_HIGH);
1779 unsigned int mac_l = rdlp(mp, MAC_ADDR_LOW);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001780
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001781 addr[0] = (mac_h >> 24) & 0xff;
1782 addr[1] = (mac_h >> 16) & 0xff;
1783 addr[2] = (mac_h >> 8) & 0xff;
1784 addr[3] = mac_h & 0xff;
1785 addr[4] = (mac_l >> 8) & 0xff;
1786 addr[5] = mac_l & 0xff;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001787}
1788
Lennert Buytenhek5daffe92008-06-01 02:52:41 +02001789static void uc_addr_set(struct mv643xx_eth_private *mp, unsigned char *addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001790{
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001791 wrlp(mp, MAC_ADDR_HIGH,
1792 (addr[0] << 24) | (addr[1] << 16) | (addr[2] << 8) | addr[3]);
1793 wrlp(mp, MAC_ADDR_LOW, (addr[4] << 8) | addr[5]);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001794}
1795
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001796static u32 uc_addr_filter_mask(struct net_device *dev)
1797{
Jiri Pirkoccffad252009-05-22 23:22:17 +00001798 struct netdev_hw_addr *ha;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001799 u32 nibbles;
1800
1801 if (dev->flags & IFF_PROMISC)
1802 return 0;
1803
1804 nibbles = 1 << (dev->dev_addr[5] & 0x0f);
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08001805 netdev_for_each_uc_addr(ha, dev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00001806 if (memcmp(dev->dev_addr, ha->addr, 5))
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001807 return 0;
Jiri Pirkoccffad252009-05-22 23:22:17 +00001808 if ((dev->dev_addr[5] ^ ha->addr[5]) & 0xf0)
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001809 return 0;
1810
Jiri Pirkoccffad252009-05-22 23:22:17 +00001811 nibbles |= 1 << (ha->addr[5] & 0x0f);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001812 }
1813
1814 return nibbles;
1815}
1816
1817static void mv643xx_eth_program_unicast_filter(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001818{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001819 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001820 u32 port_config;
1821 u32 nibbles;
1822 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001823
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001824 uc_addr_set(mp, dev->dev_addr);
1825
Prabhanjan Sarnaik6877f542009-06-18 11:35:02 +00001826 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE;
1827
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001828 nibbles = uc_addr_filter_mask(dev);
1829 if (!nibbles) {
1830 port_config |= UNICAST_PROMISCUOUS_MODE;
Prabhanjan Sarnaik6877f542009-06-18 11:35:02 +00001831 nibbles = 0xffff;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001832 }
1833
1834 for (i = 0; i < 16; i += 4) {
1835 int off = UNICAST_TABLE(mp->port_num) + i;
1836 u32 v;
1837
1838 v = 0;
1839 if (nibbles & 1)
1840 v |= 0x00000001;
1841 if (nibbles & 2)
1842 v |= 0x00000100;
1843 if (nibbles & 4)
1844 v |= 0x00010000;
1845 if (nibbles & 8)
1846 v |= 0x01000000;
1847 nibbles >>= 4;
1848
1849 wrl(mp, off, v);
1850 }
1851
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001852 wrlp(mp, PORT_CONFIG, port_config);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001853}
1854
Lennert Buytenhek69876562008-06-01 11:43:32 +02001855static int addr_crc(unsigned char *addr)
1856{
1857 int crc = 0;
1858 int i;
1859
1860 for (i = 0; i < 6; i++) {
1861 int j;
1862
1863 crc = (crc ^ addr[i]) << 8;
1864 for (j = 7; j >= 0; j--) {
1865 if (crc & (0x100 << j))
1866 crc ^= 0x107 << j;
1867 }
1868 }
1869
1870 return crc;
1871}
1872
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001873static void mv643xx_eth_program_multicast_filter(struct net_device *dev)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001874{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001875 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001876 u32 *mc_spec;
1877 u32 *mc_other;
Jiri Pirko22bedad32010-04-01 21:22:57 +00001878 struct netdev_hw_addr *ha;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001879 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001880
Joe Perches8b711d62015-09-09 17:40:56 -07001881 if (dev->flags & (IFF_PROMISC | IFF_ALLMULTI))
1882 goto promiscuous;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001883
Joe Perches8b711d62015-09-09 17:40:56 -07001884 /* Allocate both mc_spec and mc_other tables */
1885 mc_spec = kcalloc(128, sizeof(u32), GFP_ATOMIC);
1886 if (!mc_spec)
1887 goto promiscuous;
1888 mc_other = &mc_spec[64];
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001889
Jiri Pirko22bedad32010-04-01 21:22:57 +00001890 netdev_for_each_mc_addr(ha, dev) {
1891 u8 *a = ha->addr;
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001892 u32 *table;
Joe Perches8b711d62015-09-09 17:40:56 -07001893 u8 entry;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001894
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001895 if (memcmp(a, "\x01\x00\x5e\x00\x00", 5) == 0) {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001896 table = mc_spec;
1897 entry = a[5];
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001898 } else {
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001899 table = mc_other;
1900 entry = addr_crc(a);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001901 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001902
Lennert Buytenhek2b448332009-01-19 17:17:18 -08001903 table[entry >> 2] |= 1 << (8 * (entry & 3));
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02001904 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001905
Joe Perches8b711d62015-09-09 17:40:56 -07001906 for (i = 0; i < 64; i++) {
1907 wrl(mp, SPECIAL_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1908 mc_spec[i]);
1909 wrl(mp, OTHER_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1910 mc_other[i]);
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001911 }
1912
1913 kfree(mc_spec);
Joe Perches8b711d62015-09-09 17:40:56 -07001914 return;
1915
1916promiscuous:
1917 for (i = 0; i < 64; i++) {
1918 wrl(mp, SPECIAL_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1919 0x01010101u);
1920 wrl(mp, OTHER_MCAST_TABLE(mp->port_num) + i * sizeof(u32),
1921 0x01010101u);
1922 }
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001923}
1924
1925static void mv643xx_eth_set_rx_mode(struct net_device *dev)
1926{
1927 mv643xx_eth_program_unicast_filter(dev);
1928 mv643xx_eth_program_multicast_filter(dev);
1929}
1930
1931static int mv643xx_eth_set_mac_address(struct net_device *dev, void *addr)
1932{
1933 struct sockaddr *sa = addr;
1934
Denis Kirjanova29ec082009-12-08 20:36:00 -08001935 if (!is_valid_ether_addr(sa->sa_data))
Danny Kukawka504f9b52012-02-21 02:07:49 +00001936 return -EADDRNOTAVAIL;
Denis Kirjanova29ec082009-12-08 20:36:00 -08001937
Lennert Buytenhek66e63ff2008-11-20 03:58:27 -08001938 memcpy(dev->dev_addr, sa->sa_data, ETH_ALEN);
1939
1940 netif_addr_lock_bh(dev);
1941 mv643xx_eth_program_unicast_filter(dev);
1942 netif_addr_unlock_bh(dev);
1943
1944 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001945}
1946
1947
1948/* rx/tx queue initialisation ***********************************************/
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001949static int rxq_init(struct mv643xx_eth_private *mp, int index)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001950{
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001951 struct rx_queue *rxq = mp->rxq + index;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001952 struct rx_desc *rx_desc;
1953 int size;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001954 int i;
1955
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02001956 rxq->index = index;
1957
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00001958 rxq->rx_ring_size = mp->rx_ring_size;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001959
1960 rxq->rx_desc_count = 0;
1961 rxq->rx_curr_desc = 0;
1962 rxq->rx_used_desc = 0;
1963
1964 size = rxq->rx_ring_size * sizeof(struct rx_desc);
1965
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02001966 if (index == 0 && size <= mp->rx_desc_sram_size) {
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001967 rxq->rx_desc_area = ioremap(mp->rx_desc_sram_addr,
1968 mp->rx_desc_sram_size);
1969 rxq->rx_desc_dma = mp->rx_desc_sram_addr;
1970 } else {
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07001971 rxq->rx_desc_area = dma_alloc_coherent(mp->dev->dev.parent,
1972 size, &rxq->rx_desc_dma,
1973 GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001974 }
1975
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001976 if (rxq->rx_desc_area == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00001977 netdev_err(mp->dev,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001978 "can't allocate rx ring (%d bytes)\n", size);
1979 goto out;
1980 }
1981 memset(rxq->rx_desc_area, 0, size);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02001982
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001983 rxq->rx_desc_area_size = size;
Lubomir Rintel9fa8e982013-06-18 19:32:38 +02001984 rxq->rx_skb = kcalloc(rxq->rx_ring_size, sizeof(*rxq->rx_skb),
Joe Perchesb2adaca2013-02-03 17:43:58 +00001985 GFP_KERNEL);
1986 if (rxq->rx_skb == NULL)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001987 goto out_free;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001988
Joe Perches64699332012-06-04 12:44:16 +00001989 rx_desc = rxq->rx_desc_area;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001990 for (i = 0; i < rxq->rx_ring_size; i++) {
Lennert Buytenhek9da78742008-08-23 23:45:28 +02001991 int nexti;
1992
1993 nexti = i + 1;
1994 if (nexti == rxq->rx_ring_size)
1995 nexti = 0;
1996
Lennert Buytenhek8a578112008-06-01 18:09:35 +02001997 rx_desc[i].next_desc_ptr = rxq->rx_desc_dma +
1998 nexti * sizeof(struct rx_desc);
1999 }
2000
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002001 return 0;
2002
2003
2004out_free:
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002005 if (index == 0 && size <= mp->rx_desc_sram_size)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002006 iounmap(rxq->rx_desc_area);
2007 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002008 dma_free_coherent(mp->dev->dev.parent, size,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002009 rxq->rx_desc_area,
2010 rxq->rx_desc_dma);
2011
2012out:
2013 return -ENOMEM;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002014}
2015
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002016static void rxq_deinit(struct rx_queue *rxq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002017{
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002018 struct mv643xx_eth_private *mp = rxq_to_mp(rxq);
2019 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002020
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002021 rxq_disable(rxq);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002022
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002023 for (i = 0; i < rxq->rx_ring_size; i++) {
2024 if (rxq->rx_skb[i]) {
2025 dev_kfree_skb(rxq->rx_skb[i]);
2026 rxq->rx_desc_count--;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002027 }
2028 }
2029
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002030 if (rxq->rx_desc_count) {
Joe Perches7542db82011-03-02 17:50:35 +00002031 netdev_err(mp->dev, "error freeing rx ring -- %d skbs stuck\n",
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002032 rxq->rx_desc_count);
2033 }
2034
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002035 if (rxq->index == 0 &&
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002036 rxq->rx_desc_area_size <= mp->rx_desc_sram_size)
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002037 iounmap(rxq->rx_desc_area);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002038 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002039 dma_free_coherent(mp->dev->dev.parent, rxq->rx_desc_area_size,
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002040 rxq->rx_desc_area, rxq->rx_desc_dma);
2041
2042 kfree(rxq->rx_skb);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002043}
2044
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002045static int txq_init(struct mv643xx_eth_private *mp, int index)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002046{
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002047 struct tx_queue *txq = mp->txq + index;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002048 struct tx_desc *tx_desc;
2049 int size;
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002050 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002051 int i;
2052
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002053 txq->index = index;
2054
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002055 txq->tx_ring_size = mp->tx_ring_size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002056
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002057 /* A queue must always have room for at least one skb.
2058 * Therefore, stop the queue when the free entries reaches
2059 * the maximum number of descriptors per skb.
2060 */
2061 txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS;
2062 txq->tx_wake_threshold = txq->tx_stop_threshold / 2;
2063
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002064 txq->tx_desc_count = 0;
2065 txq->tx_curr_desc = 0;
2066 txq->tx_used_desc = 0;
2067
2068 size = txq->tx_ring_size * sizeof(struct tx_desc);
2069
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002070 if (index == 0 && size <= mp->tx_desc_sram_size) {
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002071 txq->tx_desc_area = ioremap(mp->tx_desc_sram_addr,
2072 mp->tx_desc_sram_size);
2073 txq->tx_desc_dma = mp->tx_desc_sram_addr;
2074 } else {
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002075 txq->tx_desc_area = dma_alloc_coherent(mp->dev->dev.parent,
2076 size, &txq->tx_desc_dma,
2077 GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002078 }
2079
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002080 if (txq->tx_desc_area == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00002081 netdev_err(mp->dev,
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002082 "can't allocate tx ring (%d bytes)\n", size);
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +02002083 return -ENOMEM;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002084 }
2085 memset(txq->tx_desc_area, 0, size);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002086
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002087 txq->tx_desc_area_size = size;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002088
Joe Perches64699332012-06-04 12:44:16 +00002089 tx_desc = txq->tx_desc_area;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002090 for (i = 0; i < txq->tx_ring_size; i++) {
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002091 struct tx_desc *txd = tx_desc + i;
Lennert Buytenhek9da78742008-08-23 23:45:28 +02002092 int nexti;
2093
2094 nexti = i + 1;
2095 if (nexti == txq->tx_ring_size)
2096 nexti = 0;
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002097
2098 txd->cmd_sts = 0;
2099 txd->next_desc_ptr = txq->tx_desc_dma +
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002100 nexti * sizeof(struct tx_desc);
2101 }
2102
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002103 txq->tx_desc_mapping = kcalloc(txq->tx_ring_size, sizeof(char),
2104 GFP_KERNEL);
2105 if (!txq->tx_desc_mapping) {
2106 ret = -ENOMEM;
2107 goto err_free_desc_area;
2108 }
2109
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002110 /* Allocate DMA buffers for TSO MAC/IP/TCP headers */
2111 txq->tso_hdrs = dma_alloc_coherent(mp->dev->dev.parent,
2112 txq->tx_ring_size * TSO_HEADER_SIZE,
2113 &txq->tso_hdrs_dma, GFP_KERNEL);
2114 if (txq->tso_hdrs == NULL) {
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002115 ret = -ENOMEM;
2116 goto err_free_desc_mapping;
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002117 }
Lennert Buytenhek99ab08e2008-08-28 05:53:18 +02002118 skb_queue_head_init(&txq->tx_skb);
2119
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002120 return 0;
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002121
2122err_free_desc_mapping:
2123 kfree(txq->tx_desc_mapping);
2124err_free_desc_area:
2125 if (index == 0 && size <= mp->tx_desc_sram_size)
2126 iounmap(txq->tx_desc_area);
2127 else
2128 dma_free_coherent(mp->dev->dev.parent, txq->tx_desc_area_size,
2129 txq->tx_desc_area, txq->tx_desc_dma);
2130 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002131}
2132
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002133static void txq_deinit(struct tx_queue *txq)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002134{
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002135 struct mv643xx_eth_private *mp = txq_to_mp(txq);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002136
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002137 txq_disable(txq);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002138 txq_reclaim(txq, txq->tx_ring_size, 1);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002139
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002140 BUG_ON(txq->tx_used_desc != txq->tx_curr_desc);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002141
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002142 if (txq->index == 0 &&
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002143 txq->tx_desc_area_size <= mp->tx_desc_sram_size)
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002144 iounmap(txq->tx_desc_area);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002145 else
Gabriel Pauberteb0519b2009-05-17 21:16:47 -07002146 dma_free_coherent(mp->dev->dev.parent, txq->tx_desc_area_size,
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002147 txq->tx_desc_area, txq->tx_desc_dma);
Ezequiel Garcia9e911412015-01-22 11:33:02 -03002148 kfree(txq->tx_desc_mapping);
2149
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03002150 if (txq->tso_hdrs)
2151 dma_free_coherent(mp->dev->dev.parent,
2152 txq->tx_ring_size * TSO_HEADER_SIZE,
2153 txq->tso_hdrs, txq->tso_hdrs_dma);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002154}
2155
2156
2157/* netdev ops and related ***************************************************/
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002158static int mv643xx_eth_collect_events(struct mv643xx_eth_private *mp)
2159{
2160 u32 int_cause;
2161 u32 int_cause_ext;
2162
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002163 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002164 if (int_cause == 0)
2165 return 0;
2166
2167 int_cause_ext = 0;
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002168 if (int_cause & INT_EXT) {
2169 int_cause &= ~INT_EXT;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002170 int_cause_ext = rdlp(mp, INT_CAUSE_EXT);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002171 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002172
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002173 if (int_cause) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002174 wrlp(mp, INT_CAUSE, ~int_cause);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002175 mp->work_tx_end |= ((int_cause & INT_TX_END) >> 19) &
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002176 ~(rdlp(mp, TXQ_COMMAND) & 0xff);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002177 mp->work_rx |= (int_cause & INT_RX) >> 2;
2178 }
2179
2180 int_cause_ext &= INT_EXT_LINK_PHY | INT_EXT_TX;
2181 if (int_cause_ext) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002182 wrlp(mp, INT_CAUSE_EXT, ~int_cause_ext);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002183 if (int_cause_ext & INT_EXT_LINK_PHY)
2184 mp->work_link = 1;
2185 mp->work_tx |= int_cause_ext & INT_EXT_TX;
2186 }
2187
2188 return 1;
2189}
2190
2191static irqreturn_t mv643xx_eth_irq(int irq, void *dev_id)
2192{
2193 struct net_device *dev = (struct net_device *)dev_id;
2194 struct mv643xx_eth_private *mp = netdev_priv(dev);
2195
2196 if (unlikely(!mv643xx_eth_collect_events(mp)))
2197 return IRQ_NONE;
2198
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002199 wrlp(mp, INT_MASK, 0);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002200 napi_schedule(&mp->napi);
2201
2202 return IRQ_HANDLED;
2203}
2204
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002205static void handle_link_event(struct mv643xx_eth_private *mp)
2206{
2207 struct net_device *dev = mp->dev;
2208 u32 port_status;
2209 int speed;
2210 int duplex;
2211 int fc;
2212
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002213 port_status = rdlp(mp, PORT_STATUS);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002214 if (!(port_status & LINK_UP)) {
2215 if (netif_carrier_ok(dev)) {
2216 int i;
2217
Joe Perches7542db82011-03-02 17:50:35 +00002218 netdev_info(dev, "link down\n");
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002219
2220 netif_carrier_off(dev);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002221
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002222 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002223 struct tx_queue *txq = mp->txq + i;
2224
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002225 txq_reclaim(txq, txq->tx_ring_size, 1);
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002226 txq_reset_hw_ptr(txq);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002227 }
2228 }
2229 return;
2230 }
2231
2232 switch (port_status & PORT_SPEED_MASK) {
2233 case PORT_SPEED_10:
2234 speed = 10;
2235 break;
2236 case PORT_SPEED_100:
2237 speed = 100;
2238 break;
2239 case PORT_SPEED_1000:
2240 speed = 1000;
2241 break;
2242 default:
2243 speed = -1;
2244 break;
2245 }
2246 duplex = (port_status & FULL_DUPLEX) ? 1 : 0;
2247 fc = (port_status & FLOW_CONTROL_ENABLED) ? 1 : 0;
2248
Joe Perches7542db82011-03-02 17:50:35 +00002249 netdev_info(dev, "link up, %d Mb/s, %s duplex, flow control %sabled\n",
2250 speed, duplex ? "full" : "half", fc ? "en" : "dis");
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002251
Lennert Buytenhek4fdeca32008-08-28 05:39:13 +02002252 if (!netif_carrier_ok(dev))
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002253 netif_carrier_on(dev);
Lennert Buytenhek2f7eb472008-07-24 06:22:59 +02002254}
2255
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002256static int mv643xx_eth_poll(struct napi_struct *napi, int budget)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002257{
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002258 struct mv643xx_eth_private *mp;
2259 int work_done;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002260
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002261 mp = container_of(napi, struct mv643xx_eth_private, napi);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002262
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002263 if (unlikely(mp->oom)) {
2264 mp->oom = 0;
2265 del_timer(&mp->rx_oom);
2266 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002267
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002268 work_done = 0;
2269 while (work_done < budget) {
2270 u8 queue_mask;
2271 int queue;
2272 int work_tbd;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002273
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002274 if (mp->work_link) {
2275 mp->work_link = 0;
2276 handle_link_event(mp);
Lennert Buytenhek26ef1f12009-05-06 03:01:10 +00002277 work_done++;
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002278 continue;
Lennert Buytenhek226bb6b2008-06-02 01:47:21 +02002279 }
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002280
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002281 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx;
2282 if (likely(!mp->oom))
2283 queue_mask |= mp->work_rx_refill;
2284
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002285 if (!queue_mask) {
2286 if (mv643xx_eth_collect_events(mp))
2287 continue;
2288 break;
2289 }
2290
2291 queue = fls(queue_mask) - 1;
2292 queue_mask = 1 << queue;
2293
2294 work_tbd = budget - work_done;
2295 if (work_tbd > 16)
2296 work_tbd = 16;
2297
2298 if (mp->work_tx_end & queue_mask) {
2299 txq_kick(mp->txq + queue);
2300 } else if (mp->work_tx & queue_mask) {
2301 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0);
2302 txq_maybe_wake(mp->txq + queue);
2303 } else if (mp->work_rx & queue_mask) {
2304 work_done += rxq_process(mp->rxq + queue, work_tbd);
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002305 } else if (!mp->oom && (mp->work_rx_refill & queue_mask)) {
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002306 work_done += rxq_refill(mp->rxq + queue, work_tbd);
2307 } else {
2308 BUG();
2309 }
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002310 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002311
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002312 if (work_done < budget) {
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002313 if (mp->oom)
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002314 mod_timer(&mp->rx_oom, jiffies + (HZ / 10));
2315 napi_complete(napi);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002316 wrlp(mp, INT_MASK, mp->int_mask);
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002317 }
2318
2319 return work_done;
2320}
2321
2322static inline void oom_timer_wrapper(unsigned long data)
2323{
2324 struct mv643xx_eth_private *mp = (void *)data;
2325
2326 napi_schedule(&mp->napi);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002327}
2328
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002329static void port_start(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002330{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002331 u32 pscr;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002332 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002333
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002334 /*
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002335 * Perform PHY reset, if there is a PHY.
2336 */
Lennert Buytenheked944932008-08-26 13:34:19 +02002337 if (mp->phy != NULL) {
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002338 struct ethtool_cmd cmd;
2339
2340 mv643xx_eth_get_settings(mp->dev, &cmd);
Florian Fainelli7cd14632013-12-06 13:01:35 -08002341 phy_init_hw(mp->phy);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002342 mv643xx_eth_set_settings(mp->dev, &cmd);
Sebastian Hesselbarth58911152013-12-13 10:20:25 +01002343 phy_start(mp->phy);
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002344 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002345
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002346 /*
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002347 * Configure basic link parameters.
2348 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002349 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002350
2351 pscr |= SERIAL_PORT_ENABLE;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002352 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002353
2354 pscr |= DO_NOT_FORCE_LINK_FAIL;
Lennert Buytenheked944932008-08-26 13:34:19 +02002355 if (mp->phy == NULL)
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002356 pscr |= FORCE_LINK_PASS;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002357 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002358
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02002359 /*
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002360 * Configure TX path and queues.
2361 */
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002362 tx_set_rate(mp, 1000000000, 16777216);
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002363 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002364 struct tx_queue *txq = mp->txq + i;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002365
Lennert Buytenhek6b368f62008-07-11 19:38:34 +02002366 txq_reset_hw_ptr(txq);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002367 txq_set_rate(txq, 1000000000, 16777216);
2368 txq_set_fixed_prio_mode(txq);
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002369 }
2370
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002371 /*
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +02002372 * Receive all unmatched unicast, TCP, UDP, BPDU and broadcast
Lennert Buytenhek170e7102008-09-19 02:58:50 +02002373 * frames to RX queue #0, and include the pseudo-header when
2374 * calculating receive checksums.
Lennert Buytenhekd9a073e2008-06-01 01:22:06 +02002375 */
David S. Millere138f962011-04-21 15:19:02 -07002376 mv643xx_eth_set_features(mp->dev, mp->dev->features);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002377
Lennert Buytenhek376489a2008-06-01 01:17:44 +02002378 /*
2379 * Treat BPDUs as normal multicasts, and disable partition mode.
2380 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002381 wrlp(mp, PORT_CONFIG_EXT, 0x00000000);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002382
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002383 /*
Lennert Buytenhek5a893922009-03-13 15:48:02 -07002384 * Add configured unicast addresses to address filter table.
2385 */
2386 mv643xx_eth_program_unicast_filter(mp->dev);
2387
2388 /*
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002389 * Enable the receive queues.
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002390 */
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002391 for (i = 0; i < mp->rxq_count; i++) {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002392 struct rx_queue *rxq = mp->rxq + i;
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002393 u32 addr;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002394
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002395 addr = (u32)rxq->rx_desc_dma;
2396 addr += rxq->rx_curr_desc * sizeof(struct rx_desc);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002397 wrlp(mp, RXQ_CURRENT_DESC_PTR(i), addr);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002398
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002399 rxq_enable(rxq);
2400 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002401}
2402
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002403static void mv643xx_eth_recalc_skb_size(struct mv643xx_eth_private *mp)
2404{
2405 int skb_size;
2406
2407 /*
2408 * Reserve 2+14 bytes for an ethernet header (the hardware
2409 * automatically prepends 2 bytes of dummy data to each
2410 * received packet), 16 bytes for up to four VLAN tags, and
2411 * 4 bytes for the trailing FCS -- 36 bytes total.
2412 */
2413 skb_size = mp->dev->mtu + 36;
2414
2415 /*
2416 * Make sure that the skb size is a multiple of 8 bytes, as
2417 * the lower three bits of the receive descriptor's buffer
2418 * size field are ignored by the hardware.
2419 */
2420 mp->skb_size = (skb_size + 7) & ~7;
Lennert Buytenhek7fd96ce2009-05-06 03:01:22 +00002421
2422 /*
2423 * If NET_SKB_PAD is smaller than a cache line,
2424 * netdev_alloc_skb() will cause skb->data to be misaligned
2425 * to a cache line boundary. If this is the case, include
2426 * some extra space to allow re-aligning the data area.
2427 */
2428 mp->skb_size += SKB_DMA_REALIGN;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002429}
2430
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002431static int mv643xx_eth_open(struct net_device *dev)
2432{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002433 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002434 int err;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002435 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002436
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002437 wrlp(mp, INT_CAUSE, 0);
2438 wrlp(mp, INT_CAUSE_EXT, 0);
2439 rdlp(mp, INT_CAUSE_EXT);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002440
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002441 err = request_irq(dev->irq, mv643xx_eth_irq,
Lennert Buytenhek2a1867a2008-08-23 23:43:38 +02002442 IRQF_SHARED, dev->name, dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002443 if (err) {
Joe Perches7542db82011-03-02 17:50:35 +00002444 netdev_err(dev, "can't assign irq\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002445 return -EAGAIN;
2446 }
2447
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002448 mv643xx_eth_recalc_skb_size(mp);
2449
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002450 napi_enable(&mp->napi);
2451
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002452 mp->int_mask = INT_EXT;
2453
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002454 for (i = 0; i < mp->rxq_count; i++) {
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002455 err = rxq_init(mp, i);
2456 if (err) {
2457 while (--i >= 0)
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002458 rxq_deinit(mp->rxq + i);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002459 goto out;
2460 }
2461
Lennert Buytenhek1fa38c52008-08-28 08:09:10 +02002462 rxq_refill(mp->rxq + i, INT_MAX);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002463 mp->int_mask |= INT_RX_0 << i;
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002464 }
2465
Lennert Buytenhek1319eba2009-04-29 11:57:34 +00002466 if (mp->oom) {
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002467 mp->rx_oom.expires = jiffies + (HZ / 10);
2468 add_timer(&mp->rx_oom);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002469 }
Lennert Buytenhek8a578112008-06-01 18:09:35 +02002470
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002471 for (i = 0; i < mp->txq_count; i++) {
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002472 err = txq_init(mp, i);
2473 if (err) {
2474 while (--i >= 0)
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002475 txq_deinit(mp->txq + i);
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002476 goto out_free;
2477 }
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002478 mp->int_mask |= INT_TX_END_0 << i;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002479 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002480
Sebastian Hesselbarthf5644122013-10-02 12:57:21 +02002481 add_timer(&mp->mib_counters_timer);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002482 port_start(mp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002483
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002484 wrlp(mp, INT_MASK_EXT, INT_EXT_LINK_PHY | INT_EXT_TX);
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002485 wrlp(mp, INT_MASK, mp->int_mask);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002486
2487 return 0;
2488
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002489
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002490out_free:
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002491 for (i = 0; i < mp->rxq_count; i++)
2492 rxq_deinit(mp->rxq + i);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002493out:
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002494 free_irq(dev->irq, dev);
2495
2496 return err;
2497}
2498
Lennert Buytenheke5371492008-06-01 02:18:13 +02002499static void port_reset(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002500{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002501 unsigned int data;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002502 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002503
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002504 for (i = 0; i < mp->rxq_count; i++)
2505 rxq_disable(mp->rxq + i);
2506 for (i = 0; i < mp->txq_count; i++)
2507 txq_disable(mp->txq + i);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002508
2509 while (1) {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002510 u32 ps = rdlp(mp, PORT_STATUS);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002511
2512 if ((ps & (TX_IN_PROGRESS | TX_FIFO_EMPTY)) == TX_FIFO_EMPTY)
2513 break;
Lennert Buytenhek13d64282008-06-01 20:51:22 +02002514 udelay(10);
Lennert Buytenhekae9ae062008-07-15 02:15:24 +02002515 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002516
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002517 /* Reset the Enable bit in the Configuration Register */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002518 data = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002519 data &= ~(SERIAL_PORT_ENABLE |
2520 DO_NOT_FORCE_LINK_FAIL |
2521 FORCE_LINK_PASS);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002522 wrlp(mp, PORT_SERIAL_CONTROL, data);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002523}
2524
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002525static int mv643xx_eth_stop(struct net_device *dev)
2526{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002527 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002528 int i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002529
Gabriel Paubertfe65e702009-01-19 17:18:09 -08002530 wrlp(mp, INT_MASK_EXT, 0x00000000);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002531 wrlp(mp, INT_MASK, 0x00000000);
2532 rdlp(mp, INT_MASK);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002533
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002534 napi_disable(&mp->napi);
Lennert Buytenhek78fff832008-08-24 01:03:57 +02002535
Lennert Buytenhek2257e052008-08-24 04:33:36 +02002536 del_timer_sync(&mp->rx_oom);
2537
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002538 netif_carrier_off(dev);
Sebastian Hesselbarth58911152013-12-13 10:20:25 +01002539 if (mp->phy)
2540 phy_stop(mp->phy);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002541 free_irq(dev->irq, dev);
2542
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002543 port_reset(mp);
Lennert Buytenhek8fd89212008-08-28 08:26:28 +02002544 mv643xx_eth_get_stats(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002545 mib_counters_update(mp);
Sebastian Siewior57e8f262009-02-16 11:28:15 +00002546 del_timer_sync(&mp->mib_counters_timer);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002547
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002548 for (i = 0; i < mp->rxq_count; i++)
2549 rxq_deinit(mp->rxq + i);
2550 for (i = 0; i < mp->txq_count; i++)
2551 txq_deinit(mp->txq + i);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002552
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002553 return 0;
2554}
2555
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002556static int mv643xx_eth_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002557{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002558 struct mv643xx_eth_private *mp = netdev_priv(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00002559 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002560
Phil Sutter260055b2013-03-06 07:49:02 +00002561 if (mp->phy == NULL)
2562 return -ENOTSUPP;
Lennert Buytenhekbedfe322008-06-02 02:13:03 +02002563
Phil Sutter260055b2013-03-06 07:49:02 +00002564 ret = phy_mii_ioctl(mp->phy, ifr, cmd);
2565 if (!ret)
Ezequiel Garcia0a9e4132014-05-22 20:06:56 -03002566 mv643xx_eth_adjust_link(dev);
Phil Sutter260055b2013-03-06 07:49:02 +00002567 return ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002568}
2569
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002570static int mv643xx_eth_change_mtu(struct net_device *dev, int new_mtu)
2571{
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002572 struct mv643xx_eth_private *mp = netdev_priv(dev);
2573
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002574 if (new_mtu < 64 || new_mtu > 9500)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002575 return -EINVAL;
2576
2577 dev->mtu = new_mtu;
Lennert Buytenhek2bcb4b02008-10-01 02:33:57 -07002578 mv643xx_eth_recalc_skb_size(mp);
Lennert Buytenhek89df5fd2008-06-02 00:51:05 +02002579 tx_set_rate(mp, 1000000000, 16777216);
2580
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002581 if (!netif_running(dev))
2582 return 0;
2583
2584 /*
2585 * Stop and then re-open the interface. This will allocate RX
2586 * skbs of the new MTU.
2587 * There is a possible danger that the open will not succeed,
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002588 * due to memory being full.
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002589 */
2590 mv643xx_eth_stop(dev);
2591 if (mv643xx_eth_open(dev)) {
Joe Perches7542db82011-03-02 17:50:35 +00002592 netdev_err(dev,
2593 "fatal error on re-opening device after MTU change\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002594 }
2595
2596 return 0;
2597}
2598
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002599static void tx_timeout_task(struct work_struct *ugly)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002600{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002601 struct mv643xx_eth_private *mp;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002602
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002603 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task);
2604 if (netif_running(mp->dev)) {
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02002605 netif_tx_stop_all_queues(mp->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002606 port_reset(mp);
2607 port_start(mp);
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02002608 netif_tx_wake_all_queues(mp->dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002609 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002610}
2611
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002612static void mv643xx_eth_tx_timeout(struct net_device *dev)
2613{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002614 struct mv643xx_eth_private *mp = netdev_priv(dev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002615
Joe Perches7542db82011-03-02 17:50:35 +00002616 netdev_info(dev, "tx timeout\n");
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002617
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002618 schedule_work(&mp->tx_timeout_task);
2619}
2620
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002621#ifdef CONFIG_NET_POLL_CONTROLLER
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002622static void mv643xx_eth_netpoll(struct net_device *dev)
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002623{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002624 struct mv643xx_eth_private *mp = netdev_priv(dev);
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002625
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002626 wrlp(mp, INT_MASK, 0x00000000);
2627 rdlp(mp, INT_MASK);
Dale Farnsworthc2e5b352006-01-16 17:00:24 -07002628
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002629 mv643xx_eth_irq(dev->irq, dev);
Dale Farnsworthc2e5b352006-01-16 17:00:24 -07002630
Saeed Bisharae0ca8412009-05-06 03:02:01 +00002631 wrlp(mp, INT_MASK, mp->int_mask);
Dale Farnsworth63c9e542005-09-02 13:49:10 -07002632}
2633#endif
2634
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002635
2636/* platform glue ************************************************************/
Lennert Buytenheke5371492008-06-01 02:18:13 +02002637static void
2638mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp,
Andrew Lunn63a93322011-12-07 21:48:07 +01002639 const struct mbus_dram_target_info *dram)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002640{
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002641 void __iomem *base = msp->base;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002642 u32 win_enable;
2643 u32 win_protect;
2644 int i;
2645
2646 for (i = 0; i < 6; i++) {
2647 writel(0, base + WINDOW_BASE(i));
2648 writel(0, base + WINDOW_SIZE(i));
2649 if (i < 4)
2650 writel(0, base + WINDOW_REMAP_HIGH(i));
2651 }
2652
2653 win_enable = 0x3f;
2654 win_protect = 0;
2655
2656 for (i = 0; i < dram->num_cs; i++) {
Andrew Lunn63a93322011-12-07 21:48:07 +01002657 const struct mbus_dram_window *cs = dram->cs + i;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002658
2659 writel((cs->base & 0xffff0000) |
2660 (cs->mbus_attr << 8) |
2661 dram->mbus_dram_target_id, base + WINDOW_BASE(i));
2662 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i));
2663
2664 win_enable &= ~(1 << i);
2665 win_protect |= 3 << (2 * i);
2666 }
2667
2668 writel(win_enable, base + WINDOW_BAR_ENABLE);
2669 msp->win_protect = win_protect;
2670}
2671
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002672static void infer_hw_params(struct mv643xx_eth_shared_private *msp)
2673{
2674 /*
2675 * Check whether we have a 14-bit coal limit field in bits
2676 * [21:8], or a 16-bit coal limit in bits [25,21:7] of the
2677 * SDMA config register.
2678 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002679 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG);
2680 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000)
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002681 msp->extended_rx_coal_limit = 1;
2682 else
2683 msp->extended_rx_coal_limit = 0;
Lennert Buytenhek1e881592008-06-02 01:57:36 +02002684
2685 /*
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002686 * Check whether the MAC supports TX rate control, and if
2687 * yes, whether its associated registers are in the old or
2688 * the new place.
Lennert Buytenhek1e881592008-06-02 01:57:36 +02002689 */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002690 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED);
2691 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) {
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002692 msp->tx_bw_control = TX_BW_CONTROL_NEW_LAYOUT;
2693 } else {
Lennert Buytenhek37a60842008-11-20 03:57:36 -08002694 writel(7, msp->base + 0x0400 + TX_BW_RATE);
2695 if (readl(msp->base + 0x0400 + TX_BW_RATE) & 7)
Lennert Buytenhek457b1d52008-09-04 12:22:34 +02002696 msp->tx_bw_control = TX_BW_CONTROL_OLD_LAYOUT;
2697 else
2698 msp->tx_bw_control = TX_BW_CONTROL_ABSENT;
2699 }
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002700}
2701
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002702#if defined(CONFIG_OF)
2703static const struct of_device_id mv643xx_eth_shared_ids[] = {
2704 { .compatible = "marvell,orion-eth", },
2705 { .compatible = "marvell,kirkwood-eth", },
2706 { }
2707};
2708MODULE_DEVICE_TABLE(of, mv643xx_eth_shared_ids);
2709#endif
2710
2711#if defined(CONFIG_OF) && !defined(CONFIG_MV64X60)
2712#define mv643xx_eth_property(_np, _name, _v) \
2713 do { \
2714 u32 tmp; \
2715 if (!of_property_read_u32(_np, "marvell," _name, &tmp)) \
2716 _v = tmp; \
2717 } while (0)
2718
2719static struct platform_device *port_platdev[3];
2720
2721static int mv643xx_eth_shared_of_add_port(struct platform_device *pdev,
2722 struct device_node *pnp)
2723{
2724 struct platform_device *ppdev;
2725 struct mv643xx_eth_platform_data ppd;
2726 struct resource res;
2727 const char *mac_addr;
2728 int ret;
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002729 int dev_num = 0;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002730
2731 memset(&ppd, 0, sizeof(ppd));
2732 ppd.shared = pdev;
2733
2734 memset(&res, 0, sizeof(res));
2735 if (!of_irq_to_resource(pnp, 0, &res)) {
2736 dev_err(&pdev->dev, "missing interrupt on %s\n", pnp->name);
2737 return -EINVAL;
2738 }
2739
2740 if (of_property_read_u32(pnp, "reg", &ppd.port_number)) {
2741 dev_err(&pdev->dev, "missing reg property on %s\n", pnp->name);
2742 return -EINVAL;
2743 }
2744
2745 if (ppd.port_number >= 3) {
2746 dev_err(&pdev->dev, "invalid reg property on %s\n", pnp->name);
2747 return -EINVAL;
2748 }
2749
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002750 while (dev_num < 3 && port_platdev[dev_num])
2751 dev_num++;
2752
2753 if (dev_num == 3) {
2754 dev_err(&pdev->dev, "too many ports registered\n");
2755 return -EINVAL;
2756 }
2757
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002758 mac_addr = of_get_mac_address(pnp);
2759 if (mac_addr)
Joe Perchesd458cdf2013-10-01 19:04:40 -07002760 memcpy(ppd.mac_addr, mac_addr, ETH_ALEN);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002761
2762 mv643xx_eth_property(pnp, "tx-queue-size", ppd.tx_queue_size);
2763 mv643xx_eth_property(pnp, "tx-sram-addr", ppd.tx_sram_addr);
2764 mv643xx_eth_property(pnp, "tx-sram-size", ppd.tx_sram_size);
2765 mv643xx_eth_property(pnp, "rx-queue-size", ppd.rx_queue_size);
2766 mv643xx_eth_property(pnp, "rx-sram-addr", ppd.rx_sram_addr);
2767 mv643xx_eth_property(pnp, "rx-sram-size", ppd.rx_sram_size);
2768
2769 ppd.phy_node = of_parse_phandle(pnp, "phy-handle", 0);
2770 if (!ppd.phy_node) {
2771 ppd.phy_addr = MV643XX_ETH_PHY_NONE;
2772 of_property_read_u32(pnp, "speed", &ppd.speed);
2773 of_property_read_u32(pnp, "duplex", &ppd.duplex);
2774 }
2775
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002776 ppdev = platform_device_alloc(MV643XX_ETH_NAME, dev_num);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002777 if (!ppdev)
2778 return -ENOMEM;
2779 ppdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
Sebastian Hesselbarthb5d82db2013-10-02 12:57:22 +02002780 ppdev->dev.of_node = pnp;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002781
2782 ret = platform_device_add_resources(ppdev, &res, 1);
2783 if (ret)
2784 goto port_err;
2785
2786 ret = platform_device_add_data(ppdev, &ppd, sizeof(ppd));
2787 if (ret)
2788 goto port_err;
2789
2790 ret = platform_device_add(ppdev);
2791 if (ret)
2792 goto port_err;
2793
Jonas Gorski785bf6f2013-07-08 00:44:55 +02002794 port_platdev[dev_num] = ppdev;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002795
2796 return 0;
2797
2798port_err:
2799 platform_device_put(ppdev);
2800 return ret;
2801}
2802
2803static int mv643xx_eth_shared_of_probe(struct platform_device *pdev)
2804{
2805 struct mv643xx_eth_shared_platform_data *pd;
2806 struct device_node *pnp, *np = pdev->dev.of_node;
2807 int ret;
2808
2809 /* bail out if not registered from DT */
2810 if (!np)
2811 return 0;
2812
2813 pd = devm_kzalloc(&pdev->dev, sizeof(*pd), GFP_KERNEL);
2814 if (!pd)
2815 return -ENOMEM;
2816 pdev->dev.platform_data = pd;
2817
2818 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit);
2819
2820 for_each_available_child_of_node(np, pnp) {
2821 ret = mv643xx_eth_shared_of_add_port(pdev, pnp);
Julia Lawall26b79742015-10-25 14:57:07 +01002822 if (ret) {
2823 of_node_put(pnp);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002824 return ret;
Julia Lawall26b79742015-10-25 14:57:07 +01002825 }
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002826 }
2827 return 0;
2828}
2829
2830static void mv643xx_eth_shared_of_remove(void)
2831{
2832 int n;
2833
2834 for (n = 0; n < 3; n++) {
2835 platform_device_del(port_platdev[n]);
2836 port_platdev[n] = NULL;
2837 }
2838}
2839#else
Arnd Bergmannff208772013-06-03 03:11:24 +00002840static inline int mv643xx_eth_shared_of_probe(struct platform_device *pdev)
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002841{
Arnd Bergmannff208772013-06-03 03:11:24 +00002842 return 0;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002843}
2844
Arnd Bergmannff208772013-06-03 03:11:24 +00002845static inline void mv643xx_eth_shared_of_remove(void)
2846{
2847}
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002848#endif
2849
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002850static int mv643xx_eth_shared_probe(struct platform_device *pdev)
2851{
Lennert Buytenhek10a99482008-11-20 03:57:16 -08002852 static int mv643xx_eth_version_printed;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002853 struct mv643xx_eth_shared_platform_data *pd;
Lennert Buytenheke5371492008-06-01 02:18:13 +02002854 struct mv643xx_eth_shared_private *msp;
Andrew Lunn63a93322011-12-07 21:48:07 +01002855 const struct mbus_dram_target_info *dram;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002856 struct resource *res;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002857 int ret;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002858
Lennert Buytenheke5371492008-06-01 02:18:13 +02002859 if (!mv643xx_eth_version_printed++)
Joe Perches7542db82011-03-02 17:50:35 +00002860 pr_notice("MV-643xx 10/100/1000 ethernet driver version %s\n",
2861 mv643xx_eth_driver_version);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002862
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002863 res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
2864 if (res == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002865 return -EINVAL;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002866
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002867 msp = devm_kzalloc(&pdev->dev, sizeof(*msp), GFP_KERNEL);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002868 if (msp == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002869 return -ENOMEM;
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002870 platform_set_drvdata(pdev, msp);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002871
Sebastian Hesselbarth65a6f962013-05-29 09:32:44 +00002872 msp->base = devm_ioremap(&pdev->dev, res->start, resource_size(res));
Lennert Buytenhekcc9754b32008-06-01 02:10:27 +02002873 if (msp->base == NULL)
Sebastian Hesselbarth727f9572013-04-10 23:29:34 +00002874 return -ENOMEM;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002875
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00002876 msp->clk = devm_clk_get(&pdev->dev, NULL);
2877 if (!IS_ERR(msp->clk))
2878 clk_prepare_enable(msp->clk);
2879
Lennert Buytenheked944932008-08-26 13:34:19 +02002880 /*
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002881 * (Re-)program MBUS remapping windows if we are asked to.
2882 */
Andrew Lunn63a93322011-12-07 21:48:07 +01002883 dram = mv_mbus_dram_info();
2884 if (dram)
2885 mv643xx_eth_conf_mbus_windows(msp, dram);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002886
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002887 ret = mv643xx_eth_shared_of_probe(pdev);
2888 if (ret)
2889 return ret;
Jingoo Hanbbfa6d02013-08-30 13:57:13 +09002890 pd = dev_get_platdata(&pdev->dev);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002891
Dan Carpenter50a749c2010-07-23 01:05:05 +00002892 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ?
2893 pd->tx_csum_limit : 9 * 1024;
Lennert Buytenhek773fc3e2008-06-02 01:54:16 +02002894 infer_hw_params(msp);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002895
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002896 return 0;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002897}
2898
2899static int mv643xx_eth_shared_remove(struct platform_device *pdev)
2900{
Lennert Buytenheke5371492008-06-01 02:18:13 +02002901 struct mv643xx_eth_shared_private *msp = platform_get_drvdata(pdev);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002902
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002903 mv643xx_eth_shared_of_remove();
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00002904 if (!IS_ERR(msp->clk))
2905 clk_disable_unprepare(msp->clk);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002906 return 0;
2907}
2908
2909static struct platform_driver mv643xx_eth_shared_driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002910 .probe = mv643xx_eth_shared_probe,
2911 .remove = mv643xx_eth_shared_remove,
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002912 .driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002913 .name = MV643XX_ETH_SHARED_NAME,
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00002914 .of_match_table = of_match_ptr(mv643xx_eth_shared_ids),
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002915 },
2916};
2917
Lennert Buytenheke5371492008-06-01 02:18:13 +02002918static void phy_addr_set(struct mv643xx_eth_private *mp, int phy_addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002919{
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002920 int addr_shift = 5 * mp->port_num;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002921 u32 data;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002922
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002923 data = rdl(mp, PHY_ADDR);
2924 data &= ~(0x1f << addr_shift);
2925 data |= (phy_addr & 0x1f) << addr_shift;
2926 wrl(mp, PHY_ADDR, data);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002927}
2928
Lennert Buytenheke5371492008-06-01 02:18:13 +02002929static int phy_addr_get(struct mv643xx_eth_private *mp)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002930{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002931 unsigned int data;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002932
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002933 data = rdl(mp, PHY_ADDR);
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002934
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002935 return (data >> (5 * mp->port_num)) & 0x1f;
2936}
2937
2938static void set_params(struct mv643xx_eth_private *mp,
2939 struct mv643xx_eth_platform_data *pd)
2940{
2941 struct net_device *dev = mp->dev;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002942 unsigned int tx_ring_size;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002943
2944 if (is_valid_ether_addr(pd->mac_addr))
Joe Perchesd458cdf2013-10-01 19:04:40 -07002945 memcpy(dev->dev_addr, pd->mac_addr, ETH_ALEN);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002946 else
2947 uc_addr_get(mp, dev->dev_addr);
2948
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002949 mp->rx_ring_size = DEFAULT_RX_QUEUE_SIZE;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002950 if (pd->rx_queue_size)
Lennert Buytenheke7d2f4d2009-02-12 14:07:37 +00002951 mp->rx_ring_size = pd->rx_queue_size;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002952 mp->rx_desc_sram_addr = pd->rx_sram_addr;
2953 mp->rx_desc_sram_size = pd->rx_sram_size;
2954
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002955 mp->rxq_count = pd->rx_queue_count ? : 1;
Lennert Buytenhek64da80a2008-06-02 01:01:26 +02002956
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002957 tx_ring_size = DEFAULT_TX_QUEUE_SIZE;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002958 if (pd->tx_queue_size)
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03002959 tx_ring_size = pd->tx_queue_size;
2960
2961 mp->tx_ring_size = clamp_t(unsigned int, tx_ring_size,
2962 MV643XX_MAX_SKB_DESCS * 2, 4096);
2963 if (mp->tx_ring_size != tx_ring_size)
2964 netdev_warn(dev, "TX queue size set to %u (requested %u)\n",
2965 mp->tx_ring_size, tx_ring_size);
2966
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02002967 mp->tx_desc_sram_addr = pd->tx_sram_addr;
2968 mp->tx_desc_sram_size = pd->tx_sram_size;
Lennert Buytenhek3d6b35b2008-06-02 01:28:22 +02002969
Lennert Buytenhekf7981c12008-08-26 10:23:22 +02002970 mp->txq_count = pd->tx_queue_count ? : 1;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002971}
2972
Jason Gunthorpefd33b242016-10-26 11:47:02 -06002973static int get_phy_mode(struct mv643xx_eth_private *mp)
2974{
2975 struct device *dev = mp->dev->dev.parent;
2976 int iface = -1;
2977
2978 if (dev->of_node)
2979 iface = of_get_phy_mode(dev->of_node);
2980
2981 /* Historical default if unspecified. We could also read/write
2982 * the interface state in the PSC1
2983 */
2984 if (iface < 0)
2985 iface = PHY_INTERFACE_MODE_GMII;
2986 return iface;
2987}
2988
Lennert Buytenheked944932008-08-26 13:34:19 +02002989static struct phy_device *phy_scan(struct mv643xx_eth_private *mp,
2990 int phy_addr)
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002991{
Lennert Buytenheked944932008-08-26 13:34:19 +02002992 struct phy_device *phydev;
2993 int start;
2994 int num;
2995 int i;
Florian Fainellic3a07132013-03-22 03:39:28 +00002996 char phy_id[MII_BUS_ID_SIZE + 3];
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02002997
Lennert Buytenheked944932008-08-26 13:34:19 +02002998 if (phy_addr == MV643XX_ETH_PHY_ADDR_DEFAULT) {
2999 start = phy_addr_get(mp) & 0x1f;
3000 num = 32;
3001 } else {
3002 start = phy_addr & 0x1f;
3003 num = 1;
3004 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02003005
Florian Fainellic3a07132013-03-22 03:39:28 +00003006 /* Attempt to connect to the PHY using orion-mdio */
Simon Baatz976c90b2013-03-24 10:34:00 +00003007 phydev = ERR_PTR(-ENODEV);
Lennert Buytenheked944932008-08-26 13:34:19 +02003008 for (i = 0; i < num; i++) {
3009 int addr = (start + i) & 0x1f;
Lennert Buytenhek45c5d3b2008-08-26 04:42:59 +02003010
Florian Fainellic3a07132013-03-22 03:39:28 +00003011 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT,
3012 "orion-mdio-mii", addr);
Lennert Buytenhek45c5d3b2008-08-26 04:42:59 +02003013
Florian Fainellic3a07132013-03-22 03:39:28 +00003014 phydev = phy_connect(mp->dev, phy_id, mv643xx_eth_adjust_link,
Jason Gunthorpefd33b242016-10-26 11:47:02 -06003015 get_phy_mode(mp));
Florian Fainellic3a07132013-03-22 03:39:28 +00003016 if (!IS_ERR(phydev)) {
3017 phy_addr_set(mp, addr);
3018 break;
Lennert Buytenheked944932008-08-26 13:34:19 +02003019 }
3020 }
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02003021
Lennert Buytenheked944932008-08-26 13:34:19 +02003022 return phydev;
Lennert Buytenhekc9df406f2008-06-01 00:48:39 +02003023}
3024
Lennert Buytenheked944932008-08-26 13:34:19 +02003025static void phy_init(struct mv643xx_eth_private *mp, int speed, int duplex)
James Chapmand0412d92006-01-27 01:15:30 -07003026{
Lennert Buytenheked944932008-08-26 13:34:19 +02003027 struct phy_device *phy = mp->phy;
James Chapmand0412d92006-01-27 01:15:30 -07003028
Lennert Buytenheked944932008-08-26 13:34:19 +02003029 if (speed == 0) {
3030 phy->autoneg = AUTONEG_ENABLE;
3031 phy->speed = 0;
3032 phy->duplex = 0;
3033 phy->advertising = phy->supported | ADVERTISED_Autoneg;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003034 } else {
Lennert Buytenheked944932008-08-26 13:34:19 +02003035 phy->autoneg = AUTONEG_DISABLE;
3036 phy->advertising = 0;
3037 phy->speed = speed;
3038 phy->duplex = duplex;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003039 }
Lennert Buytenheked944932008-08-26 13:34:19 +02003040 phy_start_aneg(phy);
James Chapmand0412d92006-01-27 01:15:30 -07003041}
3042
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003043static void init_pscr(struct mv643xx_eth_private *mp, int speed, int duplex)
3044{
3045 u32 pscr;
3046
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003047 pscr = rdlp(mp, PORT_SERIAL_CONTROL);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003048 if (pscr & SERIAL_PORT_ENABLE) {
3049 pscr &= ~SERIAL_PORT_ENABLE;
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003050 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003051 }
3052
3053 pscr = MAX_RX_PACKET_9700BYTE | SERIAL_PORT_CONTROL_RESERVED;
Lennert Buytenheked944932008-08-26 13:34:19 +02003054 if (mp->phy == NULL) {
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003055 pscr |= DISABLE_AUTO_NEG_SPEED_GMII;
3056 if (speed == SPEED_1000)
3057 pscr |= SET_GMII_SPEED_TO_1000;
3058 else if (speed == SPEED_100)
3059 pscr |= SET_MII_SPEED_TO_100;
3060
3061 pscr |= DISABLE_AUTO_NEG_FOR_FLOW_CTRL;
3062
3063 pscr |= DISABLE_AUTO_NEG_FOR_DUPLEX;
3064 if (duplex == DUPLEX_FULL)
3065 pscr |= SET_FULL_DUPLEX_MODE;
3066 }
3067
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003068 wrlp(mp, PORT_SERIAL_CONTROL, pscr);
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003069}
3070
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003071static const struct net_device_ops mv643xx_eth_netdev_ops = {
3072 .ndo_open = mv643xx_eth_open,
3073 .ndo_stop = mv643xx_eth_stop,
3074 .ndo_start_xmit = mv643xx_eth_xmit,
3075 .ndo_set_rx_mode = mv643xx_eth_set_rx_mode,
3076 .ndo_set_mac_address = mv643xx_eth_set_mac_address,
kirjanov@gmail.com1d4bd942010-02-16 20:40:11 +00003077 .ndo_validate_addr = eth_validate_addr,
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003078 .ndo_do_ioctl = mv643xx_eth_ioctl,
3079 .ndo_change_mtu = mv643xx_eth_change_mtu,
Michał Mirosławaad59c42011-04-17 00:15:46 +00003080 .ndo_set_features = mv643xx_eth_set_features,
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003081 .ndo_tx_timeout = mv643xx_eth_tx_timeout,
3082 .ndo_get_stats = mv643xx_eth_get_stats,
3083#ifdef CONFIG_NET_POLL_CONTROLLER
3084 .ndo_poll_controller = mv643xx_eth_netpoll,
3085#endif
3086};
3087
Russell King3ae5eae2005-11-09 22:32:44 +00003088static int mv643xx_eth_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090 struct mv643xx_eth_platform_data *pd;
Lennert Buytenheke5371492008-06-01 02:18:13 +02003091 struct mv643xx_eth_private *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092 struct net_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093 struct resource *res;
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003094 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095
Jingoo Hanbbfa6d02013-08-30 13:57:13 +09003096 pd = dev_get_platdata(&pdev->dev);
Dale Farnsworth84dd6192007-03-03 06:40:28 -07003097 if (pd == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00003098 dev_err(&pdev->dev, "no mv643xx_eth_platform_data\n");
Dale Farnsworth84dd6192007-03-03 06:40:28 -07003099 return -ENODEV;
3100 }
3101
Lennert Buytenhekfa3959f2008-04-24 01:27:02 +02003102 if (pd->shared == NULL) {
Joe Perches7542db82011-03-02 17:50:35 +00003103 dev_err(&pdev->dev, "no mv643xx_eth_platform_data->shared\n");
Lennert Buytenhekfa3959f2008-04-24 01:27:02 +02003104 return -ENODEV;
3105 }
3106
Lennert Buytenheke5ef1de2008-08-28 06:26:23 +02003107 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 if (!dev)
3109 return -ENOMEM;
3110
Jason Gunthorpefd33b242016-10-26 11:47:02 -06003111 SET_NETDEV_DEV(dev, &pdev->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112 mp = netdev_priv(dev);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003113 platform_set_drvdata(pdev, mp);
3114
3115 mp->shared = platform_get_drvdata(pd->shared);
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003116 mp->base = mp->shared->base + 0x0400 + (pd->port_number << 10);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003117 mp->port_num = pd->port_number;
3118
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003119 mp->dev = dev;
Lennert Buytenhek78fff832008-08-24 01:03:57 +02003120
Sebastian Hesselbarthcb852152013-05-29 09:32:47 +00003121 /* Kirkwood resets some registers on gated clocks. Especially
3122 * CLK125_BYPASS_EN must be cleared but is not available on
3123 * all other SoCs/System Controllers using this driver.
3124 */
3125 if (of_device_is_compatible(pdev->dev.of_node,
3126 "marvell,kirkwood-eth-port"))
3127 wrlp(mp, PORT_SERIAL_CONTROL1,
3128 rdlp(mp, PORT_SERIAL_CONTROL1) & ~CLK125_BYPASS_EN);
3129
Andrew Lunn452503e2011-12-24 01:24:24 +01003130 /*
Andrew Lunn9a43a022012-06-06 06:40:43 +00003131 * Start with a default rate, and if there is a clock, allow
3132 * it to override the default.
Andrew Lunn452503e2011-12-24 01:24:24 +01003133 */
Andrew Lunn9a43a022012-06-06 06:40:43 +00003134 mp->t_clk = 133000000;
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003135 mp->clk = devm_clk_get(&pdev->dev, NULL);
Andrew Lunn452503e2011-12-24 01:24:24 +01003136 if (!IS_ERR(mp->clk)) {
3137 clk_prepare_enable(mp->clk);
3138 mp->t_clk = clk_get_rate(mp->clk);
Sebastian Hesselbarth76723bc2013-05-29 09:32:48 +00003139 } else if (!IS_ERR(mp->shared->clk)) {
3140 mp->t_clk = clk_get_rate(mp->shared->clk);
Andrew Lunn452503e2011-12-24 01:24:24 +01003141 }
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003142
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003143 set_params(mp, pd);
Ben Hutchings206d6b32010-09-27 08:30:05 +00003144 netif_set_real_num_tx_queues(dev, mp->txq_count);
3145 netif_set_real_num_rx_queues(dev, mp->rxq_count);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003146
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003147 err = 0;
3148 if (pd->phy_node) {
3149 mp->phy = of_phy_connect(mp->dev, pd->phy_node,
3150 mv643xx_eth_adjust_link, 0,
Jason Gunthorpefd33b242016-10-26 11:47:02 -06003151 get_phy_mode(mp));
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003152 if (!mp->phy)
3153 err = -ENODEV;
Dan Carpenter6115c112013-11-13 10:52:47 +03003154 else
Andrew Lunne5a03bf2016-01-06 20:11:16 +01003155 phy_addr_set(mp, mp->phy->mdio.addr);
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003156 } else if (pd->phy_addr != MV643XX_ETH_PHY_NONE) {
Lennert Buytenheked944932008-08-26 13:34:19 +02003157 mp->phy = phy_scan(mp, pd->phy_addr);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003158
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003159 if (IS_ERR(mp->phy))
Simon Baatz976c90b2013-03-24 10:34:00 +00003160 err = PTR_ERR(mp->phy);
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003161 else
3162 phy_init(mp, pd->speed, pd->duplex);
Simon Baatz976c90b2013-03-24 10:34:00 +00003163 }
Sebastian Hesselbarthcc9d4592013-05-29 09:32:46 +00003164 if (err == -ENODEV) {
3165 err = -EPROBE_DEFER;
3166 goto out;
3167 }
3168 if (err)
3169 goto out;
Lennert Buytenhek6bdf5762009-02-12 14:06:46 +00003170
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00003171 dev->ethtool_ops = &mv643xx_eth_ethtool_ops;
Lennert Buytenheked944932008-08-26 13:34:19 +02003172
Lennert Buytenhek81600eea92008-07-14 14:29:40 +02003173 init_pscr(mp, pd->speed, pd->duplex);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003174
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003175
3176 mib_counters_clear(mp);
3177
Vaishali Thakkar12d5e6f2015-06-01 09:36:02 +05303178 setup_timer(&mp->mib_counters_timer, mib_counters_timer_wrapper,
3179 (unsigned long)mp);
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003180 mp->mib_counters_timer.expires = jiffies + 30 * HZ;
Lennert Buytenhek4ff34952008-09-19 05:04:57 +02003181
3182 spin_lock_init(&mp->mib_counters_lock);
3183
3184 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);
3185
Andrew Lunna3659aa2013-05-13 23:54:20 +00003186 netif_napi_add(dev, &mp->napi, mv643xx_eth_poll, NAPI_POLL_WEIGHT);
Lennert Buytenhek2257e052008-08-24 04:33:36 +02003187
Vaishali Thakkar12d5e6f2015-06-01 09:36:02 +05303188 setup_timer(&mp->rx_oom, oom_timer_wrapper, (unsigned long)mp);
Lennert Buytenhek2257e052008-08-24 04:33:36 +02003189
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003190
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 res = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
3192 BUG_ON(!res);
3193 dev->irq = res->start;
3194
Lennert Buytenhekea8a8642009-02-24 15:41:40 +00003195 dev->netdev_ops = &mv643xx_eth_netdev_ops;
3196
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197 dev->watchdog_timeo = 2 * HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198 dev->base_addr = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199
Ezequiel Garcia3ae8f4e2014-05-19 14:00:00 -03003200 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO;
Ezequiel Garcia4d48d582014-05-19 13:59:58 -03003201 dev->vlan_features = dev->features;
3202
3203 dev->features |= NETIF_F_RXCSUM;
3204 dev->hw_features = dev->features;
James Chapmanc28a4f82006-01-27 01:13:15 -07003205
Jiri Pirko01789342011-08-16 06:29:00 +00003206 dev->priv_flags |= IFF_UNICAST_FLT;
Ezequiel Garciaee9e4952014-05-30 13:40:09 -03003207 dev->gso_max_segs = MV643XX_MAX_TSO_SEGS;
Jiri Pirko01789342011-08-16 06:29:00 +00003208
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003209 if (mp->shared->win_protect)
3210 wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);
3211
Lennert Buytenheka5fe3612009-02-24 15:41:47 +00003212 netif_carrier_off(dev);
3213
Lennert Buytenhekb5e86db2009-04-08 15:42:46 -07003214 wrlp(mp, SDMA_CONFIG, PORT_SDMA_CONFIG_DEFAULT_VALUE);
3215
Lennert Buytenhek4fb0a542009-02-24 15:42:05 +00003216 set_rx_coal(mp, 250);
Lennert Buytenheka5fe3612009-02-24 15:41:47 +00003217 set_tx_coal(mp, 0);
3218
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 err = register_netdev(dev);
3220 if (err)
3221 goto out;
3222
Joe Perches7542db82011-03-02 17:50:35 +00003223 netdev_notice(dev, "port %d with MAC address %pM\n",
3224 mp->port_num, dev->dev_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225
Lennert Buytenhek13d64282008-06-01 20:51:22 +02003226 if (mp->tx_desc_sram_size > 0)
Joe Perches7542db82011-03-02 17:50:35 +00003227 netdev_notice(dev, "configured with sram\n");
Nicolas DETb1529872005-10-28 17:46:30 -07003228
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229 return 0;
3230
3231out:
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003232 if (!IS_ERR(mp->clk))
Simon Baatzbaffab22012-07-19 00:04:09 +02003233 clk_disable_unprepare(mp->clk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234 free_netdev(dev);
3235
3236 return err;
3237}
3238
Russell King3ae5eae2005-11-09 22:32:44 +00003239static int mv643xx_eth_remove(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003241 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003243 unregister_netdev(mp->dev);
Lennert Buytenheked944932008-08-26 13:34:19 +02003244 if (mp->phy != NULL)
Sebastian Hesselbarthcec753f2013-05-29 09:32:43 +00003245 phy_disconnect(mp->phy);
Tejun Heo23f333a2010-12-12 16:45:14 +01003246 cancel_work_sync(&mp->tx_timeout_task);
Andrew Lunn452503e2011-12-24 01:24:24 +01003247
Sebastian Hesselbarth20922482013-04-10 23:29:33 +00003248 if (!IS_ERR(mp->clk))
Andrew Lunn452503e2011-12-24 01:24:24 +01003249 clk_disable_unprepare(mp->clk);
Andrew Lunn9a43a022012-06-06 06:40:43 +00003250
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003251 free_netdev(mp->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253 return 0;
3254}
3255
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003256static void mv643xx_eth_shutdown(struct platform_device *pdev)
3257{
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003258 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003259
3260 /* Mask all interrupts on ethernet port */
Lennert Buytenhek37a60842008-11-20 03:57:36 -08003261 wrlp(mp, INT_MASK, 0);
3262 rdlp(mp, INT_MASK);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003263
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003264 if (netif_running(mp->dev))
3265 port_reset(mp);
Dale Farnsworthd57ab6f2007-03-20 16:38:04 -07003266}
3267
Russell King3ae5eae2005-11-09 22:32:44 +00003268static struct platform_driver mv643xx_eth_driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003269 .probe = mv643xx_eth_probe,
3270 .remove = mv643xx_eth_remove,
3271 .shutdown = mv643xx_eth_shutdown,
Russell King3ae5eae2005-11-09 22:32:44 +00003272 .driver = {
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003273 .name = MV643XX_ETH_NAME,
Russell King3ae5eae2005-11-09 22:32:44 +00003274 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275};
3276
Thierry Reding3b5dde72015-12-02 17:30:29 +01003277static struct platform_driver * const drivers[] = {
3278 &mv643xx_eth_shared_driver,
3279 &mv643xx_eth_driver,
3280};
3281
Lennert Buytenheke5371492008-06-01 02:18:13 +02003282static int __init mv643xx_eth_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283{
Thierry Reding3b5dde72015-12-02 17:30:29 +01003284 return platform_register_drivers(drivers, ARRAY_SIZE(drivers));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285}
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003286module_init(mv643xx_eth_init_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287
Lennert Buytenheke5371492008-06-01 02:18:13 +02003288static void __exit mv643xx_eth_cleanup_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289{
Thierry Reding3b5dde72015-12-02 17:30:29 +01003290 platform_unregister_drivers(drivers, ARRAY_SIZE(drivers));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291}
Lennert Buytenheke5371492008-06-01 02:18:13 +02003292module_exit(mv643xx_eth_cleanup_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293
Lennert Buytenhek45675bc2008-06-02 02:02:30 +02003294MODULE_AUTHOR("Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, "
3295 "Manish Lachwani, Dale Farnsworth and Lennert Buytenhek");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296MODULE_DESCRIPTION("Ethernet driver for Marvell MV643XX");
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003297MODULE_LICENSE("GPL");
Kay Sievers72abb462008-04-18 13:50:44 -07003298MODULE_ALIAS("platform:" MV643XX_ETH_SHARED_NAME);
Lennert Buytenhekfc32b0e2008-06-02 00:28:40 +02003299MODULE_ALIAS("platform:" MV643XX_ETH_NAME);