blob: 7ba5a99dd518b7c1e0b4a19d5676dbb589c210dd [file] [log] [blame]
Michael Chanc0c050c2015-10-22 16:01:17 -04001/* Broadcom NetXtreme-C/E network driver.
2 *
Michael Chan11f15ed2016-04-05 14:08:55 -04003 * Copyright (c) 2014-2016 Broadcom Corporation
Michael Chanc0c050c2015-10-22 16:01:17 -04004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation.
8 */
9
10#include <linux/module.h>
11
12#include <linux/stringify.h>
13#include <linux/kernel.h>
14#include <linux/timer.h>
15#include <linux/errno.h>
16#include <linux/ioport.h>
17#include <linux/slab.h>
18#include <linux/vmalloc.h>
19#include <linux/interrupt.h>
20#include <linux/pci.h>
21#include <linux/netdevice.h>
22#include <linux/etherdevice.h>
23#include <linux/skbuff.h>
24#include <linux/dma-mapping.h>
25#include <linux/bitops.h>
26#include <linux/io.h>
27#include <linux/irq.h>
28#include <linux/delay.h>
29#include <asm/byteorder.h>
30#include <asm/page.h>
31#include <linux/time.h>
32#include <linux/mii.h>
33#include <linux/if.h>
34#include <linux/if_vlan.h>
Rob Swindell5ac67d82016-09-19 03:58:03 -040035#include <linux/rtc.h>
Michael Chanc0c050c2015-10-22 16:01:17 -040036#include <net/ip.h>
37#include <net/tcp.h>
38#include <net/udp.h>
39#include <net/checksum.h>
40#include <net/ip6_checksum.h>
Alexander Duyckad51b8e2016-06-16 12:21:19 -070041#include <net/udp_tunnel.h>
Michael Chanc0c050c2015-10-22 16:01:17 -040042#ifdef CONFIG_NET_RX_BUSY_POLL
43#include <net/busy_poll.h>
44#endif
45#include <linux/workqueue.h>
46#include <linux/prefetch.h>
47#include <linux/cache.h>
48#include <linux/log2.h>
49#include <linux/aer.h>
50#include <linux/bitmap.h>
51#include <linux/cpu_rmap.h>
52
53#include "bnxt_hsi.h"
54#include "bnxt.h"
55#include "bnxt_sriov.h"
56#include "bnxt_ethtool.h"
57
58#define BNXT_TX_TIMEOUT (5 * HZ)
59
60static const char version[] =
61 "Broadcom NetXtreme-C/E driver " DRV_MODULE_NAME " v" DRV_MODULE_VERSION "\n";
62
63MODULE_LICENSE("GPL");
64MODULE_DESCRIPTION("Broadcom BCM573xx network driver");
65MODULE_VERSION(DRV_MODULE_VERSION);
66
67#define BNXT_RX_OFFSET (NET_SKB_PAD + NET_IP_ALIGN)
68#define BNXT_RX_DMA_OFFSET NET_SKB_PAD
69#define BNXT_RX_COPY_THRESH 256
70
Michael Chan4419dbe2016-02-10 17:33:49 -050071#define BNXT_TX_PUSH_THRESH 164
Michael Chanc0c050c2015-10-22 16:01:17 -040072
73enum board_idx {
David Christensenfbc9a522015-12-27 18:19:29 -050074 BCM57301,
Michael Chanc0c050c2015-10-22 16:01:17 -040075 BCM57302,
76 BCM57304,
Michael Chan1f681682016-07-25 12:33:37 -040077 BCM57417_NPAR,
Prashant Sreedharanfa853dd2016-07-18 07:15:25 -040078 BCM58700,
Michael Chanb24eb6a2016-06-13 02:25:36 -040079 BCM57311,
80 BCM57312,
David Christensenfbc9a522015-12-27 18:19:29 -050081 BCM57402,
Michael Chanc0c050c2015-10-22 16:01:17 -040082 BCM57404,
83 BCM57406,
Michael Chan1f681682016-07-25 12:33:37 -040084 BCM57402_NPAR,
85 BCM57407,
Michael Chanb24eb6a2016-06-13 02:25:36 -040086 BCM57412,
87 BCM57414,
88 BCM57416,
89 BCM57417,
Michael Chan1f681682016-07-25 12:33:37 -040090 BCM57412_NPAR,
Michael Chan5049e332016-05-15 03:04:50 -040091 BCM57314,
Michael Chan1f681682016-07-25 12:33:37 -040092 BCM57417_SFP,
93 BCM57416_SFP,
94 BCM57404_NPAR,
95 BCM57406_NPAR,
96 BCM57407_SFP,
Michael Chanadbc8302016-09-19 03:58:01 -040097 BCM57407_NPAR,
Michael Chan1f681682016-07-25 12:33:37 -040098 BCM57414_NPAR,
99 BCM57416_NPAR,
Michael Chanadbc8302016-09-19 03:58:01 -0400100 NETXTREME_E_VF,
101 NETXTREME_C_VF,
Michael Chanc0c050c2015-10-22 16:01:17 -0400102};
103
104/* indexed by enum above */
105static const struct {
106 char *name;
107} board_info[] = {
Michael Chanadbc8302016-09-19 03:58:01 -0400108 { "Broadcom BCM57301 NetXtreme-C 10Gb Ethernet" },
109 { "Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet" },
110 { "Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet" },
Michael Chan1f681682016-07-25 12:33:37 -0400111 { "Broadcom BCM57417 NetXtreme-E Ethernet Partition" },
Michael Chanadbc8302016-09-19 03:58:01 -0400112 { "Broadcom BCM58700 Nitro 1Gb/2.5Gb/10Gb Ethernet" },
113 { "Broadcom BCM57311 NetXtreme-C 10Gb Ethernet" },
114 { "Broadcom BCM57312 NetXtreme-C 10Gb/25Gb Ethernet" },
115 { "Broadcom BCM57402 NetXtreme-E 10Gb Ethernet" },
116 { "Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet" },
117 { "Broadcom BCM57406 NetXtreme-E 10GBase-T Ethernet" },
Michael Chan1f681682016-07-25 12:33:37 -0400118 { "Broadcom BCM57402 NetXtreme-E Ethernet Partition" },
Michael Chanadbc8302016-09-19 03:58:01 -0400119 { "Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet" },
120 { "Broadcom BCM57412 NetXtreme-E 10Gb Ethernet" },
121 { "Broadcom BCM57414 NetXtreme-E 10Gb/25Gb Ethernet" },
122 { "Broadcom BCM57416 NetXtreme-E 10GBase-T Ethernet" },
123 { "Broadcom BCM57417 NetXtreme-E 10GBase-T Ethernet" },
Michael Chan1f681682016-07-25 12:33:37 -0400124 { "Broadcom BCM57412 NetXtreme-E Ethernet Partition" },
Michael Chanadbc8302016-09-19 03:58:01 -0400125 { "Broadcom BCM57314 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet" },
126 { "Broadcom BCM57417 NetXtreme-E 10Gb/25Gb Ethernet" },
127 { "Broadcom BCM57416 NetXtreme-E 10Gb Ethernet" },
Michael Chan1f681682016-07-25 12:33:37 -0400128 { "Broadcom BCM57404 NetXtreme-E Ethernet Partition" },
129 { "Broadcom BCM57406 NetXtreme-E Ethernet Partition" },
Michael Chanadbc8302016-09-19 03:58:01 -0400130 { "Broadcom BCM57407 NetXtreme-E 25Gb Ethernet" },
131 { "Broadcom BCM57407 NetXtreme-E Ethernet Partition" },
Michael Chan1f681682016-07-25 12:33:37 -0400132 { "Broadcom BCM57414 NetXtreme-E Ethernet Partition" },
133 { "Broadcom BCM57416 NetXtreme-E Ethernet Partition" },
Michael Chanadbc8302016-09-19 03:58:01 -0400134 { "Broadcom NetXtreme-E Ethernet Virtual Function" },
135 { "Broadcom NetXtreme-C Ethernet Virtual Function" },
Michael Chanc0c050c2015-10-22 16:01:17 -0400136};
137
138static const struct pci_device_id bnxt_pci_tbl[] = {
Michael Chanadbc8302016-09-19 03:58:01 -0400139 { PCI_VDEVICE(BROADCOM, 0x16c0), .driver_data = BCM57417_NPAR },
David Christensenfbc9a522015-12-27 18:19:29 -0500140 { PCI_VDEVICE(BROADCOM, 0x16c8), .driver_data = BCM57301 },
Michael Chanc0c050c2015-10-22 16:01:17 -0400141 { PCI_VDEVICE(BROADCOM, 0x16c9), .driver_data = BCM57302 },
142 { PCI_VDEVICE(BROADCOM, 0x16ca), .driver_data = BCM57304 },
Michael Chan1f681682016-07-25 12:33:37 -0400143 { PCI_VDEVICE(BROADCOM, 0x16cc), .driver_data = BCM57417_NPAR },
Prashant Sreedharanfa853dd2016-07-18 07:15:25 -0400144 { PCI_VDEVICE(BROADCOM, 0x16cd), .driver_data = BCM58700 },
Michael Chanb24eb6a2016-06-13 02:25:36 -0400145 { PCI_VDEVICE(BROADCOM, 0x16ce), .driver_data = BCM57311 },
146 { PCI_VDEVICE(BROADCOM, 0x16cf), .driver_data = BCM57312 },
David Christensenfbc9a522015-12-27 18:19:29 -0500147 { PCI_VDEVICE(BROADCOM, 0x16d0), .driver_data = BCM57402 },
Michael Chanc0c050c2015-10-22 16:01:17 -0400148 { PCI_VDEVICE(BROADCOM, 0x16d1), .driver_data = BCM57404 },
149 { PCI_VDEVICE(BROADCOM, 0x16d2), .driver_data = BCM57406 },
Michael Chan1f681682016-07-25 12:33:37 -0400150 { PCI_VDEVICE(BROADCOM, 0x16d4), .driver_data = BCM57402_NPAR },
151 { PCI_VDEVICE(BROADCOM, 0x16d5), .driver_data = BCM57407 },
Michael Chanb24eb6a2016-06-13 02:25:36 -0400152 { PCI_VDEVICE(BROADCOM, 0x16d6), .driver_data = BCM57412 },
153 { PCI_VDEVICE(BROADCOM, 0x16d7), .driver_data = BCM57414 },
154 { PCI_VDEVICE(BROADCOM, 0x16d8), .driver_data = BCM57416 },
155 { PCI_VDEVICE(BROADCOM, 0x16d9), .driver_data = BCM57417 },
Michael Chan1f681682016-07-25 12:33:37 -0400156 { PCI_VDEVICE(BROADCOM, 0x16de), .driver_data = BCM57412_NPAR },
Michael Chan5049e332016-05-15 03:04:50 -0400157 { PCI_VDEVICE(BROADCOM, 0x16df), .driver_data = BCM57314 },
Michael Chan1f681682016-07-25 12:33:37 -0400158 { PCI_VDEVICE(BROADCOM, 0x16e2), .driver_data = BCM57417_SFP },
159 { PCI_VDEVICE(BROADCOM, 0x16e3), .driver_data = BCM57416_SFP },
160 { PCI_VDEVICE(BROADCOM, 0x16e7), .driver_data = BCM57404_NPAR },
161 { PCI_VDEVICE(BROADCOM, 0x16e8), .driver_data = BCM57406_NPAR },
162 { PCI_VDEVICE(BROADCOM, 0x16e9), .driver_data = BCM57407_SFP },
Michael Chanadbc8302016-09-19 03:58:01 -0400163 { PCI_VDEVICE(BROADCOM, 0x16ea), .driver_data = BCM57407_NPAR },
164 { PCI_VDEVICE(BROADCOM, 0x16eb), .driver_data = BCM57412_NPAR },
Michael Chan1f681682016-07-25 12:33:37 -0400165 { PCI_VDEVICE(BROADCOM, 0x16ec), .driver_data = BCM57414_NPAR },
Michael Chanadbc8302016-09-19 03:58:01 -0400166 { PCI_VDEVICE(BROADCOM, 0x16ed), .driver_data = BCM57414_NPAR },
Michael Chan1f681682016-07-25 12:33:37 -0400167 { PCI_VDEVICE(BROADCOM, 0x16ee), .driver_data = BCM57416_NPAR },
Michael Chanadbc8302016-09-19 03:58:01 -0400168 { PCI_VDEVICE(BROADCOM, 0x16ef), .driver_data = BCM57416_NPAR },
Michael Chanc0c050c2015-10-22 16:01:17 -0400169#ifdef CONFIG_BNXT_SRIOV
Michael Chanadbc8302016-09-19 03:58:01 -0400170 { PCI_VDEVICE(BROADCOM, 0x16c1), .driver_data = NETXTREME_E_VF },
171 { PCI_VDEVICE(BROADCOM, 0x16cb), .driver_data = NETXTREME_C_VF },
172 { PCI_VDEVICE(BROADCOM, 0x16d3), .driver_data = NETXTREME_E_VF },
173 { PCI_VDEVICE(BROADCOM, 0x16dc), .driver_data = NETXTREME_E_VF },
174 { PCI_VDEVICE(BROADCOM, 0x16e1), .driver_data = NETXTREME_C_VF },
175 { PCI_VDEVICE(BROADCOM, 0x16e5), .driver_data = NETXTREME_C_VF },
Michael Chanc0c050c2015-10-22 16:01:17 -0400176#endif
177 { 0 }
178};
179
180MODULE_DEVICE_TABLE(pci, bnxt_pci_tbl);
181
182static const u16 bnxt_vf_req_snif[] = {
183 HWRM_FUNC_CFG,
184 HWRM_PORT_PHY_QCFG,
185 HWRM_CFA_L2_FILTER_ALLOC,
186};
187
Michael Chan25be8622016-04-05 14:09:00 -0400188static const u16 bnxt_async_events_arr[] = {
Michael Chan87c374d2016-12-02 21:17:16 -0500189 ASYNC_EVENT_CMPL_EVENT_ID_LINK_STATUS_CHANGE,
190 ASYNC_EVENT_CMPL_EVENT_ID_PF_DRVR_UNLOAD,
191 ASYNC_EVENT_CMPL_EVENT_ID_PORT_CONN_NOT_ALLOWED,
192 ASYNC_EVENT_CMPL_EVENT_ID_VF_CFG_CHANGE,
193 ASYNC_EVENT_CMPL_EVENT_ID_LINK_SPEED_CFG_CHANGE,
Michael Chan25be8622016-04-05 14:09:00 -0400194};
195
Michael Chanc0c050c2015-10-22 16:01:17 -0400196static bool bnxt_vf_pciid(enum board_idx idx)
197{
Michael Chanadbc8302016-09-19 03:58:01 -0400198 return (idx == NETXTREME_C_VF || idx == NETXTREME_E_VF);
Michael Chanc0c050c2015-10-22 16:01:17 -0400199}
200
201#define DB_CP_REARM_FLAGS (DB_KEY_CP | DB_IDX_VALID)
202#define DB_CP_FLAGS (DB_KEY_CP | DB_IDX_VALID | DB_IRQ_DIS)
203#define DB_CP_IRQ_DIS_FLAGS (DB_KEY_CP | DB_IRQ_DIS)
204
205#define BNXT_CP_DB_REARM(db, raw_cons) \
206 writel(DB_CP_REARM_FLAGS | RING_CMP(raw_cons), db)
207
208#define BNXT_CP_DB(db, raw_cons) \
209 writel(DB_CP_FLAGS | RING_CMP(raw_cons), db)
210
211#define BNXT_CP_DB_IRQ_DIS(db) \
212 writel(DB_CP_IRQ_DIS_FLAGS, db)
213
214static inline u32 bnxt_tx_avail(struct bnxt *bp, struct bnxt_tx_ring_info *txr)
215{
216 /* Tell compiler to fetch tx indices from memory. */
217 barrier();
218
219 return bp->tx_ring_size -
220 ((txr->tx_prod - txr->tx_cons) & bp->tx_ring_mask);
221}
222
223static const u16 bnxt_lhint_arr[] = {
224 TX_BD_FLAGS_LHINT_512_AND_SMALLER,
225 TX_BD_FLAGS_LHINT_512_TO_1023,
226 TX_BD_FLAGS_LHINT_1024_TO_2047,
227 TX_BD_FLAGS_LHINT_1024_TO_2047,
228 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
229 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
230 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
231 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
232 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
233 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
234 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
235 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
236 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
237 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
238 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
239 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
240 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
241 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
242 TX_BD_FLAGS_LHINT_2048_AND_LARGER,
243};
244
245static netdev_tx_t bnxt_start_xmit(struct sk_buff *skb, struct net_device *dev)
246{
247 struct bnxt *bp = netdev_priv(dev);
248 struct tx_bd *txbd;
249 struct tx_bd_ext *txbd1;
250 struct netdev_queue *txq;
251 int i;
252 dma_addr_t mapping;
253 unsigned int length, pad = 0;
254 u32 len, free_size, vlan_tag_flags, cfa_action, flags;
255 u16 prod, last_frag;
256 struct pci_dev *pdev = bp->pdev;
Michael Chanc0c050c2015-10-22 16:01:17 -0400257 struct bnxt_tx_ring_info *txr;
258 struct bnxt_sw_tx_bd *tx_buf;
259
260 i = skb_get_queue_mapping(skb);
261 if (unlikely(i >= bp->tx_nr_rings)) {
262 dev_kfree_skb_any(skb);
263 return NETDEV_TX_OK;
264 }
265
Michael Chanb6ab4b02016-01-02 23:44:59 -0500266 txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -0400267 txq = netdev_get_tx_queue(dev, i);
268 prod = txr->tx_prod;
269
270 free_size = bnxt_tx_avail(bp, txr);
271 if (unlikely(free_size < skb_shinfo(skb)->nr_frags + 2)) {
272 netif_tx_stop_queue(txq);
273 return NETDEV_TX_BUSY;
274 }
275
276 length = skb->len;
277 len = skb_headlen(skb);
278 last_frag = skb_shinfo(skb)->nr_frags;
279
280 txbd = &txr->tx_desc_ring[TX_RING(prod)][TX_IDX(prod)];
281
282 txbd->tx_bd_opaque = prod;
283
284 tx_buf = &txr->tx_buf_ring[prod];
285 tx_buf->skb = skb;
286 tx_buf->nr_frags = last_frag;
287
288 vlan_tag_flags = 0;
289 cfa_action = 0;
290 if (skb_vlan_tag_present(skb)) {
291 vlan_tag_flags = TX_BD_CFA_META_KEY_VLAN |
292 skb_vlan_tag_get(skb);
293 /* Currently supports 8021Q, 8021AD vlan offloads
294 * QINQ1, QINQ2, QINQ3 vlan headers are deprecated
295 */
296 if (skb->vlan_proto == htons(ETH_P_8021Q))
297 vlan_tag_flags |= 1 << TX_BD_CFA_META_TPID_SHIFT;
298 }
299
300 if (free_size == bp->tx_ring_size && length <= bp->tx_push_thresh) {
Michael Chan4419dbe2016-02-10 17:33:49 -0500301 struct tx_push_buffer *tx_push_buf = txr->tx_push;
302 struct tx_push_bd *tx_push = &tx_push_buf->push_bd;
303 struct tx_bd_ext *tx_push1 = &tx_push->txbd2;
304 void *pdata = tx_push_buf->data;
305 u64 *end;
306 int j, push_len;
Michael Chanc0c050c2015-10-22 16:01:17 -0400307
308 /* Set COAL_NOW to be ready quickly for the next push */
309 tx_push->tx_bd_len_flags_type =
310 cpu_to_le32((length << TX_BD_LEN_SHIFT) |
311 TX_BD_TYPE_LONG_TX_BD |
312 TX_BD_FLAGS_LHINT_512_AND_SMALLER |
313 TX_BD_FLAGS_COAL_NOW |
314 TX_BD_FLAGS_PACKET_END |
315 (2 << TX_BD_FLAGS_BD_CNT_SHIFT));
316
317 if (skb->ip_summed == CHECKSUM_PARTIAL)
318 tx_push1->tx_bd_hsize_lflags =
319 cpu_to_le32(TX_BD_FLAGS_TCP_UDP_CHKSUM);
320 else
321 tx_push1->tx_bd_hsize_lflags = 0;
322
323 tx_push1->tx_bd_cfa_meta = cpu_to_le32(vlan_tag_flags);
324 tx_push1->tx_bd_cfa_action = cpu_to_le32(cfa_action);
325
Michael Chanfbb0fa82016-02-22 02:10:26 -0500326 end = pdata + length;
327 end = PTR_ALIGN(end, 8) - 1;
Michael Chan4419dbe2016-02-10 17:33:49 -0500328 *end = 0;
329
Michael Chanc0c050c2015-10-22 16:01:17 -0400330 skb_copy_from_linear_data(skb, pdata, len);
331 pdata += len;
332 for (j = 0; j < last_frag; j++) {
333 skb_frag_t *frag = &skb_shinfo(skb)->frags[j];
334 void *fptr;
335
336 fptr = skb_frag_address_safe(frag);
337 if (!fptr)
338 goto normal_tx;
339
340 memcpy(pdata, fptr, skb_frag_size(frag));
341 pdata += skb_frag_size(frag);
342 }
343
Michael Chan4419dbe2016-02-10 17:33:49 -0500344 txbd->tx_bd_len_flags_type = tx_push->tx_bd_len_flags_type;
345 txbd->tx_bd_haddr = txr->data_mapping;
Michael Chanc0c050c2015-10-22 16:01:17 -0400346 prod = NEXT_TX(prod);
347 txbd = &txr->tx_desc_ring[TX_RING(prod)][TX_IDX(prod)];
348 memcpy(txbd, tx_push1, sizeof(*txbd));
349 prod = NEXT_TX(prod);
Michael Chan4419dbe2016-02-10 17:33:49 -0500350 tx_push->doorbell =
Michael Chanc0c050c2015-10-22 16:01:17 -0400351 cpu_to_le32(DB_KEY_TX_PUSH | DB_LONG_TX_PUSH | prod);
352 txr->tx_prod = prod;
353
Michael Chanb9a84602016-06-06 02:37:14 -0400354 tx_buf->is_push = 1;
Michael Chanc0c050c2015-10-22 16:01:17 -0400355 netdev_tx_sent_queue(txq, skb->len);
Michael Chanb9a84602016-06-06 02:37:14 -0400356 wmb(); /* Sync is_push and byte queue before pushing data */
Michael Chanc0c050c2015-10-22 16:01:17 -0400357
Michael Chan4419dbe2016-02-10 17:33:49 -0500358 push_len = (length + sizeof(*tx_push) + 7) / 8;
359 if (push_len > 16) {
360 __iowrite64_copy(txr->tx_doorbell, tx_push_buf, 16);
Michael Chan9d137442016-09-05 01:57:35 -0400361 __iowrite32_copy(txr->tx_doorbell + 4, tx_push_buf + 1,
362 (push_len - 16) << 1);
Michael Chan4419dbe2016-02-10 17:33:49 -0500363 } else {
364 __iowrite64_copy(txr->tx_doorbell, tx_push_buf,
365 push_len);
366 }
Michael Chanc0c050c2015-10-22 16:01:17 -0400367
Michael Chanc0c050c2015-10-22 16:01:17 -0400368 goto tx_done;
369 }
370
371normal_tx:
372 if (length < BNXT_MIN_PKT_SIZE) {
373 pad = BNXT_MIN_PKT_SIZE - length;
374 if (skb_pad(skb, pad)) {
375 /* SKB already freed. */
376 tx_buf->skb = NULL;
377 return NETDEV_TX_OK;
378 }
379 length = BNXT_MIN_PKT_SIZE;
380 }
381
382 mapping = dma_map_single(&pdev->dev, skb->data, len, DMA_TO_DEVICE);
383
384 if (unlikely(dma_mapping_error(&pdev->dev, mapping))) {
385 dev_kfree_skb_any(skb);
386 tx_buf->skb = NULL;
387 return NETDEV_TX_OK;
388 }
389
390 dma_unmap_addr_set(tx_buf, mapping, mapping);
391 flags = (len << TX_BD_LEN_SHIFT) | TX_BD_TYPE_LONG_TX_BD |
392 ((last_frag + 2) << TX_BD_FLAGS_BD_CNT_SHIFT);
393
394 txbd->tx_bd_haddr = cpu_to_le64(mapping);
395
396 prod = NEXT_TX(prod);
397 txbd1 = (struct tx_bd_ext *)
398 &txr->tx_desc_ring[TX_RING(prod)][TX_IDX(prod)];
399
400 txbd1->tx_bd_hsize_lflags = 0;
401 if (skb_is_gso(skb)) {
402 u32 hdr_len;
403
404 if (skb->encapsulation)
405 hdr_len = skb_inner_network_offset(skb) +
406 skb_inner_network_header_len(skb) +
407 inner_tcp_hdrlen(skb);
408 else
409 hdr_len = skb_transport_offset(skb) +
410 tcp_hdrlen(skb);
411
412 txbd1->tx_bd_hsize_lflags = cpu_to_le32(TX_BD_FLAGS_LSO |
413 TX_BD_FLAGS_T_IPID |
414 (hdr_len << (TX_BD_HSIZE_SHIFT - 1)));
415 length = skb_shinfo(skb)->gso_size;
416 txbd1->tx_bd_mss = cpu_to_le32(length);
417 length += hdr_len;
418 } else if (skb->ip_summed == CHECKSUM_PARTIAL) {
419 txbd1->tx_bd_hsize_lflags =
420 cpu_to_le32(TX_BD_FLAGS_TCP_UDP_CHKSUM);
421 txbd1->tx_bd_mss = 0;
422 }
423
424 length >>= 9;
425 flags |= bnxt_lhint_arr[length];
426 txbd->tx_bd_len_flags_type = cpu_to_le32(flags);
427
428 txbd1->tx_bd_cfa_meta = cpu_to_le32(vlan_tag_flags);
429 txbd1->tx_bd_cfa_action = cpu_to_le32(cfa_action);
430 for (i = 0; i < last_frag; i++) {
431 skb_frag_t *frag = &skb_shinfo(skb)->frags[i];
432
433 prod = NEXT_TX(prod);
434 txbd = &txr->tx_desc_ring[TX_RING(prod)][TX_IDX(prod)];
435
436 len = skb_frag_size(frag);
437 mapping = skb_frag_dma_map(&pdev->dev, frag, 0, len,
438 DMA_TO_DEVICE);
439
440 if (unlikely(dma_mapping_error(&pdev->dev, mapping)))
441 goto tx_dma_error;
442
443 tx_buf = &txr->tx_buf_ring[prod];
444 dma_unmap_addr_set(tx_buf, mapping, mapping);
445
446 txbd->tx_bd_haddr = cpu_to_le64(mapping);
447
448 flags = len << TX_BD_LEN_SHIFT;
449 txbd->tx_bd_len_flags_type = cpu_to_le32(flags);
450 }
451
452 flags &= ~TX_BD_LEN;
453 txbd->tx_bd_len_flags_type =
454 cpu_to_le32(((len + pad) << TX_BD_LEN_SHIFT) | flags |
455 TX_BD_FLAGS_PACKET_END);
456
457 netdev_tx_sent_queue(txq, skb->len);
458
459 /* Sync BD data before updating doorbell */
460 wmb();
461
462 prod = NEXT_TX(prod);
463 txr->tx_prod = prod;
464
465 writel(DB_KEY_TX | prod, txr->tx_doorbell);
466 writel(DB_KEY_TX | prod, txr->tx_doorbell);
467
468tx_done:
469
470 mmiowb();
471
472 if (unlikely(bnxt_tx_avail(bp, txr) <= MAX_SKB_FRAGS + 1)) {
473 netif_tx_stop_queue(txq);
474
475 /* netif_tx_stop_queue() must be done before checking
476 * tx index in bnxt_tx_avail() below, because in
477 * bnxt_tx_int(), we update tx index before checking for
478 * netif_tx_queue_stopped().
479 */
480 smp_mb();
481 if (bnxt_tx_avail(bp, txr) > bp->tx_wake_thresh)
482 netif_tx_wake_queue(txq);
483 }
484 return NETDEV_TX_OK;
485
486tx_dma_error:
487 last_frag = i;
488
489 /* start back at beginning and unmap skb */
490 prod = txr->tx_prod;
491 tx_buf = &txr->tx_buf_ring[prod];
492 tx_buf->skb = NULL;
493 dma_unmap_single(&pdev->dev, dma_unmap_addr(tx_buf, mapping),
494 skb_headlen(skb), PCI_DMA_TODEVICE);
495 prod = NEXT_TX(prod);
496
497 /* unmap remaining mapped pages */
498 for (i = 0; i < last_frag; i++) {
499 prod = NEXT_TX(prod);
500 tx_buf = &txr->tx_buf_ring[prod];
501 dma_unmap_page(&pdev->dev, dma_unmap_addr(tx_buf, mapping),
502 skb_frag_size(&skb_shinfo(skb)->frags[i]),
503 PCI_DMA_TODEVICE);
504 }
505
506 dev_kfree_skb_any(skb);
507 return NETDEV_TX_OK;
508}
509
510static void bnxt_tx_int(struct bnxt *bp, struct bnxt_napi *bnapi, int nr_pkts)
511{
Michael Chanb6ab4b02016-01-02 23:44:59 -0500512 struct bnxt_tx_ring_info *txr = bnapi->tx_ring;
Michael Chanb81a90d2016-01-02 23:45:01 -0500513 int index = txr - &bp->tx_ring[0];
Michael Chanc0c050c2015-10-22 16:01:17 -0400514 struct netdev_queue *txq = netdev_get_tx_queue(bp->dev, index);
515 u16 cons = txr->tx_cons;
516 struct pci_dev *pdev = bp->pdev;
517 int i;
518 unsigned int tx_bytes = 0;
519
520 for (i = 0; i < nr_pkts; i++) {
521 struct bnxt_sw_tx_bd *tx_buf;
522 struct sk_buff *skb;
523 int j, last;
524
525 tx_buf = &txr->tx_buf_ring[cons];
526 cons = NEXT_TX(cons);
527 skb = tx_buf->skb;
528 tx_buf->skb = NULL;
529
530 if (tx_buf->is_push) {
531 tx_buf->is_push = 0;
532 goto next_tx_int;
533 }
534
535 dma_unmap_single(&pdev->dev, dma_unmap_addr(tx_buf, mapping),
536 skb_headlen(skb), PCI_DMA_TODEVICE);
537 last = tx_buf->nr_frags;
538
539 for (j = 0; j < last; j++) {
540 cons = NEXT_TX(cons);
541 tx_buf = &txr->tx_buf_ring[cons];
542 dma_unmap_page(
543 &pdev->dev,
544 dma_unmap_addr(tx_buf, mapping),
545 skb_frag_size(&skb_shinfo(skb)->frags[j]),
546 PCI_DMA_TODEVICE);
547 }
548
549next_tx_int:
550 cons = NEXT_TX(cons);
551
552 tx_bytes += skb->len;
553 dev_kfree_skb_any(skb);
554 }
555
556 netdev_tx_completed_queue(txq, nr_pkts, tx_bytes);
557 txr->tx_cons = cons;
558
559 /* Need to make the tx_cons update visible to bnxt_start_xmit()
560 * before checking for netif_tx_queue_stopped(). Without the
561 * memory barrier, there is a small possibility that bnxt_start_xmit()
562 * will miss it and cause the queue to be stopped forever.
563 */
564 smp_mb();
565
566 if (unlikely(netif_tx_queue_stopped(txq)) &&
567 (bnxt_tx_avail(bp, txr) > bp->tx_wake_thresh)) {
568 __netif_tx_lock(txq, smp_processor_id());
569 if (netif_tx_queue_stopped(txq) &&
570 bnxt_tx_avail(bp, txr) > bp->tx_wake_thresh &&
571 txr->dev_state != BNXT_DEV_STATE_CLOSING)
572 netif_tx_wake_queue(txq);
573 __netif_tx_unlock(txq);
574 }
575}
576
577static inline u8 *__bnxt_alloc_rx_data(struct bnxt *bp, dma_addr_t *mapping,
578 gfp_t gfp)
579{
580 u8 *data;
581 struct pci_dev *pdev = bp->pdev;
582
583 data = kmalloc(bp->rx_buf_size, gfp);
584 if (!data)
585 return NULL;
586
587 *mapping = dma_map_single(&pdev->dev, data + BNXT_RX_DMA_OFFSET,
588 bp->rx_buf_use_size, PCI_DMA_FROMDEVICE);
589
590 if (dma_mapping_error(&pdev->dev, *mapping)) {
591 kfree(data);
592 data = NULL;
593 }
594 return data;
595}
596
597static inline int bnxt_alloc_rx_data(struct bnxt *bp,
598 struct bnxt_rx_ring_info *rxr,
599 u16 prod, gfp_t gfp)
600{
601 struct rx_bd *rxbd = &rxr->rx_desc_ring[RX_RING(prod)][RX_IDX(prod)];
602 struct bnxt_sw_rx_bd *rx_buf = &rxr->rx_buf_ring[prod];
603 u8 *data;
604 dma_addr_t mapping;
605
606 data = __bnxt_alloc_rx_data(bp, &mapping, gfp);
607 if (!data)
608 return -ENOMEM;
609
610 rx_buf->data = data;
611 dma_unmap_addr_set(rx_buf, mapping, mapping);
612
613 rxbd->rx_bd_haddr = cpu_to_le64(mapping);
614
615 return 0;
616}
617
618static void bnxt_reuse_rx_data(struct bnxt_rx_ring_info *rxr, u16 cons,
619 u8 *data)
620{
621 u16 prod = rxr->rx_prod;
622 struct bnxt_sw_rx_bd *cons_rx_buf, *prod_rx_buf;
623 struct rx_bd *cons_bd, *prod_bd;
624
625 prod_rx_buf = &rxr->rx_buf_ring[prod];
626 cons_rx_buf = &rxr->rx_buf_ring[cons];
627
628 prod_rx_buf->data = data;
629
630 dma_unmap_addr_set(prod_rx_buf, mapping,
631 dma_unmap_addr(cons_rx_buf, mapping));
632
633 prod_bd = &rxr->rx_desc_ring[RX_RING(prod)][RX_IDX(prod)];
634 cons_bd = &rxr->rx_desc_ring[RX_RING(cons)][RX_IDX(cons)];
635
636 prod_bd->rx_bd_haddr = cons_bd->rx_bd_haddr;
637}
638
639static inline u16 bnxt_find_next_agg_idx(struct bnxt_rx_ring_info *rxr, u16 idx)
640{
641 u16 next, max = rxr->rx_agg_bmap_size;
642
643 next = find_next_zero_bit(rxr->rx_agg_bmap, max, idx);
644 if (next >= max)
645 next = find_first_zero_bit(rxr->rx_agg_bmap, max);
646 return next;
647}
648
649static inline int bnxt_alloc_rx_page(struct bnxt *bp,
650 struct bnxt_rx_ring_info *rxr,
651 u16 prod, gfp_t gfp)
652{
653 struct rx_bd *rxbd =
654 &rxr->rx_agg_desc_ring[RX_RING(prod)][RX_IDX(prod)];
655 struct bnxt_sw_rx_agg_bd *rx_agg_buf;
656 struct pci_dev *pdev = bp->pdev;
657 struct page *page;
658 dma_addr_t mapping;
659 u16 sw_prod = rxr->rx_sw_agg_prod;
Michael Chan89d0a062016-04-25 02:30:51 -0400660 unsigned int offset = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -0400661
Michael Chan89d0a062016-04-25 02:30:51 -0400662 if (PAGE_SIZE > BNXT_RX_PAGE_SIZE) {
663 page = rxr->rx_page;
664 if (!page) {
665 page = alloc_page(gfp);
666 if (!page)
667 return -ENOMEM;
668 rxr->rx_page = page;
669 rxr->rx_page_offset = 0;
670 }
671 offset = rxr->rx_page_offset;
672 rxr->rx_page_offset += BNXT_RX_PAGE_SIZE;
673 if (rxr->rx_page_offset == PAGE_SIZE)
674 rxr->rx_page = NULL;
675 else
676 get_page(page);
677 } else {
678 page = alloc_page(gfp);
679 if (!page)
680 return -ENOMEM;
681 }
Michael Chanc0c050c2015-10-22 16:01:17 -0400682
Michael Chan89d0a062016-04-25 02:30:51 -0400683 mapping = dma_map_page(&pdev->dev, page, offset, BNXT_RX_PAGE_SIZE,
Michael Chanc0c050c2015-10-22 16:01:17 -0400684 PCI_DMA_FROMDEVICE);
685 if (dma_mapping_error(&pdev->dev, mapping)) {
686 __free_page(page);
687 return -EIO;
688 }
689
690 if (unlikely(test_bit(sw_prod, rxr->rx_agg_bmap)))
691 sw_prod = bnxt_find_next_agg_idx(rxr, sw_prod);
692
693 __set_bit(sw_prod, rxr->rx_agg_bmap);
694 rx_agg_buf = &rxr->rx_agg_ring[sw_prod];
695 rxr->rx_sw_agg_prod = NEXT_RX_AGG(sw_prod);
696
697 rx_agg_buf->page = page;
Michael Chan89d0a062016-04-25 02:30:51 -0400698 rx_agg_buf->offset = offset;
Michael Chanc0c050c2015-10-22 16:01:17 -0400699 rx_agg_buf->mapping = mapping;
700 rxbd->rx_bd_haddr = cpu_to_le64(mapping);
701 rxbd->rx_bd_opaque = sw_prod;
702 return 0;
703}
704
705static void bnxt_reuse_rx_agg_bufs(struct bnxt_napi *bnapi, u16 cp_cons,
706 u32 agg_bufs)
707{
708 struct bnxt *bp = bnapi->bp;
709 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
Michael Chanb6ab4b02016-01-02 23:44:59 -0500710 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
Michael Chanc0c050c2015-10-22 16:01:17 -0400711 u16 prod = rxr->rx_agg_prod;
712 u16 sw_prod = rxr->rx_sw_agg_prod;
713 u32 i;
714
715 for (i = 0; i < agg_bufs; i++) {
716 u16 cons;
717 struct rx_agg_cmp *agg;
718 struct bnxt_sw_rx_agg_bd *cons_rx_buf, *prod_rx_buf;
719 struct rx_bd *prod_bd;
720 struct page *page;
721
722 agg = (struct rx_agg_cmp *)
723 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)];
724 cons = agg->rx_agg_cmp_opaque;
725 __clear_bit(cons, rxr->rx_agg_bmap);
726
727 if (unlikely(test_bit(sw_prod, rxr->rx_agg_bmap)))
728 sw_prod = bnxt_find_next_agg_idx(rxr, sw_prod);
729
730 __set_bit(sw_prod, rxr->rx_agg_bmap);
731 prod_rx_buf = &rxr->rx_agg_ring[sw_prod];
732 cons_rx_buf = &rxr->rx_agg_ring[cons];
733
734 /* It is possible for sw_prod to be equal to cons, so
735 * set cons_rx_buf->page to NULL first.
736 */
737 page = cons_rx_buf->page;
738 cons_rx_buf->page = NULL;
739 prod_rx_buf->page = page;
Michael Chan89d0a062016-04-25 02:30:51 -0400740 prod_rx_buf->offset = cons_rx_buf->offset;
Michael Chanc0c050c2015-10-22 16:01:17 -0400741
742 prod_rx_buf->mapping = cons_rx_buf->mapping;
743
744 prod_bd = &rxr->rx_agg_desc_ring[RX_RING(prod)][RX_IDX(prod)];
745
746 prod_bd->rx_bd_haddr = cpu_to_le64(cons_rx_buf->mapping);
747 prod_bd->rx_bd_opaque = sw_prod;
748
749 prod = NEXT_RX_AGG(prod);
750 sw_prod = NEXT_RX_AGG(sw_prod);
751 cp_cons = NEXT_CMP(cp_cons);
752 }
753 rxr->rx_agg_prod = prod;
754 rxr->rx_sw_agg_prod = sw_prod;
755}
756
757static struct sk_buff *bnxt_rx_skb(struct bnxt *bp,
758 struct bnxt_rx_ring_info *rxr, u16 cons,
759 u16 prod, u8 *data, dma_addr_t dma_addr,
760 unsigned int len)
761{
762 int err;
763 struct sk_buff *skb;
764
765 err = bnxt_alloc_rx_data(bp, rxr, prod, GFP_ATOMIC);
766 if (unlikely(err)) {
767 bnxt_reuse_rx_data(rxr, cons, data);
768 return NULL;
769 }
770
771 skb = build_skb(data, 0);
772 dma_unmap_single(&bp->pdev->dev, dma_addr, bp->rx_buf_use_size,
773 PCI_DMA_FROMDEVICE);
774 if (!skb) {
775 kfree(data);
776 return NULL;
777 }
778
779 skb_reserve(skb, BNXT_RX_OFFSET);
780 skb_put(skb, len);
781 return skb;
782}
783
784static struct sk_buff *bnxt_rx_pages(struct bnxt *bp, struct bnxt_napi *bnapi,
785 struct sk_buff *skb, u16 cp_cons,
786 u32 agg_bufs)
787{
788 struct pci_dev *pdev = bp->pdev;
789 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
Michael Chanb6ab4b02016-01-02 23:44:59 -0500790 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
Michael Chanc0c050c2015-10-22 16:01:17 -0400791 u16 prod = rxr->rx_agg_prod;
792 u32 i;
793
794 for (i = 0; i < agg_bufs; i++) {
795 u16 cons, frag_len;
796 struct rx_agg_cmp *agg;
797 struct bnxt_sw_rx_agg_bd *cons_rx_buf;
798 struct page *page;
799 dma_addr_t mapping;
800
801 agg = (struct rx_agg_cmp *)
802 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)];
803 cons = agg->rx_agg_cmp_opaque;
804 frag_len = (le32_to_cpu(agg->rx_agg_cmp_len_flags_type) &
805 RX_AGG_CMP_LEN) >> RX_AGG_CMP_LEN_SHIFT;
806
807 cons_rx_buf = &rxr->rx_agg_ring[cons];
Michael Chan89d0a062016-04-25 02:30:51 -0400808 skb_fill_page_desc(skb, i, cons_rx_buf->page,
809 cons_rx_buf->offset, frag_len);
Michael Chanc0c050c2015-10-22 16:01:17 -0400810 __clear_bit(cons, rxr->rx_agg_bmap);
811
812 /* It is possible for bnxt_alloc_rx_page() to allocate
813 * a sw_prod index that equals the cons index, so we
814 * need to clear the cons entry now.
815 */
816 mapping = dma_unmap_addr(cons_rx_buf, mapping);
817 page = cons_rx_buf->page;
818 cons_rx_buf->page = NULL;
819
820 if (bnxt_alloc_rx_page(bp, rxr, prod, GFP_ATOMIC) != 0) {
821 struct skb_shared_info *shinfo;
822 unsigned int nr_frags;
823
824 shinfo = skb_shinfo(skb);
825 nr_frags = --shinfo->nr_frags;
826 __skb_frag_set_page(&shinfo->frags[nr_frags], NULL);
827
828 dev_kfree_skb(skb);
829
830 cons_rx_buf->page = page;
831
832 /* Update prod since possibly some pages have been
833 * allocated already.
834 */
835 rxr->rx_agg_prod = prod;
836 bnxt_reuse_rx_agg_bufs(bnapi, cp_cons, agg_bufs - i);
837 return NULL;
838 }
839
Michael Chan2839f282016-04-25 02:30:50 -0400840 dma_unmap_page(&pdev->dev, mapping, BNXT_RX_PAGE_SIZE,
Michael Chanc0c050c2015-10-22 16:01:17 -0400841 PCI_DMA_FROMDEVICE);
842
843 skb->data_len += frag_len;
844 skb->len += frag_len;
845 skb->truesize += PAGE_SIZE;
846
847 prod = NEXT_RX_AGG(prod);
848 cp_cons = NEXT_CMP(cp_cons);
849 }
850 rxr->rx_agg_prod = prod;
851 return skb;
852}
853
854static int bnxt_agg_bufs_valid(struct bnxt *bp, struct bnxt_cp_ring_info *cpr,
855 u8 agg_bufs, u32 *raw_cons)
856{
857 u16 last;
858 struct rx_agg_cmp *agg;
859
860 *raw_cons = ADV_RAW_CMP(*raw_cons, agg_bufs);
861 last = RING_CMP(*raw_cons);
862 agg = (struct rx_agg_cmp *)
863 &cpr->cp_desc_ring[CP_RING(last)][CP_IDX(last)];
864 return RX_AGG_CMP_VALID(agg, *raw_cons);
865}
866
867static inline struct sk_buff *bnxt_copy_skb(struct bnxt_napi *bnapi, u8 *data,
868 unsigned int len,
869 dma_addr_t mapping)
870{
871 struct bnxt *bp = bnapi->bp;
872 struct pci_dev *pdev = bp->pdev;
873 struct sk_buff *skb;
874
875 skb = napi_alloc_skb(&bnapi->napi, len);
876 if (!skb)
877 return NULL;
878
879 dma_sync_single_for_cpu(&pdev->dev, mapping,
880 bp->rx_copy_thresh, PCI_DMA_FROMDEVICE);
881
882 memcpy(skb->data - BNXT_RX_OFFSET, data, len + BNXT_RX_OFFSET);
883
884 dma_sync_single_for_device(&pdev->dev, mapping,
885 bp->rx_copy_thresh,
886 PCI_DMA_FROMDEVICE);
887
888 skb_put(skb, len);
889 return skb;
890}
891
Michael Chanfa7e2812016-05-10 19:18:00 -0400892static int bnxt_discard_rx(struct bnxt *bp, struct bnxt_napi *bnapi,
893 u32 *raw_cons, void *cmp)
894{
895 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
896 struct rx_cmp *rxcmp = cmp;
897 u32 tmp_raw_cons = *raw_cons;
898 u8 cmp_type, agg_bufs = 0;
899
900 cmp_type = RX_CMP_TYPE(rxcmp);
901
902 if (cmp_type == CMP_TYPE_RX_L2_CMP) {
903 agg_bufs = (le32_to_cpu(rxcmp->rx_cmp_misc_v1) &
904 RX_CMP_AGG_BUFS) >>
905 RX_CMP_AGG_BUFS_SHIFT;
906 } else if (cmp_type == CMP_TYPE_RX_L2_TPA_END_CMP) {
907 struct rx_tpa_end_cmp *tpa_end = cmp;
908
909 agg_bufs = (le32_to_cpu(tpa_end->rx_tpa_end_cmp_misc_v1) &
910 RX_TPA_END_CMP_AGG_BUFS) >>
911 RX_TPA_END_CMP_AGG_BUFS_SHIFT;
912 }
913
914 if (agg_bufs) {
915 if (!bnxt_agg_bufs_valid(bp, cpr, agg_bufs, &tmp_raw_cons))
916 return -EBUSY;
917 }
918 *raw_cons = tmp_raw_cons;
919 return 0;
920}
921
922static void bnxt_sched_reset(struct bnxt *bp, struct bnxt_rx_ring_info *rxr)
923{
924 if (!rxr->bnapi->in_reset) {
925 rxr->bnapi->in_reset = true;
926 set_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event);
927 schedule_work(&bp->sp_task);
928 }
929 rxr->rx_next_cons = 0xffff;
930}
931
Michael Chanc0c050c2015-10-22 16:01:17 -0400932static void bnxt_tpa_start(struct bnxt *bp, struct bnxt_rx_ring_info *rxr,
933 struct rx_tpa_start_cmp *tpa_start,
934 struct rx_tpa_start_cmp_ext *tpa_start1)
935{
936 u8 agg_id = TPA_START_AGG_ID(tpa_start);
937 u16 cons, prod;
938 struct bnxt_tpa_info *tpa_info;
939 struct bnxt_sw_rx_bd *cons_rx_buf, *prod_rx_buf;
940 struct rx_bd *prod_bd;
941 dma_addr_t mapping;
942
943 cons = tpa_start->rx_tpa_start_cmp_opaque;
944 prod = rxr->rx_prod;
945 cons_rx_buf = &rxr->rx_buf_ring[cons];
946 prod_rx_buf = &rxr->rx_buf_ring[prod];
947 tpa_info = &rxr->rx_tpa[agg_id];
948
Michael Chanfa7e2812016-05-10 19:18:00 -0400949 if (unlikely(cons != rxr->rx_next_cons)) {
950 bnxt_sched_reset(bp, rxr);
951 return;
952 }
953
Michael Chanc0c050c2015-10-22 16:01:17 -0400954 prod_rx_buf->data = tpa_info->data;
955
956 mapping = tpa_info->mapping;
957 dma_unmap_addr_set(prod_rx_buf, mapping, mapping);
958
959 prod_bd = &rxr->rx_desc_ring[RX_RING(prod)][RX_IDX(prod)];
960
961 prod_bd->rx_bd_haddr = cpu_to_le64(mapping);
962
963 tpa_info->data = cons_rx_buf->data;
964 cons_rx_buf->data = NULL;
965 tpa_info->mapping = dma_unmap_addr(cons_rx_buf, mapping);
966
967 tpa_info->len =
968 le32_to_cpu(tpa_start->rx_tpa_start_cmp_len_flags_type) >>
969 RX_TPA_START_CMP_LEN_SHIFT;
970 if (likely(TPA_START_HASH_VALID(tpa_start))) {
971 u32 hash_type = TPA_START_HASH_TYPE(tpa_start);
972
973 tpa_info->hash_type = PKT_HASH_TYPE_L4;
974 tpa_info->gso_type = SKB_GSO_TCPV4;
975 /* RSS profiles 1 and 3 with extract code 0 for inner 4-tuple */
976 if (hash_type == 3)
977 tpa_info->gso_type = SKB_GSO_TCPV6;
978 tpa_info->rss_hash =
979 le32_to_cpu(tpa_start->rx_tpa_start_cmp_rss_hash);
980 } else {
981 tpa_info->hash_type = PKT_HASH_TYPE_NONE;
982 tpa_info->gso_type = 0;
983 if (netif_msg_rx_err(bp))
984 netdev_warn(bp->dev, "TPA packet without valid hash\n");
985 }
986 tpa_info->flags2 = le32_to_cpu(tpa_start1->rx_tpa_start_cmp_flags2);
987 tpa_info->metadata = le32_to_cpu(tpa_start1->rx_tpa_start_cmp_metadata);
Michael Chan94758f82016-06-13 02:25:35 -0400988 tpa_info->hdr_info = le32_to_cpu(tpa_start1->rx_tpa_start_cmp_hdr_info);
Michael Chanc0c050c2015-10-22 16:01:17 -0400989
990 rxr->rx_prod = NEXT_RX(prod);
991 cons = NEXT_RX(cons);
Michael Chan376a5b82016-05-10 19:17:59 -0400992 rxr->rx_next_cons = NEXT_RX(cons);
Michael Chanc0c050c2015-10-22 16:01:17 -0400993 cons_rx_buf = &rxr->rx_buf_ring[cons];
994
995 bnxt_reuse_rx_data(rxr, cons, cons_rx_buf->data);
996 rxr->rx_prod = NEXT_RX(rxr->rx_prod);
997 cons_rx_buf->data = NULL;
998}
999
1000static void bnxt_abort_tpa(struct bnxt *bp, struct bnxt_napi *bnapi,
1001 u16 cp_cons, u32 agg_bufs)
1002{
1003 if (agg_bufs)
1004 bnxt_reuse_rx_agg_bufs(bnapi, cp_cons, agg_bufs);
1005}
1006
Michael Chan94758f82016-06-13 02:25:35 -04001007static struct sk_buff *bnxt_gro_func_5731x(struct bnxt_tpa_info *tpa_info,
1008 int payload_off, int tcp_ts,
1009 struct sk_buff *skb)
1010{
1011#ifdef CONFIG_INET
1012 struct tcphdr *th;
1013 int len, nw_off;
1014 u16 outer_ip_off, inner_ip_off, inner_mac_off;
1015 u32 hdr_info = tpa_info->hdr_info;
1016 bool loopback = false;
1017
1018 inner_ip_off = BNXT_TPA_INNER_L3_OFF(hdr_info);
1019 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info);
1020 outer_ip_off = BNXT_TPA_OUTER_L3_OFF(hdr_info);
1021
1022 /* If the packet is an internal loopback packet, the offsets will
1023 * have an extra 4 bytes.
1024 */
1025 if (inner_mac_off == 4) {
1026 loopback = true;
1027 } else if (inner_mac_off > 4) {
1028 __be16 proto = *((__be16 *)(skb->data + inner_ip_off -
1029 ETH_HLEN - 2));
1030
1031 /* We only support inner iPv4/ipv6. If we don't see the
1032 * correct protocol ID, it must be a loopback packet where
1033 * the offsets are off by 4.
1034 */
Dan Carpenter09a76362016-07-07 11:23:09 +03001035 if (proto != htons(ETH_P_IP) && proto != htons(ETH_P_IPV6))
Michael Chan94758f82016-06-13 02:25:35 -04001036 loopback = true;
1037 }
1038 if (loopback) {
1039 /* internal loopback packet, subtract all offsets by 4 */
1040 inner_ip_off -= 4;
1041 inner_mac_off -= 4;
1042 outer_ip_off -= 4;
1043 }
1044
1045 nw_off = inner_ip_off - ETH_HLEN;
1046 skb_set_network_header(skb, nw_off);
1047 if (tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_IP_TYPE) {
1048 struct ipv6hdr *iph = ipv6_hdr(skb);
1049
1050 skb_set_transport_header(skb, nw_off + sizeof(struct ipv6hdr));
1051 len = skb->len - skb_transport_offset(skb);
1052 th = tcp_hdr(skb);
1053 th->check = ~tcp_v6_check(len, &iph->saddr, &iph->daddr, 0);
1054 } else {
1055 struct iphdr *iph = ip_hdr(skb);
1056
1057 skb_set_transport_header(skb, nw_off + sizeof(struct iphdr));
1058 len = skb->len - skb_transport_offset(skb);
1059 th = tcp_hdr(skb);
1060 th->check = ~tcp_v4_check(len, iph->saddr, iph->daddr, 0);
1061 }
1062
1063 if (inner_mac_off) { /* tunnel */
1064 struct udphdr *uh = NULL;
1065 __be16 proto = *((__be16 *)(skb->data + outer_ip_off -
1066 ETH_HLEN - 2));
1067
1068 if (proto == htons(ETH_P_IP)) {
1069 struct iphdr *iph = (struct iphdr *)skb->data;
1070
1071 if (iph->protocol == IPPROTO_UDP)
1072 uh = (struct udphdr *)(iph + 1);
1073 } else {
1074 struct ipv6hdr *iph = (struct ipv6hdr *)skb->data;
1075
1076 if (iph->nexthdr == IPPROTO_UDP)
1077 uh = (struct udphdr *)(iph + 1);
1078 }
1079 if (uh) {
1080 if (uh->check)
1081 skb_shinfo(skb)->gso_type |=
1082 SKB_GSO_UDP_TUNNEL_CSUM;
1083 else
1084 skb_shinfo(skb)->gso_type |= SKB_GSO_UDP_TUNNEL;
1085 }
1086 }
1087#endif
1088 return skb;
1089}
1090
Michael Chanc0c050c2015-10-22 16:01:17 -04001091#define BNXT_IPV4_HDR_SIZE (sizeof(struct iphdr) + sizeof(struct tcphdr))
1092#define BNXT_IPV6_HDR_SIZE (sizeof(struct ipv6hdr) + sizeof(struct tcphdr))
1093
Michael Chan309369c2016-06-13 02:25:34 -04001094static struct sk_buff *bnxt_gro_func_5730x(struct bnxt_tpa_info *tpa_info,
1095 int payload_off, int tcp_ts,
Michael Chanc0c050c2015-10-22 16:01:17 -04001096 struct sk_buff *skb)
1097{
Michael Chand1611c32015-10-25 22:27:57 -04001098#ifdef CONFIG_INET
Michael Chanc0c050c2015-10-22 16:01:17 -04001099 struct tcphdr *th;
Michael Chan309369c2016-06-13 02:25:34 -04001100 int len, nw_off, tcp_opt_len;
Michael Chanc0c050c2015-10-22 16:01:17 -04001101
Michael Chan309369c2016-06-13 02:25:34 -04001102 if (tcp_ts)
Michael Chanc0c050c2015-10-22 16:01:17 -04001103 tcp_opt_len = 12;
1104
Michael Chanc0c050c2015-10-22 16:01:17 -04001105 if (tpa_info->gso_type == SKB_GSO_TCPV4) {
1106 struct iphdr *iph;
1107
1108 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len -
1109 ETH_HLEN;
1110 skb_set_network_header(skb, nw_off);
1111 iph = ip_hdr(skb);
1112 skb_set_transport_header(skb, nw_off + sizeof(struct iphdr));
1113 len = skb->len - skb_transport_offset(skb);
1114 th = tcp_hdr(skb);
1115 th->check = ~tcp_v4_check(len, iph->saddr, iph->daddr, 0);
1116 } else if (tpa_info->gso_type == SKB_GSO_TCPV6) {
1117 struct ipv6hdr *iph;
1118
1119 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len -
1120 ETH_HLEN;
1121 skb_set_network_header(skb, nw_off);
1122 iph = ipv6_hdr(skb);
1123 skb_set_transport_header(skb, nw_off + sizeof(struct ipv6hdr));
1124 len = skb->len - skb_transport_offset(skb);
1125 th = tcp_hdr(skb);
1126 th->check = ~tcp_v6_check(len, &iph->saddr, &iph->daddr, 0);
1127 } else {
1128 dev_kfree_skb_any(skb);
1129 return NULL;
1130 }
1131 tcp_gro_complete(skb);
1132
1133 if (nw_off) { /* tunnel */
1134 struct udphdr *uh = NULL;
1135
1136 if (skb->protocol == htons(ETH_P_IP)) {
1137 struct iphdr *iph = (struct iphdr *)skb->data;
1138
1139 if (iph->protocol == IPPROTO_UDP)
1140 uh = (struct udphdr *)(iph + 1);
1141 } else {
1142 struct ipv6hdr *iph = (struct ipv6hdr *)skb->data;
1143
1144 if (iph->nexthdr == IPPROTO_UDP)
1145 uh = (struct udphdr *)(iph + 1);
1146 }
1147 if (uh) {
1148 if (uh->check)
1149 skb_shinfo(skb)->gso_type |=
1150 SKB_GSO_UDP_TUNNEL_CSUM;
1151 else
1152 skb_shinfo(skb)->gso_type |= SKB_GSO_UDP_TUNNEL;
1153 }
1154 }
1155#endif
1156 return skb;
1157}
1158
Michael Chan309369c2016-06-13 02:25:34 -04001159static inline struct sk_buff *bnxt_gro_skb(struct bnxt *bp,
1160 struct bnxt_tpa_info *tpa_info,
1161 struct rx_tpa_end_cmp *tpa_end,
1162 struct rx_tpa_end_cmp_ext *tpa_end1,
1163 struct sk_buff *skb)
1164{
1165#ifdef CONFIG_INET
1166 int payload_off;
1167 u16 segs;
1168
1169 segs = TPA_END_TPA_SEGS(tpa_end);
1170 if (segs == 1)
1171 return skb;
1172
1173 NAPI_GRO_CB(skb)->count = segs;
1174 skb_shinfo(skb)->gso_size =
1175 le32_to_cpu(tpa_end1->rx_tpa_end_cmp_seg_len);
1176 skb_shinfo(skb)->gso_type = tpa_info->gso_type;
1177 payload_off = (le32_to_cpu(tpa_end->rx_tpa_end_cmp_misc_v1) &
1178 RX_TPA_END_CMP_PAYLOAD_OFFSET) >>
1179 RX_TPA_END_CMP_PAYLOAD_OFFSET_SHIFT;
1180 skb = bp->gro_func(tpa_info, payload_off, TPA_END_GRO_TS(tpa_end), skb);
1181#endif
1182 return skb;
1183}
1184
Michael Chanc0c050c2015-10-22 16:01:17 -04001185static inline struct sk_buff *bnxt_tpa_end(struct bnxt *bp,
1186 struct bnxt_napi *bnapi,
1187 u32 *raw_cons,
1188 struct rx_tpa_end_cmp *tpa_end,
1189 struct rx_tpa_end_cmp_ext *tpa_end1,
1190 bool *agg_event)
1191{
1192 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
Michael Chanb6ab4b02016-01-02 23:44:59 -05001193 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
Michael Chanc0c050c2015-10-22 16:01:17 -04001194 u8 agg_id = TPA_END_AGG_ID(tpa_end);
1195 u8 *data, agg_bufs;
1196 u16 cp_cons = RING_CMP(*raw_cons);
1197 unsigned int len;
1198 struct bnxt_tpa_info *tpa_info;
1199 dma_addr_t mapping;
1200 struct sk_buff *skb;
1201
Michael Chanfa7e2812016-05-10 19:18:00 -04001202 if (unlikely(bnapi->in_reset)) {
1203 int rc = bnxt_discard_rx(bp, bnapi, raw_cons, tpa_end);
1204
1205 if (rc < 0)
1206 return ERR_PTR(-EBUSY);
1207 return NULL;
1208 }
1209
Michael Chanc0c050c2015-10-22 16:01:17 -04001210 tpa_info = &rxr->rx_tpa[agg_id];
1211 data = tpa_info->data;
1212 prefetch(data);
1213 len = tpa_info->len;
1214 mapping = tpa_info->mapping;
1215
1216 agg_bufs = (le32_to_cpu(tpa_end->rx_tpa_end_cmp_misc_v1) &
1217 RX_TPA_END_CMP_AGG_BUFS) >> RX_TPA_END_CMP_AGG_BUFS_SHIFT;
1218
1219 if (agg_bufs) {
1220 if (!bnxt_agg_bufs_valid(bp, cpr, agg_bufs, raw_cons))
1221 return ERR_PTR(-EBUSY);
1222
1223 *agg_event = true;
1224 cp_cons = NEXT_CMP(cp_cons);
1225 }
1226
1227 if (unlikely(agg_bufs > MAX_SKB_FRAGS)) {
1228 bnxt_abort_tpa(bp, bnapi, cp_cons, agg_bufs);
1229 netdev_warn(bp->dev, "TPA frags %d exceeded MAX_SKB_FRAGS %d\n",
1230 agg_bufs, (int)MAX_SKB_FRAGS);
1231 return NULL;
1232 }
1233
1234 if (len <= bp->rx_copy_thresh) {
1235 skb = bnxt_copy_skb(bnapi, data, len, mapping);
1236 if (!skb) {
1237 bnxt_abort_tpa(bp, bnapi, cp_cons, agg_bufs);
1238 return NULL;
1239 }
1240 } else {
1241 u8 *new_data;
1242 dma_addr_t new_mapping;
1243
1244 new_data = __bnxt_alloc_rx_data(bp, &new_mapping, GFP_ATOMIC);
1245 if (!new_data) {
1246 bnxt_abort_tpa(bp, bnapi, cp_cons, agg_bufs);
1247 return NULL;
1248 }
1249
1250 tpa_info->data = new_data;
1251 tpa_info->mapping = new_mapping;
1252
1253 skb = build_skb(data, 0);
1254 dma_unmap_single(&bp->pdev->dev, mapping, bp->rx_buf_use_size,
1255 PCI_DMA_FROMDEVICE);
1256
1257 if (!skb) {
1258 kfree(data);
1259 bnxt_abort_tpa(bp, bnapi, cp_cons, agg_bufs);
1260 return NULL;
1261 }
1262 skb_reserve(skb, BNXT_RX_OFFSET);
1263 skb_put(skb, len);
1264 }
1265
1266 if (agg_bufs) {
1267 skb = bnxt_rx_pages(bp, bnapi, skb, cp_cons, agg_bufs);
1268 if (!skb) {
1269 /* Page reuse already handled by bnxt_rx_pages(). */
1270 return NULL;
1271 }
1272 }
1273 skb->protocol = eth_type_trans(skb, bp->dev);
1274
1275 if (tpa_info->hash_type != PKT_HASH_TYPE_NONE)
1276 skb_set_hash(skb, tpa_info->rss_hash, tpa_info->hash_type);
1277
Michael Chan8852ddb2016-06-06 02:37:16 -04001278 if ((tpa_info->flags2 & RX_CMP_FLAGS2_META_FORMAT_VLAN) &&
1279 (skb->dev->features & NETIF_F_HW_VLAN_CTAG_RX)) {
Michael Chanc0c050c2015-10-22 16:01:17 -04001280 u16 vlan_proto = tpa_info->metadata >>
1281 RX_CMP_FLAGS2_METADATA_TPID_SFT;
Michael Chan8852ddb2016-06-06 02:37:16 -04001282 u16 vtag = tpa_info->metadata & RX_CMP_FLAGS2_METADATA_VID_MASK;
Michael Chanc0c050c2015-10-22 16:01:17 -04001283
Michael Chan8852ddb2016-06-06 02:37:16 -04001284 __vlan_hwaccel_put_tag(skb, htons(vlan_proto), vtag);
Michael Chanc0c050c2015-10-22 16:01:17 -04001285 }
1286
1287 skb_checksum_none_assert(skb);
1288 if (likely(tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_L4_CS_CALC)) {
1289 skb->ip_summed = CHECKSUM_UNNECESSARY;
1290 skb->csum_level =
1291 (tpa_info->flags2 & RX_CMP_FLAGS2_T_L4_CS_CALC) >> 3;
1292 }
1293
1294 if (TPA_END_GRO(tpa_end))
Michael Chan309369c2016-06-13 02:25:34 -04001295 skb = bnxt_gro_skb(bp, tpa_info, tpa_end, tpa_end1, skb);
Michael Chanc0c050c2015-10-22 16:01:17 -04001296
1297 return skb;
1298}
1299
1300/* returns the following:
1301 * 1 - 1 packet successfully received
1302 * 0 - successful TPA_START, packet not completed yet
1303 * -EBUSY - completion ring does not have all the agg buffers yet
1304 * -ENOMEM - packet aborted due to out of memory
1305 * -EIO - packet aborted due to hw error indicated in BD
1306 */
1307static int bnxt_rx_pkt(struct bnxt *bp, struct bnxt_napi *bnapi, u32 *raw_cons,
1308 bool *agg_event)
1309{
1310 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
Michael Chanb6ab4b02016-01-02 23:44:59 -05001311 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
Michael Chanc0c050c2015-10-22 16:01:17 -04001312 struct net_device *dev = bp->dev;
1313 struct rx_cmp *rxcmp;
1314 struct rx_cmp_ext *rxcmp1;
1315 u32 tmp_raw_cons = *raw_cons;
1316 u16 cons, prod, cp_cons = RING_CMP(tmp_raw_cons);
1317 struct bnxt_sw_rx_bd *rx_buf;
1318 unsigned int len;
1319 u8 *data, agg_bufs, cmp_type;
1320 dma_addr_t dma_addr;
1321 struct sk_buff *skb;
1322 int rc = 0;
1323
1324 rxcmp = (struct rx_cmp *)
1325 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)];
1326
1327 tmp_raw_cons = NEXT_RAW_CMP(tmp_raw_cons);
1328 cp_cons = RING_CMP(tmp_raw_cons);
1329 rxcmp1 = (struct rx_cmp_ext *)
1330 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)];
1331
1332 if (!RX_CMP_VALID(rxcmp1, tmp_raw_cons))
1333 return -EBUSY;
1334
1335 cmp_type = RX_CMP_TYPE(rxcmp);
1336
1337 prod = rxr->rx_prod;
1338
1339 if (cmp_type == CMP_TYPE_RX_L2_TPA_START_CMP) {
1340 bnxt_tpa_start(bp, rxr, (struct rx_tpa_start_cmp *)rxcmp,
1341 (struct rx_tpa_start_cmp_ext *)rxcmp1);
1342
1343 goto next_rx_no_prod;
1344
1345 } else if (cmp_type == CMP_TYPE_RX_L2_TPA_END_CMP) {
1346 skb = bnxt_tpa_end(bp, bnapi, &tmp_raw_cons,
1347 (struct rx_tpa_end_cmp *)rxcmp,
1348 (struct rx_tpa_end_cmp_ext *)rxcmp1,
1349 agg_event);
1350
1351 if (unlikely(IS_ERR(skb)))
1352 return -EBUSY;
1353
1354 rc = -ENOMEM;
1355 if (likely(skb)) {
1356 skb_record_rx_queue(skb, bnapi->index);
1357 skb_mark_napi_id(skb, &bnapi->napi);
1358 if (bnxt_busy_polling(bnapi))
1359 netif_receive_skb(skb);
1360 else
1361 napi_gro_receive(&bnapi->napi, skb);
1362 rc = 1;
1363 }
1364 goto next_rx_no_prod;
1365 }
1366
1367 cons = rxcmp->rx_cmp_opaque;
1368 rx_buf = &rxr->rx_buf_ring[cons];
1369 data = rx_buf->data;
Michael Chanfa7e2812016-05-10 19:18:00 -04001370 if (unlikely(cons != rxr->rx_next_cons)) {
1371 int rc1 = bnxt_discard_rx(bp, bnapi, raw_cons, rxcmp);
1372
1373 bnxt_sched_reset(bp, rxr);
1374 return rc1;
1375 }
Michael Chanc0c050c2015-10-22 16:01:17 -04001376 prefetch(data);
1377
1378 agg_bufs = (le32_to_cpu(rxcmp->rx_cmp_misc_v1) & RX_CMP_AGG_BUFS) >>
1379 RX_CMP_AGG_BUFS_SHIFT;
1380
1381 if (agg_bufs) {
1382 if (!bnxt_agg_bufs_valid(bp, cpr, agg_bufs, &tmp_raw_cons))
1383 return -EBUSY;
1384
1385 cp_cons = NEXT_CMP(cp_cons);
1386 *agg_event = true;
1387 }
1388
1389 rx_buf->data = NULL;
1390 if (rxcmp1->rx_cmp_cfa_code_errors_v2 & RX_CMP_L2_ERRORS) {
1391 bnxt_reuse_rx_data(rxr, cons, data);
1392 if (agg_bufs)
1393 bnxt_reuse_rx_agg_bufs(bnapi, cp_cons, agg_bufs);
1394
1395 rc = -EIO;
1396 goto next_rx;
1397 }
1398
1399 len = le32_to_cpu(rxcmp->rx_cmp_len_flags_type) >> RX_CMP_LEN_SHIFT;
1400 dma_addr = dma_unmap_addr(rx_buf, mapping);
1401
1402 if (len <= bp->rx_copy_thresh) {
1403 skb = bnxt_copy_skb(bnapi, data, len, dma_addr);
1404 bnxt_reuse_rx_data(rxr, cons, data);
1405 if (!skb) {
1406 rc = -ENOMEM;
1407 goto next_rx;
1408 }
1409 } else {
1410 skb = bnxt_rx_skb(bp, rxr, cons, prod, data, dma_addr, len);
1411 if (!skb) {
1412 rc = -ENOMEM;
1413 goto next_rx;
1414 }
1415 }
1416
1417 if (agg_bufs) {
1418 skb = bnxt_rx_pages(bp, bnapi, skb, cp_cons, agg_bufs);
1419 if (!skb) {
1420 rc = -ENOMEM;
1421 goto next_rx;
1422 }
1423 }
1424
1425 if (RX_CMP_HASH_VALID(rxcmp)) {
1426 u32 hash_type = RX_CMP_HASH_TYPE(rxcmp);
1427 enum pkt_hash_types type = PKT_HASH_TYPE_L4;
1428
1429 /* RSS profiles 1 and 3 with extract code 0 for inner 4-tuple */
1430 if (hash_type != 1 && hash_type != 3)
1431 type = PKT_HASH_TYPE_L3;
1432 skb_set_hash(skb, le32_to_cpu(rxcmp->rx_cmp_rss_hash), type);
1433 }
1434
1435 skb->protocol = eth_type_trans(skb, dev);
1436
Michael Chan8852ddb2016-06-06 02:37:16 -04001437 if ((rxcmp1->rx_cmp_flags2 &
1438 cpu_to_le32(RX_CMP_FLAGS2_META_FORMAT_VLAN)) &&
1439 (skb->dev->features & NETIF_F_HW_VLAN_CTAG_RX)) {
Michael Chanc0c050c2015-10-22 16:01:17 -04001440 u32 meta_data = le32_to_cpu(rxcmp1->rx_cmp_meta_data);
Michael Chan8852ddb2016-06-06 02:37:16 -04001441 u16 vtag = meta_data & RX_CMP_FLAGS2_METADATA_VID_MASK;
Michael Chanc0c050c2015-10-22 16:01:17 -04001442 u16 vlan_proto = meta_data >> RX_CMP_FLAGS2_METADATA_TPID_SFT;
1443
Michael Chan8852ddb2016-06-06 02:37:16 -04001444 __vlan_hwaccel_put_tag(skb, htons(vlan_proto), vtag);
Michael Chanc0c050c2015-10-22 16:01:17 -04001445 }
1446
1447 skb_checksum_none_assert(skb);
1448 if (RX_CMP_L4_CS_OK(rxcmp1)) {
1449 if (dev->features & NETIF_F_RXCSUM) {
1450 skb->ip_summed = CHECKSUM_UNNECESSARY;
1451 skb->csum_level = RX_CMP_ENCAP(rxcmp1);
1452 }
1453 } else {
Satish Baddipadige665e3502015-12-27 18:19:21 -05001454 if (rxcmp1->rx_cmp_cfa_code_errors_v2 & RX_CMP_L4_CS_ERR_BITS) {
1455 if (dev->features & NETIF_F_RXCSUM)
1456 cpr->rx_l4_csum_errors++;
1457 }
Michael Chanc0c050c2015-10-22 16:01:17 -04001458 }
1459
1460 skb_record_rx_queue(skb, bnapi->index);
1461 skb_mark_napi_id(skb, &bnapi->napi);
1462 if (bnxt_busy_polling(bnapi))
1463 netif_receive_skb(skb);
1464 else
1465 napi_gro_receive(&bnapi->napi, skb);
1466 rc = 1;
1467
1468next_rx:
1469 rxr->rx_prod = NEXT_RX(prod);
Michael Chan376a5b82016-05-10 19:17:59 -04001470 rxr->rx_next_cons = NEXT_RX(cons);
Michael Chanc0c050c2015-10-22 16:01:17 -04001471
1472next_rx_no_prod:
1473 *raw_cons = tmp_raw_cons;
1474
1475 return rc;
1476}
1477
Michael Chan4bb13ab2016-04-05 14:09:01 -04001478#define BNXT_GET_EVENT_PORT(data) \
Michael Chan87c374d2016-12-02 21:17:16 -05001479 ((data) & \
1480 ASYNC_EVENT_CMPL_PORT_CONN_NOT_ALLOWED_EVENT_DATA1_PORT_ID_MASK)
Michael Chan4bb13ab2016-04-05 14:09:01 -04001481
Michael Chanc0c050c2015-10-22 16:01:17 -04001482static int bnxt_async_event_process(struct bnxt *bp,
1483 struct hwrm_async_event_cmpl *cmpl)
1484{
1485 u16 event_id = le16_to_cpu(cmpl->event_id);
1486
1487 /* TODO CHIMP_FW: Define event id's for link change, error etc */
1488 switch (event_id) {
Michael Chan87c374d2016-12-02 21:17:16 -05001489 case ASYNC_EVENT_CMPL_EVENT_ID_LINK_SPEED_CFG_CHANGE: {
Michael Chan8cbde112016-04-11 04:11:14 -04001490 u32 data1 = le32_to_cpu(cmpl->event_data1);
1491 struct bnxt_link_info *link_info = &bp->link_info;
1492
1493 if (BNXT_VF(bp))
1494 goto async_event_process_exit;
1495 if (data1 & 0x20000) {
1496 u16 fw_speed = link_info->force_link_speed;
1497 u32 speed = bnxt_fw_to_ethtool_speed(fw_speed);
1498
1499 netdev_warn(bp->dev, "Link speed %d no longer supported\n",
1500 speed);
1501 }
Michael Chan286ef9d2016-11-16 21:13:08 -05001502 set_bit(BNXT_LINK_SPEED_CHNG_SP_EVENT, &bp->sp_event);
Michael Chan8cbde112016-04-11 04:11:14 -04001503 /* fall thru */
1504 }
Michael Chan87c374d2016-12-02 21:17:16 -05001505 case ASYNC_EVENT_CMPL_EVENT_ID_LINK_STATUS_CHANGE:
Michael Chanc0c050c2015-10-22 16:01:17 -04001506 set_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event);
Jeffrey Huang19241362016-02-26 04:00:00 -05001507 break;
Michael Chan87c374d2016-12-02 21:17:16 -05001508 case ASYNC_EVENT_CMPL_EVENT_ID_PF_DRVR_UNLOAD:
Jeffrey Huang19241362016-02-26 04:00:00 -05001509 set_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event);
Michael Chanc0c050c2015-10-22 16:01:17 -04001510 break;
Michael Chan87c374d2016-12-02 21:17:16 -05001511 case ASYNC_EVENT_CMPL_EVENT_ID_PORT_CONN_NOT_ALLOWED: {
Michael Chan4bb13ab2016-04-05 14:09:01 -04001512 u32 data1 = le32_to_cpu(cmpl->event_data1);
1513 u16 port_id = BNXT_GET_EVENT_PORT(data1);
1514
1515 if (BNXT_VF(bp))
1516 break;
1517
1518 if (bp->pf.port_id != port_id)
1519 break;
1520
Michael Chan4bb13ab2016-04-05 14:09:01 -04001521 set_bit(BNXT_HWRM_PORT_MODULE_SP_EVENT, &bp->sp_event);
1522 break;
1523 }
Michael Chan87c374d2016-12-02 21:17:16 -05001524 case ASYNC_EVENT_CMPL_EVENT_ID_VF_CFG_CHANGE:
Michael Chanfc0f1922016-06-13 02:25:30 -04001525 if (BNXT_PF(bp))
1526 goto async_event_process_exit;
1527 set_bit(BNXT_RESET_TASK_SILENT_SP_EVENT, &bp->sp_event);
1528 break;
Michael Chanc0c050c2015-10-22 16:01:17 -04001529 default:
1530 netdev_err(bp->dev, "unhandled ASYNC event (id 0x%x)\n",
1531 event_id);
Jeffrey Huang19241362016-02-26 04:00:00 -05001532 goto async_event_process_exit;
Michael Chanc0c050c2015-10-22 16:01:17 -04001533 }
Jeffrey Huang19241362016-02-26 04:00:00 -05001534 schedule_work(&bp->sp_task);
1535async_event_process_exit:
Michael Chanc0c050c2015-10-22 16:01:17 -04001536 return 0;
1537}
1538
1539static int bnxt_hwrm_handler(struct bnxt *bp, struct tx_cmp *txcmp)
1540{
1541 u16 cmpl_type = TX_CMP_TYPE(txcmp), vf_id, seq_id;
1542 struct hwrm_cmpl *h_cmpl = (struct hwrm_cmpl *)txcmp;
1543 struct hwrm_fwd_req_cmpl *fwd_req_cmpl =
1544 (struct hwrm_fwd_req_cmpl *)txcmp;
1545
1546 switch (cmpl_type) {
1547 case CMPL_BASE_TYPE_HWRM_DONE:
1548 seq_id = le16_to_cpu(h_cmpl->sequence_id);
1549 if (seq_id == bp->hwrm_intr_seq_id)
1550 bp->hwrm_intr_seq_id = HWRM_SEQ_ID_INVALID;
1551 else
1552 netdev_err(bp->dev, "Invalid hwrm seq id %d\n", seq_id);
1553 break;
1554
1555 case CMPL_BASE_TYPE_HWRM_FWD_REQ:
1556 vf_id = le16_to_cpu(fwd_req_cmpl->source_id);
1557
1558 if ((vf_id < bp->pf.first_vf_id) ||
1559 (vf_id >= bp->pf.first_vf_id + bp->pf.active_vfs)) {
1560 netdev_err(bp->dev, "Msg contains invalid VF id %x\n",
1561 vf_id);
1562 return -EINVAL;
1563 }
1564
1565 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap);
1566 set_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event);
1567 schedule_work(&bp->sp_task);
1568 break;
1569
1570 case CMPL_BASE_TYPE_HWRM_ASYNC_EVENT:
1571 bnxt_async_event_process(bp,
1572 (struct hwrm_async_event_cmpl *)txcmp);
1573
1574 default:
1575 break;
1576 }
1577
1578 return 0;
1579}
1580
1581static irqreturn_t bnxt_msix(int irq, void *dev_instance)
1582{
1583 struct bnxt_napi *bnapi = dev_instance;
1584 struct bnxt *bp = bnapi->bp;
1585 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
1586 u32 cons = RING_CMP(cpr->cp_raw_cons);
1587
1588 prefetch(&cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]);
1589 napi_schedule(&bnapi->napi);
1590 return IRQ_HANDLED;
1591}
1592
1593static inline int bnxt_has_work(struct bnxt *bp, struct bnxt_cp_ring_info *cpr)
1594{
1595 u32 raw_cons = cpr->cp_raw_cons;
1596 u16 cons = RING_CMP(raw_cons);
1597 struct tx_cmp *txcmp;
1598
1599 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)];
1600
1601 return TX_CMP_VALID(txcmp, raw_cons);
1602}
1603
Michael Chanc0c050c2015-10-22 16:01:17 -04001604static irqreturn_t bnxt_inta(int irq, void *dev_instance)
1605{
1606 struct bnxt_napi *bnapi = dev_instance;
1607 struct bnxt *bp = bnapi->bp;
1608 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
1609 u32 cons = RING_CMP(cpr->cp_raw_cons);
1610 u32 int_status;
1611
1612 prefetch(&cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]);
1613
1614 if (!bnxt_has_work(bp, cpr)) {
Jeffrey Huang11809492015-11-05 16:25:49 -05001615 int_status = readl(bp->bar0 + BNXT_CAG_REG_LEGACY_INT_STATUS);
Michael Chanc0c050c2015-10-22 16:01:17 -04001616 /* return if erroneous interrupt */
1617 if (!(int_status & (0x10000 << cpr->cp_ring_struct.fw_ring_id)))
1618 return IRQ_NONE;
1619 }
1620
1621 /* disable ring IRQ */
1622 BNXT_CP_DB_IRQ_DIS(cpr->cp_doorbell);
1623
1624 /* Return here if interrupt is shared and is disabled. */
1625 if (unlikely(atomic_read(&bp->intr_sem) != 0))
1626 return IRQ_HANDLED;
1627
1628 napi_schedule(&bnapi->napi);
1629 return IRQ_HANDLED;
1630}
1631
1632static int bnxt_poll_work(struct bnxt *bp, struct bnxt_napi *bnapi, int budget)
1633{
1634 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
1635 u32 raw_cons = cpr->cp_raw_cons;
1636 u32 cons;
1637 int tx_pkts = 0;
1638 int rx_pkts = 0;
1639 bool rx_event = false;
1640 bool agg_event = false;
1641 struct tx_cmp *txcmp;
1642
1643 while (1) {
1644 int rc;
1645
1646 cons = RING_CMP(raw_cons);
1647 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)];
1648
1649 if (!TX_CMP_VALID(txcmp, raw_cons))
1650 break;
1651
Michael Chan67a95e22016-05-04 16:56:43 -04001652 /* The valid test of the entry must be done first before
1653 * reading any further.
1654 */
Michael Chanb67daab2016-05-15 03:04:51 -04001655 dma_rmb();
Michael Chanc0c050c2015-10-22 16:01:17 -04001656 if (TX_CMP_TYPE(txcmp) == CMP_TYPE_TX_L2_CMP) {
1657 tx_pkts++;
1658 /* return full budget so NAPI will complete. */
1659 if (unlikely(tx_pkts > bp->tx_wake_thresh))
1660 rx_pkts = budget;
1661 } else if ((TX_CMP_TYPE(txcmp) & 0x30) == 0x10) {
1662 rc = bnxt_rx_pkt(bp, bnapi, &raw_cons, &agg_event);
1663 if (likely(rc >= 0))
1664 rx_pkts += rc;
1665 else if (rc == -EBUSY) /* partial completion */
1666 break;
1667 rx_event = true;
1668 } else if (unlikely((TX_CMP_TYPE(txcmp) ==
1669 CMPL_BASE_TYPE_HWRM_DONE) ||
1670 (TX_CMP_TYPE(txcmp) ==
1671 CMPL_BASE_TYPE_HWRM_FWD_REQ) ||
1672 (TX_CMP_TYPE(txcmp) ==
1673 CMPL_BASE_TYPE_HWRM_ASYNC_EVENT))) {
1674 bnxt_hwrm_handler(bp, txcmp);
1675 }
1676 raw_cons = NEXT_RAW_CMP(raw_cons);
1677
1678 if (rx_pkts == budget)
1679 break;
1680 }
1681
1682 cpr->cp_raw_cons = raw_cons;
1683 /* ACK completion ring before freeing tx ring and producing new
1684 * buffers in rx/agg rings to prevent overflowing the completion
1685 * ring.
1686 */
1687 BNXT_CP_DB(cpr->cp_doorbell, cpr->cp_raw_cons);
1688
1689 if (tx_pkts)
1690 bnxt_tx_int(bp, bnapi, tx_pkts);
1691
1692 if (rx_event) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05001693 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
Michael Chanc0c050c2015-10-22 16:01:17 -04001694
1695 writel(DB_KEY_RX | rxr->rx_prod, rxr->rx_doorbell);
1696 writel(DB_KEY_RX | rxr->rx_prod, rxr->rx_doorbell);
1697 if (agg_event) {
1698 writel(DB_KEY_RX | rxr->rx_agg_prod,
1699 rxr->rx_agg_doorbell);
1700 writel(DB_KEY_RX | rxr->rx_agg_prod,
1701 rxr->rx_agg_doorbell);
1702 }
1703 }
1704 return rx_pkts;
1705}
1706
Prashant Sreedharan10bbdaf2016-07-18 07:15:23 -04001707static int bnxt_poll_nitroa0(struct napi_struct *napi, int budget)
1708{
1709 struct bnxt_napi *bnapi = container_of(napi, struct bnxt_napi, napi);
1710 struct bnxt *bp = bnapi->bp;
1711 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
1712 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
1713 struct tx_cmp *txcmp;
1714 struct rx_cmp_ext *rxcmp1;
1715 u32 cp_cons, tmp_raw_cons;
1716 u32 raw_cons = cpr->cp_raw_cons;
1717 u32 rx_pkts = 0;
1718 bool agg_event = false;
1719
1720 while (1) {
1721 int rc;
1722
1723 cp_cons = RING_CMP(raw_cons);
1724 txcmp = &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)];
1725
1726 if (!TX_CMP_VALID(txcmp, raw_cons))
1727 break;
1728
1729 if ((TX_CMP_TYPE(txcmp) & 0x30) == 0x10) {
1730 tmp_raw_cons = NEXT_RAW_CMP(raw_cons);
1731 cp_cons = RING_CMP(tmp_raw_cons);
1732 rxcmp1 = (struct rx_cmp_ext *)
1733 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)];
1734
1735 if (!RX_CMP_VALID(rxcmp1, tmp_raw_cons))
1736 break;
1737
1738 /* force an error to recycle the buffer */
1739 rxcmp1->rx_cmp_cfa_code_errors_v2 |=
1740 cpu_to_le32(RX_CMPL_ERRORS_CRC_ERROR);
1741
1742 rc = bnxt_rx_pkt(bp, bnapi, &raw_cons, &agg_event);
1743 if (likely(rc == -EIO))
1744 rx_pkts++;
1745 else if (rc == -EBUSY) /* partial completion */
1746 break;
1747 } else if (unlikely(TX_CMP_TYPE(txcmp) ==
1748 CMPL_BASE_TYPE_HWRM_DONE)) {
1749 bnxt_hwrm_handler(bp, txcmp);
1750 } else {
1751 netdev_err(bp->dev,
1752 "Invalid completion received on special ring\n");
1753 }
1754 raw_cons = NEXT_RAW_CMP(raw_cons);
1755
1756 if (rx_pkts == budget)
1757 break;
1758 }
1759
1760 cpr->cp_raw_cons = raw_cons;
1761 BNXT_CP_DB(cpr->cp_doorbell, cpr->cp_raw_cons);
1762 writel(DB_KEY_RX | rxr->rx_prod, rxr->rx_doorbell);
1763 writel(DB_KEY_RX | rxr->rx_prod, rxr->rx_doorbell);
1764
1765 if (agg_event) {
1766 writel(DB_KEY_RX | rxr->rx_agg_prod, rxr->rx_agg_doorbell);
1767 writel(DB_KEY_RX | rxr->rx_agg_prod, rxr->rx_agg_doorbell);
1768 }
1769
1770 if (!bnxt_has_work(bp, cpr) && rx_pkts < budget) {
1771 napi_complete(napi);
1772 BNXT_CP_DB_REARM(cpr->cp_doorbell, cpr->cp_raw_cons);
1773 }
1774 return rx_pkts;
1775}
1776
Michael Chanc0c050c2015-10-22 16:01:17 -04001777static int bnxt_poll(struct napi_struct *napi, int budget)
1778{
1779 struct bnxt_napi *bnapi = container_of(napi, struct bnxt_napi, napi);
1780 struct bnxt *bp = bnapi->bp;
1781 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
1782 int work_done = 0;
1783
1784 if (!bnxt_lock_napi(bnapi))
1785 return budget;
1786
1787 while (1) {
1788 work_done += bnxt_poll_work(bp, bnapi, budget - work_done);
1789
1790 if (work_done >= budget)
1791 break;
1792
1793 if (!bnxt_has_work(bp, cpr)) {
1794 napi_complete(napi);
1795 BNXT_CP_DB_REARM(cpr->cp_doorbell, cpr->cp_raw_cons);
1796 break;
1797 }
1798 }
1799 mmiowb();
1800 bnxt_unlock_napi(bnapi);
1801 return work_done;
1802}
1803
1804#ifdef CONFIG_NET_RX_BUSY_POLL
1805static int bnxt_busy_poll(struct napi_struct *napi)
1806{
1807 struct bnxt_napi *bnapi = container_of(napi, struct bnxt_napi, napi);
1808 struct bnxt *bp = bnapi->bp;
1809 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
1810 int rx_work, budget = 4;
1811
1812 if (atomic_read(&bp->intr_sem) != 0)
1813 return LL_FLUSH_FAILED;
1814
Andy Gospodarek867d1212016-11-22 13:14:08 -05001815 if (!bp->link_info.link_up)
1816 return LL_FLUSH_FAILED;
1817
Michael Chanc0c050c2015-10-22 16:01:17 -04001818 if (!bnxt_lock_poll(bnapi))
1819 return LL_FLUSH_BUSY;
1820
1821 rx_work = bnxt_poll_work(bp, bnapi, budget);
1822
1823 BNXT_CP_DB_REARM(cpr->cp_doorbell, cpr->cp_raw_cons);
1824
1825 bnxt_unlock_poll(bnapi);
1826 return rx_work;
1827}
1828#endif
1829
1830static void bnxt_free_tx_skbs(struct bnxt *bp)
1831{
1832 int i, max_idx;
1833 struct pci_dev *pdev = bp->pdev;
1834
Michael Chanb6ab4b02016-01-02 23:44:59 -05001835 if (!bp->tx_ring)
Michael Chanc0c050c2015-10-22 16:01:17 -04001836 return;
1837
1838 max_idx = bp->tx_nr_pages * TX_DESC_CNT;
1839 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05001840 struct bnxt_tx_ring_info *txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04001841 int j;
1842
Michael Chanc0c050c2015-10-22 16:01:17 -04001843 for (j = 0; j < max_idx;) {
1844 struct bnxt_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j];
1845 struct sk_buff *skb = tx_buf->skb;
1846 int k, last;
1847
1848 if (!skb) {
1849 j++;
1850 continue;
1851 }
1852
1853 tx_buf->skb = NULL;
1854
1855 if (tx_buf->is_push) {
1856 dev_kfree_skb(skb);
1857 j += 2;
1858 continue;
1859 }
1860
1861 dma_unmap_single(&pdev->dev,
1862 dma_unmap_addr(tx_buf, mapping),
1863 skb_headlen(skb),
1864 PCI_DMA_TODEVICE);
1865
1866 last = tx_buf->nr_frags;
1867 j += 2;
Michael Chand612a572016-01-28 03:11:22 -05001868 for (k = 0; k < last; k++, j++) {
1869 int ring_idx = j & bp->tx_ring_mask;
Michael Chanc0c050c2015-10-22 16:01:17 -04001870 skb_frag_t *frag = &skb_shinfo(skb)->frags[k];
1871
Michael Chand612a572016-01-28 03:11:22 -05001872 tx_buf = &txr->tx_buf_ring[ring_idx];
Michael Chanc0c050c2015-10-22 16:01:17 -04001873 dma_unmap_page(
1874 &pdev->dev,
1875 dma_unmap_addr(tx_buf, mapping),
1876 skb_frag_size(frag), PCI_DMA_TODEVICE);
1877 }
1878 dev_kfree_skb(skb);
1879 }
1880 netdev_tx_reset_queue(netdev_get_tx_queue(bp->dev, i));
1881 }
1882}
1883
1884static void bnxt_free_rx_skbs(struct bnxt *bp)
1885{
1886 int i, max_idx, max_agg_idx;
1887 struct pci_dev *pdev = bp->pdev;
1888
Michael Chanb6ab4b02016-01-02 23:44:59 -05001889 if (!bp->rx_ring)
Michael Chanc0c050c2015-10-22 16:01:17 -04001890 return;
1891
1892 max_idx = bp->rx_nr_pages * RX_DESC_CNT;
1893 max_agg_idx = bp->rx_agg_nr_pages * RX_DESC_CNT;
1894 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05001895 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04001896 int j;
1897
Michael Chanc0c050c2015-10-22 16:01:17 -04001898 if (rxr->rx_tpa) {
1899 for (j = 0; j < MAX_TPA; j++) {
1900 struct bnxt_tpa_info *tpa_info =
1901 &rxr->rx_tpa[j];
1902 u8 *data = tpa_info->data;
1903
1904 if (!data)
1905 continue;
1906
1907 dma_unmap_single(
1908 &pdev->dev,
1909 dma_unmap_addr(tpa_info, mapping),
1910 bp->rx_buf_use_size,
1911 PCI_DMA_FROMDEVICE);
1912
1913 tpa_info->data = NULL;
1914
1915 kfree(data);
1916 }
1917 }
1918
1919 for (j = 0; j < max_idx; j++) {
1920 struct bnxt_sw_rx_bd *rx_buf = &rxr->rx_buf_ring[j];
1921 u8 *data = rx_buf->data;
1922
1923 if (!data)
1924 continue;
1925
1926 dma_unmap_single(&pdev->dev,
1927 dma_unmap_addr(rx_buf, mapping),
1928 bp->rx_buf_use_size,
1929 PCI_DMA_FROMDEVICE);
1930
1931 rx_buf->data = NULL;
1932
1933 kfree(data);
1934 }
1935
1936 for (j = 0; j < max_agg_idx; j++) {
1937 struct bnxt_sw_rx_agg_bd *rx_agg_buf =
1938 &rxr->rx_agg_ring[j];
1939 struct page *page = rx_agg_buf->page;
1940
1941 if (!page)
1942 continue;
1943
1944 dma_unmap_page(&pdev->dev,
1945 dma_unmap_addr(rx_agg_buf, mapping),
Michael Chan2839f282016-04-25 02:30:50 -04001946 BNXT_RX_PAGE_SIZE, PCI_DMA_FROMDEVICE);
Michael Chanc0c050c2015-10-22 16:01:17 -04001947
1948 rx_agg_buf->page = NULL;
1949 __clear_bit(j, rxr->rx_agg_bmap);
1950
1951 __free_page(page);
1952 }
Michael Chan89d0a062016-04-25 02:30:51 -04001953 if (rxr->rx_page) {
1954 __free_page(rxr->rx_page);
1955 rxr->rx_page = NULL;
1956 }
Michael Chanc0c050c2015-10-22 16:01:17 -04001957 }
1958}
1959
1960static void bnxt_free_skbs(struct bnxt *bp)
1961{
1962 bnxt_free_tx_skbs(bp);
1963 bnxt_free_rx_skbs(bp);
1964}
1965
1966static void bnxt_free_ring(struct bnxt *bp, struct bnxt_ring_struct *ring)
1967{
1968 struct pci_dev *pdev = bp->pdev;
1969 int i;
1970
1971 for (i = 0; i < ring->nr_pages; i++) {
1972 if (!ring->pg_arr[i])
1973 continue;
1974
1975 dma_free_coherent(&pdev->dev, ring->page_size,
1976 ring->pg_arr[i], ring->dma_arr[i]);
1977
1978 ring->pg_arr[i] = NULL;
1979 }
1980 if (ring->pg_tbl) {
1981 dma_free_coherent(&pdev->dev, ring->nr_pages * 8,
1982 ring->pg_tbl, ring->pg_tbl_map);
1983 ring->pg_tbl = NULL;
1984 }
1985 if (ring->vmem_size && *ring->vmem) {
1986 vfree(*ring->vmem);
1987 *ring->vmem = NULL;
1988 }
1989}
1990
1991static int bnxt_alloc_ring(struct bnxt *bp, struct bnxt_ring_struct *ring)
1992{
1993 int i;
1994 struct pci_dev *pdev = bp->pdev;
1995
1996 if (ring->nr_pages > 1) {
1997 ring->pg_tbl = dma_alloc_coherent(&pdev->dev,
1998 ring->nr_pages * 8,
1999 &ring->pg_tbl_map,
2000 GFP_KERNEL);
2001 if (!ring->pg_tbl)
2002 return -ENOMEM;
2003 }
2004
2005 for (i = 0; i < ring->nr_pages; i++) {
2006 ring->pg_arr[i] = dma_alloc_coherent(&pdev->dev,
2007 ring->page_size,
2008 &ring->dma_arr[i],
2009 GFP_KERNEL);
2010 if (!ring->pg_arr[i])
2011 return -ENOMEM;
2012
2013 if (ring->nr_pages > 1)
2014 ring->pg_tbl[i] = cpu_to_le64(ring->dma_arr[i]);
2015 }
2016
2017 if (ring->vmem_size) {
2018 *ring->vmem = vzalloc(ring->vmem_size);
2019 if (!(*ring->vmem))
2020 return -ENOMEM;
2021 }
2022 return 0;
2023}
2024
2025static void bnxt_free_rx_rings(struct bnxt *bp)
2026{
2027 int i;
2028
Michael Chanb6ab4b02016-01-02 23:44:59 -05002029 if (!bp->rx_ring)
Michael Chanc0c050c2015-10-22 16:01:17 -04002030 return;
2031
2032 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05002033 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04002034 struct bnxt_ring_struct *ring;
2035
Michael Chanc0c050c2015-10-22 16:01:17 -04002036 kfree(rxr->rx_tpa);
2037 rxr->rx_tpa = NULL;
2038
2039 kfree(rxr->rx_agg_bmap);
2040 rxr->rx_agg_bmap = NULL;
2041
2042 ring = &rxr->rx_ring_struct;
2043 bnxt_free_ring(bp, ring);
2044
2045 ring = &rxr->rx_agg_ring_struct;
2046 bnxt_free_ring(bp, ring);
2047 }
2048}
2049
2050static int bnxt_alloc_rx_rings(struct bnxt *bp)
2051{
2052 int i, rc, agg_rings = 0, tpa_rings = 0;
2053
Michael Chanb6ab4b02016-01-02 23:44:59 -05002054 if (!bp->rx_ring)
2055 return -ENOMEM;
2056
Michael Chanc0c050c2015-10-22 16:01:17 -04002057 if (bp->flags & BNXT_FLAG_AGG_RINGS)
2058 agg_rings = 1;
2059
2060 if (bp->flags & BNXT_FLAG_TPA)
2061 tpa_rings = 1;
2062
2063 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05002064 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04002065 struct bnxt_ring_struct *ring;
2066
Michael Chanc0c050c2015-10-22 16:01:17 -04002067 ring = &rxr->rx_ring_struct;
2068
2069 rc = bnxt_alloc_ring(bp, ring);
2070 if (rc)
2071 return rc;
2072
2073 if (agg_rings) {
2074 u16 mem_size;
2075
2076 ring = &rxr->rx_agg_ring_struct;
2077 rc = bnxt_alloc_ring(bp, ring);
2078 if (rc)
2079 return rc;
2080
2081 rxr->rx_agg_bmap_size = bp->rx_agg_ring_mask + 1;
2082 mem_size = rxr->rx_agg_bmap_size / 8;
2083 rxr->rx_agg_bmap = kzalloc(mem_size, GFP_KERNEL);
2084 if (!rxr->rx_agg_bmap)
2085 return -ENOMEM;
2086
2087 if (tpa_rings) {
2088 rxr->rx_tpa = kcalloc(MAX_TPA,
2089 sizeof(struct bnxt_tpa_info),
2090 GFP_KERNEL);
2091 if (!rxr->rx_tpa)
2092 return -ENOMEM;
2093 }
2094 }
2095 }
2096 return 0;
2097}
2098
2099static void bnxt_free_tx_rings(struct bnxt *bp)
2100{
2101 int i;
2102 struct pci_dev *pdev = bp->pdev;
2103
Michael Chanb6ab4b02016-01-02 23:44:59 -05002104 if (!bp->tx_ring)
Michael Chanc0c050c2015-10-22 16:01:17 -04002105 return;
2106
2107 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05002108 struct bnxt_tx_ring_info *txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04002109 struct bnxt_ring_struct *ring;
2110
Michael Chanc0c050c2015-10-22 16:01:17 -04002111 if (txr->tx_push) {
2112 dma_free_coherent(&pdev->dev, bp->tx_push_size,
2113 txr->tx_push, txr->tx_push_mapping);
2114 txr->tx_push = NULL;
2115 }
2116
2117 ring = &txr->tx_ring_struct;
2118
2119 bnxt_free_ring(bp, ring);
2120 }
2121}
2122
2123static int bnxt_alloc_tx_rings(struct bnxt *bp)
2124{
2125 int i, j, rc;
2126 struct pci_dev *pdev = bp->pdev;
2127
2128 bp->tx_push_size = 0;
2129 if (bp->tx_push_thresh) {
2130 int push_size;
2131
2132 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) +
2133 bp->tx_push_thresh);
2134
Michael Chan4419dbe2016-02-10 17:33:49 -05002135 if (push_size > 256) {
Michael Chanc0c050c2015-10-22 16:01:17 -04002136 push_size = 0;
2137 bp->tx_push_thresh = 0;
2138 }
2139
2140 bp->tx_push_size = push_size;
2141 }
2142
2143 for (i = 0, j = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05002144 struct bnxt_tx_ring_info *txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04002145 struct bnxt_ring_struct *ring;
2146
Michael Chanc0c050c2015-10-22 16:01:17 -04002147 ring = &txr->tx_ring_struct;
2148
2149 rc = bnxt_alloc_ring(bp, ring);
2150 if (rc)
2151 return rc;
2152
2153 if (bp->tx_push_size) {
Michael Chanc0c050c2015-10-22 16:01:17 -04002154 dma_addr_t mapping;
2155
2156 /* One pre-allocated DMA buffer to backup
2157 * TX push operation
2158 */
2159 txr->tx_push = dma_alloc_coherent(&pdev->dev,
2160 bp->tx_push_size,
2161 &txr->tx_push_mapping,
2162 GFP_KERNEL);
2163
2164 if (!txr->tx_push)
2165 return -ENOMEM;
2166
Michael Chanc0c050c2015-10-22 16:01:17 -04002167 mapping = txr->tx_push_mapping +
2168 sizeof(struct tx_push_bd);
Michael Chan4419dbe2016-02-10 17:33:49 -05002169 txr->data_mapping = cpu_to_le64(mapping);
Michael Chanc0c050c2015-10-22 16:01:17 -04002170
Michael Chan4419dbe2016-02-10 17:33:49 -05002171 memset(txr->tx_push, 0, sizeof(struct tx_push_bd));
Michael Chanc0c050c2015-10-22 16:01:17 -04002172 }
2173 ring->queue_id = bp->q_info[j].queue_id;
2174 if (i % bp->tx_nr_rings_per_tc == (bp->tx_nr_rings_per_tc - 1))
2175 j++;
2176 }
2177 return 0;
2178}
2179
2180static void bnxt_free_cp_rings(struct bnxt *bp)
2181{
2182 int i;
2183
2184 if (!bp->bnapi)
2185 return;
2186
2187 for (i = 0; i < bp->cp_nr_rings; i++) {
2188 struct bnxt_napi *bnapi = bp->bnapi[i];
2189 struct bnxt_cp_ring_info *cpr;
2190 struct bnxt_ring_struct *ring;
2191
2192 if (!bnapi)
2193 continue;
2194
2195 cpr = &bnapi->cp_ring;
2196 ring = &cpr->cp_ring_struct;
2197
2198 bnxt_free_ring(bp, ring);
2199 }
2200}
2201
2202static int bnxt_alloc_cp_rings(struct bnxt *bp)
2203{
2204 int i, rc;
2205
2206 for (i = 0; i < bp->cp_nr_rings; i++) {
2207 struct bnxt_napi *bnapi = bp->bnapi[i];
2208 struct bnxt_cp_ring_info *cpr;
2209 struct bnxt_ring_struct *ring;
2210
2211 if (!bnapi)
2212 continue;
2213
2214 cpr = &bnapi->cp_ring;
2215 ring = &cpr->cp_ring_struct;
2216
2217 rc = bnxt_alloc_ring(bp, ring);
2218 if (rc)
2219 return rc;
2220 }
2221 return 0;
2222}
2223
2224static void bnxt_init_ring_struct(struct bnxt *bp)
2225{
2226 int i;
2227
2228 for (i = 0; i < bp->cp_nr_rings; i++) {
2229 struct bnxt_napi *bnapi = bp->bnapi[i];
2230 struct bnxt_cp_ring_info *cpr;
2231 struct bnxt_rx_ring_info *rxr;
2232 struct bnxt_tx_ring_info *txr;
2233 struct bnxt_ring_struct *ring;
2234
2235 if (!bnapi)
2236 continue;
2237
2238 cpr = &bnapi->cp_ring;
2239 ring = &cpr->cp_ring_struct;
2240 ring->nr_pages = bp->cp_nr_pages;
2241 ring->page_size = HW_CMPD_RING_SIZE;
2242 ring->pg_arr = (void **)cpr->cp_desc_ring;
2243 ring->dma_arr = cpr->cp_desc_mapping;
2244 ring->vmem_size = 0;
2245
Michael Chanb6ab4b02016-01-02 23:44:59 -05002246 rxr = bnapi->rx_ring;
Michael Chan3b2b7d92016-01-02 23:45:00 -05002247 if (!rxr)
2248 goto skip_rx;
2249
Michael Chanc0c050c2015-10-22 16:01:17 -04002250 ring = &rxr->rx_ring_struct;
2251 ring->nr_pages = bp->rx_nr_pages;
2252 ring->page_size = HW_RXBD_RING_SIZE;
2253 ring->pg_arr = (void **)rxr->rx_desc_ring;
2254 ring->dma_arr = rxr->rx_desc_mapping;
2255 ring->vmem_size = SW_RXBD_RING_SIZE * bp->rx_nr_pages;
2256 ring->vmem = (void **)&rxr->rx_buf_ring;
2257
2258 ring = &rxr->rx_agg_ring_struct;
2259 ring->nr_pages = bp->rx_agg_nr_pages;
2260 ring->page_size = HW_RXBD_RING_SIZE;
2261 ring->pg_arr = (void **)rxr->rx_agg_desc_ring;
2262 ring->dma_arr = rxr->rx_agg_desc_mapping;
2263 ring->vmem_size = SW_RXBD_AGG_RING_SIZE * bp->rx_agg_nr_pages;
2264 ring->vmem = (void **)&rxr->rx_agg_ring;
2265
Michael Chan3b2b7d92016-01-02 23:45:00 -05002266skip_rx:
Michael Chanb6ab4b02016-01-02 23:44:59 -05002267 txr = bnapi->tx_ring;
Michael Chan3b2b7d92016-01-02 23:45:00 -05002268 if (!txr)
2269 continue;
2270
Michael Chanc0c050c2015-10-22 16:01:17 -04002271 ring = &txr->tx_ring_struct;
2272 ring->nr_pages = bp->tx_nr_pages;
2273 ring->page_size = HW_RXBD_RING_SIZE;
2274 ring->pg_arr = (void **)txr->tx_desc_ring;
2275 ring->dma_arr = txr->tx_desc_mapping;
2276 ring->vmem_size = SW_TXBD_RING_SIZE * bp->tx_nr_pages;
2277 ring->vmem = (void **)&txr->tx_buf_ring;
2278 }
2279}
2280
2281static void bnxt_init_rxbd_pages(struct bnxt_ring_struct *ring, u32 type)
2282{
2283 int i;
2284 u32 prod;
2285 struct rx_bd **rx_buf_ring;
2286
2287 rx_buf_ring = (struct rx_bd **)ring->pg_arr;
2288 for (i = 0, prod = 0; i < ring->nr_pages; i++) {
2289 int j;
2290 struct rx_bd *rxbd;
2291
2292 rxbd = rx_buf_ring[i];
2293 if (!rxbd)
2294 continue;
2295
2296 for (j = 0; j < RX_DESC_CNT; j++, rxbd++, prod++) {
2297 rxbd->rx_bd_len_flags_type = cpu_to_le32(type);
2298 rxbd->rx_bd_opaque = prod;
2299 }
2300 }
2301}
2302
2303static int bnxt_init_one_rx_ring(struct bnxt *bp, int ring_nr)
2304{
2305 struct net_device *dev = bp->dev;
Michael Chanc0c050c2015-10-22 16:01:17 -04002306 struct bnxt_rx_ring_info *rxr;
2307 struct bnxt_ring_struct *ring;
2308 u32 prod, type;
2309 int i;
2310
Michael Chanc0c050c2015-10-22 16:01:17 -04002311 type = (bp->rx_buf_use_size << RX_BD_LEN_SHIFT) |
2312 RX_BD_TYPE_RX_PACKET_BD | RX_BD_FLAGS_EOP;
2313
2314 if (NET_IP_ALIGN == 2)
2315 type |= RX_BD_FLAGS_SOP;
2316
Michael Chanb6ab4b02016-01-02 23:44:59 -05002317 rxr = &bp->rx_ring[ring_nr];
Michael Chanc0c050c2015-10-22 16:01:17 -04002318 ring = &rxr->rx_ring_struct;
2319 bnxt_init_rxbd_pages(ring, type);
2320
2321 prod = rxr->rx_prod;
2322 for (i = 0; i < bp->rx_ring_size; i++) {
2323 if (bnxt_alloc_rx_data(bp, rxr, prod, GFP_KERNEL) != 0) {
2324 netdev_warn(dev, "init'ed rx ring %d with %d/%d skbs only\n",
2325 ring_nr, i, bp->rx_ring_size);
2326 break;
2327 }
2328 prod = NEXT_RX(prod);
2329 }
2330 rxr->rx_prod = prod;
2331 ring->fw_ring_id = INVALID_HW_RING_ID;
2332
Michael Chanedd0c2c2015-12-27 18:19:19 -05002333 ring = &rxr->rx_agg_ring_struct;
2334 ring->fw_ring_id = INVALID_HW_RING_ID;
2335
Michael Chanc0c050c2015-10-22 16:01:17 -04002336 if (!(bp->flags & BNXT_FLAG_AGG_RINGS))
2337 return 0;
2338
Michael Chan2839f282016-04-25 02:30:50 -04002339 type = ((u32)BNXT_RX_PAGE_SIZE << RX_BD_LEN_SHIFT) |
Michael Chanc0c050c2015-10-22 16:01:17 -04002340 RX_BD_TYPE_RX_AGG_BD | RX_BD_FLAGS_SOP;
2341
2342 bnxt_init_rxbd_pages(ring, type);
2343
2344 prod = rxr->rx_agg_prod;
2345 for (i = 0; i < bp->rx_agg_ring_size; i++) {
2346 if (bnxt_alloc_rx_page(bp, rxr, prod, GFP_KERNEL) != 0) {
2347 netdev_warn(dev, "init'ed rx ring %d with %d/%d pages only\n",
2348 ring_nr, i, bp->rx_ring_size);
2349 break;
2350 }
2351 prod = NEXT_RX_AGG(prod);
2352 }
2353 rxr->rx_agg_prod = prod;
Michael Chanc0c050c2015-10-22 16:01:17 -04002354
2355 if (bp->flags & BNXT_FLAG_TPA) {
2356 if (rxr->rx_tpa) {
2357 u8 *data;
2358 dma_addr_t mapping;
2359
2360 for (i = 0; i < MAX_TPA; i++) {
2361 data = __bnxt_alloc_rx_data(bp, &mapping,
2362 GFP_KERNEL);
2363 if (!data)
2364 return -ENOMEM;
2365
2366 rxr->rx_tpa[i].data = data;
2367 rxr->rx_tpa[i].mapping = mapping;
2368 }
2369 } else {
2370 netdev_err(bp->dev, "No resource allocated for LRO/GRO\n");
2371 return -ENOMEM;
2372 }
2373 }
2374
2375 return 0;
2376}
2377
2378static int bnxt_init_rx_rings(struct bnxt *bp)
2379{
2380 int i, rc = 0;
2381
2382 for (i = 0; i < bp->rx_nr_rings; i++) {
2383 rc = bnxt_init_one_rx_ring(bp, i);
2384 if (rc)
2385 break;
2386 }
2387
2388 return rc;
2389}
2390
2391static int bnxt_init_tx_rings(struct bnxt *bp)
2392{
2393 u16 i;
2394
2395 bp->tx_wake_thresh = max_t(int, bp->tx_ring_size / 2,
2396 MAX_SKB_FRAGS + 1);
2397
2398 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05002399 struct bnxt_tx_ring_info *txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04002400 struct bnxt_ring_struct *ring = &txr->tx_ring_struct;
2401
2402 ring->fw_ring_id = INVALID_HW_RING_ID;
2403 }
2404
2405 return 0;
2406}
2407
2408static void bnxt_free_ring_grps(struct bnxt *bp)
2409{
2410 kfree(bp->grp_info);
2411 bp->grp_info = NULL;
2412}
2413
2414static int bnxt_init_ring_grps(struct bnxt *bp, bool irq_re_init)
2415{
2416 int i;
2417
2418 if (irq_re_init) {
2419 bp->grp_info = kcalloc(bp->cp_nr_rings,
2420 sizeof(struct bnxt_ring_grp_info),
2421 GFP_KERNEL);
2422 if (!bp->grp_info)
2423 return -ENOMEM;
2424 }
2425 for (i = 0; i < bp->cp_nr_rings; i++) {
2426 if (irq_re_init)
2427 bp->grp_info[i].fw_stats_ctx = INVALID_HW_RING_ID;
2428 bp->grp_info[i].fw_grp_id = INVALID_HW_RING_ID;
2429 bp->grp_info[i].rx_fw_ring_id = INVALID_HW_RING_ID;
2430 bp->grp_info[i].agg_fw_ring_id = INVALID_HW_RING_ID;
2431 bp->grp_info[i].cp_fw_ring_id = INVALID_HW_RING_ID;
2432 }
2433 return 0;
2434}
2435
2436static void bnxt_free_vnics(struct bnxt *bp)
2437{
2438 kfree(bp->vnic_info);
2439 bp->vnic_info = NULL;
2440 bp->nr_vnics = 0;
2441}
2442
2443static int bnxt_alloc_vnics(struct bnxt *bp)
2444{
2445 int num_vnics = 1;
2446
2447#ifdef CONFIG_RFS_ACCEL
2448 if (bp->flags & BNXT_FLAG_RFS)
2449 num_vnics += bp->rx_nr_rings;
2450#endif
2451
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04002452 if (BNXT_CHIP_TYPE_NITRO_A0(bp))
2453 num_vnics++;
2454
Michael Chanc0c050c2015-10-22 16:01:17 -04002455 bp->vnic_info = kcalloc(num_vnics, sizeof(struct bnxt_vnic_info),
2456 GFP_KERNEL);
2457 if (!bp->vnic_info)
2458 return -ENOMEM;
2459
2460 bp->nr_vnics = num_vnics;
2461 return 0;
2462}
2463
2464static void bnxt_init_vnics(struct bnxt *bp)
2465{
2466 int i;
2467
2468 for (i = 0; i < bp->nr_vnics; i++) {
2469 struct bnxt_vnic_info *vnic = &bp->vnic_info[i];
2470
2471 vnic->fw_vnic_id = INVALID_HW_RING_ID;
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04002472 vnic->fw_rss_cos_lb_ctx[0] = INVALID_HW_RING_ID;
2473 vnic->fw_rss_cos_lb_ctx[1] = INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04002474 vnic->fw_l2_ctx_id = INVALID_HW_RING_ID;
2475
2476 if (bp->vnic_info[i].rss_hash_key) {
2477 if (i == 0)
2478 prandom_bytes(vnic->rss_hash_key,
2479 HW_HASH_KEY_SIZE);
2480 else
2481 memcpy(vnic->rss_hash_key,
2482 bp->vnic_info[0].rss_hash_key,
2483 HW_HASH_KEY_SIZE);
2484 }
2485 }
2486}
2487
2488static int bnxt_calc_nr_ring_pages(u32 ring_size, int desc_per_pg)
2489{
2490 int pages;
2491
2492 pages = ring_size / desc_per_pg;
2493
2494 if (!pages)
2495 return 1;
2496
2497 pages++;
2498
2499 while (pages & (pages - 1))
2500 pages++;
2501
2502 return pages;
2503}
2504
2505static void bnxt_set_tpa_flags(struct bnxt *bp)
2506{
2507 bp->flags &= ~BNXT_FLAG_TPA;
2508 if (bp->dev->features & NETIF_F_LRO)
2509 bp->flags |= BNXT_FLAG_LRO;
Michael Chan94758f82016-06-13 02:25:35 -04002510 if (bp->dev->features & NETIF_F_GRO)
Michael Chanc0c050c2015-10-22 16:01:17 -04002511 bp->flags |= BNXT_FLAG_GRO;
2512}
2513
2514/* bp->rx_ring_size, bp->tx_ring_size, dev->mtu, BNXT_FLAG_{G|L}RO flags must
2515 * be set on entry.
2516 */
2517void bnxt_set_ring_params(struct bnxt *bp)
2518{
2519 u32 ring_size, rx_size, rx_space;
2520 u32 agg_factor = 0, agg_ring_size = 0;
2521
2522 /* 8 for CRC and VLAN */
2523 rx_size = SKB_DATA_ALIGN(bp->dev->mtu + ETH_HLEN + NET_IP_ALIGN + 8);
2524
2525 rx_space = rx_size + NET_SKB_PAD +
2526 SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
2527
2528 bp->rx_copy_thresh = BNXT_RX_COPY_THRESH;
2529 ring_size = bp->rx_ring_size;
2530 bp->rx_agg_ring_size = 0;
2531 bp->rx_agg_nr_pages = 0;
2532
2533 if (bp->flags & BNXT_FLAG_TPA)
Michael Chan2839f282016-04-25 02:30:50 -04002534 agg_factor = min_t(u32, 4, 65536 / BNXT_RX_PAGE_SIZE);
Michael Chanc0c050c2015-10-22 16:01:17 -04002535
2536 bp->flags &= ~BNXT_FLAG_JUMBO;
2537 if (rx_space > PAGE_SIZE) {
2538 u32 jumbo_factor;
2539
2540 bp->flags |= BNXT_FLAG_JUMBO;
2541 jumbo_factor = PAGE_ALIGN(bp->dev->mtu - 40) >> PAGE_SHIFT;
2542 if (jumbo_factor > agg_factor)
2543 agg_factor = jumbo_factor;
2544 }
2545 agg_ring_size = ring_size * agg_factor;
2546
2547 if (agg_ring_size) {
2548 bp->rx_agg_nr_pages = bnxt_calc_nr_ring_pages(agg_ring_size,
2549 RX_DESC_CNT);
2550 if (bp->rx_agg_nr_pages > MAX_RX_AGG_PAGES) {
2551 u32 tmp = agg_ring_size;
2552
2553 bp->rx_agg_nr_pages = MAX_RX_AGG_PAGES;
2554 agg_ring_size = MAX_RX_AGG_PAGES * RX_DESC_CNT - 1;
2555 netdev_warn(bp->dev, "rx agg ring size %d reduced to %d.\n",
2556 tmp, agg_ring_size);
2557 }
2558 bp->rx_agg_ring_size = agg_ring_size;
2559 bp->rx_agg_ring_mask = (bp->rx_agg_nr_pages * RX_DESC_CNT) - 1;
2560 rx_size = SKB_DATA_ALIGN(BNXT_RX_COPY_THRESH + NET_IP_ALIGN);
2561 rx_space = rx_size + NET_SKB_PAD +
2562 SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
2563 }
2564
2565 bp->rx_buf_use_size = rx_size;
2566 bp->rx_buf_size = rx_space;
2567
2568 bp->rx_nr_pages = bnxt_calc_nr_ring_pages(ring_size, RX_DESC_CNT);
2569 bp->rx_ring_mask = (bp->rx_nr_pages * RX_DESC_CNT) - 1;
2570
2571 ring_size = bp->tx_ring_size;
2572 bp->tx_nr_pages = bnxt_calc_nr_ring_pages(ring_size, TX_DESC_CNT);
2573 bp->tx_ring_mask = (bp->tx_nr_pages * TX_DESC_CNT) - 1;
2574
2575 ring_size = bp->rx_ring_size * (2 + agg_factor) + bp->tx_ring_size;
2576 bp->cp_ring_size = ring_size;
2577
2578 bp->cp_nr_pages = bnxt_calc_nr_ring_pages(ring_size, CP_DESC_CNT);
2579 if (bp->cp_nr_pages > MAX_CP_PAGES) {
2580 bp->cp_nr_pages = MAX_CP_PAGES;
2581 bp->cp_ring_size = MAX_CP_PAGES * CP_DESC_CNT - 1;
2582 netdev_warn(bp->dev, "completion ring size %d reduced to %d.\n",
2583 ring_size, bp->cp_ring_size);
2584 }
2585 bp->cp_bit = bp->cp_nr_pages * CP_DESC_CNT;
2586 bp->cp_ring_mask = bp->cp_bit - 1;
2587}
2588
2589static void bnxt_free_vnic_attributes(struct bnxt *bp)
2590{
2591 int i;
2592 struct bnxt_vnic_info *vnic;
2593 struct pci_dev *pdev = bp->pdev;
2594
2595 if (!bp->vnic_info)
2596 return;
2597
2598 for (i = 0; i < bp->nr_vnics; i++) {
2599 vnic = &bp->vnic_info[i];
2600
2601 kfree(vnic->fw_grp_ids);
2602 vnic->fw_grp_ids = NULL;
2603
2604 kfree(vnic->uc_list);
2605 vnic->uc_list = NULL;
2606
2607 if (vnic->mc_list) {
2608 dma_free_coherent(&pdev->dev, vnic->mc_list_size,
2609 vnic->mc_list, vnic->mc_list_mapping);
2610 vnic->mc_list = NULL;
2611 }
2612
2613 if (vnic->rss_table) {
2614 dma_free_coherent(&pdev->dev, PAGE_SIZE,
2615 vnic->rss_table,
2616 vnic->rss_table_dma_addr);
2617 vnic->rss_table = NULL;
2618 }
2619
2620 vnic->rss_hash_key = NULL;
2621 vnic->flags = 0;
2622 }
2623}
2624
2625static int bnxt_alloc_vnic_attributes(struct bnxt *bp)
2626{
2627 int i, rc = 0, size;
2628 struct bnxt_vnic_info *vnic;
2629 struct pci_dev *pdev = bp->pdev;
2630 int max_rings;
2631
2632 for (i = 0; i < bp->nr_vnics; i++) {
2633 vnic = &bp->vnic_info[i];
2634
2635 if (vnic->flags & BNXT_VNIC_UCAST_FLAG) {
2636 int mem_size = (BNXT_MAX_UC_ADDRS - 1) * ETH_ALEN;
2637
2638 if (mem_size > 0) {
2639 vnic->uc_list = kmalloc(mem_size, GFP_KERNEL);
2640 if (!vnic->uc_list) {
2641 rc = -ENOMEM;
2642 goto out;
2643 }
2644 }
2645 }
2646
2647 if (vnic->flags & BNXT_VNIC_MCAST_FLAG) {
2648 vnic->mc_list_size = BNXT_MAX_MC_ADDRS * ETH_ALEN;
2649 vnic->mc_list =
2650 dma_alloc_coherent(&pdev->dev,
2651 vnic->mc_list_size,
2652 &vnic->mc_list_mapping,
2653 GFP_KERNEL);
2654 if (!vnic->mc_list) {
2655 rc = -ENOMEM;
2656 goto out;
2657 }
2658 }
2659
2660 if (vnic->flags & BNXT_VNIC_RSS_FLAG)
2661 max_rings = bp->rx_nr_rings;
2662 else
2663 max_rings = 1;
2664
2665 vnic->fw_grp_ids = kcalloc(max_rings, sizeof(u16), GFP_KERNEL);
2666 if (!vnic->fw_grp_ids) {
2667 rc = -ENOMEM;
2668 goto out;
2669 }
2670
2671 /* Allocate rss table and hash key */
2672 vnic->rss_table = dma_alloc_coherent(&pdev->dev, PAGE_SIZE,
2673 &vnic->rss_table_dma_addr,
2674 GFP_KERNEL);
2675 if (!vnic->rss_table) {
2676 rc = -ENOMEM;
2677 goto out;
2678 }
2679
2680 size = L1_CACHE_ALIGN(HW_HASH_INDEX_SIZE * sizeof(u16));
2681
2682 vnic->rss_hash_key = ((void *)vnic->rss_table) + size;
2683 vnic->rss_hash_key_dma_addr = vnic->rss_table_dma_addr + size;
2684 }
2685 return 0;
2686
2687out:
2688 return rc;
2689}
2690
2691static void bnxt_free_hwrm_resources(struct bnxt *bp)
2692{
2693 struct pci_dev *pdev = bp->pdev;
2694
2695 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr,
2696 bp->hwrm_cmd_resp_dma_addr);
2697
2698 bp->hwrm_cmd_resp_addr = NULL;
2699 if (bp->hwrm_dbg_resp_addr) {
2700 dma_free_coherent(&pdev->dev, HWRM_DBG_REG_BUF_SIZE,
2701 bp->hwrm_dbg_resp_addr,
2702 bp->hwrm_dbg_resp_dma_addr);
2703
2704 bp->hwrm_dbg_resp_addr = NULL;
2705 }
2706}
2707
2708static int bnxt_alloc_hwrm_resources(struct bnxt *bp)
2709{
2710 struct pci_dev *pdev = bp->pdev;
2711
2712 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE,
2713 &bp->hwrm_cmd_resp_dma_addr,
2714 GFP_KERNEL);
2715 if (!bp->hwrm_cmd_resp_addr)
2716 return -ENOMEM;
2717 bp->hwrm_dbg_resp_addr = dma_alloc_coherent(&pdev->dev,
2718 HWRM_DBG_REG_BUF_SIZE,
2719 &bp->hwrm_dbg_resp_dma_addr,
2720 GFP_KERNEL);
2721 if (!bp->hwrm_dbg_resp_addr)
2722 netdev_warn(bp->dev, "fail to alloc debug register dma mem\n");
2723
2724 return 0;
2725}
2726
2727static void bnxt_free_stats(struct bnxt *bp)
2728{
2729 u32 size, i;
2730 struct pci_dev *pdev = bp->pdev;
2731
Michael Chan3bdf56c2016-03-07 15:38:45 -05002732 if (bp->hw_rx_port_stats) {
2733 dma_free_coherent(&pdev->dev, bp->hw_port_stats_size,
2734 bp->hw_rx_port_stats,
2735 bp->hw_rx_port_stats_map);
2736 bp->hw_rx_port_stats = NULL;
2737 bp->flags &= ~BNXT_FLAG_PORT_STATS;
2738 }
2739
Michael Chanc0c050c2015-10-22 16:01:17 -04002740 if (!bp->bnapi)
2741 return;
2742
2743 size = sizeof(struct ctx_hw_stats);
2744
2745 for (i = 0; i < bp->cp_nr_rings; i++) {
2746 struct bnxt_napi *bnapi = bp->bnapi[i];
2747 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
2748
2749 if (cpr->hw_stats) {
2750 dma_free_coherent(&pdev->dev, size, cpr->hw_stats,
2751 cpr->hw_stats_map);
2752 cpr->hw_stats = NULL;
2753 }
2754 }
2755}
2756
2757static int bnxt_alloc_stats(struct bnxt *bp)
2758{
2759 u32 size, i;
2760 struct pci_dev *pdev = bp->pdev;
2761
2762 size = sizeof(struct ctx_hw_stats);
2763
2764 for (i = 0; i < bp->cp_nr_rings; i++) {
2765 struct bnxt_napi *bnapi = bp->bnapi[i];
2766 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
2767
2768 cpr->hw_stats = dma_alloc_coherent(&pdev->dev, size,
2769 &cpr->hw_stats_map,
2770 GFP_KERNEL);
2771 if (!cpr->hw_stats)
2772 return -ENOMEM;
2773
2774 cpr->hw_stats_ctx_id = INVALID_STATS_CTX_ID;
2775 }
Michael Chan3bdf56c2016-03-07 15:38:45 -05002776
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04002777 if (BNXT_PF(bp) && bp->chip_num != CHIP_NUM_58700) {
Michael Chan3bdf56c2016-03-07 15:38:45 -05002778 bp->hw_port_stats_size = sizeof(struct rx_port_stats) +
2779 sizeof(struct tx_port_stats) + 1024;
2780
2781 bp->hw_rx_port_stats =
2782 dma_alloc_coherent(&pdev->dev, bp->hw_port_stats_size,
2783 &bp->hw_rx_port_stats_map,
2784 GFP_KERNEL);
2785 if (!bp->hw_rx_port_stats)
2786 return -ENOMEM;
2787
2788 bp->hw_tx_port_stats = (void *)(bp->hw_rx_port_stats + 1) +
2789 512;
2790 bp->hw_tx_port_stats_map = bp->hw_rx_port_stats_map +
2791 sizeof(struct rx_port_stats) + 512;
2792 bp->flags |= BNXT_FLAG_PORT_STATS;
2793 }
Michael Chanc0c050c2015-10-22 16:01:17 -04002794 return 0;
2795}
2796
2797static void bnxt_clear_ring_indices(struct bnxt *bp)
2798{
2799 int i;
2800
2801 if (!bp->bnapi)
2802 return;
2803
2804 for (i = 0; i < bp->cp_nr_rings; i++) {
2805 struct bnxt_napi *bnapi = bp->bnapi[i];
2806 struct bnxt_cp_ring_info *cpr;
2807 struct bnxt_rx_ring_info *rxr;
2808 struct bnxt_tx_ring_info *txr;
2809
2810 if (!bnapi)
2811 continue;
2812
2813 cpr = &bnapi->cp_ring;
2814 cpr->cp_raw_cons = 0;
2815
Michael Chanb6ab4b02016-01-02 23:44:59 -05002816 txr = bnapi->tx_ring;
Michael Chan3b2b7d92016-01-02 23:45:00 -05002817 if (txr) {
2818 txr->tx_prod = 0;
2819 txr->tx_cons = 0;
2820 }
Michael Chanc0c050c2015-10-22 16:01:17 -04002821
Michael Chanb6ab4b02016-01-02 23:44:59 -05002822 rxr = bnapi->rx_ring;
Michael Chan3b2b7d92016-01-02 23:45:00 -05002823 if (rxr) {
2824 rxr->rx_prod = 0;
2825 rxr->rx_agg_prod = 0;
2826 rxr->rx_sw_agg_prod = 0;
Michael Chan376a5b82016-05-10 19:17:59 -04002827 rxr->rx_next_cons = 0;
Michael Chan3b2b7d92016-01-02 23:45:00 -05002828 }
Michael Chanc0c050c2015-10-22 16:01:17 -04002829 }
2830}
2831
2832static void bnxt_free_ntp_fltrs(struct bnxt *bp, bool irq_reinit)
2833{
2834#ifdef CONFIG_RFS_ACCEL
2835 int i;
2836
2837 /* Under rtnl_lock and all our NAPIs have been disabled. It's
2838 * safe to delete the hash table.
2839 */
2840 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) {
2841 struct hlist_head *head;
2842 struct hlist_node *tmp;
2843 struct bnxt_ntuple_filter *fltr;
2844
2845 head = &bp->ntp_fltr_hash_tbl[i];
2846 hlist_for_each_entry_safe(fltr, tmp, head, hash) {
2847 hlist_del(&fltr->hash);
2848 kfree(fltr);
2849 }
2850 }
2851 if (irq_reinit) {
2852 kfree(bp->ntp_fltr_bmap);
2853 bp->ntp_fltr_bmap = NULL;
2854 }
2855 bp->ntp_fltr_count = 0;
2856#endif
2857}
2858
2859static int bnxt_alloc_ntp_fltrs(struct bnxt *bp)
2860{
2861#ifdef CONFIG_RFS_ACCEL
2862 int i, rc = 0;
2863
2864 if (!(bp->flags & BNXT_FLAG_RFS))
2865 return 0;
2866
2867 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++)
2868 INIT_HLIST_HEAD(&bp->ntp_fltr_hash_tbl[i]);
2869
2870 bp->ntp_fltr_count = 0;
2871 bp->ntp_fltr_bmap = kzalloc(BITS_TO_LONGS(BNXT_NTP_FLTR_MAX_FLTR),
2872 GFP_KERNEL);
2873
2874 if (!bp->ntp_fltr_bmap)
2875 rc = -ENOMEM;
2876
2877 return rc;
2878#else
2879 return 0;
2880#endif
2881}
2882
2883static void bnxt_free_mem(struct bnxt *bp, bool irq_re_init)
2884{
2885 bnxt_free_vnic_attributes(bp);
2886 bnxt_free_tx_rings(bp);
2887 bnxt_free_rx_rings(bp);
2888 bnxt_free_cp_rings(bp);
2889 bnxt_free_ntp_fltrs(bp, irq_re_init);
2890 if (irq_re_init) {
2891 bnxt_free_stats(bp);
2892 bnxt_free_ring_grps(bp);
2893 bnxt_free_vnics(bp);
Michael Chanb6ab4b02016-01-02 23:44:59 -05002894 kfree(bp->tx_ring);
2895 bp->tx_ring = NULL;
2896 kfree(bp->rx_ring);
2897 bp->rx_ring = NULL;
Michael Chanc0c050c2015-10-22 16:01:17 -04002898 kfree(bp->bnapi);
2899 bp->bnapi = NULL;
2900 } else {
2901 bnxt_clear_ring_indices(bp);
2902 }
2903}
2904
2905static int bnxt_alloc_mem(struct bnxt *bp, bool irq_re_init)
2906{
Michael Chan01657bc2016-01-02 23:45:03 -05002907 int i, j, rc, size, arr_size;
Michael Chanc0c050c2015-10-22 16:01:17 -04002908 void *bnapi;
2909
2910 if (irq_re_init) {
2911 /* Allocate bnapi mem pointer array and mem block for
2912 * all queues
2913 */
2914 arr_size = L1_CACHE_ALIGN(sizeof(struct bnxt_napi *) *
2915 bp->cp_nr_rings);
2916 size = L1_CACHE_ALIGN(sizeof(struct bnxt_napi));
2917 bnapi = kzalloc(arr_size + size * bp->cp_nr_rings, GFP_KERNEL);
2918 if (!bnapi)
2919 return -ENOMEM;
2920
2921 bp->bnapi = bnapi;
2922 bnapi += arr_size;
2923 for (i = 0; i < bp->cp_nr_rings; i++, bnapi += size) {
2924 bp->bnapi[i] = bnapi;
2925 bp->bnapi[i]->index = i;
2926 bp->bnapi[i]->bp = bp;
2927 }
2928
Michael Chanb6ab4b02016-01-02 23:44:59 -05002929 bp->rx_ring = kcalloc(bp->rx_nr_rings,
2930 sizeof(struct bnxt_rx_ring_info),
2931 GFP_KERNEL);
2932 if (!bp->rx_ring)
2933 return -ENOMEM;
2934
2935 for (i = 0; i < bp->rx_nr_rings; i++) {
2936 bp->rx_ring[i].bnapi = bp->bnapi[i];
2937 bp->bnapi[i]->rx_ring = &bp->rx_ring[i];
2938 }
2939
2940 bp->tx_ring = kcalloc(bp->tx_nr_rings,
2941 sizeof(struct bnxt_tx_ring_info),
2942 GFP_KERNEL);
2943 if (!bp->tx_ring)
2944 return -ENOMEM;
2945
Michael Chan01657bc2016-01-02 23:45:03 -05002946 if (bp->flags & BNXT_FLAG_SHARED_RINGS)
2947 j = 0;
2948 else
2949 j = bp->rx_nr_rings;
2950
2951 for (i = 0; i < bp->tx_nr_rings; i++, j++) {
2952 bp->tx_ring[i].bnapi = bp->bnapi[j];
2953 bp->bnapi[j]->tx_ring = &bp->tx_ring[i];
Michael Chanb6ab4b02016-01-02 23:44:59 -05002954 }
2955
Michael Chanc0c050c2015-10-22 16:01:17 -04002956 rc = bnxt_alloc_stats(bp);
2957 if (rc)
2958 goto alloc_mem_err;
2959
2960 rc = bnxt_alloc_ntp_fltrs(bp);
2961 if (rc)
2962 goto alloc_mem_err;
2963
2964 rc = bnxt_alloc_vnics(bp);
2965 if (rc)
2966 goto alloc_mem_err;
2967 }
2968
2969 bnxt_init_ring_struct(bp);
2970
2971 rc = bnxt_alloc_rx_rings(bp);
2972 if (rc)
2973 goto alloc_mem_err;
2974
2975 rc = bnxt_alloc_tx_rings(bp);
2976 if (rc)
2977 goto alloc_mem_err;
2978
2979 rc = bnxt_alloc_cp_rings(bp);
2980 if (rc)
2981 goto alloc_mem_err;
2982
2983 bp->vnic_info[0].flags |= BNXT_VNIC_RSS_FLAG | BNXT_VNIC_MCAST_FLAG |
2984 BNXT_VNIC_UCAST_FLAG;
2985 rc = bnxt_alloc_vnic_attributes(bp);
2986 if (rc)
2987 goto alloc_mem_err;
2988 return 0;
2989
2990alloc_mem_err:
2991 bnxt_free_mem(bp, true);
2992 return rc;
2993}
2994
2995void bnxt_hwrm_cmd_hdr_init(struct bnxt *bp, void *request, u16 req_type,
2996 u16 cmpl_ring, u16 target_id)
2997{
Michael Chana8643e12016-02-26 04:00:05 -05002998 struct input *req = request;
Michael Chanc0c050c2015-10-22 16:01:17 -04002999
Michael Chana8643e12016-02-26 04:00:05 -05003000 req->req_type = cpu_to_le16(req_type);
3001 req->cmpl_ring = cpu_to_le16(cmpl_ring);
3002 req->target_id = cpu_to_le16(target_id);
Michael Chanc0c050c2015-10-22 16:01:17 -04003003 req->resp_addr = cpu_to_le64(bp->hwrm_cmd_resp_dma_addr);
3004}
3005
Michael Chanfbfbc482016-02-26 04:00:07 -05003006static int bnxt_hwrm_do_send_msg(struct bnxt *bp, void *msg, u32 msg_len,
3007 int timeout, bool silent)
Michael Chanc0c050c2015-10-22 16:01:17 -04003008{
Michael Chana11fa2b2016-05-15 03:04:47 -04003009 int i, intr_process, rc, tmo_count;
Michael Chana8643e12016-02-26 04:00:05 -05003010 struct input *req = msg;
Michael Chanc0c050c2015-10-22 16:01:17 -04003011 u32 *data = msg;
3012 __le32 *resp_len, *valid;
3013 u16 cp_ring_id, len = 0;
3014 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr;
3015
Michael Chana8643e12016-02-26 04:00:05 -05003016 req->seq_id = cpu_to_le16(bp->hwrm_cmd_seq++);
Michael Chanc0c050c2015-10-22 16:01:17 -04003017 memset(resp, 0, PAGE_SIZE);
Michael Chana8643e12016-02-26 04:00:05 -05003018 cp_ring_id = le16_to_cpu(req->cmpl_ring);
Michael Chanc0c050c2015-10-22 16:01:17 -04003019 intr_process = (cp_ring_id == INVALID_HW_RING_ID) ? 0 : 1;
3020
3021 /* Write request msg to hwrm channel */
3022 __iowrite32_copy(bp->bar0, data, msg_len / 4);
3023
Michael Chane6ef2692016-03-28 19:46:05 -04003024 for (i = msg_len; i < BNXT_HWRM_MAX_REQ_LEN; i += 4)
Michael Chand79979a2016-01-07 19:56:57 -05003025 writel(0, bp->bar0 + i);
3026
Michael Chanc0c050c2015-10-22 16:01:17 -04003027 /* currently supports only one outstanding message */
3028 if (intr_process)
Michael Chana8643e12016-02-26 04:00:05 -05003029 bp->hwrm_intr_seq_id = le16_to_cpu(req->seq_id);
Michael Chanc0c050c2015-10-22 16:01:17 -04003030
3031 /* Ring channel doorbell */
3032 writel(1, bp->bar0 + 0x100);
3033
Michael Chanff4fe812016-02-26 04:00:04 -05003034 if (!timeout)
3035 timeout = DFLT_HWRM_CMD_TIMEOUT;
3036
Michael Chanc0c050c2015-10-22 16:01:17 -04003037 i = 0;
Michael Chana11fa2b2016-05-15 03:04:47 -04003038 tmo_count = timeout * 40;
Michael Chanc0c050c2015-10-22 16:01:17 -04003039 if (intr_process) {
3040 /* Wait until hwrm response cmpl interrupt is processed */
3041 while (bp->hwrm_intr_seq_id != HWRM_SEQ_ID_INVALID &&
Michael Chana11fa2b2016-05-15 03:04:47 -04003042 i++ < tmo_count) {
3043 usleep_range(25, 40);
Michael Chanc0c050c2015-10-22 16:01:17 -04003044 }
3045
3046 if (bp->hwrm_intr_seq_id != HWRM_SEQ_ID_INVALID) {
3047 netdev_err(bp->dev, "Resp cmpl intr err msg: 0x%x\n",
Michael Chana8643e12016-02-26 04:00:05 -05003048 le16_to_cpu(req->req_type));
Michael Chanc0c050c2015-10-22 16:01:17 -04003049 return -1;
3050 }
3051 } else {
3052 /* Check if response len is updated */
3053 resp_len = bp->hwrm_cmd_resp_addr + HWRM_RESP_LEN_OFFSET;
Michael Chana11fa2b2016-05-15 03:04:47 -04003054 for (i = 0; i < tmo_count; i++) {
Michael Chanc0c050c2015-10-22 16:01:17 -04003055 len = (le32_to_cpu(*resp_len) & HWRM_RESP_LEN_MASK) >>
3056 HWRM_RESP_LEN_SFT;
3057 if (len)
3058 break;
Michael Chana11fa2b2016-05-15 03:04:47 -04003059 usleep_range(25, 40);
Michael Chanc0c050c2015-10-22 16:01:17 -04003060 }
3061
Michael Chana11fa2b2016-05-15 03:04:47 -04003062 if (i >= tmo_count) {
Michael Chanc0c050c2015-10-22 16:01:17 -04003063 netdev_err(bp->dev, "Error (timeout: %d) msg {0x%x 0x%x} len:%d\n",
Michael Chana8643e12016-02-26 04:00:05 -05003064 timeout, le16_to_cpu(req->req_type),
Michael Chan8578d6c2016-05-15 03:04:48 -04003065 le16_to_cpu(req->seq_id), len);
Michael Chanc0c050c2015-10-22 16:01:17 -04003066 return -1;
3067 }
3068
3069 /* Last word of resp contains valid bit */
3070 valid = bp->hwrm_cmd_resp_addr + len - 4;
Michael Chana11fa2b2016-05-15 03:04:47 -04003071 for (i = 0; i < 5; i++) {
Michael Chanc0c050c2015-10-22 16:01:17 -04003072 if (le32_to_cpu(*valid) & HWRM_RESP_VALID_MASK)
3073 break;
Michael Chana11fa2b2016-05-15 03:04:47 -04003074 udelay(1);
Michael Chanc0c050c2015-10-22 16:01:17 -04003075 }
3076
Michael Chana11fa2b2016-05-15 03:04:47 -04003077 if (i >= 5) {
Michael Chanc0c050c2015-10-22 16:01:17 -04003078 netdev_err(bp->dev, "Error (timeout: %d) msg {0x%x 0x%x} len:%d v:%d\n",
Michael Chana8643e12016-02-26 04:00:05 -05003079 timeout, le16_to_cpu(req->req_type),
3080 le16_to_cpu(req->seq_id), len, *valid);
Michael Chanc0c050c2015-10-22 16:01:17 -04003081 return -1;
3082 }
3083 }
3084
3085 rc = le16_to_cpu(resp->error_code);
Michael Chanfbfbc482016-02-26 04:00:07 -05003086 if (rc && !silent)
Michael Chanc0c050c2015-10-22 16:01:17 -04003087 netdev_err(bp->dev, "hwrm req_type 0x%x seq id 0x%x error 0x%x\n",
3088 le16_to_cpu(resp->req_type),
3089 le16_to_cpu(resp->seq_id), rc);
Michael Chanfbfbc482016-02-26 04:00:07 -05003090 return rc;
3091}
3092
3093int _hwrm_send_message(struct bnxt *bp, void *msg, u32 msg_len, int timeout)
3094{
3095 return bnxt_hwrm_do_send_msg(bp, msg, msg_len, timeout, false);
Michael Chanc0c050c2015-10-22 16:01:17 -04003096}
3097
3098int hwrm_send_message(struct bnxt *bp, void *msg, u32 msg_len, int timeout)
3099{
3100 int rc;
3101
3102 mutex_lock(&bp->hwrm_cmd_lock);
3103 rc = _hwrm_send_message(bp, msg, msg_len, timeout);
3104 mutex_unlock(&bp->hwrm_cmd_lock);
3105 return rc;
3106}
3107
Michael Chan90e209212016-02-26 04:00:08 -05003108int hwrm_send_message_silent(struct bnxt *bp, void *msg, u32 msg_len,
3109 int timeout)
3110{
3111 int rc;
3112
3113 mutex_lock(&bp->hwrm_cmd_lock);
3114 rc = bnxt_hwrm_do_send_msg(bp, msg, msg_len, timeout, true);
3115 mutex_unlock(&bp->hwrm_cmd_lock);
3116 return rc;
3117}
3118
Michael Chanc0c050c2015-10-22 16:01:17 -04003119static int bnxt_hwrm_func_drv_rgtr(struct bnxt *bp)
3120{
3121 struct hwrm_func_drv_rgtr_input req = {0};
3122 int i;
Michael Chan25be8622016-04-05 14:09:00 -04003123 DECLARE_BITMAP(async_events_bmap, 256);
3124 u32 *events = (u32 *)async_events_bmap;
Michael Chanc0c050c2015-10-22 16:01:17 -04003125
3126 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FUNC_DRV_RGTR, -1, -1);
3127
3128 req.enables =
3129 cpu_to_le32(FUNC_DRV_RGTR_REQ_ENABLES_OS_TYPE |
3130 FUNC_DRV_RGTR_REQ_ENABLES_VER |
3131 FUNC_DRV_RGTR_REQ_ENABLES_ASYNC_EVENT_FWD);
3132
Michael Chan25be8622016-04-05 14:09:00 -04003133 memset(async_events_bmap, 0, sizeof(async_events_bmap));
3134 for (i = 0; i < ARRAY_SIZE(bnxt_async_events_arr); i++)
3135 __set_bit(bnxt_async_events_arr[i], async_events_bmap);
3136
3137 for (i = 0; i < 8; i++)
3138 req.async_event_fwd[i] |= cpu_to_le32(events[i]);
3139
Michael Chan11f15ed2016-04-05 14:08:55 -04003140 req.os_type = cpu_to_le16(FUNC_DRV_RGTR_REQ_OS_TYPE_LINUX);
Michael Chanc0c050c2015-10-22 16:01:17 -04003141 req.ver_maj = DRV_VER_MAJ;
3142 req.ver_min = DRV_VER_MIN;
3143 req.ver_upd = DRV_VER_UPD;
3144
3145 if (BNXT_PF(bp)) {
Michael Chande68f5de2015-12-09 19:35:41 -05003146 DECLARE_BITMAP(vf_req_snif_bmap, 256);
Michael Chanc0c050c2015-10-22 16:01:17 -04003147 u32 *data = (u32 *)vf_req_snif_bmap;
3148
Michael Chande68f5de2015-12-09 19:35:41 -05003149 memset(vf_req_snif_bmap, 0, sizeof(vf_req_snif_bmap));
Michael Chanc0c050c2015-10-22 16:01:17 -04003150 for (i = 0; i < ARRAY_SIZE(bnxt_vf_req_snif); i++)
3151 __set_bit(bnxt_vf_req_snif[i], vf_req_snif_bmap);
3152
Michael Chande68f5de2015-12-09 19:35:41 -05003153 for (i = 0; i < 8; i++)
3154 req.vf_req_fwd[i] = cpu_to_le32(data[i]);
3155
Michael Chanc0c050c2015-10-22 16:01:17 -04003156 req.enables |=
3157 cpu_to_le32(FUNC_DRV_RGTR_REQ_ENABLES_VF_REQ_FWD);
3158 }
3159
3160 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3161}
3162
Jeffrey Huangbe58a0d2015-12-27 18:19:18 -05003163static int bnxt_hwrm_func_drv_unrgtr(struct bnxt *bp)
3164{
3165 struct hwrm_func_drv_unrgtr_input req = {0};
3166
3167 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FUNC_DRV_UNRGTR, -1, -1);
3168 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3169}
3170
Michael Chanc0c050c2015-10-22 16:01:17 -04003171static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type)
3172{
3173 u32 rc = 0;
3174 struct hwrm_tunnel_dst_port_free_input req = {0};
3175
3176 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_TUNNEL_DST_PORT_FREE, -1, -1);
3177 req.tunnel_type = tunnel_type;
3178
3179 switch (tunnel_type) {
3180 case TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN:
3181 req.tunnel_dst_port_id = bp->vxlan_fw_dst_port_id;
3182 break;
3183 case TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE:
3184 req.tunnel_dst_port_id = bp->nge_fw_dst_port_id;
3185 break;
3186 default:
3187 break;
3188 }
3189
3190 rc = hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3191 if (rc)
3192 netdev_err(bp->dev, "hwrm_tunnel_dst_port_free failed. rc:%d\n",
3193 rc);
3194 return rc;
3195}
3196
3197static int bnxt_hwrm_tunnel_dst_port_alloc(struct bnxt *bp, __be16 port,
3198 u8 tunnel_type)
3199{
3200 u32 rc = 0;
3201 struct hwrm_tunnel_dst_port_alloc_input req = {0};
3202 struct hwrm_tunnel_dst_port_alloc_output *resp = bp->hwrm_cmd_resp_addr;
3203
3204 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_TUNNEL_DST_PORT_ALLOC, -1, -1);
3205
3206 req.tunnel_type = tunnel_type;
3207 req.tunnel_dst_port_val = port;
3208
3209 mutex_lock(&bp->hwrm_cmd_lock);
3210 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3211 if (rc) {
3212 netdev_err(bp->dev, "hwrm_tunnel_dst_port_alloc failed. rc:%d\n",
3213 rc);
3214 goto err_out;
3215 }
3216
Christophe Jaillet57aac712016-11-22 06:14:40 +01003217 switch (tunnel_type) {
3218 case TUNNEL_DST_PORT_ALLOC_REQ_TUNNEL_TYPE_VXLAN:
Michael Chanc0c050c2015-10-22 16:01:17 -04003219 bp->vxlan_fw_dst_port_id = resp->tunnel_dst_port_id;
Christophe Jaillet57aac712016-11-22 06:14:40 +01003220 break;
3221 case TUNNEL_DST_PORT_ALLOC_REQ_TUNNEL_TYPE_GENEVE:
Michael Chanc0c050c2015-10-22 16:01:17 -04003222 bp->nge_fw_dst_port_id = resp->tunnel_dst_port_id;
Christophe Jaillet57aac712016-11-22 06:14:40 +01003223 break;
3224 default:
3225 break;
3226 }
3227
Michael Chanc0c050c2015-10-22 16:01:17 -04003228err_out:
3229 mutex_unlock(&bp->hwrm_cmd_lock);
3230 return rc;
3231}
3232
3233static int bnxt_hwrm_cfa_l2_set_rx_mask(struct bnxt *bp, u16 vnic_id)
3234{
3235 struct hwrm_cfa_l2_set_rx_mask_input req = {0};
3236 struct bnxt_vnic_info *vnic = &bp->vnic_info[vnic_id];
3237
3238 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_CFA_L2_SET_RX_MASK, -1, -1);
Michael Chanc1935542015-12-27 18:19:28 -05003239 req.vnic_id = cpu_to_le32(vnic->fw_vnic_id);
Michael Chanc0c050c2015-10-22 16:01:17 -04003240
3241 req.num_mc_entries = cpu_to_le32(vnic->mc_list_count);
3242 req.mc_tbl_addr = cpu_to_le64(vnic->mc_list_mapping);
3243 req.mask = cpu_to_le32(vnic->rx_mask);
3244 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3245}
3246
3247#ifdef CONFIG_RFS_ACCEL
3248static int bnxt_hwrm_cfa_ntuple_filter_free(struct bnxt *bp,
3249 struct bnxt_ntuple_filter *fltr)
3250{
3251 struct hwrm_cfa_ntuple_filter_free_input req = {0};
3252
3253 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_CFA_NTUPLE_FILTER_FREE, -1, -1);
3254 req.ntuple_filter_id = fltr->filter_id;
3255 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3256}
3257
3258#define BNXT_NTP_FLTR_FLAGS \
3259 (CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_L2_FILTER_ID | \
3260 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_ETHERTYPE | \
3261 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_SRC_MACADDR | \
3262 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_IPADDR_TYPE | \
3263 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_SRC_IPADDR | \
3264 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_SRC_IPADDR_MASK | \
3265 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_DST_IPADDR | \
3266 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_DST_IPADDR_MASK | \
3267 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_IP_PROTOCOL | \
3268 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_SRC_PORT | \
3269 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_SRC_PORT_MASK | \
3270 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_DST_PORT | \
3271 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_DST_PORT_MASK | \
Michael Chanc1935542015-12-27 18:19:28 -05003272 CFA_NTUPLE_FILTER_ALLOC_REQ_ENABLES_DST_ID)
Michael Chanc0c050c2015-10-22 16:01:17 -04003273
3274static int bnxt_hwrm_cfa_ntuple_filter_alloc(struct bnxt *bp,
3275 struct bnxt_ntuple_filter *fltr)
3276{
3277 int rc = 0;
3278 struct hwrm_cfa_ntuple_filter_alloc_input req = {0};
3279 struct hwrm_cfa_ntuple_filter_alloc_output *resp =
3280 bp->hwrm_cmd_resp_addr;
3281 struct flow_keys *keys = &fltr->fkeys;
3282 struct bnxt_vnic_info *vnic = &bp->vnic_info[fltr->rxq + 1];
3283
3284 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_CFA_NTUPLE_FILTER_ALLOC, -1, -1);
Michael Chana54c4d72016-07-25 12:33:35 -04003285 req.l2_filter_id = bp->vnic_info[0].fw_l2_filter_id[fltr->l2_fltr_idx];
Michael Chanc0c050c2015-10-22 16:01:17 -04003286
3287 req.enables = cpu_to_le32(BNXT_NTP_FLTR_FLAGS);
3288
3289 req.ethertype = htons(ETH_P_IP);
3290 memcpy(req.src_macaddr, fltr->src_mac_addr, ETH_ALEN);
Michael Chanc1935542015-12-27 18:19:28 -05003291 req.ip_addr_type = CFA_NTUPLE_FILTER_ALLOC_REQ_IP_ADDR_TYPE_IPV4;
Michael Chanc0c050c2015-10-22 16:01:17 -04003292 req.ip_protocol = keys->basic.ip_proto;
3293
3294 req.src_ipaddr[0] = keys->addrs.v4addrs.src;
3295 req.src_ipaddr_mask[0] = cpu_to_be32(0xffffffff);
3296 req.dst_ipaddr[0] = keys->addrs.v4addrs.dst;
3297 req.dst_ipaddr_mask[0] = cpu_to_be32(0xffffffff);
3298
3299 req.src_port = keys->ports.src;
3300 req.src_port_mask = cpu_to_be16(0xffff);
3301 req.dst_port = keys->ports.dst;
3302 req.dst_port_mask = cpu_to_be16(0xffff);
3303
Michael Chanc1935542015-12-27 18:19:28 -05003304 req.dst_id = cpu_to_le16(vnic->fw_vnic_id);
Michael Chanc0c050c2015-10-22 16:01:17 -04003305 mutex_lock(&bp->hwrm_cmd_lock);
3306 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3307 if (!rc)
3308 fltr->filter_id = resp->ntuple_filter_id;
3309 mutex_unlock(&bp->hwrm_cmd_lock);
3310 return rc;
3311}
3312#endif
3313
3314static int bnxt_hwrm_set_vnic_filter(struct bnxt *bp, u16 vnic_id, u16 idx,
3315 u8 *mac_addr)
3316{
3317 u32 rc = 0;
3318 struct hwrm_cfa_l2_filter_alloc_input req = {0};
3319 struct hwrm_cfa_l2_filter_alloc_output *resp = bp->hwrm_cmd_resp_addr;
3320
3321 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_CFA_L2_FILTER_ALLOC, -1, -1);
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04003322 req.flags = cpu_to_le32(CFA_L2_FILTER_ALLOC_REQ_FLAGS_PATH_RX);
3323 if (!BNXT_CHIP_TYPE_NITRO_A0(bp))
3324 req.flags |=
3325 cpu_to_le32(CFA_L2_FILTER_ALLOC_REQ_FLAGS_OUTERMOST);
Michael Chanc1935542015-12-27 18:19:28 -05003326 req.dst_id = cpu_to_le16(bp->vnic_info[vnic_id].fw_vnic_id);
Michael Chanc0c050c2015-10-22 16:01:17 -04003327 req.enables =
3328 cpu_to_le32(CFA_L2_FILTER_ALLOC_REQ_ENABLES_L2_ADDR |
Michael Chanc1935542015-12-27 18:19:28 -05003329 CFA_L2_FILTER_ALLOC_REQ_ENABLES_DST_ID |
Michael Chanc0c050c2015-10-22 16:01:17 -04003330 CFA_L2_FILTER_ALLOC_REQ_ENABLES_L2_ADDR_MASK);
3331 memcpy(req.l2_addr, mac_addr, ETH_ALEN);
3332 req.l2_addr_mask[0] = 0xff;
3333 req.l2_addr_mask[1] = 0xff;
3334 req.l2_addr_mask[2] = 0xff;
3335 req.l2_addr_mask[3] = 0xff;
3336 req.l2_addr_mask[4] = 0xff;
3337 req.l2_addr_mask[5] = 0xff;
3338
3339 mutex_lock(&bp->hwrm_cmd_lock);
3340 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3341 if (!rc)
3342 bp->vnic_info[vnic_id].fw_l2_filter_id[idx] =
3343 resp->l2_filter_id;
3344 mutex_unlock(&bp->hwrm_cmd_lock);
3345 return rc;
3346}
3347
3348static int bnxt_hwrm_clear_vnic_filter(struct bnxt *bp)
3349{
3350 u16 i, j, num_of_vnics = 1; /* only vnic 0 supported */
3351 int rc = 0;
3352
3353 /* Any associated ntuple filters will also be cleared by firmware. */
3354 mutex_lock(&bp->hwrm_cmd_lock);
3355 for (i = 0; i < num_of_vnics; i++) {
3356 struct bnxt_vnic_info *vnic = &bp->vnic_info[i];
3357
3358 for (j = 0; j < vnic->uc_filter_count; j++) {
3359 struct hwrm_cfa_l2_filter_free_input req = {0};
3360
3361 bnxt_hwrm_cmd_hdr_init(bp, &req,
3362 HWRM_CFA_L2_FILTER_FREE, -1, -1);
3363
3364 req.l2_filter_id = vnic->fw_l2_filter_id[j];
3365
3366 rc = _hwrm_send_message(bp, &req, sizeof(req),
3367 HWRM_CMD_TIMEOUT);
3368 }
3369 vnic->uc_filter_count = 0;
3370 }
3371 mutex_unlock(&bp->hwrm_cmd_lock);
3372
3373 return rc;
3374}
3375
3376static int bnxt_hwrm_vnic_set_tpa(struct bnxt *bp, u16 vnic_id, u32 tpa_flags)
3377{
3378 struct bnxt_vnic_info *vnic = &bp->vnic_info[vnic_id];
3379 struct hwrm_vnic_tpa_cfg_input req = {0};
3380
3381 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_TPA_CFG, -1, -1);
3382
3383 if (tpa_flags) {
3384 u16 mss = bp->dev->mtu - 40;
3385 u32 nsegs, n, segs = 0, flags;
3386
3387 flags = VNIC_TPA_CFG_REQ_FLAGS_TPA |
3388 VNIC_TPA_CFG_REQ_FLAGS_ENCAP_TPA |
3389 VNIC_TPA_CFG_REQ_FLAGS_RSC_WND_UPDATE |
3390 VNIC_TPA_CFG_REQ_FLAGS_AGG_WITH_ECN |
3391 VNIC_TPA_CFG_REQ_FLAGS_AGG_WITH_SAME_GRE_SEQ;
3392 if (tpa_flags & BNXT_FLAG_GRO)
3393 flags |= VNIC_TPA_CFG_REQ_FLAGS_GRO;
3394
3395 req.flags = cpu_to_le32(flags);
3396
3397 req.enables =
3398 cpu_to_le32(VNIC_TPA_CFG_REQ_ENABLES_MAX_AGG_SEGS |
Michael Chanc1935542015-12-27 18:19:28 -05003399 VNIC_TPA_CFG_REQ_ENABLES_MAX_AGGS |
3400 VNIC_TPA_CFG_REQ_ENABLES_MIN_AGG_LEN);
Michael Chanc0c050c2015-10-22 16:01:17 -04003401
3402 /* Number of segs are log2 units, and first packet is not
3403 * included as part of this units.
3404 */
Michael Chan2839f282016-04-25 02:30:50 -04003405 if (mss <= BNXT_RX_PAGE_SIZE) {
3406 n = BNXT_RX_PAGE_SIZE / mss;
Michael Chanc0c050c2015-10-22 16:01:17 -04003407 nsegs = (MAX_SKB_FRAGS - 1) * n;
3408 } else {
Michael Chan2839f282016-04-25 02:30:50 -04003409 n = mss / BNXT_RX_PAGE_SIZE;
3410 if (mss & (BNXT_RX_PAGE_SIZE - 1))
Michael Chanc0c050c2015-10-22 16:01:17 -04003411 n++;
3412 nsegs = (MAX_SKB_FRAGS - n) / n;
3413 }
3414
3415 segs = ilog2(nsegs);
3416 req.max_agg_segs = cpu_to_le16(segs);
3417 req.max_aggs = cpu_to_le16(VNIC_TPA_CFG_REQ_MAX_AGGS_MAX);
Michael Chanc1935542015-12-27 18:19:28 -05003418
3419 req.min_agg_len = cpu_to_le32(512);
Michael Chanc0c050c2015-10-22 16:01:17 -04003420 }
3421 req.vnic_id = cpu_to_le16(vnic->fw_vnic_id);
3422
3423 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3424}
3425
3426static int bnxt_hwrm_vnic_set_rss(struct bnxt *bp, u16 vnic_id, bool set_rss)
3427{
3428 u32 i, j, max_rings;
3429 struct bnxt_vnic_info *vnic = &bp->vnic_info[vnic_id];
3430 struct hwrm_vnic_rss_cfg_input req = {0};
3431
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003432 if (vnic->fw_rss_cos_lb_ctx[0] == INVALID_HW_RING_ID)
Michael Chanc0c050c2015-10-22 16:01:17 -04003433 return 0;
3434
3435 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_RSS_CFG, -1, -1);
3436 if (set_rss) {
Michael Chan87da7f72016-11-16 21:13:09 -05003437 req.hash_type = cpu_to_le32(bp->rss_hash_cfg);
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04003438 if (vnic->flags & BNXT_VNIC_RSS_FLAG) {
3439 if (BNXT_CHIP_TYPE_NITRO_A0(bp))
3440 max_rings = bp->rx_nr_rings - 1;
3441 else
3442 max_rings = bp->rx_nr_rings;
3443 } else {
Michael Chanc0c050c2015-10-22 16:01:17 -04003444 max_rings = 1;
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04003445 }
Michael Chanc0c050c2015-10-22 16:01:17 -04003446
3447 /* Fill the RSS indirection table with ring group ids */
3448 for (i = 0, j = 0; i < HW_HASH_INDEX_SIZE; i++, j++) {
3449 if (j == max_rings)
3450 j = 0;
3451 vnic->rss_table[i] = cpu_to_le16(vnic->fw_grp_ids[j]);
3452 }
3453
3454 req.ring_grp_tbl_addr = cpu_to_le64(vnic->rss_table_dma_addr);
3455 req.hash_key_tbl_addr =
3456 cpu_to_le64(vnic->rss_hash_key_dma_addr);
3457 }
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003458 req.rss_ctx_idx = cpu_to_le16(vnic->fw_rss_cos_lb_ctx[0]);
Michael Chanc0c050c2015-10-22 16:01:17 -04003459 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3460}
3461
3462static int bnxt_hwrm_vnic_set_hds(struct bnxt *bp, u16 vnic_id)
3463{
3464 struct bnxt_vnic_info *vnic = &bp->vnic_info[vnic_id];
3465 struct hwrm_vnic_plcmodes_cfg_input req = {0};
3466
3467 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_PLCMODES_CFG, -1, -1);
3468 req.flags = cpu_to_le32(VNIC_PLCMODES_CFG_REQ_FLAGS_JUMBO_PLACEMENT |
3469 VNIC_PLCMODES_CFG_REQ_FLAGS_HDS_IPV4 |
3470 VNIC_PLCMODES_CFG_REQ_FLAGS_HDS_IPV6);
3471 req.enables =
3472 cpu_to_le32(VNIC_PLCMODES_CFG_REQ_ENABLES_JUMBO_THRESH_VALID |
3473 VNIC_PLCMODES_CFG_REQ_ENABLES_HDS_THRESHOLD_VALID);
3474 /* thresholds not implemented in firmware yet */
3475 req.jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh);
3476 req.hds_threshold = cpu_to_le16(bp->rx_copy_thresh);
3477 req.vnic_id = cpu_to_le32(vnic->fw_vnic_id);
3478 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3479}
3480
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003481static void bnxt_hwrm_vnic_ctx_free_one(struct bnxt *bp, u16 vnic_id,
3482 u16 ctx_idx)
Michael Chanc0c050c2015-10-22 16:01:17 -04003483{
3484 struct hwrm_vnic_rss_cos_lb_ctx_free_input req = {0};
3485
3486 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_RSS_COS_LB_CTX_FREE, -1, -1);
3487 req.rss_cos_lb_ctx_id =
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003488 cpu_to_le16(bp->vnic_info[vnic_id].fw_rss_cos_lb_ctx[ctx_idx]);
Michael Chanc0c050c2015-10-22 16:01:17 -04003489
3490 hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003491 bp->vnic_info[vnic_id].fw_rss_cos_lb_ctx[ctx_idx] = INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04003492}
3493
3494static void bnxt_hwrm_vnic_ctx_free(struct bnxt *bp)
3495{
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003496 int i, j;
Michael Chanc0c050c2015-10-22 16:01:17 -04003497
3498 for (i = 0; i < bp->nr_vnics; i++) {
3499 struct bnxt_vnic_info *vnic = &bp->vnic_info[i];
3500
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003501 for (j = 0; j < BNXT_MAX_CTX_PER_VNIC; j++) {
3502 if (vnic->fw_rss_cos_lb_ctx[j] != INVALID_HW_RING_ID)
3503 bnxt_hwrm_vnic_ctx_free_one(bp, i, j);
3504 }
Michael Chanc0c050c2015-10-22 16:01:17 -04003505 }
3506 bp->rsscos_nr_ctxs = 0;
3507}
3508
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003509static int bnxt_hwrm_vnic_ctx_alloc(struct bnxt *bp, u16 vnic_id, u16 ctx_idx)
Michael Chanc0c050c2015-10-22 16:01:17 -04003510{
3511 int rc;
3512 struct hwrm_vnic_rss_cos_lb_ctx_alloc_input req = {0};
3513 struct hwrm_vnic_rss_cos_lb_ctx_alloc_output *resp =
3514 bp->hwrm_cmd_resp_addr;
3515
3516 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_RSS_COS_LB_CTX_ALLOC, -1,
3517 -1);
3518
3519 mutex_lock(&bp->hwrm_cmd_lock);
3520 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3521 if (!rc)
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003522 bp->vnic_info[vnic_id].fw_rss_cos_lb_ctx[ctx_idx] =
Michael Chanc0c050c2015-10-22 16:01:17 -04003523 le16_to_cpu(resp->rss_cos_lb_ctx_id);
3524 mutex_unlock(&bp->hwrm_cmd_lock);
3525
3526 return rc;
3527}
3528
3529static int bnxt_hwrm_vnic_cfg(struct bnxt *bp, u16 vnic_id)
3530{
Michael Chanb81a90d2016-01-02 23:45:01 -05003531 unsigned int ring = 0, grp_idx;
Michael Chanc0c050c2015-10-22 16:01:17 -04003532 struct bnxt_vnic_info *vnic = &bp->vnic_info[vnic_id];
3533 struct hwrm_vnic_cfg_input req = {0};
Michael Chancf6645f2016-06-13 02:25:28 -04003534 u16 def_vlan = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04003535
3536 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_CFG, -1, -1);
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003537
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04003538 req.enables = cpu_to_le32(VNIC_CFG_REQ_ENABLES_DFLT_RING_GRP);
3539 /* Only RSS support for now TBD: COS & LB */
3540 if (vnic->fw_rss_cos_lb_ctx[0] != INVALID_HW_RING_ID) {
3541 req.rss_rule = cpu_to_le16(vnic->fw_rss_cos_lb_ctx[0]);
3542 req.enables |= cpu_to_le32(VNIC_CFG_REQ_ENABLES_RSS_RULE |
3543 VNIC_CFG_REQ_ENABLES_MRU);
3544 } else {
3545 req.rss_rule = cpu_to_le16(0xffff);
3546 }
3547
3548 if (BNXT_CHIP_TYPE_NITRO_A0(bp) &&
3549 (vnic->fw_rss_cos_lb_ctx[0] != INVALID_HW_RING_ID)) {
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003550 req.cos_rule = cpu_to_le16(vnic->fw_rss_cos_lb_ctx[1]);
3551 req.enables |= cpu_to_le32(VNIC_CFG_REQ_ENABLES_COS_RULE);
3552 } else {
3553 req.cos_rule = cpu_to_le16(0xffff);
3554 }
3555
Michael Chanc0c050c2015-10-22 16:01:17 -04003556 if (vnic->flags & BNXT_VNIC_RSS_FLAG)
Michael Chanb81a90d2016-01-02 23:45:01 -05003557 ring = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04003558 else if (vnic->flags & BNXT_VNIC_RFS_FLAG)
Michael Chanb81a90d2016-01-02 23:45:01 -05003559 ring = vnic_id - 1;
Prashant Sreedharan76595192016-07-18 07:15:22 -04003560 else if ((vnic_id == 1) && BNXT_CHIP_TYPE_NITRO_A0(bp))
3561 ring = bp->rx_nr_rings - 1;
Michael Chanc0c050c2015-10-22 16:01:17 -04003562
Michael Chanb81a90d2016-01-02 23:45:01 -05003563 grp_idx = bp->rx_ring[ring].bnapi->index;
Michael Chanc0c050c2015-10-22 16:01:17 -04003564 req.vnic_id = cpu_to_le16(vnic->fw_vnic_id);
3565 req.dflt_ring_grp = cpu_to_le16(bp->grp_info[grp_idx].fw_grp_id);
3566
3567 req.lb_rule = cpu_to_le16(0xffff);
3568 req.mru = cpu_to_le16(bp->dev->mtu + ETH_HLEN + ETH_FCS_LEN +
3569 VLAN_HLEN);
3570
Michael Chancf6645f2016-06-13 02:25:28 -04003571#ifdef CONFIG_BNXT_SRIOV
3572 if (BNXT_VF(bp))
3573 def_vlan = bp->vf.vlan;
3574#endif
3575 if ((bp->flags & BNXT_FLAG_STRIP_VLAN) || def_vlan)
Michael Chanc0c050c2015-10-22 16:01:17 -04003576 req.flags |= cpu_to_le32(VNIC_CFG_REQ_FLAGS_VLAN_STRIP_MODE);
3577
3578 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3579}
3580
3581static int bnxt_hwrm_vnic_free_one(struct bnxt *bp, u16 vnic_id)
3582{
3583 u32 rc = 0;
3584
3585 if (bp->vnic_info[vnic_id].fw_vnic_id != INVALID_HW_RING_ID) {
3586 struct hwrm_vnic_free_input req = {0};
3587
3588 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_FREE, -1, -1);
3589 req.vnic_id =
3590 cpu_to_le32(bp->vnic_info[vnic_id].fw_vnic_id);
3591
3592 rc = hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3593 if (rc)
3594 return rc;
3595 bp->vnic_info[vnic_id].fw_vnic_id = INVALID_HW_RING_ID;
3596 }
3597 return rc;
3598}
3599
3600static void bnxt_hwrm_vnic_free(struct bnxt *bp)
3601{
3602 u16 i;
3603
3604 for (i = 0; i < bp->nr_vnics; i++)
3605 bnxt_hwrm_vnic_free_one(bp, i);
3606}
3607
Michael Chanb81a90d2016-01-02 23:45:01 -05003608static int bnxt_hwrm_vnic_alloc(struct bnxt *bp, u16 vnic_id,
3609 unsigned int start_rx_ring_idx,
3610 unsigned int nr_rings)
Michael Chanc0c050c2015-10-22 16:01:17 -04003611{
Michael Chanb81a90d2016-01-02 23:45:01 -05003612 int rc = 0;
3613 unsigned int i, j, grp_idx, end_idx = start_rx_ring_idx + nr_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04003614 struct hwrm_vnic_alloc_input req = {0};
3615 struct hwrm_vnic_alloc_output *resp = bp->hwrm_cmd_resp_addr;
3616
3617 /* map ring groups to this vnic */
Michael Chanb81a90d2016-01-02 23:45:01 -05003618 for (i = start_rx_ring_idx, j = 0; i < end_idx; i++, j++) {
3619 grp_idx = bp->rx_ring[i].bnapi->index;
3620 if (bp->grp_info[grp_idx].fw_grp_id == INVALID_HW_RING_ID) {
Michael Chanc0c050c2015-10-22 16:01:17 -04003621 netdev_err(bp->dev, "Not enough ring groups avail:%x req:%x\n",
Michael Chanb81a90d2016-01-02 23:45:01 -05003622 j, nr_rings);
Michael Chanc0c050c2015-10-22 16:01:17 -04003623 break;
3624 }
3625 bp->vnic_info[vnic_id].fw_grp_ids[j] =
Michael Chanb81a90d2016-01-02 23:45:01 -05003626 bp->grp_info[grp_idx].fw_grp_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003627 }
3628
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04003629 bp->vnic_info[vnic_id].fw_rss_cos_lb_ctx[0] = INVALID_HW_RING_ID;
3630 bp->vnic_info[vnic_id].fw_rss_cos_lb_ctx[1] = INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04003631 if (vnic_id == 0)
3632 req.flags = cpu_to_le32(VNIC_ALLOC_REQ_FLAGS_DEFAULT);
3633
3634 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VNIC_ALLOC, -1, -1);
3635
3636 mutex_lock(&bp->hwrm_cmd_lock);
3637 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3638 if (!rc)
3639 bp->vnic_info[vnic_id].fw_vnic_id = le32_to_cpu(resp->vnic_id);
3640 mutex_unlock(&bp->hwrm_cmd_lock);
3641 return rc;
3642}
3643
3644static int bnxt_hwrm_ring_grp_alloc(struct bnxt *bp)
3645{
3646 u16 i;
3647 u32 rc = 0;
3648
3649 mutex_lock(&bp->hwrm_cmd_lock);
3650 for (i = 0; i < bp->rx_nr_rings; i++) {
3651 struct hwrm_ring_grp_alloc_input req = {0};
3652 struct hwrm_ring_grp_alloc_output *resp =
3653 bp->hwrm_cmd_resp_addr;
Michael Chanb81a90d2016-01-02 23:45:01 -05003654 unsigned int grp_idx = bp->rx_ring[i].bnapi->index;
Michael Chanc0c050c2015-10-22 16:01:17 -04003655
3656 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_RING_GRP_ALLOC, -1, -1);
3657
Michael Chanb81a90d2016-01-02 23:45:01 -05003658 req.cr = cpu_to_le16(bp->grp_info[grp_idx].cp_fw_ring_id);
3659 req.rr = cpu_to_le16(bp->grp_info[grp_idx].rx_fw_ring_id);
3660 req.ar = cpu_to_le16(bp->grp_info[grp_idx].agg_fw_ring_id);
3661 req.sc = cpu_to_le16(bp->grp_info[grp_idx].fw_stats_ctx);
Michael Chanc0c050c2015-10-22 16:01:17 -04003662
3663 rc = _hwrm_send_message(bp, &req, sizeof(req),
3664 HWRM_CMD_TIMEOUT);
3665 if (rc)
3666 break;
3667
Michael Chanb81a90d2016-01-02 23:45:01 -05003668 bp->grp_info[grp_idx].fw_grp_id =
3669 le32_to_cpu(resp->ring_group_id);
Michael Chanc0c050c2015-10-22 16:01:17 -04003670 }
3671 mutex_unlock(&bp->hwrm_cmd_lock);
3672 return rc;
3673}
3674
3675static int bnxt_hwrm_ring_grp_free(struct bnxt *bp)
3676{
3677 u16 i;
3678 u32 rc = 0;
3679 struct hwrm_ring_grp_free_input req = {0};
3680
3681 if (!bp->grp_info)
3682 return 0;
3683
3684 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_RING_GRP_FREE, -1, -1);
3685
3686 mutex_lock(&bp->hwrm_cmd_lock);
3687 for (i = 0; i < bp->cp_nr_rings; i++) {
3688 if (bp->grp_info[i].fw_grp_id == INVALID_HW_RING_ID)
3689 continue;
3690 req.ring_group_id =
3691 cpu_to_le32(bp->grp_info[i].fw_grp_id);
3692
3693 rc = _hwrm_send_message(bp, &req, sizeof(req),
3694 HWRM_CMD_TIMEOUT);
3695 if (rc)
3696 break;
3697 bp->grp_info[i].fw_grp_id = INVALID_HW_RING_ID;
3698 }
3699 mutex_unlock(&bp->hwrm_cmd_lock);
3700 return rc;
3701}
3702
3703static int hwrm_ring_alloc_send_msg(struct bnxt *bp,
3704 struct bnxt_ring_struct *ring,
3705 u32 ring_type, u32 map_index,
3706 u32 stats_ctx_id)
3707{
3708 int rc = 0, err = 0;
3709 struct hwrm_ring_alloc_input req = {0};
3710 struct hwrm_ring_alloc_output *resp = bp->hwrm_cmd_resp_addr;
3711 u16 ring_id;
3712
3713 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_RING_ALLOC, -1, -1);
3714
3715 req.enables = 0;
3716 if (ring->nr_pages > 1) {
3717 req.page_tbl_addr = cpu_to_le64(ring->pg_tbl_map);
3718 /* Page size is in log2 units */
3719 req.page_size = BNXT_PAGE_SHIFT;
3720 req.page_tbl_depth = 1;
3721 } else {
3722 req.page_tbl_addr = cpu_to_le64(ring->dma_arr[0]);
3723 }
3724 req.fbo = 0;
3725 /* Association of ring index with doorbell index and MSIX number */
3726 req.logical_id = cpu_to_le16(map_index);
3727
3728 switch (ring_type) {
3729 case HWRM_RING_ALLOC_TX:
3730 req.ring_type = RING_ALLOC_REQ_RING_TYPE_TX;
3731 /* Association of transmit ring with completion ring */
3732 req.cmpl_ring_id =
3733 cpu_to_le16(bp->grp_info[map_index].cp_fw_ring_id);
3734 req.length = cpu_to_le32(bp->tx_ring_mask + 1);
3735 req.stat_ctx_id = cpu_to_le32(stats_ctx_id);
3736 req.queue_id = cpu_to_le16(ring->queue_id);
3737 break;
3738 case HWRM_RING_ALLOC_RX:
3739 req.ring_type = RING_ALLOC_REQ_RING_TYPE_RX;
3740 req.length = cpu_to_le32(bp->rx_ring_mask + 1);
3741 break;
3742 case HWRM_RING_ALLOC_AGG:
3743 req.ring_type = RING_ALLOC_REQ_RING_TYPE_RX;
3744 req.length = cpu_to_le32(bp->rx_agg_ring_mask + 1);
3745 break;
3746 case HWRM_RING_ALLOC_CMPL:
3747 req.ring_type = RING_ALLOC_REQ_RING_TYPE_CMPL;
3748 req.length = cpu_to_le32(bp->cp_ring_mask + 1);
3749 if (bp->flags & BNXT_FLAG_USING_MSIX)
3750 req.int_mode = RING_ALLOC_REQ_INT_MODE_MSIX;
3751 break;
3752 default:
3753 netdev_err(bp->dev, "hwrm alloc invalid ring type %d\n",
3754 ring_type);
3755 return -1;
3756 }
3757
3758 mutex_lock(&bp->hwrm_cmd_lock);
3759 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3760 err = le16_to_cpu(resp->error_code);
3761 ring_id = le16_to_cpu(resp->ring_id);
3762 mutex_unlock(&bp->hwrm_cmd_lock);
3763
3764 if (rc || err) {
3765 switch (ring_type) {
3766 case RING_FREE_REQ_RING_TYPE_CMPL:
3767 netdev_err(bp->dev, "hwrm_ring_alloc cp failed. rc:%x err:%x\n",
3768 rc, err);
3769 return -1;
3770
3771 case RING_FREE_REQ_RING_TYPE_RX:
3772 netdev_err(bp->dev, "hwrm_ring_alloc rx failed. rc:%x err:%x\n",
3773 rc, err);
3774 return -1;
3775
3776 case RING_FREE_REQ_RING_TYPE_TX:
3777 netdev_err(bp->dev, "hwrm_ring_alloc tx failed. rc:%x err:%x\n",
3778 rc, err);
3779 return -1;
3780
3781 default:
3782 netdev_err(bp->dev, "Invalid ring\n");
3783 return -1;
3784 }
3785 }
3786 ring->fw_ring_id = ring_id;
3787 return rc;
3788}
3789
3790static int bnxt_hwrm_ring_alloc(struct bnxt *bp)
3791{
3792 int i, rc = 0;
3793
Michael Chanedd0c2c2015-12-27 18:19:19 -05003794 for (i = 0; i < bp->cp_nr_rings; i++) {
3795 struct bnxt_napi *bnapi = bp->bnapi[i];
3796 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
3797 struct bnxt_ring_struct *ring = &cpr->cp_ring_struct;
Michael Chanc0c050c2015-10-22 16:01:17 -04003798
Prashant Sreedharan33e52d82016-03-28 19:46:04 -04003799 cpr->cp_doorbell = bp->bar1 + i * 0x80;
Michael Chanedd0c2c2015-12-27 18:19:19 -05003800 rc = hwrm_ring_alloc_send_msg(bp, ring, HWRM_RING_ALLOC_CMPL, i,
3801 INVALID_STATS_CTX_ID);
3802 if (rc)
3803 goto err_out;
Michael Chanedd0c2c2015-12-27 18:19:19 -05003804 BNXT_CP_DB(cpr->cp_doorbell, cpr->cp_raw_cons);
3805 bp->grp_info[i].cp_fw_ring_id = ring->fw_ring_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003806 }
3807
Michael Chanedd0c2c2015-12-27 18:19:19 -05003808 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05003809 struct bnxt_tx_ring_info *txr = &bp->tx_ring[i];
Michael Chanedd0c2c2015-12-27 18:19:19 -05003810 struct bnxt_ring_struct *ring = &txr->tx_ring_struct;
Michael Chanb81a90d2016-01-02 23:45:01 -05003811 u32 map_idx = txr->bnapi->index;
3812 u16 fw_stats_ctx = bp->grp_info[map_idx].fw_stats_ctx;
Michael Chanc0c050c2015-10-22 16:01:17 -04003813
Michael Chanb81a90d2016-01-02 23:45:01 -05003814 rc = hwrm_ring_alloc_send_msg(bp, ring, HWRM_RING_ALLOC_TX,
3815 map_idx, fw_stats_ctx);
Michael Chanedd0c2c2015-12-27 18:19:19 -05003816 if (rc)
3817 goto err_out;
Michael Chanb81a90d2016-01-02 23:45:01 -05003818 txr->tx_doorbell = bp->bar1 + map_idx * 0x80;
Michael Chanc0c050c2015-10-22 16:01:17 -04003819 }
3820
Michael Chanedd0c2c2015-12-27 18:19:19 -05003821 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05003822 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanedd0c2c2015-12-27 18:19:19 -05003823 struct bnxt_ring_struct *ring = &rxr->rx_ring_struct;
Michael Chanb81a90d2016-01-02 23:45:01 -05003824 u32 map_idx = rxr->bnapi->index;
Michael Chanc0c050c2015-10-22 16:01:17 -04003825
Michael Chanb81a90d2016-01-02 23:45:01 -05003826 rc = hwrm_ring_alloc_send_msg(bp, ring, HWRM_RING_ALLOC_RX,
3827 map_idx, INVALID_STATS_CTX_ID);
Michael Chanedd0c2c2015-12-27 18:19:19 -05003828 if (rc)
3829 goto err_out;
Michael Chanb81a90d2016-01-02 23:45:01 -05003830 rxr->rx_doorbell = bp->bar1 + map_idx * 0x80;
Michael Chanedd0c2c2015-12-27 18:19:19 -05003831 writel(DB_KEY_RX | rxr->rx_prod, rxr->rx_doorbell);
Michael Chanb81a90d2016-01-02 23:45:01 -05003832 bp->grp_info[map_idx].rx_fw_ring_id = ring->fw_ring_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003833 }
3834
3835 if (bp->flags & BNXT_FLAG_AGG_RINGS) {
3836 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05003837 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04003838 struct bnxt_ring_struct *ring =
3839 &rxr->rx_agg_ring_struct;
Michael Chanb81a90d2016-01-02 23:45:01 -05003840 u32 grp_idx = rxr->bnapi->index;
3841 u32 map_idx = grp_idx + bp->rx_nr_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04003842
3843 rc = hwrm_ring_alloc_send_msg(bp, ring,
3844 HWRM_RING_ALLOC_AGG,
Michael Chanb81a90d2016-01-02 23:45:01 -05003845 map_idx,
Michael Chanc0c050c2015-10-22 16:01:17 -04003846 INVALID_STATS_CTX_ID);
3847 if (rc)
3848 goto err_out;
3849
Michael Chanb81a90d2016-01-02 23:45:01 -05003850 rxr->rx_agg_doorbell = bp->bar1 + map_idx * 0x80;
Michael Chanc0c050c2015-10-22 16:01:17 -04003851 writel(DB_KEY_RX | rxr->rx_agg_prod,
3852 rxr->rx_agg_doorbell);
Michael Chanb81a90d2016-01-02 23:45:01 -05003853 bp->grp_info[grp_idx].agg_fw_ring_id = ring->fw_ring_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003854 }
3855 }
3856err_out:
3857 return rc;
3858}
3859
3860static int hwrm_ring_free_send_msg(struct bnxt *bp,
3861 struct bnxt_ring_struct *ring,
3862 u32 ring_type, int cmpl_ring_id)
3863{
3864 int rc;
3865 struct hwrm_ring_free_input req = {0};
3866 struct hwrm_ring_free_output *resp = bp->hwrm_cmd_resp_addr;
3867 u16 error_code;
3868
Prashant Sreedharan74608fc2016-01-28 03:11:20 -05003869 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_RING_FREE, cmpl_ring_id, -1);
Michael Chanc0c050c2015-10-22 16:01:17 -04003870 req.ring_type = ring_type;
3871 req.ring_id = cpu_to_le16(ring->fw_ring_id);
3872
3873 mutex_lock(&bp->hwrm_cmd_lock);
3874 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
3875 error_code = le16_to_cpu(resp->error_code);
3876 mutex_unlock(&bp->hwrm_cmd_lock);
3877
3878 if (rc || error_code) {
3879 switch (ring_type) {
3880 case RING_FREE_REQ_RING_TYPE_CMPL:
3881 netdev_err(bp->dev, "hwrm_ring_free cp failed. rc:%d\n",
3882 rc);
3883 return rc;
3884 case RING_FREE_REQ_RING_TYPE_RX:
3885 netdev_err(bp->dev, "hwrm_ring_free rx failed. rc:%d\n",
3886 rc);
3887 return rc;
3888 case RING_FREE_REQ_RING_TYPE_TX:
3889 netdev_err(bp->dev, "hwrm_ring_free tx failed. rc:%d\n",
3890 rc);
3891 return rc;
3892 default:
3893 netdev_err(bp->dev, "Invalid ring\n");
3894 return -1;
3895 }
3896 }
3897 return 0;
3898}
3899
Michael Chanedd0c2c2015-12-27 18:19:19 -05003900static void bnxt_hwrm_ring_free(struct bnxt *bp, bool close_path)
Michael Chanc0c050c2015-10-22 16:01:17 -04003901{
Michael Chanedd0c2c2015-12-27 18:19:19 -05003902 int i;
Michael Chanc0c050c2015-10-22 16:01:17 -04003903
3904 if (!bp->bnapi)
Michael Chanedd0c2c2015-12-27 18:19:19 -05003905 return;
Michael Chanc0c050c2015-10-22 16:01:17 -04003906
Michael Chanedd0c2c2015-12-27 18:19:19 -05003907 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05003908 struct bnxt_tx_ring_info *txr = &bp->tx_ring[i];
Michael Chanedd0c2c2015-12-27 18:19:19 -05003909 struct bnxt_ring_struct *ring = &txr->tx_ring_struct;
Michael Chanb81a90d2016-01-02 23:45:01 -05003910 u32 grp_idx = txr->bnapi->index;
3911 u32 cmpl_ring_id = bp->grp_info[grp_idx].cp_fw_ring_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003912
Michael Chanedd0c2c2015-12-27 18:19:19 -05003913 if (ring->fw_ring_id != INVALID_HW_RING_ID) {
3914 hwrm_ring_free_send_msg(bp, ring,
3915 RING_FREE_REQ_RING_TYPE_TX,
3916 close_path ? cmpl_ring_id :
3917 INVALID_HW_RING_ID);
3918 ring->fw_ring_id = INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04003919 }
3920 }
3921
Michael Chanedd0c2c2015-12-27 18:19:19 -05003922 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05003923 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanedd0c2c2015-12-27 18:19:19 -05003924 struct bnxt_ring_struct *ring = &rxr->rx_ring_struct;
Michael Chanb81a90d2016-01-02 23:45:01 -05003925 u32 grp_idx = rxr->bnapi->index;
3926 u32 cmpl_ring_id = bp->grp_info[grp_idx].cp_fw_ring_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003927
Michael Chanedd0c2c2015-12-27 18:19:19 -05003928 if (ring->fw_ring_id != INVALID_HW_RING_ID) {
3929 hwrm_ring_free_send_msg(bp, ring,
3930 RING_FREE_REQ_RING_TYPE_RX,
3931 close_path ? cmpl_ring_id :
3932 INVALID_HW_RING_ID);
3933 ring->fw_ring_id = INVALID_HW_RING_ID;
Michael Chanb81a90d2016-01-02 23:45:01 -05003934 bp->grp_info[grp_idx].rx_fw_ring_id =
3935 INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04003936 }
3937 }
3938
Michael Chanedd0c2c2015-12-27 18:19:19 -05003939 for (i = 0; i < bp->rx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05003940 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[i];
Michael Chanedd0c2c2015-12-27 18:19:19 -05003941 struct bnxt_ring_struct *ring = &rxr->rx_agg_ring_struct;
Michael Chanb81a90d2016-01-02 23:45:01 -05003942 u32 grp_idx = rxr->bnapi->index;
3943 u32 cmpl_ring_id = bp->grp_info[grp_idx].cp_fw_ring_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04003944
Michael Chanedd0c2c2015-12-27 18:19:19 -05003945 if (ring->fw_ring_id != INVALID_HW_RING_ID) {
3946 hwrm_ring_free_send_msg(bp, ring,
3947 RING_FREE_REQ_RING_TYPE_RX,
3948 close_path ? cmpl_ring_id :
3949 INVALID_HW_RING_ID);
3950 ring->fw_ring_id = INVALID_HW_RING_ID;
Michael Chanb81a90d2016-01-02 23:45:01 -05003951 bp->grp_info[grp_idx].agg_fw_ring_id =
3952 INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04003953 }
3954 }
3955
Michael Chanedd0c2c2015-12-27 18:19:19 -05003956 for (i = 0; i < bp->cp_nr_rings; i++) {
3957 struct bnxt_napi *bnapi = bp->bnapi[i];
3958 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
3959 struct bnxt_ring_struct *ring = &cpr->cp_ring_struct;
Michael Chanc0c050c2015-10-22 16:01:17 -04003960
Michael Chanedd0c2c2015-12-27 18:19:19 -05003961 if (ring->fw_ring_id != INVALID_HW_RING_ID) {
3962 hwrm_ring_free_send_msg(bp, ring,
3963 RING_FREE_REQ_RING_TYPE_CMPL,
3964 INVALID_HW_RING_ID);
3965 ring->fw_ring_id = INVALID_HW_RING_ID;
3966 bp->grp_info[i].cp_fw_ring_id = INVALID_HW_RING_ID;
Michael Chanc0c050c2015-10-22 16:01:17 -04003967 }
3968 }
Michael Chanc0c050c2015-10-22 16:01:17 -04003969}
3970
Michael Chanbb053f52016-02-26 04:00:02 -05003971static void bnxt_hwrm_set_coal_params(struct bnxt *bp, u32 max_bufs,
3972 u32 buf_tmrs, u16 flags,
3973 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req)
3974{
3975 req->flags = cpu_to_le16(flags);
3976 req->num_cmpl_dma_aggr = cpu_to_le16((u16)max_bufs);
3977 req->num_cmpl_dma_aggr_during_int = cpu_to_le16(max_bufs >> 16);
3978 req->cmpl_aggr_dma_tmr = cpu_to_le16((u16)buf_tmrs);
3979 req->cmpl_aggr_dma_tmr_during_int = cpu_to_le16(buf_tmrs >> 16);
3980 /* Minimum time between 2 interrupts set to buf_tmr x 2 */
3981 req->int_lat_tmr_min = cpu_to_le16((u16)buf_tmrs * 2);
3982 req->int_lat_tmr_max = cpu_to_le16((u16)buf_tmrs * 4);
3983 req->num_cmpl_aggr_int = cpu_to_le16((u16)max_bufs * 4);
3984}
3985
Michael Chanc0c050c2015-10-22 16:01:17 -04003986int bnxt_hwrm_set_coal(struct bnxt *bp)
3987{
3988 int i, rc = 0;
Michael Chandfc9c942016-02-26 04:00:03 -05003989 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0},
3990 req_tx = {0}, *req;
Michael Chanc0c050c2015-10-22 16:01:17 -04003991 u16 max_buf, max_buf_irq;
3992 u16 buf_tmr, buf_tmr_irq;
3993 u32 flags;
3994
Michael Chandfc9c942016-02-26 04:00:03 -05003995 bnxt_hwrm_cmd_hdr_init(bp, &req_rx,
3996 HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS, -1, -1);
3997 bnxt_hwrm_cmd_hdr_init(bp, &req_tx,
3998 HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS, -1, -1);
Michael Chanc0c050c2015-10-22 16:01:17 -04003999
Michael Chandfb5b892016-02-26 04:00:01 -05004000 /* Each rx completion (2 records) should be DMAed immediately.
4001 * DMA 1/4 of the completion buffers at a time.
4002 */
4003 max_buf = min_t(u16, bp->rx_coal_bufs / 4, 2);
Michael Chanc0c050c2015-10-22 16:01:17 -04004004 /* max_buf must not be zero */
4005 max_buf = clamp_t(u16, max_buf, 1, 63);
Michael Chandfb5b892016-02-26 04:00:01 -05004006 max_buf_irq = clamp_t(u16, bp->rx_coal_bufs_irq, 1, 63);
4007 buf_tmr = BNXT_USEC_TO_COAL_TIMER(bp->rx_coal_ticks);
4008 /* buf timer set to 1/4 of interrupt timer */
4009 buf_tmr = max_t(u16, buf_tmr / 4, 1);
4010 buf_tmr_irq = BNXT_USEC_TO_COAL_TIMER(bp->rx_coal_ticks_irq);
4011 buf_tmr_irq = max_t(u16, buf_tmr_irq, 1);
Michael Chanc0c050c2015-10-22 16:01:17 -04004012
4013 flags = RING_CMPL_RING_CFG_AGGINT_PARAMS_REQ_FLAGS_TIMER_RESET;
4014
4015 /* RING_IDLE generates more IRQs for lower latency. Enable it only
4016 * if coal_ticks is less than 25 us.
4017 */
Michael Chandfb5b892016-02-26 04:00:01 -05004018 if (bp->rx_coal_ticks < 25)
Michael Chanc0c050c2015-10-22 16:01:17 -04004019 flags |= RING_CMPL_RING_CFG_AGGINT_PARAMS_REQ_FLAGS_RING_IDLE;
4020
Michael Chanbb053f52016-02-26 04:00:02 -05004021 bnxt_hwrm_set_coal_params(bp, max_buf_irq << 16 | max_buf,
Michael Chandfc9c942016-02-26 04:00:03 -05004022 buf_tmr_irq << 16 | buf_tmr, flags, &req_rx);
4023
4024 /* max_buf must not be zero */
4025 max_buf = clamp_t(u16, bp->tx_coal_bufs, 1, 63);
4026 max_buf_irq = clamp_t(u16, bp->tx_coal_bufs_irq, 1, 63);
4027 buf_tmr = BNXT_USEC_TO_COAL_TIMER(bp->tx_coal_ticks);
4028 /* buf timer set to 1/4 of interrupt timer */
4029 buf_tmr = max_t(u16, buf_tmr / 4, 1);
4030 buf_tmr_irq = BNXT_USEC_TO_COAL_TIMER(bp->tx_coal_ticks_irq);
4031 buf_tmr_irq = max_t(u16, buf_tmr_irq, 1);
4032
4033 flags = RING_CMPL_RING_CFG_AGGINT_PARAMS_REQ_FLAGS_TIMER_RESET;
4034 bnxt_hwrm_set_coal_params(bp, max_buf_irq << 16 | max_buf,
4035 buf_tmr_irq << 16 | buf_tmr, flags, &req_tx);
Michael Chanc0c050c2015-10-22 16:01:17 -04004036
4037 mutex_lock(&bp->hwrm_cmd_lock);
4038 for (i = 0; i < bp->cp_nr_rings; i++) {
Michael Chandfc9c942016-02-26 04:00:03 -05004039 struct bnxt_napi *bnapi = bp->bnapi[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04004040
Michael Chandfc9c942016-02-26 04:00:03 -05004041 req = &req_rx;
4042 if (!bnapi->rx_ring)
4043 req = &req_tx;
4044 req->ring_id = cpu_to_le16(bp->grp_info[i].cp_fw_ring_id);
4045
4046 rc = _hwrm_send_message(bp, req, sizeof(*req),
Michael Chanc0c050c2015-10-22 16:01:17 -04004047 HWRM_CMD_TIMEOUT);
4048 if (rc)
4049 break;
4050 }
4051 mutex_unlock(&bp->hwrm_cmd_lock);
4052 return rc;
4053}
4054
4055static int bnxt_hwrm_stat_ctx_free(struct bnxt *bp)
4056{
4057 int rc = 0, i;
4058 struct hwrm_stat_ctx_free_input req = {0};
4059
4060 if (!bp->bnapi)
4061 return 0;
4062
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04004063 if (BNXT_CHIP_TYPE_NITRO_A0(bp))
4064 return 0;
4065
Michael Chanc0c050c2015-10-22 16:01:17 -04004066 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_STAT_CTX_FREE, -1, -1);
4067
4068 mutex_lock(&bp->hwrm_cmd_lock);
4069 for (i = 0; i < bp->cp_nr_rings; i++) {
4070 struct bnxt_napi *bnapi = bp->bnapi[i];
4071 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
4072
4073 if (cpr->hw_stats_ctx_id != INVALID_STATS_CTX_ID) {
4074 req.stat_ctx_id = cpu_to_le32(cpr->hw_stats_ctx_id);
4075
4076 rc = _hwrm_send_message(bp, &req, sizeof(req),
4077 HWRM_CMD_TIMEOUT);
4078 if (rc)
4079 break;
4080
4081 cpr->hw_stats_ctx_id = INVALID_STATS_CTX_ID;
4082 }
4083 }
4084 mutex_unlock(&bp->hwrm_cmd_lock);
4085 return rc;
4086}
4087
4088static int bnxt_hwrm_stat_ctx_alloc(struct bnxt *bp)
4089{
4090 int rc = 0, i;
4091 struct hwrm_stat_ctx_alloc_input req = {0};
4092 struct hwrm_stat_ctx_alloc_output *resp = bp->hwrm_cmd_resp_addr;
4093
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04004094 if (BNXT_CHIP_TYPE_NITRO_A0(bp))
4095 return 0;
4096
Michael Chanc0c050c2015-10-22 16:01:17 -04004097 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_STAT_CTX_ALLOC, -1, -1);
4098
Michael Chan51f30782016-07-01 18:46:29 -04004099 req.update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000);
Michael Chanc0c050c2015-10-22 16:01:17 -04004100
4101 mutex_lock(&bp->hwrm_cmd_lock);
4102 for (i = 0; i < bp->cp_nr_rings; i++) {
4103 struct bnxt_napi *bnapi = bp->bnapi[i];
4104 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
4105
4106 req.stats_dma_addr = cpu_to_le64(cpr->hw_stats_map);
4107
4108 rc = _hwrm_send_message(bp, &req, sizeof(req),
4109 HWRM_CMD_TIMEOUT);
4110 if (rc)
4111 break;
4112
4113 cpr->hw_stats_ctx_id = le32_to_cpu(resp->stat_ctx_id);
4114
4115 bp->grp_info[i].fw_stats_ctx = cpr->hw_stats_ctx_id;
4116 }
4117 mutex_unlock(&bp->hwrm_cmd_lock);
4118 return 0;
4119}
4120
Michael Chancf6645f2016-06-13 02:25:28 -04004121static int bnxt_hwrm_func_qcfg(struct bnxt *bp)
4122{
4123 struct hwrm_func_qcfg_input req = {0};
Satish Baddipadige567b2ab2016-06-13 02:25:31 -04004124 struct hwrm_func_qcfg_output *resp = bp->hwrm_cmd_resp_addr;
Michael Chancf6645f2016-06-13 02:25:28 -04004125 int rc;
4126
4127 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FUNC_QCFG, -1, -1);
4128 req.fid = cpu_to_le16(0xffff);
4129 mutex_lock(&bp->hwrm_cmd_lock);
4130 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
4131 if (rc)
4132 goto func_qcfg_exit;
4133
4134#ifdef CONFIG_BNXT_SRIOV
4135 if (BNXT_VF(bp)) {
Michael Chancf6645f2016-06-13 02:25:28 -04004136 struct bnxt_vf_info *vf = &bp->vf;
4137
4138 vf->vlan = le16_to_cpu(resp->vlan) & VLAN_VID_MASK;
4139 }
4140#endif
Satish Baddipadige567b2ab2016-06-13 02:25:31 -04004141 switch (resp->port_partition_type) {
4142 case FUNC_QCFG_RESP_PORT_PARTITION_TYPE_NPAR1_0:
4143 case FUNC_QCFG_RESP_PORT_PARTITION_TYPE_NPAR1_5:
4144 case FUNC_QCFG_RESP_PORT_PARTITION_TYPE_NPAR2_0:
4145 bp->port_partition_type = resp->port_partition_type;
4146 break;
4147 }
Michael Chancf6645f2016-06-13 02:25:28 -04004148
4149func_qcfg_exit:
4150 mutex_unlock(&bp->hwrm_cmd_lock);
4151 return rc;
4152}
4153
Michael Chan4a21b492015-12-27 18:19:26 -05004154int bnxt_hwrm_func_qcaps(struct bnxt *bp)
Michael Chanc0c050c2015-10-22 16:01:17 -04004155{
4156 int rc = 0;
4157 struct hwrm_func_qcaps_input req = {0};
4158 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr;
4159
4160 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FUNC_QCAPS, -1, -1);
4161 req.fid = cpu_to_le16(0xffff);
4162
4163 mutex_lock(&bp->hwrm_cmd_lock);
4164 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
4165 if (rc)
4166 goto hwrm_func_qcaps_exit;
4167
Michael Chan7cc5a202016-09-19 03:58:05 -04004168 bp->tx_push_thresh = 0;
4169 if (resp->flags &
4170 cpu_to_le32(FUNC_QCAPS_RESP_FLAGS_PUSH_MODE_SUPPORTED))
4171 bp->tx_push_thresh = BNXT_TX_PUSH_THRESH;
4172
Michael Chanc0c050c2015-10-22 16:01:17 -04004173 if (BNXT_PF(bp)) {
4174 struct bnxt_pf_info *pf = &bp->pf;
4175
4176 pf->fw_fid = le16_to_cpu(resp->fid);
4177 pf->port_id = le16_to_cpu(resp->port_id);
Michael Chan87027db2016-07-01 18:46:28 -04004178 bp->dev->dev_port = pf->port_id;
Michael Chan11f15ed2016-04-05 14:08:55 -04004179 memcpy(pf->mac_addr, resp->mac_address, ETH_ALEN);
Jeffrey Huangbdd43472015-12-02 01:54:07 -05004180 memcpy(bp->dev->dev_addr, pf->mac_addr, ETH_ALEN);
Michael Chanc0c050c2015-10-22 16:01:17 -04004181 pf->max_rsscos_ctxs = le16_to_cpu(resp->max_rsscos_ctx);
4182 pf->max_cp_rings = le16_to_cpu(resp->max_cmpl_rings);
4183 pf->max_tx_rings = le16_to_cpu(resp->max_tx_rings);
Michael Chanc0c050c2015-10-22 16:01:17 -04004184 pf->max_rx_rings = le16_to_cpu(resp->max_rx_rings);
Michael Chanb72d4a62015-12-27 18:19:27 -05004185 pf->max_hw_ring_grps = le32_to_cpu(resp->max_hw_ring_grps);
4186 if (!pf->max_hw_ring_grps)
4187 pf->max_hw_ring_grps = pf->max_tx_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04004188 pf->max_l2_ctxs = le16_to_cpu(resp->max_l2_ctxs);
4189 pf->max_vnics = le16_to_cpu(resp->max_vnics);
4190 pf->max_stat_ctxs = le16_to_cpu(resp->max_stat_ctx);
4191 pf->first_vf_id = le16_to_cpu(resp->first_vf_id);
4192 pf->max_vfs = le16_to_cpu(resp->max_vfs);
4193 pf->max_encap_records = le32_to_cpu(resp->max_encap_records);
4194 pf->max_decap_records = le32_to_cpu(resp->max_decap_records);
4195 pf->max_tx_em_flows = le32_to_cpu(resp->max_tx_em_flows);
4196 pf->max_tx_wm_flows = le32_to_cpu(resp->max_tx_wm_flows);
4197 pf->max_rx_em_flows = le32_to_cpu(resp->max_rx_em_flows);
4198 pf->max_rx_wm_flows = le32_to_cpu(resp->max_rx_wm_flows);
4199 } else {
Michael Chan379a80a2015-10-23 15:06:19 -04004200#ifdef CONFIG_BNXT_SRIOV
Michael Chanc0c050c2015-10-22 16:01:17 -04004201 struct bnxt_vf_info *vf = &bp->vf;
4202
4203 vf->fw_fid = le16_to_cpu(resp->fid);
Michael Chanc0c050c2015-10-22 16:01:17 -04004204
4205 vf->max_rsscos_ctxs = le16_to_cpu(resp->max_rsscos_ctx);
4206 vf->max_cp_rings = le16_to_cpu(resp->max_cmpl_rings);
4207 vf->max_tx_rings = le16_to_cpu(resp->max_tx_rings);
4208 vf->max_rx_rings = le16_to_cpu(resp->max_rx_rings);
Michael Chanb72d4a62015-12-27 18:19:27 -05004209 vf->max_hw_ring_grps = le32_to_cpu(resp->max_hw_ring_grps);
4210 if (!vf->max_hw_ring_grps)
4211 vf->max_hw_ring_grps = vf->max_tx_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04004212 vf->max_l2_ctxs = le16_to_cpu(resp->max_l2_ctxs);
4213 vf->max_vnics = le16_to_cpu(resp->max_vnics);
4214 vf->max_stat_ctxs = le16_to_cpu(resp->max_stat_ctx);
Michael Chan7cc5a202016-09-19 03:58:05 -04004215
4216 memcpy(vf->mac_addr, resp->mac_address, ETH_ALEN);
Michael Chan001154e2016-09-19 03:58:06 -04004217 mutex_unlock(&bp->hwrm_cmd_lock);
4218
4219 if (is_valid_ether_addr(vf->mac_addr)) {
Michael Chan7cc5a202016-09-19 03:58:05 -04004220 /* overwrite netdev dev_adr with admin VF MAC */
4221 memcpy(bp->dev->dev_addr, vf->mac_addr, ETH_ALEN);
Michael Chan001154e2016-09-19 03:58:06 -04004222 } else {
Michael Chan7cc5a202016-09-19 03:58:05 -04004223 random_ether_addr(bp->dev->dev_addr);
Michael Chan001154e2016-09-19 03:58:06 -04004224 rc = bnxt_approve_mac(bp, bp->dev->dev_addr);
4225 }
4226 return rc;
Michael Chan379a80a2015-10-23 15:06:19 -04004227#endif
Michael Chanc0c050c2015-10-22 16:01:17 -04004228 }
4229
Michael Chanc0c050c2015-10-22 16:01:17 -04004230hwrm_func_qcaps_exit:
4231 mutex_unlock(&bp->hwrm_cmd_lock);
4232 return rc;
4233}
4234
4235static int bnxt_hwrm_func_reset(struct bnxt *bp)
4236{
4237 struct hwrm_func_reset_input req = {0};
4238
4239 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FUNC_RESET, -1, -1);
4240 req.enables = 0;
4241
4242 return hwrm_send_message(bp, &req, sizeof(req), HWRM_RESET_TIMEOUT);
4243}
4244
4245static int bnxt_hwrm_queue_qportcfg(struct bnxt *bp)
4246{
4247 int rc = 0;
4248 struct hwrm_queue_qportcfg_input req = {0};
4249 struct hwrm_queue_qportcfg_output *resp = bp->hwrm_cmd_resp_addr;
4250 u8 i, *qptr;
4251
4252 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_QUEUE_QPORTCFG, -1, -1);
4253
4254 mutex_lock(&bp->hwrm_cmd_lock);
4255 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
4256 if (rc)
4257 goto qportcfg_exit;
4258
4259 if (!resp->max_configurable_queues) {
4260 rc = -EINVAL;
4261 goto qportcfg_exit;
4262 }
4263 bp->max_tc = resp->max_configurable_queues;
Michael Chan87c374d2016-12-02 21:17:16 -05004264 bp->max_lltc = resp->max_configurable_lossless_queues;
Michael Chanc0c050c2015-10-22 16:01:17 -04004265 if (bp->max_tc > BNXT_MAX_QUEUE)
4266 bp->max_tc = BNXT_MAX_QUEUE;
4267
Michael Chan441cabb2016-09-19 03:58:02 -04004268 if (resp->queue_cfg_info & QUEUE_QPORTCFG_RESP_QUEUE_CFG_INFO_ASYM_CFG)
4269 bp->max_tc = 1;
4270
Michael Chan87c374d2016-12-02 21:17:16 -05004271 if (bp->max_lltc > bp->max_tc)
4272 bp->max_lltc = bp->max_tc;
4273
Michael Chanc0c050c2015-10-22 16:01:17 -04004274 qptr = &resp->queue_id0;
4275 for (i = 0; i < bp->max_tc; i++) {
4276 bp->q_info[i].queue_id = *qptr++;
4277 bp->q_info[i].queue_profile = *qptr++;
4278 }
4279
4280qportcfg_exit:
4281 mutex_unlock(&bp->hwrm_cmd_lock);
4282 return rc;
4283}
4284
4285static int bnxt_hwrm_ver_get(struct bnxt *bp)
4286{
4287 int rc;
4288 struct hwrm_ver_get_input req = {0};
4289 struct hwrm_ver_get_output *resp = bp->hwrm_cmd_resp_addr;
4290
Michael Chane6ef2692016-03-28 19:46:05 -04004291 bp->hwrm_max_req_len = HWRM_MAX_REQ_LEN;
Michael Chanc0c050c2015-10-22 16:01:17 -04004292 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_VER_GET, -1, -1);
4293 req.hwrm_intf_maj = HWRM_VERSION_MAJOR;
4294 req.hwrm_intf_min = HWRM_VERSION_MINOR;
4295 req.hwrm_intf_upd = HWRM_VERSION_UPDATE;
4296 mutex_lock(&bp->hwrm_cmd_lock);
4297 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
4298 if (rc)
4299 goto hwrm_ver_get_exit;
4300
4301 memcpy(&bp->ver_resp, resp, sizeof(struct hwrm_ver_get_output));
4302
Michael Chan11f15ed2016-04-05 14:08:55 -04004303 bp->hwrm_spec_code = resp->hwrm_intf_maj << 16 |
4304 resp->hwrm_intf_min << 8 | resp->hwrm_intf_upd;
Michael Chanc1935542015-12-27 18:19:28 -05004305 if (resp->hwrm_intf_maj < 1) {
4306 netdev_warn(bp->dev, "HWRM interface %d.%d.%d is older than 1.0.0.\n",
Michael Chanc0c050c2015-10-22 16:01:17 -04004307 resp->hwrm_intf_maj, resp->hwrm_intf_min,
Michael Chanc1935542015-12-27 18:19:28 -05004308 resp->hwrm_intf_upd);
4309 netdev_warn(bp->dev, "Please update firmware with HWRM interface 1.0.0 or newer.\n");
Michael Chanc0c050c2015-10-22 16:01:17 -04004310 }
Rob Swindell3ebf6f02016-02-26 04:00:06 -05004311 snprintf(bp->fw_ver_str, BC_HWRM_STR_LEN, "%d.%d.%d/%d.%d.%d",
Michael Chanc0c050c2015-10-22 16:01:17 -04004312 resp->hwrm_fw_maj, resp->hwrm_fw_min, resp->hwrm_fw_bld,
4313 resp->hwrm_intf_maj, resp->hwrm_intf_min, resp->hwrm_intf_upd);
4314
Michael Chanff4fe812016-02-26 04:00:04 -05004315 bp->hwrm_cmd_timeout = le16_to_cpu(resp->def_req_timeout);
4316 if (!bp->hwrm_cmd_timeout)
4317 bp->hwrm_cmd_timeout = DFLT_HWRM_CMD_TIMEOUT;
4318
Michael Chane6ef2692016-03-28 19:46:05 -04004319 if (resp->hwrm_intf_maj >= 1)
4320 bp->hwrm_max_req_len = le16_to_cpu(resp->max_req_win_len);
4321
Michael Chan659c8052016-06-13 02:25:33 -04004322 bp->chip_num = le16_to_cpu(resp->chip_num);
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04004323 if (bp->chip_num == CHIP_NUM_58700 && !resp->chip_rev &&
4324 !resp->chip_metal)
4325 bp->flags |= BNXT_FLAG_CHIP_NITRO_A0;
Michael Chan659c8052016-06-13 02:25:33 -04004326
Michael Chanc0c050c2015-10-22 16:01:17 -04004327hwrm_ver_get_exit:
4328 mutex_unlock(&bp->hwrm_cmd_lock);
4329 return rc;
4330}
4331
Rob Swindell5ac67d82016-09-19 03:58:03 -04004332int bnxt_hwrm_fw_set_time(struct bnxt *bp)
4333{
Rob Swindell878786d2016-09-20 03:36:33 -04004334#if IS_ENABLED(CONFIG_RTC_LIB)
Rob Swindell5ac67d82016-09-19 03:58:03 -04004335 struct hwrm_fw_set_time_input req = {0};
4336 struct rtc_time tm;
4337 struct timeval tv;
4338
4339 if (bp->hwrm_spec_code < 0x10400)
4340 return -EOPNOTSUPP;
4341
4342 do_gettimeofday(&tv);
4343 rtc_time_to_tm(tv.tv_sec, &tm);
4344 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FW_SET_TIME, -1, -1);
4345 req.year = cpu_to_le16(1900 + tm.tm_year);
4346 req.month = 1 + tm.tm_mon;
4347 req.day = tm.tm_mday;
4348 req.hour = tm.tm_hour;
4349 req.minute = tm.tm_min;
4350 req.second = tm.tm_sec;
4351 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
Rob Swindell878786d2016-09-20 03:36:33 -04004352#else
4353 return -EOPNOTSUPP;
4354#endif
Rob Swindell5ac67d82016-09-19 03:58:03 -04004355}
4356
Michael Chan3bdf56c2016-03-07 15:38:45 -05004357static int bnxt_hwrm_port_qstats(struct bnxt *bp)
4358{
4359 int rc;
4360 struct bnxt_pf_info *pf = &bp->pf;
4361 struct hwrm_port_qstats_input req = {0};
4362
4363 if (!(bp->flags & BNXT_FLAG_PORT_STATS))
4364 return 0;
4365
4366 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_PORT_QSTATS, -1, -1);
4367 req.port_id = cpu_to_le16(pf->port_id);
4368 req.tx_stat_host_addr = cpu_to_le64(bp->hw_tx_port_stats_map);
4369 req.rx_stat_host_addr = cpu_to_le64(bp->hw_rx_port_stats_map);
4370 rc = hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
4371 return rc;
4372}
4373
Michael Chanc0c050c2015-10-22 16:01:17 -04004374static void bnxt_hwrm_free_tunnel_ports(struct bnxt *bp)
4375{
4376 if (bp->vxlan_port_cnt) {
4377 bnxt_hwrm_tunnel_dst_port_free(
4378 bp, TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN);
4379 }
4380 bp->vxlan_port_cnt = 0;
4381 if (bp->nge_port_cnt) {
4382 bnxt_hwrm_tunnel_dst_port_free(
4383 bp, TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE);
4384 }
4385 bp->nge_port_cnt = 0;
4386}
4387
4388static int bnxt_set_tpa(struct bnxt *bp, bool set_tpa)
4389{
4390 int rc, i;
4391 u32 tpa_flags = 0;
4392
4393 if (set_tpa)
4394 tpa_flags = bp->flags & BNXT_FLAG_TPA;
4395 for (i = 0; i < bp->nr_vnics; i++) {
4396 rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags);
4397 if (rc) {
4398 netdev_err(bp->dev, "hwrm vnic set tpa failure rc for vnic %d: %x\n",
4399 rc, i);
4400 return rc;
4401 }
4402 }
4403 return 0;
4404}
4405
4406static void bnxt_hwrm_clear_vnic_rss(struct bnxt *bp)
4407{
4408 int i;
4409
4410 for (i = 0; i < bp->nr_vnics; i++)
4411 bnxt_hwrm_vnic_set_rss(bp, i, false);
4412}
4413
4414static void bnxt_hwrm_resource_free(struct bnxt *bp, bool close_path,
4415 bool irq_re_init)
4416{
4417 if (bp->vnic_info) {
4418 bnxt_hwrm_clear_vnic_filter(bp);
4419 /* clear all RSS setting before free vnic ctx */
4420 bnxt_hwrm_clear_vnic_rss(bp);
4421 bnxt_hwrm_vnic_ctx_free(bp);
4422 /* before free the vnic, undo the vnic tpa settings */
4423 if (bp->flags & BNXT_FLAG_TPA)
4424 bnxt_set_tpa(bp, false);
4425 bnxt_hwrm_vnic_free(bp);
4426 }
4427 bnxt_hwrm_ring_free(bp, close_path);
4428 bnxt_hwrm_ring_grp_free(bp);
4429 if (irq_re_init) {
4430 bnxt_hwrm_stat_ctx_free(bp);
4431 bnxt_hwrm_free_tunnel_ports(bp);
4432 }
4433}
4434
4435static int bnxt_setup_vnic(struct bnxt *bp, u16 vnic_id)
4436{
4437 int rc;
4438
4439 /* allocate context for vnic */
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04004440 rc = bnxt_hwrm_vnic_ctx_alloc(bp, vnic_id, 0);
Michael Chanc0c050c2015-10-22 16:01:17 -04004441 if (rc) {
4442 netdev_err(bp->dev, "hwrm vnic %d alloc failure rc: %x\n",
4443 vnic_id, rc);
4444 goto vnic_setup_err;
4445 }
4446 bp->rsscos_nr_ctxs++;
4447
Prashant Sreedharan94ce9ca2016-07-18 07:15:21 -04004448 if (BNXT_CHIP_TYPE_NITRO_A0(bp)) {
4449 rc = bnxt_hwrm_vnic_ctx_alloc(bp, vnic_id, 1);
4450 if (rc) {
4451 netdev_err(bp->dev, "hwrm vnic %d cos ctx alloc failure rc: %x\n",
4452 vnic_id, rc);
4453 goto vnic_setup_err;
4454 }
4455 bp->rsscos_nr_ctxs++;
4456 }
4457
Michael Chanc0c050c2015-10-22 16:01:17 -04004458 /* configure default vnic, ring grp */
4459 rc = bnxt_hwrm_vnic_cfg(bp, vnic_id);
4460 if (rc) {
4461 netdev_err(bp->dev, "hwrm vnic %d cfg failure rc: %x\n",
4462 vnic_id, rc);
4463 goto vnic_setup_err;
4464 }
4465
4466 /* Enable RSS hashing on vnic */
4467 rc = bnxt_hwrm_vnic_set_rss(bp, vnic_id, true);
4468 if (rc) {
4469 netdev_err(bp->dev, "hwrm vnic %d set rss failure rc: %x\n",
4470 vnic_id, rc);
4471 goto vnic_setup_err;
4472 }
4473
4474 if (bp->flags & BNXT_FLAG_AGG_RINGS) {
4475 rc = bnxt_hwrm_vnic_set_hds(bp, vnic_id);
4476 if (rc) {
4477 netdev_err(bp->dev, "hwrm vnic %d set hds failure rc: %x\n",
4478 vnic_id, rc);
4479 }
4480 }
4481
4482vnic_setup_err:
4483 return rc;
4484}
4485
4486static int bnxt_alloc_rfs_vnics(struct bnxt *bp)
4487{
4488#ifdef CONFIG_RFS_ACCEL
4489 int i, rc = 0;
4490
4491 for (i = 0; i < bp->rx_nr_rings; i++) {
4492 u16 vnic_id = i + 1;
4493 u16 ring_id = i;
4494
4495 if (vnic_id >= bp->nr_vnics)
4496 break;
4497
4498 bp->vnic_info[vnic_id].flags |= BNXT_VNIC_RFS_FLAG;
Michael Chanb81a90d2016-01-02 23:45:01 -05004499 rc = bnxt_hwrm_vnic_alloc(bp, vnic_id, ring_id, 1);
Michael Chanc0c050c2015-10-22 16:01:17 -04004500 if (rc) {
4501 netdev_err(bp->dev, "hwrm vnic %d alloc failure rc: %x\n",
4502 vnic_id, rc);
4503 break;
4504 }
4505 rc = bnxt_setup_vnic(bp, vnic_id);
4506 if (rc)
4507 break;
4508 }
4509 return rc;
4510#else
4511 return 0;
4512#endif
4513}
4514
Michael Chan17c71ac2016-07-01 18:46:27 -04004515/* Allow PF and VF with default VLAN to be in promiscuous mode */
4516static bool bnxt_promisc_ok(struct bnxt *bp)
4517{
4518#ifdef CONFIG_BNXT_SRIOV
4519 if (BNXT_VF(bp) && !bp->vf.vlan)
4520 return false;
4521#endif
4522 return true;
4523}
4524
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04004525static int bnxt_setup_nitroa0_vnic(struct bnxt *bp)
4526{
4527 unsigned int rc = 0;
4528
4529 rc = bnxt_hwrm_vnic_alloc(bp, 1, bp->rx_nr_rings - 1, 1);
4530 if (rc) {
4531 netdev_err(bp->dev, "Cannot allocate special vnic for NS2 A0: %x\n",
4532 rc);
4533 return rc;
4534 }
4535
4536 rc = bnxt_hwrm_vnic_cfg(bp, 1);
4537 if (rc) {
4538 netdev_err(bp->dev, "Cannot allocate special vnic for NS2 A0: %x\n",
4539 rc);
4540 return rc;
4541 }
4542 return rc;
4543}
4544
Michael Chanb664f002015-12-02 01:54:08 -05004545static int bnxt_cfg_rx_mode(struct bnxt *);
Michael Chan7d2837d2016-05-04 16:56:44 -04004546static bool bnxt_mc_list_updated(struct bnxt *, u32 *);
Michael Chanb664f002015-12-02 01:54:08 -05004547
Michael Chanc0c050c2015-10-22 16:01:17 -04004548static int bnxt_init_chip(struct bnxt *bp, bool irq_re_init)
4549{
Michael Chan7d2837d2016-05-04 16:56:44 -04004550 struct bnxt_vnic_info *vnic = &bp->vnic_info[0];
Michael Chanc0c050c2015-10-22 16:01:17 -04004551 int rc = 0;
Prashant Sreedharan76595192016-07-18 07:15:22 -04004552 unsigned int rx_nr_rings = bp->rx_nr_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04004553
4554 if (irq_re_init) {
4555 rc = bnxt_hwrm_stat_ctx_alloc(bp);
4556 if (rc) {
4557 netdev_err(bp->dev, "hwrm stat ctx alloc failure rc: %x\n",
4558 rc);
4559 goto err_out;
4560 }
4561 }
4562
4563 rc = bnxt_hwrm_ring_alloc(bp);
4564 if (rc) {
4565 netdev_err(bp->dev, "hwrm ring alloc failure rc: %x\n", rc);
4566 goto err_out;
4567 }
4568
4569 rc = bnxt_hwrm_ring_grp_alloc(bp);
4570 if (rc) {
4571 netdev_err(bp->dev, "hwrm_ring_grp alloc failure: %x\n", rc);
4572 goto err_out;
4573 }
4574
Prashant Sreedharan76595192016-07-18 07:15:22 -04004575 if (BNXT_CHIP_TYPE_NITRO_A0(bp))
4576 rx_nr_rings--;
4577
Michael Chanc0c050c2015-10-22 16:01:17 -04004578 /* default vnic 0 */
Prashant Sreedharan76595192016-07-18 07:15:22 -04004579 rc = bnxt_hwrm_vnic_alloc(bp, 0, 0, rx_nr_rings);
Michael Chanc0c050c2015-10-22 16:01:17 -04004580 if (rc) {
4581 netdev_err(bp->dev, "hwrm vnic alloc failure rc: %x\n", rc);
4582 goto err_out;
4583 }
4584
4585 rc = bnxt_setup_vnic(bp, 0);
4586 if (rc)
4587 goto err_out;
4588
4589 if (bp->flags & BNXT_FLAG_RFS) {
4590 rc = bnxt_alloc_rfs_vnics(bp);
4591 if (rc)
4592 goto err_out;
4593 }
4594
4595 if (bp->flags & BNXT_FLAG_TPA) {
4596 rc = bnxt_set_tpa(bp, true);
4597 if (rc)
4598 goto err_out;
4599 }
4600
4601 if (BNXT_VF(bp))
4602 bnxt_update_vf_mac(bp);
4603
4604 /* Filter for default vnic 0 */
4605 rc = bnxt_hwrm_set_vnic_filter(bp, 0, 0, bp->dev->dev_addr);
4606 if (rc) {
4607 netdev_err(bp->dev, "HWRM vnic filter failure rc: %x\n", rc);
4608 goto err_out;
4609 }
Michael Chan7d2837d2016-05-04 16:56:44 -04004610 vnic->uc_filter_count = 1;
Michael Chanc0c050c2015-10-22 16:01:17 -04004611
Michael Chan7d2837d2016-05-04 16:56:44 -04004612 vnic->rx_mask = CFA_L2_SET_RX_MASK_REQ_MASK_BCAST;
Michael Chanc0c050c2015-10-22 16:01:17 -04004613
Michael Chan17c71ac2016-07-01 18:46:27 -04004614 if ((bp->dev->flags & IFF_PROMISC) && bnxt_promisc_ok(bp))
Michael Chan7d2837d2016-05-04 16:56:44 -04004615 vnic->rx_mask |= CFA_L2_SET_RX_MASK_REQ_MASK_PROMISCUOUS;
4616
4617 if (bp->dev->flags & IFF_ALLMULTI) {
4618 vnic->rx_mask |= CFA_L2_SET_RX_MASK_REQ_MASK_ALL_MCAST;
4619 vnic->mc_list_count = 0;
4620 } else {
4621 u32 mask = 0;
4622
4623 bnxt_mc_list_updated(bp, &mask);
4624 vnic->rx_mask |= mask;
4625 }
Michael Chanc0c050c2015-10-22 16:01:17 -04004626
Michael Chanb664f002015-12-02 01:54:08 -05004627 rc = bnxt_cfg_rx_mode(bp);
4628 if (rc)
Michael Chanc0c050c2015-10-22 16:01:17 -04004629 goto err_out;
Michael Chanc0c050c2015-10-22 16:01:17 -04004630
4631 rc = bnxt_hwrm_set_coal(bp);
4632 if (rc)
4633 netdev_warn(bp->dev, "HWRM set coalescing failure rc: %x\n",
Prashant Sreedharandc52c6c2016-07-18 07:15:24 -04004634 rc);
4635
4636 if (BNXT_CHIP_TYPE_NITRO_A0(bp)) {
4637 rc = bnxt_setup_nitroa0_vnic(bp);
4638 if (rc)
4639 netdev_err(bp->dev, "Special vnic setup failure for NS2 A0 rc: %x\n",
4640 rc);
4641 }
Michael Chanc0c050c2015-10-22 16:01:17 -04004642
Michael Chancf6645f2016-06-13 02:25:28 -04004643 if (BNXT_VF(bp)) {
4644 bnxt_hwrm_func_qcfg(bp);
4645 netdev_update_features(bp->dev);
4646 }
4647
Michael Chanc0c050c2015-10-22 16:01:17 -04004648 return 0;
4649
4650err_out:
4651 bnxt_hwrm_resource_free(bp, 0, true);
4652
4653 return rc;
4654}
4655
4656static int bnxt_shutdown_nic(struct bnxt *bp, bool irq_re_init)
4657{
4658 bnxt_hwrm_resource_free(bp, 1, irq_re_init);
4659 return 0;
4660}
4661
4662static int bnxt_init_nic(struct bnxt *bp, bool irq_re_init)
4663{
4664 bnxt_init_rx_rings(bp);
4665 bnxt_init_tx_rings(bp);
4666 bnxt_init_ring_grps(bp, irq_re_init);
4667 bnxt_init_vnics(bp);
4668
4669 return bnxt_init_chip(bp, irq_re_init);
4670}
4671
4672static void bnxt_disable_int(struct bnxt *bp)
4673{
4674 int i;
4675
4676 if (!bp->bnapi)
4677 return;
4678
4679 for (i = 0; i < bp->cp_nr_rings; i++) {
4680 struct bnxt_napi *bnapi = bp->bnapi[i];
4681 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
4682
4683 BNXT_CP_DB(cpr->cp_doorbell, cpr->cp_raw_cons);
4684 }
4685}
4686
4687static void bnxt_enable_int(struct bnxt *bp)
4688{
4689 int i;
4690
4691 atomic_set(&bp->intr_sem, 0);
4692 for (i = 0; i < bp->cp_nr_rings; i++) {
4693 struct bnxt_napi *bnapi = bp->bnapi[i];
4694 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
4695
4696 BNXT_CP_DB_REARM(cpr->cp_doorbell, cpr->cp_raw_cons);
4697 }
4698}
4699
4700static int bnxt_set_real_num_queues(struct bnxt *bp)
4701{
4702 int rc;
4703 struct net_device *dev = bp->dev;
4704
4705 rc = netif_set_real_num_tx_queues(dev, bp->tx_nr_rings);
4706 if (rc)
4707 return rc;
4708
4709 rc = netif_set_real_num_rx_queues(dev, bp->rx_nr_rings);
4710 if (rc)
4711 return rc;
4712
4713#ifdef CONFIG_RFS_ACCEL
Michael Chan45019a12015-12-27 18:19:22 -05004714 if (bp->flags & BNXT_FLAG_RFS)
Michael Chanc0c050c2015-10-22 16:01:17 -04004715 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(bp->rx_nr_rings);
Michael Chanc0c050c2015-10-22 16:01:17 -04004716#endif
4717
4718 return rc;
4719}
4720
Michael Chan6e6c5a52016-01-02 23:45:02 -05004721static int bnxt_trim_rings(struct bnxt *bp, int *rx, int *tx, int max,
4722 bool shared)
4723{
4724 int _rx = *rx, _tx = *tx;
4725
4726 if (shared) {
4727 *rx = min_t(int, _rx, max);
4728 *tx = min_t(int, _tx, max);
4729 } else {
4730 if (max < 2)
4731 return -ENOMEM;
4732
4733 while (_rx + _tx > max) {
4734 if (_rx > _tx && _rx > 1)
4735 _rx--;
4736 else if (_tx > 1)
4737 _tx--;
4738 }
4739 *rx = _rx;
4740 *tx = _tx;
4741 }
4742 return 0;
4743}
4744
Michael Chanc0c050c2015-10-22 16:01:17 -04004745static int bnxt_setup_msix(struct bnxt *bp)
4746{
4747 struct msix_entry *msix_ent;
4748 struct net_device *dev = bp->dev;
Michael Chan01657bc2016-01-02 23:45:03 -05004749 int i, total_vecs, rc = 0, min = 1;
Michael Chanc0c050c2015-10-22 16:01:17 -04004750 const int len = sizeof(bp->irq_tbl[0].name);
4751
4752 bp->flags &= ~BNXT_FLAG_USING_MSIX;
4753 total_vecs = bp->cp_nr_rings;
4754
4755 msix_ent = kcalloc(total_vecs, sizeof(struct msix_entry), GFP_KERNEL);
4756 if (!msix_ent)
4757 return -ENOMEM;
4758
4759 for (i = 0; i < total_vecs; i++) {
4760 msix_ent[i].entry = i;
4761 msix_ent[i].vector = 0;
4762 }
4763
Michael Chan01657bc2016-01-02 23:45:03 -05004764 if (!(bp->flags & BNXT_FLAG_SHARED_RINGS))
4765 min = 2;
4766
4767 total_vecs = pci_enable_msix_range(bp->pdev, msix_ent, min, total_vecs);
Michael Chanc0c050c2015-10-22 16:01:17 -04004768 if (total_vecs < 0) {
4769 rc = -ENODEV;
4770 goto msix_setup_exit;
4771 }
4772
4773 bp->irq_tbl = kcalloc(total_vecs, sizeof(struct bnxt_irq), GFP_KERNEL);
4774 if (bp->irq_tbl) {
4775 int tcs;
4776
4777 /* Trim rings based upon num of vectors allocated */
Michael Chan6e6c5a52016-01-02 23:45:02 -05004778 rc = bnxt_trim_rings(bp, &bp->rx_nr_rings, &bp->tx_nr_rings,
Michael Chan01657bc2016-01-02 23:45:03 -05004779 total_vecs, min == 1);
Michael Chan6e6c5a52016-01-02 23:45:02 -05004780 if (rc)
4781 goto msix_setup_exit;
4782
Michael Chanc0c050c2015-10-22 16:01:17 -04004783 bp->tx_nr_rings_per_tc = bp->tx_nr_rings;
4784 tcs = netdev_get_num_tc(dev);
4785 if (tcs > 1) {
4786 bp->tx_nr_rings_per_tc = bp->tx_nr_rings / tcs;
4787 if (bp->tx_nr_rings_per_tc == 0) {
4788 netdev_reset_tc(dev);
4789 bp->tx_nr_rings_per_tc = bp->tx_nr_rings;
4790 } else {
4791 int i, off, count;
4792
4793 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs;
4794 for (i = 0; i < tcs; i++) {
4795 count = bp->tx_nr_rings_per_tc;
4796 off = i * count;
4797 netdev_set_tc_queue(dev, i, count, off);
4798 }
4799 }
4800 }
Michael Chan01657bc2016-01-02 23:45:03 -05004801 bp->cp_nr_rings = total_vecs;
Michael Chanc0c050c2015-10-22 16:01:17 -04004802
4803 for (i = 0; i < bp->cp_nr_rings; i++) {
Michael Chan01657bc2016-01-02 23:45:03 -05004804 char *attr;
4805
Michael Chanc0c050c2015-10-22 16:01:17 -04004806 bp->irq_tbl[i].vector = msix_ent[i].vector;
Michael Chan01657bc2016-01-02 23:45:03 -05004807 if (bp->flags & BNXT_FLAG_SHARED_RINGS)
4808 attr = "TxRx";
4809 else if (i < bp->rx_nr_rings)
4810 attr = "rx";
4811 else
4812 attr = "tx";
4813
Michael Chanc0c050c2015-10-22 16:01:17 -04004814 snprintf(bp->irq_tbl[i].name, len,
Michael Chan01657bc2016-01-02 23:45:03 -05004815 "%s-%s-%d", dev->name, attr, i);
Michael Chanc0c050c2015-10-22 16:01:17 -04004816 bp->irq_tbl[i].handler = bnxt_msix;
4817 }
4818 rc = bnxt_set_real_num_queues(bp);
4819 if (rc)
4820 goto msix_setup_exit;
4821 } else {
4822 rc = -ENOMEM;
4823 goto msix_setup_exit;
4824 }
4825 bp->flags |= BNXT_FLAG_USING_MSIX;
4826 kfree(msix_ent);
4827 return 0;
4828
4829msix_setup_exit:
4830 netdev_err(bp->dev, "bnxt_setup_msix err: %x\n", rc);
4831 pci_disable_msix(bp->pdev);
4832 kfree(msix_ent);
4833 return rc;
4834}
4835
4836static int bnxt_setup_inta(struct bnxt *bp)
4837{
4838 int rc;
4839 const int len = sizeof(bp->irq_tbl[0].name);
4840
4841 if (netdev_get_num_tc(bp->dev))
4842 netdev_reset_tc(bp->dev);
4843
4844 bp->irq_tbl = kcalloc(1, sizeof(struct bnxt_irq), GFP_KERNEL);
4845 if (!bp->irq_tbl) {
4846 rc = -ENOMEM;
4847 return rc;
4848 }
4849 bp->rx_nr_rings = 1;
4850 bp->tx_nr_rings = 1;
4851 bp->cp_nr_rings = 1;
4852 bp->tx_nr_rings_per_tc = bp->tx_nr_rings;
Michael Chan01657bc2016-01-02 23:45:03 -05004853 bp->flags |= BNXT_FLAG_SHARED_RINGS;
Michael Chanc0c050c2015-10-22 16:01:17 -04004854 bp->irq_tbl[0].vector = bp->pdev->irq;
4855 snprintf(bp->irq_tbl[0].name, len,
4856 "%s-%s-%d", bp->dev->name, "TxRx", 0);
4857 bp->irq_tbl[0].handler = bnxt_inta;
4858 rc = bnxt_set_real_num_queues(bp);
4859 return rc;
4860}
4861
4862static int bnxt_setup_int_mode(struct bnxt *bp)
4863{
4864 int rc = 0;
4865
4866 if (bp->flags & BNXT_FLAG_MSIX_CAP)
4867 rc = bnxt_setup_msix(bp);
4868
Michael Chan1fa72e22016-04-25 02:30:49 -04004869 if (!(bp->flags & BNXT_FLAG_USING_MSIX) && BNXT_PF(bp)) {
Michael Chanc0c050c2015-10-22 16:01:17 -04004870 /* fallback to INTA */
4871 rc = bnxt_setup_inta(bp);
4872 }
4873 return rc;
4874}
4875
4876static void bnxt_free_irq(struct bnxt *bp)
4877{
4878 struct bnxt_irq *irq;
4879 int i;
4880
4881#ifdef CONFIG_RFS_ACCEL
4882 free_irq_cpu_rmap(bp->dev->rx_cpu_rmap);
4883 bp->dev->rx_cpu_rmap = NULL;
4884#endif
4885 if (!bp->irq_tbl)
4886 return;
4887
4888 for (i = 0; i < bp->cp_nr_rings; i++) {
4889 irq = &bp->irq_tbl[i];
4890 if (irq->requested)
4891 free_irq(irq->vector, bp->bnapi[i]);
4892 irq->requested = 0;
4893 }
4894 if (bp->flags & BNXT_FLAG_USING_MSIX)
4895 pci_disable_msix(bp->pdev);
4896 kfree(bp->irq_tbl);
4897 bp->irq_tbl = NULL;
4898}
4899
4900static int bnxt_request_irq(struct bnxt *bp)
4901{
Michael Chanb81a90d2016-01-02 23:45:01 -05004902 int i, j, rc = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04004903 unsigned long flags = 0;
4904#ifdef CONFIG_RFS_ACCEL
4905 struct cpu_rmap *rmap = bp->dev->rx_cpu_rmap;
4906#endif
4907
4908 if (!(bp->flags & BNXT_FLAG_USING_MSIX))
4909 flags = IRQF_SHARED;
4910
Michael Chanb81a90d2016-01-02 23:45:01 -05004911 for (i = 0, j = 0; i < bp->cp_nr_rings; i++) {
Michael Chanc0c050c2015-10-22 16:01:17 -04004912 struct bnxt_irq *irq = &bp->irq_tbl[i];
4913#ifdef CONFIG_RFS_ACCEL
Michael Chanb81a90d2016-01-02 23:45:01 -05004914 if (rmap && bp->bnapi[i]->rx_ring) {
Michael Chanc0c050c2015-10-22 16:01:17 -04004915 rc = irq_cpu_rmap_add(rmap, irq->vector);
4916 if (rc)
4917 netdev_warn(bp->dev, "failed adding irq rmap for ring %d\n",
Michael Chanb81a90d2016-01-02 23:45:01 -05004918 j);
4919 j++;
Michael Chanc0c050c2015-10-22 16:01:17 -04004920 }
4921#endif
4922 rc = request_irq(irq->vector, irq->handler, flags, irq->name,
4923 bp->bnapi[i]);
4924 if (rc)
4925 break;
4926
4927 irq->requested = 1;
4928 }
4929 return rc;
4930}
4931
4932static void bnxt_del_napi(struct bnxt *bp)
4933{
4934 int i;
4935
4936 if (!bp->bnapi)
4937 return;
4938
4939 for (i = 0; i < bp->cp_nr_rings; i++) {
4940 struct bnxt_napi *bnapi = bp->bnapi[i];
4941
4942 napi_hash_del(&bnapi->napi);
4943 netif_napi_del(&bnapi->napi);
4944 }
Eric Dumazete5f6f562016-11-16 06:31:52 -08004945 /* We called napi_hash_del() before netif_napi_del(), we need
4946 * to respect an RCU grace period before freeing napi structures.
4947 */
4948 synchronize_net();
Michael Chanc0c050c2015-10-22 16:01:17 -04004949}
4950
4951static void bnxt_init_napi(struct bnxt *bp)
4952{
4953 int i;
Prashant Sreedharan10bbdaf2016-07-18 07:15:23 -04004954 unsigned int cp_nr_rings = bp->cp_nr_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04004955 struct bnxt_napi *bnapi;
4956
4957 if (bp->flags & BNXT_FLAG_USING_MSIX) {
Prashant Sreedharan10bbdaf2016-07-18 07:15:23 -04004958 if (BNXT_CHIP_TYPE_NITRO_A0(bp))
4959 cp_nr_rings--;
4960 for (i = 0; i < cp_nr_rings; i++) {
Michael Chanc0c050c2015-10-22 16:01:17 -04004961 bnapi = bp->bnapi[i];
4962 netif_napi_add(bp->dev, &bnapi->napi,
4963 bnxt_poll, 64);
Michael Chanc0c050c2015-10-22 16:01:17 -04004964 }
Prashant Sreedharan10bbdaf2016-07-18 07:15:23 -04004965 if (BNXT_CHIP_TYPE_NITRO_A0(bp)) {
4966 bnapi = bp->bnapi[cp_nr_rings];
4967 netif_napi_add(bp->dev, &bnapi->napi,
4968 bnxt_poll_nitroa0, 64);
Prashant Sreedharan10bbdaf2016-07-18 07:15:23 -04004969 }
Michael Chanc0c050c2015-10-22 16:01:17 -04004970 } else {
4971 bnapi = bp->bnapi[0];
4972 netif_napi_add(bp->dev, &bnapi->napi, bnxt_poll, 64);
Michael Chanc0c050c2015-10-22 16:01:17 -04004973 }
4974}
4975
4976static void bnxt_disable_napi(struct bnxt *bp)
4977{
4978 int i;
4979
4980 if (!bp->bnapi)
4981 return;
4982
4983 for (i = 0; i < bp->cp_nr_rings; i++) {
4984 napi_disable(&bp->bnapi[i]->napi);
4985 bnxt_disable_poll(bp->bnapi[i]);
4986 }
4987}
4988
4989static void bnxt_enable_napi(struct bnxt *bp)
4990{
4991 int i;
4992
4993 for (i = 0; i < bp->cp_nr_rings; i++) {
Michael Chanfa7e2812016-05-10 19:18:00 -04004994 bp->bnapi[i]->in_reset = false;
Michael Chanc0c050c2015-10-22 16:01:17 -04004995 bnxt_enable_poll(bp->bnapi[i]);
4996 napi_enable(&bp->bnapi[i]->napi);
4997 }
4998}
4999
5000static void bnxt_tx_disable(struct bnxt *bp)
5001{
5002 int i;
Michael Chanc0c050c2015-10-22 16:01:17 -04005003 struct bnxt_tx_ring_info *txr;
5004 struct netdev_queue *txq;
5005
Michael Chanb6ab4b02016-01-02 23:44:59 -05005006 if (bp->tx_ring) {
Michael Chanc0c050c2015-10-22 16:01:17 -04005007 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05005008 txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04005009 txq = netdev_get_tx_queue(bp->dev, i);
Michael Chanc0c050c2015-10-22 16:01:17 -04005010 txr->dev_state = BNXT_DEV_STATE_CLOSING;
Michael Chanc0c050c2015-10-22 16:01:17 -04005011 }
5012 }
5013 /* Stop all TX queues */
5014 netif_tx_disable(bp->dev);
5015 netif_carrier_off(bp->dev);
5016}
5017
5018static void bnxt_tx_enable(struct bnxt *bp)
5019{
5020 int i;
Michael Chanc0c050c2015-10-22 16:01:17 -04005021 struct bnxt_tx_ring_info *txr;
5022 struct netdev_queue *txq;
5023
5024 for (i = 0; i < bp->tx_nr_rings; i++) {
Michael Chanb6ab4b02016-01-02 23:44:59 -05005025 txr = &bp->tx_ring[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04005026 txq = netdev_get_tx_queue(bp->dev, i);
5027 txr->dev_state = 0;
5028 }
5029 netif_tx_wake_all_queues(bp->dev);
5030 if (bp->link_info.link_up)
5031 netif_carrier_on(bp->dev);
5032}
5033
5034static void bnxt_report_link(struct bnxt *bp)
5035{
5036 if (bp->link_info.link_up) {
5037 const char *duplex;
5038 const char *flow_ctrl;
5039 u16 speed;
5040
5041 netif_carrier_on(bp->dev);
5042 if (bp->link_info.duplex == BNXT_LINK_DUPLEX_FULL)
5043 duplex = "full";
5044 else
5045 duplex = "half";
5046 if (bp->link_info.pause == BNXT_LINK_PAUSE_BOTH)
5047 flow_ctrl = "ON - receive & transmit";
5048 else if (bp->link_info.pause == BNXT_LINK_PAUSE_TX)
5049 flow_ctrl = "ON - transmit";
5050 else if (bp->link_info.pause == BNXT_LINK_PAUSE_RX)
5051 flow_ctrl = "ON - receive";
5052 else
5053 flow_ctrl = "none";
5054 speed = bnxt_fw_to_ethtool_speed(bp->link_info.link_speed);
5055 netdev_info(bp->dev, "NIC Link is Up, %d Mbps %s duplex, Flow control: %s\n",
5056 speed, duplex, flow_ctrl);
Michael Chan170ce012016-04-05 14:08:57 -04005057 if (bp->flags & BNXT_FLAG_EEE_CAP)
5058 netdev_info(bp->dev, "EEE is %s\n",
5059 bp->eee.eee_active ? "active" :
5060 "not active");
Michael Chanc0c050c2015-10-22 16:01:17 -04005061 } else {
5062 netif_carrier_off(bp->dev);
5063 netdev_err(bp->dev, "NIC Link is Down\n");
5064 }
5065}
5066
Michael Chan170ce012016-04-05 14:08:57 -04005067static int bnxt_hwrm_phy_qcaps(struct bnxt *bp)
5068{
5069 int rc = 0;
5070 struct hwrm_port_phy_qcaps_input req = {0};
5071 struct hwrm_port_phy_qcaps_output *resp = bp->hwrm_cmd_resp_addr;
Michael Chan93ed8112016-06-13 02:25:37 -04005072 struct bnxt_link_info *link_info = &bp->link_info;
Michael Chan170ce012016-04-05 14:08:57 -04005073
5074 if (bp->hwrm_spec_code < 0x10201)
5075 return 0;
5076
5077 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_PORT_PHY_QCAPS, -1, -1);
5078
5079 mutex_lock(&bp->hwrm_cmd_lock);
5080 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
5081 if (rc)
5082 goto hwrm_phy_qcaps_exit;
5083
5084 if (resp->eee_supported & PORT_PHY_QCAPS_RESP_EEE_SUPPORTED) {
5085 struct ethtool_eee *eee = &bp->eee;
5086 u16 fw_speeds = le16_to_cpu(resp->supported_speeds_eee_mode);
5087
5088 bp->flags |= BNXT_FLAG_EEE_CAP;
5089 eee->supported = _bnxt_fw_to_ethtool_adv_spds(fw_speeds, 0);
5090 bp->lpi_tmr_lo = le32_to_cpu(resp->tx_lpi_timer_low) &
5091 PORT_PHY_QCAPS_RESP_TX_LPI_TIMER_LOW_MASK;
5092 bp->lpi_tmr_hi = le32_to_cpu(resp->valid_tx_lpi_timer_high) &
5093 PORT_PHY_QCAPS_RESP_TX_LPI_TIMER_HIGH_MASK;
5094 }
Michael Chan93ed8112016-06-13 02:25:37 -04005095 link_info->support_auto_speeds =
5096 le16_to_cpu(resp->supported_speeds_auto_mode);
Michael Chan170ce012016-04-05 14:08:57 -04005097
5098hwrm_phy_qcaps_exit:
5099 mutex_unlock(&bp->hwrm_cmd_lock);
5100 return rc;
5101}
5102
Michael Chanc0c050c2015-10-22 16:01:17 -04005103static int bnxt_update_link(struct bnxt *bp, bool chng_link_state)
5104{
5105 int rc = 0;
5106 struct bnxt_link_info *link_info = &bp->link_info;
5107 struct hwrm_port_phy_qcfg_input req = {0};
5108 struct hwrm_port_phy_qcfg_output *resp = bp->hwrm_cmd_resp_addr;
5109 u8 link_up = link_info->link_up;
Michael Chan286ef9d2016-11-16 21:13:08 -05005110 u16 diff;
Michael Chanc0c050c2015-10-22 16:01:17 -04005111
5112 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_PORT_PHY_QCFG, -1, -1);
5113
5114 mutex_lock(&bp->hwrm_cmd_lock);
5115 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
5116 if (rc) {
5117 mutex_unlock(&bp->hwrm_cmd_lock);
5118 return rc;
5119 }
5120
5121 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp));
5122 link_info->phy_link_status = resp->link;
5123 link_info->duplex = resp->duplex;
5124 link_info->pause = resp->pause;
5125 link_info->auto_mode = resp->auto_mode;
5126 link_info->auto_pause_setting = resp->auto_pause;
Michael Chan32773602016-03-07 15:38:42 -05005127 link_info->lp_pause = resp->link_partner_adv_pause;
Michael Chanc0c050c2015-10-22 16:01:17 -04005128 link_info->force_pause_setting = resp->force_pause;
Michael Chanc1935542015-12-27 18:19:28 -05005129 link_info->duplex_setting = resp->duplex;
Michael Chanc0c050c2015-10-22 16:01:17 -04005130 if (link_info->phy_link_status == BNXT_LINK_LINK)
5131 link_info->link_speed = le16_to_cpu(resp->link_speed);
5132 else
5133 link_info->link_speed = 0;
5134 link_info->force_link_speed = le16_to_cpu(resp->force_link_speed);
Michael Chanc0c050c2015-10-22 16:01:17 -04005135 link_info->support_speeds = le16_to_cpu(resp->support_speeds);
5136 link_info->auto_link_speeds = le16_to_cpu(resp->auto_link_speed_mask);
Michael Chan32773602016-03-07 15:38:42 -05005137 link_info->lp_auto_link_speeds =
5138 le16_to_cpu(resp->link_partner_adv_speeds);
Michael Chanc0c050c2015-10-22 16:01:17 -04005139 link_info->preemphasis = le32_to_cpu(resp->preemphasis);
5140 link_info->phy_ver[0] = resp->phy_maj;
5141 link_info->phy_ver[1] = resp->phy_min;
5142 link_info->phy_ver[2] = resp->phy_bld;
5143 link_info->media_type = resp->media_type;
Michael Chan03efbec2016-04-11 04:11:11 -04005144 link_info->phy_type = resp->phy_type;
Michael Chan11f15ed2016-04-05 14:08:55 -04005145 link_info->transceiver = resp->xcvr_pkg_type;
Michael Chan170ce012016-04-05 14:08:57 -04005146 link_info->phy_addr = resp->eee_config_phy_addr &
5147 PORT_PHY_QCFG_RESP_PHY_ADDR_MASK;
Ajit Khaparde42ee18f2016-05-15 03:04:44 -04005148 link_info->module_status = resp->module_status;
Michael Chanc0c050c2015-10-22 16:01:17 -04005149
Michael Chan170ce012016-04-05 14:08:57 -04005150 if (bp->flags & BNXT_FLAG_EEE_CAP) {
5151 struct ethtool_eee *eee = &bp->eee;
5152 u16 fw_speeds;
5153
5154 eee->eee_active = 0;
5155 if (resp->eee_config_phy_addr &
5156 PORT_PHY_QCFG_RESP_EEE_CONFIG_EEE_ACTIVE) {
5157 eee->eee_active = 1;
5158 fw_speeds = le16_to_cpu(
5159 resp->link_partner_adv_eee_link_speed_mask);
5160 eee->lp_advertised =
5161 _bnxt_fw_to_ethtool_adv_spds(fw_speeds, 0);
5162 }
5163
5164 /* Pull initial EEE config */
5165 if (!chng_link_state) {
5166 if (resp->eee_config_phy_addr &
5167 PORT_PHY_QCFG_RESP_EEE_CONFIG_EEE_ENABLED)
5168 eee->eee_enabled = 1;
5169
5170 fw_speeds = le16_to_cpu(resp->adv_eee_link_speed_mask);
5171 eee->advertised =
5172 _bnxt_fw_to_ethtool_adv_spds(fw_speeds, 0);
5173
5174 if (resp->eee_config_phy_addr &
5175 PORT_PHY_QCFG_RESP_EEE_CONFIG_EEE_TX_LPI) {
5176 __le32 tmr;
5177
5178 eee->tx_lpi_enabled = 1;
5179 tmr = resp->xcvr_identifier_type_tx_lpi_timer;
5180 eee->tx_lpi_timer = le32_to_cpu(tmr) &
5181 PORT_PHY_QCFG_RESP_TX_LPI_TIMER_MASK;
5182 }
5183 }
5184 }
Michael Chanc0c050c2015-10-22 16:01:17 -04005185 /* TODO: need to add more logic to report VF link */
5186 if (chng_link_state) {
5187 if (link_info->phy_link_status == BNXT_LINK_LINK)
5188 link_info->link_up = 1;
5189 else
5190 link_info->link_up = 0;
5191 if (link_up != link_info->link_up)
5192 bnxt_report_link(bp);
5193 } else {
5194 /* alwasy link down if not require to update link state */
5195 link_info->link_up = 0;
5196 }
5197 mutex_unlock(&bp->hwrm_cmd_lock);
Michael Chan286ef9d2016-11-16 21:13:08 -05005198
5199 diff = link_info->support_auto_speeds ^ link_info->advertising;
5200 if ((link_info->support_auto_speeds | diff) !=
5201 link_info->support_auto_speeds) {
5202 /* An advertised speed is no longer supported, so we need to
5203 * update the advertisement settings. See bnxt_reset() for
5204 * comments about the rtnl_lock() sequence below.
5205 */
5206 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
5207 rtnl_lock();
5208 link_info->advertising = link_info->support_auto_speeds;
5209 if (test_bit(BNXT_STATE_OPEN, &bp->state) &&
5210 (link_info->autoneg & BNXT_AUTONEG_SPEED))
5211 bnxt_hwrm_set_link_setting(bp, true, false);
5212 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
5213 rtnl_unlock();
5214 }
Michael Chanc0c050c2015-10-22 16:01:17 -04005215 return 0;
5216}
5217
Michael Chan10289be2016-05-15 03:04:49 -04005218static void bnxt_get_port_module_status(struct bnxt *bp)
5219{
5220 struct bnxt_link_info *link_info = &bp->link_info;
5221 struct hwrm_port_phy_qcfg_output *resp = &link_info->phy_qcfg_resp;
5222 u8 module_status;
5223
5224 if (bnxt_update_link(bp, true))
5225 return;
5226
5227 module_status = link_info->module_status;
5228 switch (module_status) {
5229 case PORT_PHY_QCFG_RESP_MODULE_STATUS_DISABLETX:
5230 case PORT_PHY_QCFG_RESP_MODULE_STATUS_PWRDOWN:
5231 case PORT_PHY_QCFG_RESP_MODULE_STATUS_WARNINGMSG:
5232 netdev_warn(bp->dev, "Unqualified SFP+ module detected on port %d\n",
5233 bp->pf.port_id);
5234 if (bp->hwrm_spec_code >= 0x10201) {
5235 netdev_warn(bp->dev, "Module part number %s\n",
5236 resp->phy_vendor_partnumber);
5237 }
5238 if (module_status == PORT_PHY_QCFG_RESP_MODULE_STATUS_DISABLETX)
5239 netdev_warn(bp->dev, "TX is disabled\n");
5240 if (module_status == PORT_PHY_QCFG_RESP_MODULE_STATUS_PWRDOWN)
5241 netdev_warn(bp->dev, "SFP+ module is shutdown\n");
5242 }
5243}
5244
Michael Chanc0c050c2015-10-22 16:01:17 -04005245static void
5246bnxt_hwrm_set_pause_common(struct bnxt *bp, struct hwrm_port_phy_cfg_input *req)
5247{
5248 if (bp->link_info.autoneg & BNXT_AUTONEG_FLOW_CTRL) {
Michael Chanc9ee9512016-04-05 14:08:56 -04005249 if (bp->hwrm_spec_code >= 0x10201)
5250 req->auto_pause =
5251 PORT_PHY_CFG_REQ_AUTO_PAUSE_AUTONEG_PAUSE;
Michael Chanc0c050c2015-10-22 16:01:17 -04005252 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_RX)
5253 req->auto_pause |= PORT_PHY_CFG_REQ_AUTO_PAUSE_RX;
5254 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_TX)
Michael Chan49b5c7a2016-03-28 19:46:06 -04005255 req->auto_pause |= PORT_PHY_CFG_REQ_AUTO_PAUSE_TX;
Michael Chanc0c050c2015-10-22 16:01:17 -04005256 req->enables |=
5257 cpu_to_le32(PORT_PHY_CFG_REQ_ENABLES_AUTO_PAUSE);
5258 } else {
5259 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_RX)
5260 req->force_pause |= PORT_PHY_CFG_REQ_FORCE_PAUSE_RX;
5261 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_TX)
5262 req->force_pause |= PORT_PHY_CFG_REQ_FORCE_PAUSE_TX;
5263 req->enables |=
5264 cpu_to_le32(PORT_PHY_CFG_REQ_ENABLES_FORCE_PAUSE);
Michael Chanc9ee9512016-04-05 14:08:56 -04005265 if (bp->hwrm_spec_code >= 0x10201) {
5266 req->auto_pause = req->force_pause;
5267 req->enables |= cpu_to_le32(
5268 PORT_PHY_CFG_REQ_ENABLES_AUTO_PAUSE);
5269 }
Michael Chanc0c050c2015-10-22 16:01:17 -04005270 }
5271}
5272
5273static void bnxt_hwrm_set_link_common(struct bnxt *bp,
5274 struct hwrm_port_phy_cfg_input *req)
5275{
5276 u8 autoneg = bp->link_info.autoneg;
5277 u16 fw_link_speed = bp->link_info.req_link_speed;
5278 u32 advertising = bp->link_info.advertising;
5279
5280 if (autoneg & BNXT_AUTONEG_SPEED) {
5281 req->auto_mode |=
Michael Chan11f15ed2016-04-05 14:08:55 -04005282 PORT_PHY_CFG_REQ_AUTO_MODE_SPEED_MASK;
Michael Chanc0c050c2015-10-22 16:01:17 -04005283
5284 req->enables |= cpu_to_le32(
5285 PORT_PHY_CFG_REQ_ENABLES_AUTO_LINK_SPEED_MASK);
5286 req->auto_link_speed_mask = cpu_to_le16(advertising);
5287
5288 req->enables |= cpu_to_le32(PORT_PHY_CFG_REQ_ENABLES_AUTO_MODE);
5289 req->flags |=
5290 cpu_to_le32(PORT_PHY_CFG_REQ_FLAGS_RESTART_AUTONEG);
5291 } else {
5292 req->force_link_speed = cpu_to_le16(fw_link_speed);
5293 req->flags |= cpu_to_le32(PORT_PHY_CFG_REQ_FLAGS_FORCE);
5294 }
5295
Michael Chanc0c050c2015-10-22 16:01:17 -04005296 /* tell chimp that the setting takes effect immediately */
5297 req->flags |= cpu_to_le32(PORT_PHY_CFG_REQ_FLAGS_RESET_PHY);
5298}
5299
5300int bnxt_hwrm_set_pause(struct bnxt *bp)
5301{
5302 struct hwrm_port_phy_cfg_input req = {0};
5303 int rc;
5304
5305 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_PORT_PHY_CFG, -1, -1);
5306 bnxt_hwrm_set_pause_common(bp, &req);
5307
5308 if ((bp->link_info.autoneg & BNXT_AUTONEG_FLOW_CTRL) ||
5309 bp->link_info.force_link_chng)
5310 bnxt_hwrm_set_link_common(bp, &req);
5311
5312 mutex_lock(&bp->hwrm_cmd_lock);
5313 rc = _hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
5314 if (!rc && !(bp->link_info.autoneg & BNXT_AUTONEG_FLOW_CTRL)) {
5315 /* since changing of pause setting doesn't trigger any link
5316 * change event, the driver needs to update the current pause
5317 * result upon successfully return of the phy_cfg command
5318 */
5319 bp->link_info.pause =
5320 bp->link_info.force_pause_setting = bp->link_info.req_flow_ctrl;
5321 bp->link_info.auto_pause_setting = 0;
5322 if (!bp->link_info.force_link_chng)
5323 bnxt_report_link(bp);
5324 }
5325 bp->link_info.force_link_chng = false;
5326 mutex_unlock(&bp->hwrm_cmd_lock);
5327 return rc;
5328}
5329
Michael Chan939f7f02016-04-05 14:08:58 -04005330static void bnxt_hwrm_set_eee(struct bnxt *bp,
5331 struct hwrm_port_phy_cfg_input *req)
5332{
5333 struct ethtool_eee *eee = &bp->eee;
5334
5335 if (eee->eee_enabled) {
5336 u16 eee_speeds;
5337 u32 flags = PORT_PHY_CFG_REQ_FLAGS_EEE_ENABLE;
5338
5339 if (eee->tx_lpi_enabled)
5340 flags |= PORT_PHY_CFG_REQ_FLAGS_EEE_TX_LPI_ENABLE;
5341 else
5342 flags |= PORT_PHY_CFG_REQ_FLAGS_EEE_TX_LPI_DISABLE;
5343
5344 req->flags |= cpu_to_le32(flags);
5345 eee_speeds = bnxt_get_fw_auto_link_speeds(eee->advertised);
5346 req->eee_link_speed_mask = cpu_to_le16(eee_speeds);
5347 req->tx_lpi_timer = cpu_to_le32(eee->tx_lpi_timer);
5348 } else {
5349 req->flags |= cpu_to_le32(PORT_PHY_CFG_REQ_FLAGS_EEE_DISABLE);
5350 }
5351}
5352
5353int bnxt_hwrm_set_link_setting(struct bnxt *bp, bool set_pause, bool set_eee)
Michael Chanc0c050c2015-10-22 16:01:17 -04005354{
5355 struct hwrm_port_phy_cfg_input req = {0};
5356
5357 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_PORT_PHY_CFG, -1, -1);
5358 if (set_pause)
5359 bnxt_hwrm_set_pause_common(bp, &req);
5360
5361 bnxt_hwrm_set_link_common(bp, &req);
Michael Chan939f7f02016-04-05 14:08:58 -04005362
5363 if (set_eee)
5364 bnxt_hwrm_set_eee(bp, &req);
Michael Chanc0c050c2015-10-22 16:01:17 -04005365 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
5366}
5367
Michael Chan33f7d552016-04-11 04:11:12 -04005368static int bnxt_hwrm_shutdown_link(struct bnxt *bp)
5369{
5370 struct hwrm_port_phy_cfg_input req = {0};
5371
Satish Baddipadige567b2ab2016-06-13 02:25:31 -04005372 if (!BNXT_SINGLE_PF(bp))
Michael Chan33f7d552016-04-11 04:11:12 -04005373 return 0;
5374
5375 if (pci_num_vf(bp->pdev))
5376 return 0;
5377
5378 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_PORT_PHY_CFG, -1, -1);
Michael Chan16d663a2016-11-16 21:13:07 -05005379 req.flags = cpu_to_le32(PORT_PHY_CFG_REQ_FLAGS_FORCE_LINK_DWN);
Michael Chan33f7d552016-04-11 04:11:12 -04005380 return hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT);
5381}
5382
Michael Chan939f7f02016-04-05 14:08:58 -04005383static bool bnxt_eee_config_ok(struct bnxt *bp)
5384{
5385 struct ethtool_eee *eee = &bp->eee;
5386 struct bnxt_link_info *link_info = &bp->link_info;
5387
5388 if (!(bp->flags & BNXT_FLAG_EEE_CAP))
5389 return true;
5390
5391 if (eee->eee_enabled) {
5392 u32 advertising =
5393 _bnxt_fw_to_ethtool_adv_spds(link_info->advertising, 0);
5394
5395 if (!(link_info->autoneg & BNXT_AUTONEG_SPEED)) {
5396 eee->eee_enabled = 0;
5397 return false;
5398 }
5399 if (eee->advertised & ~advertising) {
5400 eee->advertised = advertising & eee->supported;
5401 return false;
5402 }
5403 }
5404 return true;
5405}
5406
Michael Chanc0c050c2015-10-22 16:01:17 -04005407static int bnxt_update_phy_setting(struct bnxt *bp)
5408{
5409 int rc;
5410 bool update_link = false;
5411 bool update_pause = false;
Michael Chan939f7f02016-04-05 14:08:58 -04005412 bool update_eee = false;
Michael Chanc0c050c2015-10-22 16:01:17 -04005413 struct bnxt_link_info *link_info = &bp->link_info;
5414
5415 rc = bnxt_update_link(bp, true);
5416 if (rc) {
5417 netdev_err(bp->dev, "failed to update link (rc: %x)\n",
5418 rc);
5419 return rc;
5420 }
5421 if ((link_info->autoneg & BNXT_AUTONEG_FLOW_CTRL) &&
Michael Chanc9ee9512016-04-05 14:08:56 -04005422 (link_info->auto_pause_setting & BNXT_LINK_PAUSE_BOTH) !=
5423 link_info->req_flow_ctrl)
Michael Chanc0c050c2015-10-22 16:01:17 -04005424 update_pause = true;
5425 if (!(link_info->autoneg & BNXT_AUTONEG_FLOW_CTRL) &&
5426 link_info->force_pause_setting != link_info->req_flow_ctrl)
5427 update_pause = true;
Michael Chanc0c050c2015-10-22 16:01:17 -04005428 if (!(link_info->autoneg & BNXT_AUTONEG_SPEED)) {
5429 if (BNXT_AUTO_MODE(link_info->auto_mode))
5430 update_link = true;
5431 if (link_info->req_link_speed != link_info->force_link_speed)
5432 update_link = true;
Michael Chande730182016-02-19 19:43:20 -05005433 if (link_info->req_duplex != link_info->duplex_setting)
5434 update_link = true;
Michael Chanc0c050c2015-10-22 16:01:17 -04005435 } else {
5436 if (link_info->auto_mode == BNXT_LINK_AUTO_NONE)
5437 update_link = true;
5438 if (link_info->advertising != link_info->auto_link_speeds)
5439 update_link = true;
Michael Chanc0c050c2015-10-22 16:01:17 -04005440 }
5441
Michael Chan16d663a2016-11-16 21:13:07 -05005442 /* The last close may have shutdown the link, so need to call
5443 * PHY_CFG to bring it back up.
5444 */
5445 if (!netif_carrier_ok(bp->dev))
5446 update_link = true;
5447
Michael Chan939f7f02016-04-05 14:08:58 -04005448 if (!bnxt_eee_config_ok(bp))
5449 update_eee = true;
5450
Michael Chanc0c050c2015-10-22 16:01:17 -04005451 if (update_link)
Michael Chan939f7f02016-04-05 14:08:58 -04005452 rc = bnxt_hwrm_set_link_setting(bp, update_pause, update_eee);
Michael Chanc0c050c2015-10-22 16:01:17 -04005453 else if (update_pause)
5454 rc = bnxt_hwrm_set_pause(bp);
5455 if (rc) {
5456 netdev_err(bp->dev, "failed to update phy setting (rc: %x)\n",
5457 rc);
5458 return rc;
5459 }
5460
5461 return rc;
5462}
5463
Jeffrey Huang11809492015-11-05 16:25:49 -05005464/* Common routine to pre-map certain register block to different GRC window.
5465 * A PF has 16 4K windows and a VF has 4 4K windows. However, only 15 windows
5466 * in PF and 3 windows in VF that can be customized to map in different
5467 * register blocks.
5468 */
5469static void bnxt_preset_reg_win(struct bnxt *bp)
5470{
5471 if (BNXT_PF(bp)) {
5472 /* CAG registers map to GRC window #4 */
5473 writel(BNXT_CAG_REG_BASE,
5474 bp->bar0 + BNXT_GRCPF_REG_WINDOW_BASE_OUT + 12);
5475 }
5476}
5477
Michael Chanc0c050c2015-10-22 16:01:17 -04005478static int __bnxt_open_nic(struct bnxt *bp, bool irq_re_init, bool link_re_init)
5479{
5480 int rc = 0;
5481
Jeffrey Huang11809492015-11-05 16:25:49 -05005482 bnxt_preset_reg_win(bp);
Michael Chanc0c050c2015-10-22 16:01:17 -04005483 netif_carrier_off(bp->dev);
5484 if (irq_re_init) {
5485 rc = bnxt_setup_int_mode(bp);
5486 if (rc) {
5487 netdev_err(bp->dev, "bnxt_setup_int_mode err: %x\n",
5488 rc);
5489 return rc;
5490 }
5491 }
5492 if ((bp->flags & BNXT_FLAG_RFS) &&
5493 !(bp->flags & BNXT_FLAG_USING_MSIX)) {
5494 /* disable RFS if falling back to INTA */
5495 bp->dev->hw_features &= ~NETIF_F_NTUPLE;
5496 bp->flags &= ~BNXT_FLAG_RFS;
5497 }
5498
5499 rc = bnxt_alloc_mem(bp, irq_re_init);
5500 if (rc) {
5501 netdev_err(bp->dev, "bnxt_alloc_mem err: %x\n", rc);
5502 goto open_err_free_mem;
5503 }
5504
5505 if (irq_re_init) {
5506 bnxt_init_napi(bp);
5507 rc = bnxt_request_irq(bp);
5508 if (rc) {
5509 netdev_err(bp->dev, "bnxt_request_irq err: %x\n", rc);
5510 goto open_err;
5511 }
5512 }
5513
5514 bnxt_enable_napi(bp);
5515
5516 rc = bnxt_init_nic(bp, irq_re_init);
5517 if (rc) {
5518 netdev_err(bp->dev, "bnxt_init_nic err: %x\n", rc);
5519 goto open_err;
5520 }
5521
5522 if (link_re_init) {
5523 rc = bnxt_update_phy_setting(bp);
5524 if (rc)
Michael Chanba41d462016-02-19 19:43:21 -05005525 netdev_warn(bp->dev, "failed to update phy settings\n");
Michael Chanc0c050c2015-10-22 16:01:17 -04005526 }
5527
Alexander Duyck7cdd5fc2016-06-16 12:21:36 -07005528 if (irq_re_init)
Alexander Duyckad51b8e2016-06-16 12:21:19 -07005529 udp_tunnel_get_rx_info(bp->dev);
Michael Chanc0c050c2015-10-22 16:01:17 -04005530
Michael Chancaefe522015-12-09 19:35:42 -05005531 set_bit(BNXT_STATE_OPEN, &bp->state);
Michael Chanc0c050c2015-10-22 16:01:17 -04005532 bnxt_enable_int(bp);
5533 /* Enable TX queues */
5534 bnxt_tx_enable(bp);
5535 mod_timer(&bp->timer, jiffies + bp->current_interval);
Michael Chan10289be2016-05-15 03:04:49 -04005536 /* Poll link status and check for SFP+ module status */
5537 bnxt_get_port_module_status(bp);
Michael Chanc0c050c2015-10-22 16:01:17 -04005538
5539 return 0;
5540
5541open_err:
5542 bnxt_disable_napi(bp);
5543 bnxt_del_napi(bp);
5544
5545open_err_free_mem:
5546 bnxt_free_skbs(bp);
5547 bnxt_free_irq(bp);
5548 bnxt_free_mem(bp, true);
5549 return rc;
5550}
5551
5552/* rtnl_lock held */
5553int bnxt_open_nic(struct bnxt *bp, bool irq_re_init, bool link_re_init)
5554{
5555 int rc = 0;
5556
5557 rc = __bnxt_open_nic(bp, irq_re_init, link_re_init);
5558 if (rc) {
5559 netdev_err(bp->dev, "nic open fail (rc: %x)\n", rc);
5560 dev_close(bp->dev);
5561 }
5562 return rc;
5563}
5564
5565static int bnxt_open(struct net_device *dev)
5566{
5567 struct bnxt *bp = netdev_priv(dev);
5568 int rc = 0;
5569
Michael Chan2a5bedf2016-07-01 18:46:21 -04005570 if (!test_bit(BNXT_STATE_FN_RST_DONE, &bp->state)) {
5571 rc = bnxt_hwrm_func_reset(bp);
5572 if (rc) {
5573 netdev_err(bp->dev, "hwrm chip reset failure rc: %x\n",
5574 rc);
5575 rc = -EBUSY;
5576 return rc;
5577 }
5578 /* Do func_reset during the 1st PF open only to prevent killing
5579 * the VFs when the PF is brought down and up.
5580 */
5581 if (BNXT_PF(bp))
5582 set_bit(BNXT_STATE_FN_RST_DONE, &bp->state);
Michael Chanc0c050c2015-10-22 16:01:17 -04005583 }
5584 return __bnxt_open_nic(bp, true, true);
5585}
5586
5587static void bnxt_disable_int_sync(struct bnxt *bp)
5588{
5589 int i;
5590
5591 atomic_inc(&bp->intr_sem);
5592 if (!netif_running(bp->dev))
5593 return;
5594
5595 bnxt_disable_int(bp);
5596 for (i = 0; i < bp->cp_nr_rings; i++)
5597 synchronize_irq(bp->irq_tbl[i].vector);
5598}
5599
5600int bnxt_close_nic(struct bnxt *bp, bool irq_re_init, bool link_re_init)
5601{
5602 int rc = 0;
5603
5604#ifdef CONFIG_BNXT_SRIOV
5605 if (bp->sriov_cfg) {
5606 rc = wait_event_interruptible_timeout(bp->sriov_cfg_wait,
5607 !bp->sriov_cfg,
5608 BNXT_SRIOV_CFG_WAIT_TMO);
5609 if (rc)
5610 netdev_warn(bp->dev, "timeout waiting for SRIOV config operation to complete!\n");
5611 }
5612#endif
5613 /* Change device state to avoid TX queue wake up's */
5614 bnxt_tx_disable(bp);
5615
Michael Chancaefe522015-12-09 19:35:42 -05005616 clear_bit(BNXT_STATE_OPEN, &bp->state);
Michael Chan4cebdce2015-12-09 19:35:43 -05005617 smp_mb__after_atomic();
5618 while (test_bit(BNXT_STATE_IN_SP_TASK, &bp->state))
5619 msleep(20);
Michael Chanc0c050c2015-10-22 16:01:17 -04005620
5621 /* Flush rings before disabling interrupts */
5622 bnxt_shutdown_nic(bp, irq_re_init);
5623
5624 /* TODO CHIMP_FW: Link/PHY related cleanup if (link_re_init) */
5625
5626 bnxt_disable_napi(bp);
5627 bnxt_disable_int_sync(bp);
5628 del_timer_sync(&bp->timer);
5629 bnxt_free_skbs(bp);
5630
5631 if (irq_re_init) {
5632 bnxt_free_irq(bp);
5633 bnxt_del_napi(bp);
5634 }
5635 bnxt_free_mem(bp, irq_re_init);
5636 return rc;
5637}
5638
5639static int bnxt_close(struct net_device *dev)
5640{
5641 struct bnxt *bp = netdev_priv(dev);
5642
5643 bnxt_close_nic(bp, true, true);
Michael Chan33f7d552016-04-11 04:11:12 -04005644 bnxt_hwrm_shutdown_link(bp);
Michael Chanc0c050c2015-10-22 16:01:17 -04005645 return 0;
5646}
5647
5648/* rtnl_lock held */
5649static int bnxt_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
5650{
5651 switch (cmd) {
5652 case SIOCGMIIPHY:
5653 /* fallthru */
5654 case SIOCGMIIREG: {
5655 if (!netif_running(dev))
5656 return -EAGAIN;
5657
5658 return 0;
5659 }
5660
5661 case SIOCSMIIREG:
5662 if (!netif_running(dev))
5663 return -EAGAIN;
5664
5665 return 0;
5666
5667 default:
5668 /* do nothing */
5669 break;
5670 }
5671 return -EOPNOTSUPP;
5672}
5673
5674static struct rtnl_link_stats64 *
5675bnxt_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats)
5676{
5677 u32 i;
5678 struct bnxt *bp = netdev_priv(dev);
5679
5680 memset(stats, 0, sizeof(struct rtnl_link_stats64));
5681
5682 if (!bp->bnapi)
5683 return stats;
5684
5685 /* TODO check if we need to synchronize with bnxt_close path */
5686 for (i = 0; i < bp->cp_nr_rings; i++) {
5687 struct bnxt_napi *bnapi = bp->bnapi[i];
5688 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
5689 struct ctx_hw_stats *hw_stats = cpr->hw_stats;
5690
5691 stats->rx_packets += le64_to_cpu(hw_stats->rx_ucast_pkts);
5692 stats->rx_packets += le64_to_cpu(hw_stats->rx_mcast_pkts);
5693 stats->rx_packets += le64_to_cpu(hw_stats->rx_bcast_pkts);
5694
5695 stats->tx_packets += le64_to_cpu(hw_stats->tx_ucast_pkts);
5696 stats->tx_packets += le64_to_cpu(hw_stats->tx_mcast_pkts);
5697 stats->tx_packets += le64_to_cpu(hw_stats->tx_bcast_pkts);
5698
5699 stats->rx_bytes += le64_to_cpu(hw_stats->rx_ucast_bytes);
5700 stats->rx_bytes += le64_to_cpu(hw_stats->rx_mcast_bytes);
5701 stats->rx_bytes += le64_to_cpu(hw_stats->rx_bcast_bytes);
5702
5703 stats->tx_bytes += le64_to_cpu(hw_stats->tx_ucast_bytes);
5704 stats->tx_bytes += le64_to_cpu(hw_stats->tx_mcast_bytes);
5705 stats->tx_bytes += le64_to_cpu(hw_stats->tx_bcast_bytes);
5706
5707 stats->rx_missed_errors +=
5708 le64_to_cpu(hw_stats->rx_discard_pkts);
5709
5710 stats->multicast += le64_to_cpu(hw_stats->rx_mcast_pkts);
5711
Michael Chanc0c050c2015-10-22 16:01:17 -04005712 stats->tx_dropped += le64_to_cpu(hw_stats->tx_drop_pkts);
5713 }
5714
Michael Chan9947f832016-03-07 15:38:46 -05005715 if (bp->flags & BNXT_FLAG_PORT_STATS) {
5716 struct rx_port_stats *rx = bp->hw_rx_port_stats;
5717 struct tx_port_stats *tx = bp->hw_tx_port_stats;
5718
5719 stats->rx_crc_errors = le64_to_cpu(rx->rx_fcs_err_frames);
5720 stats->rx_frame_errors = le64_to_cpu(rx->rx_align_err_frames);
5721 stats->rx_length_errors = le64_to_cpu(rx->rx_undrsz_frames) +
5722 le64_to_cpu(rx->rx_ovrsz_frames) +
5723 le64_to_cpu(rx->rx_runt_frames);
5724 stats->rx_errors = le64_to_cpu(rx->rx_false_carrier_frames) +
5725 le64_to_cpu(rx->rx_jbr_frames);
5726 stats->collisions = le64_to_cpu(tx->tx_total_collisions);
5727 stats->tx_fifo_errors = le64_to_cpu(tx->tx_fifo_underruns);
5728 stats->tx_errors = le64_to_cpu(tx->tx_err);
5729 }
5730
Michael Chanc0c050c2015-10-22 16:01:17 -04005731 return stats;
5732}
5733
5734static bool bnxt_mc_list_updated(struct bnxt *bp, u32 *rx_mask)
5735{
5736 struct net_device *dev = bp->dev;
5737 struct bnxt_vnic_info *vnic = &bp->vnic_info[0];
5738 struct netdev_hw_addr *ha;
5739 u8 *haddr;
5740 int mc_count = 0;
5741 bool update = false;
5742 int off = 0;
5743
5744 netdev_for_each_mc_addr(ha, dev) {
5745 if (mc_count >= BNXT_MAX_MC_ADDRS) {
5746 *rx_mask |= CFA_L2_SET_RX_MASK_REQ_MASK_ALL_MCAST;
5747 vnic->mc_list_count = 0;
5748 return false;
5749 }
5750 haddr = ha->addr;
5751 if (!ether_addr_equal(haddr, vnic->mc_list + off)) {
5752 memcpy(vnic->mc_list + off, haddr, ETH_ALEN);
5753 update = true;
5754 }
5755 off += ETH_ALEN;
5756 mc_count++;
5757 }
5758 if (mc_count)
5759 *rx_mask |= CFA_L2_SET_RX_MASK_REQ_MASK_MCAST;
5760
5761 if (mc_count != vnic->mc_list_count) {
5762 vnic->mc_list_count = mc_count;
5763 update = true;
5764 }
5765 return update;
5766}
5767
5768static bool bnxt_uc_list_updated(struct bnxt *bp)
5769{
5770 struct net_device *dev = bp->dev;
5771 struct bnxt_vnic_info *vnic = &bp->vnic_info[0];
5772 struct netdev_hw_addr *ha;
5773 int off = 0;
5774
5775 if (netdev_uc_count(dev) != (vnic->uc_filter_count - 1))
5776 return true;
5777
5778 netdev_for_each_uc_addr(ha, dev) {
5779 if (!ether_addr_equal(ha->addr, vnic->uc_list + off))
5780 return true;
5781
5782 off += ETH_ALEN;
5783 }
5784 return false;
5785}
5786
5787static void bnxt_set_rx_mode(struct net_device *dev)
5788{
5789 struct bnxt *bp = netdev_priv(dev);
5790 struct bnxt_vnic_info *vnic = &bp->vnic_info[0];
5791 u32 mask = vnic->rx_mask;
5792 bool mc_update = false;
5793 bool uc_update;
5794
5795 if (!netif_running(dev))
5796 return;
5797
5798 mask &= ~(CFA_L2_SET_RX_MASK_REQ_MASK_PROMISCUOUS |
5799 CFA_L2_SET_RX_MASK_REQ_MASK_MCAST |
5800 CFA_L2_SET_RX_MASK_REQ_MASK_ALL_MCAST);
5801
Michael Chan17c71ac2016-07-01 18:46:27 -04005802 if ((dev->flags & IFF_PROMISC) && bnxt_promisc_ok(bp))
Michael Chanc0c050c2015-10-22 16:01:17 -04005803 mask |= CFA_L2_SET_RX_MASK_REQ_MASK_PROMISCUOUS;
5804
5805 uc_update = bnxt_uc_list_updated(bp);
5806
5807 if (dev->flags & IFF_ALLMULTI) {
5808 mask |= CFA_L2_SET_RX_MASK_REQ_MASK_ALL_MCAST;
5809 vnic->mc_list_count = 0;
5810 } else {
5811 mc_update = bnxt_mc_list_updated(bp, &mask);
5812 }
5813
5814 if (mask != vnic->rx_mask || uc_update || mc_update) {
5815 vnic->rx_mask = mask;
5816
5817 set_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event);
5818 schedule_work(&bp->sp_task);
5819 }
5820}
5821
Michael Chanb664f002015-12-02 01:54:08 -05005822static int bnxt_cfg_rx_mode(struct bnxt *bp)
Michael Chanc0c050c2015-10-22 16:01:17 -04005823{
5824 struct net_device *dev = bp->dev;
5825 struct bnxt_vnic_info *vnic = &bp->vnic_info[0];
5826 struct netdev_hw_addr *ha;
5827 int i, off = 0, rc;
5828 bool uc_update;
5829
5830 netif_addr_lock_bh(dev);
5831 uc_update = bnxt_uc_list_updated(bp);
5832 netif_addr_unlock_bh(dev);
5833
5834 if (!uc_update)
5835 goto skip_uc;
5836
5837 mutex_lock(&bp->hwrm_cmd_lock);
5838 for (i = 1; i < vnic->uc_filter_count; i++) {
5839 struct hwrm_cfa_l2_filter_free_input req = {0};
5840
5841 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_CFA_L2_FILTER_FREE, -1,
5842 -1);
5843
5844 req.l2_filter_id = vnic->fw_l2_filter_id[i];
5845
5846 rc = _hwrm_send_message(bp, &req, sizeof(req),
5847 HWRM_CMD_TIMEOUT);
5848 }
5849 mutex_unlock(&bp->hwrm_cmd_lock);
5850
5851 vnic->uc_filter_count = 1;
5852
5853 netif_addr_lock_bh(dev);
5854 if (netdev_uc_count(dev) > (BNXT_MAX_UC_ADDRS - 1)) {
5855 vnic->rx_mask |= CFA_L2_SET_RX_MASK_REQ_MASK_PROMISCUOUS;
5856 } else {
5857 netdev_for_each_uc_addr(ha, dev) {
5858 memcpy(vnic->uc_list + off, ha->addr, ETH_ALEN);
5859 off += ETH_ALEN;
5860 vnic->uc_filter_count++;
5861 }
5862 }
5863 netif_addr_unlock_bh(dev);
5864
5865 for (i = 1, off = 0; i < vnic->uc_filter_count; i++, off += ETH_ALEN) {
5866 rc = bnxt_hwrm_set_vnic_filter(bp, 0, i, vnic->uc_list + off);
5867 if (rc) {
5868 netdev_err(bp->dev, "HWRM vnic filter failure rc: %x\n",
5869 rc);
5870 vnic->uc_filter_count = i;
Michael Chanb664f002015-12-02 01:54:08 -05005871 return rc;
Michael Chanc0c050c2015-10-22 16:01:17 -04005872 }
5873 }
5874
5875skip_uc:
5876 rc = bnxt_hwrm_cfa_l2_set_rx_mask(bp, 0);
5877 if (rc)
5878 netdev_err(bp->dev, "HWRM cfa l2 rx mask failure rc: %x\n",
5879 rc);
Michael Chanb664f002015-12-02 01:54:08 -05005880
5881 return rc;
Michael Chanc0c050c2015-10-22 16:01:17 -04005882}
5883
Michael Chan2bcfa6f2015-12-27 18:19:24 -05005884static bool bnxt_rfs_capable(struct bnxt *bp)
5885{
5886#ifdef CONFIG_RFS_ACCEL
5887 struct bnxt_pf_info *pf = &bp->pf;
5888 int vnics;
5889
5890 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_MSIX_CAP))
5891 return false;
5892
5893 vnics = 1 + bp->rx_nr_rings;
Vasundhara Volama2304902016-07-25 12:33:36 -04005894 if (vnics > pf->max_rsscos_ctxs || vnics > pf->max_vnics) {
5895 netdev_warn(bp->dev,
5896 "Not enough resources to support NTUPLE filters, enough resources for up to %d rx rings\n",
5897 min(pf->max_rsscos_ctxs - 1, pf->max_vnics - 1));
Michael Chan2bcfa6f2015-12-27 18:19:24 -05005898 return false;
Vasundhara Volama2304902016-07-25 12:33:36 -04005899 }
Michael Chan2bcfa6f2015-12-27 18:19:24 -05005900
5901 return true;
5902#else
5903 return false;
5904#endif
5905}
5906
Michael Chanc0c050c2015-10-22 16:01:17 -04005907static netdev_features_t bnxt_fix_features(struct net_device *dev,
5908 netdev_features_t features)
5909{
Michael Chan2bcfa6f2015-12-27 18:19:24 -05005910 struct bnxt *bp = netdev_priv(dev);
5911
Vasundhara Volama2304902016-07-25 12:33:36 -04005912 if ((features & NETIF_F_NTUPLE) && !bnxt_rfs_capable(bp))
Michael Chan2bcfa6f2015-12-27 18:19:24 -05005913 features &= ~NETIF_F_NTUPLE;
Michael Chan5a9f6b22016-06-06 02:37:15 -04005914
5915 /* Both CTAG and STAG VLAN accelaration on the RX side have to be
5916 * turned on or off together.
5917 */
5918 if ((features & (NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_STAG_RX)) !=
5919 (NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_STAG_RX)) {
5920 if (dev->features & NETIF_F_HW_VLAN_CTAG_RX)
5921 features &= ~(NETIF_F_HW_VLAN_CTAG_RX |
5922 NETIF_F_HW_VLAN_STAG_RX);
5923 else
5924 features |= NETIF_F_HW_VLAN_CTAG_RX |
5925 NETIF_F_HW_VLAN_STAG_RX;
5926 }
Michael Chancf6645f2016-06-13 02:25:28 -04005927#ifdef CONFIG_BNXT_SRIOV
5928 if (BNXT_VF(bp)) {
5929 if (bp->vf.vlan) {
5930 features &= ~(NETIF_F_HW_VLAN_CTAG_RX |
5931 NETIF_F_HW_VLAN_STAG_RX);
5932 }
5933 }
5934#endif
Michael Chanc0c050c2015-10-22 16:01:17 -04005935 return features;
5936}
5937
5938static int bnxt_set_features(struct net_device *dev, netdev_features_t features)
5939{
5940 struct bnxt *bp = netdev_priv(dev);
5941 u32 flags = bp->flags;
5942 u32 changes;
5943 int rc = 0;
5944 bool re_init = false;
5945 bool update_tpa = false;
5946
5947 flags &= ~BNXT_FLAG_ALL_CONFIG_FEATS;
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04005948 if ((features & NETIF_F_GRO) && !BNXT_CHIP_TYPE_NITRO_A0(bp))
Michael Chanc0c050c2015-10-22 16:01:17 -04005949 flags |= BNXT_FLAG_GRO;
5950 if (features & NETIF_F_LRO)
5951 flags |= BNXT_FLAG_LRO;
5952
5953 if (features & NETIF_F_HW_VLAN_CTAG_RX)
5954 flags |= BNXT_FLAG_STRIP_VLAN;
5955
5956 if (features & NETIF_F_NTUPLE)
5957 flags |= BNXT_FLAG_RFS;
5958
5959 changes = flags ^ bp->flags;
5960 if (changes & BNXT_FLAG_TPA) {
5961 update_tpa = true;
5962 if ((bp->flags & BNXT_FLAG_TPA) == 0 ||
5963 (flags & BNXT_FLAG_TPA) == 0)
5964 re_init = true;
5965 }
5966
5967 if (changes & ~BNXT_FLAG_TPA)
5968 re_init = true;
5969
5970 if (flags != bp->flags) {
5971 u32 old_flags = bp->flags;
5972
5973 bp->flags = flags;
5974
Michael Chan2bcfa6f2015-12-27 18:19:24 -05005975 if (!test_bit(BNXT_STATE_OPEN, &bp->state)) {
Michael Chanc0c050c2015-10-22 16:01:17 -04005976 if (update_tpa)
5977 bnxt_set_ring_params(bp);
5978 return rc;
5979 }
5980
5981 if (re_init) {
5982 bnxt_close_nic(bp, false, false);
5983 if (update_tpa)
5984 bnxt_set_ring_params(bp);
5985
5986 return bnxt_open_nic(bp, false, false);
5987 }
5988 if (update_tpa) {
5989 rc = bnxt_set_tpa(bp,
5990 (flags & BNXT_FLAG_TPA) ?
5991 true : false);
5992 if (rc)
5993 bp->flags = old_flags;
5994 }
5995 }
5996 return rc;
5997}
5998
Michael Chan9f554592016-01-02 23:44:58 -05005999static void bnxt_dump_tx_sw_state(struct bnxt_napi *bnapi)
6000{
Michael Chanb6ab4b02016-01-02 23:44:59 -05006001 struct bnxt_tx_ring_info *txr = bnapi->tx_ring;
Michael Chan9f554592016-01-02 23:44:58 -05006002 int i = bnapi->index;
6003
Michael Chan3b2b7d92016-01-02 23:45:00 -05006004 if (!txr)
6005 return;
6006
Michael Chan9f554592016-01-02 23:44:58 -05006007 netdev_info(bnapi->bp->dev, "[%d]: tx{fw_ring: %d prod: %x cons: %x}\n",
6008 i, txr->tx_ring_struct.fw_ring_id, txr->tx_prod,
6009 txr->tx_cons);
6010}
6011
6012static void bnxt_dump_rx_sw_state(struct bnxt_napi *bnapi)
6013{
Michael Chanb6ab4b02016-01-02 23:44:59 -05006014 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring;
Michael Chan9f554592016-01-02 23:44:58 -05006015 int i = bnapi->index;
6016
Michael Chan3b2b7d92016-01-02 23:45:00 -05006017 if (!rxr)
6018 return;
6019
Michael Chan9f554592016-01-02 23:44:58 -05006020 netdev_info(bnapi->bp->dev, "[%d]: rx{fw_ring: %d prod: %x} rx_agg{fw_ring: %d agg_prod: %x sw_agg_prod: %x}\n",
6021 i, rxr->rx_ring_struct.fw_ring_id, rxr->rx_prod,
6022 rxr->rx_agg_ring_struct.fw_ring_id, rxr->rx_agg_prod,
6023 rxr->rx_sw_agg_prod);
6024}
6025
6026static void bnxt_dump_cp_sw_state(struct bnxt_napi *bnapi)
6027{
6028 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring;
6029 int i = bnapi->index;
6030
6031 netdev_info(bnapi->bp->dev, "[%d]: cp{fw_ring: %d raw_cons: %x}\n",
6032 i, cpr->cp_ring_struct.fw_ring_id, cpr->cp_raw_cons);
6033}
6034
Michael Chanc0c050c2015-10-22 16:01:17 -04006035static void bnxt_dbg_dump_states(struct bnxt *bp)
6036{
6037 int i;
6038 struct bnxt_napi *bnapi;
Michael Chanc0c050c2015-10-22 16:01:17 -04006039
6040 for (i = 0; i < bp->cp_nr_rings; i++) {
6041 bnapi = bp->bnapi[i];
Michael Chanc0c050c2015-10-22 16:01:17 -04006042 if (netif_msg_drv(bp)) {
Michael Chan9f554592016-01-02 23:44:58 -05006043 bnxt_dump_tx_sw_state(bnapi);
6044 bnxt_dump_rx_sw_state(bnapi);
6045 bnxt_dump_cp_sw_state(bnapi);
Michael Chanc0c050c2015-10-22 16:01:17 -04006046 }
6047 }
6048}
6049
Michael Chan6988bd92016-06-13 02:25:29 -04006050static void bnxt_reset_task(struct bnxt *bp, bool silent)
Michael Chanc0c050c2015-10-22 16:01:17 -04006051{
Michael Chan6988bd92016-06-13 02:25:29 -04006052 if (!silent)
6053 bnxt_dbg_dump_states(bp);
Michael Chan028de142015-12-09 19:35:44 -05006054 if (netif_running(bp->dev)) {
6055 bnxt_close_nic(bp, false, false);
6056 bnxt_open_nic(bp, false, false);
6057 }
Michael Chanc0c050c2015-10-22 16:01:17 -04006058}
6059
6060static void bnxt_tx_timeout(struct net_device *dev)
6061{
6062 struct bnxt *bp = netdev_priv(dev);
6063
6064 netdev_err(bp->dev, "TX timeout detected, starting reset task!\n");
6065 set_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event);
6066 schedule_work(&bp->sp_task);
6067}
6068
6069#ifdef CONFIG_NET_POLL_CONTROLLER
6070static void bnxt_poll_controller(struct net_device *dev)
6071{
6072 struct bnxt *bp = netdev_priv(dev);
6073 int i;
6074
6075 for (i = 0; i < bp->cp_nr_rings; i++) {
6076 struct bnxt_irq *irq = &bp->irq_tbl[i];
6077
6078 disable_irq(irq->vector);
6079 irq->handler(irq->vector, bp->bnapi[i]);
6080 enable_irq(irq->vector);
6081 }
6082}
6083#endif
6084
6085static void bnxt_timer(unsigned long data)
6086{
6087 struct bnxt *bp = (struct bnxt *)data;
6088 struct net_device *dev = bp->dev;
6089
6090 if (!netif_running(dev))
6091 return;
6092
6093 if (atomic_read(&bp->intr_sem) != 0)
6094 goto bnxt_restart_timer;
6095
Michael Chan3bdf56c2016-03-07 15:38:45 -05006096 if (bp->link_info.link_up && (bp->flags & BNXT_FLAG_PORT_STATS)) {
6097 set_bit(BNXT_PERIODIC_STATS_SP_EVENT, &bp->sp_event);
6098 schedule_work(&bp->sp_task);
6099 }
Michael Chanc0c050c2015-10-22 16:01:17 -04006100bnxt_restart_timer:
6101 mod_timer(&bp->timer, jiffies + bp->current_interval);
6102}
6103
Michael Chan6988bd92016-06-13 02:25:29 -04006104/* Only called from bnxt_sp_task() */
6105static void bnxt_reset(struct bnxt *bp, bool silent)
6106{
6107 /* bnxt_reset_task() calls bnxt_close_nic() which waits
6108 * for BNXT_STATE_IN_SP_TASK to clear.
6109 * If there is a parallel dev_close(), bnxt_close() may be holding
6110 * rtnl() and waiting for BNXT_STATE_IN_SP_TASK to clear. So we
6111 * must clear BNXT_STATE_IN_SP_TASK before holding rtnl().
6112 */
6113 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
6114 rtnl_lock();
6115 if (test_bit(BNXT_STATE_OPEN, &bp->state))
6116 bnxt_reset_task(bp, silent);
6117 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
6118 rtnl_unlock();
6119}
6120
Michael Chanc0c050c2015-10-22 16:01:17 -04006121static void bnxt_cfg_ntp_filters(struct bnxt *);
6122
6123static void bnxt_sp_task(struct work_struct *work)
6124{
6125 struct bnxt *bp = container_of(work, struct bnxt, sp_task);
6126 int rc;
6127
Michael Chan4cebdce2015-12-09 19:35:43 -05006128 set_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
6129 smp_mb__after_atomic();
6130 if (!test_bit(BNXT_STATE_OPEN, &bp->state)) {
6131 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
Michael Chanc0c050c2015-10-22 16:01:17 -04006132 return;
Michael Chan4cebdce2015-12-09 19:35:43 -05006133 }
Michael Chanc0c050c2015-10-22 16:01:17 -04006134
6135 if (test_and_clear_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event))
6136 bnxt_cfg_rx_mode(bp);
6137
6138 if (test_and_clear_bit(BNXT_RX_NTP_FLTR_SP_EVENT, &bp->sp_event))
6139 bnxt_cfg_ntp_filters(bp);
6140 if (test_and_clear_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event)) {
Michael Chan286ef9d2016-11-16 21:13:08 -05006141 if (test_and_clear_bit(BNXT_LINK_SPEED_CHNG_SP_EVENT,
6142 &bp->sp_event))
6143 bnxt_hwrm_phy_qcaps(bp);
6144
Michael Chanc0c050c2015-10-22 16:01:17 -04006145 rc = bnxt_update_link(bp, true);
6146 if (rc)
6147 netdev_err(bp->dev, "SP task can't update link (rc: %x)\n",
6148 rc);
6149 }
6150 if (test_and_clear_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event))
6151 bnxt_hwrm_exec_fwd_req(bp);
6152 if (test_and_clear_bit(BNXT_VXLAN_ADD_PORT_SP_EVENT, &bp->sp_event)) {
6153 bnxt_hwrm_tunnel_dst_port_alloc(
6154 bp, bp->vxlan_port,
6155 TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN);
6156 }
6157 if (test_and_clear_bit(BNXT_VXLAN_DEL_PORT_SP_EVENT, &bp->sp_event)) {
6158 bnxt_hwrm_tunnel_dst_port_free(
6159 bp, TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN);
6160 }
Alexander Duyck7cdd5fc2016-06-16 12:21:36 -07006161 if (test_and_clear_bit(BNXT_GENEVE_ADD_PORT_SP_EVENT, &bp->sp_event)) {
6162 bnxt_hwrm_tunnel_dst_port_alloc(
6163 bp, bp->nge_port,
6164 TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE);
6165 }
6166 if (test_and_clear_bit(BNXT_GENEVE_DEL_PORT_SP_EVENT, &bp->sp_event)) {
6167 bnxt_hwrm_tunnel_dst_port_free(
6168 bp, TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE);
6169 }
Michael Chan6988bd92016-06-13 02:25:29 -04006170 if (test_and_clear_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event))
6171 bnxt_reset(bp, false);
Michael Chan4cebdce2015-12-09 19:35:43 -05006172
Michael Chanfc0f1922016-06-13 02:25:30 -04006173 if (test_and_clear_bit(BNXT_RESET_TASK_SILENT_SP_EVENT, &bp->sp_event))
6174 bnxt_reset(bp, true);
6175
Michael Chan4bb13ab2016-04-05 14:09:01 -04006176 if (test_and_clear_bit(BNXT_HWRM_PORT_MODULE_SP_EVENT, &bp->sp_event))
Michael Chan10289be2016-05-15 03:04:49 -04006177 bnxt_get_port_module_status(bp);
Michael Chan4bb13ab2016-04-05 14:09:01 -04006178
Michael Chan3bdf56c2016-03-07 15:38:45 -05006179 if (test_and_clear_bit(BNXT_PERIODIC_STATS_SP_EVENT, &bp->sp_event))
6180 bnxt_hwrm_port_qstats(bp);
6181
Michael Chan4cebdce2015-12-09 19:35:43 -05006182 smp_mb__before_atomic();
6183 clear_bit(BNXT_STATE_IN_SP_TASK, &bp->state);
Michael Chanc0c050c2015-10-22 16:01:17 -04006184}
6185
6186static int bnxt_init_board(struct pci_dev *pdev, struct net_device *dev)
6187{
6188 int rc;
6189 struct bnxt *bp = netdev_priv(dev);
6190
6191 SET_NETDEV_DEV(dev, &pdev->dev);
6192
6193 /* enable device (incl. PCI PM wakeup), and bus-mastering */
6194 rc = pci_enable_device(pdev);
6195 if (rc) {
6196 dev_err(&pdev->dev, "Cannot enable PCI device, aborting\n");
6197 goto init_err;
6198 }
6199
6200 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) {
6201 dev_err(&pdev->dev,
6202 "Cannot find PCI device base address, aborting\n");
6203 rc = -ENODEV;
6204 goto init_err_disable;
6205 }
6206
6207 rc = pci_request_regions(pdev, DRV_MODULE_NAME);
6208 if (rc) {
6209 dev_err(&pdev->dev, "Cannot obtain PCI resources, aborting\n");
6210 goto init_err_disable;
6211 }
6212
6213 if (dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)) != 0 &&
6214 dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)) != 0) {
6215 dev_err(&pdev->dev, "System does not support DMA, aborting\n");
6216 goto init_err_disable;
6217 }
6218
6219 pci_set_master(pdev);
6220
6221 bp->dev = dev;
6222 bp->pdev = pdev;
6223
6224 bp->bar0 = pci_ioremap_bar(pdev, 0);
6225 if (!bp->bar0) {
6226 dev_err(&pdev->dev, "Cannot map device registers, aborting\n");
6227 rc = -ENOMEM;
6228 goto init_err_release;
6229 }
6230
6231 bp->bar1 = pci_ioremap_bar(pdev, 2);
6232 if (!bp->bar1) {
6233 dev_err(&pdev->dev, "Cannot map doorbell registers, aborting\n");
6234 rc = -ENOMEM;
6235 goto init_err_release;
6236 }
6237
6238 bp->bar2 = pci_ioremap_bar(pdev, 4);
6239 if (!bp->bar2) {
6240 dev_err(&pdev->dev, "Cannot map bar4 registers, aborting\n");
6241 rc = -ENOMEM;
6242 goto init_err_release;
6243 }
6244
Satish Baddipadige6316ea62016-03-07 15:38:48 -05006245 pci_enable_pcie_error_reporting(pdev);
6246
Michael Chanc0c050c2015-10-22 16:01:17 -04006247 INIT_WORK(&bp->sp_task, bnxt_sp_task);
6248
6249 spin_lock_init(&bp->ntp_fltr_lock);
6250
6251 bp->rx_ring_size = BNXT_DEFAULT_RX_RING_SIZE;
6252 bp->tx_ring_size = BNXT_DEFAULT_TX_RING_SIZE;
6253
Michael Chandfb5b892016-02-26 04:00:01 -05006254 /* tick values in micro seconds */
Michael Chandfc9c942016-02-26 04:00:03 -05006255 bp->rx_coal_ticks = 12;
6256 bp->rx_coal_bufs = 30;
Michael Chandfb5b892016-02-26 04:00:01 -05006257 bp->rx_coal_ticks_irq = 1;
6258 bp->rx_coal_bufs_irq = 2;
Michael Chanc0c050c2015-10-22 16:01:17 -04006259
Michael Chandfc9c942016-02-26 04:00:03 -05006260 bp->tx_coal_ticks = 25;
6261 bp->tx_coal_bufs = 30;
6262 bp->tx_coal_ticks_irq = 2;
6263 bp->tx_coal_bufs_irq = 2;
6264
Michael Chan51f30782016-07-01 18:46:29 -04006265 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS;
6266
Michael Chanc0c050c2015-10-22 16:01:17 -04006267 init_timer(&bp->timer);
6268 bp->timer.data = (unsigned long)bp;
6269 bp->timer.function = bnxt_timer;
6270 bp->current_interval = BNXT_TIMER_INTERVAL;
6271
Michael Chancaefe522015-12-09 19:35:42 -05006272 clear_bit(BNXT_STATE_OPEN, &bp->state);
Michael Chanc0c050c2015-10-22 16:01:17 -04006273
6274 return 0;
6275
6276init_err_release:
6277 if (bp->bar2) {
6278 pci_iounmap(pdev, bp->bar2);
6279 bp->bar2 = NULL;
6280 }
6281
6282 if (bp->bar1) {
6283 pci_iounmap(pdev, bp->bar1);
6284 bp->bar1 = NULL;
6285 }
6286
6287 if (bp->bar0) {
6288 pci_iounmap(pdev, bp->bar0);
6289 bp->bar0 = NULL;
6290 }
6291
6292 pci_release_regions(pdev);
6293
6294init_err_disable:
6295 pci_disable_device(pdev);
6296
6297init_err:
6298 return rc;
6299}
6300
6301/* rtnl_lock held */
6302static int bnxt_change_mac_addr(struct net_device *dev, void *p)
6303{
6304 struct sockaddr *addr = p;
Jeffrey Huang1fc2cfd2015-12-02 01:54:06 -05006305 struct bnxt *bp = netdev_priv(dev);
6306 int rc = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04006307
6308 if (!is_valid_ether_addr(addr->sa_data))
6309 return -EADDRNOTAVAIL;
6310
Michael Chan84c33dd2016-04-11 04:11:13 -04006311 rc = bnxt_approve_mac(bp, addr->sa_data);
6312 if (rc)
6313 return rc;
Michael Chanc0c050c2015-10-22 16:01:17 -04006314
Jeffrey Huang1fc2cfd2015-12-02 01:54:06 -05006315 if (ether_addr_equal(addr->sa_data, dev->dev_addr))
6316 return 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04006317
Jeffrey Huang1fc2cfd2015-12-02 01:54:06 -05006318 memcpy(dev->dev_addr, addr->sa_data, dev->addr_len);
6319 if (netif_running(dev)) {
6320 bnxt_close_nic(bp, false, false);
6321 rc = bnxt_open_nic(bp, false, false);
6322 }
6323
6324 return rc;
Michael Chanc0c050c2015-10-22 16:01:17 -04006325}
6326
6327/* rtnl_lock held */
6328static int bnxt_change_mtu(struct net_device *dev, int new_mtu)
6329{
6330 struct bnxt *bp = netdev_priv(dev);
6331
Michael Chanc0c050c2015-10-22 16:01:17 -04006332 if (netif_running(dev))
6333 bnxt_close_nic(bp, false, false);
6334
6335 dev->mtu = new_mtu;
6336 bnxt_set_ring_params(bp);
6337
6338 if (netif_running(dev))
6339 return bnxt_open_nic(bp, false, false);
6340
6341 return 0;
6342}
6343
Michael Chanc5e3deb2016-12-02 21:17:15 -05006344int bnxt_setup_mq_tc(struct net_device *dev, u8 tc)
Michael Chanc0c050c2015-10-22 16:01:17 -04006345{
6346 struct bnxt *bp = netdev_priv(dev);
Michael Chan3ffb6a32016-11-11 00:11:42 -05006347 bool sh = false;
John Fastabend16e5cc62016-02-16 21:16:43 -08006348
Michael Chanc0c050c2015-10-22 16:01:17 -04006349 if (tc > bp->max_tc) {
6350 netdev_err(dev, "too many traffic classes requested: %d Max supported is %d\n",
6351 tc, bp->max_tc);
6352 return -EINVAL;
6353 }
6354
6355 if (netdev_get_num_tc(dev) == tc)
6356 return 0;
6357
Michael Chan3ffb6a32016-11-11 00:11:42 -05006358 if (bp->flags & BNXT_FLAG_SHARED_RINGS)
6359 sh = true;
6360
Michael Chanc0c050c2015-10-22 16:01:17 -04006361 if (tc) {
Michael Chan6e6c5a52016-01-02 23:45:02 -05006362 int max_rx_rings, max_tx_rings, rc;
Michael Chan01657bc2016-01-02 23:45:03 -05006363
6364 rc = bnxt_get_max_rings(bp, &max_rx_rings, &max_tx_rings, sh);
Michael Chan6e6c5a52016-01-02 23:45:02 -05006365 if (rc || bp->tx_nr_rings_per_tc * tc > max_tx_rings)
Michael Chanc0c050c2015-10-22 16:01:17 -04006366 return -ENOMEM;
6367 }
6368
6369 /* Needs to close the device and do hw resource re-allocations */
6370 if (netif_running(bp->dev))
6371 bnxt_close_nic(bp, true, false);
6372
6373 if (tc) {
6374 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tc;
6375 netdev_set_num_tc(dev, tc);
6376 } else {
6377 bp->tx_nr_rings = bp->tx_nr_rings_per_tc;
6378 netdev_reset_tc(dev);
6379 }
Michael Chan3ffb6a32016-11-11 00:11:42 -05006380 bp->cp_nr_rings = sh ? max_t(int, bp->tx_nr_rings, bp->rx_nr_rings) :
6381 bp->tx_nr_rings + bp->rx_nr_rings;
Michael Chanc0c050c2015-10-22 16:01:17 -04006382 bp->num_stat_ctxs = bp->cp_nr_rings;
6383
6384 if (netif_running(bp->dev))
6385 return bnxt_open_nic(bp, true, false);
6386
6387 return 0;
6388}
6389
Michael Chanc5e3deb2016-12-02 21:17:15 -05006390static int bnxt_setup_tc(struct net_device *dev, u32 handle, __be16 proto,
6391 struct tc_to_netdev *ntc)
6392{
6393 if (ntc->type != TC_SETUP_MQPRIO)
6394 return -EINVAL;
6395
6396 return bnxt_setup_mq_tc(dev, ntc->tc);
6397}
6398
Michael Chanc0c050c2015-10-22 16:01:17 -04006399#ifdef CONFIG_RFS_ACCEL
6400static bool bnxt_fltr_match(struct bnxt_ntuple_filter *f1,
6401 struct bnxt_ntuple_filter *f2)
6402{
6403 struct flow_keys *keys1 = &f1->fkeys;
6404 struct flow_keys *keys2 = &f2->fkeys;
6405
6406 if (keys1->addrs.v4addrs.src == keys2->addrs.v4addrs.src &&
6407 keys1->addrs.v4addrs.dst == keys2->addrs.v4addrs.dst &&
6408 keys1->ports.ports == keys2->ports.ports &&
6409 keys1->basic.ip_proto == keys2->basic.ip_proto &&
6410 keys1->basic.n_proto == keys2->basic.n_proto &&
Michael Chana54c4d72016-07-25 12:33:35 -04006411 ether_addr_equal(f1->src_mac_addr, f2->src_mac_addr) &&
6412 ether_addr_equal(f1->dst_mac_addr, f2->dst_mac_addr))
Michael Chanc0c050c2015-10-22 16:01:17 -04006413 return true;
6414
6415 return false;
6416}
6417
6418static int bnxt_rx_flow_steer(struct net_device *dev, const struct sk_buff *skb,
6419 u16 rxq_index, u32 flow_id)
6420{
6421 struct bnxt *bp = netdev_priv(dev);
6422 struct bnxt_ntuple_filter *fltr, *new_fltr;
6423 struct flow_keys *fkeys;
6424 struct ethhdr *eth = (struct ethhdr *)skb_mac_header(skb);
Michael Chana54c4d72016-07-25 12:33:35 -04006425 int rc = 0, idx, bit_id, l2_idx = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04006426 struct hlist_head *head;
6427
6428 if (skb->encapsulation)
6429 return -EPROTONOSUPPORT;
6430
Michael Chana54c4d72016-07-25 12:33:35 -04006431 if (!ether_addr_equal(dev->dev_addr, eth->h_dest)) {
6432 struct bnxt_vnic_info *vnic = &bp->vnic_info[0];
6433 int off = 0, j;
6434
6435 netif_addr_lock_bh(dev);
6436 for (j = 0; j < vnic->uc_filter_count; j++, off += ETH_ALEN) {
6437 if (ether_addr_equal(eth->h_dest,
6438 vnic->uc_list + off)) {
6439 l2_idx = j + 1;
6440 break;
6441 }
6442 }
6443 netif_addr_unlock_bh(dev);
6444 if (!l2_idx)
6445 return -EINVAL;
6446 }
Michael Chanc0c050c2015-10-22 16:01:17 -04006447 new_fltr = kzalloc(sizeof(*new_fltr), GFP_ATOMIC);
6448 if (!new_fltr)
6449 return -ENOMEM;
6450
6451 fkeys = &new_fltr->fkeys;
6452 if (!skb_flow_dissect_flow_keys(skb, fkeys, 0)) {
6453 rc = -EPROTONOSUPPORT;
6454 goto err_free;
6455 }
6456
6457 if ((fkeys->basic.n_proto != htons(ETH_P_IP)) ||
6458 ((fkeys->basic.ip_proto != IPPROTO_TCP) &&
6459 (fkeys->basic.ip_proto != IPPROTO_UDP))) {
6460 rc = -EPROTONOSUPPORT;
6461 goto err_free;
6462 }
6463
Michael Chana54c4d72016-07-25 12:33:35 -04006464 memcpy(new_fltr->dst_mac_addr, eth->h_dest, ETH_ALEN);
Michael Chanc0c050c2015-10-22 16:01:17 -04006465 memcpy(new_fltr->src_mac_addr, eth->h_source, ETH_ALEN);
6466
6467 idx = skb_get_hash_raw(skb) & BNXT_NTP_FLTR_HASH_MASK;
6468 head = &bp->ntp_fltr_hash_tbl[idx];
6469 rcu_read_lock();
6470 hlist_for_each_entry_rcu(fltr, head, hash) {
6471 if (bnxt_fltr_match(fltr, new_fltr)) {
6472 rcu_read_unlock();
6473 rc = 0;
6474 goto err_free;
6475 }
6476 }
6477 rcu_read_unlock();
6478
6479 spin_lock_bh(&bp->ntp_fltr_lock);
Michael Chan84e86b92015-11-05 16:25:50 -05006480 bit_id = bitmap_find_free_region(bp->ntp_fltr_bmap,
6481 BNXT_NTP_FLTR_MAX_FLTR, 0);
6482 if (bit_id < 0) {
Michael Chanc0c050c2015-10-22 16:01:17 -04006483 spin_unlock_bh(&bp->ntp_fltr_lock);
6484 rc = -ENOMEM;
6485 goto err_free;
6486 }
6487
Michael Chan84e86b92015-11-05 16:25:50 -05006488 new_fltr->sw_id = (u16)bit_id;
Michael Chanc0c050c2015-10-22 16:01:17 -04006489 new_fltr->flow_id = flow_id;
Michael Chana54c4d72016-07-25 12:33:35 -04006490 new_fltr->l2_fltr_idx = l2_idx;
Michael Chanc0c050c2015-10-22 16:01:17 -04006491 new_fltr->rxq = rxq_index;
6492 hlist_add_head_rcu(&new_fltr->hash, head);
6493 bp->ntp_fltr_count++;
6494 spin_unlock_bh(&bp->ntp_fltr_lock);
6495
6496 set_bit(BNXT_RX_NTP_FLTR_SP_EVENT, &bp->sp_event);
6497 schedule_work(&bp->sp_task);
6498
6499 return new_fltr->sw_id;
6500
6501err_free:
6502 kfree(new_fltr);
6503 return rc;
6504}
6505
6506static void bnxt_cfg_ntp_filters(struct bnxt *bp)
6507{
6508 int i;
6509
6510 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) {
6511 struct hlist_head *head;
6512 struct hlist_node *tmp;
6513 struct bnxt_ntuple_filter *fltr;
6514 int rc;
6515
6516 head = &bp->ntp_fltr_hash_tbl[i];
6517 hlist_for_each_entry_safe(fltr, tmp, head, hash) {
6518 bool del = false;
6519
6520 if (test_bit(BNXT_FLTR_VALID, &fltr->state)) {
6521 if (rps_may_expire_flow(bp->dev, fltr->rxq,
6522 fltr->flow_id,
6523 fltr->sw_id)) {
6524 bnxt_hwrm_cfa_ntuple_filter_free(bp,
6525 fltr);
6526 del = true;
6527 }
6528 } else {
6529 rc = bnxt_hwrm_cfa_ntuple_filter_alloc(bp,
6530 fltr);
6531 if (rc)
6532 del = true;
6533 else
6534 set_bit(BNXT_FLTR_VALID, &fltr->state);
6535 }
6536
6537 if (del) {
6538 spin_lock_bh(&bp->ntp_fltr_lock);
6539 hlist_del_rcu(&fltr->hash);
6540 bp->ntp_fltr_count--;
6541 spin_unlock_bh(&bp->ntp_fltr_lock);
6542 synchronize_rcu();
6543 clear_bit(fltr->sw_id, bp->ntp_fltr_bmap);
6544 kfree(fltr);
6545 }
6546 }
6547 }
Jeffrey Huang19241362016-02-26 04:00:00 -05006548 if (test_and_clear_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event))
6549 netdev_info(bp->dev, "Receive PF driver unload event!");
Michael Chanc0c050c2015-10-22 16:01:17 -04006550}
6551
6552#else
6553
6554static void bnxt_cfg_ntp_filters(struct bnxt *bp)
6555{
6556}
6557
6558#endif /* CONFIG_RFS_ACCEL */
6559
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006560static void bnxt_udp_tunnel_add(struct net_device *dev,
6561 struct udp_tunnel_info *ti)
Michael Chanc0c050c2015-10-22 16:01:17 -04006562{
6563 struct bnxt *bp = netdev_priv(dev);
6564
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006565 if (ti->sa_family != AF_INET6 && ti->sa_family != AF_INET)
6566 return;
6567
Michael Chanc0c050c2015-10-22 16:01:17 -04006568 if (!netif_running(dev))
6569 return;
6570
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006571 switch (ti->type) {
6572 case UDP_TUNNEL_TYPE_VXLAN:
6573 if (bp->vxlan_port_cnt && bp->vxlan_port != ti->port)
6574 return;
Michael Chanc0c050c2015-10-22 16:01:17 -04006575
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006576 bp->vxlan_port_cnt++;
6577 if (bp->vxlan_port_cnt == 1) {
6578 bp->vxlan_port = ti->port;
6579 set_bit(BNXT_VXLAN_ADD_PORT_SP_EVENT, &bp->sp_event);
Michael Chanc0c050c2015-10-22 16:01:17 -04006580 schedule_work(&bp->sp_task);
6581 }
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006582 break;
Alexander Duyck7cdd5fc2016-06-16 12:21:36 -07006583 case UDP_TUNNEL_TYPE_GENEVE:
6584 if (bp->nge_port_cnt && bp->nge_port != ti->port)
6585 return;
6586
6587 bp->nge_port_cnt++;
6588 if (bp->nge_port_cnt == 1) {
6589 bp->nge_port = ti->port;
6590 set_bit(BNXT_GENEVE_ADD_PORT_SP_EVENT, &bp->sp_event);
6591 }
6592 break;
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006593 default:
6594 return;
Michael Chanc0c050c2015-10-22 16:01:17 -04006595 }
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006596
6597 schedule_work(&bp->sp_task);
6598}
6599
6600static void bnxt_udp_tunnel_del(struct net_device *dev,
6601 struct udp_tunnel_info *ti)
6602{
6603 struct bnxt *bp = netdev_priv(dev);
6604
6605 if (ti->sa_family != AF_INET6 && ti->sa_family != AF_INET)
6606 return;
6607
6608 if (!netif_running(dev))
6609 return;
6610
6611 switch (ti->type) {
6612 case UDP_TUNNEL_TYPE_VXLAN:
6613 if (!bp->vxlan_port_cnt || bp->vxlan_port != ti->port)
6614 return;
6615 bp->vxlan_port_cnt--;
6616
6617 if (bp->vxlan_port_cnt != 0)
6618 return;
6619
6620 set_bit(BNXT_VXLAN_DEL_PORT_SP_EVENT, &bp->sp_event);
6621 break;
Alexander Duyck7cdd5fc2016-06-16 12:21:36 -07006622 case UDP_TUNNEL_TYPE_GENEVE:
6623 if (!bp->nge_port_cnt || bp->nge_port != ti->port)
6624 return;
6625 bp->nge_port_cnt--;
6626
6627 if (bp->nge_port_cnt != 0)
6628 return;
6629
6630 set_bit(BNXT_GENEVE_DEL_PORT_SP_EVENT, &bp->sp_event);
6631 break;
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006632 default:
6633 return;
6634 }
6635
6636 schedule_work(&bp->sp_task);
Michael Chanc0c050c2015-10-22 16:01:17 -04006637}
6638
6639static const struct net_device_ops bnxt_netdev_ops = {
6640 .ndo_open = bnxt_open,
6641 .ndo_start_xmit = bnxt_start_xmit,
6642 .ndo_stop = bnxt_close,
6643 .ndo_get_stats64 = bnxt_get_stats64,
6644 .ndo_set_rx_mode = bnxt_set_rx_mode,
6645 .ndo_do_ioctl = bnxt_ioctl,
6646 .ndo_validate_addr = eth_validate_addr,
6647 .ndo_set_mac_address = bnxt_change_mac_addr,
6648 .ndo_change_mtu = bnxt_change_mtu,
6649 .ndo_fix_features = bnxt_fix_features,
6650 .ndo_set_features = bnxt_set_features,
6651 .ndo_tx_timeout = bnxt_tx_timeout,
6652#ifdef CONFIG_BNXT_SRIOV
6653 .ndo_get_vf_config = bnxt_get_vf_config,
6654 .ndo_set_vf_mac = bnxt_set_vf_mac,
6655 .ndo_set_vf_vlan = bnxt_set_vf_vlan,
6656 .ndo_set_vf_rate = bnxt_set_vf_bw,
6657 .ndo_set_vf_link_state = bnxt_set_vf_link_state,
6658 .ndo_set_vf_spoofchk = bnxt_set_vf_spoofchk,
6659#endif
6660#ifdef CONFIG_NET_POLL_CONTROLLER
6661 .ndo_poll_controller = bnxt_poll_controller,
6662#endif
6663 .ndo_setup_tc = bnxt_setup_tc,
6664#ifdef CONFIG_RFS_ACCEL
6665 .ndo_rx_flow_steer = bnxt_rx_flow_steer,
6666#endif
Alexander Duyckad51b8e2016-06-16 12:21:19 -07006667 .ndo_udp_tunnel_add = bnxt_udp_tunnel_add,
6668 .ndo_udp_tunnel_del = bnxt_udp_tunnel_del,
Michael Chanc0c050c2015-10-22 16:01:17 -04006669#ifdef CONFIG_NET_RX_BUSY_POLL
6670 .ndo_busy_poll = bnxt_busy_poll,
6671#endif
6672};
6673
6674static void bnxt_remove_one(struct pci_dev *pdev)
6675{
6676 struct net_device *dev = pci_get_drvdata(pdev);
6677 struct bnxt *bp = netdev_priv(dev);
6678
6679 if (BNXT_PF(bp))
6680 bnxt_sriov_disable(bp);
6681
Satish Baddipadige6316ea62016-03-07 15:38:48 -05006682 pci_disable_pcie_error_reporting(pdev);
Michael Chanc0c050c2015-10-22 16:01:17 -04006683 unregister_netdev(dev);
6684 cancel_work_sync(&bp->sp_task);
6685 bp->sp_event = 0;
6686
Jeffrey Huangbe58a0d2015-12-27 18:19:18 -05006687 bnxt_hwrm_func_drv_unrgtr(bp);
Michael Chanc0c050c2015-10-22 16:01:17 -04006688 bnxt_free_hwrm_resources(bp);
6689 pci_iounmap(pdev, bp->bar2);
6690 pci_iounmap(pdev, bp->bar1);
6691 pci_iounmap(pdev, bp->bar0);
6692 free_netdev(dev);
6693
6694 pci_release_regions(pdev);
6695 pci_disable_device(pdev);
6696}
6697
6698static int bnxt_probe_phy(struct bnxt *bp)
6699{
6700 int rc = 0;
6701 struct bnxt_link_info *link_info = &bp->link_info;
Michael Chanc0c050c2015-10-22 16:01:17 -04006702
Michael Chan170ce012016-04-05 14:08:57 -04006703 rc = bnxt_hwrm_phy_qcaps(bp);
6704 if (rc) {
6705 netdev_err(bp->dev, "Probe phy can't get phy capabilities (rc: %x)\n",
6706 rc);
6707 return rc;
6708 }
6709
Michael Chanc0c050c2015-10-22 16:01:17 -04006710 rc = bnxt_update_link(bp, false);
6711 if (rc) {
6712 netdev_err(bp->dev, "Probe phy can't update link (rc: %x)\n",
6713 rc);
6714 return rc;
6715 }
6716
Michael Chan93ed8112016-06-13 02:25:37 -04006717 /* Older firmware does not have supported_auto_speeds, so assume
6718 * that all supported speeds can be autonegotiated.
6719 */
6720 if (link_info->auto_link_speeds && !link_info->support_auto_speeds)
6721 link_info->support_auto_speeds = link_info->support_speeds;
6722
Michael Chanc0c050c2015-10-22 16:01:17 -04006723 /*initialize the ethool setting copy with NVM settings */
Michael Chan0d8abf02016-02-10 17:33:47 -05006724 if (BNXT_AUTO_MODE(link_info->auto_mode)) {
Michael Chanc9ee9512016-04-05 14:08:56 -04006725 link_info->autoneg = BNXT_AUTONEG_SPEED;
6726 if (bp->hwrm_spec_code >= 0x10201) {
6727 if (link_info->auto_pause_setting &
6728 PORT_PHY_CFG_REQ_AUTO_PAUSE_AUTONEG_PAUSE)
6729 link_info->autoneg |= BNXT_AUTONEG_FLOW_CTRL;
6730 } else {
6731 link_info->autoneg |= BNXT_AUTONEG_FLOW_CTRL;
6732 }
Michael Chan0d8abf02016-02-10 17:33:47 -05006733 link_info->advertising = link_info->auto_link_speeds;
Michael Chan0d8abf02016-02-10 17:33:47 -05006734 } else {
6735 link_info->req_link_speed = link_info->force_link_speed;
6736 link_info->req_duplex = link_info->duplex_setting;
Michael Chanc0c050c2015-10-22 16:01:17 -04006737 }
Michael Chanc9ee9512016-04-05 14:08:56 -04006738 if (link_info->autoneg & BNXT_AUTONEG_FLOW_CTRL)
6739 link_info->req_flow_ctrl =
6740 link_info->auto_pause_setting & BNXT_LINK_PAUSE_BOTH;
6741 else
6742 link_info->req_flow_ctrl = link_info->force_pause_setting;
Michael Chanc0c050c2015-10-22 16:01:17 -04006743 return rc;
6744}
6745
6746static int bnxt_get_max_irq(struct pci_dev *pdev)
6747{
6748 u16 ctrl;
6749
6750 if (!pdev->msix_cap)
6751 return 1;
6752
6753 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl);
6754 return (ctrl & PCI_MSIX_FLAGS_QSIZE) + 1;
6755}
6756
Michael Chan6e6c5a52016-01-02 23:45:02 -05006757static void _bnxt_get_max_rings(struct bnxt *bp, int *max_rx, int *max_tx,
6758 int *max_cp)
Michael Chanc0c050c2015-10-22 16:01:17 -04006759{
Michael Chan6e6c5a52016-01-02 23:45:02 -05006760 int max_ring_grps = 0;
Michael Chanc0c050c2015-10-22 16:01:17 -04006761
Michael Chan379a80a2015-10-23 15:06:19 -04006762#ifdef CONFIG_BNXT_SRIOV
Arnd Bergmann415b6f12016-01-12 16:05:08 +01006763 if (!BNXT_PF(bp)) {
Michael Chanc0c050c2015-10-22 16:01:17 -04006764 *max_tx = bp->vf.max_tx_rings;
6765 *max_rx = bp->vf.max_rx_rings;
Michael Chan6e6c5a52016-01-02 23:45:02 -05006766 *max_cp = min_t(int, bp->vf.max_irqs, bp->vf.max_cp_rings);
6767 *max_cp = min_t(int, *max_cp, bp->vf.max_stat_ctxs);
Michael Chanb72d4a62015-12-27 18:19:27 -05006768 max_ring_grps = bp->vf.max_hw_ring_grps;
Arnd Bergmann415b6f12016-01-12 16:05:08 +01006769 } else
Michael Chan379a80a2015-10-23 15:06:19 -04006770#endif
Arnd Bergmann415b6f12016-01-12 16:05:08 +01006771 {
6772 *max_tx = bp->pf.max_tx_rings;
6773 *max_rx = bp->pf.max_rx_rings;
6774 *max_cp = min_t(int, bp->pf.max_irqs, bp->pf.max_cp_rings);
6775 *max_cp = min_t(int, *max_cp, bp->pf.max_stat_ctxs);
6776 max_ring_grps = bp->pf.max_hw_ring_grps;
Michael Chanc0c050c2015-10-22 16:01:17 -04006777 }
Prashant Sreedharan76595192016-07-18 07:15:22 -04006778 if (BNXT_CHIP_TYPE_NITRO_A0(bp) && BNXT_PF(bp)) {
6779 *max_cp -= 1;
6780 *max_rx -= 2;
6781 }
Michael Chanc0c050c2015-10-22 16:01:17 -04006782 if (bp->flags & BNXT_FLAG_AGG_RINGS)
6783 *max_rx >>= 1;
Michael Chanb72d4a62015-12-27 18:19:27 -05006784 *max_rx = min_t(int, *max_rx, max_ring_grps);
Michael Chan6e6c5a52016-01-02 23:45:02 -05006785}
6786
6787int bnxt_get_max_rings(struct bnxt *bp, int *max_rx, int *max_tx, bool shared)
6788{
6789 int rx, tx, cp;
6790
6791 _bnxt_get_max_rings(bp, &rx, &tx, &cp);
6792 if (!rx || !tx || !cp)
6793 return -ENOMEM;
6794
6795 *max_rx = rx;
6796 *max_tx = tx;
6797 return bnxt_trim_rings(bp, max_rx, max_tx, cp, shared);
6798}
6799
6800static int bnxt_set_dflt_rings(struct bnxt *bp)
6801{
6802 int dflt_rings, max_rx_rings, max_tx_rings, rc;
6803 bool sh = true;
6804
6805 if (sh)
6806 bp->flags |= BNXT_FLAG_SHARED_RINGS;
6807 dflt_rings = netif_get_num_default_rss_queues();
6808 rc = bnxt_get_max_rings(bp, &max_rx_rings, &max_tx_rings, sh);
6809 if (rc)
6810 return rc;
6811 bp->rx_nr_rings = min_t(int, dflt_rings, max_rx_rings);
6812 bp->tx_nr_rings_per_tc = min_t(int, dflt_rings, max_tx_rings);
6813 bp->tx_nr_rings = bp->tx_nr_rings_per_tc;
6814 bp->cp_nr_rings = sh ? max_t(int, bp->tx_nr_rings, bp->rx_nr_rings) :
6815 bp->tx_nr_rings + bp->rx_nr_rings;
6816 bp->num_stat_ctxs = bp->cp_nr_rings;
Prashant Sreedharan76595192016-07-18 07:15:22 -04006817 if (BNXT_CHIP_TYPE_NITRO_A0(bp)) {
6818 bp->rx_nr_rings++;
6819 bp->cp_nr_rings++;
6820 }
Michael Chan6e6c5a52016-01-02 23:45:02 -05006821 return rc;
Michael Chanc0c050c2015-10-22 16:01:17 -04006822}
6823
Ajit Khaparde90c4f782016-05-15 03:04:45 -04006824static void bnxt_parse_log_pcie_link(struct bnxt *bp)
6825{
6826 enum pcie_link_width width = PCIE_LNK_WIDTH_UNKNOWN;
6827 enum pci_bus_speed speed = PCI_SPEED_UNKNOWN;
6828
6829 if (pcie_get_minimum_link(bp->pdev, &speed, &width) ||
6830 speed == PCI_SPEED_UNKNOWN || width == PCIE_LNK_WIDTH_UNKNOWN)
6831 netdev_info(bp->dev, "Failed to determine PCIe Link Info\n");
6832 else
6833 netdev_info(bp->dev, "PCIe: Speed %s Width x%d\n",
6834 speed == PCIE_SPEED_2_5GT ? "2.5GT/s" :
6835 speed == PCIE_SPEED_5_0GT ? "5.0GT/s" :
6836 speed == PCIE_SPEED_8_0GT ? "8.0GT/s" :
6837 "Unknown", width);
6838}
6839
Michael Chanc0c050c2015-10-22 16:01:17 -04006840static int bnxt_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
6841{
6842 static int version_printed;
6843 struct net_device *dev;
6844 struct bnxt *bp;
Michael Chan6e6c5a52016-01-02 23:45:02 -05006845 int rc, max_irqs;
Michael Chanc0c050c2015-10-22 16:01:17 -04006846
Prashant Sreedharanfa853dd2016-07-18 07:15:25 -04006847 if (pdev->device == 0x16cd && pci_is_bridge(pdev))
6848 return -ENODEV;
6849
Michael Chanc0c050c2015-10-22 16:01:17 -04006850 if (version_printed++ == 0)
6851 pr_info("%s", version);
6852
6853 max_irqs = bnxt_get_max_irq(pdev);
6854 dev = alloc_etherdev_mq(sizeof(*bp), max_irqs);
6855 if (!dev)
6856 return -ENOMEM;
6857
6858 bp = netdev_priv(dev);
6859
6860 if (bnxt_vf_pciid(ent->driver_data))
6861 bp->flags |= BNXT_FLAG_VF;
6862
Michael Chan2bcfa6f2015-12-27 18:19:24 -05006863 if (pdev->msix_cap)
Michael Chanc0c050c2015-10-22 16:01:17 -04006864 bp->flags |= BNXT_FLAG_MSIX_CAP;
Michael Chanc0c050c2015-10-22 16:01:17 -04006865
6866 rc = bnxt_init_board(pdev, dev);
6867 if (rc < 0)
6868 goto init_err_free;
6869
6870 dev->netdev_ops = &bnxt_netdev_ops;
6871 dev->watchdog_timeo = BNXT_TX_TIMEOUT;
6872 dev->ethtool_ops = &bnxt_ethtool_ops;
6873
6874 pci_set_drvdata(pdev, dev);
6875
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04006876 rc = bnxt_alloc_hwrm_resources(bp);
6877 if (rc)
6878 goto init_err;
6879
6880 mutex_init(&bp->hwrm_cmd_lock);
6881 rc = bnxt_hwrm_ver_get(bp);
6882 if (rc)
6883 goto init_err;
6884
Rob Swindell5ac67d82016-09-19 03:58:03 -04006885 bnxt_hwrm_fw_set_time(bp);
6886
Michael Chanc0c050c2015-10-22 16:01:17 -04006887 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SG |
6888 NETIF_F_TSO | NETIF_F_TSO6 |
6889 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE |
Tom Herbert7e133182016-05-18 09:06:10 -07006890 NETIF_F_GSO_IPXIP4 |
Alexander Duyck152971e2016-05-02 09:38:55 -07006891 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM |
6892 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH |
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04006893 NETIF_F_RXCSUM | NETIF_F_GRO;
6894
6895 if (!BNXT_CHIP_TYPE_NITRO_A0(bp))
6896 dev->hw_features |= NETIF_F_LRO;
Michael Chanc0c050c2015-10-22 16:01:17 -04006897
Michael Chanc0c050c2015-10-22 16:01:17 -04006898 dev->hw_enc_features =
6899 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SG |
6900 NETIF_F_TSO | NETIF_F_TSO6 |
6901 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE |
Alexander Duyck152971e2016-05-02 09:38:55 -07006902 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM |
Tom Herbert7e133182016-05-18 09:06:10 -07006903 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL;
Alexander Duyck152971e2016-05-02 09:38:55 -07006904 dev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM |
6905 NETIF_F_GSO_GRE_CSUM;
Michael Chanc0c050c2015-10-22 16:01:17 -04006906 dev->vlan_features = dev->hw_features | NETIF_F_HIGHDMA;
6907 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX |
6908 NETIF_F_HW_VLAN_STAG_RX | NETIF_F_HW_VLAN_STAG_TX;
6909 dev->features |= dev->hw_features | NETIF_F_HIGHDMA;
6910 dev->priv_flags |= IFF_UNICAST_FLT;
6911
Jarod Wilsone1c6dcc2016-10-17 15:54:04 -04006912 /* MTU range: 60 - 9500 */
6913 dev->min_mtu = ETH_ZLEN;
6914 dev->max_mtu = 9500;
6915
Michael Chanc0c050c2015-10-22 16:01:17 -04006916#ifdef CONFIG_BNXT_SRIOV
6917 init_waitqueue_head(&bp->sriov_cfg_wait);
6918#endif
Michael Chan309369c2016-06-13 02:25:34 -04006919 bp->gro_func = bnxt_gro_func_5730x;
Michael Chan94758f82016-06-13 02:25:35 -04006920 if (BNXT_CHIP_NUM_57X1X(bp->chip_num))
6921 bp->gro_func = bnxt_gro_func_5731x;
Michael Chan309369c2016-06-13 02:25:34 -04006922
Michael Chanc0c050c2015-10-22 16:01:17 -04006923 rc = bnxt_hwrm_func_drv_rgtr(bp);
6924 if (rc)
6925 goto init_err;
6926
6927 /* Get the MAX capabilities for this function */
6928 rc = bnxt_hwrm_func_qcaps(bp);
6929 if (rc) {
6930 netdev_err(bp->dev, "hwrm query capability failure rc: %x\n",
6931 rc);
6932 rc = -1;
6933 goto init_err;
6934 }
6935
6936 rc = bnxt_hwrm_queue_qportcfg(bp);
6937 if (rc) {
6938 netdev_err(bp->dev, "hwrm query qportcfg failure rc: %x\n",
6939 rc);
6940 rc = -1;
6941 goto init_err;
6942 }
6943
Satish Baddipadige567b2ab2016-06-13 02:25:31 -04006944 bnxt_hwrm_func_qcfg(bp);
6945
Michael Chanc0c050c2015-10-22 16:01:17 -04006946 bnxt_set_tpa_flags(bp);
6947 bnxt_set_ring_params(bp);
Jeffrey Huangbdd43472015-12-02 01:54:07 -05006948 if (BNXT_PF(bp))
Michael Chanc0c050c2015-10-22 16:01:17 -04006949 bp->pf.max_irqs = max_irqs;
Michael Chan379a80a2015-10-23 15:06:19 -04006950#if defined(CONFIG_BNXT_SRIOV)
Jeffrey Huangbdd43472015-12-02 01:54:07 -05006951 else
Michael Chanc0c050c2015-10-22 16:01:17 -04006952 bp->vf.max_irqs = max_irqs;
Michael Chan379a80a2015-10-23 15:06:19 -04006953#endif
Michael Chan6e6c5a52016-01-02 23:45:02 -05006954 bnxt_set_dflt_rings(bp);
Michael Chanc0c050c2015-10-22 16:01:17 -04006955
Michael Chan87da7f72016-11-16 21:13:09 -05006956 /* Default RSS hash cfg. */
6957 bp->rss_hash_cfg = VNIC_RSS_CFG_REQ_HASH_TYPE_IPV4 |
6958 VNIC_RSS_CFG_REQ_HASH_TYPE_TCP_IPV4 |
6959 VNIC_RSS_CFG_REQ_HASH_TYPE_IPV6 |
6960 VNIC_RSS_CFG_REQ_HASH_TYPE_TCP_IPV6;
6961 if (!BNXT_CHIP_NUM_57X0X(bp->chip_num) &&
6962 !BNXT_CHIP_TYPE_NITRO_A0(bp) &&
6963 bp->hwrm_spec_code >= 0x10501) {
6964 bp->flags |= BNXT_FLAG_UDP_RSS_CAP;
6965 bp->rss_hash_cfg |= VNIC_RSS_CFG_REQ_HASH_TYPE_UDP_IPV4 |
6966 VNIC_RSS_CFG_REQ_HASH_TYPE_UDP_IPV6;
6967 }
6968
Prashant Sreedharan3e8060f2016-07-18 07:15:20 -04006969 if (BNXT_PF(bp) && !BNXT_CHIP_TYPE_NITRO_A0(bp)) {
Michael Chan2bcfa6f2015-12-27 18:19:24 -05006970 dev->hw_features |= NETIF_F_NTUPLE;
6971 if (bnxt_rfs_capable(bp)) {
6972 bp->flags |= BNXT_FLAG_RFS;
6973 dev->features |= NETIF_F_NTUPLE;
6974 }
6975 }
6976
Michael Chanc0c050c2015-10-22 16:01:17 -04006977 if (dev->hw_features & NETIF_F_HW_VLAN_CTAG_RX)
6978 bp->flags |= BNXT_FLAG_STRIP_VLAN;
6979
6980 rc = bnxt_probe_phy(bp);
6981 if (rc)
6982 goto init_err;
6983
6984 rc = register_netdev(dev);
6985 if (rc)
6986 goto init_err;
6987
6988 netdev_info(dev, "%s found at mem %lx, node addr %pM\n",
6989 board_info[ent->driver_data].name,
6990 (long)pci_resource_start(pdev, 0), dev->dev_addr);
6991
Ajit Khaparde90c4f782016-05-15 03:04:45 -04006992 bnxt_parse_log_pcie_link(bp);
6993
Michael Chanc0c050c2015-10-22 16:01:17 -04006994 return 0;
6995
6996init_err:
6997 pci_iounmap(pdev, bp->bar0);
6998 pci_release_regions(pdev);
6999 pci_disable_device(pdev);
7000
7001init_err_free:
7002 free_netdev(dev);
7003 return rc;
7004}
7005
Satish Baddipadige6316ea62016-03-07 15:38:48 -05007006/**
7007 * bnxt_io_error_detected - called when PCI error is detected
7008 * @pdev: Pointer to PCI device
7009 * @state: The current pci connection state
7010 *
7011 * This function is called after a PCI bus error affecting
7012 * this device has been detected.
7013 */
7014static pci_ers_result_t bnxt_io_error_detected(struct pci_dev *pdev,
7015 pci_channel_state_t state)
7016{
7017 struct net_device *netdev = pci_get_drvdata(pdev);
Michael Chan2a5bedf2016-07-01 18:46:21 -04007018 struct bnxt *bp = netdev_priv(netdev);
Satish Baddipadige6316ea62016-03-07 15:38:48 -05007019
7020 netdev_info(netdev, "PCI I/O error detected\n");
7021
7022 rtnl_lock();
7023 netif_device_detach(netdev);
7024
7025 if (state == pci_channel_io_perm_failure) {
7026 rtnl_unlock();
7027 return PCI_ERS_RESULT_DISCONNECT;
7028 }
7029
7030 if (netif_running(netdev))
7031 bnxt_close(netdev);
7032
Michael Chan2a5bedf2016-07-01 18:46:21 -04007033 /* So that func_reset will be done during slot_reset */
7034 clear_bit(BNXT_STATE_FN_RST_DONE, &bp->state);
Satish Baddipadige6316ea62016-03-07 15:38:48 -05007035 pci_disable_device(pdev);
7036 rtnl_unlock();
7037
7038 /* Request a slot slot reset. */
7039 return PCI_ERS_RESULT_NEED_RESET;
7040}
7041
7042/**
7043 * bnxt_io_slot_reset - called after the pci bus has been reset.
7044 * @pdev: Pointer to PCI device
7045 *
7046 * Restart the card from scratch, as if from a cold-boot.
7047 * At this point, the card has exprienced a hard reset,
7048 * followed by fixups by BIOS, and has its config space
7049 * set up identically to what it was at cold boot.
7050 */
7051static pci_ers_result_t bnxt_io_slot_reset(struct pci_dev *pdev)
7052{
7053 struct net_device *netdev = pci_get_drvdata(pdev);
7054 struct bnxt *bp = netdev_priv(netdev);
7055 int err = 0;
7056 pci_ers_result_t result = PCI_ERS_RESULT_DISCONNECT;
7057
7058 netdev_info(bp->dev, "PCI Slot Reset\n");
7059
7060 rtnl_lock();
7061
7062 if (pci_enable_device(pdev)) {
7063 dev_err(&pdev->dev,
7064 "Cannot re-enable PCI device after reset.\n");
7065 } else {
7066 pci_set_master(pdev);
7067
7068 if (netif_running(netdev))
7069 err = bnxt_open(netdev);
7070
7071 if (!err)
7072 result = PCI_ERS_RESULT_RECOVERED;
7073 }
7074
7075 if (result != PCI_ERS_RESULT_RECOVERED && netif_running(netdev))
7076 dev_close(netdev);
7077
7078 rtnl_unlock();
7079
7080 err = pci_cleanup_aer_uncorrect_error_status(pdev);
7081 if (err) {
7082 dev_err(&pdev->dev,
7083 "pci_cleanup_aer_uncorrect_error_status failed 0x%0x\n",
7084 err); /* non-fatal, continue */
7085 }
7086
7087 return PCI_ERS_RESULT_RECOVERED;
7088}
7089
7090/**
7091 * bnxt_io_resume - called when traffic can start flowing again.
7092 * @pdev: Pointer to PCI device
7093 *
7094 * This callback is called when the error recovery driver tells
7095 * us that its OK to resume normal operation.
7096 */
7097static void bnxt_io_resume(struct pci_dev *pdev)
7098{
7099 struct net_device *netdev = pci_get_drvdata(pdev);
7100
7101 rtnl_lock();
7102
7103 netif_device_attach(netdev);
7104
7105 rtnl_unlock();
7106}
7107
7108static const struct pci_error_handlers bnxt_err_handler = {
7109 .error_detected = bnxt_io_error_detected,
7110 .slot_reset = bnxt_io_slot_reset,
7111 .resume = bnxt_io_resume
7112};
7113
Michael Chanc0c050c2015-10-22 16:01:17 -04007114static struct pci_driver bnxt_pci_driver = {
7115 .name = DRV_MODULE_NAME,
7116 .id_table = bnxt_pci_tbl,
7117 .probe = bnxt_init_one,
7118 .remove = bnxt_remove_one,
Satish Baddipadige6316ea62016-03-07 15:38:48 -05007119 .err_handler = &bnxt_err_handler,
Michael Chanc0c050c2015-10-22 16:01:17 -04007120#if defined(CONFIG_BNXT_SRIOV)
7121 .sriov_configure = bnxt_sriov_configure,
7122#endif
7123};
7124
7125module_pci_driver(bnxt_pci_driver);