blob: dc09f9a8a49bb160e29a829cfaa740a36fde2223 [file] [log] [blame]
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001/*
Jamie Ilesf75ba502011-11-08 10:12:32 +00002 * Cadence MACB/GEM Ethernet Controller driver
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003 *
4 * Copyright (C) 2004-2006 Atmel Corporation
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
Jamie Ilesc220f8c2011-03-08 20:27:08 +000011#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010012#include <linux/clk.h>
Claudiu Beznea653e92a2018-08-07 12:25:14 +030013#include <linux/crc32.h>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010014#include <linux/module.h>
15#include <linux/moduleparam.h>
16#include <linux/kernel.h>
17#include <linux/types.h>
Nicolas Ferre909a8582012-11-19 06:00:21 +000018#include <linux/circ_buf.h>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010019#include <linux/slab.h>
20#include <linux/init.h>
Soren Brinkmann60fe7162013-12-10 16:07:21 -080021#include <linux/io.h>
Joachim Eastwood2dbfdbb92012-11-11 13:56:27 +000022#include <linux/gpio.h>
Gregory CLEMENT270c4992015-12-17 10:51:04 +010023#include <linux/gpio/consumer.h>
Alexey Dobriyana6b7a402011-06-06 10:43:46 +000024#include <linux/interrupt.h>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010025#include <linux/netdevice.h>
26#include <linux/etherdevice.h>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010027#include <linux/dma-mapping.h>
Jamie Iles84e0cdb2011-03-08 20:17:06 +000028#include <linux/platform_data/macb.h>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010029#include <linux/platform_device.h>
frederic RODO6c36a702007-07-12 19:07:24 +020030#include <linux/phy.h>
Olof Johanssonb17471f2011-12-20 13:13:07 -080031#include <linux/of.h>
Jean-Christophe PLAGNIOL-VILLARDfb97a842011-11-18 15:29:25 +010032#include <linux/of_device.h>
Gregory CLEMENT270c4992015-12-17 10:51:04 +010033#include <linux/of_gpio.h>
Boris BREZILLON148cbb52013-08-22 17:57:28 +020034#include <linux/of_mdio.h>
Jean-Christophe PLAGNIOL-VILLARDfb97a842011-11-18 15:29:25 +010035#include <linux/of_net.h>
Rafal Ozieblo1629dd42016-11-16 10:02:34 +000036#include <linux/ip.h>
37#include <linux/udp.h>
38#include <linux/tcp.h>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010039#include "macb.h"
40
Nicolas Ferre1b447912013-06-04 21:57:11 +000041#define MACB_RX_BUFFER_SIZE 128
Nicolas Ferre1b447912013-06-04 21:57:11 +000042#define RX_BUFFER_MULTIPLE 64 /* bytes */
Zach Brown8441bb32016-10-19 09:56:58 -050043
Zach Brownb410d132016-10-19 09:56:57 -050044#define DEFAULT_RX_RING_SIZE 512 /* must be power of 2 */
Zach Brown8441bb32016-10-19 09:56:58 -050045#define MIN_RX_RING_SIZE 64
46#define MAX_RX_RING_SIZE 8192
Rafal Ozieblodc97a892017-01-27 15:08:20 +000047#define RX_RING_BYTES(bp) (macb_dma_desc_get_size(bp) \
Zach Brownb410d132016-10-19 09:56:57 -050048 * (bp)->rx_ring_size)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010049
Zach Brownb410d132016-10-19 09:56:57 -050050#define DEFAULT_TX_RING_SIZE 512 /* must be power of 2 */
Zach Brown8441bb32016-10-19 09:56:58 -050051#define MIN_TX_RING_SIZE 64
52#define MAX_TX_RING_SIZE 4096
Rafal Ozieblodc97a892017-01-27 15:08:20 +000053#define TX_RING_BYTES(bp) (macb_dma_desc_get_size(bp) \
Zach Brownb410d132016-10-19 09:56:57 -050054 * (bp)->tx_ring_size)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010055
Nicolas Ferre909a8582012-11-19 06:00:21 +000056/* level of occupied TX descriptors under which we wake up TX process */
Zach Brownb410d132016-10-19 09:56:57 -050057#define MACB_TX_WAKEUP_THRESH(bp) (3 * (bp)->tx_ring_size / 4)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010058
59#define MACB_RX_INT_FLAGS (MACB_BIT(RCOMP) | MACB_BIT(RXUBR) \
60 | MACB_BIT(ISR_ROVR))
Nicolas Ferree86cd532012-10-31 06:04:57 +000061#define MACB_TX_ERR_FLAGS (MACB_BIT(ISR_TUND) \
62 | MACB_BIT(ISR_RLE) \
63 | MACB_BIT(TXERR))
64#define MACB_TX_INT_FLAGS (MACB_TX_ERR_FLAGS | MACB_BIT(TCOMP))
65
Rafal Ozieblo1629dd42016-11-16 10:02:34 +000066/* Max length of transmit frame must be a multiple of 8 bytes */
67#define MACB_TX_LEN_ALIGN 8
68#define MACB_MAX_TX_LEN ((unsigned int)((1 << MACB_TX_FRMLEN_SIZE) - 1) & ~((unsigned int)(MACB_TX_LEN_ALIGN - 1)))
69#define GEM_MAX_TX_LEN ((unsigned int)((1 << GEM_TX_FRMLEN_SIZE) - 1) & ~((unsigned int)(MACB_TX_LEN_ALIGN - 1)))
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +020070
Jarod Wilson44770e12016-10-17 15:54:17 -040071#define GEM_MTU_MIN_SIZE ETH_MIN_MTU
David S. Millerf9c45ae2017-07-03 06:31:05 -070072#define MACB_NETIF_LSO NETIF_F_TSO
Harini Katakama5898ea2015-05-06 22:27:18 +053073
Sergio Prado3e2a5e12016-02-09 12:07:16 -020074#define MACB_WOL_HAS_MAGIC_PACKET (0x1 << 0)
75#define MACB_WOL_ENABLED (0x1 << 1)
76
Moritz Fischer64ec42f2016-03-29 19:11:12 -070077/* Graceful stop timeouts in us. We should allow up to
Nicolas Ferree86cd532012-10-31 06:04:57 +000078 * 1 frame time (10 Mbits/s, full-duplex, ignoring collisions)
79 */
80#define MACB_HALT_TIMEOUT 1230
Haavard Skinnemoen89e57852006-11-09 14:51:17 +010081
Rafal Ozieblodc97a892017-01-27 15:08:20 +000082/* DMA buffer descriptor might be different size
Rafal Ozieblo7b429612017-06-29 07:12:51 +010083 * depends on hardware configuration:
84 *
85 * 1. dma address width 32 bits:
86 * word 1: 32 bit address of Data Buffer
87 * word 2: control
88 *
89 * 2. dma address width 64 bits:
90 * word 1: 32 bit address of Data Buffer
91 * word 2: control
92 * word 3: upper 32 bit address of Data Buffer
93 * word 4: unused
94 *
95 * 3. dma address width 32 bits with hardware timestamping:
96 * word 1: 32 bit address of Data Buffer
97 * word 2: control
98 * word 3: timestamp word 1
99 * word 4: timestamp word 2
100 *
101 * 4. dma address width 64 bits with hardware timestamping:
102 * word 1: 32 bit address of Data Buffer
103 * word 2: control
104 * word 3: upper 32 bit address of Data Buffer
105 * word 4: unused
106 * word 5: timestamp word 1
107 * word 6: timestamp word 2
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000108 */
109static unsigned int macb_dma_desc_get_size(struct macb *bp)
110{
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100111#ifdef MACB_EXT_DESC
112 unsigned int desc_size;
113
114 switch (bp->hw_dma_cap) {
115 case HW_DMA_CAP_64B:
116 desc_size = sizeof(struct macb_dma_desc)
117 + sizeof(struct macb_dma_desc_64);
118 break;
119 case HW_DMA_CAP_PTP:
120 desc_size = sizeof(struct macb_dma_desc)
121 + sizeof(struct macb_dma_desc_ptp);
122 break;
123 case HW_DMA_CAP_64B_PTP:
124 desc_size = sizeof(struct macb_dma_desc)
125 + sizeof(struct macb_dma_desc_64)
126 + sizeof(struct macb_dma_desc_ptp);
127 break;
128 default:
129 desc_size = sizeof(struct macb_dma_desc);
130 }
131 return desc_size;
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000132#endif
133 return sizeof(struct macb_dma_desc);
134}
135
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100136static unsigned int macb_adj_dma_desc_idx(struct macb *bp, unsigned int desc_idx)
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000137{
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100138#ifdef MACB_EXT_DESC
139 switch (bp->hw_dma_cap) {
140 case HW_DMA_CAP_64B:
141 case HW_DMA_CAP_PTP:
142 desc_idx <<= 1;
143 break;
144 case HW_DMA_CAP_64B_PTP:
145 desc_idx *= 3;
146 break;
147 default:
148 break;
149 }
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000150#endif
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100151 return desc_idx;
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000152}
153
154#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
155static struct macb_dma_desc_64 *macb_64b_desc(struct macb *bp, struct macb_dma_desc *desc)
156{
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100157 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
158 return (struct macb_dma_desc_64 *)((void *)desc + sizeof(struct macb_dma_desc));
159 return NULL;
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000160}
161#endif
162
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000163/* Ring buffer accessors */
Zach Brownb410d132016-10-19 09:56:57 -0500164static unsigned int macb_tx_ring_wrap(struct macb *bp, unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000165{
Zach Brownb410d132016-10-19 09:56:57 -0500166 return index & (bp->tx_ring_size - 1);
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000167}
168
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100169static struct macb_dma_desc *macb_tx_desc(struct macb_queue *queue,
170 unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000171{
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000172 index = macb_tx_ring_wrap(queue->bp, index);
173 index = macb_adj_dma_desc_idx(queue->bp, index);
174 return &queue->tx_ring[index];
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000175}
176
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100177static struct macb_tx_skb *macb_tx_skb(struct macb_queue *queue,
178 unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000179{
Zach Brownb410d132016-10-19 09:56:57 -0500180 return &queue->tx_skb[macb_tx_ring_wrap(queue->bp, index)];
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000181}
182
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100183static dma_addr_t macb_tx_dma(struct macb_queue *queue, unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000184{
185 dma_addr_t offset;
186
Zach Brownb410d132016-10-19 09:56:57 -0500187 offset = macb_tx_ring_wrap(queue->bp, index) *
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000188 macb_dma_desc_get_size(queue->bp);
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000189
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100190 return queue->tx_ring_dma + offset;
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000191}
192
Zach Brownb410d132016-10-19 09:56:57 -0500193static unsigned int macb_rx_ring_wrap(struct macb *bp, unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000194{
Zach Brownb410d132016-10-19 09:56:57 -0500195 return index & (bp->rx_ring_size - 1);
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000196}
197
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000198static struct macb_dma_desc *macb_rx_desc(struct macb_queue *queue, unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000199{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000200 index = macb_rx_ring_wrap(queue->bp, index);
201 index = macb_adj_dma_desc_idx(queue->bp, index);
202 return &queue->rx_ring[index];
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000203}
204
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000205static void *macb_rx_buffer(struct macb_queue *queue, unsigned int index)
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000206{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000207 return queue->rx_buffers + queue->bp->rx_buffer_size *
208 macb_rx_ring_wrap(queue->bp, index);
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000209}
210
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +0300211/* I/O accessors */
212static u32 hw_readl_native(struct macb *bp, int offset)
213{
214 return __raw_readl(bp->regs + offset);
215}
216
217static void hw_writel_native(struct macb *bp, int offset, u32 value)
218{
219 __raw_writel(value, bp->regs + offset);
220}
221
222static u32 hw_readl(struct macb *bp, int offset)
223{
224 return readl_relaxed(bp->regs + offset);
225}
226
227static void hw_writel(struct macb *bp, int offset, u32 value)
228{
229 writel_relaxed(value, bp->regs + offset);
230}
231
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700232/* Find the CPU endianness by using the loopback bit of NCR register. When the
Moritz Fischer88023be2016-03-29 19:11:15 -0700233 * CPU is in big endian we need to program swapped mode for management
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +0300234 * descriptor access.
235 */
236static bool hw_is_native_io(void __iomem *addr)
237{
238 u32 value = MACB_BIT(LLB);
239
240 __raw_writel(value, addr + MACB_NCR);
241 value = __raw_readl(addr + MACB_NCR);
242
243 /* Write 0 back to disable everything */
244 __raw_writel(0, addr + MACB_NCR);
245
246 return value == MACB_BIT(LLB);
247}
248
249static bool hw_is_gem(void __iomem *addr, bool native_io)
250{
251 u32 id;
252
253 if (native_io)
254 id = __raw_readl(addr + MACB_MID);
255 else
256 id = readl_relaxed(addr + MACB_MID);
257
258 return MACB_BFEXT(IDNUM, id) >= 0x2;
259}
260
Cyrille Pitchen421d9df2015-03-07 07:23:32 +0100261static void macb_set_hwaddr(struct macb *bp)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100262{
263 u32 bottom;
264 u16 top;
265
266 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr));
Jamie Ilesf75ba502011-11-08 10:12:32 +0000267 macb_or_gem_writel(bp, SA1B, bottom);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100268 top = cpu_to_le16(*((u16 *)(bp->dev->dev_addr + 4)));
Jamie Ilesf75ba502011-11-08 10:12:32 +0000269 macb_or_gem_writel(bp, SA1T, top);
Joachim Eastwood3629a6c2012-11-11 13:56:28 +0000270
271 /* Clear unused address register sets */
272 macb_or_gem_writel(bp, SA2B, 0);
273 macb_or_gem_writel(bp, SA2T, 0);
274 macb_or_gem_writel(bp, SA3B, 0);
275 macb_or_gem_writel(bp, SA3T, 0);
276 macb_or_gem_writel(bp, SA4B, 0);
277 macb_or_gem_writel(bp, SA4T, 0);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100278}
279
Cyrille Pitchen421d9df2015-03-07 07:23:32 +0100280static void macb_get_hwaddr(struct macb *bp)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100281{
Joachim Eastwoodd25e78a2012-11-07 08:14:51 +0000282 struct macb_platform_data *pdata;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100283 u32 bottom;
284 u16 top;
285 u8 addr[6];
Joachim Eastwood17b8bb32012-11-07 08:14:50 +0000286 int i;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100287
Jingoo Hanc607a0d2013-08-30 14:12:21 +0900288 pdata = dev_get_platdata(&bp->pdev->dev);
Joachim Eastwoodd25e78a2012-11-07 08:14:51 +0000289
Moritz Fischeraa50b552016-03-29 19:11:13 -0700290 /* Check all 4 address register for valid address */
Joachim Eastwood17b8bb32012-11-07 08:14:50 +0000291 for (i = 0; i < 4; i++) {
292 bottom = macb_or_gem_readl(bp, SA1B + i * 8);
293 top = macb_or_gem_readl(bp, SA1T + i * 8);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100294
Joachim Eastwoodd25e78a2012-11-07 08:14:51 +0000295 if (pdata && pdata->rev_eth_addr) {
296 addr[5] = bottom & 0xff;
297 addr[4] = (bottom >> 8) & 0xff;
298 addr[3] = (bottom >> 16) & 0xff;
299 addr[2] = (bottom >> 24) & 0xff;
300 addr[1] = top & 0xff;
301 addr[0] = (top & 0xff00) >> 8;
302 } else {
303 addr[0] = bottom & 0xff;
304 addr[1] = (bottom >> 8) & 0xff;
305 addr[2] = (bottom >> 16) & 0xff;
306 addr[3] = (bottom >> 24) & 0xff;
307 addr[4] = top & 0xff;
308 addr[5] = (top >> 8) & 0xff;
309 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100310
Joachim Eastwood17b8bb32012-11-07 08:14:50 +0000311 if (is_valid_ether_addr(addr)) {
312 memcpy(bp->dev->dev_addr, addr, sizeof(addr));
313 return;
314 }
Sven Schnelled1d57412008-06-09 16:33:57 -0700315 }
Joachim Eastwood17b8bb32012-11-07 08:14:50 +0000316
Andy Shevchenkoa35919e2015-07-24 21:24:01 +0300317 dev_info(&bp->pdev->dev, "invalid hw address, using random\n");
Joachim Eastwood17b8bb32012-11-07 08:14:50 +0000318 eth_hw_addr_random(bp->dev);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100319}
320
frederic RODO6c36a702007-07-12 19:07:24 +0200321static int macb_mdio_read(struct mii_bus *bus, int mii_id, int regnum)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100322{
frederic RODO6c36a702007-07-12 19:07:24 +0200323 struct macb *bp = bus->priv;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100324 int value;
325
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100326 macb_writel(bp, MAN, (MACB_BF(SOF, MACB_MAN_SOF)
327 | MACB_BF(RW, MACB_MAN_READ)
frederic RODO6c36a702007-07-12 19:07:24 +0200328 | MACB_BF(PHYA, mii_id)
329 | MACB_BF(REGA, regnum)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100330 | MACB_BF(CODE, MACB_MAN_CODE)));
331
frederic RODO6c36a702007-07-12 19:07:24 +0200332 /* wait for end of transfer */
333 while (!MACB_BFEXT(IDLE, macb_readl(bp, NSR)))
334 cpu_relax();
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100335
336 value = MACB_BFEXT(DATA, macb_readl(bp, MAN));
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100337
338 return value;
339}
340
frederic RODO6c36a702007-07-12 19:07:24 +0200341static int macb_mdio_write(struct mii_bus *bus, int mii_id, int regnum,
342 u16 value)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100343{
frederic RODO6c36a702007-07-12 19:07:24 +0200344 struct macb *bp = bus->priv;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100345
346 macb_writel(bp, MAN, (MACB_BF(SOF, MACB_MAN_SOF)
347 | MACB_BF(RW, MACB_MAN_WRITE)
frederic RODO6c36a702007-07-12 19:07:24 +0200348 | MACB_BF(PHYA, mii_id)
349 | MACB_BF(REGA, regnum)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100350 | MACB_BF(CODE, MACB_MAN_CODE)
frederic RODO6c36a702007-07-12 19:07:24 +0200351 | MACB_BF(DATA, value)));
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100352
frederic RODO6c36a702007-07-12 19:07:24 +0200353 /* wait for end of transfer */
354 while (!MACB_BFEXT(IDLE, macb_readl(bp, NSR)))
355 cpu_relax();
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100356
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100357 return 0;
358}
359
Soren Brinkmanne1824df2013-12-10 16:07:23 -0800360/**
361 * macb_set_tx_clk() - Set a clock to a new frequency
362 * @clk Pointer to the clock to change
363 * @rate New frequency in Hz
364 * @dev Pointer to the struct net_device
365 */
366static void macb_set_tx_clk(struct clk *clk, int speed, struct net_device *dev)
367{
368 long ferr, rate, rate_rounded;
369
Cyrille Pitchen93b31f42015-03-07 07:23:31 +0100370 if (!clk)
371 return;
372
Soren Brinkmanne1824df2013-12-10 16:07:23 -0800373 switch (speed) {
374 case SPEED_10:
375 rate = 2500000;
376 break;
377 case SPEED_100:
378 rate = 25000000;
379 break;
380 case SPEED_1000:
381 rate = 125000000;
382 break;
383 default:
Soren Brinkmann9319e472013-12-10 20:57:57 -0800384 return;
Soren Brinkmanne1824df2013-12-10 16:07:23 -0800385 }
386
387 rate_rounded = clk_round_rate(clk, rate);
388 if (rate_rounded < 0)
389 return;
390
391 /* RGMII allows 50 ppm frequency error. Test and warn if this limit
392 * is not satisfied.
393 */
394 ferr = abs(rate_rounded - rate);
395 ferr = DIV_ROUND_UP(ferr, rate / 100000);
396 if (ferr > 5)
397 netdev_warn(dev, "unable to generate target frequency: %ld Hz\n",
Moritz Fischeraa50b552016-03-29 19:11:13 -0700398 rate);
Soren Brinkmanne1824df2013-12-10 16:07:23 -0800399
400 if (clk_set_rate(clk, rate_rounded))
401 netdev_err(dev, "adjusting tx_clk failed.\n");
402}
403
frederic RODO6c36a702007-07-12 19:07:24 +0200404static void macb_handle_link_change(struct net_device *dev)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100405{
frederic RODO6c36a702007-07-12 19:07:24 +0200406 struct macb *bp = netdev_priv(dev);
Philippe Reynes0a912812016-06-22 00:32:35 +0200407 struct phy_device *phydev = dev->phydev;
frederic RODO6c36a702007-07-12 19:07:24 +0200408 unsigned long flags;
frederic RODO6c36a702007-07-12 19:07:24 +0200409 int status_change = 0;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100410
frederic RODO6c36a702007-07-12 19:07:24 +0200411 spin_lock_irqsave(&bp->lock, flags);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100412
frederic RODO6c36a702007-07-12 19:07:24 +0200413 if (phydev->link) {
414 if ((bp->speed != phydev->speed) ||
415 (bp->duplex != phydev->duplex)) {
416 u32 reg;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100417
frederic RODO6c36a702007-07-12 19:07:24 +0200418 reg = macb_readl(bp, NCFGR);
419 reg &= ~(MACB_BIT(SPD) | MACB_BIT(FD));
Patrice Vilchez140b7552012-10-31 06:04:50 +0000420 if (macb_is_gem(bp))
421 reg &= ~GEM_BIT(GBE);
frederic RODO6c36a702007-07-12 19:07:24 +0200422
423 if (phydev->duplex)
424 reg |= MACB_BIT(FD);
Atsushi Nemoto179956f2008-02-21 22:50:54 +0900425 if (phydev->speed == SPEED_100)
frederic RODO6c36a702007-07-12 19:07:24 +0200426 reg |= MACB_BIT(SPD);
Nicolas Ferree1755872014-07-24 13:50:58 +0200427 if (phydev->speed == SPEED_1000 &&
428 bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)
Patrice Vilchez140b7552012-10-31 06:04:50 +0000429 reg |= GEM_BIT(GBE);
frederic RODO6c36a702007-07-12 19:07:24 +0200430
Patrice Vilchez140b7552012-10-31 06:04:50 +0000431 macb_or_gem_writel(bp, NCFGR, reg);
frederic RODO6c36a702007-07-12 19:07:24 +0200432
433 bp->speed = phydev->speed;
434 bp->duplex = phydev->duplex;
435 status_change = 1;
436 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100437 }
438
frederic RODO6c36a702007-07-12 19:07:24 +0200439 if (phydev->link != bp->link) {
Anton Vorontsovc8f15682008-07-22 15:41:24 -0700440 if (!phydev->link) {
frederic RODO6c36a702007-07-12 19:07:24 +0200441 bp->speed = 0;
442 bp->duplex = -1;
443 }
444 bp->link = phydev->link;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100445
frederic RODO6c36a702007-07-12 19:07:24 +0200446 status_change = 1;
447 }
448
449 spin_unlock_irqrestore(&bp->lock, flags);
450
451 if (status_change) {
Nicolas Ferre03fc4722012-07-03 23:14:13 +0000452 if (phydev->link) {
Jaeden Amero2c29b232015-03-12 18:07:54 -0500453 /* Update the TX clock rate if and only if the link is
454 * up and there has been a link change.
455 */
456 macb_set_tx_clk(bp->tx_clk, phydev->speed, dev);
457
Nicolas Ferre03fc4722012-07-03 23:14:13 +0000458 netif_carrier_on(dev);
Jamie Ilesc220f8c2011-03-08 20:27:08 +0000459 netdev_info(dev, "link up (%d/%s)\n",
460 phydev->speed,
461 phydev->duplex == DUPLEX_FULL ?
462 "Full" : "Half");
Nicolas Ferre03fc4722012-07-03 23:14:13 +0000463 } else {
464 netif_carrier_off(dev);
Jamie Ilesc220f8c2011-03-08 20:27:08 +0000465 netdev_info(dev, "link down\n");
Nicolas Ferre03fc4722012-07-03 23:14:13 +0000466 }
frederic RODO6c36a702007-07-12 19:07:24 +0200467 }
468}
469
470/* based on au1000_eth. c*/
471static int macb_mii_probe(struct net_device *dev)
472{
473 struct macb *bp = netdev_priv(dev);
Joachim Eastwood2dbfdbb92012-11-11 13:56:27 +0000474 struct macb_platform_data *pdata;
Jiri Pirko7455a762010-02-08 05:12:08 +0000475 struct phy_device *phydev;
Brad Mouring739de9a2018-03-13 16:32:13 -0500476 struct device_node *np;
477 int phy_irq, ret, i;
478
479 pdata = dev_get_platdata(&bp->pdev->dev);
480 np = bp->pdev->dev.of_node;
481 ret = 0;
482
483 if (np) {
484 if (of_phy_is_fixed_link(np)) {
485 if (of_phy_register_fixed_link(np) < 0) {
486 dev_err(&bp->pdev->dev,
487 "broken fixed-link specification\n");
488 return -ENODEV;
489 }
490 bp->phy_node = of_node_get(np);
491 } else {
Brad Mouring2105a5d2018-03-13 16:32:15 -0500492 bp->phy_node = of_parse_phandle(np, "phy-handle", 0);
493 /* fallback to standard phy registration if no
494 * phy-handle was found nor any phy found during
495 * dt phy registration
Brad Mouring739de9a2018-03-13 16:32:13 -0500496 */
Brad Mouring2105a5d2018-03-13 16:32:15 -0500497 if (!bp->phy_node && !phy_find_first(bp->mii_bus)) {
Brad Mouring739de9a2018-03-13 16:32:13 -0500498 for (i = 0; i < PHY_MAX_ADDR; i++) {
499 struct phy_device *phydev;
500
501 phydev = mdiobus_scan(bp->mii_bus, i);
502 if (IS_ERR(phydev) &&
503 PTR_ERR(phydev) != -ENODEV) {
504 ret = PTR_ERR(phydev);
505 break;
506 }
507 }
508
509 if (ret)
510 return -ENODEV;
511 }
512 }
513 }
frederic RODO6c36a702007-07-12 19:07:24 +0200514
Michael Grzeschikdacdbb42017-06-23 16:54:10 +0200515 if (bp->phy_node) {
516 phydev = of_phy_connect(dev, bp->phy_node,
517 &macb_handle_link_change, 0,
518 bp->phy_interface);
519 if (!phydev)
520 return -ENODEV;
521 } else {
522 phydev = phy_find_first(bp->mii_bus);
523 if (!phydev) {
524 netdev_err(dev, "no PHY found\n");
525 return -ENXIO;
Joachim Eastwood2dbfdbb92012-11-11 13:56:27 +0000526 }
frederic RODO6c36a702007-07-12 19:07:24 +0200527
Michael Grzeschikdacdbb42017-06-23 16:54:10 +0200528 if (pdata) {
529 if (gpio_is_valid(pdata->phy_irq_pin)) {
530 ret = devm_gpio_request(&bp->pdev->dev,
531 pdata->phy_irq_pin, "phy int");
532 if (!ret) {
533 phy_irq = gpio_to_irq(pdata->phy_irq_pin);
534 phydev->irq = (phy_irq < 0) ? PHY_POLL : phy_irq;
535 }
536 } else {
537 phydev->irq = PHY_POLL;
538 }
539 }
540
541 /* attach the mac to the phy */
542 ret = phy_connect_direct(dev, phydev, &macb_handle_link_change,
543 bp->phy_interface);
544 if (ret) {
545 netdev_err(dev, "Could not attach to PHY\n");
546 return ret;
547 }
frederic RODO6c36a702007-07-12 19:07:24 +0200548 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100549
frederic RODO6c36a702007-07-12 19:07:24 +0200550 /* mask with MAC supported features */
Nicolas Ferree1755872014-07-24 13:50:58 +0200551 if (macb_is_gem(bp) && bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)
Patrice Vilchez140b7552012-10-31 06:04:50 +0000552 phydev->supported &= PHY_GBIT_FEATURES;
553 else
554 phydev->supported &= PHY_BASIC_FEATURES;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100555
Nathan Sullivan222ca8e2015-05-22 09:22:10 -0500556 if (bp->caps & MACB_CAPS_NO_GIGABIT_HALF)
557 phydev->supported &= ~SUPPORTED_1000baseT_Half;
558
frederic RODO6c36a702007-07-12 19:07:24 +0200559 phydev->advertising = phydev->supported;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100560
frederic RODO6c36a702007-07-12 19:07:24 +0200561 bp->link = 0;
562 bp->speed = 0;
563 bp->duplex = -1;
frederic RODO6c36a702007-07-12 19:07:24 +0200564
565 return 0;
566}
567
Cyrille Pitchen421d9df2015-03-07 07:23:32 +0100568static int macb_mii_init(struct macb *bp)
frederic RODO6c36a702007-07-12 19:07:24 +0200569{
Jamie Iles84e0cdb2011-03-08 20:17:06 +0000570 struct macb_platform_data *pdata;
Boris BREZILLON148cbb52013-08-22 17:57:28 +0200571 struct device_node *np;
Brad Mouringcb732e92018-03-13 16:32:14 -0500572 int err;
frederic RODO6c36a702007-07-12 19:07:24 +0200573
Uwe Kleine-Koenig3dbda772009-07-23 08:31:31 +0200574 /* Enable management port */
frederic RODO6c36a702007-07-12 19:07:24 +0200575 macb_writel(bp, NCR, MACB_BIT(MPE));
576
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -0700577 bp->mii_bus = mdiobus_alloc();
Moritz Fischeraa50b552016-03-29 19:11:13 -0700578 if (!bp->mii_bus) {
frederic RODO6c36a702007-07-12 19:07:24 +0200579 err = -ENOMEM;
580 goto err_out;
581 }
582
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -0700583 bp->mii_bus->name = "MACB_mii_bus";
584 bp->mii_bus->read = &macb_mdio_read;
585 bp->mii_bus->write = &macb_mdio_write;
Florian Fainelli98d5e572012-01-09 23:59:11 +0000586 snprintf(bp->mii_bus->id, MII_BUS_ID_SIZE, "%s-%x",
Moritz Fischeraa50b552016-03-29 19:11:13 -0700587 bp->pdev->name, bp->pdev->id);
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -0700588 bp->mii_bus->priv = bp;
Florian Fainellicf669662016-05-02 18:38:45 -0700589 bp->mii_bus->parent = &bp->pdev->dev;
Jingoo Hanc607a0d2013-08-30 14:12:21 +0900590 pdata = dev_get_platdata(&bp->pdev->dev);
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -0700591
Jamie Iles91523942011-02-28 04:05:25 +0000592 dev_set_drvdata(&bp->dev->dev, bp->mii_bus);
frederic RODO6c36a702007-07-12 19:07:24 +0200593
Boris BREZILLON148cbb52013-08-22 17:57:28 +0200594 np = bp->pdev->dev.of_node;
Florian Fainelli00e798c2018-05-15 16:56:19 -0700595 if (pdata)
596 bp->mii_bus->phy_mask = pdata->phy_mask;
Brad Mouring739de9a2018-03-13 16:32:13 -0500597
Florian Fainelli00e798c2018-05-15 16:56:19 -0700598 err = of_mdiobus_register(bp->mii_bus, np);
Boris BREZILLON148cbb52013-08-22 17:57:28 +0200599 if (err)
Andrew Lunne7f4dc32016-01-06 20:11:15 +0100600 goto err_out_free_mdiobus;
frederic RODO6c36a702007-07-12 19:07:24 +0200601
Boris BREZILLON7daa78e2013-08-27 14:36:14 +0200602 err = macb_mii_probe(bp->dev);
603 if (err)
frederic RODO6c36a702007-07-12 19:07:24 +0200604 goto err_out_unregister_bus;
frederic RODO6c36a702007-07-12 19:07:24 +0200605
606 return 0;
607
608err_out_unregister_bus:
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -0700609 mdiobus_unregister(bp->mii_bus);
Michael Grzeschik9ce98142017-11-08 09:56:34 +0100610 if (np && of_phy_is_fixed_link(np))
611 of_phy_deregister_fixed_link(np);
Brad Mouring739de9a2018-03-13 16:32:13 -0500612err_out_free_mdiobus:
613 of_node_put(bp->phy_node);
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -0700614 mdiobus_free(bp->mii_bus);
frederic RODO6c36a702007-07-12 19:07:24 +0200615err_out:
616 return err;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100617}
618
619static void macb_update_stats(struct macb *bp)
620{
Jamie Ilesa494ed82011-03-09 16:26:35 +0000621 u32 *p = &bp->hw_stats.macb.rx_pause_frames;
622 u32 *end = &bp->hw_stats.macb.tx_pause_frames + 1;
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +0300623 int offset = MACB_PFR;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100624
625 WARN_ON((unsigned long)(end - p - 1) != (MACB_TPF - MACB_PFR) / 4);
626
Moritz Fischer96ec6312016-03-29 19:11:11 -0700627 for (; p < end; p++, offset += 4)
David S. Miller7a6e0702015-07-27 14:24:48 -0700628 *p += bp->macb_reg_readl(bp, offset);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100629}
630
Nicolas Ferree86cd532012-10-31 06:04:57 +0000631static int macb_halt_tx(struct macb *bp)
632{
633 unsigned long halt_time, timeout;
634 u32 status;
635
636 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(THALT));
637
638 timeout = jiffies + usecs_to_jiffies(MACB_HALT_TIMEOUT);
639 do {
640 halt_time = jiffies;
641 status = macb_readl(bp, TSR);
642 if (!(status & MACB_BIT(TGO)))
643 return 0;
644
645 usleep_range(10, 250);
646 } while (time_before(halt_time, timeout));
647
648 return -ETIMEDOUT;
649}
650
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200651static void macb_tx_unmap(struct macb *bp, struct macb_tx_skb *tx_skb)
652{
653 if (tx_skb->mapping) {
654 if (tx_skb->mapped_as_page)
655 dma_unmap_page(&bp->pdev->dev, tx_skb->mapping,
656 tx_skb->size, DMA_TO_DEVICE);
657 else
658 dma_unmap_single(&bp->pdev->dev, tx_skb->mapping,
659 tx_skb->size, DMA_TO_DEVICE);
660 tx_skb->mapping = 0;
661 }
662
663 if (tx_skb->skb) {
664 dev_kfree_skb_any(tx_skb->skb);
665 tx_skb->skb = NULL;
666 }
667}
668
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000669static void macb_set_addr(struct macb *bp, struct macb_dma_desc *desc, dma_addr_t addr)
Harini Katakamfff80192016-08-09 13:15:53 +0530670{
Harini Katakamfff80192016-08-09 13:15:53 +0530671#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000672 struct macb_dma_desc_64 *desc_64;
673
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100674 if (bp->hw_dma_cap & HW_DMA_CAP_64B) {
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000675 desc_64 = macb_64b_desc(bp, desc);
676 desc_64->addrh = upper_32_bits(addr);
677 }
Harini Katakamfff80192016-08-09 13:15:53 +0530678#endif
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000679 desc->addr = lower_32_bits(addr);
680}
681
682static dma_addr_t macb_get_addr(struct macb *bp, struct macb_dma_desc *desc)
683{
684 dma_addr_t addr = 0;
685#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
686 struct macb_dma_desc_64 *desc_64;
687
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100688 if (bp->hw_dma_cap & HW_DMA_CAP_64B) {
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000689 desc_64 = macb_64b_desc(bp, desc);
690 addr = ((u64)(desc_64->addrh) << 32);
691 }
692#endif
693 addr |= MACB_BF(RX_WADDR, MACB_BFEXT(RX_WADDR, desc->addr));
694 return addr;
Harini Katakamfff80192016-08-09 13:15:53 +0530695}
696
Nicolas Ferree86cd532012-10-31 06:04:57 +0000697static void macb_tx_error_task(struct work_struct *work)
698{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100699 struct macb_queue *queue = container_of(work, struct macb_queue,
700 tx_error_task);
701 struct macb *bp = queue->bp;
Nicolas Ferree86cd532012-10-31 06:04:57 +0000702 struct macb_tx_skb *tx_skb;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100703 struct macb_dma_desc *desc;
Nicolas Ferree86cd532012-10-31 06:04:57 +0000704 struct sk_buff *skb;
705 unsigned int tail;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100706 unsigned long flags;
Nicolas Ferree86cd532012-10-31 06:04:57 +0000707
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100708 netdev_vdbg(bp->dev, "macb_tx_error_task: q = %u, t = %u, h = %u\n",
709 (unsigned int)(queue - bp->queues),
710 queue->tx_tail, queue->tx_head);
711
712 /* Prevent the queue IRQ handlers from running: each of them may call
713 * macb_tx_interrupt(), which in turn may call netif_wake_subqueue().
714 * As explained below, we have to halt the transmission before updating
715 * TBQP registers so we call netif_tx_stop_all_queues() to notify the
716 * network engine about the macb/gem being halted.
717 */
718 spin_lock_irqsave(&bp->lock, flags);
Nicolas Ferree86cd532012-10-31 06:04:57 +0000719
720 /* Make sure nobody is trying to queue up new packets */
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100721 netif_tx_stop_all_queues(bp->dev);
Nicolas Ferree86cd532012-10-31 06:04:57 +0000722
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700723 /* Stop transmission now
Nicolas Ferree86cd532012-10-31 06:04:57 +0000724 * (in case we have just queued new packets)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100725 * macb/gem must be halted to write TBQP register
Nicolas Ferree86cd532012-10-31 06:04:57 +0000726 */
727 if (macb_halt_tx(bp))
728 /* Just complain for now, reinitializing TX path can be good */
729 netdev_err(bp->dev, "BUG: halt tx timed out\n");
730
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700731 /* Treat frames in TX queue including the ones that caused the error.
Nicolas Ferree86cd532012-10-31 06:04:57 +0000732 * Free transmit buffers in upper layer.
733 */
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100734 for (tail = queue->tx_tail; tail != queue->tx_head; tail++) {
735 u32 ctrl;
Nicolas Ferree86cd532012-10-31 06:04:57 +0000736
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100737 desc = macb_tx_desc(queue, tail);
Nicolas Ferree86cd532012-10-31 06:04:57 +0000738 ctrl = desc->ctrl;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100739 tx_skb = macb_tx_skb(queue, tail);
Nicolas Ferree86cd532012-10-31 06:04:57 +0000740 skb = tx_skb->skb;
741
742 if (ctrl & MACB_BIT(TX_USED)) {
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200743 /* skb is set for the last buffer of the frame */
744 while (!skb) {
745 macb_tx_unmap(bp, tx_skb);
746 tail++;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100747 tx_skb = macb_tx_skb(queue, tail);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200748 skb = tx_skb->skb;
749 }
750
751 /* ctrl still refers to the first buffer descriptor
752 * since it's the only one written back by the hardware
753 */
754 if (!(ctrl & MACB_BIT(TX_BUF_EXHAUSTED))) {
755 netdev_vdbg(bp->dev, "txerr skb %u (data %p) TX complete\n",
Zach Brownb410d132016-10-19 09:56:57 -0500756 macb_tx_ring_wrap(bp, tail),
757 skb->data);
Tobias Klauser5f1d3a52017-04-07 10:17:30 +0200758 bp->dev->stats.tx_packets++;
Rafal Ozieblo512286b2017-11-30 18:19:56 +0000759 queue->stats.tx_packets++;
Tobias Klauser5f1d3a52017-04-07 10:17:30 +0200760 bp->dev->stats.tx_bytes += skb->len;
Rafal Ozieblo512286b2017-11-30 18:19:56 +0000761 queue->stats.tx_bytes += skb->len;
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200762 }
Nicolas Ferree86cd532012-10-31 06:04:57 +0000763 } else {
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700764 /* "Buffers exhausted mid-frame" errors may only happen
765 * if the driver is buggy, so complain loudly about
766 * those. Statistics are updated by hardware.
Nicolas Ferree86cd532012-10-31 06:04:57 +0000767 */
768 if (ctrl & MACB_BIT(TX_BUF_EXHAUSTED))
769 netdev_err(bp->dev,
770 "BUG: TX buffers exhausted mid-frame\n");
771
772 desc->ctrl = ctrl | MACB_BIT(TX_USED);
773 }
774
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200775 macb_tx_unmap(bp, tx_skb);
Nicolas Ferree86cd532012-10-31 06:04:57 +0000776 }
777
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100778 /* Set end of TX queue */
779 desc = macb_tx_desc(queue, 0);
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000780 macb_set_addr(bp, desc, 0);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100781 desc->ctrl = MACB_BIT(TX_USED);
782
Nicolas Ferree86cd532012-10-31 06:04:57 +0000783 /* Make descriptor updates visible to hardware */
784 wmb();
785
786 /* Reinitialize the TX desc queue */
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000787 queue_writel(queue, TBQP, lower_32_bits(queue->tx_ring_dma));
Harini Katakamfff80192016-08-09 13:15:53 +0530788#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
Rafal Ozieblo7b429612017-06-29 07:12:51 +0100789 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000790 queue_writel(queue, TBQPH, upper_32_bits(queue->tx_ring_dma));
Harini Katakamfff80192016-08-09 13:15:53 +0530791#endif
Nicolas Ferree86cd532012-10-31 06:04:57 +0000792 /* Make TX ring reflect state of hardware */
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100793 queue->tx_head = 0;
794 queue->tx_tail = 0;
Nicolas Ferree86cd532012-10-31 06:04:57 +0000795
796 /* Housework before enabling TX IRQ */
797 macb_writel(bp, TSR, macb_readl(bp, TSR));
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100798 queue_writel(queue, IER, MACB_TX_INT_FLAGS);
799
800 /* Now we are ready to start transmission again */
801 netif_tx_start_all_queues(bp->dev);
802 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(TSTART));
803
804 spin_unlock_irqrestore(&bp->lock, flags);
Nicolas Ferree86cd532012-10-31 06:04:57 +0000805}
806
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100807static void macb_tx_interrupt(struct macb_queue *queue)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100808{
809 unsigned int tail;
810 unsigned int head;
811 u32 status;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100812 struct macb *bp = queue->bp;
813 u16 queue_index = queue - bp->queues;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100814
815 status = macb_readl(bp, TSR);
816 macb_writel(bp, TSR, status);
817
Nicolas Ferre581df9e2013-05-14 03:00:16 +0000818 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100819 queue_writel(queue, ISR, MACB_BIT(TCOMP));
Steffen Trumtrar749a2b62013-03-27 23:07:05 +0000820
Nicolas Ferree86cd532012-10-31 06:04:57 +0000821 netdev_vdbg(bp->dev, "macb_tx_interrupt status = 0x%03lx\n",
Moritz Fischeraa50b552016-03-29 19:11:13 -0700822 (unsigned long)status);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100823
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100824 head = queue->tx_head;
825 for (tail = queue->tx_tail; tail != head; tail++) {
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000826 struct macb_tx_skb *tx_skb;
827 struct sk_buff *skb;
828 struct macb_dma_desc *desc;
829 u32 ctrl;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100830
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100831 desc = macb_tx_desc(queue, tail);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100832
Havard Skinnemoen03dbe052012-10-31 06:04:51 +0000833 /* Make hw descriptor updates visible to CPU */
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100834 rmb();
Havard Skinnemoen03dbe052012-10-31 06:04:51 +0000835
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000836 ctrl = desc->ctrl;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100837
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200838 /* TX_USED bit is only set by hardware on the very first buffer
839 * descriptor of the transmitted frame.
840 */
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000841 if (!(ctrl & MACB_BIT(TX_USED)))
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100842 break;
843
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200844 /* Process all buffers of the current transmitted frame */
845 for (;; tail++) {
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100846 tx_skb = macb_tx_skb(queue, tail);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200847 skb = tx_skb->skb;
Havard Skinnemoen55054a12012-10-31 06:04:55 +0000848
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200849 /* First, update TX stats if needed */
850 if (skb) {
Rafal Oziebloab91f0a2017-06-29 07:14:16 +0100851 if (gem_ptp_do_txstamp(queue, skb, desc) == 0) {
852 /* skb now belongs to timestamp buffer
853 * and will be removed later
854 */
855 tx_skb->skb = NULL;
856 }
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200857 netdev_vdbg(bp->dev, "skb %u (data %p) TX complete\n",
Zach Brownb410d132016-10-19 09:56:57 -0500858 macb_tx_ring_wrap(bp, tail),
859 skb->data);
Tobias Klauser5f1d3a52017-04-07 10:17:30 +0200860 bp->dev->stats.tx_packets++;
Rafal Ozieblo512286b2017-11-30 18:19:56 +0000861 queue->stats.tx_packets++;
Tobias Klauser5f1d3a52017-04-07 10:17:30 +0200862 bp->dev->stats.tx_bytes += skb->len;
Rafal Ozieblo512286b2017-11-30 18:19:56 +0000863 queue->stats.tx_bytes += skb->len;
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +0200864 }
865
866 /* Now we can safely release resources */
867 macb_tx_unmap(bp, tx_skb);
868
869 /* skb is set only for the last buffer of the frame.
870 * WARNING: at this point skb has been freed by
871 * macb_tx_unmap().
872 */
873 if (skb)
874 break;
875 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100876 }
877
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100878 queue->tx_tail = tail;
879 if (__netif_subqueue_stopped(bp->dev, queue_index) &&
880 CIRC_CNT(queue->tx_head, queue->tx_tail,
Zach Brownb410d132016-10-19 09:56:57 -0500881 bp->tx_ring_size) <= MACB_TX_WAKEUP_THRESH(bp))
Cyrille Pitchen02c958d2014-12-12 13:26:44 +0100882 netif_wake_subqueue(bp->dev, queue_index);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100883}
884
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000885static void gem_rx_refill(struct macb_queue *queue)
Nicolas Ferre4df95132013-06-04 21:57:12 +0000886{
887 unsigned int entry;
888 struct sk_buff *skb;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000889 dma_addr_t paddr;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000890 struct macb *bp = queue->bp;
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000891 struct macb_dma_desc *desc;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000892
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000893 while (CIRC_SPACE(queue->rx_prepared_head, queue->rx_tail,
894 bp->rx_ring_size) > 0) {
895 entry = macb_rx_ring_wrap(bp, queue->rx_prepared_head);
Nicolas Ferre4df95132013-06-04 21:57:12 +0000896
897 /* Make hw descriptor updates visible to CPU */
898 rmb();
899
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000900 queue->rx_prepared_head++;
901 desc = macb_rx_desc(queue, entry);
Nicolas Ferre4df95132013-06-04 21:57:12 +0000902
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000903 if (!queue->rx_skbuff[entry]) {
Nicolas Ferre4df95132013-06-04 21:57:12 +0000904 /* allocate sk_buff for this free entry in ring */
905 skb = netdev_alloc_skb(bp->dev, bp->rx_buffer_size);
Moritz Fischeraa50b552016-03-29 19:11:13 -0700906 if (unlikely(!skb)) {
Nicolas Ferre4df95132013-06-04 21:57:12 +0000907 netdev_err(bp->dev,
908 "Unable to allocate sk_buff\n");
909 break;
910 }
Nicolas Ferre4df95132013-06-04 21:57:12 +0000911
912 /* now fill corresponding descriptor entry */
913 paddr = dma_map_single(&bp->pdev->dev, skb->data,
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700914 bp->rx_buffer_size,
915 DMA_FROM_DEVICE);
Soren Brinkmann92030902014-03-04 08:46:39 -0800916 if (dma_mapping_error(&bp->pdev->dev, paddr)) {
917 dev_kfree_skb(skb);
918 break;
919 }
920
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000921 queue->rx_skbuff[entry] = skb;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000922
Zach Brownb410d132016-10-19 09:56:57 -0500923 if (entry == bp->rx_ring_size - 1)
Nicolas Ferre4df95132013-06-04 21:57:12 +0000924 paddr |= MACB_BIT(RX_WRAP);
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000925 macb_set_addr(bp, desc, paddr);
926 desc->ctrl = 0;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000927
928 /* properly align Ethernet header */
929 skb_reserve(skb, NET_IP_ALIGN);
Punnaiah Choudary Kallurid4c216c2015-04-29 08:34:46 +0530930 } else {
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000931 desc->addr &= ~MACB_BIT(RX_USED);
932 desc->ctrl = 0;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000933 }
934 }
935
936 /* Make descriptor updates visible to hardware */
937 wmb();
938
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000939 netdev_vdbg(bp->dev, "rx ring: queue: %p, prepared head %d, tail %d\n",
940 queue, queue->rx_prepared_head, queue->rx_tail);
Nicolas Ferre4df95132013-06-04 21:57:12 +0000941}
942
943/* Mark DMA descriptors from begin up to and not including end as unused */
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000944static void discard_partial_frame(struct macb_queue *queue, unsigned int begin,
Nicolas Ferre4df95132013-06-04 21:57:12 +0000945 unsigned int end)
946{
947 unsigned int frag;
948
949 for (frag = begin; frag != end; frag++) {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000950 struct macb_dma_desc *desc = macb_rx_desc(queue, frag);
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700951
Nicolas Ferre4df95132013-06-04 21:57:12 +0000952 desc->addr &= ~MACB_BIT(RX_USED);
953 }
954
955 /* Make descriptor updates visible to hardware */
956 wmb();
957
Moritz Fischer64ec42f2016-03-29 19:11:12 -0700958 /* When this happens, the hardware stats registers for
Nicolas Ferre4df95132013-06-04 21:57:12 +0000959 * whatever caused this is updated, so we don't have to record
960 * anything.
961 */
962}
963
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000964static int gem_rx(struct macb_queue *queue, int budget)
Nicolas Ferre4df95132013-06-04 21:57:12 +0000965{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000966 struct macb *bp = queue->bp;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000967 unsigned int len;
968 unsigned int entry;
969 struct sk_buff *skb;
970 struct macb_dma_desc *desc;
971 int count = 0;
972
973 while (count < budget) {
Harini Katakamfff80192016-08-09 13:15:53 +0530974 u32 ctrl;
975 dma_addr_t addr;
976 bool rxused;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000977
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000978 entry = macb_rx_ring_wrap(bp, queue->rx_tail);
979 desc = macb_rx_desc(queue, entry);
Nicolas Ferre4df95132013-06-04 21:57:12 +0000980
981 /* Make hw descriptor updates visible to CPU */
982 rmb();
983
Harini Katakamfff80192016-08-09 13:15:53 +0530984 rxused = (desc->addr & MACB_BIT(RX_USED)) ? true : false;
Rafal Ozieblodc97a892017-01-27 15:08:20 +0000985 addr = macb_get_addr(bp, desc);
Nicolas Ferre4df95132013-06-04 21:57:12 +0000986 ctrl = desc->ctrl;
987
Harini Katakamfff80192016-08-09 13:15:53 +0530988 if (!rxused)
Nicolas Ferre4df95132013-06-04 21:57:12 +0000989 break;
990
Rafal Oziebloae1f2a52017-11-30 18:19:15 +0000991 queue->rx_tail++;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000992 count++;
993
994 if (!(ctrl & MACB_BIT(RX_SOF) && ctrl & MACB_BIT(RX_EOF))) {
995 netdev_err(bp->dev,
996 "not whole frame pointed by descriptor\n");
Tobias Klauser5f1d3a52017-04-07 10:17:30 +0200997 bp->dev->stats.rx_dropped++;
Rafal Ozieblo512286b2017-11-30 18:19:56 +0000998 queue->stats.rx_dropped++;
Nicolas Ferre4df95132013-06-04 21:57:12 +0000999 break;
1000 }
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001001 skb = queue->rx_skbuff[entry];
Nicolas Ferre4df95132013-06-04 21:57:12 +00001002 if (unlikely(!skb)) {
1003 netdev_err(bp->dev,
1004 "inconsistent Rx descriptor chain\n");
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02001005 bp->dev->stats.rx_dropped++;
Rafal Ozieblo512286b2017-11-30 18:19:56 +00001006 queue->stats.rx_dropped++;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001007 break;
1008 }
1009 /* now everything is ready for receiving packet */
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001010 queue->rx_skbuff[entry] = NULL;
Harini Katakam98b5a0f42015-05-06 22:27:17 +05301011 len = ctrl & bp->rx_frm_len_mask;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001012
1013 netdev_vdbg(bp->dev, "gem_rx %u (len %u)\n", entry, len);
1014
1015 skb_put(skb, len);
Nicolas Ferre4df95132013-06-04 21:57:12 +00001016 dma_unmap_single(&bp->pdev->dev, addr,
Soren Brinkmann48330e082014-03-04 08:46:40 -08001017 bp->rx_buffer_size, DMA_FROM_DEVICE);
Nicolas Ferre4df95132013-06-04 21:57:12 +00001018
1019 skb->protocol = eth_type_trans(skb, bp->dev);
1020 skb_checksum_none_assert(skb);
Cyrille Pitchen924ec532014-07-24 13:51:01 +02001021 if (bp->dev->features & NETIF_F_RXCSUM &&
1022 !(bp->dev->flags & IFF_PROMISC) &&
1023 GEM_BFEXT(RX_CSUM, ctrl) & GEM_RX_CSUM_CHECKED_MASK)
1024 skb->ip_summed = CHECKSUM_UNNECESSARY;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001025
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02001026 bp->dev->stats.rx_packets++;
Rafal Ozieblo512286b2017-11-30 18:19:56 +00001027 queue->stats.rx_packets++;
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02001028 bp->dev->stats.rx_bytes += skb->len;
Rafal Ozieblo512286b2017-11-30 18:19:56 +00001029 queue->stats.rx_bytes += skb->len;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001030
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01001031 gem_ptp_do_rxstamp(bp, skb, desc);
1032
Nicolas Ferre4df95132013-06-04 21:57:12 +00001033#if defined(DEBUG) && defined(VERBOSE_DEBUG)
1034 netdev_vdbg(bp->dev, "received skb of length %u, csum: %08x\n",
1035 skb->len, skb->csum);
1036 print_hex_dump(KERN_DEBUG, " mac: ", DUMP_PREFIX_ADDRESS, 16, 1,
Cyrille Pitchen51f83012014-12-11 11:15:54 +01001037 skb_mac_header(skb), 16, true);
Nicolas Ferre4df95132013-06-04 21:57:12 +00001038 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_ADDRESS, 16, 1,
1039 skb->data, 32, true);
1040#endif
1041
1042 netif_receive_skb(skb);
1043 }
1044
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001045 gem_rx_refill(queue);
Nicolas Ferre4df95132013-06-04 21:57:12 +00001046
1047 return count;
1048}
1049
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001050static int macb_rx_frame(struct macb_queue *queue, unsigned int first_frag,
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001051 unsigned int last_frag)
1052{
1053 unsigned int len;
1054 unsigned int frag;
Havard Skinnemoen29bc2e12012-10-31 06:04:58 +00001055 unsigned int offset;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001056 struct sk_buff *skb;
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001057 struct macb_dma_desc *desc;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001058 struct macb *bp = queue->bp;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001059
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001060 desc = macb_rx_desc(queue, last_frag);
Harini Katakam98b5a0f42015-05-06 22:27:17 +05301061 len = desc->ctrl & bp->rx_frm_len_mask;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001062
Havard Skinnemoena268adb2012-10-31 06:04:52 +00001063 netdev_vdbg(bp->dev, "macb_rx_frame frags %u - %u (len %u)\n",
Zach Brownb410d132016-10-19 09:56:57 -05001064 macb_rx_ring_wrap(bp, first_frag),
1065 macb_rx_ring_wrap(bp, last_frag), len);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001066
Moritz Fischer64ec42f2016-03-29 19:11:12 -07001067 /* The ethernet header starts NET_IP_ALIGN bytes into the
Havard Skinnemoen29bc2e12012-10-31 06:04:58 +00001068 * first buffer. Since the header is 14 bytes, this makes the
1069 * payload word-aligned.
1070 *
1071 * Instead of calling skb_reserve(NET_IP_ALIGN), we just copy
1072 * the two padding bytes into the skb so that we avoid hitting
1073 * the slowpath in memcpy(), and pull them off afterwards.
1074 */
1075 skb = netdev_alloc_skb(bp->dev, len + NET_IP_ALIGN);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001076 if (!skb) {
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02001077 bp->dev->stats.rx_dropped++;
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001078 for (frag = first_frag; ; frag++) {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001079 desc = macb_rx_desc(queue, frag);
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001080 desc->addr &= ~MACB_BIT(RX_USED);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001081 if (frag == last_frag)
1082 break;
1083 }
Havard Skinnemoen03dbe052012-10-31 06:04:51 +00001084
1085 /* Make descriptor updates visible to hardware */
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001086 wmb();
Havard Skinnemoen03dbe052012-10-31 06:04:51 +00001087
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001088 return 1;
1089 }
1090
Havard Skinnemoen29bc2e12012-10-31 06:04:58 +00001091 offset = 0;
1092 len += NET_IP_ALIGN;
Eric Dumazetbc8acf22010-09-02 13:07:41 -07001093 skb_checksum_none_assert(skb);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001094 skb_put(skb, len);
1095
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001096 for (frag = first_frag; ; frag++) {
Nicolas Ferre1b447912013-06-04 21:57:11 +00001097 unsigned int frag_len = bp->rx_buffer_size;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001098
1099 if (offset + frag_len > len) {
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001100 if (unlikely(frag != last_frag)) {
1101 dev_kfree_skb_any(skb);
1102 return -1;
1103 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001104 frag_len = len - offset;
1105 }
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001106 skb_copy_to_linear_data_offset(skb, offset,
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001107 macb_rx_buffer(queue, frag),
Moritz Fischeraa50b552016-03-29 19:11:13 -07001108 frag_len);
Nicolas Ferre1b447912013-06-04 21:57:11 +00001109 offset += bp->rx_buffer_size;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001110 desc = macb_rx_desc(queue, frag);
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001111 desc->addr &= ~MACB_BIT(RX_USED);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001112
1113 if (frag == last_frag)
1114 break;
1115 }
1116
Havard Skinnemoen03dbe052012-10-31 06:04:51 +00001117 /* Make descriptor updates visible to hardware */
1118 wmb();
1119
Havard Skinnemoen29bc2e12012-10-31 06:04:58 +00001120 __skb_pull(skb, NET_IP_ALIGN);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001121 skb->protocol = eth_type_trans(skb, bp->dev);
1122
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02001123 bp->dev->stats.rx_packets++;
1124 bp->dev->stats.rx_bytes += skb->len;
Havard Skinnemoena268adb2012-10-31 06:04:52 +00001125 netdev_vdbg(bp->dev, "received skb of length %u, csum: %08x\n",
Moritz Fischeraa50b552016-03-29 19:11:13 -07001126 skb->len, skb->csum);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001127 netif_receive_skb(skb);
1128
1129 return 0;
1130}
1131
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001132static inline void macb_init_rx_ring(struct macb_queue *queue)
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001133{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001134 struct macb *bp = queue->bp;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001135 dma_addr_t addr;
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001136 struct macb_dma_desc *desc = NULL;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001137 int i;
1138
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001139 addr = queue->rx_buffers_dma;
Zach Brownb410d132016-10-19 09:56:57 -05001140 for (i = 0; i < bp->rx_ring_size; i++) {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001141 desc = macb_rx_desc(queue, i);
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001142 macb_set_addr(bp, desc, addr);
1143 desc->ctrl = 0;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001144 addr += bp->rx_buffer_size;
1145 }
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001146 desc->addr |= MACB_BIT(RX_WRAP);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001147 queue->rx_tail = 0;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001148}
1149
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001150static int macb_rx(struct macb_queue *queue, int budget)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001151{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001152 struct macb *bp = queue->bp;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001153 bool reset_rx_queue = false;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001154 int received = 0;
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001155 unsigned int tail;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001156 int first_frag = -1;
1157
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001158 for (tail = queue->rx_tail; budget > 0; tail++) {
1159 struct macb_dma_desc *desc = macb_rx_desc(queue, tail);
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001160 u32 ctrl;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001161
Havard Skinnemoen03dbe052012-10-31 06:04:51 +00001162 /* Make hw descriptor updates visible to CPU */
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001163 rmb();
Havard Skinnemoen03dbe052012-10-31 06:04:51 +00001164
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001165 ctrl = desc->ctrl;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001166
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001167 if (!(desc->addr & MACB_BIT(RX_USED)))
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001168 break;
1169
1170 if (ctrl & MACB_BIT(RX_SOF)) {
1171 if (first_frag != -1)
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001172 discard_partial_frame(queue, first_frag, tail);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001173 first_frag = tail;
1174 }
1175
1176 if (ctrl & MACB_BIT(RX_EOF)) {
1177 int dropped;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001178
1179 if (unlikely(first_frag == -1)) {
1180 reset_rx_queue = true;
1181 continue;
1182 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001183
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001184 dropped = macb_rx_frame(queue, first_frag, tail);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001185 first_frag = -1;
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001186 if (unlikely(dropped < 0)) {
1187 reset_rx_queue = true;
1188 continue;
1189 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001190 if (!dropped) {
1191 received++;
1192 budget--;
1193 }
1194 }
1195 }
1196
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001197 if (unlikely(reset_rx_queue)) {
1198 unsigned long flags;
1199 u32 ctrl;
1200
1201 netdev_err(bp->dev, "RX queue corruption: reset it\n");
1202
1203 spin_lock_irqsave(&bp->lock, flags);
1204
1205 ctrl = macb_readl(bp, NCR);
1206 macb_writel(bp, NCR, ctrl & ~MACB_BIT(RE));
1207
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001208 macb_init_rx_ring(queue);
1209 queue_writel(queue, RBQP, queue->rx_ring_dma);
Cyrille Pitchen9ba723b2016-03-25 10:37:34 +01001210
1211 macb_writel(bp, NCR, ctrl | MACB_BIT(RE));
1212
1213 spin_unlock_irqrestore(&bp->lock, flags);
1214 return received;
1215 }
1216
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001217 if (first_frag != -1)
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001218 queue->rx_tail = first_frag;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001219 else
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001220 queue->rx_tail = tail;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001221
1222 return received;
1223}
1224
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001225static int macb_poll(struct napi_struct *napi, int budget)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001226{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001227 struct macb_queue *queue = container_of(napi, struct macb_queue, napi);
1228 struct macb *bp = queue->bp;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001229 int work_done;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001230 u32 status;
1231
1232 status = macb_readl(bp, RSR);
1233 macb_writel(bp, RSR, status);
1234
Havard Skinnemoena268adb2012-10-31 06:04:52 +00001235 netdev_vdbg(bp->dev, "poll: status = %08lx, budget = %d\n",
Moritz Fischeraa50b552016-03-29 19:11:13 -07001236 (unsigned long)status, budget);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001237
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001238 work_done = bp->macbgem_ops.mog_rx(queue, budget);
Joshua Hokeb3363692010-10-25 01:44:22 +00001239 if (work_done < budget) {
Eric Dumazet6ad20162017-01-30 08:22:01 -08001240 napi_complete_done(napi, work_done);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001241
Nicolas Ferre8770e912013-02-12 11:08:48 +01001242 /* Packets received while interrupts were disabled */
1243 status = macb_readl(bp, RSR);
Soren Brinkmann504ad982014-05-04 15:43:01 -07001244 if (status) {
Soren Brinkmann02f7a342014-05-04 15:43:00 -07001245 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001246 queue_writel(queue, ISR, MACB_BIT(RCOMP));
Nicolas Ferre8770e912013-02-12 11:08:48 +01001247 napi_reschedule(napi);
Soren Brinkmann02f7a342014-05-04 15:43:00 -07001248 } else {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001249 queue_writel(queue, IER, MACB_RX_INT_FLAGS);
Soren Brinkmann02f7a342014-05-04 15:43:00 -07001250 }
Joshua Hokeb3363692010-10-25 01:44:22 +00001251 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001252
1253 /* TODO: Handle errors */
1254
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001255 return work_done;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001256}
1257
Harini Katakam032dc412018-01-27 12:09:01 +05301258static void macb_hresp_error_task(unsigned long data)
1259{
1260 struct macb *bp = (struct macb *)data;
1261 struct net_device *dev = bp->dev;
1262 struct macb_queue *queue = bp->queues;
1263 unsigned int q;
1264 u32 ctrl;
1265
1266 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
1267 queue_writel(queue, IDR, MACB_RX_INT_FLAGS |
1268 MACB_TX_INT_FLAGS |
1269 MACB_BIT(HRESP));
1270 }
1271 ctrl = macb_readl(bp, NCR);
1272 ctrl &= ~(MACB_BIT(RE) | MACB_BIT(TE));
1273 macb_writel(bp, NCR, ctrl);
1274
1275 netif_tx_stop_all_queues(dev);
1276 netif_carrier_off(dev);
1277
1278 bp->macbgem_ops.mog_init_rings(bp);
1279
1280 /* Initialize TX and RX buffers */
1281 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
1282 queue_writel(queue, RBQP, lower_32_bits(queue->rx_ring_dma));
1283#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
1284 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
1285 queue_writel(queue, RBQPH,
1286 upper_32_bits(queue->rx_ring_dma));
1287#endif
1288 queue_writel(queue, TBQP, lower_32_bits(queue->tx_ring_dma));
1289#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
1290 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
1291 queue_writel(queue, TBQPH,
1292 upper_32_bits(queue->tx_ring_dma));
1293#endif
1294
1295 /* Enable interrupts */
1296 queue_writel(queue, IER,
1297 MACB_RX_INT_FLAGS |
1298 MACB_TX_INT_FLAGS |
1299 MACB_BIT(HRESP));
1300 }
1301
1302 ctrl |= MACB_BIT(RE) | MACB_BIT(TE);
1303 macb_writel(bp, NCR, ctrl);
1304
1305 netif_carrier_on(dev);
1306 netif_tx_start_all_queues(dev);
1307}
1308
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001309static irqreturn_t macb_interrupt(int irq, void *dev_id)
1310{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001311 struct macb_queue *queue = dev_id;
1312 struct macb *bp = queue->bp;
1313 struct net_device *dev = bp->dev;
Nathan Sullivanbfbb92c2015-05-05 15:00:25 -05001314 u32 status, ctrl;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001315
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001316 status = queue_readl(queue, ISR);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001317
1318 if (unlikely(!status))
1319 return IRQ_NONE;
1320
1321 spin_lock(&bp->lock);
1322
1323 while (status) {
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001324 /* close possible race with dev_close */
1325 if (unlikely(!netif_running(dev))) {
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001326 queue_writel(queue, IDR, -1);
Nathan Sullivan24468372016-01-14 13:27:27 -06001327 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
1328 queue_writel(queue, ISR, -1);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001329 break;
1330 }
1331
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001332 netdev_vdbg(bp->dev, "queue = %u, isr = 0x%08lx\n",
1333 (unsigned int)(queue - bp->queues),
1334 (unsigned long)status);
Havard Skinnemoena268adb2012-10-31 06:04:52 +00001335
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001336 if (status & MACB_RX_INT_FLAGS) {
Moritz Fischer64ec42f2016-03-29 19:11:12 -07001337 /* There's no point taking any more interrupts
Joshua Hokeb3363692010-10-25 01:44:22 +00001338 * until we have processed the buffers. The
1339 * scheduling call may fail if the poll routine
1340 * is already scheduled, so disable interrupts
1341 * now.
1342 */
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001343 queue_writel(queue, IDR, MACB_RX_INT_FLAGS);
Nicolas Ferre581df9e2013-05-14 03:00:16 +00001344 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001345 queue_writel(queue, ISR, MACB_BIT(RCOMP));
Joshua Hokeb3363692010-10-25 01:44:22 +00001346
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001347 if (napi_schedule_prep(&queue->napi)) {
Havard Skinnemoena268adb2012-10-31 06:04:52 +00001348 netdev_vdbg(bp->dev, "scheduling RX softirq\n");
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001349 __napi_schedule(&queue->napi);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001350 }
1351 }
1352
Nicolas Ferree86cd532012-10-31 06:04:57 +00001353 if (unlikely(status & (MACB_TX_ERR_FLAGS))) {
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001354 queue_writel(queue, IDR, MACB_TX_INT_FLAGS);
1355 schedule_work(&queue->tx_error_task);
Soren Brinkmann6a027b72014-05-04 15:42:59 -07001356
1357 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001358 queue_writel(queue, ISR, MACB_TX_ERR_FLAGS);
Soren Brinkmann6a027b72014-05-04 15:42:59 -07001359
Nicolas Ferree86cd532012-10-31 06:04:57 +00001360 break;
1361 }
1362
1363 if (status & MACB_BIT(TCOMP))
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001364 macb_tx_interrupt(queue);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001365
Moritz Fischer64ec42f2016-03-29 19:11:12 -07001366 /* Link change detection isn't possible with RMII, so we'll
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001367 * add that if/when we get our hands on a full-blown MII PHY.
1368 */
1369
Nathan Sullivan86b5e7d2015-05-13 17:01:36 -05001370 /* There is a hardware issue under heavy load where DMA can
1371 * stop, this causes endless "used buffer descriptor read"
1372 * interrupts but it can be cleared by re-enabling RX. See
1373 * the at91 manual, section 41.3.1 or the Zynq manual
1374 * section 16.7.4 for details.
1375 */
Nathan Sullivanbfbb92c2015-05-05 15:00:25 -05001376 if (status & MACB_BIT(RXUBR)) {
1377 ctrl = macb_readl(bp, NCR);
1378 macb_writel(bp, NCR, ctrl & ~MACB_BIT(RE));
Zumeng Chenffac0e92016-11-28 21:55:00 +08001379 wmb();
Nathan Sullivanbfbb92c2015-05-05 15:00:25 -05001380 macb_writel(bp, NCR, ctrl | MACB_BIT(RE));
1381
1382 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Cyrille Pitchenba504992016-03-24 15:40:04 +01001383 queue_writel(queue, ISR, MACB_BIT(RXUBR));
Nathan Sullivanbfbb92c2015-05-05 15:00:25 -05001384 }
1385
Alexander Steinb19f7f72011-04-13 05:03:24 +00001386 if (status & MACB_BIT(ISR_ROVR)) {
1387 /* We missed at least one packet */
Jamie Ilesf75ba502011-11-08 10:12:32 +00001388 if (macb_is_gem(bp))
1389 bp->hw_stats.gem.rx_overruns++;
1390 else
1391 bp->hw_stats.macb.rx_overruns++;
Soren Brinkmann6a027b72014-05-04 15:42:59 -07001392
1393 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001394 queue_writel(queue, ISR, MACB_BIT(ISR_ROVR));
Alexander Steinb19f7f72011-04-13 05:03:24 +00001395 }
1396
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001397 if (status & MACB_BIT(HRESP)) {
Harini Katakam032dc412018-01-27 12:09:01 +05301398 tasklet_schedule(&bp->hresp_err_tasklet);
Jamie Ilesc220f8c2011-03-08 20:27:08 +00001399 netdev_err(dev, "DMA bus error: HRESP not OK\n");
Soren Brinkmann6a027b72014-05-04 15:42:59 -07001400
1401 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001402 queue_writel(queue, ISR, MACB_BIT(HRESP));
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001403 }
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001404 status = queue_readl(queue, ISR);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001405 }
1406
1407 spin_unlock(&bp->lock);
1408
1409 return IRQ_HANDLED;
1410}
1411
Thomas Petazzoni6e8cf5c2009-05-04 11:08:41 -07001412#ifdef CONFIG_NET_POLL_CONTROLLER
Moritz Fischer64ec42f2016-03-29 19:11:12 -07001413/* Polling receive - used by netconsole and other diagnostic tools
Thomas Petazzoni6e8cf5c2009-05-04 11:08:41 -07001414 * to allow network i/o with interrupts disabled.
1415 */
1416static void macb_poll_controller(struct net_device *dev)
1417{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001418 struct macb *bp = netdev_priv(dev);
1419 struct macb_queue *queue;
Thomas Petazzoni6e8cf5c2009-05-04 11:08:41 -07001420 unsigned long flags;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001421 unsigned int q;
Thomas Petazzoni6e8cf5c2009-05-04 11:08:41 -07001422
1423 local_irq_save(flags);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001424 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
1425 macb_interrupt(dev->irq, queue);
Thomas Petazzoni6e8cf5c2009-05-04 11:08:41 -07001426 local_irq_restore(flags);
1427}
1428#endif
1429
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001430static unsigned int macb_tx_map(struct macb *bp,
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001431 struct macb_queue *queue,
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001432 struct sk_buff *skb,
1433 unsigned int hdrlen)
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001434{
1435 dma_addr_t mapping;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001436 unsigned int len, entry, i, tx_head = queue->tx_head;
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001437 struct macb_tx_skb *tx_skb = NULL;
1438 struct macb_dma_desc *desc;
1439 unsigned int offset, size, count = 0;
1440 unsigned int f, nr_frags = skb_shinfo(skb)->nr_frags;
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001441 unsigned int eof = 1, mss_mfs = 0;
1442 u32 ctrl, lso_ctrl = 0, seq_ctrl = 0;
1443
1444 /* LSO */
1445 if (skb_shinfo(skb)->gso_size != 0) {
1446 if (ip_hdr(skb)->protocol == IPPROTO_UDP)
1447 /* UDP - UFO */
1448 lso_ctrl = MACB_LSO_UFO_ENABLE;
1449 else
1450 /* TCP - TSO */
1451 lso_ctrl = MACB_LSO_TSO_ENABLE;
1452 }
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001453
1454 /* First, map non-paged data */
1455 len = skb_headlen(skb);
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001456
1457 /* first buffer length */
1458 size = hdrlen;
1459
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001460 offset = 0;
1461 while (len) {
Zach Brownb410d132016-10-19 09:56:57 -05001462 entry = macb_tx_ring_wrap(bp, tx_head);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001463 tx_skb = &queue->tx_skb[entry];
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001464
1465 mapping = dma_map_single(&bp->pdev->dev,
1466 skb->data + offset,
1467 size, DMA_TO_DEVICE);
1468 if (dma_mapping_error(&bp->pdev->dev, mapping))
1469 goto dma_error;
1470
1471 /* Save info to properly release resources */
1472 tx_skb->skb = NULL;
1473 tx_skb->mapping = mapping;
1474 tx_skb->size = size;
1475 tx_skb->mapped_as_page = false;
1476
1477 len -= size;
1478 offset += size;
1479 count++;
1480 tx_head++;
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001481
1482 size = min(len, bp->max_tx_length);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001483 }
1484
1485 /* Then, map paged data from fragments */
1486 for (f = 0; f < nr_frags; f++) {
1487 const skb_frag_t *frag = &skb_shinfo(skb)->frags[f];
1488
1489 len = skb_frag_size(frag);
1490 offset = 0;
1491 while (len) {
1492 size = min(len, bp->max_tx_length);
Zach Brownb410d132016-10-19 09:56:57 -05001493 entry = macb_tx_ring_wrap(bp, tx_head);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001494 tx_skb = &queue->tx_skb[entry];
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001495
1496 mapping = skb_frag_dma_map(&bp->pdev->dev, frag,
1497 offset, size, DMA_TO_DEVICE);
1498 if (dma_mapping_error(&bp->pdev->dev, mapping))
1499 goto dma_error;
1500
1501 /* Save info to properly release resources */
1502 tx_skb->skb = NULL;
1503 tx_skb->mapping = mapping;
1504 tx_skb->size = size;
1505 tx_skb->mapped_as_page = true;
1506
1507 len -= size;
1508 offset += size;
1509 count++;
1510 tx_head++;
1511 }
1512 }
1513
1514 /* Should never happen */
Moritz Fischeraa50b552016-03-29 19:11:13 -07001515 if (unlikely(!tx_skb)) {
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001516 netdev_err(bp->dev, "BUG! empty skb!\n");
1517 return 0;
1518 }
1519
1520 /* This is the last buffer of the frame: save socket buffer */
1521 tx_skb->skb = skb;
1522
1523 /* Update TX ring: update buffer descriptors in reverse order
1524 * to avoid race condition
1525 */
1526
1527 /* Set 'TX_USED' bit in buffer descriptor at tx_head position
1528 * to set the end of TX queue
1529 */
1530 i = tx_head;
Zach Brownb410d132016-10-19 09:56:57 -05001531 entry = macb_tx_ring_wrap(bp, i);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001532 ctrl = MACB_BIT(TX_USED);
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001533 desc = macb_tx_desc(queue, entry);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001534 desc->ctrl = ctrl;
1535
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001536 if (lso_ctrl) {
1537 if (lso_ctrl == MACB_LSO_UFO_ENABLE)
1538 /* include header and FCS in value given to h/w */
1539 mss_mfs = skb_shinfo(skb)->gso_size +
1540 skb_transport_offset(skb) +
1541 ETH_FCS_LEN;
1542 else /* TSO */ {
1543 mss_mfs = skb_shinfo(skb)->gso_size;
1544 /* TCP Sequence Number Source Select
1545 * can be set only for TSO
1546 */
1547 seq_ctrl = 0;
1548 }
1549 }
1550
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001551 do {
1552 i--;
Zach Brownb410d132016-10-19 09:56:57 -05001553 entry = macb_tx_ring_wrap(bp, i);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001554 tx_skb = &queue->tx_skb[entry];
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001555 desc = macb_tx_desc(queue, entry);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001556
1557 ctrl = (u32)tx_skb->size;
1558 if (eof) {
1559 ctrl |= MACB_BIT(TX_LAST);
1560 eof = 0;
1561 }
Zach Brownb410d132016-10-19 09:56:57 -05001562 if (unlikely(entry == (bp->tx_ring_size - 1)))
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001563 ctrl |= MACB_BIT(TX_WRAP);
1564
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001565 /* First descriptor is header descriptor */
1566 if (i == queue->tx_head) {
1567 ctrl |= MACB_BF(TX_LSO, lso_ctrl);
1568 ctrl |= MACB_BF(TX_TCP_SEQ_SRC, seq_ctrl);
Claudiu Beznea653e92a2018-08-07 12:25:14 +03001569 if ((bp->dev->features & NETIF_F_HW_CSUM) &&
1570 skb->ip_summed != CHECKSUM_PARTIAL && !lso_ctrl)
1571 ctrl |= MACB_BIT(TX_NOCRC);
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001572 } else
1573 /* Only set MSS/MFS on payload descriptors
1574 * (second or later descriptor)
1575 */
1576 ctrl |= MACB_BF(MSS_MFS, mss_mfs);
1577
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001578 /* Set TX buffer descriptor */
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001579 macb_set_addr(bp, desc, tx_skb->mapping);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001580 /* desc->addr must be visible to hardware before clearing
1581 * 'TX_USED' bit in desc->ctrl.
1582 */
1583 wmb();
1584 desc->ctrl = ctrl;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001585 } while (i != queue->tx_head);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001586
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001587 queue->tx_head = tx_head;
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001588
1589 return count;
1590
1591dma_error:
1592 netdev_err(bp->dev, "TX DMA map failed\n");
1593
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001594 for (i = queue->tx_head; i != tx_head; i++) {
1595 tx_skb = macb_tx_skb(queue, i);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001596
1597 macb_tx_unmap(bp, tx_skb);
1598 }
1599
1600 return 0;
1601}
1602
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001603static netdev_features_t macb_features_check(struct sk_buff *skb,
1604 struct net_device *dev,
1605 netdev_features_t features)
1606{
1607 unsigned int nr_frags, f;
1608 unsigned int hdrlen;
1609
1610 /* Validate LSO compatibility */
1611
1612 /* there is only one buffer */
1613 if (!skb_is_nonlinear(skb))
1614 return features;
1615
1616 /* length of header */
1617 hdrlen = skb_transport_offset(skb);
1618 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
1619 hdrlen += tcp_hdrlen(skb);
1620
1621 /* For LSO:
1622 * When software supplies two or more payload buffers all payload buffers
1623 * apart from the last must be a multiple of 8 bytes in size.
1624 */
1625 if (!IS_ALIGNED(skb_headlen(skb) - hdrlen, MACB_TX_LEN_ALIGN))
1626 return features & ~MACB_NETIF_LSO;
1627
1628 nr_frags = skb_shinfo(skb)->nr_frags;
1629 /* No need to check last fragment */
1630 nr_frags--;
1631 for (f = 0; f < nr_frags; f++) {
1632 const skb_frag_t *frag = &skb_shinfo(skb)->frags[f];
1633
1634 if (!IS_ALIGNED(skb_frag_size(frag), MACB_TX_LEN_ALIGN))
1635 return features & ~MACB_NETIF_LSO;
1636 }
1637 return features;
1638}
1639
Helmut Buchsbaum007e4ba2016-09-04 18:09:47 +02001640static inline int macb_clear_csum(struct sk_buff *skb)
1641{
1642 /* no change for packets without checksum offloading */
1643 if (skb->ip_summed != CHECKSUM_PARTIAL)
1644 return 0;
1645
1646 /* make sure we can modify the header */
1647 if (unlikely(skb_cow_head(skb, 0)))
1648 return -1;
1649
1650 /* initialize checksum field
1651 * This is required - at least for Zynq, which otherwise calculates
1652 * wrong UDP header checksums for UDP packets with UDP data len <=2
1653 */
1654 *(__sum16 *)(skb_checksum_start(skb) + skb->csum_offset) = 0;
1655 return 0;
1656}
1657
Claudiu Beznea653e92a2018-08-07 12:25:14 +03001658static int macb_pad_and_fcs(struct sk_buff **skb, struct net_device *ndev)
1659{
1660 bool cloned = skb_cloned(*skb) || skb_header_cloned(*skb);
1661 int padlen = ETH_ZLEN - (*skb)->len;
1662 int headroom = skb_headroom(*skb);
1663 int tailroom = skb_tailroom(*skb);
1664 struct sk_buff *nskb;
1665 u32 fcs;
1666
1667 if (!(ndev->features & NETIF_F_HW_CSUM) ||
1668 !((*skb)->ip_summed != CHECKSUM_PARTIAL) ||
1669 skb_shinfo(*skb)->gso_size) /* Not available for GSO */
1670 return 0;
1671
1672 if (padlen <= 0) {
1673 /* FCS could be appeded to tailroom. */
1674 if (tailroom >= ETH_FCS_LEN)
1675 goto add_fcs;
1676 /* FCS could be appeded by moving data to headroom. */
1677 else if (!cloned && headroom + tailroom >= ETH_FCS_LEN)
1678 padlen = 0;
1679 /* No room for FCS, need to reallocate skb. */
1680 else
1681 padlen = ETH_FCS_LEN - tailroom;
1682 } else {
1683 /* Add room for FCS. */
1684 padlen += ETH_FCS_LEN;
1685 }
1686
1687 if (!cloned && headroom + tailroom >= padlen) {
1688 (*skb)->data = memmove((*skb)->head, (*skb)->data, (*skb)->len);
1689 skb_set_tail_pointer(*skb, (*skb)->len);
1690 } else {
1691 nskb = skb_copy_expand(*skb, 0, padlen, GFP_ATOMIC);
1692 if (!nskb)
1693 return -ENOMEM;
1694
1695 dev_kfree_skb_any(*skb);
1696 *skb = nskb;
1697 }
1698
1699 if (padlen) {
1700 if (padlen >= ETH_FCS_LEN)
1701 skb_put_zero(*skb, padlen - ETH_FCS_LEN);
1702 else
1703 skb_trim(*skb, ETH_FCS_LEN - padlen);
1704 }
1705
1706add_fcs:
1707 /* set FCS to packet */
1708 fcs = crc32_le(~0, (*skb)->data, (*skb)->len);
1709 fcs = ~fcs;
1710
1711 skb_put_u8(*skb, fcs & 0xff);
1712 skb_put_u8(*skb, (fcs >> 8) & 0xff);
1713 skb_put_u8(*skb, (fcs >> 16) & 0xff);
1714 skb_put_u8(*skb, (fcs >> 24) & 0xff);
1715
1716 return 0;
1717}
1718
Claudiu Beznead1c38952018-08-07 12:25:12 +03001719static netdev_tx_t macb_start_xmit(struct sk_buff *skb, struct net_device *dev)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001720{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001721 u16 queue_index = skb_get_queue_mapping(skb);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001722 struct macb *bp = netdev_priv(dev);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001723 struct macb_queue *queue = &bp->queues[queue_index];
Dongdong Deng48719532009-08-23 19:49:07 -07001724 unsigned long flags;
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001725 unsigned int desc_cnt, nr_frags, frag_size, f;
1726 unsigned int hdrlen;
1727 bool is_lso, is_udp = 0;
Claudiu Beznead1c38952018-08-07 12:25:12 +03001728 netdev_tx_t ret = NETDEV_TX_OK;
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001729
Claudiu Beznea33729f22018-08-07 12:25:13 +03001730 if (macb_clear_csum(skb)) {
1731 dev_kfree_skb_any(skb);
1732 return ret;
1733 }
1734
Claudiu Beznea653e92a2018-08-07 12:25:14 +03001735 if (macb_pad_and_fcs(&skb, dev)) {
1736 dev_kfree_skb_any(skb);
1737 return ret;
1738 }
1739
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001740 is_lso = (skb_shinfo(skb)->gso_size != 0);
1741
1742 if (is_lso) {
1743 is_udp = !!(ip_hdr(skb)->protocol == IPPROTO_UDP);
1744
1745 /* length of headers */
1746 if (is_udp)
1747 /* only queue eth + ip headers separately for UDP */
1748 hdrlen = skb_transport_offset(skb);
1749 else
1750 hdrlen = skb_transport_offset(skb) + tcp_hdrlen(skb);
1751 if (skb_headlen(skb) < hdrlen) {
1752 netdev_err(bp->dev, "Error - LSO headers fragmented!!!\n");
1753 /* if this is required, would need to copy to single buffer */
1754 return NETDEV_TX_BUSY;
1755 }
1756 } else
1757 hdrlen = min(skb_headlen(skb), bp->max_tx_length);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001758
Havard Skinnemoena268adb2012-10-31 06:04:52 +00001759#if defined(DEBUG) && defined(VERBOSE_DEBUG)
1760 netdev_vdbg(bp->dev,
Moritz Fischeraa50b552016-03-29 19:11:13 -07001761 "start_xmit: queue %hu len %u head %p data %p tail %p end %p\n",
1762 queue_index, skb->len, skb->head, skb->data,
1763 skb_tail_pointer(skb), skb_end_pointer(skb));
Jamie Ilesc220f8c2011-03-08 20:27:08 +00001764 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_OFFSET, 16, 1,
1765 skb->data, 16, true);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001766#endif
1767
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001768 /* Count how many TX buffer descriptors are needed to send this
1769 * socket buffer: skb fragments of jumbo frames may need to be
Moritz Fischeraa50b552016-03-29 19:11:13 -07001770 * split into many buffer descriptors.
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001771 */
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001772 if (is_lso && (skb_headlen(skb) > hdrlen))
1773 /* extra header descriptor if also payload in first buffer */
1774 desc_cnt = DIV_ROUND_UP((skb_headlen(skb) - hdrlen), bp->max_tx_length) + 1;
1775 else
1776 desc_cnt = DIV_ROUND_UP(skb_headlen(skb), bp->max_tx_length);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001777 nr_frags = skb_shinfo(skb)->nr_frags;
1778 for (f = 0; f < nr_frags; f++) {
1779 frag_size = skb_frag_size(&skb_shinfo(skb)->frags[f]);
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001780 desc_cnt += DIV_ROUND_UP(frag_size, bp->max_tx_length);
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001781 }
1782
Dongdong Deng48719532009-08-23 19:49:07 -07001783 spin_lock_irqsave(&bp->lock, flags);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001784
1785 /* This is a hard error, log it. */
Zach Brownb410d132016-10-19 09:56:57 -05001786 if (CIRC_SPACE(queue->tx_head, queue->tx_tail,
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001787 bp->tx_ring_size) < desc_cnt) {
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001788 netif_stop_subqueue(dev, queue_index);
Dongdong Deng48719532009-08-23 19:49:07 -07001789 spin_unlock_irqrestore(&bp->lock, flags);
Jamie Ilesc220f8c2011-03-08 20:27:08 +00001790 netdev_dbg(bp->dev, "tx_head = %u, tx_tail = %u\n",
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001791 queue->tx_head, queue->tx_tail);
Patrick McHardy5b548142009-06-12 06:22:29 +00001792 return NETDEV_TX_BUSY;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001793 }
1794
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02001795 /* Map socket buffer for DMA transfer */
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00001796 if (!macb_tx_map(bp, queue, skb, hdrlen)) {
Eric W. Biedermanc88b5b62014-03-15 16:08:27 -07001797 dev_kfree_skb_any(skb);
Soren Brinkmann92030902014-03-04 08:46:39 -08001798 goto unlock;
1799 }
Havard Skinnemoen55054a12012-10-31 06:04:55 +00001800
Havard Skinnemoen03dbe052012-10-31 06:04:51 +00001801 /* Make newly initialized descriptor visible to hardware */
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001802 wmb();
Richard Cochrane0720922011-06-19 21:51:28 +00001803 skb_tx_timestamp(skb);
1804
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001805 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(TSTART));
1806
Zach Brownb410d132016-10-19 09:56:57 -05001807 if (CIRC_SPACE(queue->tx_head, queue->tx_tail, bp->tx_ring_size) < 1)
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001808 netif_stop_subqueue(dev, queue_index);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001809
Soren Brinkmann92030902014-03-04 08:46:39 -08001810unlock:
Dongdong Deng48719532009-08-23 19:49:07 -07001811 spin_unlock_irqrestore(&bp->lock, flags);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001812
Claudiu Beznead1c38952018-08-07 12:25:12 +03001813 return ret;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001814}
1815
Nicolas Ferre4df95132013-06-04 21:57:12 +00001816static void macb_init_rx_buffer_size(struct macb *bp, size_t size)
Nicolas Ferre1b447912013-06-04 21:57:11 +00001817{
1818 if (!macb_is_gem(bp)) {
1819 bp->rx_buffer_size = MACB_RX_BUFFER_SIZE;
1820 } else {
Nicolas Ferre4df95132013-06-04 21:57:12 +00001821 bp->rx_buffer_size = size;
Nicolas Ferre1b447912013-06-04 21:57:11 +00001822
Nicolas Ferre1b447912013-06-04 21:57:11 +00001823 if (bp->rx_buffer_size % RX_BUFFER_MULTIPLE) {
Nicolas Ferre4df95132013-06-04 21:57:12 +00001824 netdev_dbg(bp->dev,
Moritz Fischeraa50b552016-03-29 19:11:13 -07001825 "RX buffer must be multiple of %d bytes, expanding\n",
1826 RX_BUFFER_MULTIPLE);
Nicolas Ferre1b447912013-06-04 21:57:11 +00001827 bp->rx_buffer_size =
Nicolas Ferre4df95132013-06-04 21:57:12 +00001828 roundup(bp->rx_buffer_size, RX_BUFFER_MULTIPLE);
Nicolas Ferre1b447912013-06-04 21:57:11 +00001829 }
Nicolas Ferre1b447912013-06-04 21:57:11 +00001830 }
Nicolas Ferre4df95132013-06-04 21:57:12 +00001831
Alexey Dobriyan5b5e0922017-02-27 14:30:02 -08001832 netdev_dbg(bp->dev, "mtu [%u] rx_buffer_size [%zu]\n",
Nicolas Ferre4df95132013-06-04 21:57:12 +00001833 bp->dev->mtu, bp->rx_buffer_size);
Nicolas Ferre1b447912013-06-04 21:57:11 +00001834}
1835
Nicolas Ferre4df95132013-06-04 21:57:12 +00001836static void gem_free_rx_buffers(struct macb *bp)
1837{
1838 struct sk_buff *skb;
1839 struct macb_dma_desc *desc;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001840 struct macb_queue *queue;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001841 dma_addr_t addr;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001842 unsigned int q;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001843 int i;
1844
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001845 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
1846 if (!queue->rx_skbuff)
Nicolas Ferre4df95132013-06-04 21:57:12 +00001847 continue;
1848
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001849 for (i = 0; i < bp->rx_ring_size; i++) {
1850 skb = queue->rx_skbuff[i];
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001851
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001852 if (!skb)
1853 continue;
1854
1855 desc = macb_rx_desc(queue, i);
1856 addr = macb_get_addr(bp, desc);
1857
1858 dma_unmap_single(&bp->pdev->dev, addr, bp->rx_buffer_size,
1859 DMA_FROM_DEVICE);
1860 dev_kfree_skb_any(skb);
1861 skb = NULL;
1862 }
1863
1864 kfree(queue->rx_skbuff);
1865 queue->rx_skbuff = NULL;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001866 }
Nicolas Ferre4df95132013-06-04 21:57:12 +00001867}
1868
1869static void macb_free_rx_buffers(struct macb *bp)
1870{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001871 struct macb_queue *queue = &bp->queues[0];
1872
1873 if (queue->rx_buffers) {
Nicolas Ferre4df95132013-06-04 21:57:12 +00001874 dma_free_coherent(&bp->pdev->dev,
Zach Brownb410d132016-10-19 09:56:57 -05001875 bp->rx_ring_size * bp->rx_buffer_size,
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001876 queue->rx_buffers, queue->rx_buffers_dma);
1877 queue->rx_buffers = NULL;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001878 }
1879}
Nicolas Ferre1b447912013-06-04 21:57:11 +00001880
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001881static void macb_free_consistent(struct macb *bp)
1882{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001883 struct macb_queue *queue;
1884 unsigned int q;
Harini Katakam404cd082018-07-06 12:18:58 +05301885 int size;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001886
Nicolas Ferre4df95132013-06-04 21:57:12 +00001887 bp->macbgem_ops.mog_free_rx_buffers(bp);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001888
1889 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
1890 kfree(queue->tx_skb);
1891 queue->tx_skb = NULL;
1892 if (queue->tx_ring) {
Harini Katakam404cd082018-07-06 12:18:58 +05301893 size = TX_RING_BYTES(bp) + bp->tx_bd_rd_prefetch;
1894 dma_free_coherent(&bp->pdev->dev, size,
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001895 queue->tx_ring, queue->tx_ring_dma);
1896 queue->tx_ring = NULL;
1897 }
Harini Katakame50b7702018-07-06 12:18:57 +05301898 if (queue->rx_ring) {
Harini Katakam404cd082018-07-06 12:18:58 +05301899 size = RX_RING_BYTES(bp) + bp->rx_bd_rd_prefetch;
1900 dma_free_coherent(&bp->pdev->dev, size,
Harini Katakame50b7702018-07-06 12:18:57 +05301901 queue->rx_ring, queue->rx_ring_dma);
1902 queue->rx_ring = NULL;
1903 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001904 }
Nicolas Ferre4df95132013-06-04 21:57:12 +00001905}
1906
1907static int gem_alloc_rx_buffers(struct macb *bp)
1908{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001909 struct macb_queue *queue;
1910 unsigned int q;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001911 int size;
1912
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001913 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
1914 size = bp->rx_ring_size * sizeof(struct sk_buff *);
1915 queue->rx_skbuff = kzalloc(size, GFP_KERNEL);
1916 if (!queue->rx_skbuff)
1917 return -ENOMEM;
1918 else
1919 netdev_dbg(bp->dev,
1920 "Allocated %d RX struct sk_buff entries at %p\n",
1921 bp->rx_ring_size, queue->rx_skbuff);
1922 }
Nicolas Ferre4df95132013-06-04 21:57:12 +00001923 return 0;
1924}
1925
1926static int macb_alloc_rx_buffers(struct macb *bp)
1927{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001928 struct macb_queue *queue = &bp->queues[0];
Nicolas Ferre4df95132013-06-04 21:57:12 +00001929 int size;
1930
Zach Brownb410d132016-10-19 09:56:57 -05001931 size = bp->rx_ring_size * bp->rx_buffer_size;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001932 queue->rx_buffers = dma_alloc_coherent(&bp->pdev->dev, size,
1933 &queue->rx_buffers_dma, GFP_KERNEL);
1934 if (!queue->rx_buffers)
Nicolas Ferre4df95132013-06-04 21:57:12 +00001935 return -ENOMEM;
Moritz Fischer64ec42f2016-03-29 19:11:12 -07001936
1937 netdev_dbg(bp->dev,
1938 "Allocated RX buffers of %d bytes at %08lx (mapped %p)\n",
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001939 size, (unsigned long)queue->rx_buffers_dma, queue->rx_buffers);
Nicolas Ferre4df95132013-06-04 21:57:12 +00001940 return 0;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001941}
1942
1943static int macb_alloc_consistent(struct macb *bp)
1944{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001945 struct macb_queue *queue;
1946 unsigned int q;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001947 int size;
1948
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001949 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
Harini Katakam404cd082018-07-06 12:18:58 +05301950 size = TX_RING_BYTES(bp) + bp->tx_bd_rd_prefetch;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001951 queue->tx_ring = dma_alloc_coherent(&bp->pdev->dev, size,
1952 &queue->tx_ring_dma,
1953 GFP_KERNEL);
1954 if (!queue->tx_ring)
1955 goto out_err;
1956 netdev_dbg(bp->dev,
1957 "Allocated TX ring for queue %u of %d bytes at %08lx (mapped %p)\n",
1958 q, size, (unsigned long)queue->tx_ring_dma,
1959 queue->tx_ring);
1960
Zach Brownb410d132016-10-19 09:56:57 -05001961 size = bp->tx_ring_size * sizeof(struct macb_tx_skb);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001962 queue->tx_skb = kmalloc(size, GFP_KERNEL);
1963 if (!queue->tx_skb)
1964 goto out_err;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001965
Harini Katakam404cd082018-07-06 12:18:58 +05301966 size = RX_RING_BYTES(bp) + bp->rx_bd_rd_prefetch;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00001967 queue->rx_ring = dma_alloc_coherent(&bp->pdev->dev, size,
1968 &queue->rx_ring_dma, GFP_KERNEL);
1969 if (!queue->rx_ring)
1970 goto out_err;
1971 netdev_dbg(bp->dev,
1972 "Allocated RX ring of %d bytes at %08lx (mapped %p)\n",
1973 size, (unsigned long)queue->rx_ring_dma, queue->rx_ring);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001974 }
Nicolas Ferre4df95132013-06-04 21:57:12 +00001975 if (bp->macbgem_ops.mog_alloc_rx_buffers(bp))
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001976 goto out_err;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001977
1978 return 0;
1979
1980out_err:
1981 macb_free_consistent(bp);
1982 return -ENOMEM;
1983}
1984
Nicolas Ferre4df95132013-06-04 21:57:12 +00001985static void gem_init_rings(struct macb *bp)
1986{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001987 struct macb_queue *queue;
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001988 struct macb_dma_desc *desc = NULL;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001989 unsigned int q;
Nicolas Ferre4df95132013-06-04 21:57:12 +00001990 int i;
1991
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001992 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
Zach Brownb410d132016-10-19 09:56:57 -05001993 for (i = 0; i < bp->tx_ring_size; i++) {
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001994 desc = macb_tx_desc(queue, i);
1995 macb_set_addr(bp, desc, 0);
1996 desc->ctrl = MACB_BIT(TX_USED);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001997 }
Rafal Ozieblodc97a892017-01-27 15:08:20 +00001998 desc->ctrl |= MACB_BIT(TX_WRAP);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01001999 queue->tx_head = 0;
2000 queue->tx_tail = 0;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002001
2002 queue->rx_tail = 0;
2003 queue->rx_prepared_head = 0;
2004
2005 gem_rx_refill(queue);
Nicolas Ferre4df95132013-06-04 21:57:12 +00002006 }
Nicolas Ferre4df95132013-06-04 21:57:12 +00002007
Nicolas Ferre4df95132013-06-04 21:57:12 +00002008}
2009
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002010static void macb_init_rings(struct macb *bp)
2011{
2012 int i;
Rafal Ozieblodc97a892017-01-27 15:08:20 +00002013 struct macb_dma_desc *desc = NULL;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002014
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002015 macb_init_rx_ring(&bp->queues[0]);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002016
Zach Brownb410d132016-10-19 09:56:57 -05002017 for (i = 0; i < bp->tx_ring_size; i++) {
Rafal Ozieblodc97a892017-01-27 15:08:20 +00002018 desc = macb_tx_desc(&bp->queues[0], i);
2019 macb_set_addr(bp, desc, 0);
2020 desc->ctrl = MACB_BIT(TX_USED);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002021 }
Ben Shelton21d35152015-04-22 17:28:54 -05002022 bp->queues[0].tx_head = 0;
2023 bp->queues[0].tx_tail = 0;
Rafal Ozieblodc97a892017-01-27 15:08:20 +00002024 desc->ctrl |= MACB_BIT(TX_WRAP);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002025}
2026
2027static void macb_reset_hw(struct macb *bp)
2028{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002029 struct macb_queue *queue;
2030 unsigned int q;
2031
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002032 /* Disable RX and TX (XXX: Should we halt the transmission
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002033 * more gracefully?)
2034 */
2035 macb_writel(bp, NCR, 0);
2036
2037 /* Clear the stats registers (XXX: Update stats first?) */
2038 macb_writel(bp, NCR, MACB_BIT(CLRSTAT));
2039
2040 /* Clear all status flags */
Joachim Eastwood95ebcea2012-10-22 08:45:31 +00002041 macb_writel(bp, TSR, -1);
2042 macb_writel(bp, RSR, -1);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002043
2044 /* Disable all interrupts */
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002045 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
2046 queue_writel(queue, IDR, -1);
2047 queue_readl(queue, ISR);
Nathan Sullivan24468372016-01-14 13:27:27 -06002048 if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE)
2049 queue_writel(queue, ISR, -1);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002050 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002051}
2052
Jamie Iles70c9f3d2011-03-09 16:22:54 +00002053static u32 gem_mdc_clk_div(struct macb *bp)
2054{
2055 u32 config;
2056 unsigned long pclk_hz = clk_get_rate(bp->pclk);
2057
2058 if (pclk_hz <= 20000000)
2059 config = GEM_BF(CLK, GEM_CLK_DIV8);
2060 else if (pclk_hz <= 40000000)
2061 config = GEM_BF(CLK, GEM_CLK_DIV16);
2062 else if (pclk_hz <= 80000000)
2063 config = GEM_BF(CLK, GEM_CLK_DIV32);
2064 else if (pclk_hz <= 120000000)
2065 config = GEM_BF(CLK, GEM_CLK_DIV48);
2066 else if (pclk_hz <= 160000000)
2067 config = GEM_BF(CLK, GEM_CLK_DIV64);
2068 else
2069 config = GEM_BF(CLK, GEM_CLK_DIV96);
2070
2071 return config;
2072}
2073
2074static u32 macb_mdc_clk_div(struct macb *bp)
2075{
2076 u32 config;
2077 unsigned long pclk_hz;
2078
2079 if (macb_is_gem(bp))
2080 return gem_mdc_clk_div(bp);
2081
2082 pclk_hz = clk_get_rate(bp->pclk);
2083 if (pclk_hz <= 20000000)
2084 config = MACB_BF(CLK, MACB_CLK_DIV8);
2085 else if (pclk_hz <= 40000000)
2086 config = MACB_BF(CLK, MACB_CLK_DIV16);
2087 else if (pclk_hz <= 80000000)
2088 config = MACB_BF(CLK, MACB_CLK_DIV32);
2089 else
2090 config = MACB_BF(CLK, MACB_CLK_DIV64);
2091
2092 return config;
2093}
2094
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002095/* Get the DMA bus width field of the network configuration register that we
Jamie Iles757a03c2011-03-09 16:29:59 +00002096 * should program. We find the width from decoding the design configuration
2097 * register to find the maximum supported data bus width.
2098 */
2099static u32 macb_dbw(struct macb *bp)
2100{
2101 if (!macb_is_gem(bp))
2102 return 0;
2103
2104 switch (GEM_BFEXT(DBWDEF, gem_readl(bp, DCFG1))) {
2105 case 4:
2106 return GEM_BF(DBW, GEM_DBW128);
2107 case 2:
2108 return GEM_BF(DBW, GEM_DBW64);
2109 case 1:
2110 default:
2111 return GEM_BF(DBW, GEM_DBW32);
2112 }
2113}
2114
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002115/* Configure the receive DMA engine
Nicolas Ferreb3e3bd712012-11-23 03:49:01 +00002116 * - use the correct receive buffer size
Nicolas Ferree1755872014-07-24 13:50:58 +02002117 * - set best burst length for DMA operations
Nicolas Ferreb3e3bd712012-11-23 03:49:01 +00002118 * (if not supported by FIFO, it will fallback to default)
2119 * - set both rx/tx packet buffers to full memory size
2120 * These are configurable parameters for GEM.
Jamie Iles0116da42011-03-14 17:38:30 +00002121 */
2122static void macb_configure_dma(struct macb *bp)
2123{
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002124 struct macb_queue *queue;
2125 u32 buffer_size;
2126 unsigned int q;
Jamie Iles0116da42011-03-14 17:38:30 +00002127 u32 dmacfg;
2128
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002129 buffer_size = bp->rx_buffer_size / RX_BUFFER_MULTIPLE;
Jamie Iles0116da42011-03-14 17:38:30 +00002130 if (macb_is_gem(bp)) {
2131 dmacfg = gem_readl(bp, DMACFG) & ~GEM_BF(RXBS, -1L);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002132 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
2133 if (q)
2134 queue_writel(queue, RBQS, buffer_size);
2135 else
2136 dmacfg |= GEM_BF(RXBS, buffer_size);
2137 }
Nicolas Ferree1755872014-07-24 13:50:58 +02002138 if (bp->dma_burst_length)
2139 dmacfg = GEM_BFINS(FBLDO, bp->dma_burst_length, dmacfg);
Nicolas Ferreb3e3bd712012-11-23 03:49:01 +00002140 dmacfg |= GEM_BIT(TXPBMS) | GEM_BF(RXBMS, -1L);
Arun Chandrana50dad32015-02-18 16:59:35 +05302141 dmacfg &= ~GEM_BIT(ENDIA_PKT);
Arun Chandran62f69242015-03-01 11:38:02 +05302142
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03002143 if (bp->native_io)
Arun Chandran62f69242015-03-01 11:38:02 +05302144 dmacfg &= ~GEM_BIT(ENDIA_DESC);
2145 else
2146 dmacfg |= GEM_BIT(ENDIA_DESC); /* CPU in big endian */
2147
Cyrille Pitchen85ff3d82014-07-24 13:51:00 +02002148 if (bp->dev->features & NETIF_F_HW_CSUM)
2149 dmacfg |= GEM_BIT(TXCOEN);
2150 else
2151 dmacfg &= ~GEM_BIT(TXCOEN);
Harini Katakamfff80192016-08-09 13:15:53 +05302152
2153#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
Rafal Ozieblo7b429612017-06-29 07:12:51 +01002154 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
Rafal Ozieblodc97a892017-01-27 15:08:20 +00002155 dmacfg |= GEM_BIT(ADDR64);
Harini Katakamfff80192016-08-09 13:15:53 +05302156#endif
Rafal Ozieblo7b429612017-06-29 07:12:51 +01002157#ifdef CONFIG_MACB_USE_HWSTAMP
2158 if (bp->hw_dma_cap & HW_DMA_CAP_PTP)
2159 dmacfg |= GEM_BIT(RXEXT) | GEM_BIT(TXEXT);
2160#endif
Nicolas Ferree1755872014-07-24 13:50:58 +02002161 netdev_dbg(bp->dev, "Cadence configure DMA with 0x%08x\n",
2162 dmacfg);
Jamie Iles0116da42011-03-14 17:38:30 +00002163 gem_writel(bp, DMACFG, dmacfg);
2164 }
2165}
2166
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002167static void macb_init_hw(struct macb *bp)
2168{
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002169 struct macb_queue *queue;
2170 unsigned int q;
2171
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002172 u32 config;
2173
2174 macb_reset_hw(bp);
Joachim Eastwood314bccc2012-11-07 08:14:52 +00002175 macb_set_hwaddr(bp);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002176
Jamie Iles70c9f3d2011-03-09 16:22:54 +00002177 config = macb_mdc_clk_div(bp);
Punnaiah Choudary Kalluri022be252015-11-18 09:03:50 +05302178 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII)
2179 config |= GEM_BIT(SGMIIEN) | GEM_BIT(PCSSEL);
Havard Skinnemoen29bc2e12012-10-31 06:04:58 +00002180 config |= MACB_BF(RBOF, NET_IP_ALIGN); /* Make eth data aligned */
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002181 config |= MACB_BIT(PAE); /* PAuse Enable */
2182 config |= MACB_BIT(DRFCS); /* Discard Rx FCS */
Dan Carpentera104a6b2015-05-12 21:15:24 +03002183 if (bp->caps & MACB_CAPS_JUMBO)
Harini Katakam98b5a0f42015-05-06 22:27:17 +05302184 config |= MACB_BIT(JFRAME); /* Enable jumbo frames */
2185 else
2186 config |= MACB_BIT(BIG); /* Receive oversized frames */
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002187 if (bp->dev->flags & IFF_PROMISC)
2188 config |= MACB_BIT(CAF); /* Copy All Frames */
Cyrille Pitchen924ec532014-07-24 13:51:01 +02002189 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM)
2190 config |= GEM_BIT(RXCOEN);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002191 if (!(bp->dev->flags & IFF_BROADCAST))
2192 config |= MACB_BIT(NBC); /* No BroadCast */
Jamie Iles757a03c2011-03-09 16:29:59 +00002193 config |= macb_dbw(bp);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002194 macb_writel(bp, NCFGR, config);
Dan Carpentera104a6b2015-05-12 21:15:24 +03002195 if ((bp->caps & MACB_CAPS_JUMBO) && bp->jumbo_max_len)
Harini Katakam98b5a0f42015-05-06 22:27:17 +05302196 gem_writel(bp, JML, bp->jumbo_max_len);
Vitalii Demianets26cdfb42012-11-02 07:09:24 +00002197 bp->speed = SPEED_10;
2198 bp->duplex = DUPLEX_HALF;
Harini Katakam98b5a0f42015-05-06 22:27:17 +05302199 bp->rx_frm_len_mask = MACB_RX_FRMLEN_MASK;
Dan Carpentera104a6b2015-05-12 21:15:24 +03002200 if (bp->caps & MACB_CAPS_JUMBO)
Harini Katakam98b5a0f42015-05-06 22:27:17 +05302201 bp->rx_frm_len_mask = MACB_RX_JFRMLEN_MASK;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002202
Jamie Iles0116da42011-03-14 17:38:30 +00002203 macb_configure_dma(bp);
2204
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002205 /* Initialize TX and RX buffers */
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002206 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002207 queue_writel(queue, RBQP, lower_32_bits(queue->rx_ring_dma));
2208#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
2209 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
2210 queue_writel(queue, RBQPH, upper_32_bits(queue->rx_ring_dma));
2211#endif
Rafal Ozieblodc97a892017-01-27 15:08:20 +00002212 queue_writel(queue, TBQP, lower_32_bits(queue->tx_ring_dma));
Harini Katakamfff80192016-08-09 13:15:53 +05302213#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
Rafal Ozieblo7b429612017-06-29 07:12:51 +01002214 if (bp->hw_dma_cap & HW_DMA_CAP_64B)
Rafal Ozieblodc97a892017-01-27 15:08:20 +00002215 queue_writel(queue, TBQPH, upper_32_bits(queue->tx_ring_dma));
Harini Katakamfff80192016-08-09 13:15:53 +05302216#endif
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002217
2218 /* Enable interrupts */
2219 queue_writel(queue, IER,
2220 MACB_RX_INT_FLAGS |
2221 MACB_TX_INT_FLAGS |
2222 MACB_BIT(HRESP));
2223 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002224
2225 /* Enable TX and RX */
frederic RODO6c36a702007-07-12 19:07:24 +02002226 macb_writel(bp, NCR, MACB_BIT(RE) | MACB_BIT(TE) | MACB_BIT(MPE));
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002227}
2228
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002229/* The hash address register is 64 bits long and takes up two
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002230 * locations in the memory map. The least significant bits are stored
2231 * in EMAC_HSL and the most significant bits in EMAC_HSH.
2232 *
2233 * The unicast hash enable and the multicast hash enable bits in the
2234 * network configuration register enable the reception of hash matched
2235 * frames. The destination address is reduced to a 6 bit index into
2236 * the 64 bit hash register using the following hash function. The
2237 * hash function is an exclusive or of every sixth bit of the
2238 * destination address.
2239 *
2240 * hi[5] = da[5] ^ da[11] ^ da[17] ^ da[23] ^ da[29] ^ da[35] ^ da[41] ^ da[47]
2241 * hi[4] = da[4] ^ da[10] ^ da[16] ^ da[22] ^ da[28] ^ da[34] ^ da[40] ^ da[46]
2242 * hi[3] = da[3] ^ da[09] ^ da[15] ^ da[21] ^ da[27] ^ da[33] ^ da[39] ^ da[45]
2243 * hi[2] = da[2] ^ da[08] ^ da[14] ^ da[20] ^ da[26] ^ da[32] ^ da[38] ^ da[44]
2244 * hi[1] = da[1] ^ da[07] ^ da[13] ^ da[19] ^ da[25] ^ da[31] ^ da[37] ^ da[43]
2245 * hi[0] = da[0] ^ da[06] ^ da[12] ^ da[18] ^ da[24] ^ da[30] ^ da[36] ^ da[42]
2246 *
2247 * da[0] represents the least significant bit of the first byte
2248 * received, that is, the multicast/unicast indicator, and da[47]
2249 * represents the most significant bit of the last byte received. If
2250 * the hash index, hi[n], points to a bit that is set in the hash
2251 * register then the frame will be matched according to whether the
2252 * frame is multicast or unicast. A multicast match will be signalled
2253 * if the multicast hash enable bit is set, da[0] is 1 and the hash
2254 * index points to a bit set in the hash register. A unicast match
2255 * will be signalled if the unicast hash enable bit is set, da[0] is 0
2256 * and the hash index points to a bit set in the hash register. To
2257 * receive all multicast frames, the hash register should be set with
2258 * all ones and the multicast hash enable bit should be set in the
2259 * network configuration register.
2260 */
2261
2262static inline int hash_bit_value(int bitnr, __u8 *addr)
2263{
2264 if (addr[bitnr / 8] & (1 << (bitnr % 8)))
2265 return 1;
2266 return 0;
2267}
2268
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002269/* Return the hash index value for the specified address. */
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002270static int hash_get_index(__u8 *addr)
2271{
2272 int i, j, bitval;
2273 int hash_index = 0;
2274
2275 for (j = 0; j < 6; j++) {
2276 for (i = 0, bitval = 0; i < 8; i++)
Xander Huff2fa45e22015-01-15 15:55:19 -06002277 bitval ^= hash_bit_value(i * 6 + j, addr);
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002278
2279 hash_index |= (bitval << j);
2280 }
2281
2282 return hash_index;
2283}
2284
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002285/* Add multicast addresses to the internal multicast-hash table. */
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002286static void macb_sethashtable(struct net_device *dev)
2287{
Jiri Pirko22bedad32010-04-01 21:22:57 +00002288 struct netdev_hw_addr *ha;
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002289 unsigned long mc_filter[2];
Jiri Pirkof9dcbcc2010-02-23 09:19:49 +00002290 unsigned int bitnr;
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002291 struct macb *bp = netdev_priv(dev);
2292
Moritz Fischeraa50b552016-03-29 19:11:13 -07002293 mc_filter[0] = 0;
2294 mc_filter[1] = 0;
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002295
Jiri Pirko22bedad32010-04-01 21:22:57 +00002296 netdev_for_each_mc_addr(ha, dev) {
2297 bitnr = hash_get_index(ha->addr);
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002298 mc_filter[bitnr >> 5] |= 1 << (bitnr & 31);
2299 }
2300
Jamie Ilesf75ba502011-11-08 10:12:32 +00002301 macb_or_gem_writel(bp, HRB, mc_filter[0]);
2302 macb_or_gem_writel(bp, HRT, mc_filter[1]);
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002303}
2304
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002305/* Enable/Disable promiscuous and multicast modes. */
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01002306static void macb_set_rx_mode(struct net_device *dev)
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002307{
2308 unsigned long cfg;
2309 struct macb *bp = netdev_priv(dev);
2310
2311 cfg = macb_readl(bp, NCFGR);
2312
Cyrille Pitchen924ec532014-07-24 13:51:01 +02002313 if (dev->flags & IFF_PROMISC) {
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002314 /* Enable promiscuous mode */
2315 cfg |= MACB_BIT(CAF);
Cyrille Pitchen924ec532014-07-24 13:51:01 +02002316
2317 /* Disable RX checksum offload */
2318 if (macb_is_gem(bp))
2319 cfg &= ~GEM_BIT(RXCOEN);
2320 } else {
2321 /* Disable promiscuous mode */
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002322 cfg &= ~MACB_BIT(CAF);
2323
Cyrille Pitchen924ec532014-07-24 13:51:01 +02002324 /* Enable RX checksum offload only if requested */
2325 if (macb_is_gem(bp) && dev->features & NETIF_F_RXCSUM)
2326 cfg |= GEM_BIT(RXCOEN);
2327 }
2328
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002329 if (dev->flags & IFF_ALLMULTI) {
2330 /* Enable all multicast mode */
Jamie Ilesf75ba502011-11-08 10:12:32 +00002331 macb_or_gem_writel(bp, HRB, -1);
2332 macb_or_gem_writel(bp, HRT, -1);
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002333 cfg |= MACB_BIT(NCFGR_MTI);
Jiri Pirko4cd24ea2010-02-08 04:30:35 +00002334 } else if (!netdev_mc_empty(dev)) {
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002335 /* Enable specific multicasts */
2336 macb_sethashtable(dev);
2337 cfg |= MACB_BIT(NCFGR_MTI);
2338 } else if (dev->flags & (~IFF_ALLMULTI)) {
2339 /* Disable all multicast mode */
Jamie Ilesf75ba502011-11-08 10:12:32 +00002340 macb_or_gem_writel(bp, HRB, 0);
2341 macb_or_gem_writel(bp, HRT, 0);
Patrice Vilchez446ebd02007-07-12 19:07:25 +02002342 cfg &= ~MACB_BIT(NCFGR_MTI);
2343 }
2344
2345 macb_writel(bp, NCFGR, cfg);
2346}
2347
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002348static int macb_open(struct net_device *dev)
2349{
2350 struct macb *bp = netdev_priv(dev);
Nicolas Ferre4df95132013-06-04 21:57:12 +00002351 size_t bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + NET_IP_ALIGN;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002352 struct macb_queue *queue;
2353 unsigned int q;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002354 int err;
2355
Jamie Ilesc220f8c2011-03-08 20:27:08 +00002356 netdev_dbg(bp->dev, "open\n");
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002357
Nicolas Ferre03fc4722012-07-03 23:14:13 +00002358 /* carrier starts down */
2359 netif_carrier_off(dev);
2360
frederic RODO6c36a702007-07-12 19:07:24 +02002361 /* if the phy is not yet register, retry later*/
Philippe Reynes0a912812016-06-22 00:32:35 +02002362 if (!dev->phydev)
frederic RODO6c36a702007-07-12 19:07:24 +02002363 return -EAGAIN;
2364
Nicolas Ferre1b447912013-06-04 21:57:11 +00002365 /* RX buffers initialization */
Nicolas Ferre4df95132013-06-04 21:57:12 +00002366 macb_init_rx_buffer_size(bp, bufsz);
Nicolas Ferre1b447912013-06-04 21:57:11 +00002367
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002368 err = macb_alloc_consistent(bp);
2369 if (err) {
Jamie Ilesc220f8c2011-03-08 20:27:08 +00002370 netdev_err(dev, "Unable to allocate DMA memory (error %d)\n",
2371 err);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002372 return err;
2373 }
2374
Nicolas Ferre4df95132013-06-04 21:57:12 +00002375 bp->macbgem_ops.mog_init_rings(bp);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002376 macb_init_hw(bp);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002377
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002378 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
2379 napi_enable(&queue->napi);
2380
frederic RODO6c36a702007-07-12 19:07:24 +02002381 /* schedule a link state check */
Philippe Reynes0a912812016-06-22 00:32:35 +02002382 phy_start(dev->phydev);
frederic RODO6c36a702007-07-12 19:07:24 +02002383
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002384 netif_tx_start_all_queues(dev);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002385
Andrei.Pistirica@microchip.comc2594d82017-01-19 17:56:15 +02002386 if (bp->ptp_info)
2387 bp->ptp_info->ptp_init(dev);
2388
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002389 return 0;
2390}
2391
2392static int macb_close(struct net_device *dev)
2393{
2394 struct macb *bp = netdev_priv(dev);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002395 struct macb_queue *queue;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002396 unsigned long flags;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002397 unsigned int q;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002398
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002399 netif_tx_stop_all_queues(dev);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00002400
2401 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
2402 napi_disable(&queue->napi);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002403
Philippe Reynes0a912812016-06-22 00:32:35 +02002404 if (dev->phydev)
2405 phy_stop(dev->phydev);
frederic RODO6c36a702007-07-12 19:07:24 +02002406
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002407 spin_lock_irqsave(&bp->lock, flags);
2408 macb_reset_hw(bp);
2409 netif_carrier_off(dev);
2410 spin_unlock_irqrestore(&bp->lock, flags);
2411
2412 macb_free_consistent(bp);
2413
Andrei.Pistirica@microchip.comc2594d82017-01-19 17:56:15 +02002414 if (bp->ptp_info)
2415 bp->ptp_info->ptp_remove(dev);
2416
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002417 return 0;
2418}
2419
Harini Katakama5898ea2015-05-06 22:27:18 +05302420static int macb_change_mtu(struct net_device *dev, int new_mtu)
2421{
Harini Katakama5898ea2015-05-06 22:27:18 +05302422 if (netif_running(dev))
2423 return -EBUSY;
2424
Harini Katakama5898ea2015-05-06 22:27:18 +05302425 dev->mtu = new_mtu;
2426
2427 return 0;
2428}
2429
Jamie Ilesa494ed82011-03-09 16:26:35 +00002430static void gem_update_stats(struct macb *bp)
2431{
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002432 struct macb_queue *queue;
2433 unsigned int i, q, idx;
2434 unsigned long *stat;
2435
Jamie Ilesa494ed82011-03-09 16:26:35 +00002436 u32 *p = &bp->hw_stats.gem.tx_octets_31_0;
Jamie Ilesa494ed82011-03-09 16:26:35 +00002437
Xander Huff3ff13f12015-01-13 16:15:51 -06002438 for (i = 0; i < GEM_STATS_LEN; ++i, ++p) {
2439 u32 offset = gem_statistics[i].offset;
David S. Miller7a6e0702015-07-27 14:24:48 -07002440 u64 val = bp->macb_reg_readl(bp, offset);
Xander Huff3ff13f12015-01-13 16:15:51 -06002441
2442 bp->ethtool_stats[i] += val;
2443 *p += val;
2444
2445 if (offset == GEM_OCTTXL || offset == GEM_OCTRXL) {
2446 /* Add GEM_OCTTXH, GEM_OCTRXH */
David S. Miller7a6e0702015-07-27 14:24:48 -07002447 val = bp->macb_reg_readl(bp, offset + 4);
Xander Huff2fa45e22015-01-15 15:55:19 -06002448 bp->ethtool_stats[i] += ((u64)val) << 32;
Xander Huff3ff13f12015-01-13 16:15:51 -06002449 *(++p) += val;
2450 }
2451 }
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002452
2453 idx = GEM_STATS_LEN;
2454 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
2455 for (i = 0, stat = &queue->stats.first; i < QUEUE_STATS_LEN; ++i, ++stat)
2456 bp->ethtool_stats[idx++] = *stat;
Jamie Ilesa494ed82011-03-09 16:26:35 +00002457}
2458
2459static struct net_device_stats *gem_get_stats(struct macb *bp)
2460{
2461 struct gem_stats *hwstat = &bp->hw_stats.gem;
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02002462 struct net_device_stats *nstat = &bp->dev->stats;
Jamie Ilesa494ed82011-03-09 16:26:35 +00002463
2464 gem_update_stats(bp);
2465
2466 nstat->rx_errors = (hwstat->rx_frame_check_sequence_errors +
2467 hwstat->rx_alignment_errors +
2468 hwstat->rx_resource_errors +
2469 hwstat->rx_overruns +
2470 hwstat->rx_oversize_frames +
2471 hwstat->rx_jabbers +
2472 hwstat->rx_undersized_frames +
2473 hwstat->rx_length_field_frame_errors);
2474 nstat->tx_errors = (hwstat->tx_late_collisions +
2475 hwstat->tx_excessive_collisions +
2476 hwstat->tx_underrun +
2477 hwstat->tx_carrier_sense_errors);
2478 nstat->multicast = hwstat->rx_multicast_frames;
2479 nstat->collisions = (hwstat->tx_single_collision_frames +
2480 hwstat->tx_multiple_collision_frames +
2481 hwstat->tx_excessive_collisions);
2482 nstat->rx_length_errors = (hwstat->rx_oversize_frames +
2483 hwstat->rx_jabbers +
2484 hwstat->rx_undersized_frames +
2485 hwstat->rx_length_field_frame_errors);
2486 nstat->rx_over_errors = hwstat->rx_resource_errors;
2487 nstat->rx_crc_errors = hwstat->rx_frame_check_sequence_errors;
2488 nstat->rx_frame_errors = hwstat->rx_alignment_errors;
2489 nstat->rx_fifo_errors = hwstat->rx_overruns;
2490 nstat->tx_aborted_errors = hwstat->tx_excessive_collisions;
2491 nstat->tx_carrier_errors = hwstat->tx_carrier_sense_errors;
2492 nstat->tx_fifo_errors = hwstat->tx_underrun;
2493
2494 return nstat;
2495}
2496
Xander Huff3ff13f12015-01-13 16:15:51 -06002497static void gem_get_ethtool_stats(struct net_device *dev,
2498 struct ethtool_stats *stats, u64 *data)
2499{
2500 struct macb *bp;
2501
2502 bp = netdev_priv(dev);
2503 gem_update_stats(bp);
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002504 memcpy(data, &bp->ethtool_stats, sizeof(u64)
2505 * (GEM_STATS_LEN + QUEUE_STATS_LEN * MACB_MAX_QUEUES));
Xander Huff3ff13f12015-01-13 16:15:51 -06002506}
2507
2508static int gem_get_sset_count(struct net_device *dev, int sset)
2509{
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002510 struct macb *bp = netdev_priv(dev);
2511
Xander Huff3ff13f12015-01-13 16:15:51 -06002512 switch (sset) {
2513 case ETH_SS_STATS:
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002514 return GEM_STATS_LEN + bp->num_queues * QUEUE_STATS_LEN;
Xander Huff3ff13f12015-01-13 16:15:51 -06002515 default:
2516 return -EOPNOTSUPP;
2517 }
2518}
2519
2520static void gem_get_ethtool_strings(struct net_device *dev, u32 sset, u8 *p)
2521{
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002522 char stat_string[ETH_GSTRING_LEN];
2523 struct macb *bp = netdev_priv(dev);
2524 struct macb_queue *queue;
Andy Shevchenko8bcbf822015-07-24 21:24:02 +03002525 unsigned int i;
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002526 unsigned int q;
Xander Huff3ff13f12015-01-13 16:15:51 -06002527
2528 switch (sset) {
2529 case ETH_SS_STATS:
2530 for (i = 0; i < GEM_STATS_LEN; i++, p += ETH_GSTRING_LEN)
2531 memcpy(p, gem_statistics[i].stat_string,
2532 ETH_GSTRING_LEN);
Rafal Ozieblo512286b2017-11-30 18:19:56 +00002533
2534 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
2535 for (i = 0; i < QUEUE_STATS_LEN; i++, p += ETH_GSTRING_LEN) {
2536 snprintf(stat_string, ETH_GSTRING_LEN, "q%d_%s",
2537 q, queue_statistics[i].stat_string);
2538 memcpy(p, stat_string, ETH_GSTRING_LEN);
2539 }
2540 }
Xander Huff3ff13f12015-01-13 16:15:51 -06002541 break;
2542 }
2543}
2544
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01002545static struct net_device_stats *macb_get_stats(struct net_device *dev)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002546{
2547 struct macb *bp = netdev_priv(dev);
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02002548 struct net_device_stats *nstat = &bp->dev->stats;
Jamie Ilesa494ed82011-03-09 16:26:35 +00002549 struct macb_stats *hwstat = &bp->hw_stats.macb;
2550
2551 if (macb_is_gem(bp))
2552 return gem_get_stats(bp);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002553
frederic RODO6c36a702007-07-12 19:07:24 +02002554 /* read stats from hardware */
2555 macb_update_stats(bp);
2556
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002557 /* Convert HW stats into netdevice stats */
2558 nstat->rx_errors = (hwstat->rx_fcs_errors +
2559 hwstat->rx_align_errors +
2560 hwstat->rx_resource_errors +
2561 hwstat->rx_overruns +
2562 hwstat->rx_oversize_pkts +
2563 hwstat->rx_jabbers +
2564 hwstat->rx_undersize_pkts +
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002565 hwstat->rx_length_mismatch);
2566 nstat->tx_errors = (hwstat->tx_late_cols +
2567 hwstat->tx_excessive_cols +
2568 hwstat->tx_underruns +
Wolfgang Steinwender716723c2015-04-10 11:42:56 +02002569 hwstat->tx_carrier_errors +
2570 hwstat->sqe_test_errors);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002571 nstat->collisions = (hwstat->tx_single_cols +
2572 hwstat->tx_multiple_cols +
2573 hwstat->tx_excessive_cols);
2574 nstat->rx_length_errors = (hwstat->rx_oversize_pkts +
2575 hwstat->rx_jabbers +
2576 hwstat->rx_undersize_pkts +
2577 hwstat->rx_length_mismatch);
Alexander Steinb19f7f72011-04-13 05:03:24 +00002578 nstat->rx_over_errors = hwstat->rx_resource_errors +
2579 hwstat->rx_overruns;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01002580 nstat->rx_crc_errors = hwstat->rx_fcs_errors;
2581 nstat->rx_frame_errors = hwstat->rx_align_errors;
2582 nstat->rx_fifo_errors = hwstat->rx_overruns;
2583 /* XXX: What does "missed" mean? */
2584 nstat->tx_aborted_errors = hwstat->tx_excessive_cols;
2585 nstat->tx_carrier_errors = hwstat->tx_carrier_errors;
2586 nstat->tx_fifo_errors = hwstat->tx_underruns;
2587 /* Don't know about heartbeat or window errors... */
2588
2589 return nstat;
2590}
2591
Nicolas Ferred1d1b532012-10-31 06:04:56 +00002592static int macb_get_regs_len(struct net_device *netdev)
2593{
2594 return MACB_GREGS_NBR * sizeof(u32);
2595}
2596
2597static void macb_get_regs(struct net_device *dev, struct ethtool_regs *regs,
2598 void *p)
2599{
2600 struct macb *bp = netdev_priv(dev);
2601 unsigned int tail, head;
2602 u32 *regs_buff = p;
2603
2604 regs->version = (macb_readl(bp, MID) & ((1 << MACB_REV_SIZE) - 1))
2605 | MACB_GREGS_VERSION;
2606
Zach Brownb410d132016-10-19 09:56:57 -05002607 tail = macb_tx_ring_wrap(bp, bp->queues[0].tx_tail);
2608 head = macb_tx_ring_wrap(bp, bp->queues[0].tx_head);
Nicolas Ferred1d1b532012-10-31 06:04:56 +00002609
2610 regs_buff[0] = macb_readl(bp, NCR);
2611 regs_buff[1] = macb_or_gem_readl(bp, NCFGR);
2612 regs_buff[2] = macb_readl(bp, NSR);
2613 regs_buff[3] = macb_readl(bp, TSR);
2614 regs_buff[4] = macb_readl(bp, RBQP);
2615 regs_buff[5] = macb_readl(bp, TBQP);
2616 regs_buff[6] = macb_readl(bp, RSR);
2617 regs_buff[7] = macb_readl(bp, IMR);
2618
2619 regs_buff[8] = tail;
2620 regs_buff[9] = head;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01002621 regs_buff[10] = macb_tx_dma(&bp->queues[0], tail);
2622 regs_buff[11] = macb_tx_dma(&bp->queues[0], head);
Nicolas Ferred1d1b532012-10-31 06:04:56 +00002623
Neil Armstrongce721a72016-01-05 14:39:16 +01002624 if (!(bp->caps & MACB_CAPS_USRIO_DISABLED))
2625 regs_buff[12] = macb_or_gem_readl(bp, USRIO);
Moritz Fischer64ec42f2016-03-29 19:11:12 -07002626 if (macb_is_gem(bp))
Nicolas Ferred1d1b532012-10-31 06:04:56 +00002627 regs_buff[13] = gem_readl(bp, DMACFG);
Nicolas Ferred1d1b532012-10-31 06:04:56 +00002628}
2629
Sergio Prado3e2a5e12016-02-09 12:07:16 -02002630static void macb_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
2631{
2632 struct macb *bp = netdev_priv(netdev);
2633
2634 wol->supported = 0;
2635 wol->wolopts = 0;
2636
2637 if (bp->wol & MACB_WOL_HAS_MAGIC_PACKET) {
2638 wol->supported = WAKE_MAGIC;
2639
2640 if (bp->wol & MACB_WOL_ENABLED)
2641 wol->wolopts |= WAKE_MAGIC;
2642 }
2643}
2644
2645static int macb_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
2646{
2647 struct macb *bp = netdev_priv(netdev);
2648
2649 if (!(bp->wol & MACB_WOL_HAS_MAGIC_PACKET) ||
2650 (wol->wolopts & ~WAKE_MAGIC))
2651 return -EOPNOTSUPP;
2652
2653 if (wol->wolopts & WAKE_MAGIC)
2654 bp->wol |= MACB_WOL_ENABLED;
2655 else
2656 bp->wol &= ~MACB_WOL_ENABLED;
2657
2658 device_set_wakeup_enable(&bp->pdev->dev, bp->wol & MACB_WOL_ENABLED);
2659
2660 return 0;
2661}
2662
Zach Brown8441bb32016-10-19 09:56:58 -05002663static void macb_get_ringparam(struct net_device *netdev,
2664 struct ethtool_ringparam *ring)
2665{
2666 struct macb *bp = netdev_priv(netdev);
2667
2668 ring->rx_max_pending = MAX_RX_RING_SIZE;
2669 ring->tx_max_pending = MAX_TX_RING_SIZE;
2670
2671 ring->rx_pending = bp->rx_ring_size;
2672 ring->tx_pending = bp->tx_ring_size;
2673}
2674
2675static int macb_set_ringparam(struct net_device *netdev,
2676 struct ethtool_ringparam *ring)
2677{
2678 struct macb *bp = netdev_priv(netdev);
2679 u32 new_rx_size, new_tx_size;
2680 unsigned int reset = 0;
2681
2682 if ((ring->rx_mini_pending) || (ring->rx_jumbo_pending))
2683 return -EINVAL;
2684
2685 new_rx_size = clamp_t(u32, ring->rx_pending,
2686 MIN_RX_RING_SIZE, MAX_RX_RING_SIZE);
2687 new_rx_size = roundup_pow_of_two(new_rx_size);
2688
2689 new_tx_size = clamp_t(u32, ring->tx_pending,
2690 MIN_TX_RING_SIZE, MAX_TX_RING_SIZE);
2691 new_tx_size = roundup_pow_of_two(new_tx_size);
2692
2693 if ((new_tx_size == bp->tx_ring_size) &&
2694 (new_rx_size == bp->rx_ring_size)) {
2695 /* nothing to do */
2696 return 0;
2697 }
2698
2699 if (netif_running(bp->dev)) {
2700 reset = 1;
2701 macb_close(bp->dev);
2702 }
2703
2704 bp->rx_ring_size = new_rx_size;
2705 bp->tx_ring_size = new_tx_size;
2706
2707 if (reset)
2708 macb_open(bp->dev);
2709
2710 return 0;
2711}
2712
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01002713#ifdef CONFIG_MACB_USE_HWSTAMP
2714static unsigned int gem_get_tsu_rate(struct macb *bp)
2715{
2716 struct clk *tsu_clk;
2717 unsigned int tsu_rate;
2718
2719 tsu_clk = devm_clk_get(&bp->pdev->dev, "tsu_clk");
2720 if (!IS_ERR(tsu_clk))
2721 tsu_rate = clk_get_rate(tsu_clk);
2722 /* try pclk instead */
2723 else if (!IS_ERR(bp->pclk)) {
2724 tsu_clk = bp->pclk;
2725 tsu_rate = clk_get_rate(tsu_clk);
2726 } else
2727 return -ENOTSUPP;
2728 return tsu_rate;
2729}
2730
2731static s32 gem_get_ptp_max_adj(void)
2732{
2733 return 64000000;
2734}
2735
2736static int gem_get_ts_info(struct net_device *dev,
2737 struct ethtool_ts_info *info)
2738{
2739 struct macb *bp = netdev_priv(dev);
2740
2741 if ((bp->hw_dma_cap & HW_DMA_CAP_PTP) == 0) {
2742 ethtool_op_get_ts_info(dev, info);
2743 return 0;
2744 }
2745
2746 info->so_timestamping =
2747 SOF_TIMESTAMPING_TX_SOFTWARE |
2748 SOF_TIMESTAMPING_RX_SOFTWARE |
2749 SOF_TIMESTAMPING_SOFTWARE |
2750 SOF_TIMESTAMPING_TX_HARDWARE |
2751 SOF_TIMESTAMPING_RX_HARDWARE |
2752 SOF_TIMESTAMPING_RAW_HARDWARE;
2753 info->tx_types =
2754 (1 << HWTSTAMP_TX_ONESTEP_SYNC) |
2755 (1 << HWTSTAMP_TX_OFF) |
2756 (1 << HWTSTAMP_TX_ON);
2757 info->rx_filters =
2758 (1 << HWTSTAMP_FILTER_NONE) |
2759 (1 << HWTSTAMP_FILTER_ALL);
2760
2761 info->phc_index = bp->ptp_clock ? ptp_clock_index(bp->ptp_clock) : -1;
2762
2763 return 0;
2764}
2765
2766static struct macb_ptp_info gem_ptp_info = {
2767 .ptp_init = gem_ptp_init,
2768 .ptp_remove = gem_ptp_remove,
2769 .get_ptp_max_adj = gem_get_ptp_max_adj,
2770 .get_tsu_rate = gem_get_tsu_rate,
2771 .get_ts_info = gem_get_ts_info,
2772 .get_hwtst = gem_get_hwtst,
2773 .set_hwtst = gem_set_hwtst,
2774};
2775#endif
2776
Andrei.Pistirica@microchip.comc2594d82017-01-19 17:56:15 +02002777static int macb_get_ts_info(struct net_device *netdev,
2778 struct ethtool_ts_info *info)
2779{
2780 struct macb *bp = netdev_priv(netdev);
2781
2782 if (bp->ptp_info)
2783 return bp->ptp_info->get_ts_info(netdev, info);
2784
2785 return ethtool_op_get_ts_info(netdev, info);
2786}
2787
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002788static void gem_enable_flow_filters(struct macb *bp, bool enable)
2789{
2790 struct ethtool_rx_fs_item *item;
2791 u32 t2_scr;
2792 int num_t2_scr;
2793
2794 num_t2_scr = GEM_BFEXT(T2SCR, gem_readl(bp, DCFG8));
2795
2796 list_for_each_entry(item, &bp->rx_fs_list.list, list) {
2797 struct ethtool_rx_flow_spec *fs = &item->fs;
2798 struct ethtool_tcpip4_spec *tp4sp_m;
2799
2800 if (fs->location >= num_t2_scr)
2801 continue;
2802
2803 t2_scr = gem_readl_n(bp, SCRT2, fs->location);
2804
2805 /* enable/disable screener regs for the flow entry */
2806 t2_scr = GEM_BFINS(ETHTEN, enable, t2_scr);
2807
2808 /* only enable fields with no masking */
2809 tp4sp_m = &(fs->m_u.tcp_ip4_spec);
2810
2811 if (enable && (tp4sp_m->ip4src == 0xFFFFFFFF))
2812 t2_scr = GEM_BFINS(CMPAEN, 1, t2_scr);
2813 else
2814 t2_scr = GEM_BFINS(CMPAEN, 0, t2_scr);
2815
2816 if (enable && (tp4sp_m->ip4dst == 0xFFFFFFFF))
2817 t2_scr = GEM_BFINS(CMPBEN, 1, t2_scr);
2818 else
2819 t2_scr = GEM_BFINS(CMPBEN, 0, t2_scr);
2820
2821 if (enable && ((tp4sp_m->psrc == 0xFFFF) || (tp4sp_m->pdst == 0xFFFF)))
2822 t2_scr = GEM_BFINS(CMPCEN, 1, t2_scr);
2823 else
2824 t2_scr = GEM_BFINS(CMPCEN, 0, t2_scr);
2825
2826 gem_writel_n(bp, SCRT2, fs->location, t2_scr);
2827 }
2828}
2829
2830static void gem_prog_cmp_regs(struct macb *bp, struct ethtool_rx_flow_spec *fs)
2831{
2832 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m;
2833 uint16_t index = fs->location;
2834 u32 w0, w1, t2_scr;
2835 bool cmp_a = false;
2836 bool cmp_b = false;
2837 bool cmp_c = false;
2838
2839 tp4sp_v = &(fs->h_u.tcp_ip4_spec);
2840 tp4sp_m = &(fs->m_u.tcp_ip4_spec);
2841
2842 /* ignore field if any masking set */
2843 if (tp4sp_m->ip4src == 0xFFFFFFFF) {
2844 /* 1st compare reg - IP source address */
2845 w0 = 0;
2846 w1 = 0;
2847 w0 = tp4sp_v->ip4src;
2848 w1 = GEM_BFINS(T2DISMSK, 1, w1); /* 32-bit compare */
2849 w1 = GEM_BFINS(T2CMPOFST, GEM_T2COMPOFST_ETYPE, w1);
2850 w1 = GEM_BFINS(T2OFST, ETYPE_SRCIP_OFFSET, w1);
2851 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w0);
2852 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w1);
2853 cmp_a = true;
2854 }
2855
2856 /* ignore field if any masking set */
2857 if (tp4sp_m->ip4dst == 0xFFFFFFFF) {
2858 /* 2nd compare reg - IP destination address */
2859 w0 = 0;
2860 w1 = 0;
2861 w0 = tp4sp_v->ip4dst;
2862 w1 = GEM_BFINS(T2DISMSK, 1, w1); /* 32-bit compare */
2863 w1 = GEM_BFINS(T2CMPOFST, GEM_T2COMPOFST_ETYPE, w1);
2864 w1 = GEM_BFINS(T2OFST, ETYPE_DSTIP_OFFSET, w1);
2865 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4DST_CMP(index)), w0);
2866 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4DST_CMP(index)), w1);
2867 cmp_b = true;
2868 }
2869
2870 /* ignore both port fields if masking set in both */
2871 if ((tp4sp_m->psrc == 0xFFFF) || (tp4sp_m->pdst == 0xFFFF)) {
2872 /* 3rd compare reg - source port, destination port */
2873 w0 = 0;
2874 w1 = 0;
2875 w1 = GEM_BFINS(T2CMPOFST, GEM_T2COMPOFST_IPHDR, w1);
2876 if (tp4sp_m->psrc == tp4sp_m->pdst) {
2877 w0 = GEM_BFINS(T2MASK, tp4sp_v->psrc, w0);
2878 w0 = GEM_BFINS(T2CMP, tp4sp_v->pdst, w0);
2879 w1 = GEM_BFINS(T2DISMSK, 1, w1); /* 32-bit compare */
2880 w1 = GEM_BFINS(T2OFST, IPHDR_SRCPORT_OFFSET, w1);
2881 } else {
2882 /* only one port definition */
2883 w1 = GEM_BFINS(T2DISMSK, 0, w1); /* 16-bit compare */
2884 w0 = GEM_BFINS(T2MASK, 0xFFFF, w0);
2885 if (tp4sp_m->psrc == 0xFFFF) { /* src port */
2886 w0 = GEM_BFINS(T2CMP, tp4sp_v->psrc, w0);
2887 w1 = GEM_BFINS(T2OFST, IPHDR_SRCPORT_OFFSET, w1);
2888 } else { /* dst port */
2889 w0 = GEM_BFINS(T2CMP, tp4sp_v->pdst, w0);
2890 w1 = GEM_BFINS(T2OFST, IPHDR_DSTPORT_OFFSET, w1);
2891 }
2892 }
2893 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_PORT_CMP(index)), w0);
2894 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_PORT_CMP(index)), w1);
2895 cmp_c = true;
2896 }
2897
2898 t2_scr = 0;
2899 t2_scr = GEM_BFINS(QUEUE, (fs->ring_cookie) & 0xFF, t2_scr);
2900 t2_scr = GEM_BFINS(ETHT2IDX, SCRT2_ETHT, t2_scr);
2901 if (cmp_a)
2902 t2_scr = GEM_BFINS(CMPA, GEM_IP4SRC_CMP(index), t2_scr);
2903 if (cmp_b)
2904 t2_scr = GEM_BFINS(CMPB, GEM_IP4DST_CMP(index), t2_scr);
2905 if (cmp_c)
2906 t2_scr = GEM_BFINS(CMPC, GEM_PORT_CMP(index), t2_scr);
2907 gem_writel_n(bp, SCRT2, index, t2_scr);
2908}
2909
2910static int gem_add_flow_filter(struct net_device *netdev,
2911 struct ethtool_rxnfc *cmd)
2912{
2913 struct macb *bp = netdev_priv(netdev);
2914 struct ethtool_rx_flow_spec *fs = &cmd->fs;
2915 struct ethtool_rx_fs_item *item, *newfs;
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002916 unsigned long flags;
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002917 int ret = -EINVAL;
2918 bool added = false;
2919
Julia Cartwrightcc1674e2017-12-05 18:02:50 -06002920 newfs = kmalloc(sizeof(*newfs), GFP_KERNEL);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002921 if (newfs == NULL)
2922 return -ENOMEM;
2923 memcpy(&newfs->fs, fs, sizeof(newfs->fs));
2924
2925 netdev_dbg(netdev,
2926 "Adding flow filter entry,type=%u,queue=%u,loc=%u,src=%08X,dst=%08X,ps=%u,pd=%u\n",
2927 fs->flow_type, (int)fs->ring_cookie, fs->location,
2928 htonl(fs->h_u.tcp_ip4_spec.ip4src),
2929 htonl(fs->h_u.tcp_ip4_spec.ip4dst),
2930 htons(fs->h_u.tcp_ip4_spec.psrc), htons(fs->h_u.tcp_ip4_spec.pdst));
2931
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002932 spin_lock_irqsave(&bp->rx_fs_lock, flags);
2933
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002934 /* find correct place to add in list */
Julia Cartwrighta3da8ad2017-12-05 18:02:48 -06002935 list_for_each_entry(item, &bp->rx_fs_list.list, list) {
2936 if (item->fs.location > newfs->fs.location) {
2937 list_add_tail(&newfs->list, &item->list);
2938 added = true;
2939 break;
2940 } else if (item->fs.location == fs->location) {
2941 netdev_err(netdev, "Rule not added: location %d not free!\n",
2942 fs->location);
2943 ret = -EBUSY;
2944 goto err;
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002945 }
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002946 }
Julia Cartwrighta3da8ad2017-12-05 18:02:48 -06002947 if (!added)
2948 list_add_tail(&newfs->list, &bp->rx_fs_list.list);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002949
2950 gem_prog_cmp_regs(bp, fs);
2951 bp->rx_fs_list.count++;
2952 /* enable filtering if NTUPLE on */
2953 if (netdev->features & NETIF_F_NTUPLE)
2954 gem_enable_flow_filters(bp, 1);
2955
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002956 spin_unlock_irqrestore(&bp->rx_fs_lock, flags);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002957 return 0;
2958
2959err:
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002960 spin_unlock_irqrestore(&bp->rx_fs_lock, flags);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002961 kfree(newfs);
2962 return ret;
2963}
2964
2965static int gem_del_flow_filter(struct net_device *netdev,
2966 struct ethtool_rxnfc *cmd)
2967{
2968 struct macb *bp = netdev_priv(netdev);
2969 struct ethtool_rx_fs_item *item;
2970 struct ethtool_rx_flow_spec *fs;
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002971 unsigned long flags;
2972
2973 spin_lock_irqsave(&bp->rx_fs_lock, flags);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002974
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002975 list_for_each_entry(item, &bp->rx_fs_list.list, list) {
2976 if (item->fs.location == cmd->fs.location) {
2977 /* disable screener regs for the flow entry */
2978 fs = &(item->fs);
2979 netdev_dbg(netdev,
2980 "Deleting flow filter entry,type=%u,queue=%u,loc=%u,src=%08X,dst=%08X,ps=%u,pd=%u\n",
2981 fs->flow_type, (int)fs->ring_cookie, fs->location,
2982 htonl(fs->h_u.tcp_ip4_spec.ip4src),
2983 htonl(fs->h_u.tcp_ip4_spec.ip4dst),
2984 htons(fs->h_u.tcp_ip4_spec.psrc),
2985 htons(fs->h_u.tcp_ip4_spec.pdst));
2986
2987 gem_writel_n(bp, SCRT2, fs->location, 0);
2988
2989 list_del(&item->list);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002990 bp->rx_fs_list.count--;
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002991 spin_unlock_irqrestore(&bp->rx_fs_lock, flags);
2992 kfree(item);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002993 return 0;
2994 }
2995 }
2996
Julia Cartwright7038cdb2017-12-05 18:02:49 -06002997 spin_unlock_irqrestore(&bp->rx_fs_lock, flags);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00002998 return -EINVAL;
2999}
3000
3001static int gem_get_flow_entry(struct net_device *netdev,
3002 struct ethtool_rxnfc *cmd)
3003{
3004 struct macb *bp = netdev_priv(netdev);
3005 struct ethtool_rx_fs_item *item;
3006
3007 list_for_each_entry(item, &bp->rx_fs_list.list, list) {
3008 if (item->fs.location == cmd->fs.location) {
3009 memcpy(&cmd->fs, &item->fs, sizeof(cmd->fs));
3010 return 0;
3011 }
3012 }
3013 return -EINVAL;
3014}
3015
3016static int gem_get_all_flow_entries(struct net_device *netdev,
3017 struct ethtool_rxnfc *cmd, u32 *rule_locs)
3018{
3019 struct macb *bp = netdev_priv(netdev);
3020 struct ethtool_rx_fs_item *item;
3021 uint32_t cnt = 0;
3022
3023 list_for_each_entry(item, &bp->rx_fs_list.list, list) {
3024 if (cnt == cmd->rule_cnt)
3025 return -EMSGSIZE;
3026 rule_locs[cnt] = item->fs.location;
3027 cnt++;
3028 }
3029 cmd->data = bp->max_tuples;
3030 cmd->rule_cnt = cnt;
3031
3032 return 0;
3033}
3034
3035static int gem_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd,
3036 u32 *rule_locs)
3037{
3038 struct macb *bp = netdev_priv(netdev);
3039 int ret = 0;
3040
3041 switch (cmd->cmd) {
3042 case ETHTOOL_GRXRINGS:
3043 cmd->data = bp->num_queues;
3044 break;
3045 case ETHTOOL_GRXCLSRLCNT:
3046 cmd->rule_cnt = bp->rx_fs_list.count;
3047 break;
3048 case ETHTOOL_GRXCLSRULE:
3049 ret = gem_get_flow_entry(netdev, cmd);
3050 break;
3051 case ETHTOOL_GRXCLSRLALL:
3052 ret = gem_get_all_flow_entries(netdev, cmd, rule_locs);
3053 break;
3054 default:
3055 netdev_err(netdev,
3056 "Command parameter %d is not supported\n", cmd->cmd);
3057 ret = -EOPNOTSUPP;
3058 }
3059
3060 return ret;
3061}
3062
3063static int gem_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd)
3064{
3065 struct macb *bp = netdev_priv(netdev);
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003066 int ret;
3067
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003068 switch (cmd->cmd) {
3069 case ETHTOOL_SRXCLSRLINS:
3070 if ((cmd->fs.location >= bp->max_tuples)
3071 || (cmd->fs.ring_cookie >= bp->num_queues)) {
3072 ret = -EINVAL;
3073 break;
3074 }
3075 ret = gem_add_flow_filter(netdev, cmd);
3076 break;
3077 case ETHTOOL_SRXCLSRLDEL:
3078 ret = gem_del_flow_filter(netdev, cmd);
3079 break;
3080 default:
3081 netdev_err(netdev,
3082 "Command parameter %d is not supported\n", cmd->cmd);
3083 ret = -EOPNOTSUPP;
3084 }
3085
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003086 return ret;
3087}
3088
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003089static const struct ethtool_ops macb_ethtool_ops = {
Nicolas Ferred1d1b532012-10-31 06:04:56 +00003090 .get_regs_len = macb_get_regs_len,
3091 .get_regs = macb_get_regs,
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003092 .get_link = ethtool_op_get_link,
Richard Cochran17f393e2012-04-03 22:59:31 +00003093 .get_ts_info = ethtool_op_get_ts_info,
Sergio Prado3e2a5e12016-02-09 12:07:16 -02003094 .get_wol = macb_get_wol,
3095 .set_wol = macb_set_wol,
Philippe Reynes176275a2016-06-22 00:32:36 +02003096 .get_link_ksettings = phy_ethtool_get_link_ksettings,
3097 .set_link_ksettings = phy_ethtool_set_link_ksettings,
Zach Brown8441bb32016-10-19 09:56:58 -05003098 .get_ringparam = macb_get_ringparam,
3099 .set_ringparam = macb_set_ringparam,
Xander Huff8cd5a562015-01-15 15:55:20 -06003100};
Xander Huff8cd5a562015-01-15 15:55:20 -06003101
Lad, Prabhakar8093b1c2015-02-05 16:21:07 +00003102static const struct ethtool_ops gem_ethtool_ops = {
Xander Huff8cd5a562015-01-15 15:55:20 -06003103 .get_regs_len = macb_get_regs_len,
3104 .get_regs = macb_get_regs,
3105 .get_link = ethtool_op_get_link,
Andrei.Pistirica@microchip.comc2594d82017-01-19 17:56:15 +02003106 .get_ts_info = macb_get_ts_info,
Xander Huff3ff13f12015-01-13 16:15:51 -06003107 .get_ethtool_stats = gem_get_ethtool_stats,
3108 .get_strings = gem_get_ethtool_strings,
3109 .get_sset_count = gem_get_sset_count,
Philippe Reynes176275a2016-06-22 00:32:36 +02003110 .get_link_ksettings = phy_ethtool_get_link_ksettings,
3111 .set_link_ksettings = phy_ethtool_set_link_ksettings,
Zach Brown8441bb32016-10-19 09:56:58 -05003112 .get_ringparam = macb_get_ringparam,
3113 .set_ringparam = macb_set_ringparam,
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003114 .get_rxnfc = gem_get_rxnfc,
3115 .set_rxnfc = gem_set_rxnfc,
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003116};
3117
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003118static int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003119{
Philippe Reynes0a912812016-06-22 00:32:35 +02003120 struct phy_device *phydev = dev->phydev;
Andrei.Pistirica@microchip.comc2594d82017-01-19 17:56:15 +02003121 struct macb *bp = netdev_priv(dev);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003122
3123 if (!netif_running(dev))
3124 return -EINVAL;
3125
frederic RODO6c36a702007-07-12 19:07:24 +02003126 if (!phydev)
3127 return -ENODEV;
3128
Andrei.Pistirica@microchip.comc2594d82017-01-19 17:56:15 +02003129 if (!bp->ptp_info)
3130 return phy_mii_ioctl(phydev, rq, cmd);
3131
3132 switch (cmd) {
3133 case SIOCSHWTSTAMP:
3134 return bp->ptp_info->set_hwtst(dev, rq, cmd);
3135 case SIOCGHWTSTAMP:
3136 return bp->ptp_info->get_hwtst(dev, rq);
3137 default:
3138 return phy_mii_ioctl(phydev, rq, cmd);
3139 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003140}
3141
Cyrille Pitchen85ff3d82014-07-24 13:51:00 +02003142static int macb_set_features(struct net_device *netdev,
3143 netdev_features_t features)
3144{
3145 struct macb *bp = netdev_priv(netdev);
3146 netdev_features_t changed = features ^ netdev->features;
3147
3148 /* TX checksum offload */
3149 if ((changed & NETIF_F_HW_CSUM) && macb_is_gem(bp)) {
3150 u32 dmacfg;
3151
3152 dmacfg = gem_readl(bp, DMACFG);
3153 if (features & NETIF_F_HW_CSUM)
3154 dmacfg |= GEM_BIT(TXCOEN);
3155 else
3156 dmacfg &= ~GEM_BIT(TXCOEN);
3157 gem_writel(bp, DMACFG, dmacfg);
3158 }
3159
Cyrille Pitchen924ec532014-07-24 13:51:01 +02003160 /* RX checksum offload */
3161 if ((changed & NETIF_F_RXCSUM) && macb_is_gem(bp)) {
3162 u32 netcfg;
3163
3164 netcfg = gem_readl(bp, NCFGR);
3165 if (features & NETIF_F_RXCSUM &&
3166 !(netdev->flags & IFF_PROMISC))
3167 netcfg |= GEM_BIT(RXCOEN);
3168 else
3169 netcfg &= ~GEM_BIT(RXCOEN);
3170 gem_writel(bp, NCFGR, netcfg);
3171 }
3172
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003173 /* RX Flow Filters */
3174 if ((changed & NETIF_F_NTUPLE) && macb_is_gem(bp)) {
3175 bool turn_on = features & NETIF_F_NTUPLE;
3176
3177 gem_enable_flow_filters(bp, turn_on);
3178 }
Cyrille Pitchen85ff3d82014-07-24 13:51:00 +02003179 return 0;
3180}
3181
Alexander Beregalov5f1fa992009-04-11 07:42:26 +00003182static const struct net_device_ops macb_netdev_ops = {
3183 .ndo_open = macb_open,
3184 .ndo_stop = macb_close,
3185 .ndo_start_xmit = macb_start_xmit,
Jiri Pirkoafc4b132011-08-16 06:29:01 +00003186 .ndo_set_rx_mode = macb_set_rx_mode,
Alexander Beregalov5f1fa992009-04-11 07:42:26 +00003187 .ndo_get_stats = macb_get_stats,
3188 .ndo_do_ioctl = macb_ioctl,
3189 .ndo_validate_addr = eth_validate_addr,
Harini Katakama5898ea2015-05-06 22:27:18 +05303190 .ndo_change_mtu = macb_change_mtu,
Alexander Beregalov5f1fa992009-04-11 07:42:26 +00003191 .ndo_set_mac_address = eth_mac_addr,
Thomas Petazzoni6e8cf5c2009-05-04 11:08:41 -07003192#ifdef CONFIG_NET_POLL_CONTROLLER
3193 .ndo_poll_controller = macb_poll_controller,
3194#endif
Cyrille Pitchen85ff3d82014-07-24 13:51:00 +02003195 .ndo_set_features = macb_set_features,
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00003196 .ndo_features_check = macb_features_check,
Alexander Beregalov5f1fa992009-04-11 07:42:26 +00003197};
3198
Moritz Fischer64ec42f2016-03-29 19:11:12 -07003199/* Configure peripheral capabilities according to device tree
Nicolas Ferree1755872014-07-24 13:50:58 +02003200 * and integration options used
3201 */
Moritz Fischer64ec42f2016-03-29 19:11:12 -07003202static void macb_configure_caps(struct macb *bp,
3203 const struct macb_config *dt_conf)
Nicolas Ferree1755872014-07-24 13:50:58 +02003204{
3205 u32 dcfg;
Nicolas Ferree1755872014-07-24 13:50:58 +02003206
Nicolas Ferref6970502015-03-31 15:02:01 +02003207 if (dt_conf)
3208 bp->caps = dt_conf->caps;
3209
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003210 if (hw_is_gem(bp->regs, bp->native_io)) {
Nicolas Ferree1755872014-07-24 13:50:58 +02003211 bp->caps |= MACB_CAPS_MACB_IS_GEM;
3212
Nicolas Ferree1755872014-07-24 13:50:58 +02003213 dcfg = gem_readl(bp, DCFG1);
3214 if (GEM_BFEXT(IRQCOR, dcfg) == 0)
3215 bp->caps |= MACB_CAPS_ISR_CLEAR_ON_WRITE;
3216 dcfg = gem_readl(bp, DCFG2);
3217 if ((dcfg & (GEM_BIT(RX_PKT_BUFF) | GEM_BIT(TX_PKT_BUFF))) == 0)
3218 bp->caps |= MACB_CAPS_FIFO_MODE;
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01003219#ifdef CONFIG_MACB_USE_HWSTAMP
3220 if (gem_has_ptp(bp)) {
Rafal Ozieblo7b429612017-06-29 07:12:51 +01003221 if (!GEM_BFEXT(TSU, gem_readl(bp, DCFG5)))
3222 pr_err("GEM doesn't support hardware ptp.\n");
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01003223 else {
Rafal Ozieblo7b429612017-06-29 07:12:51 +01003224 bp->hw_dma_cap |= HW_DMA_CAP_PTP;
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01003225 bp->ptp_info = &gem_ptp_info;
3226 }
Rafal Ozieblo7b429612017-06-29 07:12:51 +01003227 }
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01003228#endif
Nicolas Ferree1755872014-07-24 13:50:58 +02003229 }
3230
Andy Shevchenkoa35919e2015-07-24 21:24:01 +03003231 dev_dbg(&bp->pdev->dev, "Cadence caps 0x%08x\n", bp->caps);
Nicolas Ferree1755872014-07-24 13:50:58 +02003232}
3233
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003234static void macb_probe_queues(void __iomem *mem,
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003235 bool native_io,
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003236 unsigned int *queue_mask,
3237 unsigned int *num_queues)
3238{
3239 unsigned int hw_q;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003240
3241 *queue_mask = 0x1;
3242 *num_queues = 1;
3243
Nicolas Ferreda120112015-03-31 15:02:00 +02003244 /* is it macb or gem ?
3245 *
3246 * We need to read directly from the hardware here because
3247 * we are early in the probe process and don't have the
3248 * MACB_CAPS_MACB_IS_GEM flag positioned
3249 */
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003250 if (!hw_is_gem(mem, native_io))
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003251 return;
3252
3253 /* bit 0 is never set but queue 0 always exists */
Arun Chandrana50dad32015-02-18 16:59:35 +05303254 *queue_mask = readl_relaxed(mem + GEM_DCFG6) & 0xff;
3255
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003256 *queue_mask |= 0x1;
3257
3258 for (hw_q = 1; hw_q < MACB_MAX_QUEUES; ++hw_q)
3259 if (*queue_mask & (1 << hw_q))
3260 (*num_queues)++;
3261}
3262
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003263static int macb_clk_init(struct platform_device *pdev, struct clk **pclk,
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303264 struct clk **hclk, struct clk **tx_clk,
3265 struct clk **rx_clk)
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003266{
Bartosz Folta83a77e92016-12-14 06:39:15 +00003267 struct macb_platform_data *pdata;
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003268 int err;
3269
Bartosz Folta83a77e92016-12-14 06:39:15 +00003270 pdata = dev_get_platdata(&pdev->dev);
3271 if (pdata) {
3272 *pclk = pdata->pclk;
3273 *hclk = pdata->hclk;
3274 } else {
3275 *pclk = devm_clk_get(&pdev->dev, "pclk");
3276 *hclk = devm_clk_get(&pdev->dev, "hclk");
3277 }
3278
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003279 if (IS_ERR(*pclk)) {
3280 err = PTR_ERR(*pclk);
3281 dev_err(&pdev->dev, "failed to get macb_clk (%u)\n", err);
3282 return err;
3283 }
3284
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003285 if (IS_ERR(*hclk)) {
3286 err = PTR_ERR(*hclk);
3287 dev_err(&pdev->dev, "failed to get hclk (%u)\n", err);
3288 return err;
3289 }
3290
3291 *tx_clk = devm_clk_get(&pdev->dev, "tx_clk");
3292 if (IS_ERR(*tx_clk))
3293 *tx_clk = NULL;
3294
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303295 *rx_clk = devm_clk_get(&pdev->dev, "rx_clk");
3296 if (IS_ERR(*rx_clk))
3297 *rx_clk = NULL;
3298
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003299 err = clk_prepare_enable(*pclk);
3300 if (err) {
3301 dev_err(&pdev->dev, "failed to enable pclk (%u)\n", err);
3302 return err;
3303 }
3304
3305 err = clk_prepare_enable(*hclk);
3306 if (err) {
3307 dev_err(&pdev->dev, "failed to enable hclk (%u)\n", err);
3308 goto err_disable_pclk;
3309 }
3310
3311 err = clk_prepare_enable(*tx_clk);
3312 if (err) {
3313 dev_err(&pdev->dev, "failed to enable tx_clk (%u)\n", err);
3314 goto err_disable_hclk;
3315 }
3316
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303317 err = clk_prepare_enable(*rx_clk);
3318 if (err) {
3319 dev_err(&pdev->dev, "failed to enable rx_clk (%u)\n", err);
3320 goto err_disable_txclk;
3321 }
3322
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003323 return 0;
3324
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303325err_disable_txclk:
3326 clk_disable_unprepare(*tx_clk);
3327
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003328err_disable_hclk:
3329 clk_disable_unprepare(*hclk);
3330
3331err_disable_pclk:
3332 clk_disable_unprepare(*pclk);
3333
3334 return err;
3335}
3336
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003337static int macb_init(struct platform_device *pdev)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003338{
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003339 struct net_device *dev = platform_get_drvdata(pdev);
Nicolas Ferrebfa09142015-03-31 15:01:59 +02003340 unsigned int hw_q, q;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003341 struct macb *bp = netdev_priv(dev);
3342 struct macb_queue *queue;
3343 int err;
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003344 u32 val, reg;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003345
Zach Brownb410d132016-10-19 09:56:57 -05003346 bp->tx_ring_size = DEFAULT_TX_RING_SIZE;
3347 bp->rx_ring_size = DEFAULT_RX_RING_SIZE;
3348
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003349 /* set the queue register mapping once for all: queue0 has a special
3350 * register mapping but we don't want to test the queue index then
3351 * compute the corresponding register offset at run time.
3352 */
Cyrille Pitchencf250de2014-12-15 15:13:32 +01003353 for (hw_q = 0, q = 0; hw_q < MACB_MAX_QUEUES; ++hw_q) {
Nicolas Ferrebfa09142015-03-31 15:01:59 +02003354 if (!(bp->queue_mask & (1 << hw_q)))
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003355 continue;
Jamie Iles461845d2011-03-08 20:19:23 +00003356
Cyrille Pitchencf250de2014-12-15 15:13:32 +01003357 queue = &bp->queues[q];
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003358 queue->bp = bp;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003359 netif_napi_add(dev, &queue->napi, macb_poll, 64);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003360 if (hw_q) {
3361 queue->ISR = GEM_ISR(hw_q - 1);
3362 queue->IER = GEM_IER(hw_q - 1);
3363 queue->IDR = GEM_IDR(hw_q - 1);
3364 queue->IMR = GEM_IMR(hw_q - 1);
3365 queue->TBQP = GEM_TBQP(hw_q - 1);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003366 queue->RBQP = GEM_RBQP(hw_q - 1);
3367 queue->RBQS = GEM_RBQS(hw_q - 1);
Harini Katakamfff80192016-08-09 13:15:53 +05303368#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003369 if (bp->hw_dma_cap & HW_DMA_CAP_64B) {
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003370 queue->TBQPH = GEM_TBQPH(hw_q - 1);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003371 queue->RBQPH = GEM_RBQPH(hw_q - 1);
3372 }
Harini Katakamfff80192016-08-09 13:15:53 +05303373#endif
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003374 } else {
3375 /* queue0 uses legacy registers */
3376 queue->ISR = MACB_ISR;
3377 queue->IER = MACB_IER;
3378 queue->IDR = MACB_IDR;
3379 queue->IMR = MACB_IMR;
3380 queue->TBQP = MACB_TBQP;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003381 queue->RBQP = MACB_RBQP;
Harini Katakamfff80192016-08-09 13:15:53 +05303382#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003383 if (bp->hw_dma_cap & HW_DMA_CAP_64B) {
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003384 queue->TBQPH = MACB_TBQPH;
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003385 queue->RBQPH = MACB_RBQPH;
3386 }
Harini Katakamfff80192016-08-09 13:15:53 +05303387#endif
Soren Brinkmanne1824df2013-12-10 16:07:23 -08003388 }
Soren Brinkmanne1824df2013-12-10 16:07:23 -08003389
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003390 /* get irq: here we use the linux queue index, not the hardware
3391 * queue index. the queue irq definitions in the device tree
3392 * must remove the optional gaps that could exist in the
3393 * hardware queue mask.
3394 */
Cyrille Pitchencf250de2014-12-15 15:13:32 +01003395 queue->irq = platform_get_irq(pdev, q);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003396 err = devm_request_irq(&pdev->dev, queue->irq, macb_interrupt,
Punnaiah Choudary Kalluri20488232015-03-06 18:29:12 +01003397 IRQF_SHARED, dev->name, queue);
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003398 if (err) {
3399 dev_err(&pdev->dev,
3400 "Unable to request IRQ %d (error %d)\n",
3401 queue->irq, err);
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003402 return err;
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003403 }
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003404
Cyrille Pitchen02c958d2014-12-12 13:26:44 +01003405 INIT_WORK(&queue->tx_error_task, macb_tx_error_task);
Cyrille Pitchencf250de2014-12-15 15:13:32 +01003406 q++;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003407 }
3408
Alexander Beregalov5f1fa992009-04-11 07:42:26 +00003409 dev->netdev_ops = &macb_netdev_ops;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003410
Nicolas Ferre4df95132013-06-04 21:57:12 +00003411 /* setup appropriated routines according to adapter type */
3412 if (macb_is_gem(bp)) {
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02003413 bp->max_tx_length = GEM_MAX_TX_LEN;
Nicolas Ferre4df95132013-06-04 21:57:12 +00003414 bp->macbgem_ops.mog_alloc_rx_buffers = gem_alloc_rx_buffers;
3415 bp->macbgem_ops.mog_free_rx_buffers = gem_free_rx_buffers;
3416 bp->macbgem_ops.mog_init_rings = gem_init_rings;
3417 bp->macbgem_ops.mog_rx = gem_rx;
Xander Huff8cd5a562015-01-15 15:55:20 -06003418 dev->ethtool_ops = &gem_ethtool_ops;
Nicolas Ferre4df95132013-06-04 21:57:12 +00003419 } else {
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02003420 bp->max_tx_length = MACB_MAX_TX_LEN;
Nicolas Ferre4df95132013-06-04 21:57:12 +00003421 bp->macbgem_ops.mog_alloc_rx_buffers = macb_alloc_rx_buffers;
3422 bp->macbgem_ops.mog_free_rx_buffers = macb_free_rx_buffers;
3423 bp->macbgem_ops.mog_init_rings = macb_init_rings;
3424 bp->macbgem_ops.mog_rx = macb_rx;
Xander Huff8cd5a562015-01-15 15:55:20 -06003425 dev->ethtool_ops = &macb_ethtool_ops;
Nicolas Ferre4df95132013-06-04 21:57:12 +00003426 }
3427
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02003428 /* Set features */
3429 dev->hw_features = NETIF_F_SG;
Rafal Ozieblo1629dd42016-11-16 10:02:34 +00003430
3431 /* Check LSO capability */
3432 if (GEM_BFEXT(PBUF_LSO, gem_readl(bp, DCFG6)))
3433 dev->hw_features |= MACB_NETIF_LSO;
3434
Cyrille Pitchen85ff3d82014-07-24 13:51:00 +02003435 /* Checksum offload is only available on gem with packet buffer */
3436 if (macb_is_gem(bp) && !(bp->caps & MACB_CAPS_FIFO_MODE))
Cyrille Pitchen924ec532014-07-24 13:51:01 +02003437 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM;
Cyrille Pitchena4c35ed32014-07-24 13:50:59 +02003438 if (bp->caps & MACB_CAPS_SG_DISABLED)
3439 dev->hw_features &= ~NETIF_F_SG;
3440 dev->features = dev->hw_features;
3441
Rafal Oziebloae8223de2017-11-30 18:20:44 +00003442 /* Check RX Flow Filters support.
3443 * Max Rx flows set by availability of screeners & compare regs:
3444 * each 4-tuple define requires 1 T2 screener reg + 3 compare regs
3445 */
3446 reg = gem_readl(bp, DCFG8);
3447 bp->max_tuples = min((GEM_BFEXT(SCR2CMP, reg) / 3),
3448 GEM_BFEXT(T2SCR, reg));
3449 if (bp->max_tuples > 0) {
3450 /* also needs one ethtype match to check IPv4 */
3451 if (GEM_BFEXT(SCR2ETH, reg) > 0) {
3452 /* program this reg now */
3453 reg = 0;
3454 reg = GEM_BFINS(ETHTCMP, (uint16_t)ETH_P_IP, reg);
3455 gem_writel_n(bp, ETHT, SCRT2_ETHT, reg);
3456 /* Filtering is supported in hw but don't enable it in kernel now */
3457 dev->hw_features |= NETIF_F_NTUPLE;
3458 /* init Rx flow definitions */
3459 INIT_LIST_HEAD(&bp->rx_fs_list.list);
3460 bp->rx_fs_list.count = 0;
3461 spin_lock_init(&bp->rx_fs_lock);
3462 } else
3463 bp->max_tuples = 0;
3464 }
3465
Neil Armstrongce721a72016-01-05 14:39:16 +01003466 if (!(bp->caps & MACB_CAPS_USRIO_DISABLED)) {
3467 val = 0;
3468 if (bp->phy_interface == PHY_INTERFACE_MODE_RGMII)
3469 val = GEM_BIT(RGMII);
3470 else if (bp->phy_interface == PHY_INTERFACE_MODE_RMII &&
Nicolas Ferre6bdaa5e2016-03-10 16:44:32 +01003471 (bp->caps & MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII))
Neil Armstrongce721a72016-01-05 14:39:16 +01003472 val = MACB_BIT(RMII);
Nicolas Ferre6bdaa5e2016-03-10 16:44:32 +01003473 else if (!(bp->caps & MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII))
Neil Armstrongce721a72016-01-05 14:39:16 +01003474 val = MACB_BIT(MII);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01003475
Neil Armstrongce721a72016-01-05 14:39:16 +01003476 if (bp->caps & MACB_CAPS_USRIO_HAS_CLKEN)
3477 val |= MACB_BIT(CLKEN);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003478
Neil Armstrongce721a72016-01-05 14:39:16 +01003479 macb_or_gem_writel(bp, USRIO, val);
3480 }
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003481
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003482 /* Set MII management clock divider */
3483 val = macb_mdc_clk_div(bp);
3484 val |= macb_dbw(bp);
Punnaiah Choudary Kalluri022be252015-11-18 09:03:50 +05303485 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII)
3486 val |= GEM_BIT(SGMIIEN) | GEM_BIT(PCSSEL);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003487 macb_writel(bp, NCFGR, val);
3488
3489 return 0;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003490}
3491
3492#if defined(CONFIG_OF)
3493/* 1518 rounded up */
3494#define AT91ETHER_MAX_RBUFF_SZ 0x600
3495/* max number of receive buffers */
3496#define AT91ETHER_MAX_RX_DESCR 9
3497
3498/* Initialize and start the Receiver and Transmit subsystems */
3499static int at91ether_start(struct net_device *dev)
3500{
3501 struct macb *lp = netdev_priv(dev);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003502 struct macb_queue *q = &lp->queues[0];
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003503 struct macb_dma_desc *desc;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003504 dma_addr_t addr;
3505 u32 ctl;
3506 int i;
3507
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003508 q->rx_ring = dma_alloc_coherent(&lp->pdev->dev,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003509 (AT91ETHER_MAX_RX_DESCR *
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003510 macb_dma_desc_get_size(lp)),
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003511 &q->rx_ring_dma, GFP_KERNEL);
3512 if (!q->rx_ring)
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003513 return -ENOMEM;
3514
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003515 q->rx_buffers = dma_alloc_coherent(&lp->pdev->dev,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003516 AT91ETHER_MAX_RX_DESCR *
3517 AT91ETHER_MAX_RBUFF_SZ,
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003518 &q->rx_buffers_dma, GFP_KERNEL);
3519 if (!q->rx_buffers) {
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003520 dma_free_coherent(&lp->pdev->dev,
3521 AT91ETHER_MAX_RX_DESCR *
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003522 macb_dma_desc_get_size(lp),
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003523 q->rx_ring, q->rx_ring_dma);
3524 q->rx_ring = NULL;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003525 return -ENOMEM;
3526 }
3527
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003528 addr = q->rx_buffers_dma;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003529 for (i = 0; i < AT91ETHER_MAX_RX_DESCR; i++) {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003530 desc = macb_rx_desc(q, i);
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003531 macb_set_addr(lp, desc, addr);
3532 desc->ctrl = 0;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003533 addr += AT91ETHER_MAX_RBUFF_SZ;
3534 }
3535
3536 /* Set the Wrap bit on the last descriptor */
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003537 desc->addr |= MACB_BIT(RX_WRAP);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003538
3539 /* Reset buffer index */
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003540 q->rx_tail = 0;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003541
3542 /* Program address of descriptor list in Rx Buffer Queue register */
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003543 macb_writel(lp, RBQP, q->rx_ring_dma);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003544
3545 /* Enable Receive and Transmit */
3546 ctl = macb_readl(lp, NCR);
3547 macb_writel(lp, NCR, ctl | MACB_BIT(RE) | MACB_BIT(TE));
3548
3549 return 0;
3550}
3551
3552/* Open the ethernet interface */
3553static int at91ether_open(struct net_device *dev)
3554{
3555 struct macb *lp = netdev_priv(dev);
3556 u32 ctl;
3557 int ret;
3558
3559 /* Clear internal statistics */
3560 ctl = macb_readl(lp, NCR);
3561 macb_writel(lp, NCR, ctl | MACB_BIT(CLRSTAT));
3562
3563 macb_set_hwaddr(lp);
3564
3565 ret = at91ether_start(dev);
3566 if (ret)
3567 return ret;
3568
3569 /* Enable MAC interrupts */
3570 macb_writel(lp, IER, MACB_BIT(RCOMP) |
3571 MACB_BIT(RXUBR) |
3572 MACB_BIT(ISR_TUND) |
3573 MACB_BIT(ISR_RLE) |
3574 MACB_BIT(TCOMP) |
3575 MACB_BIT(ISR_ROVR) |
3576 MACB_BIT(HRESP));
3577
3578 /* schedule a link state check */
Philippe Reynes0a912812016-06-22 00:32:35 +02003579 phy_start(dev->phydev);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003580
3581 netif_start_queue(dev);
3582
3583 return 0;
3584}
3585
3586/* Close the interface */
3587static int at91ether_close(struct net_device *dev)
3588{
3589 struct macb *lp = netdev_priv(dev);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003590 struct macb_queue *q = &lp->queues[0];
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003591 u32 ctl;
3592
3593 /* Disable Receiver and Transmitter */
3594 ctl = macb_readl(lp, NCR);
3595 macb_writel(lp, NCR, ctl & ~(MACB_BIT(TE) | MACB_BIT(RE)));
3596
3597 /* Disable MAC interrupts */
3598 macb_writel(lp, IDR, MACB_BIT(RCOMP) |
3599 MACB_BIT(RXUBR) |
3600 MACB_BIT(ISR_TUND) |
3601 MACB_BIT(ISR_RLE) |
3602 MACB_BIT(TCOMP) |
3603 MACB_BIT(ISR_ROVR) |
3604 MACB_BIT(HRESP));
3605
3606 netif_stop_queue(dev);
3607
3608 dma_free_coherent(&lp->pdev->dev,
3609 AT91ETHER_MAX_RX_DESCR *
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003610 macb_dma_desc_get_size(lp),
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003611 q->rx_ring, q->rx_ring_dma);
3612 q->rx_ring = NULL;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003613
3614 dma_free_coherent(&lp->pdev->dev,
3615 AT91ETHER_MAX_RX_DESCR * AT91ETHER_MAX_RBUFF_SZ,
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003616 q->rx_buffers, q->rx_buffers_dma);
3617 q->rx_buffers = NULL;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003618
3619 return 0;
3620}
3621
3622/* Transmit packet */
Claudiu Beznead1c38952018-08-07 12:25:12 +03003623static netdev_tx_t at91ether_start_xmit(struct sk_buff *skb,
3624 struct net_device *dev)
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003625{
3626 struct macb *lp = netdev_priv(dev);
3627
3628 if (macb_readl(lp, TSR) & MACB_BIT(RM9200_BNQ)) {
3629 netif_stop_queue(dev);
3630
3631 /* Store packet information (to free when Tx completed) */
3632 lp->skb = skb;
3633 lp->skb_length = skb->len;
3634 lp->skb_physaddr = dma_map_single(NULL, skb->data, skb->len,
3635 DMA_TO_DEVICE);
Alexey Khoroshilov178c7ae2016-11-19 01:40:10 +03003636 if (dma_mapping_error(NULL, lp->skb_physaddr)) {
3637 dev_kfree_skb_any(skb);
3638 dev->stats.tx_dropped++;
3639 netdev_err(dev, "%s: DMA mapping error\n", __func__);
3640 return NETDEV_TX_OK;
3641 }
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003642
3643 /* Set address of the data in the Transmit Address register */
3644 macb_writel(lp, TAR, lp->skb_physaddr);
3645 /* Set length of the packet in the Transmit Control register */
3646 macb_writel(lp, TCR, skb->len);
3647
3648 } else {
3649 netdev_err(dev, "%s called, but device is busy!\n", __func__);
3650 return NETDEV_TX_BUSY;
3651 }
3652
3653 return NETDEV_TX_OK;
3654}
3655
3656/* Extract received frame from buffer descriptors and sent to upper layers.
3657 * (Called from interrupt context)
3658 */
3659static void at91ether_rx(struct net_device *dev)
3660{
3661 struct macb *lp = netdev_priv(dev);
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003662 struct macb_queue *q = &lp->queues[0];
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003663 struct macb_dma_desc *desc;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003664 unsigned char *p_recv;
3665 struct sk_buff *skb;
3666 unsigned int pktlen;
3667
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003668 desc = macb_rx_desc(q, q->rx_tail);
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003669 while (desc->addr & MACB_BIT(RX_USED)) {
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003670 p_recv = q->rx_buffers + q->rx_tail * AT91ETHER_MAX_RBUFF_SZ;
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003671 pktlen = MACB_BF(RX_FRMLEN, desc->ctrl);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003672 skb = netdev_alloc_skb(dev, pktlen + 2);
3673 if (skb) {
3674 skb_reserve(skb, 2);
Johannes Berg59ae1d12017-06-16 14:29:20 +02003675 skb_put_data(skb, p_recv, pktlen);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003676
3677 skb->protocol = eth_type_trans(skb, dev);
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02003678 dev->stats.rx_packets++;
3679 dev->stats.rx_bytes += pktlen;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003680 netif_rx(skb);
3681 } else {
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02003682 dev->stats.rx_dropped++;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003683 }
3684
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003685 if (desc->ctrl & MACB_BIT(RX_MHASH_MATCH))
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02003686 dev->stats.multicast++;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003687
3688 /* reset ownership bit */
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003689 desc->addr &= ~MACB_BIT(RX_USED);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003690
3691 /* wrap after last buffer */
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003692 if (q->rx_tail == AT91ETHER_MAX_RX_DESCR - 1)
3693 q->rx_tail = 0;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003694 else
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003695 q->rx_tail++;
Rafal Ozieblodc97a892017-01-27 15:08:20 +00003696
Rafal Oziebloae1f2a52017-11-30 18:19:15 +00003697 desc = macb_rx_desc(q, q->rx_tail);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003698 }
3699}
3700
3701/* MAC interrupt handler */
3702static irqreturn_t at91ether_interrupt(int irq, void *dev_id)
3703{
3704 struct net_device *dev = dev_id;
3705 struct macb *lp = netdev_priv(dev);
3706 u32 intstatus, ctl;
3707
3708 /* MAC Interrupt Status register indicates what interrupts are pending.
3709 * It is automatically cleared once read.
3710 */
3711 intstatus = macb_readl(lp, ISR);
3712
3713 /* Receive complete */
3714 if (intstatus & MACB_BIT(RCOMP))
3715 at91ether_rx(dev);
3716
3717 /* Transmit complete */
3718 if (intstatus & MACB_BIT(TCOMP)) {
3719 /* The TCOM bit is set even if the transmission failed */
3720 if (intstatus & (MACB_BIT(ISR_TUND) | MACB_BIT(ISR_RLE)))
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02003721 dev->stats.tx_errors++;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003722
3723 if (lp->skb) {
3724 dev_kfree_skb_irq(lp->skb);
3725 lp->skb = NULL;
3726 dma_unmap_single(NULL, lp->skb_physaddr,
3727 lp->skb_length, DMA_TO_DEVICE);
Tobias Klauser5f1d3a52017-04-07 10:17:30 +02003728 dev->stats.tx_packets++;
3729 dev->stats.tx_bytes += lp->skb_length;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003730 }
3731 netif_wake_queue(dev);
3732 }
3733
3734 /* Work-around for EMAC Errata section 41.3.1 */
3735 if (intstatus & MACB_BIT(RXUBR)) {
3736 ctl = macb_readl(lp, NCR);
3737 macb_writel(lp, NCR, ctl & ~MACB_BIT(RE));
Zumeng Chenffac0e92016-11-28 21:55:00 +08003738 wmb();
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003739 macb_writel(lp, NCR, ctl | MACB_BIT(RE));
3740 }
3741
3742 if (intstatus & MACB_BIT(ISR_ROVR))
3743 netdev_err(dev, "ROVR error\n");
3744
3745 return IRQ_HANDLED;
3746}
3747
3748#ifdef CONFIG_NET_POLL_CONTROLLER
3749static void at91ether_poll_controller(struct net_device *dev)
3750{
3751 unsigned long flags;
3752
3753 local_irq_save(flags);
3754 at91ether_interrupt(dev->irq, dev);
3755 local_irq_restore(flags);
3756}
3757#endif
3758
3759static const struct net_device_ops at91ether_netdev_ops = {
3760 .ndo_open = at91ether_open,
3761 .ndo_stop = at91ether_close,
3762 .ndo_start_xmit = at91ether_start_xmit,
3763 .ndo_get_stats = macb_get_stats,
3764 .ndo_set_rx_mode = macb_set_rx_mode,
3765 .ndo_set_mac_address = eth_mac_addr,
3766 .ndo_do_ioctl = macb_ioctl,
3767 .ndo_validate_addr = eth_validate_addr,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003768#ifdef CONFIG_NET_POLL_CONTROLLER
3769 .ndo_poll_controller = at91ether_poll_controller,
3770#endif
3771};
3772
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003773static int at91ether_clk_init(struct platform_device *pdev, struct clk **pclk,
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303774 struct clk **hclk, struct clk **tx_clk,
3775 struct clk **rx_clk)
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003776{
3777 int err;
3778
3779 *hclk = NULL;
3780 *tx_clk = NULL;
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303781 *rx_clk = NULL;
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003782
3783 *pclk = devm_clk_get(&pdev->dev, "ether_clk");
3784 if (IS_ERR(*pclk))
3785 return PTR_ERR(*pclk);
3786
3787 err = clk_prepare_enable(*pclk);
3788 if (err) {
3789 dev_err(&pdev->dev, "failed to enable pclk (%u)\n", err);
3790 return err;
3791 }
3792
3793 return 0;
3794}
3795
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003796static int at91ether_init(struct platform_device *pdev)
3797{
3798 struct net_device *dev = platform_get_drvdata(pdev);
3799 struct macb *bp = netdev_priv(dev);
3800 int err;
3801 u32 reg;
3802
Alexandre Bellonifec9d3b2018-06-26 10:44:01 +02003803 bp->queues[0].bp = bp;
3804
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003805 dev->netdev_ops = &at91ether_netdev_ops;
3806 dev->ethtool_ops = &macb_ethtool_ops;
3807
3808 err = devm_request_irq(&pdev->dev, dev->irq, at91ether_interrupt,
3809 0, dev->name, dev);
3810 if (err)
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003811 return err;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003812
3813 macb_writel(bp, NCR, 0);
3814
3815 reg = MACB_BF(CLK, MACB_CLK_DIV32) | MACB_BIT(BIG);
3816 if (bp->phy_interface == PHY_INTERFACE_MODE_RMII)
3817 reg |= MACB_BIT(RM9200_RMII);
3818
3819 macb_writel(bp, NCFGR, reg);
3820
3821 return 0;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003822}
3823
David S. Miller3cef5c52015-03-09 23:38:02 -04003824static const struct macb_config at91sam9260_config = {
Nicolas Ferre6bdaa5e2016-03-10 16:44:32 +01003825 .caps = MACB_CAPS_USRIO_HAS_CLKEN | MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII,
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003826 .clk_init = macb_clk_init,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003827 .init = macb_init,
3828};
3829
David S. Miller3cef5c52015-03-09 23:38:02 -04003830static const struct macb_config pc302gem_config = {
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003831 .caps = MACB_CAPS_SG_DISABLED | MACB_CAPS_GIGABIT_MODE_AVAILABLE,
3832 .dma_burst_length = 16,
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003833 .clk_init = macb_clk_init,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003834 .init = macb_init,
3835};
3836
Cyrille Pitchen5c8fe712015-06-18 16:27:23 +02003837static const struct macb_config sama5d2_config = {
Nicolas Ferre6bdaa5e2016-03-10 16:44:32 +01003838 .caps = MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII,
Cyrille Pitchen5c8fe712015-06-18 16:27:23 +02003839 .dma_burst_length = 16,
3840 .clk_init = macb_clk_init,
3841 .init = macb_init,
3842};
3843
David S. Miller3cef5c52015-03-09 23:38:02 -04003844static const struct macb_config sama5d3_config = {
Nicolas Ferre6bdaa5e2016-03-10 16:44:32 +01003845 .caps = MACB_CAPS_SG_DISABLED | MACB_CAPS_GIGABIT_MODE_AVAILABLE
vishnuvardhan233a1582017-07-05 17:36:16 +02003846 | MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII | MACB_CAPS_JUMBO,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003847 .dma_burst_length = 16,
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003848 .clk_init = macb_clk_init,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003849 .init = macb_init,
vishnuvardhan233a1582017-07-05 17:36:16 +02003850 .jumbo_max_len = 10240,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003851};
3852
David S. Miller3cef5c52015-03-09 23:38:02 -04003853static const struct macb_config sama5d4_config = {
Nicolas Ferre6bdaa5e2016-03-10 16:44:32 +01003854 .caps = MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003855 .dma_burst_length = 4,
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003856 .clk_init = macb_clk_init,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003857 .init = macb_init,
3858};
3859
David S. Miller3cef5c52015-03-09 23:38:02 -04003860static const struct macb_config emac_config = {
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003861 .clk_init = at91ether_clk_init,
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003862 .init = at91ether_init,
3863};
3864
Neil Armstronge611b5b2016-01-05 14:39:17 +01003865static const struct macb_config np4_config = {
3866 .caps = MACB_CAPS_USRIO_DISABLED,
3867 .clk_init = macb_clk_init,
3868 .init = macb_init,
3869};
David S. Miller36583eb2015-05-23 01:22:35 -04003870
Harini Katakam7b61f9c2015-05-06 22:27:16 +05303871static const struct macb_config zynqmp_config = {
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01003872 .caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE |
3873 MACB_CAPS_JUMBO |
Harini Katakam404cd082018-07-06 12:18:58 +05303874 MACB_CAPS_GEM_HAS_PTP | MACB_CAPS_BD_RD_PREFETCH,
Harini Katakam7b61f9c2015-05-06 22:27:16 +05303875 .dma_burst_length = 16,
3876 .clk_init = macb_clk_init,
3877 .init = macb_init,
Harini Katakam98b5a0f42015-05-06 22:27:17 +05303878 .jumbo_max_len = 10240,
Harini Katakam7b61f9c2015-05-06 22:27:16 +05303879};
3880
Nathan Sullivan222ca8e2015-05-22 09:22:10 -05003881static const struct macb_config zynq_config = {
Punnaiah Choudary Kalluri7baaa902015-07-06 10:02:53 +05303882 .caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE | MACB_CAPS_NO_GIGABIT_HALF,
Nathan Sullivan222ca8e2015-05-22 09:22:10 -05003883 .dma_burst_length = 16,
3884 .clk_init = macb_clk_init,
3885 .init = macb_init,
3886};
3887
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003888static const struct of_device_id macb_dt_ids[] = {
3889 { .compatible = "cdns,at32ap7000-macb" },
3890 { .compatible = "cdns,at91sam9260-macb", .data = &at91sam9260_config },
3891 { .compatible = "cdns,macb" },
Neil Armstronge611b5b2016-01-05 14:39:17 +01003892 { .compatible = "cdns,np4-macb", .data = &np4_config },
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003893 { .compatible = "cdns,pc302-gem", .data = &pc302gem_config },
3894 { .compatible = "cdns,gem", .data = &pc302gem_config },
Cyrille Pitchen5c8fe712015-06-18 16:27:23 +02003895 { .compatible = "atmel,sama5d2-gem", .data = &sama5d2_config },
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003896 { .compatible = "atmel,sama5d3-gem", .data = &sama5d3_config },
3897 { .compatible = "atmel,sama5d4-gem", .data = &sama5d4_config },
3898 { .compatible = "cdns,at91rm9200-emac", .data = &emac_config },
3899 { .compatible = "cdns,emac", .data = &emac_config },
Harini Katakam7b61f9c2015-05-06 22:27:16 +05303900 { .compatible = "cdns,zynqmp-gem", .data = &zynqmp_config},
Nathan Sullivan222ca8e2015-05-22 09:22:10 -05003901 { .compatible = "cdns,zynq-gem", .data = &zynq_config },
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003902 { /* sentinel */ }
3903};
3904MODULE_DEVICE_TABLE(of, macb_dt_ids);
3905#endif /* CONFIG_OF */
3906
Bartosz Folta83a77e92016-12-14 06:39:15 +00003907static const struct macb_config default_gem_config = {
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01003908 .caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE |
3909 MACB_CAPS_JUMBO |
3910 MACB_CAPS_GEM_HAS_PTP,
Bartosz Folta83a77e92016-12-14 06:39:15 +00003911 .dma_burst_length = 16,
3912 .clk_init = macb_clk_init,
3913 .init = macb_init,
3914 .jumbo_max_len = 10240,
3915};
3916
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003917static int macb_probe(struct platform_device *pdev)
3918{
Bartosz Folta83a77e92016-12-14 06:39:15 +00003919 const struct macb_config *macb_config = &default_gem_config;
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003920 int (*clk_init)(struct platform_device *, struct clk **,
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303921 struct clk **, struct clk **, struct clk **)
Bartosz Folta83a77e92016-12-14 06:39:15 +00003922 = macb_config->clk_init;
3923 int (*init)(struct platform_device *) = macb_config->init;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003924 struct device_node *np = pdev->dev.of_node;
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303925 struct clk *pclk, *hclk = NULL, *tx_clk = NULL, *rx_clk = NULL;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003926 unsigned int queue_mask, num_queues;
3927 struct macb_platform_data *pdata;
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003928 bool native_io;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003929 struct phy_device *phydev;
3930 struct net_device *dev;
3931 struct resource *regs;
3932 void __iomem *mem;
3933 const char *mac;
3934 struct macb *bp;
Harini Katakam404cd082018-07-06 12:18:58 +05303935 int err, val;
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003936
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003937 regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
3938 mem = devm_ioremap_resource(&pdev->dev, regs);
3939 if (IS_ERR(mem))
3940 return PTR_ERR(mem);
3941
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003942 if (np) {
3943 const struct of_device_id *match;
3944
3945 match = of_match_node(macb_dt_ids, np);
3946 if (match && match->data) {
3947 macb_config = match->data;
3948 clk_init = macb_config->clk_init;
3949 init = macb_config->init;
3950 }
3951 }
3952
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303953 err = clk_init(pdev, &pclk, &hclk, &tx_clk, &rx_clk);
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003954 if (err)
3955 return err;
3956
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003957 native_io = hw_is_native_io(mem);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003958
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003959 macb_probe_queues(mem, native_io, &queue_mask, &num_queues);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003960 dev = alloc_etherdev_mq(sizeof(*bp), num_queues);
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003961 if (!dev) {
3962 err = -ENOMEM;
3963 goto err_disable_clocks;
3964 }
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003965
3966 dev->base_addr = regs->start;
3967
3968 SET_NETDEV_DEV(dev, &pdev->dev);
3969
3970 bp = netdev_priv(dev);
3971 bp->pdev = pdev;
3972 bp->dev = dev;
3973 bp->regs = mem;
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003974 bp->native_io = native_io;
3975 if (native_io) {
David S. Miller7a6e0702015-07-27 14:24:48 -07003976 bp->macb_reg_readl = hw_readl_native;
3977 bp->macb_reg_writel = hw_writel_native;
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003978 } else {
David S. Miller7a6e0702015-07-27 14:24:48 -07003979 bp->macb_reg_readl = hw_readl;
3980 bp->macb_reg_writel = hw_writel;
Andy Shevchenkof2ce8a9e2015-07-24 21:23:59 +03003981 }
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003982 bp->num_queues = num_queues;
Nicolas Ferrebfa09142015-03-31 15:01:59 +02003983 bp->queue_mask = queue_mask;
Nicolas Ferrec69618b2015-03-31 15:02:03 +02003984 if (macb_config)
3985 bp->dma_burst_length = macb_config->dma_burst_length;
3986 bp->pclk = pclk;
3987 bp->hclk = hclk;
3988 bp->tx_clk = tx_clk;
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05303989 bp->rx_clk = rx_clk;
Andy Shevchenkof36dbe62015-07-24 21:24:00 +03003990 if (macb_config)
Harini Katakam98b5a0f42015-05-06 22:27:17 +05303991 bp->jumbo_max_len = macb_config->jumbo_max_len;
Harini Katakam98b5a0f42015-05-06 22:27:17 +05303992
Sergio Prado3e2a5e12016-02-09 12:07:16 -02003993 bp->wol = 0;
Sergio Prado7c4a1d02016-02-16 21:10:45 -02003994 if (of_get_property(np, "magic-packet", NULL))
Sergio Prado3e2a5e12016-02-09 12:07:16 -02003995 bp->wol |= MACB_WOL_HAS_MAGIC_PACKET;
3996 device_init_wakeup(&pdev->dev, bp->wol & MACB_WOL_HAS_MAGIC_PACKET);
3997
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01003998 spin_lock_init(&bp->lock);
3999
Nicolas Ferread783472015-03-31 15:02:02 +02004000 /* setup capabilities */
Nicolas Ferref6970502015-03-31 15:02:01 +02004001 macb_configure_caps(bp, macb_config);
4002
Rafal Ozieblo7b429612017-06-29 07:12:51 +01004003#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
4004 if (GEM_BFEXT(DAW64, gem_readl(bp, DCFG6))) {
4005 dma_set_mask(&pdev->dev, DMA_BIT_MASK(44));
4006 bp->hw_dma_cap |= HW_DMA_CAP_64B;
4007 }
4008#endif
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01004009 platform_set_drvdata(pdev, dev);
4010
4011 dev->irq = platform_get_irq(pdev, 0);
Nicolas Ferrec69618b2015-03-31 15:02:03 +02004012 if (dev->irq < 0) {
4013 err = dev->irq;
Wei Yongjunb22ae0b2016-08-12 15:43:54 +00004014 goto err_out_free_netdev;
Nicolas Ferrec69618b2015-03-31 15:02:03 +02004015 }
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01004016
Jarod Wilson44770e12016-10-17 15:54:17 -04004017 /* MTU range: 68 - 1500 or 10240 */
4018 dev->min_mtu = GEM_MTU_MIN_SIZE;
4019 if (bp->caps & MACB_CAPS_JUMBO)
4020 dev->max_mtu = gem_readl(bp, JML) - ETH_HLEN - ETH_FCS_LEN;
4021 else
4022 dev->max_mtu = ETH_DATA_LEN;
4023
Harini Katakam404cd082018-07-06 12:18:58 +05304024 if (bp->caps & MACB_CAPS_BD_RD_PREFETCH) {
4025 val = GEM_BFEXT(RXBD_RDBUFF, gem_readl(bp, DCFG10));
4026 if (val)
4027 bp->rx_bd_rd_prefetch = (2 << (val - 1)) *
4028 macb_dma_desc_get_size(bp);
4029
4030 val = GEM_BFEXT(TXBD_RDBUFF, gem_readl(bp, DCFG10));
4031 if (val)
4032 bp->tx_bd_rd_prefetch = (2 << (val - 1)) *
4033 macb_dma_desc_get_size(bp);
4034 }
4035
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01004036 mac = of_get_mac_address(np);
Mike Looijmansaa076e32018-03-29 07:29:49 +02004037 if (mac) {
Moritz Fischereefb52d2016-03-29 19:11:14 -07004038 ether_addr_copy(bp->dev->dev_addr, mac);
Mike Looijmansaa076e32018-03-29 07:29:49 +02004039 } else {
4040 err = of_get_nvmem_mac_address(np, bp->dev->dev_addr);
4041 if (err) {
4042 if (err == -EPROBE_DEFER)
4043 goto err_out_free_netdev;
4044 macb_get_hwaddr(bp);
4045 }
4046 }
frederic RODO6c36a702007-07-12 19:07:24 +02004047
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01004048 err = of_get_phy_mode(np);
Jean-Christophe PLAGNIOL-VILLARDfb97a842011-11-18 15:29:25 +01004049 if (err < 0) {
Jingoo Hanc607a0d2013-08-30 14:12:21 +09004050 pdata = dev_get_platdata(&pdev->dev);
Jean-Christophe PLAGNIOL-VILLARDfb97a842011-11-18 15:29:25 +01004051 if (pdata && pdata->is_rmii)
4052 bp->phy_interface = PHY_INTERFACE_MODE_RMII;
4053 else
4054 bp->phy_interface = PHY_INTERFACE_MODE_MII;
4055 } else {
4056 bp->phy_interface = err;
4057 }
4058
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01004059 /* IP specific init */
4060 err = init(pdev);
4061 if (err)
4062 goto err_out_free_netdev;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004063
Florian Fainellicf669662016-05-02 18:38:45 -07004064 err = macb_mii_init(bp);
4065 if (err)
4066 goto err_out_free_netdev;
4067
Philippe Reynes0a912812016-06-22 00:32:35 +02004068 phydev = dev->phydev;
Florian Fainellicf669662016-05-02 18:38:45 -07004069
4070 netif_carrier_off(dev);
4071
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004072 err = register_netdev(dev);
4073 if (err) {
4074 dev_err(&pdev->dev, "Cannot register net device, aborting.\n");
Florian Fainellicf669662016-05-02 18:38:45 -07004075 goto err_out_unregister_mdio;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004076 }
4077
Harini Katakam032dc412018-01-27 12:09:01 +05304078 tasklet_init(&bp->hresp_err_tasklet, macb_hresp_error_task,
4079 (unsigned long)bp);
4080
Florian Fainellicf669662016-05-02 18:38:45 -07004081 phy_attached_info(phydev);
Nicolas Ferre03fc4722012-07-03 23:14:13 +00004082
Bo Shen58798232014-09-13 01:57:49 +02004083 netdev_info(dev, "Cadence %s rev 0x%08x at 0x%08lx irq %d (%pM)\n",
4084 macb_is_gem(bp) ? "GEM" : "MACB", macb_readl(bp, MID),
4085 dev->base_addr, dev->irq, dev->dev_addr);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004086
4087 return 0;
4088
Florian Fainellicf669662016-05-02 18:38:45 -07004089err_out_unregister_mdio:
Philippe Reynes0a912812016-06-22 00:32:35 +02004090 phy_disconnect(dev->phydev);
Florian Fainellicf669662016-05-02 18:38:45 -07004091 mdiobus_unregister(bp->mii_bus);
Michael Grzeschik66ee6a02017-11-08 09:56:35 +01004092 of_node_put(bp->phy_node);
Michael Grzeschik9ce98142017-11-08 09:56:34 +01004093 if (np && of_phy_is_fixed_link(np))
4094 of_phy_deregister_fixed_link(np);
Florian Fainellicf669662016-05-02 18:38:45 -07004095 mdiobus_free(bp->mii_bus);
4096
Cyrille Pitchencf250de2014-12-15 15:13:32 +01004097err_out_free_netdev:
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004098 free_netdev(dev);
Cyrille Pitchen421d9df2015-03-07 07:23:32 +01004099
Nicolas Ferrec69618b2015-03-31 15:02:03 +02004100err_disable_clocks:
4101 clk_disable_unprepare(tx_clk);
4102 clk_disable_unprepare(hclk);
4103 clk_disable_unprepare(pclk);
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05304104 clk_disable_unprepare(rx_clk);
Nicolas Ferrec69618b2015-03-31 15:02:03 +02004105
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004106 return err;
4107}
4108
Nicolae Rosia9e86d7662015-01-22 17:31:05 +00004109static int macb_remove(struct platform_device *pdev)
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004110{
4111 struct net_device *dev;
4112 struct macb *bp;
Michael Grzeschik9ce98142017-11-08 09:56:34 +01004113 struct device_node *np = pdev->dev.of_node;
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004114
4115 dev = platform_get_drvdata(pdev);
4116
4117 if (dev) {
4118 bp = netdev_priv(dev);
Philippe Reynes0a912812016-06-22 00:32:35 +02004119 if (dev->phydev)
4120 phy_disconnect(dev->phydev);
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -07004121 mdiobus_unregister(bp->mii_bus);
Michael Grzeschik9ce98142017-11-08 09:56:34 +01004122 if (np && of_phy_is_fixed_link(np))
4123 of_phy_deregister_fixed_link(np);
Nathan Sullivanfa6114d2016-10-07 10:13:22 -05004124 dev->phydev = NULL;
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -07004125 mdiobus_free(bp->mii_bus);
Gregory CLEMENT5833e052015-12-11 11:34:53 +01004126
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004127 unregister_netdev(dev);
Cyrille Pitchen93b31f42015-03-07 07:23:31 +01004128 clk_disable_unprepare(bp->tx_clk);
Steffen Trumtrarace58012013-03-27 23:07:07 +00004129 clk_disable_unprepare(bp->hclk);
Steffen Trumtrarace58012013-03-27 23:07:07 +00004130 clk_disable_unprepare(bp->pclk);
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05304131 clk_disable_unprepare(bp->rx_clk);
Michael Grzeschikdacdbb42017-06-23 16:54:10 +02004132 of_node_put(bp->phy_node);
Cyrille Pitchene965be72014-12-15 15:13:31 +01004133 free_netdev(dev);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004134 }
4135
4136 return 0;
4137}
4138
Michal Simekd23823d2015-01-23 09:36:03 +01004139static int __maybe_unused macb_suspend(struct device *dev)
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004140{
Soren Brinkmann0dfc3e12013-12-10 16:07:19 -08004141 struct platform_device *pdev = to_platform_device(dev);
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004142 struct net_device *netdev = platform_get_drvdata(pdev);
4143 struct macb *bp = netdev_priv(netdev);
4144
Nicolas Ferre03fc4722012-07-03 23:14:13 +00004145 netif_carrier_off(netdev);
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004146 netif_device_detach(netdev);
4147
Sergio Prado3e2a5e12016-02-09 12:07:16 -02004148 if (bp->wol & MACB_WOL_ENABLED) {
4149 macb_writel(bp, IER, MACB_BIT(WOL));
4150 macb_writel(bp, WOL, MACB_BIT(MAG));
4151 enable_irq_wake(bp->queues[0].irq);
4152 } else {
4153 clk_disable_unprepare(bp->tx_clk);
4154 clk_disable_unprepare(bp->hclk);
4155 clk_disable_unprepare(bp->pclk);
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05304156 clk_disable_unprepare(bp->rx_clk);
Sergio Prado3e2a5e12016-02-09 12:07:16 -02004157 }
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004158
4159 return 0;
4160}
4161
Michal Simekd23823d2015-01-23 09:36:03 +01004162static int __maybe_unused macb_resume(struct device *dev)
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004163{
Soren Brinkmann0dfc3e12013-12-10 16:07:19 -08004164 struct platform_device *pdev = to_platform_device(dev);
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004165 struct net_device *netdev = platform_get_drvdata(pdev);
4166 struct macb *bp = netdev_priv(netdev);
4167
Sergio Prado3e2a5e12016-02-09 12:07:16 -02004168 if (bp->wol & MACB_WOL_ENABLED) {
4169 macb_writel(bp, IDR, MACB_BIT(WOL));
4170 macb_writel(bp, WOL, 0);
4171 disable_irq_wake(bp->queues[0].irq);
4172 } else {
4173 clk_prepare_enable(bp->pclk);
4174 clk_prepare_enable(bp->hclk);
4175 clk_prepare_enable(bp->tx_clk);
shubhrajyoti.datta@xilinx.comaead88b2016-08-16 10:14:50 +05304176 clk_prepare_enable(bp->rx_clk);
Sergio Prado3e2a5e12016-02-09 12:07:16 -02004177 }
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004178
4179 netif_device_attach(netdev);
4180
4181 return 0;
4182}
Haavard Skinnemoenc1f598f2008-03-04 13:39:29 +01004183
Soren Brinkmann0dfc3e12013-12-10 16:07:19 -08004184static SIMPLE_DEV_PM_OPS(macb_pm_ops, macb_suspend, macb_resume);
4185
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004186static struct platform_driver macb_driver = {
Nicolae Rosia9e86d7662015-01-22 17:31:05 +00004187 .probe = macb_probe,
4188 .remove = macb_remove,
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004189 .driver = {
4190 .name = "macb",
Jean-Christophe PLAGNIOL-VILLARDfb97a842011-11-18 15:29:25 +01004191 .of_match_table = of_match_ptr(macb_dt_ids),
Soren Brinkmann0dfc3e12013-12-10 16:07:19 -08004192 .pm = &macb_pm_ops,
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004193 },
4194};
4195
Nicolae Rosia9e86d7662015-01-22 17:31:05 +00004196module_platform_driver(macb_driver);
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01004197
4198MODULE_LICENSE("GPL");
Jamie Ilesf75ba502011-11-08 10:12:32 +00004199MODULE_DESCRIPTION("Cadence MACB/GEM Ethernet driver");
Jean Delvaree05503e2011-05-18 16:49:24 +02004200MODULE_AUTHOR("Haavard Skinnemoen (Atmel)");
Kay Sievers72abb462008-04-18 13:50:44 -07004201MODULE_ALIAS("platform:macb");