blob: 3c8e4e2efc070f9a6276026100cdb82d2b1ea159 [file] [log] [blame]
Thomas Gleixner754460a2019-05-31 01:09:23 -07001// SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Paul Gortmaker3396c782012-01-27 13:36:01 +00003 * drivers/net/ethernet/freescale/gianfar_ethtool.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
5 * Gianfar Ethernet Driver
6 * Ethtool support for Gianfar Enet
7 * Based on e1000 ethtool support
8 *
9 * Author: Andy Fleming
Kumar Gala4c8d3d92005-11-13 16:06:30 -080010 * Maintainer: Kumar Gala
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +000011 * Modifier: Sandeep Gopalpet <sandeep.kumar@freescale.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 *
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +000013 * Copyright 2003-2006, 2008-2009, 2011 Freescale Semiconductor, Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 */
15
Joe Perches59deab22011-06-14 08:57:47 +000016#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
17
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <linux/string.h>
20#include <linux/errno.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/delay.h>
23#include <linux/netdevice.h>
24#include <linux/etherdevice.h>
David S. Miller65a85a82012-04-06 00:35:34 -040025#include <linux/net_tstamp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include <linux/skbuff.h>
27#include <linux/spinlock.h>
28#include <linux/mm.h>
29
30#include <asm/io.h>
31#include <asm/irq.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080032#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <linux/crc32.h>
35#include <asm/types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include <linux/ethtool.h>
Andy Flemingbb40dcb2005-09-23 22:54:21 -040037#include <linux/mii.h>
38#include <linux/phy.h>
Sebastian Poehn4aa3a712011-06-20 13:57:59 -070039#include <linux/sort.h>
Sebastian Poehn380b1532011-07-07 04:30:29 -070040#include <linux/if_vlan.h>
Yangbo Lu7349a742018-05-25 12:40:36 +080041#include <linux/of_platform.h>
42#include <linux/fsl/ptp_qoriq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44#include "gianfar.h"
45
Andy Flemingbb40dcb2005-09-23 22:54:21 -040046#define GFAR_MAX_COAL_USECS 0xffff
47#define GFAR_MAX_COAL_FRAMES 0xff
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
Paul Gortmaker30f7e312012-01-08 13:21:57 -050049static const char stat_gstrings[][ETH_GSTRING_LEN] = {
Claudiu Manoil76f31e82015-07-13 16:22:03 +030050 /* extra stats */
51 "rx-allocation-errors",
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 "rx-large-frame-errors",
53 "rx-short-frame-errors",
54 "rx-non-octet-errors",
55 "rx-crc-errors",
56 "rx-overrun-errors",
57 "rx-busy-errors",
58 "rx-babbling-errors",
59 "rx-truncated-frames",
60 "ethernet-bus-error",
61 "tx-babbling-errors",
62 "tx-underrun-errors",
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 "tx-timeout-errors",
Claudiu Manoil76f31e82015-07-13 16:22:03 +030064 /* rmon stats */
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 "tx-rx-64-frames",
66 "tx-rx-65-127-frames",
67 "tx-rx-128-255-frames",
68 "tx-rx-256-511-frames",
69 "tx-rx-512-1023-frames",
70 "tx-rx-1024-1518-frames",
71 "tx-rx-1519-1522-good-vlan",
72 "rx-bytes",
73 "rx-packets",
74 "rx-fcs-errors",
75 "receive-multicast-packet",
76 "receive-broadcast-packet",
77 "rx-control-frame-packets",
78 "rx-pause-frame-packets",
79 "rx-unknown-op-code",
80 "rx-alignment-error",
81 "rx-frame-length-error",
82 "rx-code-error",
83 "rx-carrier-sense-error",
84 "rx-undersize-packets",
85 "rx-oversize-packets",
86 "rx-fragmented-frames",
87 "rx-jabber-frames",
88 "rx-dropped-frames",
89 "tx-byte-counter",
90 "tx-packets",
91 "tx-multicast-packets",
92 "tx-broadcast-packets",
93 "tx-pause-control-frames",
94 "tx-deferral-packets",
95 "tx-excessive-deferral-packets",
96 "tx-single-collision-packets",
97 "tx-multiple-collision-packets",
98 "tx-late-collision-packets",
99 "tx-excessive-collision-packets",
100 "tx-total-collision",
101 "reserved",
102 "tx-dropped-frames",
103 "tx-jabber-frames",
104 "tx-fcs-errors",
105 "tx-control-frames",
106 "tx-oversize-frames",
107 "tx-undersize-frames",
108 "tx-fragmented-frames",
109};
110
Kumar Gala0bbaf062005-06-20 10:54:21 -0500111/* Fill in a buffer with the strings which correspond to the
112 * stats */
113static void gfar_gstrings(struct net_device *dev, u32 stringset, u8 * buf)
114{
115 struct gfar_private *priv = netdev_priv(dev);
Andy Fleming7f7f5312005-11-11 12:38:59 -0600116
Andy Flemingb31a1d82008-12-16 15:29:15 -0800117 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON)
Kumar Gala0bbaf062005-06-20 10:54:21 -0500118 memcpy(buf, stat_gstrings, GFAR_STATS_LEN * ETH_GSTRING_LEN);
119 else
120 memcpy(buf, stat_gstrings,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000121 GFAR_EXTRA_STATS_LEN * ETH_GSTRING_LEN);
Kumar Gala0bbaf062005-06-20 10:54:21 -0500122}
123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124/* Fill in an array of 64-bit statistics from various sources.
125 * This array will be appended to the end of the ethtool_stats
126 * structure, and returned to user space
127 */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000128static void gfar_fill_stats(struct net_device *dev, struct ethtool_stats *dummy,
129 u64 *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130{
131 int i;
132 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000133 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Paul Gortmaker212079d2013-02-12 15:38:19 -0500134 atomic64_t *extra = (atomic64_t *)&priv->extra_stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135
Paul Gortmaker68719782013-02-12 15:28:35 -0500136 for (i = 0; i < GFAR_EXTRA_STATS_LEN; i++)
Paul Gortmaker212079d2013-02-12 15:38:19 -0500137 buf[i] = atomic64_read(&extra[i]);
Paul Gortmaker68719782013-02-12 15:28:35 -0500138
Andy Flemingb31a1d82008-12-16 15:29:15 -0800139 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON) {
Sandeep Gopalpetf4983702009-11-02 07:03:09 +0000140 u32 __iomem *rmon = (u32 __iomem *) &regs->rmon;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
Paul Gortmaker68719782013-02-12 15:28:35 -0500142 for (; i < GFAR_STATS_LEN; i++, rmon++)
143 buf[i] = (u64) gfar_read(rmon);
144 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145}
146
Jeff Garzikb9f2c042007-10-03 18:07:32 -0700147static int gfar_sset_count(struct net_device *dev, int sset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 struct gfar_private *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
Jeff Garzikb9f2c042007-10-03 18:07:32 -0700151 switch (sset) {
152 case ETH_SS_STATS:
Andy Flemingb31a1d82008-12-16 15:29:15 -0800153 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON)
Jeff Garzikb9f2c042007-10-03 18:07:32 -0700154 return GFAR_STATS_LEN;
155 else
156 return GFAR_EXTRA_STATS_LEN;
157 default:
158 return -EOPNOTSUPP;
159 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160}
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162/* Fills in the drvinfo structure with some basic info */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000163static void gfar_gdrvinfo(struct net_device *dev,
164 struct ethtool_drvinfo *drvinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165{
Jiri Pirko7826d432013-01-06 00:44:26 +0000166 strlcpy(drvinfo->driver, DRV_NAME, sizeof(drvinfo->driver));
167 strlcpy(drvinfo->version, gfar_driver_version,
168 sizeof(drvinfo->version));
169 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version));
170 strlcpy(drvinfo->bus_info, "N/A", sizeof(drvinfo->bus_info));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171}
172
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173/* Return the length of the register structure */
Kumar Gala0bbaf062005-06-20 10:54:21 -0500174static int gfar_reglen(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175{
176 return sizeof (struct gfar);
177}
178
179/* Return a dump of the GFAR register space */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000180static void gfar_get_regs(struct net_device *dev, struct ethtool_regs *regs,
181 void *regbuf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182{
183 int i;
184 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000185 u32 __iomem *theregs = (u32 __iomem *) priv->gfargrp[0].regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 u32 *buf = (u32 *) regbuf;
187
188 for (i = 0; i < sizeof (struct gfar) / sizeof (u32); i++)
Kumar Galacc8c6e32006-02-01 15:18:03 -0600189 buf[i] = gfar_read(&theregs[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190}
191
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192/* Convert microseconds to ethernet clock ticks, which changes
193 * depending on what speed the controller is running at */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000194static unsigned int gfar_usecs2ticks(struct gfar_private *priv,
195 unsigned int usecs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196{
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200197 struct net_device *ndev = priv->ndev;
198 struct phy_device *phydev = ndev->phydev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 unsigned int count;
200
201 /* The timer is different, depending on the interface speed */
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200202 switch (phydev->speed) {
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400203 case SPEED_1000:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 count = GFAR_GBIT_TIME;
205 break;
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400206 case SPEED_100:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 count = GFAR_100_TIME;
208 break;
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400209 case SPEED_10:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 default:
211 count = GFAR_10_TIME;
212 break;
213 }
214
215 /* Make sure we return a number greater than 0
216 * if usecs > 0 */
zhong jiangf8a19882018-09-11 21:08:15 +0800217 return DIV_ROUND_UP(usecs * 1000, count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218}
219
220/* Convert ethernet clock ticks to microseconds */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000221static unsigned int gfar_ticks2usecs(struct gfar_private *priv,
222 unsigned int ticks)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223{
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200224 struct net_device *ndev = priv->ndev;
225 struct phy_device *phydev = ndev->phydev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 unsigned int count;
227
228 /* The timer is different, depending on the interface speed */
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200229 switch (phydev->speed) {
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400230 case SPEED_1000:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 count = GFAR_GBIT_TIME;
232 break;
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400233 case SPEED_100:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 count = GFAR_100_TIME;
235 break;
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400236 case SPEED_10:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 default:
238 count = GFAR_10_TIME;
239 break;
240 }
241
242 /* Make sure we return a number greater than 0 */
243 /* if ticks is > 0 */
Eric Dumazet807540b2010-09-23 05:40:09 +0000244 return (ticks * count) / 1000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245}
246
247/* Get the coalescing parameters, and put them in the cvals
248 * structure. */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000249static int gfar_gcoalesce(struct net_device *dev,
250 struct ethtool_coalesce *cvals)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251{
252 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000253 struct gfar_priv_rx_q *rx_queue = NULL;
254 struct gfar_priv_tx_q *tx_queue = NULL;
Dai Harukib46a8452008-12-16 15:29:52 -0800255 unsigned long rxtime;
256 unsigned long rxcount;
257 unsigned long txtime;
258 unsigned long txcount;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400259
Andy Flemingb31a1d82008-12-16 15:29:15 -0800260 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_COALESCE))
Kumar Gala0bbaf062005-06-20 10:54:21 -0500261 return -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200263 if (!dev->phydev)
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400264 return -ENODEV;
265
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000266 rx_queue = priv->rx_queue[0];
267 tx_queue = priv->tx_queue[0];
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000268
269 rxtime = get_ictt_value(rx_queue->rxic);
270 rxcount = get_icft_value(rx_queue->rxic);
271 txtime = get_ictt_value(tx_queue->txic);
272 txcount = get_icft_value(tx_queue->txic);
Dai Harukib46a8452008-12-16 15:29:52 -0800273 cvals->rx_coalesce_usecs = gfar_ticks2usecs(priv, rxtime);
274 cvals->rx_max_coalesced_frames = rxcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275
Dai Harukib46a8452008-12-16 15:29:52 -0800276 cvals->tx_coalesce_usecs = gfar_ticks2usecs(priv, txtime);
277 cvals->tx_max_coalesced_frames = txcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278
279 cvals->use_adaptive_rx_coalesce = 0;
280 cvals->use_adaptive_tx_coalesce = 0;
281
282 cvals->pkt_rate_low = 0;
283 cvals->rx_coalesce_usecs_low = 0;
284 cvals->rx_max_coalesced_frames_low = 0;
285 cvals->tx_coalesce_usecs_low = 0;
286 cvals->tx_max_coalesced_frames_low = 0;
287
288 /* When the packet rate is below pkt_rate_high but above
289 * pkt_rate_low (both measured in packets per second) the
290 * normal {rx,tx}_* coalescing parameters are used.
291 */
292
293 /* When the packet rate is (measured in packets per second)
294 * is above pkt_rate_high, the {rx,tx}_*_high parameters are
295 * used.
296 */
297 cvals->pkt_rate_high = 0;
298 cvals->rx_coalesce_usecs_high = 0;
299 cvals->rx_max_coalesced_frames_high = 0;
300 cvals->tx_coalesce_usecs_high = 0;
301 cvals->tx_max_coalesced_frames_high = 0;
302
303 /* How often to do adaptive coalescing packet rate sampling,
304 * measured in seconds. Must not be zero.
305 */
306 cvals->rate_sample_interval = 0;
307
308 return 0;
309}
310
311/* Change the coalescing values.
312 * Both cvals->*_usecs and cvals->*_frames have to be > 0
313 * in order for coalescing to be active
314 */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000315static int gfar_scoalesce(struct net_device *dev,
316 struct ethtool_coalesce *cvals)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317{
318 struct gfar_private *priv = netdev_priv(dev);
Claudiu Manoilf19015b2014-02-24 12:13:46 +0200319 int i, err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
Andy Flemingb31a1d82008-12-16 15:29:15 -0800321 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_COALESCE))
Kumar Gala0bbaf062005-06-20 10:54:21 -0500322 return -EOPNOTSUPP;
323
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200324 if (!dev->phydev)
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400325 return -ENODEV;
326
327 /* Check the bounds of the values */
328 if (cvals->rx_coalesce_usecs > GFAR_MAX_COAL_USECS) {
Joe Perches375d6a12013-04-13 19:03:18 +0000329 netdev_info(dev, "Coalescing is limited to %d microseconds\n",
330 GFAR_MAX_COAL_USECS);
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400331 return -EINVAL;
332 }
333
334 if (cvals->rx_max_coalesced_frames > GFAR_MAX_COAL_FRAMES) {
Joe Perches375d6a12013-04-13 19:03:18 +0000335 netdev_info(dev, "Coalescing is limited to %d frames\n",
336 GFAR_MAX_COAL_FRAMES);
Andy Flemingbb40dcb2005-09-23 22:54:21 -0400337 return -EINVAL;
338 }
339
Claudiu Manoilf19015b2014-02-24 12:13:46 +0200340 /* Check the bounds of the values */
341 if (cvals->tx_coalesce_usecs > GFAR_MAX_COAL_USECS) {
342 netdev_info(dev, "Coalescing is limited to %d microseconds\n",
343 GFAR_MAX_COAL_USECS);
344 return -EINVAL;
345 }
346
347 if (cvals->tx_max_coalesced_frames > GFAR_MAX_COAL_FRAMES) {
348 netdev_info(dev, "Coalescing is limited to %d frames\n",
349 GFAR_MAX_COAL_FRAMES);
350 return -EINVAL;
351 }
352
353 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
354 cpu_relax();
355
356 /* Set up rx coalescing */
357 if ((cvals->rx_coalesce_usecs == 0) ||
358 (cvals->rx_max_coalesced_frames == 0)) {
359 for (i = 0; i < priv->num_rx_queues; i++)
360 priv->rx_queue[i]->rxcoalescing = 0;
361 } else {
362 for (i = 0; i < priv->num_rx_queues; i++)
363 priv->rx_queue[i]->rxcoalescing = 1;
364 }
365
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000366 for (i = 0; i < priv->num_rx_queues; i++) {
367 priv->rx_queue[i]->rxic = mk_ic_value(
368 cvals->rx_max_coalesced_frames,
369 gfar_usecs2ticks(priv, cvals->rx_coalesce_usecs));
370 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371
372 /* Set up tx coalescing */
373 if ((cvals->tx_coalesce_usecs == 0) ||
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000374 (cvals->tx_max_coalesced_frames == 0)) {
375 for (i = 0; i < priv->num_tx_queues; i++)
376 priv->tx_queue[i]->txcoalescing = 0;
377 } else {
378 for (i = 0; i < priv->num_tx_queues; i++)
379 priv->tx_queue[i]->txcoalescing = 1;
380 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381
Sandeep Gopalpet46ceb602009-11-02 07:03:34 +0000382 for (i = 0; i < priv->num_tx_queues; i++) {
383 priv->tx_queue[i]->txic = mk_ic_value(
384 cvals->tx_max_coalesced_frames,
385 gfar_usecs2ticks(priv, cvals->tx_coalesce_usecs));
386 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
Claudiu Manoilf19015b2014-02-24 12:13:46 +0200388 if (dev->flags & IFF_UP) {
389 stop_gfar(dev);
390 err = startup_gfar(dev);
391 } else {
392 gfar_mac_reset(priv);
393 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
Claudiu Manoilf19015b2014-02-24 12:13:46 +0200395 clear_bit_unlock(GFAR_RESETTING, &priv->state);
396
397 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398}
399
400/* Fills in rvals with the current ring parameters. Currently,
401 * rx, rx_mini, and rx_jumbo rings are the same size, as mini and
402 * jumbo are ignored by the driver */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000403static void gfar_gringparam(struct net_device *dev,
404 struct ethtool_ringparam *rvals)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405{
406 struct gfar_private *priv = netdev_priv(dev);
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000407 struct gfar_priv_tx_q *tx_queue = NULL;
408 struct gfar_priv_rx_q *rx_queue = NULL;
409
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000410 tx_queue = priv->tx_queue[0];
411 rx_queue = priv->rx_queue[0];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412
413 rvals->rx_max_pending = GFAR_RX_MAX_RING_SIZE;
414 rvals->rx_mini_max_pending = GFAR_RX_MAX_RING_SIZE;
415 rvals->rx_jumbo_max_pending = GFAR_RX_MAX_RING_SIZE;
416 rvals->tx_max_pending = GFAR_TX_MAX_RING_SIZE;
417
418 /* Values changeable by the user. The valid values are
419 * in the range 1 to the "*_max_pending" counterpart above.
420 */
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000421 rvals->rx_pending = rx_queue->rx_ring_size;
422 rvals->rx_mini_pending = rx_queue->rx_ring_size;
423 rvals->rx_jumbo_pending = rx_queue->rx_ring_size;
424 rvals->tx_pending = tx_queue->tx_ring_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425}
426
427/* Change the current ring parameters, stopping the controller if
Claudiu Manoil7cca3362014-02-17 12:53:19 +0200428 * necessary so that we don't mess things up while we're in motion.
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000429 */
430static int gfar_sringparam(struct net_device *dev,
431 struct ethtool_ringparam *rvals)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 struct gfar_private *priv = netdev_priv(dev);
Claudiu Manoil7cca3362014-02-17 12:53:19 +0200434 int err = 0, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435
436 if (rvals->rx_pending > GFAR_RX_MAX_RING_SIZE)
437 return -EINVAL;
438
439 if (!is_power_of_2(rvals->rx_pending)) {
Joe Perches59deab22011-06-14 08:57:47 +0000440 netdev_err(dev, "Ring sizes must be a power of 2\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441 return -EINVAL;
442 }
443
444 if (rvals->tx_pending > GFAR_TX_MAX_RING_SIZE)
445 return -EINVAL;
446
447 if (!is_power_of_2(rvals->tx_pending)) {
Joe Perches59deab22011-06-14 08:57:47 +0000448 netdev_err(dev, "Ring sizes must be a power of 2\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 return -EINVAL;
450 }
451
Claudiu Manoil08511332014-02-24 12:13:45 +0200452 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
453 cpu_relax();
454
Claudiu Manoil7cca3362014-02-17 12:53:19 +0200455 if (dev->flags & IFF_UP)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 stop_gfar(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457
Claudiu Manoil7cca3362014-02-17 12:53:19 +0200458 /* Change the sizes */
459 for (i = 0; i < priv->num_rx_queues; i++)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000460 priv->rx_queue[i]->rx_ring_size = rvals->rx_pending;
Claudiu Manoil7cca3362014-02-17 12:53:19 +0200461
462 for (i = 0; i < priv->num_tx_queues; i++)
Sandeep Gopalpetfba4ed02009-11-02 07:03:15 +0000463 priv->tx_queue[i]->tx_ring_size = rvals->tx_pending;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464
Kumar Gala0bbaf062005-06-20 10:54:21 -0500465 /* Rebuild the rings with the new size */
Claudiu Manoil08511332014-02-24 12:13:45 +0200466 if (dev->flags & IFF_UP)
Kumar Gala0bbaf062005-06-20 10:54:21 -0500467 err = startup_gfar(dev);
Claudiu Manoil08511332014-02-24 12:13:45 +0200468
469 clear_bit_unlock(GFAR_RESETTING, &priv->state);
470
Kumar Gala0bbaf062005-06-20 10:54:21 -0500471 return err;
472}
473
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300474static void gfar_gpauseparam(struct net_device *dev,
475 struct ethtool_pauseparam *epause)
476{
477 struct gfar_private *priv = netdev_priv(dev);
478
479 epause->autoneg = !!priv->pause_aneg_en;
480 epause->rx_pause = !!priv->rx_pause_en;
481 epause->tx_pause = !!priv->tx_pause_en;
482}
483
484static int gfar_spauseparam(struct net_device *dev,
485 struct ethtool_pauseparam *epause)
486{
487 struct gfar_private *priv = netdev_priv(dev);
Philippe Reynes4c4a6b02016-05-16 01:30:08 +0200488 struct phy_device *phydev = dev->phydev;
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300489 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300490
Claudiu Manoil98a46d42014-04-23 16:38:47 +0300491 if (!phydev)
492 return -ENODEV;
493
Andrew Lunn22b7d292018-09-12 01:53:19 +0200494 if (!phy_validate_pause(phydev, epause))
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300495 return -EINVAL;
496
497 priv->rx_pause_en = priv->tx_pause_en = 0;
Andrew Lunn70814e82018-09-12 01:53:17 +0200498 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause);
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300499 if (epause->rx_pause) {
500 priv->rx_pause_en = 1;
501
502 if (epause->tx_pause) {
503 priv->tx_pause_en = 1;
Andrew Lunn70814e82018-09-12 01:53:17 +0200504 }
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300505 } else if (epause->tx_pause) {
506 priv->tx_pause_en = 1;
Andrew Lunn70814e82018-09-12 01:53:17 +0200507 }
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300508
509 if (epause->autoneg)
510 priv->pause_aneg_en = 1;
511 else
512 priv->pause_aneg_en = 0;
513
Andrew Lunn70814e82018-09-12 01:53:17 +0200514 if (!epause->autoneg) {
515 u32 tempval = gfar_read(&regs->maccfg1);
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300516
Andrew Lunn70814e82018-09-12 01:53:17 +0200517 tempval &= ~(MACCFG1_TX_FLOW | MACCFG1_RX_FLOW);
Matei Pavaluca45b679c92014-10-27 10:42:44 +0200518
Andrew Lunn70814e82018-09-12 01:53:17 +0200519 priv->tx_actual_en = 0;
520 if (priv->tx_pause_en) {
521 priv->tx_actual_en = 1;
522 tempval |= MACCFG1_TX_FLOW;
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300523 }
Andrew Lunn70814e82018-09-12 01:53:17 +0200524
525 if (priv->rx_pause_en)
526 tempval |= MACCFG1_RX_FLOW;
527 gfar_write(&regs->maccfg1, tempval);
Claudiu Manoil23402bd2013-08-12 13:53:26 +0300528 }
529
530 return 0;
531}
532
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000533int gfar_set_features(struct net_device *dev, netdev_features_t features)
Kumar Gala0bbaf062005-06-20 10:54:21 -0500534{
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000535 netdev_features_t changed = dev->features ^ features;
Claudiu Manoil08511332014-02-24 12:13:45 +0200536 struct gfar_private *priv = netdev_priv(dev);
Claudiu Manoil7cca3362014-02-17 12:53:19 +0200537 int err = 0;
Kumar Gala0bbaf062005-06-20 10:54:21 -0500538
Claudiu Manoil88302642014-02-24 12:13:43 +0200539 if (!(changed & (NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX |
540 NETIF_F_RXCSUM)))
Michał Mirosław8b3afe92011-04-15 04:50:50 +0000541 return 0;
Sandeep Gopalpeta12f8012009-11-02 07:03:00 +0000542
Claudiu Manoil08511332014-02-24 12:13:45 +0200543 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
544 cpu_relax();
545
Claudiu Manoil88302642014-02-24 12:13:43 +0200546 dev->features = features;
547
Kumar Gala0bbaf062005-06-20 10:54:21 -0500548 if (dev->flags & IFF_UP) {
Kumar Gala0bbaf062005-06-20 10:54:21 -0500549 /* Now we take down the rings to rebuild them */
550 stop_gfar(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 err = startup_gfar(dev);
Claudiu Manoil08511332014-02-24 12:13:45 +0200552 } else {
553 gfar_mac_reset(priv);
Dai Haruki12dea572008-12-16 15:30:20 -0800554 }
Claudiu Manoil08511332014-02-24 12:13:45 +0200555
556 clear_bit_unlock(GFAR_RESETTING, &priv->state);
557
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 return err;
559}
560
Kumar Gala0bbaf062005-06-20 10:54:21 -0500561static uint32_t gfar_get_msglevel(struct net_device *dev)
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400562{
Kumar Gala0bbaf062005-06-20 10:54:21 -0500563 struct gfar_private *priv = netdev_priv(dev);
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000564
Kumar Gala0bbaf062005-06-20 10:54:21 -0500565 return priv->msg_enable;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400566}
567
Kumar Gala0bbaf062005-06-20 10:54:21 -0500568static void gfar_set_msglevel(struct net_device *dev, uint32_t data)
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400569{
Kumar Gala0bbaf062005-06-20 10:54:21 -0500570 struct gfar_private *priv = netdev_priv(dev);
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000571
Kumar Gala0bbaf062005-06-20 10:54:21 -0500572 priv->msg_enable = data;
573}
574
Scott Woodd87eb122008-07-11 18:04:45 -0500575#ifdef CONFIG_PM
576static void gfar_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
577{
578 struct gfar_private *priv = netdev_priv(dev);
579
Claudiu Manoil3e905b82015-10-05 17:19:59 +0300580 wol->supported = 0;
581 wol->wolopts = 0;
582
583 if (priv->wol_supported & GFAR_WOL_MAGIC)
584 wol->supported |= WAKE_MAGIC;
585
586 if (priv->wol_supported & GFAR_WOL_FILER_UCAST)
587 wol->supported |= WAKE_UCAST;
588
589 if (priv->wol_opts & GFAR_WOL_MAGIC)
590 wol->wolopts |= WAKE_MAGIC;
591
592 if (priv->wol_opts & GFAR_WOL_FILER_UCAST)
593 wol->wolopts |= WAKE_UCAST;
Scott Woodd87eb122008-07-11 18:04:45 -0500594}
595
596static int gfar_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
597{
598 struct gfar_private *priv = netdev_priv(dev);
Claudiu Manoil3e905b82015-10-05 17:19:59 +0300599 u16 wol_opts = 0;
600 int err;
Scott Woodd87eb122008-07-11 18:04:45 -0500601
Claudiu Manoil3e905b82015-10-05 17:19:59 +0300602 if (!priv->wol_supported && wol->wolopts)
Scott Woodd87eb122008-07-11 18:04:45 -0500603 return -EINVAL;
604
Claudiu Manoil3e905b82015-10-05 17:19:59 +0300605 if (wol->wolopts & ~(WAKE_MAGIC | WAKE_UCAST))
Scott Woodd87eb122008-07-11 18:04:45 -0500606 return -EINVAL;
607
Claudiu Manoil3e905b82015-10-05 17:19:59 +0300608 if (wol->wolopts & WAKE_MAGIC) {
609 wol_opts |= GFAR_WOL_MAGIC;
610 } else {
611 if (wol->wolopts & WAKE_UCAST)
612 wol_opts |= GFAR_WOL_FILER_UCAST;
613 }
Rafael J. Wysocki6c4f1992010-11-09 11:54:19 +0000614
Claudiu Manoil3e905b82015-10-05 17:19:59 +0300615 wol_opts &= priv->wol_supported;
616 priv->wol_opts = 0;
617
618 err = device_set_wakeup_enable(priv->dev, wol_opts);
619 if (err)
620 return err;
621
622 priv->wol_opts = wol_opts;
Scott Woodd87eb122008-07-11 18:04:45 -0500623
624 return 0;
625}
626#endif
Kumar Gala0bbaf062005-06-20 10:54:21 -0500627
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000628static void ethflow_to_filer_rules (struct gfar_private *priv, u64 ethflow)
629{
630 u32 fcr = 0x0, fpr = FPR_FILER_MASK;
631
632 if (ethflow & RXH_L2DA) {
Claudiu Manoil5188f7e2015-10-23 11:41:58 +0300633 fcr = RQFCR_PID_DAH | RQFCR_CMP_NOMATCH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000634 RQFCR_HASH | RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000635 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
636 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000637 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
638 priv->cur_filer_idx = priv->cur_filer_idx - 1;
639
Claudiu Manoil5188f7e2015-10-23 11:41:58 +0300640 fcr = RQFCR_PID_DAL | RQFCR_CMP_NOMATCH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000641 RQFCR_HASH | RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000642 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
643 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000644 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
645 priv->cur_filer_idx = priv->cur_filer_idx - 1;
646 }
647
648 if (ethflow & RXH_VLAN) {
649 fcr = RQFCR_PID_VID | RQFCR_CMP_NOMATCH | RQFCR_HASH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000650 RQFCR_AND | RQFCR_HASHTBL_0;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000651 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000652 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
653 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000654 priv->cur_filer_idx = priv->cur_filer_idx - 1;
655 }
656
657 if (ethflow & RXH_IP_SRC) {
658 fcr = RQFCR_PID_SIA | RQFCR_CMP_NOMATCH | RQFCR_HASH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000659 RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000660 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
661 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000662 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
663 priv->cur_filer_idx = priv->cur_filer_idx - 1;
664 }
665
666 if (ethflow & (RXH_IP_DST)) {
667 fcr = RQFCR_PID_DIA | RQFCR_CMP_NOMATCH | RQFCR_HASH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000668 RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000669 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
670 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000671 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
672 priv->cur_filer_idx = priv->cur_filer_idx - 1;
673 }
674
675 if (ethflow & RXH_L3_PROTO) {
676 fcr = RQFCR_PID_L4P | RQFCR_CMP_NOMATCH | RQFCR_HASH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000677 RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000678 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
679 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000680 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
681 priv->cur_filer_idx = priv->cur_filer_idx - 1;
682 }
683
684 if (ethflow & RXH_L4_B_0_1) {
685 fcr = RQFCR_PID_SPT | RQFCR_CMP_NOMATCH | RQFCR_HASH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000686 RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000687 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
688 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000689 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
690 priv->cur_filer_idx = priv->cur_filer_idx - 1;
691 }
692
693 if (ethflow & RXH_L4_B_2_3) {
694 fcr = RQFCR_PID_DPT | RQFCR_CMP_NOMATCH | RQFCR_HASH |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000695 RQFCR_AND | RQFCR_HASHTBL_0;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000696 priv->ftp_rqfpr[priv->cur_filer_idx] = fpr;
697 priv->ftp_rqfcr[priv->cur_filer_idx] = fcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000698 gfar_write_filer(priv, priv->cur_filer_idx, fcr, fpr);
699 priv->cur_filer_idx = priv->cur_filer_idx - 1;
700 }
701}
702
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000703static int gfar_ethflow_to_filer_table(struct gfar_private *priv, u64 ethflow,
704 u64 class)
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000705{
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000706 unsigned int cmp_rqfpr;
Wang Shaoyan588dc912011-08-11 17:07:25 +0000707 unsigned int *local_rqfpr;
708 unsigned int *local_rqfcr;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000709 int i = 0x0, k = 0x0;
710 int j = MAX_FILER_IDX, l = 0x0;
Wang Shaoyan588dc912011-08-11 17:07:25 +0000711 int ret = 1;
712
Joe Perchesb2adaca2013-02-03 17:43:58 +0000713 local_rqfpr = kmalloc_array(MAX_FILER_IDX + 1, sizeof(unsigned int),
714 GFP_KERNEL);
715 local_rqfcr = kmalloc_array(MAX_FILER_IDX + 1, sizeof(unsigned int),
716 GFP_KERNEL);
Wang Shaoyan588dc912011-08-11 17:07:25 +0000717 if (!local_rqfpr || !local_rqfcr) {
Wang Shaoyan588dc912011-08-11 17:07:25 +0000718 ret = 0;
719 goto err;
720 }
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000721
722 switch (class) {
723 case TCP_V4_FLOW:
724 cmp_rqfpr = RQFPR_IPV4 |RQFPR_TCP;
725 break;
726 case UDP_V4_FLOW:
727 cmp_rqfpr = RQFPR_IPV4 |RQFPR_UDP;
728 break;
729 case TCP_V6_FLOW:
730 cmp_rqfpr = RQFPR_IPV6 |RQFPR_TCP;
731 break;
732 case UDP_V6_FLOW:
733 cmp_rqfpr = RQFPR_IPV6 |RQFPR_UDP;
734 break;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000735 default:
Joe Perches375d6a12013-04-13 19:03:18 +0000736 netdev_err(priv->ndev,
737 "Right now this class is not supported\n");
Wang Shaoyan588dc912011-08-11 17:07:25 +0000738 ret = 0;
739 goto err;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000740 }
741
742 for (i = 0; i < MAX_FILER_IDX + 1; i++) {
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000743 local_rqfpr[j] = priv->ftp_rqfpr[i];
744 local_rqfcr[j] = priv->ftp_rqfcr[i];
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000745 j--;
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000746 if ((priv->ftp_rqfcr[i] ==
747 (RQFCR_PID_PARSE | RQFCR_CLE | RQFCR_AND)) &&
748 (priv->ftp_rqfpr[i] == cmp_rqfpr))
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000749 break;
750 }
751
752 if (i == MAX_FILER_IDX + 1) {
Joe Perches375d6a12013-04-13 19:03:18 +0000753 netdev_err(priv->ndev,
754 "No parse rule found, can't create hash rules\n");
Wang Shaoyan588dc912011-08-11 17:07:25 +0000755 ret = 0;
756 goto err;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000757 }
758
759 /* If a match was found, then it begins the starting of a cluster rule
760 * if it was already programmed, we need to overwrite these rules
761 */
762 for (l = i+1; l < MAX_FILER_IDX; l++) {
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000763 if ((priv->ftp_rqfcr[l] & RQFCR_CLE) &&
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000764 !(priv->ftp_rqfcr[l] & RQFCR_AND)) {
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000765 priv->ftp_rqfcr[l] = RQFCR_CLE | RQFCR_CMP_EXACT |
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000766 RQFCR_HASHTBL_0 | RQFCR_PID_MASK;
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000767 priv->ftp_rqfpr[l] = FPR_FILER_MASK;
768 gfar_write_filer(priv, l, priv->ftp_rqfcr[l],
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000769 priv->ftp_rqfpr[l]);
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000770 break;
771 }
772
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000773 if (!(priv->ftp_rqfcr[l] & RQFCR_CLE) &&
774 (priv->ftp_rqfcr[l] & RQFCR_AND))
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000775 continue;
776 else {
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000777 local_rqfpr[j] = priv->ftp_rqfpr[l];
778 local_rqfcr[j] = priv->ftp_rqfcr[l];
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000779 j--;
780 }
781 }
782
783 priv->cur_filer_idx = l - 1;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000784
785 /* hash rules */
786 ethflow_to_filer_rules(priv, ethflow);
787
788 /* Write back the popped out rules again */
789 for (k = j+1; k < MAX_FILER_IDX; k++) {
Wu Jiajun-B063786c43e042011-06-07 21:46:51 +0000790 priv->ftp_rqfpr[priv->cur_filer_idx] = local_rqfpr[k];
791 priv->ftp_rqfcr[priv->cur_filer_idx] = local_rqfcr[k];
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000792 gfar_write_filer(priv, priv->cur_filer_idx,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000793 local_rqfcr[k], local_rqfpr[k]);
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000794 if (!priv->cur_filer_idx)
795 break;
796 priv->cur_filer_idx = priv->cur_filer_idx - 1;
797 }
798
Wang Shaoyan588dc912011-08-11 17:07:25 +0000799err:
800 kfree(local_rqfcr);
801 kfree(local_rqfpr);
802 return ret;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000803}
804
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000805static int gfar_set_hash_opts(struct gfar_private *priv,
806 struct ethtool_rxnfc *cmd)
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000807{
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000808 /* write the filer rules here */
809 if (!gfar_ethflow_to_filer_table(priv, cmd->data, cmd->flow_type))
Ben Hutchingsbde35282011-04-08 13:45:11 +0000810 return -EINVAL;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +0000811
812 return 0;
813}
814
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700815static int gfar_check_filer_hardware(struct gfar_private *priv)
816{
Claudiu Manoil42851e82014-01-14 15:35:00 +0200817 struct gfar __iomem *regs = priv->gfargrp[0].regs;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700818 u32 i;
819
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700820 /* Check if we are in FIFO mode */
821 i = gfar_read(&regs->ecntrl);
822 i &= ECNTRL_FIFM;
823 if (i == ECNTRL_FIFM) {
824 netdev_notice(priv->ndev, "Interface in FIFO mode\n");
825 i = gfar_read(&regs->rctrl);
826 i &= RCTRL_PRSDEP_MASK | RCTRL_PRSFM;
827 if (i == (RCTRL_PRSDEP_MASK | RCTRL_PRSFM)) {
828 netdev_info(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000829 "Receive Queue Filtering enabled\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700830 } else {
831 netdev_warn(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000832 "Receive Queue Filtering disabled\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700833 return -EOPNOTSUPP;
834 }
835 }
836 /* Or in standard mode */
837 else {
838 i = gfar_read(&regs->rctrl);
839 i &= RCTRL_PRSDEP_MASK;
840 if (i == RCTRL_PRSDEP_MASK) {
841 netdev_info(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000842 "Receive Queue Filtering enabled\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700843 } else {
844 netdev_warn(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000845 "Receive Queue Filtering disabled\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700846 return -EOPNOTSUPP;
847 }
848 }
849
850 /* Sets the properties for arbitrary filer rule
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000851 * to the first 4 Layer 4 Bytes
852 */
Claudiu Manoil42851e82014-01-14 15:35:00 +0200853 gfar_write(&regs->rbifx, 0xC0C1C2C3);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700854 return 0;
855}
856
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700857/* Write a mask to filer cache */
858static void gfar_set_mask(u32 mask, struct filer_table *tab)
859{
860 tab->fe[tab->index].ctrl = RQFCR_AND | RQFCR_PID_MASK | RQFCR_CMP_EXACT;
861 tab->fe[tab->index].prop = mask;
862 tab->index++;
863}
864
865/* Sets parse bits (e.g. IP or TCP) */
866static void gfar_set_parse_bits(u32 value, u32 mask, struct filer_table *tab)
867{
868 gfar_set_mask(mask, tab);
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000869 tab->fe[tab->index].ctrl = RQFCR_CMP_EXACT | RQFCR_PID_PARSE |
870 RQFCR_AND;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700871 tab->fe[tab->index].prop = value;
872 tab->index++;
873}
874
875static void gfar_set_general_attribute(u32 value, u32 mask, u32 flag,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000876 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700877{
878 gfar_set_mask(mask, tab);
879 tab->fe[tab->index].ctrl = RQFCR_CMP_EXACT | RQFCR_AND | flag;
880 tab->fe[tab->index].prop = value;
881 tab->index++;
882}
883
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000884/* For setting a tuple of value and mask of type flag
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700885 * Example:
886 * IP-Src = 10.0.0.0/255.0.0.0
887 * value: 0x0A000000 mask: FF000000 flag: RQFPR_IPV4
888 *
889 * Ethtool gives us a value=0 and mask=~0 for don't care a tuple
890 * For a don't care mask it gives us a 0
891 *
892 * The check if don't care and the mask adjustment if mask=0 is done for VLAN
893 * and MAC stuff on an upper level (due to missing information on this level).
894 * For these guys we can discard them if they are value=0 and mask=0.
895 *
896 * Further the all masks are one-padded for better hardware efficiency.
897 */
898static void gfar_set_attribute(u32 value, u32 mask, u32 flag,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000899 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700900{
901 switch (flag) {
Sebastian Poehn380b1532011-07-07 04:30:29 -0700902 /* 3bit */
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700903 case RQFCR_PID_PRI:
904 if (!(value | mask))
905 return;
906 mask |= RQFCR_PID_PRI_MASK;
907 break;
908 /* 8bit */
909 case RQFCR_PID_L4P:
910 case RQFCR_PID_TOS:
911 if (!~(mask | RQFCR_PID_L4P_MASK))
912 return;
913 if (!mask)
914 mask = ~0;
915 else
916 mask |= RQFCR_PID_L4P_MASK;
917 break;
918 /* 12bit */
919 case RQFCR_PID_VID:
920 if (!(value | mask))
921 return;
922 mask |= RQFCR_PID_VID_MASK;
923 break;
924 /* 16bit */
925 case RQFCR_PID_DPT:
926 case RQFCR_PID_SPT:
927 case RQFCR_PID_ETY:
928 if (!~(mask | RQFCR_PID_PORT_MASK))
929 return;
930 if (!mask)
931 mask = ~0;
932 else
933 mask |= RQFCR_PID_PORT_MASK;
934 break;
935 /* 24bit */
936 case RQFCR_PID_DAH:
937 case RQFCR_PID_DAL:
938 case RQFCR_PID_SAH:
939 case RQFCR_PID_SAL:
940 if (!(value | mask))
941 return;
942 mask |= RQFCR_PID_MAC_MASK;
943 break;
944 /* for all real 32bit masks */
945 default:
946 if (!~mask)
947 return;
948 if (!mask)
949 mask = ~0;
950 break;
951 }
952 gfar_set_general_attribute(value, mask, flag, tab);
953}
954
955/* Translates value and mask for UDP, TCP or SCTP */
956static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000957 struct ethtool_tcpip4_spec *mask,
958 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700959{
Claudiu Manoil42851e82014-01-14 15:35:00 +0200960 gfar_set_attribute(be32_to_cpu(value->ip4src),
961 be32_to_cpu(mask->ip4src),
962 RQFCR_PID_SIA, tab);
963 gfar_set_attribute(be32_to_cpu(value->ip4dst),
964 be32_to_cpu(mask->ip4dst),
965 RQFCR_PID_DIA, tab);
966 gfar_set_attribute(be16_to_cpu(value->pdst),
967 be16_to_cpu(mask->pdst),
968 RQFCR_PID_DPT, tab);
969 gfar_set_attribute(be16_to_cpu(value->psrc),
970 be16_to_cpu(mask->psrc),
971 RQFCR_PID_SPT, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700972 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab);
973}
974
975/* Translates value and mask for RAW-IP4 */
976static void gfar_set_user_ip(struct ethtool_usrip4_spec *value,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000977 struct ethtool_usrip4_spec *mask,
978 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700979{
Claudiu Manoil42851e82014-01-14 15:35:00 +0200980 gfar_set_attribute(be32_to_cpu(value->ip4src),
981 be32_to_cpu(mask->ip4src),
982 RQFCR_PID_SIA, tab);
983 gfar_set_attribute(be32_to_cpu(value->ip4dst),
984 be32_to_cpu(mask->ip4dst),
985 RQFCR_PID_DIA, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700986 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab);
987 gfar_set_attribute(value->proto, mask->proto, RQFCR_PID_L4P, tab);
Claudiu Manoil42851e82014-01-14 15:35:00 +0200988 gfar_set_attribute(be32_to_cpu(value->l4_4_bytes),
989 be32_to_cpu(mask->l4_4_bytes),
990 RQFCR_PID_ARB, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700991
992}
993
994/* Translates value and mask for ETHER spec */
995static void gfar_set_ether(struct ethhdr *value, struct ethhdr *mask,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +0000996 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -0700997{
998 u32 upper_temp_mask = 0;
999 u32 lower_temp_mask = 0;
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001000
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001001 /* Source address */
1002 if (!is_broadcast_ether_addr(mask->h_source)) {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001003 if (is_zero_ether_addr(mask->h_source)) {
1004 upper_temp_mask = 0xFFFFFFFF;
1005 lower_temp_mask = 0xFFFFFFFF;
1006 } else {
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001007 upper_temp_mask = mask->h_source[0] << 16 |
1008 mask->h_source[1] << 8 |
1009 mask->h_source[2];
1010 lower_temp_mask = mask->h_source[3] << 16 |
1011 mask->h_source[4] << 8 |
1012 mask->h_source[5];
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001013 }
1014 /* Upper 24bit */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001015 gfar_set_attribute(value->h_source[0] << 16 |
1016 value->h_source[1] << 8 |
1017 value->h_source[2],
1018 upper_temp_mask, RQFCR_PID_SAH, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001019 /* And the same for the lower part */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001020 gfar_set_attribute(value->h_source[3] << 16 |
1021 value->h_source[4] << 8 |
1022 value->h_source[5],
1023 lower_temp_mask, RQFCR_PID_SAL, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001024 }
1025 /* Destination address */
1026 if (!is_broadcast_ether_addr(mask->h_dest)) {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001027 /* Special for destination is limited broadcast */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001028 if ((is_broadcast_ether_addr(value->h_dest) &&
1029 is_zero_ether_addr(mask->h_dest))) {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001030 gfar_set_parse_bits(RQFPR_EBC, RQFPR_EBC, tab);
1031 } else {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001032 if (is_zero_ether_addr(mask->h_dest)) {
1033 upper_temp_mask = 0xFFFFFFFF;
1034 lower_temp_mask = 0xFFFFFFFF;
1035 } else {
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001036 upper_temp_mask = mask->h_dest[0] << 16 |
1037 mask->h_dest[1] << 8 |
1038 mask->h_dest[2];
1039 lower_temp_mask = mask->h_dest[3] << 16 |
1040 mask->h_dest[4] << 8 |
1041 mask->h_dest[5];
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001042 }
1043
1044 /* Upper 24bit */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001045 gfar_set_attribute(value->h_dest[0] << 16 |
1046 value->h_dest[1] << 8 |
1047 value->h_dest[2],
1048 upper_temp_mask, RQFCR_PID_DAH, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001049 /* And the same for the lower part */
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001050 gfar_set_attribute(value->h_dest[3] << 16 |
1051 value->h_dest[4] << 8 |
1052 value->h_dest[5],
1053 lower_temp_mask, RQFCR_PID_DAL, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001054 }
1055 }
1056
Claudiu Manoil42851e82014-01-14 15:35:00 +02001057 gfar_set_attribute(be16_to_cpu(value->h_proto),
1058 be16_to_cpu(mask->h_proto),
1059 RQFCR_PID_ETY, tab);
1060}
1061
1062static inline u32 vlan_tci_vid(struct ethtool_rx_flow_spec *rule)
1063{
1064 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_VID_MASK;
1065}
1066
1067static inline u32 vlan_tci_vidm(struct ethtool_rx_flow_spec *rule)
1068{
1069 return be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_VID_MASK;
1070}
1071
1072static inline u32 vlan_tci_cfi(struct ethtool_rx_flow_spec *rule)
1073{
1074 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK;
1075}
1076
1077static inline u32 vlan_tci_cfim(struct ethtool_rx_flow_spec *rule)
1078{
1079 return be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_CFI_MASK;
1080}
1081
1082static inline u32 vlan_tci_prio(struct ethtool_rx_flow_spec *rule)
1083{
1084 return (be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_PRIO_MASK) >>
1085 VLAN_PRIO_SHIFT;
1086}
1087
1088static inline u32 vlan_tci_priom(struct ethtool_rx_flow_spec *rule)
1089{
1090 return (be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_PRIO_MASK) >>
1091 VLAN_PRIO_SHIFT;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001092}
1093
1094/* Convert a rule to binary filter format of gianfar */
1095static int gfar_convert_to_filer(struct ethtool_rx_flow_spec *rule,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001096 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001097{
1098 u32 vlan = 0, vlan_mask = 0;
1099 u32 id = 0, id_mask = 0;
1100 u32 cfi = 0, cfi_mask = 0;
1101 u32 prio = 0, prio_mask = 0;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001102 u32 old_index = tab->index;
1103
1104 /* Check if vlan is wanted */
Claudiu Manoil42851e82014-01-14 15:35:00 +02001105 if ((rule->flow_type & FLOW_EXT) &&
1106 (rule->m_ext.vlan_tci != cpu_to_be16(0xFFFF))) {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001107 if (!rule->m_ext.vlan_tci)
Claudiu Manoil42851e82014-01-14 15:35:00 +02001108 rule->m_ext.vlan_tci = cpu_to_be16(0xFFFF);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001109
1110 vlan = RQFPR_VLN;
1111 vlan_mask = RQFPR_VLN;
1112
1113 /* Separate the fields */
Claudiu Manoil42851e82014-01-14 15:35:00 +02001114 id = vlan_tci_vid(rule);
1115 id_mask = vlan_tci_vidm(rule);
1116 cfi = vlan_tci_cfi(rule);
1117 cfi_mask = vlan_tci_cfim(rule);
1118 prio = vlan_tci_prio(rule);
1119 prio_mask = vlan_tci_priom(rule);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001120
Michał Mirosławf4f9a5e2018-11-08 18:44:50 +01001121 if (cfi_mask) {
1122 if (cfi)
1123 vlan |= RQFPR_CFI;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001124 vlan_mask |= RQFPR_CFI;
1125 }
1126 }
1127
1128 switch (rule->flow_type & ~FLOW_EXT) {
1129 case TCP_V4_FLOW:
1130 gfar_set_parse_bits(RQFPR_IPV4 | RQFPR_TCP | vlan,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001131 RQFPR_IPV4 | RQFPR_TCP | vlan_mask, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001132 gfar_set_basic_ip(&rule->h_u.tcp_ip4_spec,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001133 &rule->m_u.tcp_ip4_spec, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001134 break;
1135 case UDP_V4_FLOW:
1136 gfar_set_parse_bits(RQFPR_IPV4 | RQFPR_UDP | vlan,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001137 RQFPR_IPV4 | RQFPR_UDP | vlan_mask, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001138 gfar_set_basic_ip(&rule->h_u.udp_ip4_spec,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001139 &rule->m_u.udp_ip4_spec, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001140 break;
1141 case SCTP_V4_FLOW:
1142 gfar_set_parse_bits(RQFPR_IPV4 | vlan, RQFPR_IPV4 | vlan_mask,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001143 tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001144 gfar_set_attribute(132, 0, RQFCR_PID_L4P, tab);
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001145 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u,
1146 (struct ethtool_tcpip4_spec *)&rule->m_u,
1147 tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001148 break;
1149 case IP_USER_FLOW:
1150 gfar_set_parse_bits(RQFPR_IPV4 | vlan, RQFPR_IPV4 | vlan_mask,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001151 tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001152 gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001153 (struct ethtool_usrip4_spec *) &rule->m_u,
1154 tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001155 break;
1156 case ETHER_FLOW:
1157 if (vlan)
1158 gfar_set_parse_bits(vlan, vlan_mask, tab);
1159 gfar_set_ether((struct ethhdr *) &rule->h_u,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001160 (struct ethhdr *) &rule->m_u, tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001161 break;
1162 default:
1163 return -1;
1164 }
1165
1166 /* Set the vlan attributes in the end */
1167 if (vlan) {
1168 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab);
1169 gfar_set_attribute(prio, prio_mask, RQFCR_PID_PRI, tab);
1170 }
1171
1172 /* If there has been nothing written till now, it must be a default */
1173 if (tab->index == old_index) {
1174 gfar_set_mask(0xFFFFFFFF, tab);
1175 tab->fe[tab->index].ctrl = 0x20;
1176 tab->fe[tab->index].prop = 0x0;
1177 tab->index++;
1178 }
1179
1180 /* Remove last AND */
1181 tab->fe[tab->index - 1].ctrl &= (~RQFCR_AND);
1182
1183 /* Specify which queue to use or to drop */
1184 if (rule->ring_cookie == RX_CLS_FLOW_DISC)
1185 tab->fe[tab->index - 1].ctrl |= RQFCR_RJE;
1186 else
1187 tab->fe[tab->index - 1].ctrl |= (rule->ring_cookie << 10);
1188
1189 /* Only big enough entries can be clustered */
1190 if (tab->index > (old_index + 2)) {
1191 tab->fe[old_index + 1].ctrl |= RQFCR_CLE;
1192 tab->fe[tab->index - 1].ctrl |= RQFCR_CLE;
1193 }
1194
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001195 /* In rare cases the cache can be full while there is
1196 * free space in hw
1197 */
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001198 if (tab->index > MAX_FILER_CACHE_IDX - 1)
1199 return -EBUSY;
1200
1201 return 0;
1202}
1203
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001204/* Write the bit-pattern from software's buffer to hardware registers */
1205static int gfar_write_filer_table(struct gfar_private *priv,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001206 struct filer_table *tab)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001207{
1208 u32 i = 0;
1209 if (tab->index > MAX_FILER_IDX - 1)
1210 return -EBUSY;
1211
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001212 /* Fill regular entries */
Jakub Kicinskia898fe02015-08-12 02:41:55 +02001213 for (; i < MAX_FILER_IDX && (tab->fe[i].ctrl | tab->fe[i].prop); i++)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001214 gfar_write_filer(priv, i, tab->fe[i].ctrl, tab->fe[i].prop);
1215 /* Fill the rest with fall-troughs */
Jakub Kicinskia898fe02015-08-12 02:41:55 +02001216 for (; i < MAX_FILER_IDX; i++)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001217 gfar_write_filer(priv, i, 0x60, 0xFFFFFFFF);
1218 /* Last entry must be default accept
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001219 * because that's what people expect
1220 */
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001221 gfar_write_filer(priv, i, 0x20, 0x0);
1222
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001223 return 0;
1224}
1225
1226static int gfar_check_capability(struct ethtool_rx_flow_spec *flow,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001227 struct gfar_private *priv)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001228{
1229
1230 if (flow->flow_type & FLOW_EXT) {
1231 if (~flow->m_ext.data[0] || ~flow->m_ext.data[1])
1232 netdev_warn(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001233 "User-specific data not supported!\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001234 if (~flow->m_ext.vlan_etype)
1235 netdev_warn(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001236 "VLAN-etype not supported!\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001237 }
1238 if (flow->flow_type == IP_USER_FLOW)
1239 if (flow->h_u.usr_ip4_spec.ip_ver != ETH_RX_NFC_IP4)
1240 netdev_warn(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001241 "IP-Version differing from IPv4 not supported!\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001242
1243 return 0;
1244}
1245
1246static int gfar_process_filer_changes(struct gfar_private *priv)
1247{
1248 struct ethtool_flow_spec_container *j;
1249 struct filer_table *tab;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001250 s32 ret = 0;
1251
1252 /* So index is set to zero, too! */
1253 tab = kzalloc(sizeof(*tab), GFP_KERNEL);
1254 if (tab == NULL)
1255 return -ENOMEM;
1256
1257 /* Now convert the existing filer data from flow_spec into
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001258 * filer tables binary format
1259 */
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001260 list_for_each_entry(j, &priv->rx_list.list, list) {
1261 ret = gfar_convert_to_filer(&j->fs, tab);
1262 if (ret == -EBUSY) {
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001263 netdev_err(priv->ndev,
1264 "Rule not added: No free space!\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001265 goto end;
1266 }
1267 if (ret == -1) {
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001268 netdev_err(priv->ndev,
1269 "Rule not added: Unsupported Flow-type!\n");
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001270 goto end;
1271 }
1272 }
1273
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001274 /* Write everything to hardware */
1275 ret = gfar_write_filer_table(priv, tab);
1276 if (ret == -EBUSY) {
1277 netdev_err(priv->ndev, "Rule not added: No free space!\n");
1278 goto end;
1279 }
1280
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001281end:
1282 kfree(tab);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001283 return ret;
1284}
1285
1286static void gfar_invert_masks(struct ethtool_rx_flow_spec *flow)
1287{
1288 u32 i = 0;
1289
1290 for (i = 0; i < sizeof(flow->m_u); i++)
1291 flow->m_u.hdata[i] ^= 0xFF;
1292
Claudiu Manoil42851e82014-01-14 15:35:00 +02001293 flow->m_ext.vlan_etype ^= cpu_to_be16(0xFFFF);
1294 flow->m_ext.vlan_tci ^= cpu_to_be16(0xFFFF);
1295 flow->m_ext.data[0] ^= cpu_to_be32(~0);
1296 flow->m_ext.data[1] ^= cpu_to_be32(~0);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001297}
1298
1299static int gfar_add_cls(struct gfar_private *priv,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001300 struct ethtool_rx_flow_spec *flow)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001301{
1302 struct ethtool_flow_spec_container *temp, *comp;
1303 int ret = 0;
1304
1305 temp = kmalloc(sizeof(*temp), GFP_KERNEL);
1306 if (temp == NULL)
1307 return -ENOMEM;
1308 memcpy(&temp->fs, flow, sizeof(temp->fs));
1309
1310 gfar_invert_masks(&temp->fs);
1311 ret = gfar_check_capability(&temp->fs, priv);
1312 if (ret)
1313 goto clean_mem;
1314 /* Link in the new element at the right @location */
1315 if (list_empty(&priv->rx_list.list)) {
1316 ret = gfar_check_filer_hardware(priv);
1317 if (ret != 0)
1318 goto clean_mem;
1319 list_add(&temp->list, &priv->rx_list.list);
1320 goto process;
1321 } else {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001322 list_for_each_entry(comp, &priv->rx_list.list, list) {
1323 if (comp->fs.location > flow->location) {
1324 list_add_tail(&temp->list, &comp->list);
1325 goto process;
1326 }
1327 if (comp->fs.location == flow->location) {
1328 netdev_err(priv->ndev,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001329 "Rule not added: ID %d not free!\n",
1330 flow->location);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001331 ret = -EBUSY;
1332 goto clean_mem;
1333 }
1334 }
1335 list_add_tail(&temp->list, &priv->rx_list.list);
1336 }
1337
1338process:
Jakub Kicinskib5c8c892015-08-12 02:41:56 +02001339 priv->rx_list.count++;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001340 ret = gfar_process_filer_changes(priv);
1341 if (ret)
1342 goto clean_list;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001343 return ret;
1344
1345clean_list:
Jakub Kicinskib5c8c892015-08-12 02:41:56 +02001346 priv->rx_list.count--;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001347 list_del(&temp->list);
1348clean_mem:
1349 kfree(temp);
1350 return ret;
1351}
1352
1353static int gfar_del_cls(struct gfar_private *priv, u32 loc)
1354{
1355 struct ethtool_flow_spec_container *comp;
1356 u32 ret = -EINVAL;
1357
1358 if (list_empty(&priv->rx_list.list))
1359 return ret;
1360
1361 list_for_each_entry(comp, &priv->rx_list.list, list) {
1362 if (comp->fs.location == loc) {
1363 list_del(&comp->list);
1364 kfree(comp);
1365 priv->rx_list.count--;
1366 gfar_process_filer_changes(priv);
1367 ret = 0;
1368 break;
1369 }
1370 }
1371
1372 return ret;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001373}
1374
1375static int gfar_get_cls(struct gfar_private *priv, struct ethtool_rxnfc *cmd)
1376{
1377 struct ethtool_flow_spec_container *comp;
1378 u32 ret = -EINVAL;
1379
1380 list_for_each_entry(comp, &priv->rx_list.list, list) {
1381 if (comp->fs.location == cmd->fs.location) {
1382 memcpy(&cmd->fs, &comp->fs, sizeof(cmd->fs));
1383 gfar_invert_masks(&cmd->fs);
1384 ret = 0;
1385 break;
1386 }
1387 }
1388
1389 return ret;
1390}
1391
1392static int gfar_get_cls_all(struct gfar_private *priv,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001393 struct ethtool_rxnfc *cmd, u32 *rule_locs)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001394{
1395 struct ethtool_flow_spec_container *comp;
1396 u32 i = 0;
1397
1398 list_for_each_entry(comp, &priv->rx_list.list, list) {
David S. Miller8decf862011-09-22 03:23:13 -04001399 if (i == cmd->rule_cnt)
1400 return -EMSGSIZE;
1401 rule_locs[i] = comp->fs.location;
1402 i++;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001403 }
1404
1405 cmd->data = MAX_FILER_IDX;
Ben Hutchings473e64e2011-09-06 13:52:47 +00001406 cmd->rule_cnt = i;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001407
1408 return 0;
1409}
1410
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001411static int gfar_set_nfc(struct net_device *dev, struct ethtool_rxnfc *cmd)
1412{
1413 struct gfar_private *priv = netdev_priv(dev);
1414 int ret = 0;
1415
Claudiu Manoil08511332014-02-24 12:13:45 +02001416 if (test_bit(GFAR_RESETTING, &priv->state))
1417 return -EBUSY;
1418
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001419 mutex_lock(&priv->rx_queue_access);
1420
1421 switch (cmd->cmd) {
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001422 case ETHTOOL_SRXFH:
1423 ret = gfar_set_hash_opts(priv, cmd);
1424 break;
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001425 case ETHTOOL_SRXCLSRLINS:
Ben Hutchings3a73e492012-01-03 11:59:30 +00001426 if ((cmd->fs.ring_cookie != RX_CLS_FLOW_DISC &&
1427 cmd->fs.ring_cookie >= priv->num_rx_queues) ||
1428 cmd->fs.location >= MAX_FILER_IDX) {
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001429 ret = -EINVAL;
1430 break;
1431 }
1432 ret = gfar_add_cls(priv, &cmd->fs);
1433 break;
1434 case ETHTOOL_SRXCLSRLDEL:
1435 ret = gfar_del_cls(priv, cmd->fs.location);
1436 break;
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001437 default:
1438 ret = -EINVAL;
1439 }
1440
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001441 mutex_unlock(&priv->rx_queue_access);
1442
1443 return ret;
1444}
1445
1446static int gfar_get_nfc(struct net_device *dev, struct ethtool_rxnfc *cmd,
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001447 u32 *rule_locs)
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001448{
1449 struct gfar_private *priv = netdev_priv(dev);
1450 int ret = 0;
1451
1452 switch (cmd->cmd) {
1453 case ETHTOOL_GRXRINGS:
1454 cmd->data = priv->num_rx_queues;
1455 break;
1456 case ETHTOOL_GRXCLSRLCNT:
1457 cmd->rule_cnt = priv->rx_list.count;
1458 break;
1459 case ETHTOOL_GRXCLSRULE:
1460 ret = gfar_get_cls(priv, cmd);
1461 break;
1462 case ETHTOOL_GRXCLSRLALL:
Ben Hutchings815c7db2011-09-06 13:49:12 +00001463 ret = gfar_get_cls_all(priv, cmd, rule_locs);
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001464 break;
1465 default:
1466 ret = -EINVAL;
1467 break;
1468 }
1469
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001470 return ret;
1471}
1472
Richard Cochran66636282012-04-03 22:59:19 +00001473static int gfar_get_ts_info(struct net_device *dev,
1474 struct ethtool_ts_info *info)
1475{
1476 struct gfar_private *priv = netdev_priv(dev);
Yangbo Lu7349a742018-05-25 12:40:36 +08001477 struct platform_device *ptp_dev;
1478 struct device_node *ptp_node;
Yangbo Lu1e562c82019-02-12 12:23:56 +08001479 struct ptp_qoriq *ptp = NULL;
Yangbo Lu7349a742018-05-25 12:40:36 +08001480
1481 info->phc_index = -1;
Richard Cochran66636282012-04-03 22:59:19 +00001482
1483 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER)) {
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001484 info->so_timestamping = SOF_TIMESTAMPING_RX_SOFTWARE |
1485 SOF_TIMESTAMPING_SOFTWARE;
Richard Cochran66636282012-04-03 22:59:19 +00001486 return 0;
1487 }
Yangbo Lu7349a742018-05-25 12:40:36 +08001488
1489 ptp_node = of_find_compatible_node(NULL, NULL, "fsl,etsec-ptp");
1490 if (ptp_node) {
1491 ptp_dev = of_find_device_by_node(ptp_node);
1492 if (ptp_dev)
1493 ptp = platform_get_drvdata(ptp_dev);
1494 }
1495
1496 if (ptp)
1497 info->phc_index = ptp->phc_index;
1498
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001499 info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE |
1500 SOF_TIMESTAMPING_RX_HARDWARE |
1501 SOF_TIMESTAMPING_RAW_HARDWARE;
Jan Ceuleerscbfc60712012-06-05 03:42:15 +00001502 info->tx_types = (1 << HWTSTAMP_TX_OFF) |
1503 (1 << HWTSTAMP_TX_ON);
1504 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
1505 (1 << HWTSTAMP_FILTER_ALL);
Richard Cochran66636282012-04-03 22:59:19 +00001506 return 0;
1507}
1508
Jeff Garzik7282d492006-09-13 14:30:00 -04001509const struct ethtool_ops gfar_ethtool_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 .get_drvinfo = gfar_gdrvinfo,
1511 .get_regs_len = gfar_reglen,
1512 .get_regs = gfar_get_regs,
1513 .get_link = ethtool_op_get_link,
1514 .get_coalesce = gfar_gcoalesce,
1515 .set_coalesce = gfar_scoalesce,
1516 .get_ringparam = gfar_gringparam,
1517 .set_ringparam = gfar_sringparam,
Claudiu Manoil23402bd2013-08-12 13:53:26 +03001518 .get_pauseparam = gfar_gpauseparam,
1519 .set_pauseparam = gfar_spauseparam,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 .get_strings = gfar_gstrings,
Jeff Garzikb9f2c042007-10-03 18:07:32 -07001521 .get_sset_count = gfar_sset_count,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522 .get_ethtool_stats = gfar_fill_stats,
Kumar Gala0bbaf062005-06-20 10:54:21 -05001523 .get_msglevel = gfar_get_msglevel,
1524 .set_msglevel = gfar_set_msglevel,
Scott Woodd87eb122008-07-11 18:04:45 -05001525#ifdef CONFIG_PM
1526 .get_wol = gfar_get_wol,
1527 .set_wol = gfar_set_wol,
1528#endif
Sandeep Gopalpet7a8b3372009-11-02 07:03:40 +00001529 .set_rxnfc = gfar_set_nfc,
Sebastian Poehn4aa3a712011-06-20 13:57:59 -07001530 .get_rxnfc = gfar_get_nfc,
Richard Cochran66636282012-04-03 22:59:19 +00001531 .get_ts_info = gfar_get_ts_info,
Philippe Reynescd5f9bb2016-05-16 01:30:09 +02001532 .get_link_ksettings = phy_ethtool_get_link_ksettings,
1533 .set_link_ksettings = phy_ethtool_set_link_ksettings,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534};