blob: 1aa2d55aa014a5549ea5ec96bc9cf58aec09a3a4 [file] [log] [blame]
Jan Ceuleers0977f812012-06-05 03:42:12 +00001/* drivers/net/ethernet/freescale/gianfar.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 *
3 * Gianfar Ethernet Driver
Andy Fleming7f7f5312005-11-11 12:38:59 -06004 * This driver is designed for the non-CPM ethernet controllers
5 * on the 85xx and 83xx family of integrated processors
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * Based on 8260_io/fcc_enet.c
7 *
8 * Author: Andy Fleming
Kumar Gala4c8d3d92005-11-13 16:06:30 -08009 * Maintainer: Kumar Gala
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +000010 * Modifier: Sandeep Gopalpet <sandeep.kumar@freescale.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 *
Claudiu Manoil20862782014-02-17 12:53:14 +020012 * Copyright 2002-2009, 2011-2013 Freescale Semiconductor, Inc.
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +000013 * Copyright 2007 MontaVista Software, Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 *
15 * This program is free software; you can redistribute it and/or modify it
16 * under the terms of the GNU General Public License as published by the
17 * Free Software Foundation; either version 2 of the License, or (at your
18 * option) any later version.
19 *
20 * Gianfar: AKA Lambda Draconis, "Dragon"
21 * RA 11 31 24.2
22 * Dec +69 19 52
23 * V 3.84
24 * B-V +1.62
25 *
26 * Theory of operation
Kumar Gala0bbaf062005-06-20 10:54:21 -050027 *
Andy Flemingb31a1d82008-12-16 15:29:15 -080028 * The driver is initialized through of_device. Configuration information
29 * is therefore conveyed through an OF-style device tree.
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 *
31 * The Gianfar Ethernet Controller uses a ring of buffer
32 * descriptors. The beginning is indicated by a register
Kumar Gala0bbaf062005-06-20 10:54:21 -050033 * pointing to the physical address of the start of the ring.
34 * The end is determined by a "wrap" bit being set in the
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 * last descriptor of the ring.
36 *
37 * When a packet is received, the RXF bit in the
Kumar Gala0bbaf062005-06-20 10:54:21 -050038 * IEVENT register is set, triggering an interrupt when the
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 * corresponding bit in the IMASK register is also set (if
40 * interrupt coalescing is active, then the interrupt may not
41 * happen immediately, but will wait until either a set number
Andy Flemingbb40dcb2005-09-23 22:54:21 -040042 * of frames or amount of time have passed). In NAPI, the
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 * interrupt handler will signal there is work to be done, and
Francois Romieu0aa15382008-07-11 00:33:52 +020044 * exit. This method will start at the last known empty
Kumar Gala0bbaf062005-06-20 10:54:21 -050045 * descriptor, and process every subsequent descriptor until there
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 * are none left with data (NAPI will stop after a set number of
47 * packets to give time to other tasks, but will eventually
48 * process all the packets). The data arrives inside a
49 * pre-allocated skb, and so after the skb is passed up to the
50 * stack, a new skb must be allocated, and the address field in
51 * the buffer descriptor must be updated to indicate this new
52 * skb.
53 *
54 * When the kernel requests that a packet be transmitted, the
55 * driver starts where it left off last time, and points the
56 * descriptor at the buffer which was passed in. The driver
57 * then informs the DMA engine that there are packets ready to
58 * be transmitted. Once the controller is finished transmitting
59 * the packet, an interrupt may be triggered (under the same
60 * conditions as for reception, but depending on the TXF bit).
61 * The driver then cleans up the buffer.
62 */
63
Joe Perches59deab22011-06-14 08:57:47 +000064#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
65#define DEBUG
66
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070068#include <linux/string.h>
69#include <linux/errno.h>
Andy Flemingbb40dcb2005-09-23 22:54:21 -040070#include <linux/unistd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070071#include <linux/slab.h>
72#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070073#include <linux/delay.h>
74#include <linux/netdevice.h>
75#include <linux/etherdevice.h>
76#include <linux/skbuff.h>
Kumar Gala0bbaf062005-06-20 10:54:21 -050077#include <linux/if_vlan.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070078#include <linux/spinlock.h>
79#include <linux/mm.h>
Rob Herring5af50732013-09-17 14:28:33 -050080#include <linux/of_address.h>
81#include <linux/of_irq.h>
Grant Likelyfe192a42009-04-25 12:53:12 +000082#include <linux/of_mdio.h>
Andy Flemingb31a1d82008-12-16 15:29:15 -080083#include <linux/of_platform.h>
Kumar Gala0bbaf062005-06-20 10:54:21 -050084#include <linux/ip.h>
85#include <linux/tcp.h>
86#include <linux/udp.h>
Kumar Gala9c07b8842006-01-11 11:26:25 -080087#include <linux/in.h>
Manfred Rudigiercc772ab2010-04-08 23:10:03 +000088#include <linux/net_tstamp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070089
90#include <asm/io.h>
Anton Vorontsov7d350972010-06-30 06:39:12 +000091#include <asm/reg.h>
Claudiu Manoil2969b1f2013-10-09 20:20:41 +030092#include <asm/mpc85xx.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070093#include <asm/irq.h>
94#include <asm/uaccess.h>
95#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070096#include <linux/dma-mapping.h>
97#include <linux/crc32.h>
Andy Flemingbb40dcb2005-09-23 22:54:21 -040098#include <linux/mii.h>
99#include <linux/phy.h>
Andy Flemingb31a1d82008-12-16 15:29:15 -0800100#include <linux/phy_fixed.h>
101#include <linux/of.h>
David Daney4b6ba8a2010-10-26 15:07:13 -0700102#include <linux/of_net.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
104#include "gianfar.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105
106#define TX_TIMEOUT (1*HZ)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
Andy Fleming7f7f5312005-11-11 12:38:59 -0600108const char gfar_driver_version[] = "1.3";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110static int gfar_enet_open(struct net_device *dev);
111static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev);
Sebastian Siewiorab939902008-08-19 21:12:45 +0200112static void gfar_reset_task(struct work_struct *work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113static void gfar_timeout(struct net_device *dev);
114static int gfar_close(struct net_device *dev);
Andy Fleming815b97c2008-04-22 17:18:29 -0500115struct sk_buff *gfar_new_skb(struct net_device *dev);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000116static void gfar_new_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000117 struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118static int gfar_set_mac_address(struct net_device *dev);
119static int gfar_change_mtu(struct net_device *dev, int new_mtu);
David Howells7d12e782006-10-05 14:55:46 +0100120static irqreturn_t gfar_error(int irq, void *dev_id);
121static irqreturn_t gfar_transmit(int irq, void *dev_id);
122static irqreturn_t gfar_interrupt(int irq, void *dev_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123static void adjust_link(struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124static int init_phy(struct net_device *dev);
Grant Likely74888762011-02-22 21:05:51 -0700125static int gfar_probe(struct platform_device *ofdev);
Grant Likely2dc11582010-08-06 09:25:50 -0600126static int gfar_remove(struct platform_device *ofdev);
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400127static void free_skb_resources(struct gfar_private *priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128static void gfar_set_multi(struct net_device *dev);
129static void gfar_set_hash_for_addr(struct net_device *dev, u8 *addr);
Kapil Junejad3c12872007-05-11 18:25:11 -0500130static void gfar_configure_serdes(struct net_device *dev);
Claudiu Manoilaeb12c52014-03-07 14:42:45 +0200131static int gfar_poll_rx(struct napi_struct *napi, int budget);
132static int gfar_poll_tx(struct napi_struct *napi, int budget);
133static int gfar_poll_rx_sq(struct napi_struct *napi, int budget);
134static int gfar_poll_tx_sq(struct napi_struct *napi, int budget);
Vitaly Woolf2d71c22006-11-07 13:27:02 +0300135#ifdef CONFIG_NET_POLL_CONTROLLER
136static void gfar_netpoll(struct net_device *dev);
137#endif
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000138int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit);
Claudiu Manoilc233cf402013-03-19 07:40:02 +0000139static void gfar_clean_tx_ring(struct gfar_priv_tx_q *tx_queue);
Claudiu Manoil61db26c2013-02-14 05:00:05 +0000140static void gfar_process_frame(struct net_device *dev, struct sk_buff *skb,
141 int amount_pull, struct napi_struct *napi);
Claudiu Manoilc10650b2014-02-17 12:53:18 +0200142static void gfar_halt_nodisable(struct gfar_private *priv);
Andy Fleming7f7f5312005-11-11 12:38:59 -0600143static void gfar_clear_exact_match(struct net_device *dev);
Joe Perchesb6bc7652010-12-21 02:16:08 -0800144static void gfar_set_mac_for_addr(struct net_device *dev, int num,
145 const u8 *addr);
Andy Fleming26ccfc32009-03-10 12:58:28 +0000146static int gfar_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148MODULE_AUTHOR("Freescale Semiconductor, Inc");
149MODULE_DESCRIPTION("Gianfar Ethernet Driver");
150MODULE_LICENSE("GPL");
151
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000152static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp,
Anton Vorontsov8a102fe2009-10-12 06:00:37 +0000153 dma_addr_t buf)
154{
Anton Vorontsov8a102fe2009-10-12 06:00:37 +0000155 u32 lstatus;
156
157 bdp->bufPtr = buf;
158
159 lstatus = BD_LFLAG(RXBD_EMPTY | RXBD_INTERRUPT);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000160 if (bdp == rx_queue->rx_bd_base + rx_queue->rx_ring_size - 1)
Anton Vorontsov8a102fe2009-10-12 06:00:37 +0000161 lstatus |= BD_LFLAG(RXBD_WRAP);
162
163 eieio();
164
165 bdp->lstatus = lstatus;
166}
167
Anton Vorontsov87283272009-10-12 06:00:39 +0000168static int gfar_init_bds(struct net_device *ndev)
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000169{
Anton Vorontsov87283272009-10-12 06:00:39 +0000170 struct gfar_private *priv = netdev_priv(ndev);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000171 struct gfar_priv_tx_q *tx_queue = NULL;
172 struct gfar_priv_rx_q *rx_queue = NULL;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000173 struct txbd8 *txbdp;
174 struct rxbd8 *rxbdp;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000175 int i, j;
Anton Vorontsov87283272009-10-12 06:00:39 +0000176
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000177 for (i = 0; i < priv->num_tx_queues; i++) {
178 tx_queue = priv->tx_queue[i];
179 /* Initialize some variables in our dev structure */
180 tx_queue->num_txbdfree = tx_queue->tx_ring_size;
181 tx_queue->dirty_tx = tx_queue->tx_bd_base;
182 tx_queue->cur_tx = tx_queue->tx_bd_base;
183 tx_queue->skb_curtx = 0;
184 tx_queue->skb_dirtytx = 0;
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000185
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000186 /* Initialize Transmit Descriptor Ring */
187 txbdp = tx_queue->tx_bd_base;
188 for (j = 0; j < tx_queue->tx_ring_size; j++) {
189 txbdp->lstatus = 0;
190 txbdp->bufPtr = 0;
191 txbdp++;
Anton Vorontsov87283272009-10-12 06:00:39 +0000192 }
193
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000194 /* Set the last descriptor in the ring to indicate wrap */
195 txbdp--;
196 txbdp->status |= TXBD_WRAP;
197 }
198
199 for (i = 0; i < priv->num_rx_queues; i++) {
200 rx_queue = priv->rx_queue[i];
201 rx_queue->cur_rx = rx_queue->rx_bd_base;
202 rx_queue->skb_currx = 0;
203 rxbdp = rx_queue->rx_bd_base;
204
205 for (j = 0; j < rx_queue->rx_ring_size; j++) {
206 struct sk_buff *skb = rx_queue->rx_skbuff[j];
207
208 if (skb) {
209 gfar_init_rxbdp(rx_queue, rxbdp,
210 rxbdp->bufPtr);
211 } else {
212 skb = gfar_new_skb(ndev);
213 if (!skb) {
Joe Perches59deab22011-06-14 08:57:47 +0000214 netdev_err(ndev, "Can't allocate RX buffers\n");
Claudiu Manoil1eb8f7a2012-11-08 22:11:41 +0000215 return -ENOMEM;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000216 }
217 rx_queue->rx_skbuff[j] = skb;
218
219 gfar_new_rxbdp(rx_queue, rxbdp, skb);
220 }
221
222 rxbdp++;
223 }
224
Anton Vorontsov87283272009-10-12 06:00:39 +0000225 }
226
227 return 0;
228}
229
230static int gfar_alloc_skb_resources(struct net_device *ndev)
231{
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000232 void *vaddr;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000233 dma_addr_t addr;
234 int i, j, k;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000235 struct gfar_private *priv = netdev_priv(ndev);
Claudiu Manoil369ec162013-02-14 05:00:02 +0000236 struct device *dev = priv->dev;
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000237 struct gfar_priv_tx_q *tx_queue = NULL;
238 struct gfar_priv_rx_q *rx_queue = NULL;
239
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000240 priv->total_tx_ring_size = 0;
241 for (i = 0; i < priv->num_tx_queues; i++)
242 priv->total_tx_ring_size += priv->tx_queue[i]->tx_ring_size;
243
244 priv->total_rx_ring_size = 0;
245 for (i = 0; i < priv->num_rx_queues; i++)
246 priv->total_rx_ring_size += priv->rx_queue[i]->rx_ring_size;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000247
248 /* Allocate memory for the buffer descriptors */
Anton Vorontsov87283272009-10-12 06:00:39 +0000249 vaddr = dma_alloc_coherent(dev,
Joe Perchesd0320f72013-03-14 13:07:21 +0000250 (priv->total_tx_ring_size *
251 sizeof(struct txbd8)) +
252 (priv->total_rx_ring_size *
253 sizeof(struct rxbd8)),
254 &addr, GFP_KERNEL);
255 if (!vaddr)
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000256 return -ENOMEM;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000257
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000258 for (i = 0; i < priv->num_tx_queues; i++) {
259 tx_queue = priv->tx_queue[i];
Joe Perches43d620c2011-06-16 19:08:06 +0000260 tx_queue->tx_bd_base = vaddr;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000261 tx_queue->tx_bd_dma_base = addr;
262 tx_queue->dev = ndev;
263 /* enet DMA only understands physical addresses */
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000264 addr += sizeof(struct txbd8) * tx_queue->tx_ring_size;
265 vaddr += sizeof(struct txbd8) * tx_queue->tx_ring_size;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000266 }
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000267
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000268 /* Start the rx descriptor ring where the tx ring leaves off */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000269 for (i = 0; i < priv->num_rx_queues; i++) {
270 rx_queue = priv->rx_queue[i];
Joe Perches43d620c2011-06-16 19:08:06 +0000271 rx_queue->rx_bd_base = vaddr;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000272 rx_queue->rx_bd_dma_base = addr;
273 rx_queue->dev = ndev;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000274 addr += sizeof(struct rxbd8) * rx_queue->rx_ring_size;
275 vaddr += sizeof(struct rxbd8) * rx_queue->rx_ring_size;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000276 }
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000277
278 /* Setup the skbuff rings */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000279 for (i = 0; i < priv->num_tx_queues; i++) {
280 tx_queue = priv->tx_queue[i];
Joe Perches14f8dc42013-02-07 11:46:27 +0000281 tx_queue->tx_skbuff =
282 kmalloc_array(tx_queue->tx_ring_size,
283 sizeof(*tx_queue->tx_skbuff),
284 GFP_KERNEL);
285 if (!tx_queue->tx_skbuff)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000286 goto cleanup;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000287
288 for (k = 0; k < tx_queue->tx_ring_size; k++)
289 tx_queue->tx_skbuff[k] = NULL;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000290 }
291
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000292 for (i = 0; i < priv->num_rx_queues; i++) {
293 rx_queue = priv->rx_queue[i];
Joe Perches14f8dc42013-02-07 11:46:27 +0000294 rx_queue->rx_skbuff =
295 kmalloc_array(rx_queue->rx_ring_size,
296 sizeof(*rx_queue->rx_skbuff),
297 GFP_KERNEL);
298 if (!rx_queue->rx_skbuff)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000299 goto cleanup;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000300
301 for (j = 0; j < rx_queue->rx_ring_size; j++)
302 rx_queue->rx_skbuff[j] = NULL;
303 }
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000304
Anton Vorontsov87283272009-10-12 06:00:39 +0000305 if (gfar_init_bds(ndev))
306 goto cleanup;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000307
308 return 0;
309
310cleanup:
311 free_skb_resources(priv);
312 return -ENOMEM;
313}
314
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000315static void gfar_init_tx_rx_base(struct gfar_private *priv)
316{
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000317 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Anton Vorontsov18294ad2009-11-04 12:53:00 +0000318 u32 __iomem *baddr;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000319 int i;
320
321 baddr = &regs->tbase0;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000322 for (i = 0; i < priv->num_tx_queues; i++) {
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000323 gfar_write(baddr, priv->tx_queue[i]->tx_bd_dma_base);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000324 baddr += 2;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000325 }
326
327 baddr = &regs->rbase0;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000328 for (i = 0; i < priv->num_rx_queues; i++) {
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000329 gfar_write(baddr, priv->rx_queue[i]->rx_bd_dma_base);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000330 baddr += 2;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000331 }
332}
333
Claudiu Manoil88302642014-02-24 12:13:43 +0200334static void gfar_rx_buff_size_config(struct gfar_private *priv)
335{
336 int frame_size = priv->ndev->mtu + ETH_HLEN;
337
338 /* set this when rx hw offload (TOE) functions are being used */
339 priv->uses_rxfcb = 0;
340
341 if (priv->ndev->features & (NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX))
342 priv->uses_rxfcb = 1;
343
344 if (priv->hwts_rx_en)
345 priv->uses_rxfcb = 1;
346
347 if (priv->uses_rxfcb)
348 frame_size += GMAC_FCB_LEN;
349
350 frame_size += priv->padding;
351
352 frame_size = (frame_size & ~(INCREMENTAL_BUFFER_SIZE - 1)) +
353 INCREMENTAL_BUFFER_SIZE;
354
355 priv->rx_buffer_size = frame_size;
356}
357
Claudiu Manoila328ac92014-02-24 12:13:42 +0200358static void gfar_mac_rx_config(struct gfar_private *priv)
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000359{
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000360 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000361 u32 rctrl = 0;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000362
Sandeep Gopalpet1ccb8382009-12-16 01:14:58 +0000363 if (priv->rx_filer_enable) {
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000364 rctrl |= RCTRL_FILREN;
Sandeep Gopalpet1ccb8382009-12-16 01:14:58 +0000365 /* Program the RIR0 reg with the required distribution */
366 gfar_write(&regs->rir0, DEFAULT_RIR0);
367 }
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000368
Claudiu Manoilf5ae6272013-01-23 00:18:36 +0000369 /* Restore PROMISC mode */
Claudiu Manoila328ac92014-02-24 12:13:42 +0200370 if (priv->ndev->flags & IFF_PROMISC)
Claudiu Manoilf5ae6272013-01-23 00:18:36 +0000371 rctrl |= RCTRL_PROM;
372
Claudiu Manoil88302642014-02-24 12:13:43 +0200373 if (priv->ndev->features & NETIF_F_RXCSUM)
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000374 rctrl |= RCTRL_CHECKSUMMING;
375
Claudiu Manoil88302642014-02-24 12:13:43 +0200376 if (priv->extended_hash)
377 rctrl |= RCTRL_EXTHASH | RCTRL_EMEN;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000378
379 if (priv->padding) {
380 rctrl &= ~RCTRL_PAL_MASK;
381 rctrl |= RCTRL_PADDING(priv->padding);
382 }
383
Manfred Rudigier97553f72010-06-11 01:49:05 +0000384 /* Enable HW time stamping if requested from user space */
Claudiu Manoil88302642014-02-24 12:13:43 +0200385 if (priv->hwts_rx_en)
Manfred Rudigier97553f72010-06-11 01:49:05 +0000386 rctrl |= RCTRL_PRSDEP_INIT | RCTRL_TS_ENABLE;
387
Claudiu Manoil88302642014-02-24 12:13:43 +0200388 if (priv->ndev->features & NETIF_F_HW_VLAN_CTAG_RX)
Sebastian Pöhnb852b722011-07-26 00:03:13 +0000389 rctrl |= RCTRL_VLEX | RCTRL_PRSDEP_INIT;
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000390
391 /* Init rctrl based on our settings */
392 gfar_write(&regs->rctrl, rctrl);
Claudiu Manoila328ac92014-02-24 12:13:42 +0200393}
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000394
Claudiu Manoila328ac92014-02-24 12:13:42 +0200395static void gfar_mac_tx_config(struct gfar_private *priv)
396{
397 struct gfar __iomem *regs = priv->gfargrp[0].regs;
398 u32 tctrl = 0;
399
400 if (priv->ndev->features & NETIF_F_IP_CSUM)
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000401 tctrl |= TCTRL_INIT_CSUM;
402
Claudiu Manoilb98b8ba2012-09-23 22:39:08 +0000403 if (priv->prio_sched_en)
404 tctrl |= TCTRL_TXSCHED_PRIO;
405 else {
406 tctrl |= TCTRL_TXSCHED_WRRS;
407 gfar_write(&regs->tr03wt, DEFAULT_WRRS_WEIGHT);
408 gfar_write(&regs->tr47wt, DEFAULT_WRRS_WEIGHT);
409 }
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000410
Claudiu Manoil88302642014-02-24 12:13:43 +0200411 if (priv->ndev->features & NETIF_F_HW_VLAN_CTAG_TX)
412 tctrl |= TCTRL_VLINS;
413
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000414 gfar_write(&regs->tctrl, tctrl);
Anton Vorontsov826aa4a2009-10-12 06:00:34 +0000415}
416
Claudiu Manoilf19015b2014-02-24 12:13:46 +0200417static void gfar_configure_coalescing(struct gfar_private *priv,
418 unsigned long tx_mask, unsigned long rx_mask)
419{
420 struct gfar __iomem *regs = priv->gfargrp[0].regs;
421 u32 __iomem *baddr;
422
423 if (priv->mode == MQ_MG_MODE) {
424 int i = 0;
425
426 baddr = &regs->txic0;
427 for_each_set_bit(i, &tx_mask, priv->num_tx_queues) {
428 gfar_write(baddr + i, 0);
429 if (likely(priv->tx_queue[i]->txcoalescing))
430 gfar_write(baddr + i, priv->tx_queue[i]->txic);
431 }
432
433 baddr = &regs->rxic0;
434 for_each_set_bit(i, &rx_mask, priv->num_rx_queues) {
435 gfar_write(baddr + i, 0);
436 if (likely(priv->rx_queue[i]->rxcoalescing))
437 gfar_write(baddr + i, priv->rx_queue[i]->rxic);
438 }
439 } else {
440 /* Backward compatible case -- even if we enable
441 * multiple queues, there's only single reg to program
442 */
443 gfar_write(&regs->txic, 0);
444 if (likely(priv->tx_queue[0]->txcoalescing))
445 gfar_write(&regs->txic, priv->tx_queue[0]->txic);
446
447 gfar_write(&regs->rxic, 0);
448 if (unlikely(priv->rx_queue[0]->rxcoalescing))
449 gfar_write(&regs->rxic, priv->rx_queue[0]->rxic);
450 }
451}
452
453void gfar_configure_coalescing_all(struct gfar_private *priv)
454{
455 gfar_configure_coalescing(priv, 0xFF, 0xFF);
456}
457
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000458static struct net_device_stats *gfar_get_stats(struct net_device *dev)
459{
460 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000461 unsigned long rx_packets = 0, rx_bytes = 0, rx_dropped = 0;
462 unsigned long tx_packets = 0, tx_bytes = 0;
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000463 int i;
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000464
465 for (i = 0; i < priv->num_rx_queues; i++) {
466 rx_packets += priv->rx_queue[i]->stats.rx_packets;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000467 rx_bytes += priv->rx_queue[i]->stats.rx_bytes;
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000468 rx_dropped += priv->rx_queue[i]->stats.rx_dropped;
469 }
470
471 dev->stats.rx_packets = rx_packets;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000472 dev->stats.rx_bytes = rx_bytes;
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000473 dev->stats.rx_dropped = rx_dropped;
474
475 for (i = 0; i < priv->num_tx_queues; i++) {
Eric Dumazet1ac9ad12011-01-12 12:13:14 +0000476 tx_bytes += priv->tx_queue[i]->stats.tx_bytes;
477 tx_packets += priv->tx_queue[i]->stats.tx_packets;
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000478 }
479
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000480 dev->stats.tx_bytes = tx_bytes;
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000481 dev->stats.tx_packets = tx_packets;
482
483 return &dev->stats;
484}
485
Andy Fleming26ccfc32009-03-10 12:58:28 +0000486static const struct net_device_ops gfar_netdev_ops = {
487 .ndo_open = gfar_enet_open,
488 .ndo_start_xmit = gfar_start_xmit,
489 .ndo_stop = gfar_close,
490 .ndo_change_mtu = gfar_change_mtu,
Michał Mirosław8b3afe92011-04-15 04:50:50 +0000491 .ndo_set_features = gfar_set_features,
Jiri Pirkoafc4b132011-08-16 06:29:01 +0000492 .ndo_set_rx_mode = gfar_set_multi,
Andy Fleming26ccfc32009-03-10 12:58:28 +0000493 .ndo_tx_timeout = gfar_timeout,
494 .ndo_do_ioctl = gfar_ioctl,
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +0000495 .ndo_get_stats = gfar_get_stats,
Ben Hutchings240c1022009-07-09 17:54:35 +0000496 .ndo_set_mac_address = eth_mac_addr,
497 .ndo_validate_addr = eth_validate_addr,
Andy Fleming26ccfc32009-03-10 12:58:28 +0000498#ifdef CONFIG_NET_POLL_CONTROLLER
499 .ndo_poll_controller = gfar_netpoll,
500#endif
501};
502
Claudiu Manoilefeddce2014-02-17 12:53:17 +0200503static void gfar_ints_disable(struct gfar_private *priv)
504{
505 int i;
506 for (i = 0; i < priv->num_grps; i++) {
507 struct gfar __iomem *regs = priv->gfargrp[i].regs;
508 /* Clear IEVENT */
509 gfar_write(&regs->ievent, IEVENT_INIT_CLEAR);
510
511 /* Initialize IMASK */
512 gfar_write(&regs->imask, IMASK_INIT_CLEAR);
513 }
514}
515
516static void gfar_ints_enable(struct gfar_private *priv)
517{
518 int i;
519 for (i = 0; i < priv->num_grps; i++) {
520 struct gfar __iomem *regs = priv->gfargrp[i].regs;
521 /* Unmask the interrupts we look for */
522 gfar_write(&regs->imask, IMASK_DEFAULT);
523 }
524}
525
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000526void lock_tx_qs(struct gfar_private *priv)
527{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000528 int i;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000529
530 for (i = 0; i < priv->num_tx_queues; i++)
531 spin_lock(&priv->tx_queue[i]->txlock);
532}
533
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000534void unlock_tx_qs(struct gfar_private *priv)
535{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000536 int i;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000537
538 for (i = 0; i < priv->num_tx_queues; i++)
539 spin_unlock(&priv->tx_queue[i]->txlock);
540}
541
Claudiu Manoil20862782014-02-17 12:53:14 +0200542static int gfar_alloc_tx_queues(struct gfar_private *priv)
543{
544 int i;
545
546 for (i = 0; i < priv->num_tx_queues; i++) {
547 priv->tx_queue[i] = kzalloc(sizeof(struct gfar_priv_tx_q),
548 GFP_KERNEL);
549 if (!priv->tx_queue[i])
550 return -ENOMEM;
551
552 priv->tx_queue[i]->tx_skbuff = NULL;
553 priv->tx_queue[i]->qindex = i;
554 priv->tx_queue[i]->dev = priv->ndev;
555 spin_lock_init(&(priv->tx_queue[i]->txlock));
556 }
557 return 0;
558}
559
560static int gfar_alloc_rx_queues(struct gfar_private *priv)
561{
562 int i;
563
564 for (i = 0; i < priv->num_rx_queues; i++) {
565 priv->rx_queue[i] = kzalloc(sizeof(struct gfar_priv_rx_q),
566 GFP_KERNEL);
567 if (!priv->rx_queue[i])
568 return -ENOMEM;
569
570 priv->rx_queue[i]->rx_skbuff = NULL;
571 priv->rx_queue[i]->qindex = i;
572 priv->rx_queue[i]->dev = priv->ndev;
Claudiu Manoil20862782014-02-17 12:53:14 +0200573 }
574 return 0;
575}
576
577static void gfar_free_tx_queues(struct gfar_private *priv)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000578{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000579 int i;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000580
581 for (i = 0; i < priv->num_tx_queues; i++)
582 kfree(priv->tx_queue[i]);
583}
584
Claudiu Manoil20862782014-02-17 12:53:14 +0200585static void gfar_free_rx_queues(struct gfar_private *priv)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000586{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000587 int i;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000588
589 for (i = 0; i < priv->num_rx_queues; i++)
590 kfree(priv->rx_queue[i]);
591}
592
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000593static void unmap_group_regs(struct gfar_private *priv)
594{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000595 int i;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000596
597 for (i = 0; i < MAXGROUPS; i++)
598 if (priv->gfargrp[i].regs)
599 iounmap(priv->gfargrp[i].regs);
600}
601
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000602static void free_gfar_dev(struct gfar_private *priv)
603{
604 int i, j;
605
606 for (i = 0; i < priv->num_grps; i++)
607 for (j = 0; j < GFAR_NUM_IRQS; j++) {
608 kfree(priv->gfargrp[i].irqinfo[j]);
609 priv->gfargrp[i].irqinfo[j] = NULL;
610 }
611
612 free_netdev(priv->ndev);
613}
614
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000615static void disable_napi(struct gfar_private *priv)
616{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000617 int i;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000618
Claudiu Manoilaeb12c52014-03-07 14:42:45 +0200619 for (i = 0; i < priv->num_grps; i++) {
620 napi_disable(&priv->gfargrp[i].napi_rx);
621 napi_disable(&priv->gfargrp[i].napi_tx);
622 }
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000623}
624
625static void enable_napi(struct gfar_private *priv)
626{
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +0000627 int i;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000628
Claudiu Manoilaeb12c52014-03-07 14:42:45 +0200629 for (i = 0; i < priv->num_grps; i++) {
630 napi_enable(&priv->gfargrp[i].napi_rx);
631 napi_enable(&priv->gfargrp[i].napi_tx);
632 }
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000633}
634
635static int gfar_parse_group(struct device_node *np,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000636 struct gfar_private *priv, const char *model)
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000637{
Claudiu Manoil5fedcc12013-01-29 03:55:11 +0000638 struct gfar_priv_grp *grp = &priv->gfargrp[priv->num_grps];
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000639 u32 *queue_mask;
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000640 int i;
641
Paul Gortmaker7c1e7e92013-02-04 09:49:42 +0000642 for (i = 0; i < GFAR_NUM_IRQS; i++) {
643 grp->irqinfo[i] = kzalloc(sizeof(struct gfar_irqinfo),
644 GFP_KERNEL);
645 if (!grp->irqinfo[i])
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000646 return -ENOMEM;
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000647 }
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000648
Claudiu Manoil5fedcc12013-01-29 03:55:11 +0000649 grp->regs = of_iomap(np, 0);
650 if (!grp->regs)
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000651 return -ENOMEM;
652
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000653 gfar_irq(grp, TX)->irq = irq_of_parse_and_map(np, 0);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000654
655 /* If we aren't the FEC we have multiple interrupts */
656 if (model && strcasecmp(model, "FEC")) {
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000657 gfar_irq(grp, RX)->irq = irq_of_parse_and_map(np, 1);
658 gfar_irq(grp, ER)->irq = irq_of_parse_and_map(np, 2);
659 if (gfar_irq(grp, TX)->irq == NO_IRQ ||
660 gfar_irq(grp, RX)->irq == NO_IRQ ||
661 gfar_irq(grp, ER)->irq == NO_IRQ)
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000662 return -EINVAL;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000663 }
664
Claudiu Manoil5fedcc12013-01-29 03:55:11 +0000665 grp->priv = priv;
666 spin_lock_init(&grp->grplock);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000667 if (priv->mode == MQ_MG_MODE) {
668 queue_mask = (u32 *)of_get_property(np, "fsl,rx-bit-map", NULL);
Claudiu Manoil5fedcc12013-01-29 03:55:11 +0000669 grp->rx_bit_map = queue_mask ?
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000670 *queue_mask : (DEFAULT_MAPPING >> priv->num_grps);
671 queue_mask = (u32 *)of_get_property(np, "fsl,tx-bit-map", NULL);
Claudiu Manoil5fedcc12013-01-29 03:55:11 +0000672 grp->tx_bit_map = queue_mask ?
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000673 *queue_mask : (DEFAULT_MAPPING >> priv->num_grps);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000674 } else {
Claudiu Manoil5fedcc12013-01-29 03:55:11 +0000675 grp->rx_bit_map = 0xFF;
676 grp->tx_bit_map = 0xFF;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000677 }
Claudiu Manoil20862782014-02-17 12:53:14 +0200678
679 /* bit_map's MSB is q0 (from q0 to q7) but, for_each_set_bit parses
680 * right to left, so we need to revert the 8 bits to get the q index
681 */
682 grp->rx_bit_map = bitrev8(grp->rx_bit_map);
683 grp->tx_bit_map = bitrev8(grp->tx_bit_map);
684
685 /* Calculate RSTAT, TSTAT, RQUEUE and TQUEUE values,
686 * also assign queues to groups
687 */
688 for_each_set_bit(i, &grp->rx_bit_map, priv->num_rx_queues) {
689 grp->num_rx_queues++;
690 grp->rstat |= (RSTAT_CLEAR_RHALT >> i);
691 priv->rqueue |= ((RQUEUE_EN0 | RQUEUE_EX0) >> i);
692 priv->rx_queue[i]->grp = grp;
693 }
694
695 for_each_set_bit(i, &grp->tx_bit_map, priv->num_tx_queues) {
696 grp->num_tx_queues++;
697 grp->tstat |= (TSTAT_CLEAR_THALT >> i);
698 priv->tqueue |= (TQUEUE_EN0 >> i);
699 priv->tx_queue[i]->grp = grp;
700 }
701
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000702 priv->num_grps++;
703
704 return 0;
705}
706
Grant Likely2dc11582010-08-06 09:25:50 -0600707static int gfar_of_init(struct platform_device *ofdev, struct net_device **pdev)
Andy Flemingb31a1d82008-12-16 15:29:15 -0800708{
Andy Flemingb31a1d82008-12-16 15:29:15 -0800709 const char *model;
710 const char *ctype;
711 const void *mac_addr;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000712 int err = 0, i;
713 struct net_device *dev = NULL;
714 struct gfar_private *priv = NULL;
Grant Likely61c7a082010-04-13 16:12:29 -0700715 struct device_node *np = ofdev->dev.of_node;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000716 struct device_node *child = NULL;
Andy Fleming4d7902f2009-02-04 16:43:44 -0800717 const u32 *stash;
718 const u32 *stash_len;
719 const u32 *stash_idx;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000720 unsigned int num_tx_qs, num_rx_qs;
721 u32 *tx_queues, *rx_queues;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800722
723 if (!np || !of_device_is_available(np))
724 return -ENODEV;
725
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000726 /* parse the num of tx and rx queues */
727 tx_queues = (u32 *)of_get_property(np, "fsl,num_tx_queues", NULL);
728 num_tx_qs = tx_queues ? *tx_queues : 1;
729
730 if (num_tx_qs > MAX_TX_QS) {
Joe Perches59deab22011-06-14 08:57:47 +0000731 pr_err("num_tx_qs(=%d) greater than MAX_TX_QS(=%d)\n",
732 num_tx_qs, MAX_TX_QS);
733 pr_err("Cannot do alloc_etherdev, aborting\n");
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000734 return -EINVAL;
735 }
736
737 rx_queues = (u32 *)of_get_property(np, "fsl,num_rx_queues", NULL);
738 num_rx_qs = rx_queues ? *rx_queues : 1;
739
740 if (num_rx_qs > MAX_RX_QS) {
Joe Perches59deab22011-06-14 08:57:47 +0000741 pr_err("num_rx_qs(=%d) greater than MAX_RX_QS(=%d)\n",
742 num_rx_qs, MAX_RX_QS);
743 pr_err("Cannot do alloc_etherdev, aborting\n");
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000744 return -EINVAL;
745 }
746
747 *pdev = alloc_etherdev_mq(sizeof(*priv), num_tx_qs);
748 dev = *pdev;
749 if (NULL == dev)
750 return -ENOMEM;
751
752 priv = netdev_priv(dev);
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000753 priv->ndev = dev;
754
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000755 priv->num_tx_queues = num_tx_qs;
Ben Hutchingsfe069122010-09-27 08:27:37 +0000756 netif_set_real_num_rx_queues(dev, num_rx_qs);
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000757 priv->num_rx_queues = num_rx_qs;
Claudiu Manoil20862782014-02-17 12:53:14 +0200758
759 err = gfar_alloc_tx_queues(priv);
760 if (err)
761 goto tx_alloc_failed;
762
763 err = gfar_alloc_rx_queues(priv);
764 if (err)
765 goto rx_alloc_failed;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800766
Jan Ceuleers0977f812012-06-05 03:42:12 +0000767 /* Init Rx queue filer rule set linked list */
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700768 INIT_LIST_HEAD(&priv->rx_list.list);
769 priv->rx_list.count = 0;
770 mutex_init(&priv->rx_queue_access);
771
Andy Flemingb31a1d82008-12-16 15:29:15 -0800772 model = of_get_property(np, "model", NULL);
773
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000774 for (i = 0; i < MAXGROUPS; i++)
775 priv->gfargrp[i].regs = NULL;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800776
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000777 /* Parse and initialize group specific information */
778 if (of_device_is_compatible(np, "fsl,etsec2")) {
779 priv->mode = MQ_MG_MODE;
780 for_each_child_of_node(np, child) {
781 err = gfar_parse_group(child, priv, model);
782 if (err)
783 goto err_grp_init;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800784 }
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000785 } else {
786 priv->mode = SQ_SG_MODE;
787 err = gfar_parse_group(np, priv, model);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000788 if (err)
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000789 goto err_grp_init;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800790 }
791
Andy Fleming4d7902f2009-02-04 16:43:44 -0800792 stash = of_get_property(np, "bd-stash", NULL);
793
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000794 if (stash) {
Andy Fleming4d7902f2009-02-04 16:43:44 -0800795 priv->device_flags |= FSL_GIANFAR_DEV_HAS_BD_STASHING;
796 priv->bd_stash_en = 1;
797 }
798
799 stash_len = of_get_property(np, "rx-stash-len", NULL);
800
801 if (stash_len)
802 priv->rx_stash_size = *stash_len;
803
804 stash_idx = of_get_property(np, "rx-stash-idx", NULL);
805
806 if (stash_idx)
807 priv->rx_stash_index = *stash_idx;
808
809 if (stash_len || stash_idx)
810 priv->device_flags |= FSL_GIANFAR_DEV_HAS_BUF_STASHING;
811
Andy Flemingb31a1d82008-12-16 15:29:15 -0800812 mac_addr = of_get_mac_address(np);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000813
Andy Flemingb31a1d82008-12-16 15:29:15 -0800814 if (mac_addr)
Joe Perches6a3c910c2011-11-16 09:38:02 +0000815 memcpy(dev->dev_addr, mac_addr, ETH_ALEN);
Andy Flemingb31a1d82008-12-16 15:29:15 -0800816
817 if (model && !strcasecmp(model, "TSEC"))
Claudiu Manoil34018fd2014-02-17 12:53:15 +0200818 priv->device_flags |= FSL_GIANFAR_DEV_HAS_GIGABIT |
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000819 FSL_GIANFAR_DEV_HAS_COALESCE |
820 FSL_GIANFAR_DEV_HAS_RMON |
821 FSL_GIANFAR_DEV_HAS_MULTI_INTR;
822
Andy Flemingb31a1d82008-12-16 15:29:15 -0800823 if (model && !strcasecmp(model, "eTSEC"))
Claudiu Manoil34018fd2014-02-17 12:53:15 +0200824 priv->device_flags |= FSL_GIANFAR_DEV_HAS_GIGABIT |
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000825 FSL_GIANFAR_DEV_HAS_COALESCE |
826 FSL_GIANFAR_DEV_HAS_RMON |
827 FSL_GIANFAR_DEV_HAS_MULTI_INTR |
Jan Ceuleersbc4598b2012-06-05 03:42:13 +0000828 FSL_GIANFAR_DEV_HAS_CSUM |
829 FSL_GIANFAR_DEV_HAS_VLAN |
830 FSL_GIANFAR_DEV_HAS_MAGIC_PACKET |
831 FSL_GIANFAR_DEV_HAS_EXTENDED_HASH |
832 FSL_GIANFAR_DEV_HAS_TIMER;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800833
834 ctype = of_get_property(np, "phy-connection-type", NULL);
835
836 /* We only care about rgmii-id. The rest are autodetected */
837 if (ctype && !strcmp(ctype, "rgmii-id"))
838 priv->interface = PHY_INTERFACE_MODE_RGMII_ID;
839 else
840 priv->interface = PHY_INTERFACE_MODE_MII;
841
842 if (of_get_property(np, "fsl,magic-packet", NULL))
843 priv->device_flags |= FSL_GIANFAR_DEV_HAS_MAGIC_PACKET;
844
Grant Likelyfe192a42009-04-25 12:53:12 +0000845 priv->phy_node = of_parse_phandle(np, "phy-handle", 0);
Andy Flemingb31a1d82008-12-16 15:29:15 -0800846
847 /* Find the TBI PHY. If it's not there, we don't support SGMII */
Grant Likelyfe192a42009-04-25 12:53:12 +0000848 priv->tbi_node = of_parse_phandle(np, "tbi-handle", 0);
Andy Flemingb31a1d82008-12-16 15:29:15 -0800849
850 return 0;
851
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000852err_grp_init:
853 unmap_group_regs(priv);
Claudiu Manoil20862782014-02-17 12:53:14 +0200854rx_alloc_failed:
855 gfar_free_rx_queues(priv);
856tx_alloc_failed:
857 gfar_free_tx_queues(priv);
Claudiu Manoilee873fd2013-01-29 03:55:12 +0000858 free_gfar_dev(priv);
Andy Flemingb31a1d82008-12-16 15:29:15 -0800859 return err;
860}
861
Ben Hutchingsca0c88c2013-11-18 23:05:27 +0000862static int gfar_hwtstamp_set(struct net_device *netdev, struct ifreq *ifr)
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000863{
864 struct hwtstamp_config config;
865 struct gfar_private *priv = netdev_priv(netdev);
866
867 if (copy_from_user(&config, ifr->ifr_data, sizeof(config)))
868 return -EFAULT;
869
870 /* reserved for future extensions */
871 if (config.flags)
872 return -EINVAL;
873
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +0000874 switch (config.tx_type) {
875 case HWTSTAMP_TX_OFF:
876 priv->hwts_tx_en = 0;
877 break;
878 case HWTSTAMP_TX_ON:
879 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER))
880 return -ERANGE;
881 priv->hwts_tx_en = 1;
882 break;
883 default:
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000884 return -ERANGE;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +0000885 }
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000886
887 switch (config.rx_filter) {
888 case HWTSTAMP_FILTER_NONE:
Manfred Rudigier97553f72010-06-11 01:49:05 +0000889 if (priv->hwts_rx_en) {
Manfred Rudigier97553f72010-06-11 01:49:05 +0000890 priv->hwts_rx_en = 0;
Claudiu Manoil08511332014-02-24 12:13:45 +0200891 reset_gfar(netdev);
Manfred Rudigier97553f72010-06-11 01:49:05 +0000892 }
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000893 break;
894 default:
895 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER))
896 return -ERANGE;
Manfred Rudigier97553f72010-06-11 01:49:05 +0000897 if (!priv->hwts_rx_en) {
Manfred Rudigier97553f72010-06-11 01:49:05 +0000898 priv->hwts_rx_en = 1;
Claudiu Manoil08511332014-02-24 12:13:45 +0200899 reset_gfar(netdev);
Manfred Rudigier97553f72010-06-11 01:49:05 +0000900 }
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000901 config.rx_filter = HWTSTAMP_FILTER_ALL;
902 break;
903 }
904
905 return copy_to_user(ifr->ifr_data, &config, sizeof(config)) ?
906 -EFAULT : 0;
907}
908
Ben Hutchingsca0c88c2013-11-18 23:05:27 +0000909static int gfar_hwtstamp_get(struct net_device *netdev, struct ifreq *ifr)
910{
911 struct hwtstamp_config config;
912 struct gfar_private *priv = netdev_priv(netdev);
913
914 config.flags = 0;
915 config.tx_type = priv->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
916 config.rx_filter = (priv->hwts_rx_en ?
917 HWTSTAMP_FILTER_ALL : HWTSTAMP_FILTER_NONE);
918
919 return copy_to_user(ifr->ifr_data, &config, sizeof(config)) ?
920 -EFAULT : 0;
921}
922
Clifford Wolf0faac9f2009-01-09 10:23:11 +0000923static int gfar_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
924{
925 struct gfar_private *priv = netdev_priv(dev);
926
927 if (!netif_running(dev))
928 return -EINVAL;
929
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000930 if (cmd == SIOCSHWTSTAMP)
Ben Hutchingsca0c88c2013-11-18 23:05:27 +0000931 return gfar_hwtstamp_set(dev, rq);
932 if (cmd == SIOCGHWTSTAMP)
933 return gfar_hwtstamp_get(dev, rq);
Manfred Rudigiercc772ab2010-04-08 23:10:03 +0000934
Clifford Wolf0faac9f2009-01-09 10:23:11 +0000935 if (!priv->phydev)
936 return -ENODEV;
937
Richard Cochran28b04112010-07-17 08:48:55 +0000938 return phy_mii_ioctl(priv->phydev, rq, cmd);
Clifford Wolf0faac9f2009-01-09 10:23:11 +0000939}
940
Anton Vorontsov18294ad2009-11-04 12:53:00 +0000941static u32 cluster_entry_per_class(struct gfar_private *priv, u32 rqfar,
942 u32 class)
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000943{
944 u32 rqfpr = FPR_FILER_MASK;
945 u32 rqfcr = 0x0;
946
947 rqfar--;
948 rqfcr = RQFCR_CLE | RQFCR_PID_MASK | RQFCR_CMP_EXACT;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000949 priv->ftp_rqfpr[rqfar] = rqfpr;
950 priv->ftp_rqfcr[rqfar] = rqfcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000951 gfar_write_filer(priv, rqfar, rqfcr, rqfpr);
952
953 rqfar--;
954 rqfcr = RQFCR_CMP_NOMATCH;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000955 priv->ftp_rqfpr[rqfar] = rqfpr;
956 priv->ftp_rqfcr[rqfar] = rqfcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000957 gfar_write_filer(priv, rqfar, rqfcr, rqfpr);
958
959 rqfar--;
960 rqfcr = RQFCR_CMP_EXACT | RQFCR_PID_PARSE | RQFCR_CLE | RQFCR_AND;
961 rqfpr = class;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000962 priv->ftp_rqfcr[rqfar] = rqfcr;
963 priv->ftp_rqfpr[rqfar] = rqfpr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000964 gfar_write_filer(priv, rqfar, rqfcr, rqfpr);
965
966 rqfar--;
967 rqfcr = RQFCR_CMP_EXACT | RQFCR_PID_MASK | RQFCR_AND;
968 rqfpr = class;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000969 priv->ftp_rqfcr[rqfar] = rqfcr;
970 priv->ftp_rqfpr[rqfar] = rqfpr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000971 gfar_write_filer(priv, rqfar, rqfcr, rqfpr);
972
973 return rqfar;
974}
975
976static void gfar_init_filer_table(struct gfar_private *priv)
977{
978 int i = 0x0;
979 u32 rqfar = MAX_FILER_IDX;
980 u32 rqfcr = 0x0;
981 u32 rqfpr = FPR_FILER_MASK;
982
983 /* Default rule */
984 rqfcr = RQFCR_CMP_MATCH;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000985 priv->ftp_rqfcr[rqfar] = rqfcr;
986 priv->ftp_rqfpr[rqfar] = rqfpr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000987 gfar_write_filer(priv, rqfar, rqfcr, rqfpr);
988
989 rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV6);
990 rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV6 | RQFPR_UDP);
991 rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV6 | RQFPR_TCP);
992 rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4);
993 rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4 | RQFPR_UDP);
994 rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4 | RQFPR_TCP);
995
Uwe Kleine-König85dd08e2010-06-11 12:16:55 +0200996 /* cur_filer_idx indicated the first non-masked rule */
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000997 priv->cur_filer_idx = rqfar;
998
999 /* Rest are masked rules */
1000 rqfcr = RQFCR_CMP_NOMATCH;
1001 for (i = 0; i < rqfar; i++) {
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +00001002 priv->ftp_rqfcr[i] = rqfcr;
1003 priv->ftp_rqfpr[i] = rqfpr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001004 gfar_write_filer(priv, i, rqfcr, rqfpr);
1005 }
1006}
1007
Claudiu Manoil2969b1f2013-10-09 20:20:41 +03001008static void __gfar_detect_errata_83xx(struct gfar_private *priv)
Anton Vorontsov7d350972010-06-30 06:39:12 +00001009{
Anton Vorontsov7d350972010-06-30 06:39:12 +00001010 unsigned int pvr = mfspr(SPRN_PVR);
1011 unsigned int svr = mfspr(SPRN_SVR);
1012 unsigned int mod = (svr >> 16) & 0xfff6; /* w/o E suffix */
1013 unsigned int rev = svr & 0xffff;
1014
1015 /* MPC8313 Rev 2.0 and higher; All MPC837x */
1016 if ((pvr == 0x80850010 && mod == 0x80b0 && rev >= 0x0020) ||
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001017 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
Anton Vorontsov7d350972010-06-30 06:39:12 +00001018 priv->errata |= GFAR_ERRATA_74;
1019
Anton Vorontsovdeb90ea2010-06-30 06:39:13 +00001020 /* MPC8313 and MPC837x all rev */
1021 if ((pvr == 0x80850010 && mod == 0x80b0) ||
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001022 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
Anton Vorontsovdeb90ea2010-06-30 06:39:13 +00001023 priv->errata |= GFAR_ERRATA_76;
1024
Claudiu Manoil2969b1f2013-10-09 20:20:41 +03001025 /* MPC8313 Rev < 2.0 */
1026 if (pvr == 0x80850010 && mod == 0x80b0 && rev < 0x0020)
Alex Dubov4363c2fdd2011-03-16 17:57:13 +00001027 priv->errata |= GFAR_ERRATA_12;
Claudiu Manoil2969b1f2013-10-09 20:20:41 +03001028}
1029
1030static void __gfar_detect_errata_85xx(struct gfar_private *priv)
1031{
1032 unsigned int svr = mfspr(SPRN_SVR);
1033
1034 if ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) == 0x20))
1035 priv->errata |= GFAR_ERRATA_12;
Claudiu Manoil53fad772013-10-09 20:20:42 +03001036 if (((SVR_SOC_VER(svr) == SVR_P2020) && (SVR_REV(svr) < 0x20)) ||
1037 ((SVR_SOC_VER(svr) == SVR_P2010) && (SVR_REV(svr) < 0x20)))
1038 priv->errata |= GFAR_ERRATA_76; /* aka eTSEC 20 */
Claudiu Manoil2969b1f2013-10-09 20:20:41 +03001039}
1040
1041static void gfar_detect_errata(struct gfar_private *priv)
1042{
1043 struct device *dev = &priv->ofdev->dev;
1044
1045 /* no plans to fix */
1046 priv->errata |= GFAR_ERRATA_A002;
1047
1048 if (pvr_version_is(PVR_VER_E500V1) || pvr_version_is(PVR_VER_E500V2))
1049 __gfar_detect_errata_85xx(priv);
1050 else /* non-mpc85xx parts, i.e. e300 core based */
1051 __gfar_detect_errata_83xx(priv);
Alex Dubov4363c2fdd2011-03-16 17:57:13 +00001052
Anton Vorontsov7d350972010-06-30 06:39:12 +00001053 if (priv->errata)
1054 dev_info(dev, "enabled errata workarounds, flags: 0x%x\n",
1055 priv->errata);
1056}
1057
Claudiu Manoil08511332014-02-24 12:13:45 +02001058void gfar_mac_reset(struct gfar_private *priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059{
Claudiu Manoil20862782014-02-17 12:53:14 +02001060 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Claudiu Manoila328ac92014-02-24 12:13:42 +02001061 u32 tempval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062
1063 /* Reset MAC layer */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001064 gfar_write(&regs->maccfg1, MACCFG1_SOFT_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065
Andy Flemingb98ac702009-02-04 16:38:05 -08001066 /* We need to delay at least 3 TX clocks */
Claudiu Manoila328ac92014-02-24 12:13:42 +02001067 udelay(3);
Andy Flemingb98ac702009-02-04 16:38:05 -08001068
Claudiu Manoil23402bd2013-08-12 13:53:26 +03001069 /* the soft reset bit is not self-resetting, so we need to
1070 * clear it before resuming normal operation
1071 */
Claudiu Manoil20862782014-02-17 12:53:14 +02001072 gfar_write(&regs->maccfg1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073
Claudiu Manoila328ac92014-02-24 12:13:42 +02001074 udelay(3);
1075
Claudiu Manoil88302642014-02-24 12:13:43 +02001076 /* Compute rx_buff_size based on config flags */
1077 gfar_rx_buff_size_config(priv);
1078
1079 /* Initialize the max receive frame/buffer lengths */
1080 gfar_write(&regs->maxfrm, priv->rx_buffer_size);
Claudiu Manoila328ac92014-02-24 12:13:42 +02001081 gfar_write(&regs->mrblr, priv->rx_buffer_size);
1082
1083 /* Initialize the Minimum Frame Length Register */
1084 gfar_write(&regs->minflr, MINFLR_INIT_SETTINGS);
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 /* Initialize MACCFG2. */
Anton Vorontsov7d350972010-06-30 06:39:12 +00001087 tempval = MACCFG2_INIT_SETTINGS;
Claudiu Manoil88302642014-02-24 12:13:43 +02001088
1089 /* If the mtu is larger than the max size for standard
1090 * ethernet frames (ie, a jumbo frame), then set maccfg2
1091 * to allow huge frames, and to check the length
1092 */
1093 if (priv->rx_buffer_size > DEFAULT_RX_BUFFER_SIZE ||
1094 gfar_has_errata(priv, GFAR_ERRATA_74))
Anton Vorontsov7d350972010-06-30 06:39:12 +00001095 tempval |= MACCFG2_HUGEFRAME | MACCFG2_LENGTHCHECK;
Claudiu Manoil88302642014-02-24 12:13:43 +02001096
Anton Vorontsov7d350972010-06-30 06:39:12 +00001097 gfar_write(&regs->maccfg2, tempval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098
Claudiu Manoila328ac92014-02-24 12:13:42 +02001099 /* Clear mac addr hash registers */
1100 gfar_write(&regs->igaddr0, 0);
1101 gfar_write(&regs->igaddr1, 0);
1102 gfar_write(&regs->igaddr2, 0);
1103 gfar_write(&regs->igaddr3, 0);
1104 gfar_write(&regs->igaddr4, 0);
1105 gfar_write(&regs->igaddr5, 0);
1106 gfar_write(&regs->igaddr6, 0);
1107 gfar_write(&regs->igaddr7, 0);
1108
1109 gfar_write(&regs->gaddr0, 0);
1110 gfar_write(&regs->gaddr1, 0);
1111 gfar_write(&regs->gaddr2, 0);
1112 gfar_write(&regs->gaddr3, 0);
1113 gfar_write(&regs->gaddr4, 0);
1114 gfar_write(&regs->gaddr5, 0);
1115 gfar_write(&regs->gaddr6, 0);
1116 gfar_write(&regs->gaddr7, 0);
1117
1118 if (priv->extended_hash)
1119 gfar_clear_exact_match(priv->ndev);
1120
1121 gfar_mac_rx_config(priv);
1122
1123 gfar_mac_tx_config(priv);
1124
1125 gfar_set_mac_address(priv->ndev);
1126
1127 gfar_set_multi(priv->ndev);
1128
1129 /* clear ievent and imask before configuring coalescing */
1130 gfar_ints_disable(priv);
1131
1132 /* Configure the coalescing support */
1133 gfar_configure_coalescing_all(priv);
1134}
1135
1136static void gfar_hw_init(struct gfar_private *priv)
1137{
1138 struct gfar __iomem *regs = priv->gfargrp[0].regs;
1139 u32 attrs;
1140
1141 /* Stop the DMA engine now, in case it was running before
1142 * (The firmware could have used it, and left it running).
1143 */
1144 gfar_halt(priv);
1145
1146 gfar_mac_reset(priv);
1147
1148 /* Zero out the rmon mib registers if it has them */
1149 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON) {
1150 memset_io(&(regs->rmon), 0, sizeof(struct rmon_mib));
1151
1152 /* Mask off the CAM interrupts */
1153 gfar_write(&regs->rmon.cam1, 0xffffffff);
1154 gfar_write(&regs->rmon.cam2, 0xffffffff);
1155 }
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157 /* Initialize ECNTRL */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001158 gfar_write(&regs->ecntrl, ECNTRL_INIT_SETTINGS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
Claudiu Manoil34018fd2014-02-17 12:53:15 +02001160 /* Set the extraction length and index */
1161 attrs = ATTRELI_EL(priv->rx_stash_size) |
1162 ATTRELI_EI(priv->rx_stash_index);
1163
1164 gfar_write(&regs->attreli, attrs);
1165
1166 /* Start with defaults, and add stashing
1167 * depending on driver parameters
1168 */
1169 attrs = ATTR_INIT_SETTINGS;
1170
1171 if (priv->bd_stash_en)
1172 attrs |= ATTR_BDSTASH;
1173
1174 if (priv->rx_stash_size != 0)
1175 attrs |= ATTR_BUFSTASH;
1176
1177 gfar_write(&regs->attr, attrs);
1178
1179 /* FIFO configs */
1180 gfar_write(&regs->fifo_tx_thr, DEFAULT_FIFO_TX_THR);
1181 gfar_write(&regs->fifo_tx_starve, DEFAULT_FIFO_TX_STARVE);
1182 gfar_write(&regs->fifo_tx_starve_shutoff, DEFAULT_FIFO_TX_STARVE_OFF);
1183
Claudiu Manoil20862782014-02-17 12:53:14 +02001184 /* Program the interrupt steering regs, only for MG devices */
1185 if (priv->num_grps > 1)
1186 gfar_write_isrg(priv);
Claudiu Manoil20862782014-02-17 12:53:14 +02001187}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188
Claudiu Manoil20862782014-02-17 12:53:14 +02001189static void __init gfar_init_addr_hash_table(struct gfar_private *priv)
1190{
1191 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001192
Andy Flemingb31a1d82008-12-16 15:29:15 -08001193 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_EXTENDED_HASH) {
Kumar Gala0bbaf062005-06-20 10:54:21 -05001194 priv->extended_hash = 1;
1195 priv->hash_width = 9;
1196
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001197 priv->hash_regs[0] = &regs->igaddr0;
1198 priv->hash_regs[1] = &regs->igaddr1;
1199 priv->hash_regs[2] = &regs->igaddr2;
1200 priv->hash_regs[3] = &regs->igaddr3;
1201 priv->hash_regs[4] = &regs->igaddr4;
1202 priv->hash_regs[5] = &regs->igaddr5;
1203 priv->hash_regs[6] = &regs->igaddr6;
1204 priv->hash_regs[7] = &regs->igaddr7;
1205 priv->hash_regs[8] = &regs->gaddr0;
1206 priv->hash_regs[9] = &regs->gaddr1;
1207 priv->hash_regs[10] = &regs->gaddr2;
1208 priv->hash_regs[11] = &regs->gaddr3;
1209 priv->hash_regs[12] = &regs->gaddr4;
1210 priv->hash_regs[13] = &regs->gaddr5;
1211 priv->hash_regs[14] = &regs->gaddr6;
1212 priv->hash_regs[15] = &regs->gaddr7;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001213
1214 } else {
1215 priv->extended_hash = 0;
1216 priv->hash_width = 8;
1217
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001218 priv->hash_regs[0] = &regs->gaddr0;
1219 priv->hash_regs[1] = &regs->gaddr1;
1220 priv->hash_regs[2] = &regs->gaddr2;
1221 priv->hash_regs[3] = &regs->gaddr3;
1222 priv->hash_regs[4] = &regs->gaddr4;
1223 priv->hash_regs[5] = &regs->gaddr5;
1224 priv->hash_regs[6] = &regs->gaddr6;
1225 priv->hash_regs[7] = &regs->gaddr7;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001226 }
Claudiu Manoil20862782014-02-17 12:53:14 +02001227}
1228
1229/* Set up the ethernet device structure, private data,
1230 * and anything else we need before we start
1231 */
1232static int gfar_probe(struct platform_device *ofdev)
1233{
1234 struct net_device *dev = NULL;
1235 struct gfar_private *priv = NULL;
1236 int err = 0, i;
1237
1238 err = gfar_of_init(ofdev, &dev);
1239
1240 if (err)
1241 return err;
1242
1243 priv = netdev_priv(dev);
1244 priv->ndev = dev;
1245 priv->ofdev = ofdev;
1246 priv->dev = &ofdev->dev;
1247 SET_NETDEV_DEV(dev, &ofdev->dev);
1248
1249 spin_lock_init(&priv->bflock);
1250 INIT_WORK(&priv->reset_task, gfar_reset_task);
1251
1252 platform_set_drvdata(ofdev, priv);
1253
1254 gfar_detect_errata(priv);
1255
Claudiu Manoil20862782014-02-17 12:53:14 +02001256 /* Set the dev->base_addr to the gfar reg region */
1257 dev->base_addr = (unsigned long) priv->gfargrp[0].regs;
1258
1259 /* Fill in the dev structure */
1260 dev->watchdog_timeo = TX_TIMEOUT;
1261 dev->mtu = 1500;
1262 dev->netdev_ops = &gfar_netdev_ops;
1263 dev->ethtool_ops = &gfar_ethtool_ops;
1264
1265 /* Register for napi ...We are registering NAPI for each grp */
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02001266 if (priv->mode == SQ_SG_MODE) {
1267 netif_napi_add(dev, &priv->gfargrp[0].napi_rx, gfar_poll_rx_sq,
Claudiu Manoil20862782014-02-17 12:53:14 +02001268 GFAR_DEV_WEIGHT);
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02001269 netif_napi_add(dev, &priv->gfargrp[0].napi_tx, gfar_poll_tx_sq,
1270 2);
1271 } else {
1272 for (i = 0; i < priv->num_grps; i++) {
1273 netif_napi_add(dev, &priv->gfargrp[i].napi_rx,
1274 gfar_poll_rx, GFAR_DEV_WEIGHT);
1275 netif_napi_add(dev, &priv->gfargrp[i].napi_tx,
1276 gfar_poll_tx, 2);
1277 }
1278 }
Claudiu Manoil20862782014-02-17 12:53:14 +02001279
1280 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_CSUM) {
1281 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG |
1282 NETIF_F_RXCSUM;
1283 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG |
1284 NETIF_F_RXCSUM | NETIF_F_HIGHDMA;
1285 }
1286
1287 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_VLAN) {
1288 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX |
1289 NETIF_F_HW_VLAN_CTAG_RX;
1290 dev->features |= NETIF_F_HW_VLAN_CTAG_RX;
1291 }
1292
1293 gfar_init_addr_hash_table(priv);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001294
Claudiu Manoil532c37b2014-02-17 12:53:16 +02001295 /* Insert receive time stamps into padding alignment bytes */
1296 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER)
1297 priv->padding = 8;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001298
Manfred Rudigiercc772ab2010-04-08 23:10:03 +00001299 if (dev->features & NETIF_F_IP_CSUM ||
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001300 priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER)
Wu Jiajun-B06378bee9e582012-05-21 23:00:48 +00001301 dev->needed_headroom = GMAC_FCB_LEN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
1303 priv->rx_buffer_size = DEFAULT_RX_BUFFER_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001305 /* Initializing some of the rx/tx queue level parameters */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001306 for (i = 0; i < priv->num_tx_queues; i++) {
1307 priv->tx_queue[i]->tx_ring_size = DEFAULT_TX_RING_SIZE;
1308 priv->tx_queue[i]->num_txbdfree = DEFAULT_TX_RING_SIZE;
1309 priv->tx_queue[i]->txcoalescing = DEFAULT_TX_COALESCE;
1310 priv->tx_queue[i]->txic = DEFAULT_TXIC;
1311 }
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001312
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001313 for (i = 0; i < priv->num_rx_queues; i++) {
1314 priv->rx_queue[i]->rx_ring_size = DEFAULT_RX_RING_SIZE;
1315 priv->rx_queue[i]->rxcoalescing = DEFAULT_RX_COALESCE;
1316 priv->rx_queue[i]->rxic = DEFAULT_RXIC;
1317 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318
Jan Ceuleers0977f812012-06-05 03:42:12 +00001319 /* always enable rx filer */
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001320 priv->rx_filer_enable = 1;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001321 /* Enable most messages by default */
1322 priv->msg_enable = (NETIF_MSG_IFUP << 1 ) - 1;
Claudiu Manoilb98b8ba2012-09-23 22:39:08 +00001323 /* use pritority h/w tx queue scheduling for single queue devices */
1324 if (priv->num_tx_queues == 1)
1325 priv->prio_sched_en = 1;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001326
Claudiu Manoil08511332014-02-24 12:13:45 +02001327 set_bit(GFAR_DOWN, &priv->state);
1328
Claudiu Manoila328ac92014-02-24 12:13:42 +02001329 gfar_hw_init(priv);
Trent Piephod3eab822008-10-02 11:12:24 +00001330
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 err = register_netdev(dev);
1332
1333 if (err) {
Joe Perches59deab22011-06-14 08:57:47 +00001334 pr_err("%s: Cannot register net device, aborting\n", dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335 goto register_fail;
1336 }
1337
Claudiu Manoila328ac92014-02-24 12:13:42 +02001338 /* Carrier starts down, phylib will bring it up */
1339 netif_carrier_off(dev);
1340
Anton Vorontsov2884e5c2009-02-01 00:52:34 -08001341 device_init_wakeup(&dev->dev,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001342 priv->device_flags &
1343 FSL_GIANFAR_DEV_HAS_MAGIC_PACKET);
Anton Vorontsov2884e5c2009-02-01 00:52:34 -08001344
Dai Harukic50a5d92008-12-17 16:51:32 -08001345 /* fill out IRQ number and name fields */
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001346 for (i = 0; i < priv->num_grps; i++) {
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001347 struct gfar_priv_grp *grp = &priv->gfargrp[i];
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001348 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_MULTI_INTR) {
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001349 sprintf(gfar_irq(grp, TX)->name, "%s%s%c%s",
Joe Perches0015e552012-03-25 07:10:07 +00001350 dev->name, "_g", '0' + i, "_tx");
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001351 sprintf(gfar_irq(grp, RX)->name, "%s%s%c%s",
Joe Perches0015e552012-03-25 07:10:07 +00001352 dev->name, "_g", '0' + i, "_rx");
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001353 sprintf(gfar_irq(grp, ER)->name, "%s%s%c%s",
Joe Perches0015e552012-03-25 07:10:07 +00001354 dev->name, "_g", '0' + i, "_er");
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001355 } else
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001356 strcpy(gfar_irq(grp, TX)->name, dev->name);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001357 }
Dai Harukic50a5d92008-12-17 16:51:32 -08001358
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001359 /* Initialize the filer table */
1360 gfar_init_filer_table(priv);
1361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 /* Print out the device info */
Joe Perches59deab22011-06-14 08:57:47 +00001363 netdev_info(dev, "mac: %pM\n", dev->dev_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364
Jan Ceuleers0977f812012-06-05 03:42:12 +00001365 /* Even more device info helps when determining which kernel
1366 * provided which set of benchmarks.
1367 */
Joe Perches59deab22011-06-14 08:57:47 +00001368 netdev_info(dev, "Running with NAPI enabled\n");
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001369 for (i = 0; i < priv->num_rx_queues; i++)
Joe Perches59deab22011-06-14 08:57:47 +00001370 netdev_info(dev, "RX BD ring size for Q[%d]: %d\n",
1371 i, priv->rx_queue[i]->rx_ring_size);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001372 for (i = 0; i < priv->num_tx_queues; i++)
Joe Perches59deab22011-06-14 08:57:47 +00001373 netdev_info(dev, "TX BD ring size for Q[%d]: %d\n",
1374 i, priv->tx_queue[i]->tx_ring_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375
1376 return 0;
1377
1378register_fail:
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001379 unmap_group_regs(priv);
Claudiu Manoil20862782014-02-17 12:53:14 +02001380 gfar_free_rx_queues(priv);
1381 gfar_free_tx_queues(priv);
Grant Likelyfe192a42009-04-25 12:53:12 +00001382 if (priv->phy_node)
1383 of_node_put(priv->phy_node);
1384 if (priv->tbi_node)
1385 of_node_put(priv->tbi_node);
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001386 free_gfar_dev(priv);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04001387 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388}
1389
Grant Likely2dc11582010-08-06 09:25:50 -06001390static int gfar_remove(struct platform_device *ofdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391{
Jingoo Han8513fbd2013-05-23 00:52:31 +00001392 struct gfar_private *priv = platform_get_drvdata(ofdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Grant Likelyfe192a42009-04-25 12:53:12 +00001394 if (priv->phy_node)
1395 of_node_put(priv->phy_node);
1396 if (priv->tbi_node)
1397 of_node_put(priv->tbi_node);
1398
David S. Millerd9d8e042009-09-06 01:41:02 -07001399 unregister_netdev(priv->ndev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001400 unmap_group_regs(priv);
Claudiu Manoil20862782014-02-17 12:53:14 +02001401 gfar_free_rx_queues(priv);
1402 gfar_free_tx_queues(priv);
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001403 free_gfar_dev(priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
1405 return 0;
1406}
1407
Scott Woodd87eb122008-07-11 18:04:45 -05001408#ifdef CONFIG_PM
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001409
1410static int gfar_suspend(struct device *dev)
Scott Woodd87eb122008-07-11 18:04:45 -05001411{
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001412 struct gfar_private *priv = dev_get_drvdata(dev);
1413 struct net_device *ndev = priv->ndev;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001414 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Scott Woodd87eb122008-07-11 18:04:45 -05001415 unsigned long flags;
1416 u32 tempval;
1417
1418 int magic_packet = priv->wol_en &&
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001419 (priv->device_flags &
1420 FSL_GIANFAR_DEV_HAS_MAGIC_PACKET);
Scott Woodd87eb122008-07-11 18:04:45 -05001421
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001422 netif_device_detach(ndev);
Scott Woodd87eb122008-07-11 18:04:45 -05001423
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001424 if (netif_running(ndev)) {
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001425
1426 local_irq_save(flags);
1427 lock_tx_qs(priv);
Scott Woodd87eb122008-07-11 18:04:45 -05001428
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001429 gfar_halt_nodisable(priv);
Scott Woodd87eb122008-07-11 18:04:45 -05001430
1431 /* Disable Tx, and Rx if wake-on-LAN is disabled. */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001432 tempval = gfar_read(&regs->maccfg1);
Scott Woodd87eb122008-07-11 18:04:45 -05001433
1434 tempval &= ~MACCFG1_TX_EN;
1435
1436 if (!magic_packet)
1437 tempval &= ~MACCFG1_RX_EN;
1438
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001439 gfar_write(&regs->maccfg1, tempval);
Scott Woodd87eb122008-07-11 18:04:45 -05001440
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001441 unlock_tx_qs(priv);
1442 local_irq_restore(flags);
Scott Woodd87eb122008-07-11 18:04:45 -05001443
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001444 disable_napi(priv);
Scott Woodd87eb122008-07-11 18:04:45 -05001445
1446 if (magic_packet) {
1447 /* Enable interrupt on Magic Packet */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001448 gfar_write(&regs->imask, IMASK_MAG);
Scott Woodd87eb122008-07-11 18:04:45 -05001449
1450 /* Enable Magic Packet mode */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001451 tempval = gfar_read(&regs->maccfg2);
Scott Woodd87eb122008-07-11 18:04:45 -05001452 tempval |= MACCFG2_MPEN;
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001453 gfar_write(&regs->maccfg2, tempval);
Scott Woodd87eb122008-07-11 18:04:45 -05001454 } else {
1455 phy_stop(priv->phydev);
1456 }
1457 }
1458
1459 return 0;
1460}
1461
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001462static int gfar_resume(struct device *dev)
Scott Woodd87eb122008-07-11 18:04:45 -05001463{
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001464 struct gfar_private *priv = dev_get_drvdata(dev);
1465 struct net_device *ndev = priv->ndev;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001466 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Scott Woodd87eb122008-07-11 18:04:45 -05001467 unsigned long flags;
1468 u32 tempval;
1469 int magic_packet = priv->wol_en &&
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001470 (priv->device_flags &
1471 FSL_GIANFAR_DEV_HAS_MAGIC_PACKET);
Scott Woodd87eb122008-07-11 18:04:45 -05001472
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001473 if (!netif_running(ndev)) {
1474 netif_device_attach(ndev);
Scott Woodd87eb122008-07-11 18:04:45 -05001475 return 0;
1476 }
1477
1478 if (!magic_packet && priv->phydev)
1479 phy_start(priv->phydev);
1480
1481 /* Disable Magic Packet mode, in case something
1482 * else woke us up.
1483 */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001484 local_irq_save(flags);
1485 lock_tx_qs(priv);
Scott Woodd87eb122008-07-11 18:04:45 -05001486
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001487 tempval = gfar_read(&regs->maccfg2);
Scott Woodd87eb122008-07-11 18:04:45 -05001488 tempval &= ~MACCFG2_MPEN;
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001489 gfar_write(&regs->maccfg2, tempval);
Scott Woodd87eb122008-07-11 18:04:45 -05001490
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001491 gfar_start(priv);
Scott Woodd87eb122008-07-11 18:04:45 -05001492
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001493 unlock_tx_qs(priv);
1494 local_irq_restore(flags);
Scott Woodd87eb122008-07-11 18:04:45 -05001495
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001496 netif_device_attach(ndev);
Scott Woodd87eb122008-07-11 18:04:45 -05001497
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001498 enable_napi(priv);
Scott Woodd87eb122008-07-11 18:04:45 -05001499
1500 return 0;
1501}
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001502
1503static int gfar_restore(struct device *dev)
1504{
1505 struct gfar_private *priv = dev_get_drvdata(dev);
1506 struct net_device *ndev = priv->ndev;
1507
Wang Dongsheng103cdd12012-11-09 04:43:51 +00001508 if (!netif_running(ndev)) {
1509 netif_device_attach(ndev);
1510
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001511 return 0;
Wang Dongsheng103cdd12012-11-09 04:43:51 +00001512 }
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001513
Claudiu Manoil1eb8f7a2012-11-08 22:11:41 +00001514 if (gfar_init_bds(ndev)) {
1515 free_skb_resources(priv);
1516 return -ENOMEM;
1517 }
1518
Claudiu Manoila328ac92014-02-24 12:13:42 +02001519 gfar_mac_reset(priv);
1520
1521 gfar_init_tx_rx_base(priv);
1522
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001523 gfar_start(priv);
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001524
1525 priv->oldlink = 0;
1526 priv->oldspeed = 0;
1527 priv->oldduplex = -1;
1528
1529 if (priv->phydev)
1530 phy_start(priv->phydev);
1531
1532 netif_device_attach(ndev);
Anton Vorontsov5ea681d2009-11-10 14:11:05 +00001533 enable_napi(priv);
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001534
1535 return 0;
1536}
1537
1538static struct dev_pm_ops gfar_pm_ops = {
1539 .suspend = gfar_suspend,
1540 .resume = gfar_resume,
1541 .freeze = gfar_suspend,
1542 .thaw = gfar_resume,
1543 .restore = gfar_restore,
1544};
1545
1546#define GFAR_PM_OPS (&gfar_pm_ops)
1547
Scott Woodd87eb122008-07-11 18:04:45 -05001548#else
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001549
1550#define GFAR_PM_OPS NULL
Anton Vorontsovbe926fc2009-10-12 06:00:42 +00001551
Scott Woodd87eb122008-07-11 18:04:45 -05001552#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001554/* Reads the controller's registers to determine what interface
1555 * connects it to the PHY.
1556 */
1557static phy_interface_t gfar_get_interface(struct net_device *dev)
1558{
1559 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001560 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001561 u32 ecntrl;
1562
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001563 ecntrl = gfar_read(&regs->ecntrl);
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001564
1565 if (ecntrl & ECNTRL_SGMII_MODE)
1566 return PHY_INTERFACE_MODE_SGMII;
1567
1568 if (ecntrl & ECNTRL_TBI_MODE) {
1569 if (ecntrl & ECNTRL_REDUCED_MODE)
1570 return PHY_INTERFACE_MODE_RTBI;
1571 else
1572 return PHY_INTERFACE_MODE_TBI;
1573 }
1574
1575 if (ecntrl & ECNTRL_REDUCED_MODE) {
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001576 if (ecntrl & ECNTRL_REDUCED_MII_MODE) {
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001577 return PHY_INTERFACE_MODE_RMII;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001578 }
Andy Fleming7132ab72007-07-11 11:43:07 -05001579 else {
Andy Flemingb31a1d82008-12-16 15:29:15 -08001580 phy_interface_t interface = priv->interface;
Andy Fleming7132ab72007-07-11 11:43:07 -05001581
Jan Ceuleers0977f812012-06-05 03:42:12 +00001582 /* This isn't autodetected right now, so it must
Andy Fleming7132ab72007-07-11 11:43:07 -05001583 * be set by the device tree or platform code.
1584 */
1585 if (interface == PHY_INTERFACE_MODE_RGMII_ID)
1586 return PHY_INTERFACE_MODE_RGMII_ID;
1587
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001588 return PHY_INTERFACE_MODE_RGMII;
Andy Fleming7132ab72007-07-11 11:43:07 -05001589 }
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001590 }
1591
Andy Flemingb31a1d82008-12-16 15:29:15 -08001592 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT)
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001593 return PHY_INTERFACE_MODE_GMII;
1594
1595 return PHY_INTERFACE_MODE_MII;
1596}
1597
1598
Andy Flemingbb40dcb2005-09-23 22:54:21 -04001599/* Initializes driver's PHY state, and attaches to the PHY.
1600 * Returns 0 on success.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 */
1602static int init_phy(struct net_device *dev)
1603{
1604 struct gfar_private *priv = netdev_priv(dev);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04001605 uint gigabit_support =
Andy Flemingb31a1d82008-12-16 15:29:15 -08001606 priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT ?
Claudiu Manoil23402bd2013-08-12 13:53:26 +03001607 GFAR_SUPPORTED_GBIT : 0;
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001608 phy_interface_t interface;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609
1610 priv->oldlink = 0;
1611 priv->oldspeed = 0;
1612 priv->oldduplex = -1;
1613
Andy Fleminge8a2b6a2006-12-01 12:01:06 -06001614 interface = gfar_get_interface(dev);
1615
Anton Vorontsov1db780f2009-07-16 21:31:42 +00001616 priv->phydev = of_phy_connect(dev, priv->phy_node, &adjust_link, 0,
1617 interface);
1618 if (!priv->phydev)
1619 priv->phydev = of_phy_connect_fixed_link(dev, &adjust_link,
1620 interface);
1621 if (!priv->phydev) {
1622 dev_err(&dev->dev, "could not attach to PHY\n");
1623 return -ENODEV;
Grant Likelyfe192a42009-04-25 12:53:12 +00001624 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625
Kapil Junejad3c12872007-05-11 18:25:11 -05001626 if (interface == PHY_INTERFACE_MODE_SGMII)
1627 gfar_configure_serdes(dev);
1628
Andy Flemingbb40dcb2005-09-23 22:54:21 -04001629 /* Remove any features not supported by the controller */
Grant Likelyfe192a42009-04-25 12:53:12 +00001630 priv->phydev->supported &= (GFAR_SUPPORTED | gigabit_support);
1631 priv->phydev->advertising = priv->phydev->supported;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632
1633 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634}
1635
Jan Ceuleers0977f812012-06-05 03:42:12 +00001636/* Initialize TBI PHY interface for communicating with the
Paul Gortmakerd0313582008-04-17 00:08:10 -04001637 * SERDES lynx PHY on the chip. We communicate with this PHY
1638 * through the MDIO bus on each controller, treating it as a
1639 * "normal" PHY at the address found in the TBIPA register. We assume
1640 * that the TBIPA register is valid. Either the MDIO bus code will set
1641 * it to a value that doesn't conflict with other PHYs on the bus, or the
1642 * value doesn't matter, as there are no other PHYs on the bus.
1643 */
Kapil Junejad3c12872007-05-11 18:25:11 -05001644static void gfar_configure_serdes(struct net_device *dev)
1645{
1646 struct gfar_private *priv = netdev_priv(dev);
Grant Likelyfe192a42009-04-25 12:53:12 +00001647 struct phy_device *tbiphy;
Trent Piephoc1324192008-10-30 18:17:06 -07001648
Grant Likelyfe192a42009-04-25 12:53:12 +00001649 if (!priv->tbi_node) {
1650 dev_warn(&dev->dev, "error: SGMII mode requires that the "
1651 "device tree specify a tbi-handle\n");
1652 return;
1653 }
1654
1655 tbiphy = of_phy_find_device(priv->tbi_node);
1656 if (!tbiphy) {
1657 dev_err(&dev->dev, "error: Could not get TBI device\n");
Andy Flemingb31a1d82008-12-16 15:29:15 -08001658 return;
1659 }
Kapil Junejad3c12872007-05-11 18:25:11 -05001660
Jan Ceuleers0977f812012-06-05 03:42:12 +00001661 /* If the link is already up, we must already be ok, and don't need to
Trent Piephobdb59f92008-10-30 18:17:07 -07001662 * configure and reset the TBI<->SerDes link. Maybe U-Boot configured
1663 * everything for us? Resetting it takes the link down and requires
1664 * several seconds for it to come back.
1665 */
Grant Likelyfe192a42009-04-25 12:53:12 +00001666 if (phy_read(tbiphy, MII_BMSR) & BMSR_LSTATUS)
Andy Flemingb31a1d82008-12-16 15:29:15 -08001667 return;
Kapil Junejad3c12872007-05-11 18:25:11 -05001668
Paul Gortmakerd0313582008-04-17 00:08:10 -04001669 /* Single clk mode, mii mode off(for serdes communication) */
Grant Likelyfe192a42009-04-25 12:53:12 +00001670 phy_write(tbiphy, MII_TBICON, TBICON_CLK_SELECT);
Kapil Junejad3c12872007-05-11 18:25:11 -05001671
Grant Likelyfe192a42009-04-25 12:53:12 +00001672 phy_write(tbiphy, MII_ADVERTISE,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001673 ADVERTISE_1000XFULL | ADVERTISE_1000XPAUSE |
1674 ADVERTISE_1000XPSE_ASYM);
Kapil Junejad3c12872007-05-11 18:25:11 -05001675
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001676 phy_write(tbiphy, MII_BMCR,
1677 BMCR_ANENABLE | BMCR_ANRESTART | BMCR_FULLDPLX |
1678 BMCR_SPEED1000);
Kapil Junejad3c12872007-05-11 18:25:11 -05001679}
1680
Anton Vorontsov511d9342010-06-30 06:39:15 +00001681static int __gfar_is_rx_idle(struct gfar_private *priv)
1682{
1683 u32 res;
1684
Jan Ceuleers0977f812012-06-05 03:42:12 +00001685 /* Normaly TSEC should not hang on GRS commands, so we should
Anton Vorontsov511d9342010-06-30 06:39:15 +00001686 * actually wait for IEVENT_GRSC flag.
1687 */
Claudiu Manoilad3660c2013-10-09 20:20:40 +03001688 if (!gfar_has_errata(priv, GFAR_ERRATA_A002))
Anton Vorontsov511d9342010-06-30 06:39:15 +00001689 return 0;
1690
Jan Ceuleers0977f812012-06-05 03:42:12 +00001691 /* Read the eTSEC register at offset 0xD1C. If bits 7-14 are
Anton Vorontsov511d9342010-06-30 06:39:15 +00001692 * the same as bits 23-30, the eTSEC Rx is assumed to be idle
1693 * and the Rx can be safely reset.
1694 */
1695 res = gfar_read((void __iomem *)priv->gfargrp[0].regs + 0xd1c);
1696 res &= 0x7f807f80;
1697 if ((res & 0xffff) == (res >> 16))
1698 return 1;
1699
1700 return 0;
1701}
Kumar Gala0bbaf062005-06-20 10:54:21 -05001702
1703/* Halt the receive and transmit queues */
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001704static void gfar_halt_nodisable(struct gfar_private *priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705{
Claudiu Manoilefeddce2014-02-17 12:53:17 +02001706 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 u32 tempval;
1708
Claudiu Manoilefeddce2014-02-17 12:53:17 +02001709 gfar_ints_disable(priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 /* Stop the DMA, and wait for it to stop */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001712 tempval = gfar_read(&regs->dmactrl);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001713 if ((tempval & (DMACTRL_GRS | DMACTRL_GTS)) !=
1714 (DMACTRL_GRS | DMACTRL_GTS)) {
Anton Vorontsov511d9342010-06-30 06:39:15 +00001715 int ret;
1716
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 tempval |= (DMACTRL_GRS | DMACTRL_GTS);
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001718 gfar_write(&regs->dmactrl, tempval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719
Anton Vorontsov511d9342010-06-30 06:39:15 +00001720 do {
1721 ret = spin_event_timeout(((gfar_read(&regs->ievent) &
1722 (IEVENT_GRSC | IEVENT_GTSC)) ==
1723 (IEVENT_GRSC | IEVENT_GTSC)), 1000000, 0);
1724 if (!ret && !(gfar_read(&regs->ievent) & IEVENT_GRSC))
1725 ret = __gfar_is_rx_idle(priv);
1726 } while (!ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727 }
Scott Woodd87eb122008-07-11 18:04:45 -05001728}
Scott Woodd87eb122008-07-11 18:04:45 -05001729
1730/* Halt the receive and transmit queues */
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001731void gfar_halt(struct gfar_private *priv)
Scott Woodd87eb122008-07-11 18:04:45 -05001732{
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001733 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Scott Woodd87eb122008-07-11 18:04:45 -05001734 u32 tempval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001736 /* Dissable the Rx/Tx hw queues */
1737 gfar_write(&regs->rqueue, 0);
1738 gfar_write(&regs->tqueue, 0);
Scott Wood2a54adc2008-08-12 15:10:46 -05001739
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001740 mdelay(10);
1741
1742 gfar_halt_nodisable(priv);
1743
1744 /* Disable Rx/Tx DMA */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 tempval = gfar_read(&regs->maccfg1);
1746 tempval &= ~(MACCFG1_RX_EN | MACCFG1_TX_EN);
1747 gfar_write(&regs->maccfg1, tempval);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001748}
1749
1750void stop_gfar(struct net_device *dev)
1751{
1752 struct gfar_private *priv = netdev_priv(dev);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001753
Claudiu Manoil08511332014-02-24 12:13:45 +02001754 netif_tx_stop_all_queues(dev);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04001755
Claudiu Manoil08511332014-02-24 12:13:45 +02001756 smp_mb__before_clear_bit();
1757 set_bit(GFAR_DOWN, &priv->state);
1758 smp_mb__after_clear_bit();
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001759
Claudiu Manoil08511332014-02-24 12:13:45 +02001760 disable_napi(priv);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001761
Claudiu Manoil08511332014-02-24 12:13:45 +02001762 /* disable ints and gracefully shut down Rx/Tx DMA */
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001763 gfar_halt(priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764
Claudiu Manoil08511332014-02-24 12:13:45 +02001765 phy_stop(priv->phydev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767 free_skb_resources(priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768}
1769
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001770static void free_skb_tx_queue(struct gfar_priv_tx_q *tx_queue)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 struct txbd8 *txbdp;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001773 struct gfar_private *priv = netdev_priv(tx_queue->dev);
Dai Haruki4669bc92008-12-17 16:51:04 -08001774 int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001776 txbdp = tx_queue->tx_bd_base;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001778 for (i = 0; i < tx_queue->tx_ring_size; i++) {
1779 if (!tx_queue->tx_skbuff[i])
Dai Haruki4669bc92008-12-17 16:51:04 -08001780 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781
Claudiu Manoil369ec162013-02-14 05:00:02 +00001782 dma_unmap_single(priv->dev, txbdp->bufPtr,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001783 txbdp->length, DMA_TO_DEVICE);
Dai Haruki4669bc92008-12-17 16:51:04 -08001784 txbdp->lstatus = 0;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001785 for (j = 0; j < skb_shinfo(tx_queue->tx_skbuff[i])->nr_frags;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001786 j++) {
Dai Haruki4669bc92008-12-17 16:51:04 -08001787 txbdp++;
Claudiu Manoil369ec162013-02-14 05:00:02 +00001788 dma_unmap_page(priv->dev, txbdp->bufPtr,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001789 txbdp->length, DMA_TO_DEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 }
Andy Flemingad5da7a2008-05-07 13:20:55 -05001791 txbdp++;
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001792 dev_kfree_skb_any(tx_queue->tx_skbuff[i]);
1793 tx_queue->tx_skbuff[i] = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 }
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001795 kfree(tx_queue->tx_skbuff);
Claudiu Manoil1eb8f7a2012-11-08 22:11:41 +00001796 tx_queue->tx_skbuff = NULL;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001797}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001799static void free_skb_rx_queue(struct gfar_priv_rx_q *rx_queue)
1800{
1801 struct rxbd8 *rxbdp;
1802 struct gfar_private *priv = netdev_priv(rx_queue->dev);
1803 int i;
1804
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001805 rxbdp = rx_queue->rx_bd_base;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001807 for (i = 0; i < rx_queue->rx_ring_size; i++) {
1808 if (rx_queue->rx_skbuff[i]) {
Claudiu Manoil369ec162013-02-14 05:00:02 +00001809 dma_unmap_single(priv->dev, rxbdp->bufPtr,
1810 priv->rx_buffer_size,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001811 DMA_FROM_DEVICE);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001812 dev_kfree_skb_any(rx_queue->rx_skbuff[i]);
1813 rx_queue->rx_skbuff[i] = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 }
Anton Vorontsove69edd22009-10-12 06:00:30 +00001815 rxbdp->lstatus = 0;
1816 rxbdp->bufPtr = 0;
1817 rxbdp++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818 }
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00001819 kfree(rx_queue->rx_skbuff);
Claudiu Manoil1eb8f7a2012-11-08 22:11:41 +00001820 rx_queue->rx_skbuff = NULL;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001821}
Anton Vorontsove69edd22009-10-12 06:00:30 +00001822
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001823/* If there are any tx skbs or rx skbs still around, free them.
Jan Ceuleers0977f812012-06-05 03:42:12 +00001824 * Then free tx_skbuff and rx_skbuff
1825 */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001826static void free_skb_resources(struct gfar_private *priv)
1827{
1828 struct gfar_priv_tx_q *tx_queue = NULL;
1829 struct gfar_priv_rx_q *rx_queue = NULL;
1830 int i;
1831
1832 /* Go through all the buffer descriptors and free their data buffers */
1833 for (i = 0; i < priv->num_tx_queues; i++) {
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05001834 struct netdev_queue *txq;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001835
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001836 tx_queue = priv->tx_queue[i];
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05001837 txq = netdev_get_tx_queue(tx_queue->dev, tx_queue->qindex);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001838 if (tx_queue->tx_skbuff)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001839 free_skb_tx_queue(tx_queue);
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05001840 netdev_tx_reset_queue(txq);
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001841 }
1842
1843 for (i = 0; i < priv->num_rx_queues; i++) {
1844 rx_queue = priv->rx_queue[i];
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001845 if (rx_queue->rx_skbuff)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00001846 free_skb_rx_queue(rx_queue);
1847 }
1848
Claudiu Manoil369ec162013-02-14 05:00:02 +00001849 dma_free_coherent(priv->dev,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00001850 sizeof(struct txbd8) * priv->total_tx_ring_size +
1851 sizeof(struct rxbd8) * priv->total_rx_ring_size,
1852 priv->tx_queue[0]->tx_bd_base,
1853 priv->tx_queue[0]->tx_bd_dma_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854}
1855
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001856void gfar_start(struct gfar_private *priv)
Kumar Gala0bbaf062005-06-20 10:54:21 -05001857{
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001858 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001859 u32 tempval;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001860 int i = 0;
Kumar Gala0bbaf062005-06-20 10:54:21 -05001861
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001862 /* Enable Rx/Tx hw queues */
1863 gfar_write(&regs->rqueue, priv->rqueue);
1864 gfar_write(&regs->tqueue, priv->tqueue);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001865
1866 /* Initialize DMACTRL to have WWR and WOP */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001867 tempval = gfar_read(&regs->dmactrl);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001868 tempval |= DMACTRL_INIT_SETTINGS;
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001869 gfar_write(&regs->dmactrl, tempval);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001870
Kumar Gala0bbaf062005-06-20 10:54:21 -05001871 /* Make sure we aren't stopped */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001872 tempval = gfar_read(&regs->dmactrl);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001873 tempval &= ~(DMACTRL_GRS | DMACTRL_GTS);
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00001874 gfar_write(&regs->dmactrl, tempval);
Kumar Gala0bbaf062005-06-20 10:54:21 -05001875
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001876 for (i = 0; i < priv->num_grps; i++) {
1877 regs = priv->gfargrp[i].regs;
1878 /* Clear THLT/RHLT, so that the DMA starts polling now */
1879 gfar_write(&regs->tstat, priv->gfargrp[i].tstat);
1880 gfar_write(&regs->rstat, priv->gfargrp[i].rstat);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001881 }
Dai Haruki12dea572008-12-16 15:30:20 -08001882
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001883 /* Enable Rx/Tx DMA */
1884 tempval = gfar_read(&regs->maccfg1);
1885 tempval |= (MACCFG1_RX_EN | MACCFG1_TX_EN);
1886 gfar_write(&regs->maccfg1, tempval);
1887
Claudiu Manoilefeddce2014-02-17 12:53:17 +02001888 gfar_ints_enable(priv);
1889
Claudiu Manoilc10650b2014-02-17 12:53:18 +02001890 priv->ndev->trans_start = jiffies; /* prevent tx timeout */
Kumar Gala0bbaf062005-06-20 10:54:21 -05001891}
1892
Claudiu Manoil80ec3962014-02-24 12:13:44 +02001893static void free_grp_irqs(struct gfar_priv_grp *grp)
1894{
1895 free_irq(gfar_irq(grp, TX)->irq, grp);
1896 free_irq(gfar_irq(grp, RX)->irq, grp);
1897 free_irq(gfar_irq(grp, ER)->irq, grp);
1898}
1899
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001900static int register_grp_irqs(struct gfar_priv_grp *grp)
1901{
1902 struct gfar_private *priv = grp->priv;
1903 struct net_device *dev = priv->ndev;
Anton Vorontsovccc05c62009-10-12 06:00:26 +00001904 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 /* If the device has multiple interrupts, register for
Jan Ceuleers0977f812012-06-05 03:42:12 +00001907 * them. Otherwise, only register for the one
1908 */
Andy Flemingb31a1d82008-12-16 15:29:15 -08001909 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_MULTI_INTR) {
Kumar Gala0bbaf062005-06-20 10:54:21 -05001910 /* Install our interrupt handlers for Error,
Jan Ceuleers0977f812012-06-05 03:42:12 +00001911 * Transmit, and Receive
1912 */
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001913 err = request_irq(gfar_irq(grp, ER)->irq, gfar_error, 0,
1914 gfar_irq(grp, ER)->name, grp);
1915 if (err < 0) {
Joe Perches59deab22011-06-14 08:57:47 +00001916 netif_err(priv, intr, dev, "Can't get IRQ %d\n",
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001917 gfar_irq(grp, ER)->irq);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001918
Julia Lawall2145f1a2010-08-05 10:26:20 +00001919 goto err_irq_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 }
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001921 err = request_irq(gfar_irq(grp, TX)->irq, gfar_transmit, 0,
1922 gfar_irq(grp, TX)->name, grp);
1923 if (err < 0) {
Joe Perches59deab22011-06-14 08:57:47 +00001924 netif_err(priv, intr, dev, "Can't get IRQ %d\n",
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001925 gfar_irq(grp, TX)->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 goto tx_irq_fail;
1927 }
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001928 err = request_irq(gfar_irq(grp, RX)->irq, gfar_receive, 0,
1929 gfar_irq(grp, RX)->name, grp);
1930 if (err < 0) {
Joe Perches59deab22011-06-14 08:57:47 +00001931 netif_err(priv, intr, dev, "Can't get IRQ %d\n",
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001932 gfar_irq(grp, RX)->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 goto rx_irq_fail;
1934 }
1935 } else {
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001936 err = request_irq(gfar_irq(grp, TX)->irq, gfar_interrupt, 0,
1937 gfar_irq(grp, TX)->name, grp);
1938 if (err < 0) {
Joe Perches59deab22011-06-14 08:57:47 +00001939 netif_err(priv, intr, dev, "Can't get IRQ %d\n",
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001940 gfar_irq(grp, TX)->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 goto err_irq_fail;
1942 }
1943 }
1944
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001945 return 0;
1946
1947rx_irq_fail:
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001948 free_irq(gfar_irq(grp, TX)->irq, grp);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001949tx_irq_fail:
Claudiu Manoilee873fd2013-01-29 03:55:12 +00001950 free_irq(gfar_irq(grp, ER)->irq, grp);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001951err_irq_fail:
1952 return err;
1953
1954}
1955
Claudiu Manoil80ec3962014-02-24 12:13:44 +02001956static void gfar_free_irq(struct gfar_private *priv)
1957{
1958 int i;
1959
1960 /* Free the IRQs */
1961 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_MULTI_INTR) {
1962 for (i = 0; i < priv->num_grps; i++)
1963 free_grp_irqs(&priv->gfargrp[i]);
1964 } else {
1965 for (i = 0; i < priv->num_grps; i++)
1966 free_irq(gfar_irq(&priv->gfargrp[i], TX)->irq,
1967 &priv->gfargrp[i]);
1968 }
1969}
1970
1971static int gfar_request_irq(struct gfar_private *priv)
1972{
1973 int err, i, j;
1974
1975 for (i = 0; i < priv->num_grps; i++) {
1976 err = register_grp_irqs(&priv->gfargrp[i]);
1977 if (err) {
1978 for (j = 0; j < i; j++)
1979 free_grp_irqs(&priv->gfargrp[j]);
1980 return err;
1981 }
1982 }
1983
1984 return 0;
1985}
1986
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001987/* Bring the controller up and running */
1988int startup_gfar(struct net_device *ndev)
1989{
1990 struct gfar_private *priv = netdev_priv(ndev);
Claudiu Manoil80ec3962014-02-24 12:13:44 +02001991 int err;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001992
Claudiu Manoila328ac92014-02-24 12:13:42 +02001993 gfar_mac_reset(priv);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001994
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00001995 err = gfar_alloc_skb_resources(ndev);
1996 if (err)
1997 return err;
1998
Claudiu Manoila328ac92014-02-24 12:13:42 +02001999 gfar_init_tx_rx_base(priv);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00002000
Claudiu Manoil08511332014-02-24 12:13:45 +02002001 smp_mb__before_clear_bit();
2002 clear_bit(GFAR_DOWN, &priv->state);
2003 smp_mb__after_clear_bit();
2004
2005 /* Start Rx/Tx DMA and enable the interrupts */
Claudiu Manoilc10650b2014-02-17 12:53:18 +02002006 gfar_start(priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007
Anton Vorontsov826aa4a2009-10-12 06:00:34 +00002008 phy_start(priv->phydev);
2009
Claudiu Manoil08511332014-02-24 12:13:45 +02002010 enable_napi(priv);
2011
2012 netif_tx_wake_all_queues(ndev);
2013
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015}
2016
Jan Ceuleers0977f812012-06-05 03:42:12 +00002017/* Called when something needs to use the ethernet device
2018 * Returns 0 for success.
2019 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020static int gfar_enet_open(struct net_device *dev)
2021{
Li Yang94e8cc32007-10-12 21:53:51 +08002022 struct gfar_private *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023 int err;
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 err = init_phy(dev);
Claudiu Manoil08511332014-02-24 12:13:45 +02002026 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027 return err;
2028
Claudiu Manoil80ec3962014-02-24 12:13:44 +02002029 err = gfar_request_irq(priv);
2030 if (err)
2031 return err;
2032
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033 err = startup_gfar(dev);
Claudiu Manoil08511332014-02-24 12:13:45 +02002034 if (err)
Anton Vorontsovdb0e8e32007-10-17 23:57:46 +04002035 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036
Anton Vorontsov2884e5c2009-02-01 00:52:34 -08002037 device_set_wakeup_enable(&dev->dev, priv->wol_en);
2038
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 return err;
2040}
2041
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002042static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb)
Kumar Gala0bbaf062005-06-20 10:54:21 -05002043{
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002044 struct txfcb *fcb = (struct txfcb *)skb_push(skb, GMAC_FCB_LEN);
Kumar Gala6c31d552009-04-28 08:04:10 -07002045
2046 memset(fcb, 0, GMAC_FCB_LEN);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002047
Kumar Gala0bbaf062005-06-20 10:54:21 -05002048 return fcb;
2049}
2050
Manfred Rudigier9c4886e2012-01-09 23:26:51 +00002051static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002052 int fcb_length)
Kumar Gala0bbaf062005-06-20 10:54:21 -05002053{
Kumar Gala0bbaf062005-06-20 10:54:21 -05002054 /* If we're here, it's a IP packet with a TCP or UDP
2055 * payload. We set it to checksum, using a pseudo-header
2056 * we provide
2057 */
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +00002058 u8 flags = TXFCB_DEFAULT;
Kumar Gala0bbaf062005-06-20 10:54:21 -05002059
Jan Ceuleers0977f812012-06-05 03:42:12 +00002060 /* Tell the controller what the protocol is
2061 * And provide the already calculated phcs
2062 */
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002063 if (ip_hdr(skb)->protocol == IPPROTO_UDP) {
Andy Fleming7f7f5312005-11-11 12:38:59 -06002064 flags |= TXFCB_UDP;
Arnaldo Carvalho de Melo4bedb452007-03-13 14:28:48 -03002065 fcb->phcs = udp_hdr(skb)->check;
Andy Fleming7f7f5312005-11-11 12:38:59 -06002066 } else
Kumar Gala8da32de2007-06-29 00:12:04 -05002067 fcb->phcs = tcp_hdr(skb)->check;
Kumar Gala0bbaf062005-06-20 10:54:21 -05002068
2069 /* l3os is the distance between the start of the
2070 * frame (skb->data) and the start of the IP hdr.
2071 * l4os is the distance between the start of the
Jan Ceuleers0977f812012-06-05 03:42:12 +00002072 * l3 hdr and the l4 hdr
2073 */
Manfred Rudigier9c4886e2012-01-09 23:26:51 +00002074 fcb->l3os = (u16)(skb_network_offset(skb) - fcb_length);
Arnaldo Carvalho de Melocfe1fc72007-03-16 17:26:39 -03002075 fcb->l4os = skb_network_header_len(skb);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002076
Andy Fleming7f7f5312005-11-11 12:38:59 -06002077 fcb->flags = flags;
Kumar Gala0bbaf062005-06-20 10:54:21 -05002078}
2079
Andy Fleming7f7f5312005-11-11 12:38:59 -06002080void inline gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb)
Kumar Gala0bbaf062005-06-20 10:54:21 -05002081{
Andy Fleming7f7f5312005-11-11 12:38:59 -06002082 fcb->flags |= TXFCB_VLN;
Kumar Gala0bbaf062005-06-20 10:54:21 -05002083 fcb->vlctl = vlan_tx_tag_get(skb);
2084}
2085
Dai Haruki4669bc92008-12-17 16:51:04 -08002086static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002087 struct txbd8 *base, int ring_size)
Dai Haruki4669bc92008-12-17 16:51:04 -08002088{
2089 struct txbd8 *new_bd = bdp + stride;
2090
2091 return (new_bd >= (base + ring_size)) ? (new_bd - ring_size) : new_bd;
2092}
2093
2094static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002095 int ring_size)
Dai Haruki4669bc92008-12-17 16:51:04 -08002096{
2097 return skip_txbd(bdp, 1, base, ring_size);
2098}
2099
Claudiu Manoil02d88fb2013-08-05 17:20:09 +03002100/* eTSEC12: csum generation not supported for some fcb offsets */
2101static inline bool gfar_csum_errata_12(struct gfar_private *priv,
2102 unsigned long fcb_addr)
2103{
2104 return (gfar_has_errata(priv, GFAR_ERRATA_12) &&
2105 (fcb_addr % 0x20) > 0x18);
2106}
2107
2108/* eTSEC76: csum generation for frames larger than 2500 may
2109 * cause excess delays before start of transmission
2110 */
2111static inline bool gfar_csum_errata_76(struct gfar_private *priv,
2112 unsigned int len)
2113{
2114 return (gfar_has_errata(priv, GFAR_ERRATA_76) &&
2115 (len > 2500));
2116}
2117
Jan Ceuleers0977f812012-06-05 03:42:12 +00002118/* This is called by the kernel when a frame is ready for transmission.
2119 * It is pointed to by the dev->hard_start_xmit function pointer
2120 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev)
2122{
2123 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002124 struct gfar_priv_tx_q *tx_queue = NULL;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002125 struct netdev_queue *txq;
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00002126 struct gfar __iomem *regs = NULL;
Kumar Gala0bbaf062005-06-20 10:54:21 -05002127 struct txfcb *fcb = NULL;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002128 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL;
Dai Haruki5a5efed2008-12-16 15:34:50 -08002129 u32 lstatus;
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002130 int i, rq = 0;
2131 int do_tstamp, do_csum, do_vlan;
Dai Haruki4669bc92008-12-17 16:51:04 -08002132 u32 bufaddr;
Andy Flemingfef61082006-04-20 16:44:29 -05002133 unsigned long flags;
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002134 unsigned int nr_frags, nr_txbds, bytes_sent, fcb_len = 0;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002135
2136 rq = skb->queue_mapping;
2137 tx_queue = priv->tx_queue[rq];
2138 txq = netdev_get_tx_queue(dev, rq);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002139 base = tx_queue->tx_bd_base;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00002140 regs = tx_queue->grp->regs;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002141
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002142 do_csum = (CHECKSUM_PARTIAL == skb->ip_summed);
2143 do_vlan = vlan_tx_tag_present(skb);
2144 do_tstamp = (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) &&
2145 priv->hwts_tx_en;
2146
2147 if (do_csum || do_vlan)
2148 fcb_len = GMAC_FCB_LEN;
2149
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002150 /* check if time stamp should be generated */
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002151 if (unlikely(do_tstamp))
2152 fcb_len = GMAC_FCB_LEN + GMAC_TXPAL_LEN;
Dai Haruki4669bc92008-12-17 16:51:04 -08002153
Li Yang5b28bea2009-03-27 15:54:30 -07002154 /* make space for additional header when fcb is needed */
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002155 if (fcb_len && unlikely(skb_headroom(skb) < fcb_len)) {
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002156 struct sk_buff *skb_new;
2157
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002158 skb_new = skb_realloc_headroom(skb, fcb_len);
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002159 if (!skb_new) {
2160 dev->stats.tx_errors++;
David S. Millerbd14ba82009-03-27 01:10:58 -07002161 kfree_skb(skb);
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002162 return NETDEV_TX_OK;
2163 }
Manfred Rudigierdb83d132012-01-09 23:26:50 +00002164
Eric Dumazet313b0372012-07-05 11:45:13 +00002165 if (skb->sk)
2166 skb_set_owner_w(skb_new, skb->sk);
2167 consume_skb(skb);
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002168 skb = skb_new;
2169 }
2170
Dai Haruki4669bc92008-12-17 16:51:04 -08002171 /* total number of fragments in the SKB */
2172 nr_frags = skb_shinfo(skb)->nr_frags;
2173
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002174 /* calculate the required number of TxBDs for this skb */
2175 if (unlikely(do_tstamp))
2176 nr_txbds = nr_frags + 2;
2177 else
2178 nr_txbds = nr_frags + 1;
2179
Dai Haruki4669bc92008-12-17 16:51:04 -08002180 /* check if there is space to queue this packet */
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002181 if (nr_txbds > tx_queue->num_txbdfree) {
Dai Haruki4669bc92008-12-17 16:51:04 -08002182 /* no space, stop the queue */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002183 netif_tx_stop_queue(txq);
Dai Haruki4669bc92008-12-17 16:51:04 -08002184 dev->stats.tx_fifo_errors++;
Dai Haruki4669bc92008-12-17 16:51:04 -08002185 return NETDEV_TX_BUSY;
2186 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187
2188 /* Update transmit stats */
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002189 bytes_sent = skb->len;
2190 tx_queue->stats.tx_bytes += bytes_sent;
2191 /* keep Tx bytes on wire for BQL accounting */
2192 GFAR_CB(skb)->bytes_sent = bytes_sent;
Eric Dumazet1ac9ad12011-01-12 12:13:14 +00002193 tx_queue->stats.tx_packets++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002195 txbdp = txbdp_start = tx_queue->cur_tx;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002196 lstatus = txbdp->lstatus;
2197
2198 /* Time stamp insertion requires one additional TxBD */
2199 if (unlikely(do_tstamp))
2200 txbdp_tstamp = txbdp = next_txbd(txbdp, base,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002201 tx_queue->tx_ring_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
Dai Haruki4669bc92008-12-17 16:51:04 -08002203 if (nr_frags == 0) {
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002204 if (unlikely(do_tstamp))
2205 txbdp_tstamp->lstatus |= BD_LFLAG(TXBD_LAST |
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002206 TXBD_INTERRUPT);
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002207 else
2208 lstatus |= BD_LFLAG(TXBD_LAST | TXBD_INTERRUPT);
Dai Haruki4669bc92008-12-17 16:51:04 -08002209 } else {
2210 /* Place the fragment addresses and lengths into the TxBDs */
2211 for (i = 0; i < nr_frags; i++) {
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002212 unsigned int frag_len;
Dai Haruki4669bc92008-12-17 16:51:04 -08002213 /* Point at the next BD, wrapping as needed */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002214 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002216 frag_len = skb_shinfo(skb)->frags[i].size;
Dai Haruki4669bc92008-12-17 16:51:04 -08002217
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002218 lstatus = txbdp->lstatus | frag_len |
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002219 BD_LFLAG(TXBD_READY);
Dai Haruki4669bc92008-12-17 16:51:04 -08002220
2221 /* Handle the last BD specially */
2222 if (i == nr_frags - 1)
2223 lstatus |= BD_LFLAG(TXBD_LAST | TXBD_INTERRUPT);
2224
Claudiu Manoil369ec162013-02-14 05:00:02 +00002225 bufaddr = skb_frag_dma_map(priv->dev,
Ian Campbell2234a722011-08-29 23:18:29 +00002226 &skb_shinfo(skb)->frags[i],
2227 0,
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002228 frag_len,
Ian Campbell2234a722011-08-29 23:18:29 +00002229 DMA_TO_DEVICE);
Dai Haruki4669bc92008-12-17 16:51:04 -08002230
2231 /* set the TxBD length and buffer pointer */
2232 txbdp->bufPtr = bufaddr;
2233 txbdp->lstatus = lstatus;
2234 }
2235
2236 lstatus = txbdp_start->lstatus;
2237 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238
Manfred Rudigier9c4886e2012-01-09 23:26:51 +00002239 /* Add TxPAL between FCB and frame if required */
2240 if (unlikely(do_tstamp)) {
2241 skb_push(skb, GMAC_TXPAL_LEN);
2242 memset(skb->data, 0, GMAC_TXPAL_LEN);
2243 }
2244
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002245 /* Add TxFCB if required */
2246 if (fcb_len) {
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002247 fcb = gfar_add_fcb(skb);
Claudiu Manoil02d88fb2013-08-05 17:20:09 +03002248 lstatus |= BD_LFLAG(TXBD_TOE);
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002249 }
2250
2251 /* Set up checksumming */
2252 if (do_csum) {
2253 gfar_tx_checksum(skb, fcb, fcb_len);
Claudiu Manoil02d88fb2013-08-05 17:20:09 +03002254
2255 if (unlikely(gfar_csum_errata_12(priv, (unsigned long)fcb)) ||
2256 unlikely(gfar_csum_errata_76(priv, skb->len))) {
Alex Dubov4363c2fdd2011-03-16 17:57:13 +00002257 __skb_pull(skb, GMAC_FCB_LEN);
2258 skb_checksum_help(skb);
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002259 if (do_vlan || do_tstamp) {
2260 /* put back a new fcb for vlan/tstamp TOE */
2261 fcb = gfar_add_fcb(skb);
2262 } else {
2263 /* Tx TOE not used */
2264 lstatus &= ~(BD_LFLAG(TXBD_TOE));
2265 fcb = NULL;
2266 }
Alex Dubov4363c2fdd2011-03-16 17:57:13 +00002267 }
Kumar Gala0bbaf062005-06-20 10:54:21 -05002268 }
2269
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002270 if (do_vlan)
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002271 gfar_tx_vlan(skb, fcb);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002272
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002273 /* Setup tx hardware time stamping if requested */
2274 if (unlikely(do_tstamp)) {
Oliver Hartkopp2244d072010-08-17 08:59:14 +00002275 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002276 fcb->ptp = 1;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002277 }
2278
Claudiu Manoil369ec162013-02-14 05:00:02 +00002279 txbdp_start->bufPtr = dma_map_single(priv->dev, skb->data,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002280 skb_headlen(skb), DMA_TO_DEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281
Jan Ceuleers0977f812012-06-05 03:42:12 +00002282 /* If time stamping is requested one additional TxBD must be set up. The
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002283 * first TxBD points to the FCB and must have a data length of
2284 * GMAC_FCB_LEN. The second TxBD points to the actual frame data with
2285 * the full frame length.
2286 */
2287 if (unlikely(do_tstamp)) {
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002288 txbdp_tstamp->bufPtr = txbdp_start->bufPtr + fcb_len;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002289 txbdp_tstamp->lstatus |= BD_LFLAG(TXBD_READY) |
Claudiu Manoil0d0cffd2013-08-05 17:20:10 +03002290 (skb_headlen(skb) - fcb_len);
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002291 lstatus |= BD_LFLAG(TXBD_CRC | TXBD_READY) | GMAC_FCB_LEN;
2292 } else {
2293 lstatus |= BD_LFLAG(TXBD_CRC | TXBD_READY) | skb_headlen(skb);
2294 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002296 netdev_tx_sent_queue(txq, bytes_sent);
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05002297
Jan Ceuleers0977f812012-06-05 03:42:12 +00002298 /* We can work in parallel with gfar_clean_tx_ring(), except
Anton Vorontsova3bc1f12009-11-10 14:11:10 +00002299 * when modifying num_txbdfree. Note that we didn't grab the lock
2300 * when we were reading the num_txbdfree and checking for available
2301 * space, that's because outside of this function it can only grow,
2302 * and once we've got needed space, it cannot suddenly disappear.
2303 *
2304 * The lock also protects us from gfar_error(), which can modify
2305 * regs->tstat and thus retrigger the transfers, which is why we
2306 * also must grab the lock before setting ready bit for the first
2307 * to be transmitted BD.
2308 */
2309 spin_lock_irqsave(&tx_queue->txlock, flags);
2310
Jan Ceuleers0977f812012-06-05 03:42:12 +00002311 /* The powerpc-specific eieio() is used, as wmb() has too strong
Scott Wood3b6330c2007-05-16 15:06:59 -05002312 * semantics (it requires synchronization between cacheable and
2313 * uncacheable mappings, which eieio doesn't provide and which we
2314 * don't need), thus requiring a more expensive sync instruction. At
2315 * some point, the set of architecture-independent barrier functions
2316 * should be expanded to include weaker barriers.
2317 */
Scott Wood3b6330c2007-05-16 15:06:59 -05002318 eieio();
Andy Fleming7f7f5312005-11-11 12:38:59 -06002319
Dai Haruki4669bc92008-12-17 16:51:04 -08002320 txbdp_start->lstatus = lstatus;
2321
Anton Vorontsov0eddba52010-03-03 08:18:58 +00002322 eieio(); /* force lstatus write before tx_skbuff */
2323
2324 tx_queue->tx_skbuff[tx_queue->skb_curtx] = skb;
2325
Dai Haruki4669bc92008-12-17 16:51:04 -08002326 /* Update the current skb pointer to the next entry we will use
Jan Ceuleers0977f812012-06-05 03:42:12 +00002327 * (wrapping if necessary)
2328 */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002329 tx_queue->skb_curtx = (tx_queue->skb_curtx + 1) &
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002330 TX_RING_MOD_MASK(tx_queue->tx_ring_size);
Dai Haruki4669bc92008-12-17 16:51:04 -08002331
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002332 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size);
Dai Haruki4669bc92008-12-17 16:51:04 -08002333
2334 /* reduce TxBD free count */
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002335 tx_queue->num_txbdfree -= (nr_txbds);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336
2337 /* If the next BD still needs to be cleaned up, then the bds
Jan Ceuleers0977f812012-06-05 03:42:12 +00002338 * are full. We need to tell the kernel to stop sending us stuff.
2339 */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002340 if (!tx_queue->num_txbdfree) {
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002341 netif_tx_stop_queue(txq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342
Jeff Garzik09f75cd2007-10-03 17:41:50 -07002343 dev->stats.tx_fifo_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344 }
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 /* Tell the DMA to go go go */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002347 gfar_write(&regs->tstat, TSTAT_CLEAR_THALT >> tx_queue->qindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348
2349 /* Unlock priv */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002350 spin_unlock_irqrestore(&tx_queue->txlock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351
Stephen Hemminger54dc79f2009-03-27 00:38:45 -07002352 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353}
2354
2355/* Stops the kernel queue, and halts the controller */
2356static int gfar_close(struct net_device *dev)
2357{
2358 struct gfar_private *priv = netdev_priv(dev);
Stephen Hemmingerbea33482007-10-03 16:41:36 -07002359
Sebastian Siewiorab939902008-08-19 21:12:45 +02002360 cancel_work_sync(&priv->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361 stop_gfar(dev);
2362
Andy Flemingbb40dcb2005-09-23 22:54:21 -04002363 /* Disconnect from the PHY */
2364 phy_disconnect(priv->phydev);
2365 priv->phydev = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366
Claudiu Manoil80ec3962014-02-24 12:13:44 +02002367 gfar_free_irq(priv);
2368
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369 return 0;
2370}
2371
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372/* Changes the mac address if the controller is not running. */
Andy Flemingf162b9d2008-05-02 13:00:30 -05002373static int gfar_set_mac_address(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374{
Andy Fleming7f7f5312005-11-11 12:38:59 -06002375 gfar_set_mac_for_addr(dev, 0, dev->dev_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376
2377 return 0;
2378}
2379
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380static int gfar_change_mtu(struct net_device *dev, int new_mtu)
2381{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382 struct gfar_private *priv = netdev_priv(dev);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002383 int frame_size = new_mtu + ETH_HLEN;
2384
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385 if ((frame_size < 64) || (frame_size > JUMBO_FRAME_SIZE)) {
Joe Perches59deab22011-06-14 08:57:47 +00002386 netif_err(priv, drv, dev, "Invalid MTU setting\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 return -EINVAL;
2388 }
2389
Claudiu Manoil08511332014-02-24 12:13:45 +02002390 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
2391 cpu_relax();
2392
Claudiu Manoil88302642014-02-24 12:13:43 +02002393 if (dev->flags & IFF_UP)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394 stop_gfar(dev);
2395
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396 dev->mtu = new_mtu;
2397
Claudiu Manoil88302642014-02-24 12:13:43 +02002398 if (dev->flags & IFF_UP)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 startup_gfar(dev);
2400
Claudiu Manoil08511332014-02-24 12:13:45 +02002401 clear_bit_unlock(GFAR_RESETTING, &priv->state);
2402
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403 return 0;
2404}
2405
Claudiu Manoil08511332014-02-24 12:13:45 +02002406void reset_gfar(struct net_device *ndev)
2407{
2408 struct gfar_private *priv = netdev_priv(ndev);
2409
2410 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
2411 cpu_relax();
2412
2413 stop_gfar(ndev);
2414 startup_gfar(ndev);
2415
2416 clear_bit_unlock(GFAR_RESETTING, &priv->state);
2417}
2418
Sebastian Siewiorab939902008-08-19 21:12:45 +02002419/* gfar_reset_task gets scheduled when a packet has not been
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420 * transmitted after a set amount of time.
2421 * For now, assume that clearing out all the structures, and
Sebastian Siewiorab939902008-08-19 21:12:45 +02002422 * starting over will fix the problem.
2423 */
2424static void gfar_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425{
Sebastian Siewiorab939902008-08-19 21:12:45 +02002426 struct gfar_private *priv = container_of(work, struct gfar_private,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002427 reset_task);
Claudiu Manoil08511332014-02-24 12:13:45 +02002428 reset_gfar(priv->ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429}
2430
Sebastian Siewiorab939902008-08-19 21:12:45 +02002431static void gfar_timeout(struct net_device *dev)
2432{
2433 struct gfar_private *priv = netdev_priv(dev);
2434
2435 dev->stats.tx_errors++;
2436 schedule_work(&priv->reset_task);
2437}
2438
Eran Libertyacbc0f02010-07-07 15:54:54 -07002439static void gfar_align_skb(struct sk_buff *skb)
2440{
2441 /* We need the data buffer to be aligned properly. We will reserve
2442 * as many bytes as needed to align the data properly
2443 */
2444 skb_reserve(skb, RXBUF_ALIGNMENT -
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002445 (((unsigned long) skb->data) & (RXBUF_ALIGNMENT - 1)));
Eran Libertyacbc0f02010-07-07 15:54:54 -07002446}
2447
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448/* Interrupt Handler for Transmit complete */
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002449static void gfar_clean_tx_ring(struct gfar_priv_tx_q *tx_queue)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450{
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002451 struct net_device *dev = tx_queue->dev;
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05002452 struct netdev_queue *txq;
Dai Harukid080cd62008-04-09 19:37:51 -05002453 struct gfar_private *priv = netdev_priv(dev);
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002454 struct txbd8 *bdp, *next = NULL;
Dai Haruki4669bc92008-12-17 16:51:04 -08002455 struct txbd8 *lbdp = NULL;
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002456 struct txbd8 *base = tx_queue->tx_bd_base;
Dai Haruki4669bc92008-12-17 16:51:04 -08002457 struct sk_buff *skb;
2458 int skb_dirtytx;
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002459 int tx_ring_size = tx_queue->tx_ring_size;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002460 int frags = 0, nr_txbds = 0;
Dai Haruki4669bc92008-12-17 16:51:04 -08002461 int i;
Dai Harukid080cd62008-04-09 19:37:51 -05002462 int howmany = 0;
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05002463 int tqi = tx_queue->qindex;
2464 unsigned int bytes_sent = 0;
Dai Haruki4669bc92008-12-17 16:51:04 -08002465 u32 lstatus;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002466 size_t buflen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05002468 txq = netdev_get_tx_queue(dev, tqi);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002469 bdp = tx_queue->dirty_tx;
2470 skb_dirtytx = tx_queue->skb_dirtytx;
Dai Haruki4669bc92008-12-17 16:51:04 -08002471
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002472 while ((skb = tx_queue->tx_skbuff[skb_dirtytx])) {
Anton Vorontsova3bc1f12009-11-10 14:11:10 +00002473 unsigned long flags;
2474
Dai Haruki4669bc92008-12-17 16:51:04 -08002475 frags = skb_shinfo(skb)->nr_frags;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002476
Jan Ceuleers0977f812012-06-05 03:42:12 +00002477 /* When time stamping, one additional TxBD must be freed.
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002478 * Also, we need to dma_unmap_single() the TxPAL.
2479 */
Oliver Hartkopp2244d072010-08-17 08:59:14 +00002480 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS))
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002481 nr_txbds = frags + 2;
2482 else
2483 nr_txbds = frags + 1;
2484
2485 lbdp = skip_txbd(bdp, nr_txbds - 1, base, tx_ring_size);
Dai Haruki4669bc92008-12-17 16:51:04 -08002486
2487 lstatus = lbdp->lstatus;
2488
2489 /* Only clean completed frames */
2490 if ((lstatus & BD_LFLAG(TXBD_READY)) &&
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002491 (lstatus & BD_LENGTH_MASK))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492 break;
2493
Oliver Hartkopp2244d072010-08-17 08:59:14 +00002494 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) {
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002495 next = next_txbd(bdp, base, tx_ring_size);
Manfred Rudigier9c4886e2012-01-09 23:26:51 +00002496 buflen = next->length + GMAC_FCB_LEN + GMAC_TXPAL_LEN;
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002497 } else
2498 buflen = bdp->length;
2499
Claudiu Manoil369ec162013-02-14 05:00:02 +00002500 dma_unmap_single(priv->dev, bdp->bufPtr,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002501 buflen, DMA_TO_DEVICE);
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002502
Oliver Hartkopp2244d072010-08-17 08:59:14 +00002503 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) {
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002504 struct skb_shared_hwtstamps shhwtstamps;
2505 u64 *ns = (u64*) (((u32)skb->data + 0x10) & ~0x7);
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002506
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002507 memset(&shhwtstamps, 0, sizeof(shhwtstamps));
2508 shhwtstamps.hwtstamp = ns_to_ktime(*ns);
Manfred Rudigier9c4886e2012-01-09 23:26:51 +00002509 skb_pull(skb, GMAC_FCB_LEN + GMAC_TXPAL_LEN);
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002510 skb_tstamp_tx(skb, &shhwtstamps);
2511 bdp->lstatus &= BD_LFLAG(TXBD_WRAP);
2512 bdp = next;
2513 }
Dai Haruki4669bc92008-12-17 16:51:04 -08002514
2515 bdp->lstatus &= BD_LFLAG(TXBD_WRAP);
2516 bdp = next_txbd(bdp, base, tx_ring_size);
2517
2518 for (i = 0; i < frags; i++) {
Claudiu Manoil369ec162013-02-14 05:00:02 +00002519 dma_unmap_page(priv->dev, bdp->bufPtr,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002520 bdp->length, DMA_TO_DEVICE);
Dai Haruki4669bc92008-12-17 16:51:04 -08002521 bdp->lstatus &= BD_LFLAG(TXBD_WRAP);
2522 bdp = next_txbd(bdp, base, tx_ring_size);
2523 }
2524
Claudiu Manoil50ad0762013-08-30 15:01:15 +03002525 bytes_sent += GFAR_CB(skb)->bytes_sent;
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05002526
Eric Dumazetacb600d2012-10-05 06:23:55 +00002527 dev_kfree_skb_any(skb);
Andy Fleming0fd56bb2009-02-04 16:43:16 -08002528
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002529 tx_queue->tx_skbuff[skb_dirtytx] = NULL;
Dai Haruki4669bc92008-12-17 16:51:04 -08002530
2531 skb_dirtytx = (skb_dirtytx + 1) &
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002532 TX_RING_MOD_MASK(tx_ring_size);
Dai Haruki4669bc92008-12-17 16:51:04 -08002533
Dai Harukid080cd62008-04-09 19:37:51 -05002534 howmany++;
Anton Vorontsova3bc1f12009-11-10 14:11:10 +00002535 spin_lock_irqsave(&tx_queue->txlock, flags);
Manfred Rudigierf0ee7ac2010-04-08 23:10:35 +00002536 tx_queue->num_txbdfree += nr_txbds;
Anton Vorontsova3bc1f12009-11-10 14:11:10 +00002537 spin_unlock_irqrestore(&tx_queue->txlock, flags);
Dai Haruki4669bc92008-12-17 16:51:04 -08002538 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
Dai Haruki4669bc92008-12-17 16:51:04 -08002540 /* If we freed a buffer, we can restart transmission, if necessary */
Claudiu Manoil08511332014-02-24 12:13:45 +02002541 if (tx_queue->num_txbdfree &&
2542 netif_tx_queue_stopped(txq) &&
2543 !(test_bit(GFAR_DOWN, &priv->state)))
2544 netif_wake_subqueue(priv->ndev, tqi);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545
Dai Haruki4669bc92008-12-17 16:51:04 -08002546 /* Update dirty indicators */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002547 tx_queue->skb_dirtytx = skb_dirtytx;
2548 tx_queue->dirty_tx = bdp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549
Paul Gortmakerd8a0f1b2012-01-06 13:51:03 -05002550 netdev_tx_completed_queue(txq, howmany, bytes_sent);
Dai Harukid080cd62008-04-09 19:37:51 -05002551}
2552
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002553static void gfar_new_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002554 struct sk_buff *skb)
Andy Fleming815b97c2008-04-22 17:18:29 -05002555{
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002556 struct net_device *dev = rx_queue->dev;
Andy Fleming815b97c2008-04-22 17:18:29 -05002557 struct gfar_private *priv = netdev_priv(dev);
Anton Vorontsov8a102fe2009-10-12 06:00:37 +00002558 dma_addr_t buf;
Andy Fleming815b97c2008-04-22 17:18:29 -05002559
Claudiu Manoil369ec162013-02-14 05:00:02 +00002560 buf = dma_map_single(priv->dev, skb->data,
Anton Vorontsov8a102fe2009-10-12 06:00:37 +00002561 priv->rx_buffer_size, DMA_FROM_DEVICE);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002562 gfar_init_rxbdp(rx_queue, bdp, buf);
Andy Fleming815b97c2008-04-22 17:18:29 -05002563}
2564
Jan Ceuleers2281a0f2012-06-05 03:42:11 +00002565static struct sk_buff *gfar_alloc_skb(struct net_device *dev)
Eran Libertyacbc0f02010-07-07 15:54:54 -07002566{
2567 struct gfar_private *priv = netdev_priv(dev);
Eric Dumazetacb600d2012-10-05 06:23:55 +00002568 struct sk_buff *skb;
Eran Libertyacbc0f02010-07-07 15:54:54 -07002569
2570 skb = netdev_alloc_skb(dev, priv->rx_buffer_size + RXBUF_ALIGNMENT);
2571 if (!skb)
2572 return NULL;
2573
2574 gfar_align_skb(skb);
2575
2576 return skb;
2577}
Andy Fleming815b97c2008-04-22 17:18:29 -05002578
Jan Ceuleers2281a0f2012-06-05 03:42:11 +00002579struct sk_buff *gfar_new_skb(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580{
Eric Dumazetacb600d2012-10-05 06:23:55 +00002581 return gfar_alloc_skb(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582}
2583
Li Yang298e1a92007-10-16 14:18:13 +08002584static inline void count_errors(unsigned short status, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585{
Li Yang298e1a92007-10-16 14:18:13 +08002586 struct gfar_private *priv = netdev_priv(dev);
Jeff Garzik09f75cd2007-10-03 17:41:50 -07002587 struct net_device_stats *stats = &dev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588 struct gfar_extra_stats *estats = &priv->extra_stats;
2589
Jan Ceuleers0977f812012-06-05 03:42:12 +00002590 /* If the packet was truncated, none of the other errors matter */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 if (status & RXBD_TRUNCATED) {
2592 stats->rx_length_errors++;
2593
Paul Gortmaker212079d2013-02-12 15:38:19 -05002594 atomic64_inc(&estats->rx_trunc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595
2596 return;
2597 }
2598 /* Count the errors, if there were any */
2599 if (status & (RXBD_LARGE | RXBD_SHORT)) {
2600 stats->rx_length_errors++;
2601
2602 if (status & RXBD_LARGE)
Paul Gortmaker212079d2013-02-12 15:38:19 -05002603 atomic64_inc(&estats->rx_large);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604 else
Paul Gortmaker212079d2013-02-12 15:38:19 -05002605 atomic64_inc(&estats->rx_short);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606 }
2607 if (status & RXBD_NONOCTET) {
2608 stats->rx_frame_errors++;
Paul Gortmaker212079d2013-02-12 15:38:19 -05002609 atomic64_inc(&estats->rx_nonoctet);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610 }
2611 if (status & RXBD_CRCERR) {
Paul Gortmaker212079d2013-02-12 15:38:19 -05002612 atomic64_inc(&estats->rx_crcerr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613 stats->rx_crc_errors++;
2614 }
2615 if (status & RXBD_OVERRUN) {
Paul Gortmaker212079d2013-02-12 15:38:19 -05002616 atomic64_inc(&estats->rx_overrun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617 stats->rx_crc_errors++;
2618 }
2619}
2620
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00002621irqreturn_t gfar_receive(int irq, void *grp_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622{
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002623 struct gfar_priv_grp *grp = (struct gfar_priv_grp *)grp_id;
2624 unsigned long flags;
2625 u32 imask;
2626
2627 if (likely(napi_schedule_prep(&grp->napi_rx))) {
2628 spin_lock_irqsave(&grp->grplock, flags);
2629 imask = gfar_read(&grp->regs->imask);
2630 imask &= IMASK_RX_DISABLED;
2631 gfar_write(&grp->regs->imask, imask);
2632 spin_unlock_irqrestore(&grp->grplock, flags);
2633 __napi_schedule(&grp->napi_rx);
2634 } else {
2635 /* Clear IEVENT, so interrupts aren't called again
2636 * because of the packets that have already arrived.
2637 */
2638 gfar_write(&grp->regs->ievent, IEVENT_RX_MASK);
2639 }
2640
2641 return IRQ_HANDLED;
2642}
2643
2644/* Interrupt Handler for Transmit complete */
2645static irqreturn_t gfar_transmit(int irq, void *grp_id)
2646{
2647 struct gfar_priv_grp *grp = (struct gfar_priv_grp *)grp_id;
2648 unsigned long flags;
2649 u32 imask;
2650
2651 if (likely(napi_schedule_prep(&grp->napi_tx))) {
2652 spin_lock_irqsave(&grp->grplock, flags);
2653 imask = gfar_read(&grp->regs->imask);
2654 imask &= IMASK_TX_DISABLED;
2655 gfar_write(&grp->regs->imask, imask);
2656 spin_unlock_irqrestore(&grp->grplock, flags);
2657 __napi_schedule(&grp->napi_tx);
2658 } else {
2659 /* Clear IEVENT, so interrupts aren't called again
2660 * because of the packets that have already arrived.
2661 */
2662 gfar_write(&grp->regs->ievent, IEVENT_TX_MASK);
2663 }
2664
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665 return IRQ_HANDLED;
2666}
2667
Kumar Gala0bbaf062005-06-20 10:54:21 -05002668static inline void gfar_rx_checksum(struct sk_buff *skb, struct rxfcb *fcb)
2669{
2670 /* If valid headers were found, and valid sums
2671 * were verified, then we tell the kernel that no
Jan Ceuleers0977f812012-06-05 03:42:12 +00002672 * checksumming is necessary. Otherwise, it is [FIXME]
2673 */
Andy Fleming7f7f5312005-11-11 12:38:59 -06002674 if ((fcb->flags & RXFCB_CSUM_MASK) == (RXFCB_CIP | RXFCB_CTU))
Kumar Gala0bbaf062005-06-20 10:54:21 -05002675 skb->ip_summed = CHECKSUM_UNNECESSARY;
2676 else
Eric Dumazetbc8acf22010-09-02 13:07:41 -07002677 skb_checksum_none_assert(skb);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002678}
2679
2680
Jan Ceuleers0977f812012-06-05 03:42:12 +00002681/* gfar_process_frame() -- handle one incoming packet if skb isn't NULL. */
Claudiu Manoil61db26c2013-02-14 05:00:05 +00002682static void gfar_process_frame(struct net_device *dev, struct sk_buff *skb,
2683 int amount_pull, struct napi_struct *napi)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684{
2685 struct gfar_private *priv = netdev_priv(dev);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002686 struct rxfcb *fcb = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687
Dai Haruki2c2db482008-12-16 15:31:15 -08002688 /* fcb is at the beginning if exists */
2689 fcb = (struct rxfcb *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690
Jan Ceuleers0977f812012-06-05 03:42:12 +00002691 /* Remove the FCB from the skb
2692 * Remove the padded bytes, if there are any
2693 */
Sandeep Gopalpetf74dac02009-12-24 03:13:06 +00002694 if (amount_pull) {
2695 skb_record_rx_queue(skb, fcb->rq);
Dai Haruki2c2db482008-12-16 15:31:15 -08002696 skb_pull(skb, amount_pull);
Sandeep Gopalpetf74dac02009-12-24 03:13:06 +00002697 }
Kumar Gala0bbaf062005-06-20 10:54:21 -05002698
Manfred Rudigiercc772ab2010-04-08 23:10:03 +00002699 /* Get receive timestamp from the skb */
2700 if (priv->hwts_rx_en) {
2701 struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb);
2702 u64 *ns = (u64 *) skb->data;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002703
Manfred Rudigiercc772ab2010-04-08 23:10:03 +00002704 memset(shhwtstamps, 0, sizeof(*shhwtstamps));
2705 shhwtstamps->hwtstamp = ns_to_ktime(*ns);
2706 }
2707
2708 if (priv->padding)
2709 skb_pull(skb, priv->padding);
2710
Michał Mirosław8b3afe92011-04-15 04:50:50 +00002711 if (dev->features & NETIF_F_RXCSUM)
Dai Haruki2c2db482008-12-16 15:31:15 -08002712 gfar_rx_checksum(skb, fcb);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002713
Dai Haruki2c2db482008-12-16 15:31:15 -08002714 /* Tell the skb what kind of packet this is */
2715 skb->protocol = eth_type_trans(skb, dev);
Kumar Gala0bbaf062005-06-20 10:54:21 -05002716
Patrick McHardyf6469682013-04-19 02:04:27 +00002717 /* There's need to check for NETIF_F_HW_VLAN_CTAG_RX here.
David S. Miller823dcd22011-08-20 10:39:12 -07002718 * Even if vlan rx accel is disabled, on some chips
2719 * RXFCB_VLN is pseudo randomly set.
2720 */
Patrick McHardyf6469682013-04-19 02:04:27 +00002721 if (dev->features & NETIF_F_HW_VLAN_CTAG_RX &&
David S. Miller823dcd22011-08-20 10:39:12 -07002722 fcb->flags & RXFCB_VLN)
David S. Millere5905c82013-04-22 19:24:19 -04002723 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), fcb->vlctl);
Jiri Pirko87c288c2011-07-20 04:54:19 +00002724
Dai Haruki2c2db482008-12-16 15:31:15 -08002725 /* Send the packet up the stack */
Claudiu Manoil953d2762013-03-21 03:12:15 +00002726 napi_gro_receive(napi, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728}
2729
2730/* gfar_clean_rx_ring() -- Processes each frame in the rx ring
Jan Ceuleers2281a0f2012-06-05 03:42:11 +00002731 * until the budget/quota has been reached. Returns the number
2732 * of frames handled
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733 */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002734int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735{
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002736 struct net_device *dev = rx_queue->dev;
Andy Fleming31de1982008-12-16 15:33:40 -08002737 struct rxbd8 *bdp, *base;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738 struct sk_buff *skb;
Dai Haruki2c2db482008-12-16 15:31:15 -08002739 int pkt_len;
2740 int amount_pull;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741 int howmany = 0;
2742 struct gfar_private *priv = netdev_priv(dev);
2743
2744 /* Get the first full descriptor */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002745 bdp = rx_queue->cur_rx;
2746 base = rx_queue->rx_bd_base;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
Claudiu Manoilba779712013-02-14 05:00:07 +00002748 amount_pull = priv->uses_rxfcb ? GMAC_FCB_LEN : 0;
Dai Haruki2c2db482008-12-16 15:31:15 -08002749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750 while (!((bdp->status & RXBD_EMPTY) || (--rx_work_limit < 0))) {
Andy Fleming815b97c2008-04-22 17:18:29 -05002751 struct sk_buff *newskb;
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002752
Scott Wood3b6330c2007-05-16 15:06:59 -05002753 rmb();
Andy Fleming815b97c2008-04-22 17:18:29 -05002754
2755 /* Add another skb for the future */
2756 newskb = gfar_new_skb(dev);
2757
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002758 skb = rx_queue->rx_skbuff[rx_queue->skb_currx];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759
Claudiu Manoil369ec162013-02-14 05:00:02 +00002760 dma_unmap_single(priv->dev, bdp->bufPtr,
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002761 priv->rx_buffer_size, DMA_FROM_DEVICE);
Andy Fleming81183052008-11-12 10:07:11 -06002762
Anton Vorontsov63b88b92010-06-11 10:51:03 +00002763 if (unlikely(!(bdp->status & RXBD_ERR) &&
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002764 bdp->length > priv->rx_buffer_size))
Anton Vorontsov63b88b92010-06-11 10:51:03 +00002765 bdp->status = RXBD_LARGE;
2766
Andy Fleming815b97c2008-04-22 17:18:29 -05002767 /* We drop the frame if we failed to allocate a new buffer */
2768 if (unlikely(!newskb || !(bdp->status & RXBD_LAST) ||
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002769 bdp->status & RXBD_ERR)) {
Andy Fleming815b97c2008-04-22 17:18:29 -05002770 count_errors(bdp->status, dev);
2771
2772 if (unlikely(!newskb))
2773 newskb = skb;
Eran Libertyacbc0f02010-07-07 15:54:54 -07002774 else if (skb)
Eric Dumazetacb600d2012-10-05 06:23:55 +00002775 dev_kfree_skb(skb);
Andy Fleming815b97c2008-04-22 17:18:29 -05002776 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777 /* Increment the number of packets */
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +00002778 rx_queue->stats.rx_packets++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779 howmany++;
2780
Dai Haruki2c2db482008-12-16 15:31:15 -08002781 if (likely(skb)) {
2782 pkt_len = bdp->length - ETH_FCS_LEN;
2783 /* Remove the FCS from the packet length */
2784 skb_put(skb, pkt_len);
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +00002785 rx_queue->stats.rx_bytes += pkt_len;
Sandeep Gopalpetf74dac02009-12-24 03:13:06 +00002786 skb_record_rx_queue(skb, rx_queue->qindex);
Wu Jiajun-B06378cd754a52012-04-19 22:54:35 +00002787 gfar_process_frame(dev, skb, amount_pull,
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002788 &rx_queue->grp->napi_rx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789
Dai Haruki2c2db482008-12-16 15:31:15 -08002790 } else {
Joe Perches59deab22011-06-14 08:57:47 +00002791 netif_warn(priv, rx_err, dev, "Missing skb!\n");
Sandeep Gopalpeta7f38042009-12-16 01:15:07 +00002792 rx_queue->stats.rx_dropped++;
Paul Gortmaker212079d2013-02-12 15:38:19 -05002793 atomic64_inc(&priv->extra_stats.rx_skbmissing);
Dai Haruki2c2db482008-12-16 15:31:15 -08002794 }
2795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 }
2797
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002798 rx_queue->rx_skbuff[rx_queue->skb_currx] = newskb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799
Andy Fleming815b97c2008-04-22 17:18:29 -05002800 /* Setup the new bdp */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002801 gfar_new_rxbdp(rx_queue, bdp, newskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802
2803 /* Update to the next pointer */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002804 bdp = next_bd(bdp, base, rx_queue->rx_ring_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805
2806 /* update to point at the next skb */
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002807 rx_queue->skb_currx = (rx_queue->skb_currx + 1) &
2808 RX_RING_MOD_MASK(rx_queue->rx_ring_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809 }
2810
2811 /* Update the current rxbd pointer to be the next one */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00002812 rx_queue->cur_rx = bdp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814 return howmany;
2815}
2816
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002817static int gfar_poll_rx_sq(struct napi_struct *napi, int budget)
Claudiu Manoil5eaedf32013-06-10 20:19:48 +03002818{
2819 struct gfar_priv_grp *gfargrp =
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002820 container_of(napi, struct gfar_priv_grp, napi_rx);
Claudiu Manoil5eaedf32013-06-10 20:19:48 +03002821 struct gfar __iomem *regs = gfargrp->regs;
Claudiu Manoil5eaedf32013-06-10 20:19:48 +03002822 struct gfar_priv_rx_q *rx_queue = gfargrp->priv->rx_queue[0];
2823 int work_done = 0;
2824
2825 /* Clear IEVENT, so interrupts aren't called again
2826 * because of the packets that have already arrived
2827 */
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002828 gfar_write(&regs->ievent, IEVENT_RX_MASK);
Claudiu Manoil5eaedf32013-06-10 20:19:48 +03002829
2830 work_done = gfar_clean_rx_ring(rx_queue, budget);
2831
2832 if (work_done < budget) {
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002833 u32 imask;
Claudiu Manoil5eaedf32013-06-10 20:19:48 +03002834 napi_complete(napi);
2835 /* Clear the halt bit in RSTAT */
2836 gfar_write(&regs->rstat, gfargrp->rstat);
2837
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002838 spin_lock_irq(&gfargrp->grplock);
2839 imask = gfar_read(&regs->imask);
2840 imask |= IMASK_RX_DEFAULT;
2841 gfar_write(&regs->imask, imask);
2842 spin_unlock_irq(&gfargrp->grplock);
Claudiu Manoil5eaedf32013-06-10 20:19:48 +03002843 }
2844
2845 return work_done;
2846}
2847
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002848static int gfar_poll_tx_sq(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849{
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00002850 struct gfar_priv_grp *gfargrp =
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002851 container_of(napi, struct gfar_priv_grp, napi_tx);
2852 struct gfar __iomem *regs = gfargrp->regs;
2853 struct gfar_priv_tx_q *tx_queue = gfargrp->priv->tx_queue[0];
2854 u32 imask;
2855
2856 /* Clear IEVENT, so interrupts aren't called again
2857 * because of the packets that have already arrived
2858 */
2859 gfar_write(&regs->ievent, IEVENT_TX_MASK);
2860
2861 /* run Tx cleanup to completion */
2862 if (tx_queue->tx_skbuff[tx_queue->skb_dirtytx])
2863 gfar_clean_tx_ring(tx_queue);
2864
2865 napi_complete(napi);
2866
2867 spin_lock_irq(&gfargrp->grplock);
2868 imask = gfar_read(&regs->imask);
2869 imask |= IMASK_TX_DEFAULT;
2870 gfar_write(&regs->imask, imask);
2871 spin_unlock_irq(&gfargrp->grplock);
2872
2873 return 0;
2874}
2875
2876static int gfar_poll_rx(struct napi_struct *napi, int budget)
2877{
2878 struct gfar_priv_grp *gfargrp =
2879 container_of(napi, struct gfar_priv_grp, napi_rx);
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002880 struct gfar_private *priv = gfargrp->priv;
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00002881 struct gfar __iomem *regs = gfargrp->regs;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002882 struct gfar_priv_rx_q *rx_queue = NULL;
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002883 int work_done = 0, work_done_per_q = 0;
Claudiu Manoil39c0a0d2013-03-21 03:12:13 +00002884 int i, budget_per_q = 0;
Claudiu Manoil6be5ed32013-03-19 07:40:03 +00002885 unsigned long rstat_rxf;
2886 int num_act_queues;
Dai Harukid080cd62008-04-09 19:37:51 -05002887
Dai Haruki8c7396a2008-12-17 16:52:00 -08002888 /* Clear IEVENT, so interrupts aren't called again
Jan Ceuleers0977f812012-06-05 03:42:12 +00002889 * because of the packets that have already arrived
2890 */
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002891 gfar_write(&regs->ievent, IEVENT_RX_MASK);
Dai Haruki8c7396a2008-12-17 16:52:00 -08002892
Claudiu Manoil6be5ed32013-03-19 07:40:03 +00002893 rstat_rxf = gfar_read(&regs->rstat) & RSTAT_RXF_MASK;
2894
2895 num_act_queues = bitmap_weight(&rstat_rxf, MAX_RX_QS);
2896 if (num_act_queues)
2897 budget_per_q = budget/num_act_queues;
2898
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002899 for_each_set_bit(i, &gfargrp->rx_bit_map, priv->num_rx_queues) {
2900 /* skip queue if not active */
2901 if (!(rstat_rxf & (RSTAT_CLEAR_RXF0 >> i)))
2902 continue;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002903
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002904 rx_queue = priv->rx_queue[i];
2905 work_done_per_q =
2906 gfar_clean_rx_ring(rx_queue, budget_per_q);
2907 work_done += work_done_per_q;
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002908
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002909 /* finished processing this queue */
2910 if (work_done_per_q < budget_per_q) {
2911 /* clear active queue hw indication */
2912 gfar_write(&regs->rstat,
2913 RSTAT_CLEAR_RXF0 >> i);
2914 num_act_queues--;
Claudiu Manoil6be5ed32013-03-19 07:40:03 +00002915
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002916 if (!num_act_queues)
2917 break;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00002918 }
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002919 }
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002920
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002921 if (!num_act_queues) {
2922 u32 imask;
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002923 napi_complete(napi);
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002924
Claudiu Manoil3ba405d2013-10-14 17:05:09 +03002925 /* Clear the halt bit in RSTAT */
2926 gfar_write(&regs->rstat, gfargrp->rstat);
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002927
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002928 spin_lock_irq(&gfargrp->grplock);
2929 imask = gfar_read(&regs->imask);
2930 imask |= IMASK_RX_DEFAULT;
2931 gfar_write(&regs->imask, imask);
2932 spin_unlock_irq(&gfargrp->grplock);
Dai Harukid080cd62008-04-09 19:37:51 -05002933 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934
Claudiu Manoilc233cf402013-03-19 07:40:02 +00002935 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937
Claudiu Manoilaeb12c52014-03-07 14:42:45 +02002938static int gfar_poll_tx(struct napi_struct *napi, int budget)
2939{
2940 struct gfar_priv_grp *gfargrp =
2941 container_of(napi, struct gfar_priv_grp, napi_tx);
2942 struct gfar_private *priv = gfargrp->priv;
2943 struct gfar __iomem *regs = gfargrp->regs;
2944 struct gfar_priv_tx_q *tx_queue = NULL;
2945 int has_tx_work = 0;
2946 int i;
2947
2948 /* Clear IEVENT, so interrupts aren't called again
2949 * because of the packets that have already arrived
2950 */
2951 gfar_write(&regs->ievent, IEVENT_TX_MASK);
2952
2953 for_each_set_bit(i, &gfargrp->tx_bit_map, priv->num_tx_queues) {
2954 tx_queue = priv->tx_queue[i];
2955 /* run Tx cleanup to completion */
2956 if (tx_queue->tx_skbuff[tx_queue->skb_dirtytx]) {
2957 gfar_clean_tx_ring(tx_queue);
2958 has_tx_work = 1;
2959 }
2960 }
2961
2962 if (!has_tx_work) {
2963 u32 imask;
2964 napi_complete(napi);
2965
2966 spin_lock_irq(&gfargrp->grplock);
2967 imask = gfar_read(&regs->imask);
2968 imask |= IMASK_TX_DEFAULT;
2969 gfar_write(&regs->imask, imask);
2970 spin_unlock_irq(&gfargrp->grplock);
2971 }
2972
2973 return 0;
2974}
2975
2976
Vitaly Woolf2d71c22006-11-07 13:27:02 +03002977#ifdef CONFIG_NET_POLL_CONTROLLER
Jan Ceuleers0977f812012-06-05 03:42:12 +00002978/* Polling 'interrupt' - used by things like netconsole to send skbs
Vitaly Woolf2d71c22006-11-07 13:27:02 +03002979 * without having to re-enable interrupts. It's not called while
2980 * the interrupt routine is executing.
2981 */
2982static void gfar_netpoll(struct net_device *dev)
2983{
2984 struct gfar_private *priv = netdev_priv(dev);
Jan Ceuleers3a2e16c2012-06-05 03:42:14 +00002985 int i;
Vitaly Woolf2d71c22006-11-07 13:27:02 +03002986
2987 /* If the device has multiple interrupts, run tx/rx */
Andy Flemingb31a1d82008-12-16 15:29:15 -08002988 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_MULTI_INTR) {
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00002989 for (i = 0; i < priv->num_grps; i++) {
Paul Gortmaker62ed8392013-02-24 05:38:31 +00002990 struct gfar_priv_grp *grp = &priv->gfargrp[i];
2991
2992 disable_irq(gfar_irq(grp, TX)->irq);
2993 disable_irq(gfar_irq(grp, RX)->irq);
2994 disable_irq(gfar_irq(grp, ER)->irq);
2995 gfar_interrupt(gfar_irq(grp, TX)->irq, grp);
2996 enable_irq(gfar_irq(grp, ER)->irq);
2997 enable_irq(gfar_irq(grp, RX)->irq);
2998 enable_irq(gfar_irq(grp, TX)->irq);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00002999 }
Vitaly Woolf2d71c22006-11-07 13:27:02 +03003000 } else {
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00003001 for (i = 0; i < priv->num_grps; i++) {
Paul Gortmaker62ed8392013-02-24 05:38:31 +00003002 struct gfar_priv_grp *grp = &priv->gfargrp[i];
3003
3004 disable_irq(gfar_irq(grp, TX)->irq);
3005 gfar_interrupt(gfar_irq(grp, TX)->irq, grp);
3006 enable_irq(gfar_irq(grp, TX)->irq);
Anton Vorontsov43de0042009-12-09 02:52:19 -08003007 }
Vitaly Woolf2d71c22006-11-07 13:27:02 +03003008 }
3009}
3010#endif
3011
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012/* The interrupt handler for devices with one interrupt */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003013static irqreturn_t gfar_interrupt(int irq, void *grp_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014{
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003015 struct gfar_priv_grp *gfargrp = grp_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016
3017 /* Save ievent for future reference */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003018 u32 events = gfar_read(&gfargrp->regs->ievent);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020 /* Check for reception */
Sergei Shtylyov538cc7e2007-02-15 17:56:01 +04003021 if (events & IEVENT_RX_MASK)
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003022 gfar_receive(irq, grp_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023
3024 /* Check for transmit completion */
Sergei Shtylyov538cc7e2007-02-15 17:56:01 +04003025 if (events & IEVENT_TX_MASK)
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003026 gfar_transmit(irq, grp_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027
Sergei Shtylyov538cc7e2007-02-15 17:56:01 +04003028 /* Check for errors */
3029 if (events & IEVENT_ERR_MASK)
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003030 gfar_error(irq, grp_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031
3032 return IRQ_HANDLED;
3033}
3034
Claudiu Manoil23402bd2013-08-12 13:53:26 +03003035static u32 gfar_get_flowctrl_cfg(struct gfar_private *priv)
3036{
3037 struct phy_device *phydev = priv->phydev;
3038 u32 val = 0;
3039
3040 if (!phydev->duplex)
3041 return val;
3042
3043 if (!priv->pause_aneg_en) {
3044 if (priv->tx_pause_en)
3045 val |= MACCFG1_TX_FLOW;
3046 if (priv->rx_pause_en)
3047 val |= MACCFG1_RX_FLOW;
3048 } else {
3049 u16 lcl_adv, rmt_adv;
3050 u8 flowctrl;
3051 /* get link partner capabilities */
3052 rmt_adv = 0;
3053 if (phydev->pause)
3054 rmt_adv = LPA_PAUSE_CAP;
3055 if (phydev->asym_pause)
3056 rmt_adv |= LPA_PAUSE_ASYM;
3057
3058 lcl_adv = mii_advertise_flowctrl(phydev->advertising);
3059
3060 flowctrl = mii_resolve_flowctrl_fdx(lcl_adv, rmt_adv);
3061 if (flowctrl & FLOW_CTRL_TX)
3062 val |= MACCFG1_TX_FLOW;
3063 if (flowctrl & FLOW_CTRL_RX)
3064 val |= MACCFG1_RX_FLOW;
3065 }
3066
3067 return val;
3068}
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070/* Called every time the controller might need to be made
3071 * aware of new link state. The PHY code conveys this
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003072 * information through variables in the phydev structure, and this
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073 * function converts those variables into the appropriate
3074 * register values, and can bring down the device if needed.
3075 */
3076static void adjust_link(struct net_device *dev)
3077{
3078 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00003079 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003080 struct phy_device *phydev = priv->phydev;
3081 int new_state = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082
Claudiu Manoil08511332014-02-24 12:13:45 +02003083 if (test_bit(GFAR_RESETTING, &priv->state))
3084 return;
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00003085
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003086 if (phydev->link) {
Claudiu Manoil23402bd2013-08-12 13:53:26 +03003087 u32 tempval1 = gfar_read(&regs->maccfg1);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003088 u32 tempval = gfar_read(&regs->maccfg2);
Andy Fleming7f7f5312005-11-11 12:38:59 -06003089 u32 ecntrl = gfar_read(&regs->ecntrl);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003090
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091 /* Now we make sure that we can be in full duplex mode.
Jan Ceuleers0977f812012-06-05 03:42:12 +00003092 * If not, we operate in half-duplex mode.
3093 */
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003094 if (phydev->duplex != priv->oldduplex) {
3095 new_state = 1;
3096 if (!(phydev->duplex))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097 tempval &= ~(MACCFG2_FULL_DUPLEX);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003098 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099 tempval |= MACCFG2_FULL_DUPLEX;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003101 priv->oldduplex = phydev->duplex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102 }
3103
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003104 if (phydev->speed != priv->oldspeed) {
3105 new_state = 1;
3106 switch (phydev->speed) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 case 1000:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 tempval =
3109 ((tempval & ~(MACCFG2_IF)) | MACCFG2_GMII);
Li Yangf430e492009-01-06 14:08:10 -08003110
3111 ecntrl &= ~(ECNTRL_R100);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112 break;
3113 case 100:
3114 case 10:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115 tempval =
3116 ((tempval & ~(MACCFG2_IF)) | MACCFG2_MII);
Andy Fleming7f7f5312005-11-11 12:38:59 -06003117
3118 /* Reduced mode distinguishes
Jan Ceuleers0977f812012-06-05 03:42:12 +00003119 * between 10 and 100
3120 */
Andy Fleming7f7f5312005-11-11 12:38:59 -06003121 if (phydev->speed == SPEED_100)
3122 ecntrl |= ECNTRL_R100;
3123 else
3124 ecntrl &= ~(ECNTRL_R100);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125 break;
3126 default:
Joe Perches59deab22011-06-14 08:57:47 +00003127 netif_warn(priv, link, dev,
3128 "Ack! Speed (%d) is not 10/100/1000!\n",
3129 phydev->speed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130 break;
3131 }
3132
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003133 priv->oldspeed = phydev->speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134 }
3135
Claudiu Manoil23402bd2013-08-12 13:53:26 +03003136 tempval1 &= ~(MACCFG1_TX_FLOW | MACCFG1_RX_FLOW);
3137 tempval1 |= gfar_get_flowctrl_cfg(priv);
3138
3139 gfar_write(&regs->maccfg1, tempval1);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003140 gfar_write(&regs->maccfg2, tempval);
Andy Fleming7f7f5312005-11-11 12:38:59 -06003141 gfar_write(&regs->ecntrl, ecntrl);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003142
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143 if (!priv->oldlink) {
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003144 new_state = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145 priv->oldlink = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 }
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003147 } else if (priv->oldlink) {
3148 new_state = 1;
3149 priv->oldlink = 0;
3150 priv->oldspeed = 0;
3151 priv->oldduplex = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003154 if (new_state && netif_msg_link(priv))
3155 phy_print_status(phydev);
Andy Flemingbb40dcb2005-09-23 22:54:21 -04003156}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157
3158/* Update the hash table based on the current list of multicast
3159 * addresses we subscribe to. Also, change the promiscuity of
3160 * the device based on the flags (this function is called
Jan Ceuleers0977f812012-06-05 03:42:12 +00003161 * whenever dev->flags is changed
3162 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163static void gfar_set_multi(struct net_device *dev)
3164{
Jiri Pirko22bedad32010-04-01 21:22:57 +00003165 struct netdev_hw_addr *ha;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00003167 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168 u32 tempval;
3169
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00003170 if (dev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171 /* Set RCTRL to PROM */
3172 tempval = gfar_read(&regs->rctrl);
3173 tempval |= RCTRL_PROM;
3174 gfar_write(&regs->rctrl, tempval);
3175 } else {
3176 /* Set RCTRL to not PROM */
3177 tempval = gfar_read(&regs->rctrl);
3178 tempval &= ~(RCTRL_PROM);
3179 gfar_write(&regs->rctrl, tempval);
3180 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -04003181
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +00003182 if (dev->flags & IFF_ALLMULTI) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183 /* Set the hash to rx all multicast frames */
Kumar Gala0bbaf062005-06-20 10:54:21 -05003184 gfar_write(&regs->igaddr0, 0xffffffff);
3185 gfar_write(&regs->igaddr1, 0xffffffff);
3186 gfar_write(&regs->igaddr2, 0xffffffff);
3187 gfar_write(&regs->igaddr3, 0xffffffff);
3188 gfar_write(&regs->igaddr4, 0xffffffff);
3189 gfar_write(&regs->igaddr5, 0xffffffff);
3190 gfar_write(&regs->igaddr6, 0xffffffff);
3191 gfar_write(&regs->igaddr7, 0xffffffff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192 gfar_write(&regs->gaddr0, 0xffffffff);
3193 gfar_write(&regs->gaddr1, 0xffffffff);
3194 gfar_write(&regs->gaddr2, 0xffffffff);
3195 gfar_write(&regs->gaddr3, 0xffffffff);
3196 gfar_write(&regs->gaddr4, 0xffffffff);
3197 gfar_write(&regs->gaddr5, 0xffffffff);
3198 gfar_write(&regs->gaddr6, 0xffffffff);
3199 gfar_write(&regs->gaddr7, 0xffffffff);
3200 } else {
Andy Fleming7f7f5312005-11-11 12:38:59 -06003201 int em_num;
3202 int idx;
3203
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 /* zero out the hash */
Kumar Gala0bbaf062005-06-20 10:54:21 -05003205 gfar_write(&regs->igaddr0, 0x0);
3206 gfar_write(&regs->igaddr1, 0x0);
3207 gfar_write(&regs->igaddr2, 0x0);
3208 gfar_write(&regs->igaddr3, 0x0);
3209 gfar_write(&regs->igaddr4, 0x0);
3210 gfar_write(&regs->igaddr5, 0x0);
3211 gfar_write(&regs->igaddr6, 0x0);
3212 gfar_write(&regs->igaddr7, 0x0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 gfar_write(&regs->gaddr0, 0x0);
3214 gfar_write(&regs->gaddr1, 0x0);
3215 gfar_write(&regs->gaddr2, 0x0);
3216 gfar_write(&regs->gaddr3, 0x0);
3217 gfar_write(&regs->gaddr4, 0x0);
3218 gfar_write(&regs->gaddr5, 0x0);
3219 gfar_write(&regs->gaddr6, 0x0);
3220 gfar_write(&regs->gaddr7, 0x0);
3221
Andy Fleming7f7f5312005-11-11 12:38:59 -06003222 /* If we have extended hash tables, we need to
3223 * clear the exact match registers to prepare for
Jan Ceuleers0977f812012-06-05 03:42:12 +00003224 * setting them
3225 */
Andy Fleming7f7f5312005-11-11 12:38:59 -06003226 if (priv->extended_hash) {
3227 em_num = GFAR_EM_NUM + 1;
3228 gfar_clear_exact_match(dev);
3229 idx = 1;
3230 } else {
3231 idx = 0;
3232 em_num = 0;
3233 }
3234
Jiri Pirko4cd24ea2010-02-08 04:30:35 +00003235 if (netdev_mc_empty(dev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236 return;
3237
3238 /* Parse the list, and set the appropriate bits */
Jiri Pirko22bedad32010-04-01 21:22:57 +00003239 netdev_for_each_mc_addr(ha, dev) {
Andy Fleming7f7f5312005-11-11 12:38:59 -06003240 if (idx < em_num) {
Jiri Pirko22bedad32010-04-01 21:22:57 +00003241 gfar_set_mac_for_addr(dev, idx, ha->addr);
Andy Fleming7f7f5312005-11-11 12:38:59 -06003242 idx++;
3243 } else
Jiri Pirko22bedad32010-04-01 21:22:57 +00003244 gfar_set_hash_for_addr(dev, ha->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 }
3246 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247}
3248
Andy Fleming7f7f5312005-11-11 12:38:59 -06003249
3250/* Clears each of the exact match registers to zero, so they
Jan Ceuleers0977f812012-06-05 03:42:12 +00003251 * don't interfere with normal reception
3252 */
Andy Fleming7f7f5312005-11-11 12:38:59 -06003253static void gfar_clear_exact_match(struct net_device *dev)
3254{
3255 int idx;
Joe Perches6a3c910c2011-11-16 09:38:02 +00003256 static const u8 zero_arr[ETH_ALEN] = {0, 0, 0, 0, 0, 0};
Andy Fleming7f7f5312005-11-11 12:38:59 -06003257
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00003258 for (idx = 1; idx < GFAR_EM_NUM + 1; idx++)
Joe Perchesb6bc7652010-12-21 02:16:08 -08003259 gfar_set_mac_for_addr(dev, idx, zero_arr);
Andy Fleming7f7f5312005-11-11 12:38:59 -06003260}
3261
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262/* Set the appropriate hash bit for the given addr */
3263/* The algorithm works like so:
3264 * 1) Take the Destination Address (ie the multicast address), and
3265 * do a CRC on it (little endian), and reverse the bits of the
3266 * result.
3267 * 2) Use the 8 most significant bits as a hash into a 256-entry
3268 * table. The table is controlled through 8 32-bit registers:
3269 * gaddr0-7. gaddr0's MSB is entry 0, and gaddr7's LSB is
3270 * gaddr7. This means that the 3 most significant bits in the
3271 * hash index which gaddr register to use, and the 5 other bits
3272 * indicate which bit (assuming an IBM numbering scheme, which
3273 * for PowerPC (tm) is usually the case) in the register holds
Jan Ceuleers0977f812012-06-05 03:42:12 +00003274 * the entry.
3275 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276static void gfar_set_hash_for_addr(struct net_device *dev, u8 *addr)
3277{
3278 u32 tempval;
3279 struct gfar_private *priv = netdev_priv(dev);
Joe Perches6a3c910c2011-11-16 09:38:02 +00003280 u32 result = ether_crc(ETH_ALEN, addr);
Kumar Gala0bbaf062005-06-20 10:54:21 -05003281 int width = priv->hash_width;
3282 u8 whichbit = (result >> (32 - width)) & 0x1f;
3283 u8 whichreg = result >> (32 - width + 5);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284 u32 value = (1 << (31-whichbit));
3285
Kumar Gala0bbaf062005-06-20 10:54:21 -05003286 tempval = gfar_read(priv->hash_regs[whichreg]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287 tempval |= value;
Kumar Gala0bbaf062005-06-20 10:54:21 -05003288 gfar_write(priv->hash_regs[whichreg], tempval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289}
3290
Andy Fleming7f7f5312005-11-11 12:38:59 -06003291
3292/* There are multiple MAC Address register pairs on some controllers
3293 * This function sets the numth pair to a given address
3294 */
Joe Perchesb6bc7652010-12-21 02:16:08 -08003295static void gfar_set_mac_for_addr(struct net_device *dev, int num,
3296 const u8 *addr)
Andy Fleming7f7f5312005-11-11 12:38:59 -06003297{
3298 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00003299 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Andy Fleming7f7f5312005-11-11 12:38:59 -06003300 int idx;
Joe Perches6a3c910c2011-11-16 09:38:02 +00003301 char tmpbuf[ETH_ALEN];
Andy Fleming7f7f5312005-11-11 12:38:59 -06003302 u32 tempval;
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003303 u32 __iomem *macptr = &regs->macstnaddr1;
Andy Fleming7f7f5312005-11-11 12:38:59 -06003304
3305 macptr += num*2;
3306
Jan Ceuleers0977f812012-06-05 03:42:12 +00003307 /* Now copy it into the mac registers backwards, cuz
3308 * little endian is silly
3309 */
Joe Perches6a3c910c2011-11-16 09:38:02 +00003310 for (idx = 0; idx < ETH_ALEN; idx++)
3311 tmpbuf[ETH_ALEN - 1 - idx] = addr[idx];
Andy Fleming7f7f5312005-11-11 12:38:59 -06003312
3313 gfar_write(macptr, *((u32 *) (tmpbuf)));
3314
3315 tempval = *((u32 *) (tmpbuf + 4));
3316
3317 gfar_write(macptr+1, tempval);
3318}
3319
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320/* GFAR error interrupt handler */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003321static irqreturn_t gfar_error(int irq, void *grp_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322{
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003323 struct gfar_priv_grp *gfargrp = grp_id;
3324 struct gfar __iomem *regs = gfargrp->regs;
3325 struct gfar_private *priv= gfargrp->priv;
3326 struct net_device *dev = priv->ndev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327
3328 /* Save ievent for future reference */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003329 u32 events = gfar_read(&regs->ievent);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330
3331 /* Clear IEVENT */
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003332 gfar_write(&regs->ievent, events & IEVENT_ERR_MASK);
Scott Woodd87eb122008-07-11 18:04:45 -05003333
3334 /* Magic Packet is not an error. */
Andy Flemingb31a1d82008-12-16 15:29:15 -08003335 if ((priv->device_flags & FSL_GIANFAR_DEV_HAS_MAGIC_PACKET) &&
Scott Woodd87eb122008-07-11 18:04:45 -05003336 (events & IEVENT_MAG))
3337 events &= ~IEVENT_MAG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338
3339 /* Hmm... */
Kumar Gala0bbaf062005-06-20 10:54:21 -05003340 if (netif_msg_rx_err(priv) || netif_msg_tx_err(priv))
Jan Ceuleersbc4598b2012-06-05 03:42:13 +00003341 netdev_dbg(dev,
3342 "error interrupt (ievent=0x%08x imask=0x%08x)\n",
Joe Perches59deab22011-06-14 08:57:47 +00003343 events, gfar_read(&regs->imask));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344
3345 /* Update the error counters */
3346 if (events & IEVENT_TXE) {
Jeff Garzik09f75cd2007-10-03 17:41:50 -07003347 dev->stats.tx_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348
3349 if (events & IEVENT_LC)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07003350 dev->stats.tx_window_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351 if (events & IEVENT_CRL)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07003352 dev->stats.tx_aborted_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353 if (events & IEVENT_XFUN) {
Anton Vorontsov836cf7f2009-11-10 14:11:08 +00003354 unsigned long flags;
3355
Joe Perches59deab22011-06-14 08:57:47 +00003356 netif_dbg(priv, tx_err, dev,
3357 "TX FIFO underrun, packet dropped\n");
Jeff Garzik09f75cd2007-10-03 17:41:50 -07003358 dev->stats.tx_dropped++;
Paul Gortmaker212079d2013-02-12 15:38:19 -05003359 atomic64_inc(&priv->extra_stats.tx_underrun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360
Anton Vorontsov836cf7f2009-11-10 14:11:08 +00003361 local_irq_save(flags);
3362 lock_tx_qs(priv);
3363
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364 /* Reactivate the Tx Queues */
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +00003365 gfar_write(&regs->tstat, gfargrp->tstat);
Anton Vorontsov836cf7f2009-11-10 14:11:08 +00003366
3367 unlock_tx_qs(priv);
3368 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369 }
Joe Perches59deab22011-06-14 08:57:47 +00003370 netif_dbg(priv, tx_err, dev, "Transmit Error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371 }
3372 if (events & IEVENT_BSY) {
Jeff Garzik09f75cd2007-10-03 17:41:50 -07003373 dev->stats.rx_errors++;
Paul Gortmaker212079d2013-02-12 15:38:19 -05003374 atomic64_inc(&priv->extra_stats.rx_bsy);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375
Sandeep Gopalpetf4983702009-11-02 07:03:09 +00003376 gfar_receive(irq, grp_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377
Joe Perches59deab22011-06-14 08:57:47 +00003378 netif_dbg(priv, rx_err, dev, "busy error (rstat: %x)\n",
3379 gfar_read(&regs->rstat));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380 }
3381 if (events & IEVENT_BABR) {
Jeff Garzik09f75cd2007-10-03 17:41:50 -07003382 dev->stats.rx_errors++;
Paul Gortmaker212079d2013-02-12 15:38:19 -05003383 atomic64_inc(&priv->extra_stats.rx_babr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384
Joe Perches59deab22011-06-14 08:57:47 +00003385 netif_dbg(priv, rx_err, dev, "babbling RX error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386 }
3387 if (events & IEVENT_EBERR) {
Paul Gortmaker212079d2013-02-12 15:38:19 -05003388 atomic64_inc(&priv->extra_stats.eberr);
Joe Perches59deab22011-06-14 08:57:47 +00003389 netif_dbg(priv, rx_err, dev, "bus error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390 }
Joe Perches59deab22011-06-14 08:57:47 +00003391 if (events & IEVENT_RXC)
3392 netif_dbg(priv, rx_status, dev, "control frame\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393
3394 if (events & IEVENT_BABT) {
Paul Gortmaker212079d2013-02-12 15:38:19 -05003395 atomic64_inc(&priv->extra_stats.tx_babt);
Joe Perches59deab22011-06-14 08:57:47 +00003396 netif_dbg(priv, tx_err, dev, "babbling TX error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397 }
3398 return IRQ_HANDLED;
3399}
3400
Andy Flemingb31a1d82008-12-16 15:29:15 -08003401static struct of_device_id gfar_match[] =
3402{
3403 {
3404 .type = "network",
3405 .compatible = "gianfar",
3406 },
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +00003407 {
3408 .compatible = "fsl,etsec2",
3409 },
Andy Flemingb31a1d82008-12-16 15:29:15 -08003410 {},
3411};
Anton Vorontsove72701a2009-10-14 14:54:52 -07003412MODULE_DEVICE_TABLE(of, gfar_match);
Andy Flemingb31a1d82008-12-16 15:29:15 -08003413
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414/* Structure for a device driver */
Grant Likely74888762011-02-22 21:05:51 -07003415static struct platform_driver gfar_driver = {
Grant Likely40182942010-04-13 16:13:02 -07003416 .driver = {
3417 .name = "fsl-gianfar",
3418 .owner = THIS_MODULE,
3419 .pm = GFAR_PM_OPS,
3420 .of_match_table = gfar_match,
3421 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422 .probe = gfar_probe,
3423 .remove = gfar_remove,
3424};
3425
Axel Lindb62f682011-11-27 16:44:17 +00003426module_platform_driver(gfar_driver);