blob: 1e9c28d19ef88ccd4e0c8b45bf7ee9351c03935c [file] [log] [blame]
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001/*
2 * AMD 10Gb Ethernet driver
3 *
4 * This file is available to you under your choice of the following two
5 * licenses:
6 *
7 * License 1: GPLv2
8 *
9 * Copyright (c) 2014 Advanced Micro Devices, Inc.
10 *
11 * This file is free software; you may copy, redistribute and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation, either version 2 of the License, or (at
14 * your option) any later version.
15 *
16 * This file is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program. If not, see <http://www.gnu.org/licenses/>.
23 *
24 * This file incorporates work covered by the following copyright and
25 * permission notice:
26 * The Synopsys DWC ETHER XGMAC Software Driver and documentation
27 * (hereinafter "Software") is an unsupported proprietary work of Synopsys,
28 * Inc. unless otherwise expressly agreed to in writing between Synopsys
29 * and you.
30 *
31 * The Software IS NOT an item of Licensed Software or Licensed Product
32 * under any End User Software License Agreement or Agreement for Licensed
33 * Product with Synopsys or any supplement thereto. Permission is hereby
34 * granted, free of charge, to any person obtaining a copy of this software
35 * annotated with this license and the Software, to deal in the Software
36 * without restriction, including without limitation the rights to use,
37 * copy, modify, merge, publish, distribute, sublicense, and/or sell copies
38 * of the Software, and to permit persons to whom the Software is furnished
39 * to do so, subject to the following conditions:
40 *
41 * The above copyright notice and this permission notice shall be included
42 * in all copies or substantial portions of the Software.
43 *
44 * THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS"
45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
46 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
47 * PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOPSYS
48 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
49 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
50 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
51 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
52 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
53 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
54 * THE POSSIBILITY OF SUCH DAMAGE.
55 *
56 *
57 * License 2: Modified BSD
58 *
59 * Copyright (c) 2014 Advanced Micro Devices, Inc.
60 * All rights reserved.
61 *
62 * Redistribution and use in source and binary forms, with or without
63 * modification, are permitted provided that the following conditions are met:
64 * * Redistributions of source code must retain the above copyright
65 * notice, this list of conditions and the following disclaimer.
66 * * Redistributions in binary form must reproduce the above copyright
67 * notice, this list of conditions and the following disclaimer in the
68 * documentation and/or other materials provided with the distribution.
69 * * Neither the name of Advanced Micro Devices, Inc. nor the
70 * names of its contributors may be used to endorse or promote products
71 * derived from this software without specific prior written permission.
72 *
73 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
76 * ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
77 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
78 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
79 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
80 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
81 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
82 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83 *
84 * This file incorporates work covered by the following copyright and
85 * permission notice:
86 * The Synopsys DWC ETHER XGMAC Software Driver and documentation
87 * (hereinafter "Software") is an unsupported proprietary work of Synopsys,
88 * Inc. unless otherwise expressly agreed to in writing between Synopsys
89 * and you.
90 *
91 * The Software IS NOT an item of Licensed Software or Licensed Product
92 * under any End User Software License Agreement or Agreement for Licensed
93 * Product with Synopsys or any supplement thereto. Permission is hereby
94 * granted, free of charge, to any person obtaining a copy of this software
95 * annotated with this license and the Software, to deal in the Software
96 * without restriction, including without limitation the rights to use,
97 * copy, modify, merge, publish, distribute, sublicense, and/or sell copies
98 * of the Software, and to permit persons to whom the Software is furnished
99 * to do so, subject to the following conditions:
100 *
101 * The above copyright notice and this permission notice shall be included
102 * in all copies or substantial portions of the Software.
103 *
104 * THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS"
105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
106 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
107 * PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOPSYS
108 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
109 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
110 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
111 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
112 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
113 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
114 * THE POSSIBILITY OF SUCH DAMAGE.
115 */
116
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600117#include <linux/platform_device.h>
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500118#include <linux/spinlock.h>
119#include <linux/tcp.h>
120#include <linux/if_vlan.h>
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500121#include <net/busy_poll.h>
122#include <linux/clk.h>
123#include <linux/if_ether.h>
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -0500124#include <linux/net_tstamp.h>
Lendacky, Thomas88131a82014-08-05 13:30:44 -0500125#include <linux/phy.h>
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500126
127#include "xgbe.h"
128#include "xgbe-common.h"
129
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600130static int xgbe_one_poll(struct napi_struct *, int);
131static int xgbe_all_poll(struct napi_struct *, int);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500132
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -0600133static int xgbe_alloc_channels(struct xgbe_prv_data *pdata)
134{
135 struct xgbe_channel *channel_mem, *channel;
136 struct xgbe_ring *tx_ring, *rx_ring;
137 unsigned int count, i;
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600138 int ret = -ENOMEM;
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -0600139
140 count = max_t(unsigned int, pdata->tx_ring_count, pdata->rx_ring_count);
141
142 channel_mem = kcalloc(count, sizeof(struct xgbe_channel), GFP_KERNEL);
143 if (!channel_mem)
144 goto err_channel;
145
146 tx_ring = kcalloc(pdata->tx_ring_count, sizeof(struct xgbe_ring),
147 GFP_KERNEL);
148 if (!tx_ring)
149 goto err_tx_ring;
150
151 rx_ring = kcalloc(pdata->rx_ring_count, sizeof(struct xgbe_ring),
152 GFP_KERNEL);
153 if (!rx_ring)
154 goto err_rx_ring;
155
156 for (i = 0, channel = channel_mem; i < count; i++, channel++) {
157 snprintf(channel->name, sizeof(channel->name), "channel-%d", i);
158 channel->pdata = pdata;
159 channel->queue_index = i;
160 channel->dma_regs = pdata->xgmac_regs + DMA_CH_BASE +
161 (DMA_CH_INC * i);
162
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600163 if (pdata->per_channel_irq) {
164 /* Get the DMA interrupt (offset 1) */
165 ret = platform_get_irq(pdata->pdev, i + 1);
166 if (ret < 0) {
167 netdev_err(pdata->netdev,
168 "platform_get_irq %u failed\n",
169 i + 1);
170 goto err_irq;
171 }
172
173 channel->dma_irq = ret;
174 }
175
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -0600176 if (i < pdata->tx_ring_count) {
177 spin_lock_init(&tx_ring->lock);
178 channel->tx_ring = tx_ring++;
179 }
180
181 if (i < pdata->rx_ring_count) {
182 spin_lock_init(&rx_ring->lock);
183 channel->rx_ring = rx_ring++;
184 }
185
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -0500186 netif_dbg(pdata, drv, pdata->netdev,
187 "%s: dma_regs=%p, dma_irq=%d, tx=%p, rx=%p\n",
188 channel->name, channel->dma_regs, channel->dma_irq,
189 channel->tx_ring, channel->rx_ring);
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -0600190 }
191
192 pdata->channel = channel_mem;
193 pdata->channel_count = count;
194
195 return 0;
196
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600197err_irq:
198 kfree(rx_ring);
199
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -0600200err_rx_ring:
201 kfree(tx_ring);
202
203err_tx_ring:
204 kfree(channel_mem);
205
206err_channel:
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600207 return ret;
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -0600208}
209
210static void xgbe_free_channels(struct xgbe_prv_data *pdata)
211{
212 if (!pdata->channel)
213 return;
214
215 kfree(pdata->channel->rx_ring);
216 kfree(pdata->channel->tx_ring);
217 kfree(pdata->channel);
218
219 pdata->channel = NULL;
220 pdata->channel_count = 0;
221}
222
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500223static inline unsigned int xgbe_tx_avail_desc(struct xgbe_ring *ring)
224{
225 return (ring->rdesc_count - (ring->cur - ring->dirty));
226}
227
Lendacky, Thomas270894e2015-01-16 12:46:50 -0600228static inline unsigned int xgbe_rx_dirty_desc(struct xgbe_ring *ring)
229{
230 return (ring->cur - ring->dirty);
231}
232
Lendacky, Thomas16958a22014-11-20 11:04:08 -0600233static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel,
234 struct xgbe_ring *ring, unsigned int count)
235{
236 struct xgbe_prv_data *pdata = channel->pdata;
237
238 if (count > xgbe_tx_avail_desc(ring)) {
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -0500239 netif_info(pdata, drv, pdata->netdev,
240 "Tx queue stopped, not enough descriptors available\n");
Lendacky, Thomas16958a22014-11-20 11:04:08 -0600241 netif_stop_subqueue(pdata->netdev, channel->queue_index);
242 ring->tx.queue_stopped = 1;
243
244 /* If we haven't notified the hardware because of xmit_more
245 * support, tell it now
246 */
247 if (ring->tx.xmit_more)
248 pdata->hw_if.tx_start_xmit(channel, ring);
249
250 return NETDEV_TX_BUSY;
251 }
252
253 return 0;
254}
255
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500256static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu)
257{
258 unsigned int rx_buf_size;
259
260 if (mtu > XGMAC_JUMBO_PACKET_MTU) {
261 netdev_alert(netdev, "MTU exceeds maximum supported value\n");
262 return -EINVAL;
263 }
264
265 rx_buf_size = mtu + ETH_HLEN + ETH_FCS_LEN + VLAN_HLEN;
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600266 rx_buf_size = clamp_val(rx_buf_size, XGBE_RX_MIN_BUF_SIZE, PAGE_SIZE);
267
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -0500268 rx_buf_size = (rx_buf_size + XGBE_RX_BUF_ALIGN - 1) &
269 ~(XGBE_RX_BUF_ALIGN - 1);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500270
271 return rx_buf_size;
272}
273
274static void xgbe_enable_rx_tx_ints(struct xgbe_prv_data *pdata)
275{
276 struct xgbe_hw_if *hw_if = &pdata->hw_if;
277 struct xgbe_channel *channel;
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -0500278 enum xgbe_int int_id;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500279 unsigned int i;
280
281 channel = pdata->channel;
282 for (i = 0; i < pdata->channel_count; i++, channel++) {
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -0500283 if (channel->tx_ring && channel->rx_ring)
284 int_id = XGMAC_INT_DMA_CH_SR_TI_RI;
285 else if (channel->tx_ring)
286 int_id = XGMAC_INT_DMA_CH_SR_TI;
287 else if (channel->rx_ring)
288 int_id = XGMAC_INT_DMA_CH_SR_RI;
289 else
290 continue;
291
292 hw_if->enable_int(channel, int_id);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500293 }
294}
295
296static void xgbe_disable_rx_tx_ints(struct xgbe_prv_data *pdata)
297{
298 struct xgbe_hw_if *hw_if = &pdata->hw_if;
299 struct xgbe_channel *channel;
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -0500300 enum xgbe_int int_id;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500301 unsigned int i;
302
303 channel = pdata->channel;
304 for (i = 0; i < pdata->channel_count; i++, channel++) {
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -0500305 if (channel->tx_ring && channel->rx_ring)
306 int_id = XGMAC_INT_DMA_CH_SR_TI_RI;
307 else if (channel->tx_ring)
308 int_id = XGMAC_INT_DMA_CH_SR_TI;
309 else if (channel->rx_ring)
310 int_id = XGMAC_INT_DMA_CH_SR_RI;
311 else
312 continue;
313
314 hw_if->disable_int(channel, int_id);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500315 }
316}
317
318static irqreturn_t xgbe_isr(int irq, void *data)
319{
320 struct xgbe_prv_data *pdata = data;
321 struct xgbe_hw_if *hw_if = &pdata->hw_if;
322 struct xgbe_channel *channel;
323 unsigned int dma_isr, dma_ch_isr;
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -0500324 unsigned int mac_isr, mac_tssr;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500325 unsigned int i;
326
327 /* The DMA interrupt status register also reports MAC and MTL
328 * interrupts. So for polling mode, we just need to check for
329 * this register to be non-zero
330 */
331 dma_isr = XGMAC_IOREAD(pdata, DMA_ISR);
332 if (!dma_isr)
333 goto isr_done;
334
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -0500335 netif_dbg(pdata, intr, pdata->netdev, "DMA_ISR=%#010x\n", dma_isr);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500336
337 for (i = 0; i < pdata->channel_count; i++) {
338 if (!(dma_isr & (1 << i)))
339 continue;
340
341 channel = pdata->channel + i;
342
343 dma_ch_isr = XGMAC_DMA_IOREAD(channel, DMA_CH_SR);
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -0500344 netif_dbg(pdata, intr, pdata->netdev, "DMA_CH%u_ISR=%#010x\n",
345 i, dma_ch_isr);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500346
Lendacky, Thomasfd972b72015-02-05 19:17:14 -0600347 /* The TI or RI interrupt bits may still be set even if using
348 * per channel DMA interrupts. Check to be sure those are not
349 * enabled before using the private data napi structure.
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600350 */
Lendacky, Thomasfd972b72015-02-05 19:17:14 -0600351 if (!pdata->per_channel_irq &&
352 (XGMAC_GET_BITS(dma_ch_isr, DMA_CH_SR, TI) ||
353 XGMAC_GET_BITS(dma_ch_isr, DMA_CH_SR, RI))) {
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500354 if (napi_schedule_prep(&pdata->napi)) {
355 /* Disable Tx and Rx interrupts */
356 xgbe_disable_rx_tx_ints(pdata);
357
358 /* Turn on polling */
359 __napi_schedule(&pdata->napi);
360 }
361 }
362
363 /* Restart the device on a Fatal Bus Error */
364 if (XGMAC_GET_BITS(dma_ch_isr, DMA_CH_SR, FBE))
365 schedule_work(&pdata->restart_work);
366
367 /* Clear all interrupt signals */
368 XGMAC_DMA_IOWRITE(channel, DMA_CH_SR, dma_ch_isr);
369 }
370
371 if (XGMAC_GET_BITS(dma_isr, DMA_ISR, MACIS)) {
372 mac_isr = XGMAC_IOREAD(pdata, MAC_ISR);
373
374 if (XGMAC_GET_BITS(mac_isr, MAC_ISR, MMCTXIS))
375 hw_if->tx_mmc_int(pdata);
376
377 if (XGMAC_GET_BITS(mac_isr, MAC_ISR, MMCRXIS))
378 hw_if->rx_mmc_int(pdata);
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -0500379
380 if (XGMAC_GET_BITS(mac_isr, MAC_ISR, TSIS)) {
381 mac_tssr = XGMAC_IOREAD(pdata, MAC_TSSR);
382
383 if (XGMAC_GET_BITS(mac_tssr, MAC_TSSR, TXTSC)) {
384 /* Read Tx Timestamp to clear interrupt */
385 pdata->tx_tstamp =
386 hw_if->get_tx_tstamp(pdata);
387 schedule_work(&pdata->tx_tstamp_work);
388 }
389 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500390 }
391
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500392isr_done:
393 return IRQ_HANDLED;
394}
395
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600396static irqreturn_t xgbe_dma_isr(int irq, void *data)
397{
398 struct xgbe_channel *channel = data;
399
400 /* Per channel DMA interrupts are enabled, so we use the per
401 * channel napi structure and not the private data napi structure
402 */
403 if (napi_schedule_prep(&channel->napi)) {
404 /* Disable Tx and Rx interrupts */
Lendacky, Thomasf9c5c622014-12-09 14:54:08 -0600405 disable_irq_nosync(channel->dma_irq);
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600406
407 /* Turn on polling */
408 __napi_schedule(&channel->napi);
409 }
410
411 return IRQ_HANDLED;
412}
413
Lendacky, Thomasc635eaa2015-03-20 11:50:28 -0500414static void xgbe_tx_timer(unsigned long data)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500415{
Lendacky, Thomasc635eaa2015-03-20 11:50:28 -0500416 struct xgbe_channel *channel = (struct xgbe_channel *)data;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500417 struct xgbe_prv_data *pdata = channel->pdata;
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600418 struct napi_struct *napi;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500419
420 DBGPR("-->xgbe_tx_timer\n");
421
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600422 napi = (pdata->per_channel_irq) ? &channel->napi : &pdata->napi;
423
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600424 if (napi_schedule_prep(napi)) {
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500425 /* Disable Tx and Rx interrupts */
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600426 if (pdata->per_channel_irq)
Lendacky, Thomas078b29d2015-06-05 16:02:26 -0500427 disable_irq_nosync(channel->dma_irq);
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600428 else
429 xgbe_disable_rx_tx_ints(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500430
431 /* Turn on polling */
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600432 __napi_schedule(napi);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500433 }
434
435 channel->tx_timer_active = 0;
436
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500437 DBGPR("<--xgbe_tx_timer\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500438}
439
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500440static void xgbe_service(struct work_struct *work)
441{
442 struct xgbe_prv_data *pdata = container_of(work,
443 struct xgbe_prv_data,
444 service_work);
445
446 pdata->phy_if.phy_status(pdata);
447}
448
449static void xgbe_service_timer(unsigned long data)
450{
451 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)data;
452
453 schedule_work(&pdata->service_work);
454
455 mod_timer(&pdata->service_timer, jiffies + HZ);
456}
457
458static void xgbe_init_timers(struct xgbe_prv_data *pdata)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500459{
460 struct xgbe_channel *channel;
461 unsigned int i;
462
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500463 setup_timer(&pdata->service_timer, xgbe_service_timer,
464 (unsigned long)pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500465
466 channel = pdata->channel;
467 for (i = 0; i < pdata->channel_count; i++, channel++) {
468 if (!channel->tx_ring)
469 break;
470
Lendacky, Thomasc635eaa2015-03-20 11:50:28 -0500471 setup_timer(&channel->tx_timer, xgbe_tx_timer,
472 (unsigned long)channel);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500473 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500474}
475
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500476static void xgbe_start_timers(struct xgbe_prv_data *pdata)
477{
478 mod_timer(&pdata->service_timer, jiffies + HZ);
479}
480
481static void xgbe_stop_timers(struct xgbe_prv_data *pdata)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500482{
483 struct xgbe_channel *channel;
484 unsigned int i;
485
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500486 del_timer_sync(&pdata->service_timer);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500487
488 channel = pdata->channel;
489 for (i = 0; i < pdata->channel_count; i++, channel++) {
490 if (!channel->tx_ring)
491 break;
492
Lendacky, Thomasc635eaa2015-03-20 11:50:28 -0500493 del_timer_sync(&channel->tx_timer);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500494 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500495}
496
497void xgbe_get_all_hw_features(struct xgbe_prv_data *pdata)
498{
499 unsigned int mac_hfr0, mac_hfr1, mac_hfr2;
500 struct xgbe_hw_features *hw_feat = &pdata->hw_feat;
501
502 DBGPR("-->xgbe_get_all_hw_features\n");
503
504 mac_hfr0 = XGMAC_IOREAD(pdata, MAC_HWF0R);
505 mac_hfr1 = XGMAC_IOREAD(pdata, MAC_HWF1R);
506 mac_hfr2 = XGMAC_IOREAD(pdata, MAC_HWF2R);
507
508 memset(hw_feat, 0, sizeof(*hw_feat));
509
Lendacky, Thomasa9a4a2d2014-08-29 13:16:50 -0500510 hw_feat->version = XGMAC_IOREAD(pdata, MAC_VR);
511
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500512 /* Hardware feature register 0 */
513 hw_feat->gmii = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, GMIISEL);
514 hw_feat->vlhash = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VLHASH);
515 hw_feat->sma = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SMASEL);
516 hw_feat->rwk = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RWKSEL);
517 hw_feat->mgk = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, MGKSEL);
518 hw_feat->mmc = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, MMCSEL);
519 hw_feat->aoe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, ARPOFFSEL);
520 hw_feat->ts = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSEL);
521 hw_feat->eee = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, EEESEL);
522 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL);
523 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL);
524 hw_feat->addn_mac = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R,
525 ADDMACADRSEL);
526 hw_feat->ts_src = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSTSSEL);
527 hw_feat->sa_vlan_ins = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SAVLANINS);
528
529 /* Hardware feature register 1 */
530 hw_feat->rx_fifo_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R,
531 RXFIFOSIZE);
532 hw_feat->tx_fifo_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R,
533 TXFIFOSIZE);
Lendacky, Thomas73c259162015-05-22 16:32:09 -0500534 hw_feat->adv_ts_hi = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADVTHWORD);
Lendacky, Thomas386d3252015-03-20 11:50:22 -0500535 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500536 hw_feat->dcb = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DCBEN);
537 hw_feat->sph = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN);
538 hw_feat->tso = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, TSOEN);
539 hw_feat->dma_debug = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DBGMEMA);
Lendacky, Thomascf180b82015-02-03 14:14:32 -0600540 hw_feat->rss = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, RSSEN);
Lendacky, Thomasfca2d992014-07-29 08:57:55 -0500541 hw_feat->tc_cnt = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, NUMTC);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500542 hw_feat->hash_table_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R,
543 HASHTBLSZ);
544 hw_feat->l3l4_filter_num = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R,
545 L3L4FNUM);
546
547 /* Hardware feature register 2 */
548 hw_feat->rx_q_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXQCNT);
549 hw_feat->tx_q_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXQCNT);
550 hw_feat->rx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXCHCNT);
551 hw_feat->tx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXCHCNT);
552 hw_feat->pps_out_num = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, PPSOUTNUM);
553 hw_feat->aux_snap_num = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, AUXSNAPNUM);
554
Lendacky, Thomasb85e4d82014-06-24 16:19:29 -0500555 /* Translate the Hash Table size into actual number */
556 switch (hw_feat->hash_table_size) {
557 case 0:
558 break;
559 case 1:
560 hw_feat->hash_table_size = 64;
561 break;
562 case 2:
563 hw_feat->hash_table_size = 128;
564 break;
565 case 3:
566 hw_feat->hash_table_size = 256;
567 break;
568 }
569
Lendacky, Thomas386d3252015-03-20 11:50:22 -0500570 /* Translate the address width setting into actual number */
571 switch (hw_feat->dma_width) {
572 case 0:
573 hw_feat->dma_width = 32;
574 break;
575 case 1:
576 hw_feat->dma_width = 40;
577 break;
578 case 2:
579 hw_feat->dma_width = 48;
580 break;
581 default:
582 hw_feat->dma_width = 32;
583 }
584
Lendacky, Thomas211fcf62015-02-03 12:49:55 -0600585 /* The Queue, Channel and TC counts are zero based so increment them
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500586 * to get the actual number
587 */
588 hw_feat->rx_q_cnt++;
589 hw_feat->tx_q_cnt++;
590 hw_feat->rx_ch_cnt++;
591 hw_feat->tx_ch_cnt++;
Lendacky, Thomas211fcf62015-02-03 12:49:55 -0600592 hw_feat->tc_cnt++;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500593
594 DBGPR("<--xgbe_get_all_hw_features\n");
595}
596
597static void xgbe_napi_enable(struct xgbe_prv_data *pdata, unsigned int add)
598{
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600599 struct xgbe_channel *channel;
600 unsigned int i;
601
602 if (pdata->per_channel_irq) {
603 channel = pdata->channel;
604 for (i = 0; i < pdata->channel_count; i++, channel++) {
605 if (add)
606 netif_napi_add(pdata->netdev, &channel->napi,
607 xgbe_one_poll, NAPI_POLL_WEIGHT);
608
609 napi_enable(&channel->napi);
610 }
611 } else {
612 if (add)
613 netif_napi_add(pdata->netdev, &pdata->napi,
614 xgbe_all_poll, NAPI_POLL_WEIGHT);
615
616 napi_enable(&pdata->napi);
617 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500618}
619
Lendacky, Thomasff426062014-07-02 13:04:40 -0500620static void xgbe_napi_disable(struct xgbe_prv_data *pdata, unsigned int del)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500621{
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600622 struct xgbe_channel *channel;
623 unsigned int i;
Lendacky, Thomasff426062014-07-02 13:04:40 -0500624
Lendacky, Thomas9227dc52014-11-04 16:06:56 -0600625 if (pdata->per_channel_irq) {
626 channel = pdata->channel;
627 for (i = 0; i < pdata->channel_count; i++, channel++) {
628 napi_disable(&channel->napi);
629
630 if (del)
631 netif_napi_del(&channel->napi);
632 }
633 } else {
634 napi_disable(&pdata->napi);
635
636 if (del)
637 netif_napi_del(&pdata->napi);
638 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500639}
640
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600641static int xgbe_request_irqs(struct xgbe_prv_data *pdata)
642{
643 struct xgbe_channel *channel;
644 struct net_device *netdev = pdata->netdev;
645 unsigned int i;
646 int ret;
647
648 ret = devm_request_irq(pdata->dev, pdata->dev_irq, xgbe_isr, 0,
649 netdev->name, pdata);
650 if (ret) {
651 netdev_alert(netdev, "error requesting irq %d\n",
652 pdata->dev_irq);
653 return ret;
654 }
655
656 if (!pdata->per_channel_irq)
657 return 0;
658
659 channel = pdata->channel;
660 for (i = 0; i < pdata->channel_count; i++, channel++) {
661 snprintf(channel->dma_irq_name,
662 sizeof(channel->dma_irq_name) - 1,
663 "%s-TxRx-%u", netdev_name(netdev),
664 channel->queue_index);
665
666 ret = devm_request_irq(pdata->dev, channel->dma_irq,
667 xgbe_dma_isr, 0,
668 channel->dma_irq_name, channel);
669 if (ret) {
670 netdev_alert(netdev, "error requesting irq %d\n",
671 channel->dma_irq);
672 goto err_irq;
673 }
674 }
675
676 return 0;
677
678err_irq:
679 /* Using an unsigned int, 'i' will go to UINT_MAX and exit */
680 for (i--, channel--; i < pdata->channel_count; i--, channel--)
681 devm_free_irq(pdata->dev, channel->dma_irq, channel);
682
683 devm_free_irq(pdata->dev, pdata->dev_irq, pdata);
684
685 return ret;
686}
687
688static void xgbe_free_irqs(struct xgbe_prv_data *pdata)
689{
690 struct xgbe_channel *channel;
691 unsigned int i;
692
693 devm_free_irq(pdata->dev, pdata->dev_irq, pdata);
694
695 if (!pdata->per_channel_irq)
696 return;
697
698 channel = pdata->channel;
699 for (i = 0; i < pdata->channel_count; i++, channel++)
700 devm_free_irq(pdata->dev, channel->dma_irq, channel);
701}
702
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500703void xgbe_init_tx_coalesce(struct xgbe_prv_data *pdata)
704{
705 struct xgbe_hw_if *hw_if = &pdata->hw_if;
706
707 DBGPR("-->xgbe_init_tx_coalesce\n");
708
709 pdata->tx_usecs = XGMAC_INIT_DMA_TX_USECS;
710 pdata->tx_frames = XGMAC_INIT_DMA_TX_FRAMES;
711
712 hw_if->config_tx_coalesce(pdata);
713
714 DBGPR("<--xgbe_init_tx_coalesce\n");
715}
716
717void xgbe_init_rx_coalesce(struct xgbe_prv_data *pdata)
718{
719 struct xgbe_hw_if *hw_if = &pdata->hw_if;
720
721 DBGPR("-->xgbe_init_rx_coalesce\n");
722
723 pdata->rx_riwt = hw_if->usec_to_riwt(pdata, XGMAC_INIT_DMA_RX_USECS);
Lendacky, Thomas4a57ebc2015-03-20 11:50:34 -0500724 pdata->rx_usecs = XGMAC_INIT_DMA_RX_USECS;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500725 pdata->rx_frames = XGMAC_INIT_DMA_RX_FRAMES;
726
727 hw_if->config_rx_coalesce(pdata);
728
729 DBGPR("<--xgbe_init_rx_coalesce\n");
730}
731
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600732static void xgbe_free_tx_data(struct xgbe_prv_data *pdata)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500733{
734 struct xgbe_desc_if *desc_if = &pdata->desc_if;
735 struct xgbe_channel *channel;
736 struct xgbe_ring *ring;
737 struct xgbe_ring_data *rdata;
738 unsigned int i, j;
739
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600740 DBGPR("-->xgbe_free_tx_data\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500741
742 channel = pdata->channel;
743 for (i = 0; i < pdata->channel_count; i++, channel++) {
744 ring = channel->tx_ring;
745 if (!ring)
746 break;
747
748 for (j = 0; j < ring->rdesc_count; j++) {
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -0500749 rdata = XGBE_GET_DESC_DATA(ring, j);
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600750 desc_if->unmap_rdata(pdata, rdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500751 }
752 }
753
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600754 DBGPR("<--xgbe_free_tx_data\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500755}
756
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600757static void xgbe_free_rx_data(struct xgbe_prv_data *pdata)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500758{
759 struct xgbe_desc_if *desc_if = &pdata->desc_if;
760 struct xgbe_channel *channel;
761 struct xgbe_ring *ring;
762 struct xgbe_ring_data *rdata;
763 unsigned int i, j;
764
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600765 DBGPR("-->xgbe_free_rx_data\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500766
767 channel = pdata->channel;
768 for (i = 0; i < pdata->channel_count; i++, channel++) {
769 ring = channel->rx_ring;
770 if (!ring)
771 break;
772
773 for (j = 0; j < ring->rdesc_count; j++) {
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -0500774 rdata = XGBE_GET_DESC_DATA(ring, j);
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600775 desc_if->unmap_rdata(pdata, rdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500776 }
777 }
778
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600779 DBGPR("<--xgbe_free_rx_data\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500780}
781
Lendacky, Thomas88131a82014-08-05 13:30:44 -0500782static int xgbe_phy_init(struct xgbe_prv_data *pdata)
783{
Lendacky, Thomas88131a82014-08-05 13:30:44 -0500784 pdata->phy_link = -1;
785 pdata->phy_speed = SPEED_UNKNOWN;
Lendacky, Thomas88131a82014-08-05 13:30:44 -0500786
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500787 return pdata->phy_if.phy_reset(pdata);
Lendacky, Thomas88131a82014-08-05 13:30:44 -0500788}
789
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500790int xgbe_powerdown(struct net_device *netdev, unsigned int caller)
791{
792 struct xgbe_prv_data *pdata = netdev_priv(netdev);
793 struct xgbe_hw_if *hw_if = &pdata->hw_if;
794 unsigned long flags;
795
796 DBGPR("-->xgbe_powerdown\n");
797
798 if (!netif_running(netdev) ||
799 (caller == XGMAC_IOCTL_CONTEXT && pdata->power_down)) {
800 netdev_alert(netdev, "Device is already powered down\n");
801 DBGPR("<--xgbe_powerdown\n");
802 return -EINVAL;
803 }
804
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500805 spin_lock_irqsave(&pdata->lock, flags);
806
807 if (caller == XGMAC_DRIVER_CONTEXT)
808 netif_device_detach(netdev);
809
810 netif_tx_stop_all_queues(netdev);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500811
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500812 xgbe_stop_timers(pdata);
813 flush_workqueue(pdata->dev_workqueue);
814
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500815 hw_if->powerdown_tx(pdata);
816 hw_if->powerdown_rx(pdata);
817
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600818 xgbe_napi_disable(pdata, 0);
819
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500820 pdata->power_down = 1;
821
822 spin_unlock_irqrestore(&pdata->lock, flags);
823
824 DBGPR("<--xgbe_powerdown\n");
825
826 return 0;
827}
828
829int xgbe_powerup(struct net_device *netdev, unsigned int caller)
830{
831 struct xgbe_prv_data *pdata = netdev_priv(netdev);
832 struct xgbe_hw_if *hw_if = &pdata->hw_if;
833 unsigned long flags;
834
835 DBGPR("-->xgbe_powerup\n");
836
837 if (!netif_running(netdev) ||
838 (caller == XGMAC_IOCTL_CONTEXT && !pdata->power_down)) {
839 netdev_alert(netdev, "Device is already powered up\n");
840 DBGPR("<--xgbe_powerup\n");
841 return -EINVAL;
842 }
843
844 spin_lock_irqsave(&pdata->lock, flags);
845
846 pdata->power_down = 0;
847
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600848 xgbe_napi_enable(pdata, 0);
849
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500850 hw_if->powerup_tx(pdata);
851 hw_if->powerup_rx(pdata);
852
853 if (caller == XGMAC_DRIVER_CONTEXT)
854 netif_device_attach(netdev);
855
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500856 netif_tx_start_all_queues(netdev);
857
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500858 xgbe_start_timers(pdata);
859
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500860 spin_unlock_irqrestore(&pdata->lock, flags);
861
862 DBGPR("<--xgbe_powerup\n");
863
864 return 0;
865}
866
867static int xgbe_start(struct xgbe_prv_data *pdata)
868{
869 struct xgbe_hw_if *hw_if = &pdata->hw_if;
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500870 struct xgbe_phy_if *phy_if = &pdata->phy_if;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500871 struct net_device *netdev = pdata->netdev;
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600872 int ret;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500873
874 DBGPR("-->xgbe_start\n");
875
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500876 hw_if->init(pdata);
877
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500878 ret = phy_if->phy_start(pdata);
879 if (ret)
880 goto err_phy;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500881
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600882 xgbe_napi_enable(pdata, 1);
883
884 ret = xgbe_request_irqs(pdata);
885 if (ret)
886 goto err_napi;
887
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500888 hw_if->enable_tx(pdata);
889 hw_if->enable_rx(pdata);
890
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500891 netif_tx_start_all_queues(netdev);
892
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500893 xgbe_start_timers(pdata);
894 schedule_work(&pdata->service_work);
895
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500896 DBGPR("<--xgbe_start\n");
897
898 return 0;
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600899
900err_napi:
901 xgbe_napi_disable(pdata, 1);
902
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500903 phy_if->phy_stop(pdata);
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600904
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500905err_phy:
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600906 hw_if->exit(pdata);
907
908 return ret;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500909}
910
911static void xgbe_stop(struct xgbe_prv_data *pdata)
912{
913 struct xgbe_hw_if *hw_if = &pdata->hw_if;
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500914 struct xgbe_phy_if *phy_if = &pdata->phy_if;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -0600915 struct xgbe_channel *channel;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500916 struct net_device *netdev = pdata->netdev;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -0600917 struct netdev_queue *txq;
918 unsigned int i;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500919
920 DBGPR("-->xgbe_stop\n");
921
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500922 netif_tx_stop_all_queues(netdev);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500923
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500924 xgbe_stop_timers(pdata);
925 flush_workqueue(pdata->dev_workqueue);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500926
927 hw_if->disable_tx(pdata);
928 hw_if->disable_rx(pdata);
929
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600930 xgbe_free_irqs(pdata);
931
932 xgbe_napi_disable(pdata, 1);
933
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -0500934 phy_if->phy_stop(pdata);
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -0600935
936 hw_if->exit(pdata);
937
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -0600938 channel = pdata->channel;
939 for (i = 0; i < pdata->channel_count; i++, channel++) {
940 if (!channel->tx_ring)
941 continue;
942
943 txq = netdev_get_tx_queue(netdev, channel->queue_index);
944 netdev_tx_reset_queue(txq);
945 }
946
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500947 DBGPR("<--xgbe_stop\n");
948}
949
Lendacky, Thomas916102c2015-01-16 12:46:45 -0600950static void xgbe_restart_dev(struct xgbe_prv_data *pdata)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500951{
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500952 DBGPR("-->xgbe_restart_dev\n");
953
954 /* If not running, "restart" will happen on open */
955 if (!netif_running(pdata->netdev))
956 return;
957
958 xgbe_stop(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500959
Lendacky, Thomas08dcc472014-11-04 16:06:44 -0600960 xgbe_free_tx_data(pdata);
961 xgbe_free_rx_data(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500962
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500963 xgbe_start(pdata);
964
965 DBGPR("<--xgbe_restart_dev\n");
966}
967
968static void xgbe_restart(struct work_struct *work)
969{
970 struct xgbe_prv_data *pdata = container_of(work,
971 struct xgbe_prv_data,
972 restart_work);
973
974 rtnl_lock();
975
Lendacky, Thomas916102c2015-01-16 12:46:45 -0600976 xgbe_restart_dev(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -0500977
978 rtnl_unlock();
979}
980
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -0500981static void xgbe_tx_tstamp(struct work_struct *work)
982{
983 struct xgbe_prv_data *pdata = container_of(work,
984 struct xgbe_prv_data,
985 tx_tstamp_work);
986 struct skb_shared_hwtstamps hwtstamps;
987 u64 nsec;
988 unsigned long flags;
989
990 if (pdata->tx_tstamp) {
991 nsec = timecounter_cyc2time(&pdata->tstamp_tc,
992 pdata->tx_tstamp);
993
994 memset(&hwtstamps, 0, sizeof(hwtstamps));
995 hwtstamps.hwtstamp = ns_to_ktime(nsec);
996 skb_tstamp_tx(pdata->tx_tstamp_skb, &hwtstamps);
997 }
998
999 dev_kfree_skb_any(pdata->tx_tstamp_skb);
1000
1001 spin_lock_irqsave(&pdata->tstamp_lock, flags);
1002 pdata->tx_tstamp_skb = NULL;
1003 spin_unlock_irqrestore(&pdata->tstamp_lock, flags);
1004}
1005
1006static int xgbe_get_hwtstamp_settings(struct xgbe_prv_data *pdata,
1007 struct ifreq *ifreq)
1008{
1009 if (copy_to_user(ifreq->ifr_data, &pdata->tstamp_config,
1010 sizeof(pdata->tstamp_config)))
1011 return -EFAULT;
1012
1013 return 0;
1014}
1015
1016static int xgbe_set_hwtstamp_settings(struct xgbe_prv_data *pdata,
1017 struct ifreq *ifreq)
1018{
1019 struct hwtstamp_config config;
1020 unsigned int mac_tscr;
1021
1022 if (copy_from_user(&config, ifreq->ifr_data, sizeof(config)))
1023 return -EFAULT;
1024
1025 if (config.flags)
1026 return -EINVAL;
1027
1028 mac_tscr = 0;
1029
1030 switch (config.tx_type) {
1031 case HWTSTAMP_TX_OFF:
1032 break;
1033
1034 case HWTSTAMP_TX_ON:
1035 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1036 break;
1037
1038 default:
1039 return -ERANGE;
1040 }
1041
1042 switch (config.rx_filter) {
1043 case HWTSTAMP_FILTER_NONE:
1044 break;
1045
1046 case HWTSTAMP_FILTER_ALL:
1047 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENALL, 1);
1048 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1049 break;
1050
1051 /* PTP v2, UDP, any kind of event packet */
1052 case HWTSTAMP_FILTER_PTP_V2_L4_EVENT:
1053 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1);
1054 /* PTP v1, UDP, any kind of event packet */
1055 case HWTSTAMP_FILTER_PTP_V1_L4_EVENT:
1056 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1);
1057 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1);
1058 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, SNAPTYPSEL, 1);
1059 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1060 break;
1061
1062 /* PTP v2, UDP, Sync packet */
1063 case HWTSTAMP_FILTER_PTP_V2_L4_SYNC:
1064 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1);
1065 /* PTP v1, UDP, Sync packet */
1066 case HWTSTAMP_FILTER_PTP_V1_L4_SYNC:
1067 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1);
1068 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1);
1069 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSEVNTENA, 1);
1070 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1071 break;
1072
1073 /* PTP v2, UDP, Delay_req packet */
1074 case HWTSTAMP_FILTER_PTP_V2_L4_DELAY_REQ:
1075 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1);
1076 /* PTP v1, UDP, Delay_req packet */
1077 case HWTSTAMP_FILTER_PTP_V1_L4_DELAY_REQ:
1078 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1);
1079 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1);
1080 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSEVNTENA, 1);
1081 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSMSTRENA, 1);
1082 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1083 break;
1084
1085 /* 802.AS1, Ethernet, any kind of event packet */
1086 case HWTSTAMP_FILTER_PTP_V2_L2_EVENT:
1087 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, AV8021ASMEN, 1);
1088 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, SNAPTYPSEL, 1);
1089 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1090 break;
1091
1092 /* 802.AS1, Ethernet, Sync packet */
1093 case HWTSTAMP_FILTER_PTP_V2_L2_SYNC:
1094 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, AV8021ASMEN, 1);
1095 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSEVNTENA, 1);
1096 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1097 break;
1098
1099 /* 802.AS1, Ethernet, Delay_req packet */
1100 case HWTSTAMP_FILTER_PTP_V2_L2_DELAY_REQ:
1101 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, AV8021ASMEN, 1);
1102 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSMSTRENA, 1);
1103 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSEVNTENA, 1);
1104 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1105 break;
1106
1107 /* PTP v2/802.AS1, any layer, any kind of event packet */
1108 case HWTSTAMP_FILTER_PTP_V2_EVENT:
1109 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1);
1110 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPENA, 1);
1111 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1);
1112 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1);
1113 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, SNAPTYPSEL, 1);
1114 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1115 break;
1116
1117 /* PTP v2/802.AS1, any layer, Sync packet */
1118 case HWTSTAMP_FILTER_PTP_V2_SYNC:
1119 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1);
1120 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPENA, 1);
1121 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1);
1122 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1);
1123 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSEVNTENA, 1);
1124 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1125 break;
1126
1127 /* PTP v2/802.AS1, any layer, Delay_req packet */
1128 case HWTSTAMP_FILTER_PTP_V2_DELAY_REQ:
1129 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1);
1130 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPENA, 1);
1131 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1);
1132 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1);
1133 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSMSTRENA, 1);
1134 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSEVNTENA, 1);
1135 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1);
1136 break;
1137
1138 default:
1139 return -ERANGE;
1140 }
1141
1142 pdata->hw_if.config_tstamp(pdata, mac_tscr);
1143
1144 memcpy(&pdata->tstamp_config, &config, sizeof(config));
1145
1146 return 0;
1147}
1148
1149static void xgbe_prep_tx_tstamp(struct xgbe_prv_data *pdata,
1150 struct sk_buff *skb,
1151 struct xgbe_packet_data *packet)
1152{
1153 unsigned long flags;
1154
1155 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) {
1156 spin_lock_irqsave(&pdata->tstamp_lock, flags);
1157 if (pdata->tx_tstamp_skb) {
1158 /* Another timestamp in progress, ignore this one */
1159 XGMAC_SET_BITS(packet->attributes,
1160 TX_PACKET_ATTRIBUTES, PTP, 0);
1161 } else {
1162 pdata->tx_tstamp_skb = skb_get(skb);
1163 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
1164 }
1165 spin_unlock_irqrestore(&pdata->tstamp_lock, flags);
1166 }
1167
1168 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP))
1169 skb_tx_timestamp(skb);
1170}
1171
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001172static void xgbe_prep_vlan(struct sk_buff *skb, struct xgbe_packet_data *packet)
1173{
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001174 if (skb_vlan_tag_present(skb))
1175 packet->vlan_ctag = skb_vlan_tag_get(skb);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001176}
1177
1178static int xgbe_prep_tso(struct sk_buff *skb, struct xgbe_packet_data *packet)
1179{
1180 int ret;
1181
1182 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1183 TSO_ENABLE))
1184 return 0;
1185
1186 ret = skb_cow_head(skb, 0);
1187 if (ret)
1188 return ret;
1189
1190 packet->header_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
1191 packet->tcp_header_len = tcp_hdrlen(skb);
1192 packet->tcp_payload_len = skb->len - packet->header_len;
1193 packet->mss = skb_shinfo(skb)->gso_size;
1194 DBGPR(" packet->header_len=%u\n", packet->header_len);
1195 DBGPR(" packet->tcp_header_len=%u, packet->tcp_payload_len=%u\n",
1196 packet->tcp_header_len, packet->tcp_payload_len);
1197 DBGPR(" packet->mss=%u\n", packet->mss);
1198
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001199 /* Update the number of packets that will ultimately be transmitted
1200 * along with the extra bytes for each extra packet
1201 */
1202 packet->tx_packets = skb_shinfo(skb)->gso_segs;
1203 packet->tx_bytes += (packet->tx_packets - 1) * packet->header_len;
1204
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001205 return 0;
1206}
1207
1208static int xgbe_is_tso(struct sk_buff *skb)
1209{
1210 if (skb->ip_summed != CHECKSUM_PARTIAL)
1211 return 0;
1212
1213 if (!skb_is_gso(skb))
1214 return 0;
1215
1216 DBGPR(" TSO packet to be processed\n");
1217
1218 return 1;
1219}
1220
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001221static void xgbe_packet_info(struct xgbe_prv_data *pdata,
1222 struct xgbe_ring *ring, struct sk_buff *skb,
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001223 struct xgbe_packet_data *packet)
1224{
1225 struct skb_frag_struct *frag;
1226 unsigned int context_desc;
1227 unsigned int len;
1228 unsigned int i;
1229
Lendacky, Thomas16958a22014-11-20 11:04:08 -06001230 packet->skb = skb;
1231
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001232 context_desc = 0;
1233 packet->rdesc_count = 0;
1234
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001235 packet->tx_packets = 1;
1236 packet->tx_bytes = skb->len;
1237
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001238 if (xgbe_is_tso(skb)) {
Lendacky, Thomasa7beaf22014-11-04 16:07:29 -06001239 /* TSO requires an extra descriptor if mss is different */
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001240 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) {
1241 context_desc = 1;
1242 packet->rdesc_count++;
1243 }
1244
Lendacky, Thomasa7beaf22014-11-04 16:07:29 -06001245 /* TSO requires an extra descriptor for TSO header */
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001246 packet->rdesc_count++;
1247
1248 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1249 TSO_ENABLE, 1);
1250 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1251 CSUM_ENABLE, 1);
1252 } else if (skb->ip_summed == CHECKSUM_PARTIAL)
1253 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1254 CSUM_ENABLE, 1);
1255
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001256 if (skb_vlan_tag_present(skb)) {
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001257 /* VLAN requires an extra descriptor if tag is different */
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01001258 if (skb_vlan_tag_get(skb) != ring->tx.cur_vlan_ctag)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001259 /* We can share with the TSO context descriptor */
1260 if (!context_desc) {
1261 context_desc = 1;
1262 packet->rdesc_count++;
1263 }
1264
1265 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1266 VLAN_CTAG, 1);
1267 }
1268
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001269 if ((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) &&
1270 (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON))
1271 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1272 PTP, 1);
1273
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001274 for (len = skb_headlen(skb); len;) {
1275 packet->rdesc_count++;
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -05001276 len -= min_t(unsigned int, len, XGBE_TX_MAX_BUF_SIZE);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001277 }
1278
1279 for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) {
1280 frag = &skb_shinfo(skb)->frags[i];
1281 for (len = skb_frag_size(frag); len; ) {
1282 packet->rdesc_count++;
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -05001283 len -= min_t(unsigned int, len, XGBE_TX_MAX_BUF_SIZE);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001284 }
1285 }
1286}
1287
1288static int xgbe_open(struct net_device *netdev)
1289{
1290 struct xgbe_prv_data *pdata = netdev_priv(netdev);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001291 struct xgbe_desc_if *desc_if = &pdata->desc_if;
1292 int ret;
1293
1294 DBGPR("-->xgbe_open\n");
1295
Lendacky, Thomas88131a82014-08-05 13:30:44 -05001296 /* Initialize the phy */
1297 ret = xgbe_phy_init(pdata);
1298 if (ret)
1299 return ret;
1300
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001301 /* Enable the clocks */
1302 ret = clk_prepare_enable(pdata->sysclk);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001303 if (ret) {
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001304 netdev_alert(netdev, "dma clk_prepare_enable failed\n");
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -05001305 return ret;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001306 }
1307
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001308 ret = clk_prepare_enable(pdata->ptpclk);
1309 if (ret) {
1310 netdev_alert(netdev, "ptp clk_prepare_enable failed\n");
1311 goto err_sysclk;
1312 }
1313
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001314 /* Calculate the Rx buffer size before allocating rings */
1315 ret = xgbe_calc_rx_buf_size(netdev, netdev->mtu);
1316 if (ret < 0)
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001317 goto err_ptpclk;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001318 pdata->rx_buf_size = ret;
1319
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -06001320 /* Allocate the channel and ring structures */
1321 ret = xgbe_alloc_channels(pdata);
1322 if (ret)
1323 goto err_ptpclk;
1324
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001325 /* Allocate the ring descriptors and buffers */
1326 ret = desc_if->alloc_ring_resources(pdata);
1327 if (ret)
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -06001328 goto err_channels;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001329
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -05001330 INIT_WORK(&pdata->service_work, xgbe_service);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001331 INIT_WORK(&pdata->restart_work, xgbe_restart);
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001332 INIT_WORK(&pdata->tx_tstamp_work, xgbe_tx_tstamp);
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -05001333 xgbe_init_timers(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001334
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001335 ret = xgbe_start(pdata);
1336 if (ret)
Lendacky, Thomasc30e76a2015-02-25 13:50:12 -06001337 goto err_rings;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001338
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -05001339 clear_bit(XGBE_DOWN, &pdata->dev_state);
1340
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001341 DBGPR("<--xgbe_open\n");
1342
1343 return 0;
1344
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -06001345err_rings:
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001346 desc_if->free_ring_resources(pdata);
1347
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -06001348err_channels:
1349 xgbe_free_channels(pdata);
1350
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001351err_ptpclk:
1352 clk_disable_unprepare(pdata->ptpclk);
1353
1354err_sysclk:
1355 clk_disable_unprepare(pdata->sysclk);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001356
1357 return ret;
1358}
1359
1360static int xgbe_close(struct net_device *netdev)
1361{
1362 struct xgbe_prv_data *pdata = netdev_priv(netdev);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001363 struct xgbe_desc_if *desc_if = &pdata->desc_if;
1364
1365 DBGPR("-->xgbe_close\n");
1366
1367 /* Stop the device */
1368 xgbe_stop(pdata);
1369
Lendacky, Thomas4780b7c2014-11-04 16:06:26 -06001370 /* Free the ring descriptors and buffers */
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001371 desc_if->free_ring_resources(pdata);
1372
Lendacky, Thomase98c72c2014-11-06 17:02:13 -06001373 /* Free the channel and ring structures */
1374 xgbe_free_channels(pdata);
1375
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001376 /* Disable the clocks */
1377 clk_disable_unprepare(pdata->ptpclk);
1378 clk_disable_unprepare(pdata->sysclk);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001379
Lendacky, Thomas7c12aa02015-05-14 11:44:15 -05001380 set_bit(XGBE_DOWN, &pdata->dev_state);
Lendacky, Thomas88131a82014-08-05 13:30:44 -05001381
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001382 DBGPR("<--xgbe_close\n");
1383
1384 return 0;
1385}
1386
1387static int xgbe_xmit(struct sk_buff *skb, struct net_device *netdev)
1388{
1389 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1390 struct xgbe_hw_if *hw_if = &pdata->hw_if;
1391 struct xgbe_desc_if *desc_if = &pdata->desc_if;
1392 struct xgbe_channel *channel;
1393 struct xgbe_ring *ring;
1394 struct xgbe_packet_data *packet;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001395 struct netdev_queue *txq;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001396 int ret;
1397
1398 DBGPR("-->xgbe_xmit: skb->len = %d\n", skb->len);
1399
1400 channel = pdata->channel + skb->queue_mapping;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001401 txq = netdev_get_tx_queue(netdev, channel->queue_index);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001402 ring = channel->tx_ring;
1403 packet = &ring->packet_data;
1404
1405 ret = NETDEV_TX_OK;
1406
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001407 if (skb->len == 0) {
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001408 netif_err(pdata, tx_err, netdev,
1409 "empty skb received from stack\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001410 dev_kfree_skb_any(skb);
1411 goto tx_netdev_return;
1412 }
1413
1414 /* Calculate preliminary packet info */
1415 memset(packet, 0, sizeof(*packet));
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001416 xgbe_packet_info(pdata, ring, skb, packet);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001417
1418 /* Check that there are enough descriptors available */
Lendacky, Thomas16958a22014-11-20 11:04:08 -06001419 ret = xgbe_maybe_stop_tx_queue(channel, ring, packet->rdesc_count);
1420 if (ret)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001421 goto tx_netdev_return;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001422
1423 ret = xgbe_prep_tso(skb, packet);
1424 if (ret) {
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001425 netif_err(pdata, tx_err, netdev,
1426 "error processing TSO packet\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001427 dev_kfree_skb_any(skb);
1428 goto tx_netdev_return;
1429 }
1430 xgbe_prep_vlan(skb, packet);
1431
1432 if (!desc_if->map_tx_skb(channel, skb)) {
1433 dev_kfree_skb_any(skb);
1434 goto tx_netdev_return;
1435 }
1436
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001437 xgbe_prep_tx_tstamp(pdata, skb, packet);
1438
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001439 /* Report on the actual number of bytes (to be) sent */
1440 netdev_tx_sent_queue(txq, packet->tx_bytes);
1441
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001442 /* Configure required descriptor fields for transmission */
Lendacky, Thomasa9d41982014-11-04 16:06:32 -06001443 hw_if->dev_xmit(channel);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001444
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001445 if (netif_msg_pktdata(pdata))
1446 xgbe_print_pkt(netdev, skb, true);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001447
Lendacky, Thomas16958a22014-11-20 11:04:08 -06001448 /* Stop the queue in advance if there may not be enough descriptors */
1449 xgbe_maybe_stop_tx_queue(channel, ring, XGBE_TX_MAX_DESCS);
1450
1451 ret = NETDEV_TX_OK;
1452
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001453tx_netdev_return:
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001454 return ret;
1455}
1456
1457static void xgbe_set_rx_mode(struct net_device *netdev)
1458{
1459 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1460 struct xgbe_hw_if *hw_if = &pdata->hw_if;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001461
1462 DBGPR("-->xgbe_set_rx_mode\n");
1463
Lendacky, Thomasb8763822015-04-09 12:11:57 -05001464 hw_if->config_rx_mode(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001465
1466 DBGPR("<--xgbe_set_rx_mode\n");
1467}
1468
1469static int xgbe_set_mac_address(struct net_device *netdev, void *addr)
1470{
1471 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1472 struct xgbe_hw_if *hw_if = &pdata->hw_if;
1473 struct sockaddr *saddr = addr;
1474
1475 DBGPR("-->xgbe_set_mac_address\n");
1476
1477 if (!is_valid_ether_addr(saddr->sa_data))
1478 return -EADDRNOTAVAIL;
1479
1480 memcpy(netdev->dev_addr, saddr->sa_data, netdev->addr_len);
1481
1482 hw_if->set_mac_address(pdata, netdev->dev_addr);
1483
1484 DBGPR("<--xgbe_set_mac_address\n");
1485
1486 return 0;
1487}
1488
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001489static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd)
1490{
1491 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1492 int ret;
1493
1494 switch (cmd) {
1495 case SIOCGHWTSTAMP:
1496 ret = xgbe_get_hwtstamp_settings(pdata, ifreq);
1497 break;
1498
1499 case SIOCSHWTSTAMP:
1500 ret = xgbe_set_hwtstamp_settings(pdata, ifreq);
1501 break;
1502
1503 default:
1504 ret = -EOPNOTSUPP;
1505 }
1506
1507 return ret;
1508}
1509
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001510static int xgbe_change_mtu(struct net_device *netdev, int mtu)
1511{
1512 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1513 int ret;
1514
1515 DBGPR("-->xgbe_change_mtu\n");
1516
1517 ret = xgbe_calc_rx_buf_size(netdev, mtu);
1518 if (ret < 0)
1519 return ret;
1520
1521 pdata->rx_buf_size = ret;
1522 netdev->mtu = mtu;
1523
Lendacky, Thomas916102c2015-01-16 12:46:45 -06001524 xgbe_restart_dev(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001525
1526 DBGPR("<--xgbe_change_mtu\n");
1527
1528 return 0;
1529}
1530
Lendacky, Thomasa8373f12015-04-09 12:12:03 -05001531static void xgbe_tx_timeout(struct net_device *netdev)
1532{
1533 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1534
1535 netdev_warn(netdev, "tx timeout, device restarting\n");
1536 schedule_work(&pdata->restart_work);
1537}
1538
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001539static struct rtnl_link_stats64 *xgbe_get_stats64(struct net_device *netdev,
1540 struct rtnl_link_stats64 *s)
1541{
1542 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1543 struct xgbe_mmc_stats *pstats = &pdata->mmc_stats;
1544
1545 DBGPR("-->%s\n", __func__);
1546
1547 pdata->hw_if.read_mmc_stats(pdata);
1548
1549 s->rx_packets = pstats->rxframecount_gb;
1550 s->rx_bytes = pstats->rxoctetcount_gb;
1551 s->rx_errors = pstats->rxframecount_gb -
1552 pstats->rxbroadcastframes_g -
1553 pstats->rxmulticastframes_g -
1554 pstats->rxunicastframes_g;
1555 s->multicast = pstats->rxmulticastframes_g;
1556 s->rx_length_errors = pstats->rxlengtherror;
1557 s->rx_crc_errors = pstats->rxcrcerror;
1558 s->rx_fifo_errors = pstats->rxfifooverflow;
1559
1560 s->tx_packets = pstats->txframecount_gb;
1561 s->tx_bytes = pstats->txoctetcount_gb;
1562 s->tx_errors = pstats->txframecount_gb - pstats->txframecount_g;
1563 s->tx_dropped = netdev->stats.tx_dropped;
1564
1565 DBGPR("<--%s\n", __func__);
1566
1567 return s;
1568}
1569
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001570static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto,
1571 u16 vid)
1572{
1573 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1574 struct xgbe_hw_if *hw_if = &pdata->hw_if;
1575
1576 DBGPR("-->%s\n", __func__);
1577
1578 set_bit(vid, pdata->active_vlans);
1579 hw_if->update_vlan_hash_table(pdata);
1580
1581 DBGPR("<--%s\n", __func__);
1582
1583 return 0;
1584}
1585
1586static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto,
1587 u16 vid)
1588{
1589 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1590 struct xgbe_hw_if *hw_if = &pdata->hw_if;
1591
1592 DBGPR("-->%s\n", __func__);
1593
1594 clear_bit(vid, pdata->active_vlans);
1595 hw_if->update_vlan_hash_table(pdata);
1596
1597 DBGPR("<--%s\n", __func__);
1598
1599 return 0;
1600}
1601
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001602#ifdef CONFIG_NET_POLL_CONTROLLER
1603static void xgbe_poll_controller(struct net_device *netdev)
1604{
1605 struct xgbe_prv_data *pdata = netdev_priv(netdev);
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06001606 struct xgbe_channel *channel;
1607 unsigned int i;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001608
1609 DBGPR("-->xgbe_poll_controller\n");
1610
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06001611 if (pdata->per_channel_irq) {
1612 channel = pdata->channel;
1613 for (i = 0; i < pdata->channel_count; i++, channel++)
1614 xgbe_dma_isr(channel->dma_irq, channel);
1615 } else {
1616 disable_irq(pdata->dev_irq);
1617 xgbe_isr(pdata->dev_irq, pdata);
1618 enable_irq(pdata->dev_irq);
1619 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001620
1621 DBGPR("<--xgbe_poll_controller\n");
1622}
1623#endif /* End CONFIG_NET_POLL_CONTROLLER */
1624
Lendacky, Thomasfca2d992014-07-29 08:57:55 -05001625static int xgbe_setup_tc(struct net_device *netdev, u8 tc)
1626{
1627 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1628 unsigned int offset, queue;
1629 u8 i;
1630
1631 if (tc && (tc != pdata->hw_feat.tc_cnt))
1632 return -EINVAL;
1633
1634 if (tc) {
1635 netdev_set_num_tc(netdev, tc);
1636 for (i = 0, queue = 0, offset = 0; i < tc; i++) {
1637 while ((queue < pdata->tx_q_count) &&
1638 (pdata->q2tc_map[queue] == i))
1639 queue++;
1640
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001641 netif_dbg(pdata, drv, netdev, "TC%u using TXq%u-%u\n",
1642 i, offset, queue - 1);
Lendacky, Thomasfca2d992014-07-29 08:57:55 -05001643 netdev_set_tc_queue(netdev, i, queue - offset, offset);
1644 offset = queue;
1645 }
1646 } else {
1647 netdev_reset_tc(netdev);
1648 }
1649
1650 return 0;
1651}
1652
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001653static int xgbe_set_features(struct net_device *netdev,
1654 netdev_features_t features)
1655{
1656 struct xgbe_prv_data *pdata = netdev_priv(netdev);
1657 struct xgbe_hw_if *hw_if = &pdata->hw_if;
Lendacky, Thomas5b9dfe22014-11-04 16:07:02 -06001658 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter;
1659 int ret = 0;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001660
Lendacky, Thomas5b9dfe22014-11-04 16:07:02 -06001661 rxhash = pdata->netdev_features & NETIF_F_RXHASH;
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001662 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM;
1663 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX;
1664 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001665
Lendacky, Thomas5b9dfe22014-11-04 16:07:02 -06001666 if ((features & NETIF_F_RXHASH) && !rxhash)
1667 ret = hw_if->enable_rss(pdata);
1668 else if (!(features & NETIF_F_RXHASH) && rxhash)
1669 ret = hw_if->disable_rss(pdata);
1670 if (ret)
1671 return ret;
1672
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001673 if ((features & NETIF_F_RXCSUM) && !rxcsum)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001674 hw_if->enable_rx_csum(pdata);
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001675 else if (!(features & NETIF_F_RXCSUM) && rxcsum)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001676 hw_if->disable_rx_csum(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001677
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001678 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001679 hw_if->enable_rx_vlan_stripping(pdata);
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001680 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001681 hw_if->disable_rx_vlan_stripping(pdata);
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001682
1683 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
1684 hw_if->enable_rx_vlan_filtering(pdata);
1685 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter)
1686 hw_if->disable_rx_vlan_filtering(pdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001687
1688 pdata->netdev_features = features;
1689
1690 DBGPR("<--xgbe_set_features\n");
1691
1692 return 0;
1693}
1694
1695static const struct net_device_ops xgbe_netdev_ops = {
1696 .ndo_open = xgbe_open,
1697 .ndo_stop = xgbe_close,
1698 .ndo_start_xmit = xgbe_xmit,
1699 .ndo_set_rx_mode = xgbe_set_rx_mode,
1700 .ndo_set_mac_address = xgbe_set_mac_address,
1701 .ndo_validate_addr = eth_validate_addr,
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001702 .ndo_do_ioctl = xgbe_ioctl,
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001703 .ndo_change_mtu = xgbe_change_mtu,
Lendacky, Thomasa8373f12015-04-09 12:12:03 -05001704 .ndo_tx_timeout = xgbe_tx_timeout,
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001705 .ndo_get_stats64 = xgbe_get_stats64,
Lendacky, Thomas801c62d2014-06-24 16:19:24 -05001706 .ndo_vlan_rx_add_vid = xgbe_vlan_rx_add_vid,
1707 .ndo_vlan_rx_kill_vid = xgbe_vlan_rx_kill_vid,
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001708#ifdef CONFIG_NET_POLL_CONTROLLER
1709 .ndo_poll_controller = xgbe_poll_controller,
1710#endif
Lendacky, Thomasfca2d992014-07-29 08:57:55 -05001711 .ndo_setup_tc = xgbe_setup_tc,
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001712 .ndo_set_features = xgbe_set_features,
1713};
1714
1715struct net_device_ops *xgbe_get_netdev_ops(void)
1716{
1717 return (struct net_device_ops *)&xgbe_netdev_ops;
1718}
1719
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05001720static void xgbe_rx_refresh(struct xgbe_channel *channel)
1721{
1722 struct xgbe_prv_data *pdata = channel->pdata;
Lendacky, Thomas270894e2015-01-16 12:46:50 -06001723 struct xgbe_hw_if *hw_if = &pdata->hw_if;
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05001724 struct xgbe_desc_if *desc_if = &pdata->desc_if;
1725 struct xgbe_ring *ring = channel->rx_ring;
1726 struct xgbe_ring_data *rdata;
1727
Lendacky, Thomas270894e2015-01-16 12:46:50 -06001728 while (ring->dirty != ring->cur) {
1729 rdata = XGBE_GET_DESC_DATA(ring, ring->dirty);
1730
1731 /* Reset rdata values */
1732 desc_if->unmap_rdata(pdata, rdata);
1733
1734 if (desc_if->map_rx_buffer(pdata, ring, rdata))
1735 break;
1736
Lendacky, Thomas8dee19e2015-04-09 12:11:51 -05001737 hw_if->rx_desc_reset(pdata, rdata, ring->dirty);
Lendacky, Thomas270894e2015-01-16 12:46:50 -06001738
1739 ring->dirty++;
1740 }
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05001741
Lendacky, Thomasceb8f6b2015-03-20 11:50:16 -05001742 /* Make sure everything is written before the register write */
1743 wmb();
1744
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05001745 /* Update the Rx Tail Pointer Register with address of
1746 * the last cleaned entry */
Lendacky, Thomas270894e2015-01-16 12:46:50 -06001747 rdata = XGBE_GET_DESC_DATA(ring, ring->dirty - 1);
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05001748 XGMAC_DMA_IOWRITE(channel, DMA_CH_RDTR_LO,
1749 lower_32_bits(rdata->rdesc_dma));
1750}
1751
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001752static struct sk_buff *xgbe_create_skb(struct xgbe_prv_data *pdata,
1753 struct napi_struct *napi,
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001754 struct xgbe_ring_data *rdata,
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001755 unsigned int len)
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001756{
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001757 struct sk_buff *skb;
1758 u8 *packet;
1759 unsigned int copy_len;
1760
Lendacky, Thomas385565a2015-03-20 11:50:41 -05001761 skb = napi_alloc_skb(napi, rdata->rx.hdr.dma_len);
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001762 if (!skb)
1763 return NULL;
1764
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001765 /* Start with the header buffer which may contain just the header
1766 * or the header plus data
1767 */
1768 dma_sync_single_for_cpu(pdata->dev, rdata->rx.hdr.dma,
1769 rdata->rx.hdr.dma_len, DMA_FROM_DEVICE);
1770
Lendacky, Thomasc9f140e2014-11-20 11:03:44 -06001771 packet = page_address(rdata->rx.hdr.pa.pages) +
1772 rdata->rx.hdr.pa.pages_offset;
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001773 copy_len = (rdata->rx.hdr_len) ? rdata->rx.hdr_len : len;
Lendacky, Thomasc9f140e2014-11-20 11:03:44 -06001774 copy_len = min(rdata->rx.hdr.dma_len, copy_len);
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001775 skb_copy_to_linear_data(skb, packet, copy_len);
1776 skb_put(skb, copy_len);
1777
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001778 len -= copy_len;
1779 if (len) {
1780 /* Add the remaining data as a frag */
1781 dma_sync_single_for_cpu(pdata->dev, rdata->rx.buf.dma,
1782 rdata->rx.buf.dma_len, DMA_FROM_DEVICE);
1783
1784 skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags,
1785 rdata->rx.buf.pa.pages,
1786 rdata->rx.buf.pa.pages_offset,
1787 len, rdata->rx.buf.dma_len);
1788 rdata->rx.buf.pa.pages = NULL;
1789 }
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001790
1791 return skb;
1792}
1793
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001794static int xgbe_tx_poll(struct xgbe_channel *channel)
1795{
1796 struct xgbe_prv_data *pdata = channel->pdata;
1797 struct xgbe_hw_if *hw_if = &pdata->hw_if;
1798 struct xgbe_desc_if *desc_if = &pdata->desc_if;
1799 struct xgbe_ring *ring = channel->tx_ring;
1800 struct xgbe_ring_data *rdata;
1801 struct xgbe_ring_desc *rdesc;
1802 struct net_device *netdev = pdata->netdev;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001803 struct netdev_queue *txq;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001804 int processed = 0;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001805 unsigned int tx_packets = 0, tx_bytes = 0;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001806
1807 DBGPR("-->xgbe_tx_poll\n");
1808
1809 /* Nothing to do if there isn't a Tx ring for this channel */
1810 if (!ring)
1811 return 0;
1812
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001813 txq = netdev_get_tx_queue(netdev, channel->queue_index);
1814
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -05001815 while ((processed < XGBE_TX_DESC_MAX_PROC) &&
Lendacky, Thomas244d62b2014-12-04 11:52:35 -06001816 (ring->dirty != ring->cur)) {
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -05001817 rdata = XGBE_GET_DESC_DATA(ring, ring->dirty);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001818 rdesc = rdata->rdesc;
1819
1820 if (!hw_if->tx_complete(rdesc))
1821 break;
1822
Lendacky, Thomas5449e272014-11-20 11:03:26 -06001823 /* Make sure descriptor fields are read after reading the OWN
1824 * bit */
Lendacky, Thomasceb8f6b2015-03-20 11:50:16 -05001825 dma_rmb();
Lendacky, Thomas5449e272014-11-20 11:03:26 -06001826
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001827 if (netif_msg_tx_done(pdata))
1828 xgbe_dump_tx_desc(pdata, ring, ring->dirty, 1, 0);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001829
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001830 if (hw_if->is_last_desc(rdesc)) {
1831 tx_packets += rdata->tx.packets;
1832 tx_bytes += rdata->tx.bytes;
1833 }
1834
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001835 /* Free the SKB and reset the descriptor for re-use */
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001836 desc_if->unmap_rdata(pdata, rdata);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001837 hw_if->tx_desc_reset(rdata);
1838
1839 processed++;
1840 ring->dirty++;
1841 }
1842
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001843 if (!processed)
Lendacky, Thomasa83ef422015-01-16 12:46:55 -06001844 return 0;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001845
1846 netdev_tx_completed_queue(txq, tx_packets, tx_bytes);
1847
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001848 if ((ring->tx.queue_stopped == 1) &&
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -05001849 (xgbe_tx_avail_desc(ring) > XGBE_TX_DESC_MIN_FREE)) {
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001850 ring->tx.queue_stopped = 0;
Lendacky, Thomas5fb4b862014-11-20 11:03:50 -06001851 netif_tx_wake_queue(txq);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001852 }
1853
1854 DBGPR("<--xgbe_tx_poll: processed=%d\n", processed);
1855
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001856 return processed;
1857}
1858
1859static int xgbe_rx_poll(struct xgbe_channel *channel, int budget)
1860{
1861 struct xgbe_prv_data *pdata = channel->pdata;
1862 struct xgbe_hw_if *hw_if = &pdata->hw_if;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001863 struct xgbe_ring *ring = channel->rx_ring;
1864 struct xgbe_ring_data *rdata;
1865 struct xgbe_packet_data *packet;
1866 struct net_device *netdev = pdata->netdev;
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06001867 struct napi_struct *napi;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001868 struct sk_buff *skb;
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001869 struct skb_shared_hwtstamps *hwtstamps;
1870 unsigned int incomplete, error, context_next, context;
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001871 unsigned int len, rdesc_len, max_len;
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05001872 unsigned int received = 0;
1873 int packet_count = 0;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001874
1875 DBGPR("-->xgbe_rx_poll: budget=%d\n", budget);
1876
1877 /* Nothing to do if there isn't a Rx ring for this channel */
1878 if (!ring)
1879 return 0;
1880
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001881 incomplete = 0;
1882 context_next = 0;
1883
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06001884 napi = (pdata->per_channel_irq) ? &channel->napi : &pdata->napi;
1885
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001886 rdata = XGBE_GET_DESC_DATA(ring, ring->cur);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001887 packet = &ring->packet_data;
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05001888 while (packet_count < budget) {
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001889 DBGPR(" cur = %d\n", ring->cur);
1890
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001891 /* First time in loop see if we need to restore state */
1892 if (!received && rdata->state_saved) {
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001893 skb = rdata->state.skb;
1894 error = rdata->state.error;
1895 len = rdata->state.len;
1896 } else {
1897 memset(packet, 0, sizeof(*packet));
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001898 skb = NULL;
1899 error = 0;
1900 len = 0;
1901 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001902
1903read_again:
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001904 rdata = XGBE_GET_DESC_DATA(ring, ring->cur);
1905
Lendacky, Thomas270894e2015-01-16 12:46:50 -06001906 if (xgbe_rx_dirty_desc(ring) > (XGBE_RX_DESC_CNT >> 3))
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05001907 xgbe_rx_refresh(channel);
1908
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001909 if (hw_if->dev_read(channel))
1910 break;
1911
1912 received++;
1913 ring->cur++;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001914
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001915 incomplete = XGMAC_GET_BITS(packet->attributes,
1916 RX_PACKET_ATTRIBUTES,
1917 INCOMPLETE);
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001918 context_next = XGMAC_GET_BITS(packet->attributes,
1919 RX_PACKET_ATTRIBUTES,
1920 CONTEXT_NEXT);
1921 context = XGMAC_GET_BITS(packet->attributes,
1922 RX_PACKET_ATTRIBUTES,
1923 CONTEXT);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001924
1925 /* Earlier error, just drain the remaining data */
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001926 if ((incomplete || context_next) && error)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001927 goto read_again;
1928
1929 if (error || packet->errors) {
1930 if (packet->errors)
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001931 netif_err(pdata, rx_err, netdev,
1932 "error in received packet\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001933 dev_kfree_skb(skb);
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05001934 goto next_packet;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001935 }
1936
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001937 if (!context) {
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001938 /* Length is cumulative, get this descriptor's length */
1939 rdesc_len = rdata->rx.len - len;
1940 len += rdesc_len;
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001941
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001942 if (rdesc_len && !skb) {
1943 skb = xgbe_create_skb(pdata, napi, rdata,
1944 rdesc_len);
1945 if (!skb)
Lendacky, Thomas08dcc472014-11-04 16:06:44 -06001946 error = 1;
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001947 } else if (rdesc_len) {
Lendacky, Thomas174fd252014-11-04 16:06:50 -06001948 dma_sync_single_for_cpu(pdata->dev,
Lendacky, Thomasc9f140e2014-11-20 11:03:44 -06001949 rdata->rx.buf.dma,
1950 rdata->rx.buf.dma_len,
Lendacky, Thomas174fd252014-11-04 16:06:50 -06001951 DMA_FROM_DEVICE);
1952
1953 skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags,
Lendacky, Thomasc9f140e2014-11-20 11:03:44 -06001954 rdata->rx.buf.pa.pages,
1955 rdata->rx.buf.pa.pages_offset,
Lendacky, Thomas7d9ca342015-05-14 11:44:09 -05001956 rdesc_len,
1957 rdata->rx.buf.dma_len);
Lendacky, Thomasc9f140e2014-11-20 11:03:44 -06001958 rdata->rx.buf.pa.pages = NULL;
Lendacky, Thomas174fd252014-11-04 16:06:50 -06001959 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001960 }
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001961
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001962 if (incomplete || context_next)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001963 goto read_again;
1964
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001965 if (!skb)
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05001966 goto next_packet;
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001967
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001968 /* Be sure we don't exceed the configured MTU */
1969 max_len = netdev->mtu + ETH_HLEN;
1970 if (!(netdev->features & NETIF_F_HW_VLAN_CTAG_RX) &&
1971 (skb->protocol == htons(ETH_P_8021Q)))
1972 max_len += VLAN_HLEN;
1973
1974 if (skb->len > max_len) {
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001975 netif_err(pdata, rx_err, netdev,
1976 "packet length exceeds configured MTU\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001977 dev_kfree_skb(skb);
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05001978 goto next_packet;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001979 }
1980
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05001981 if (netif_msg_pktdata(pdata))
1982 xgbe_print_pkt(netdev, skb, false);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05001983
1984 skb_checksum_none_assert(skb);
1985 if (XGMAC_GET_BITS(packet->attributes,
1986 RX_PACKET_ATTRIBUTES, CSUM_DONE))
1987 skb->ip_summed = CHECKSUM_UNNECESSARY;
1988
1989 if (XGMAC_GET_BITS(packet->attributes,
1990 RX_PACKET_ATTRIBUTES, VLAN_CTAG))
1991 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1992 packet->vlan_ctag);
1993
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05001994 if (XGMAC_GET_BITS(packet->attributes,
1995 RX_PACKET_ATTRIBUTES, RX_TSTAMP)) {
1996 u64 nsec;
1997
1998 nsec = timecounter_cyc2time(&pdata->tstamp_tc,
1999 packet->rx_tstamp);
2000 hwtstamps = skb_hwtstamps(skb);
2001 hwtstamps->hwtstamp = ns_to_ktime(nsec);
2002 }
2003
Lendacky, Thomas5b9dfe22014-11-04 16:07:02 -06002004 if (XGMAC_GET_BITS(packet->attributes,
2005 RX_PACKET_ATTRIBUTES, RSS_HASH))
2006 skb_set_hash(skb, packet->rss_hash,
2007 packet->rss_hash_type);
2008
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002009 skb->dev = netdev;
2010 skb->protocol = eth_type_trans(skb, netdev);
2011 skb_record_rx_queue(skb, channel->queue_index);
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06002012 skb_mark_napi_id(skb, napi);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002013
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06002014 napi_gro_receive(napi, skb);
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05002015
2016next_packet:
2017 packet_count++;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002018 }
2019
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05002020 /* Check if we need to save state before leaving */
2021 if (received && (incomplete || context_next)) {
2022 rdata = XGBE_GET_DESC_DATA(ring, ring->cur);
2023 rdata->state_saved = 1;
Lendacky, Thomas23e4eef2014-07-29 08:57:19 -05002024 rdata->state.skb = skb;
2025 rdata->state.len = len;
2026 rdata->state.error = error;
2027 }
2028
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05002029 DBGPR("<--xgbe_rx_poll: packet_count = %d\n", packet_count);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002030
Lendacky, Thomas55ca6bc2014-10-22 11:26:17 -05002031 return packet_count;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002032}
2033
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06002034static int xgbe_one_poll(struct napi_struct *napi, int budget)
2035{
2036 struct xgbe_channel *channel = container_of(napi, struct xgbe_channel,
2037 napi);
2038 int processed = 0;
2039
2040 DBGPR("-->xgbe_one_poll: budget=%d\n", budget);
2041
2042 /* Cleanup Tx ring first */
2043 xgbe_tx_poll(channel);
2044
2045 /* Process Rx ring next */
2046 processed = xgbe_rx_poll(channel, budget);
2047
2048 /* If we processed everything, we are done */
2049 if (processed < budget) {
2050 /* Turn off polling */
2051 napi_complete(napi);
2052
2053 /* Enable Tx and Rx interrupts */
2054 enable_irq(channel->dma_irq);
2055 }
2056
2057 DBGPR("<--xgbe_one_poll: received = %d\n", processed);
2058
2059 return processed;
2060}
2061
2062static int xgbe_all_poll(struct napi_struct *napi, int budget)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002063{
2064 struct xgbe_prv_data *pdata = container_of(napi, struct xgbe_prv_data,
2065 napi);
2066 struct xgbe_channel *channel;
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05002067 int ring_budget;
2068 int processed, last_processed;
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002069 unsigned int i;
2070
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06002071 DBGPR("-->xgbe_all_poll: budget=%d\n", budget);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002072
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002073 processed = 0;
Lendacky, Thomas9867e8f2014-07-02 13:04:46 -05002074 ring_budget = budget / pdata->rx_ring_count;
2075 do {
2076 last_processed = processed;
2077
2078 channel = pdata->channel;
2079 for (i = 0; i < pdata->channel_count; i++, channel++) {
2080 /* Cleanup Tx ring first */
2081 xgbe_tx_poll(channel);
2082
2083 /* Process Rx ring next */
2084 if (ring_budget > (budget - processed))
2085 ring_budget = budget - processed;
2086 processed += xgbe_rx_poll(channel, ring_budget);
2087 }
2088 } while ((processed < budget) && (processed != last_processed));
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002089
2090 /* If we processed everything, we are done */
2091 if (processed < budget) {
2092 /* Turn off polling */
2093 napi_complete(napi);
2094
2095 /* Enable Tx and Rx interrupts */
2096 xgbe_enable_rx_tx_ints(pdata);
2097 }
2098
Lendacky, Thomas9227dc52014-11-04 16:06:56 -06002099 DBGPR("<--xgbe_all_poll: received = %d\n", processed);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002100
2101 return processed;
2102}
2103
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002104void xgbe_dump_tx_desc(struct xgbe_prv_data *pdata, struct xgbe_ring *ring,
2105 unsigned int idx, unsigned int count, unsigned int flag)
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002106{
2107 struct xgbe_ring_data *rdata;
2108 struct xgbe_ring_desc *rdesc;
2109
2110 while (count--) {
Lendacky, Thomasd0a8ba62014-06-24 16:19:06 -05002111 rdata = XGBE_GET_DESC_DATA(ring, idx);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002112 rdesc = rdata->rdesc;
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002113 netdev_dbg(pdata->netdev,
2114 "TX_NORMAL_DESC[%d %s] = %08x:%08x:%08x:%08x\n", idx,
2115 (flag == 1) ? "QUEUED FOR TX" : "TX BY DEVICE",
2116 le32_to_cpu(rdesc->desc0),
2117 le32_to_cpu(rdesc->desc1),
2118 le32_to_cpu(rdesc->desc2),
2119 le32_to_cpu(rdesc->desc3));
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002120 idx++;
2121 }
2122}
2123
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002124void xgbe_dump_rx_desc(struct xgbe_prv_data *pdata, struct xgbe_ring *ring,
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002125 unsigned int idx)
2126{
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002127 struct xgbe_ring_data *rdata;
2128 struct xgbe_ring_desc *rdesc;
2129
2130 rdata = XGBE_GET_DESC_DATA(ring, idx);
2131 rdesc = rdata->rdesc;
2132 netdev_dbg(pdata->netdev,
2133 "RX_NORMAL_DESC[%d RX BY DEVICE] = %08x:%08x:%08x:%08x\n",
2134 idx, le32_to_cpu(rdesc->desc0), le32_to_cpu(rdesc->desc1),
2135 le32_to_cpu(rdesc->desc2), le32_to_cpu(rdesc->desc3));
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002136}
2137
2138void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx)
2139{
2140 struct ethhdr *eth = (struct ethhdr *)skb->data;
2141 unsigned char *buf = skb->data;
2142 unsigned char buffer[128];
2143 unsigned int i, j;
2144
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002145 netdev_dbg(netdev, "\n************** SKB dump ****************\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002146
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002147 netdev_dbg(netdev, "%s packet of %d bytes\n",
2148 (tx_rx ? "TX" : "RX"), skb->len);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002149
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002150 netdev_dbg(netdev, "Dst MAC addr: %pM\n", eth->h_dest);
2151 netdev_dbg(netdev, "Src MAC addr: %pM\n", eth->h_source);
2152 netdev_dbg(netdev, "Protocol: %#06hx\n", ntohs(eth->h_proto));
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002153
2154 for (i = 0, j = 0; i < skb->len;) {
2155 j += snprintf(buffer + j, sizeof(buffer) - j, "%02hhx",
2156 buf[i++]);
2157
2158 if ((i % 32) == 0) {
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002159 netdev_dbg(netdev, " %#06x: %s\n", i - 32, buffer);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002160 j = 0;
2161 } else if ((i % 16) == 0) {
2162 buffer[j++] = ' ';
2163 buffer[j++] = ' ';
2164 } else if ((i % 4) == 0) {
2165 buffer[j++] = ' ';
2166 }
2167 }
2168 if (i % 32)
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002169 netdev_dbg(netdev, " %#06x: %s\n", i - (i % 32), buffer);
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002170
Lendacky, Thomas34bf65d2015-05-14 11:44:03 -05002171 netdev_dbg(netdev, "\n************** SKB dump ****************\n");
Lendacky, Thomasc5aa9e32014-06-05 09:15:06 -05002172}