blob: 0099a0cd53ea111e33a2177e04b35f0a9326cdfa [file] [log] [blame]
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001/*
2 * This file is part of the Chelsio T4 Ethernet driver for Linux.
3 *
Anish Bhattce100b8b2014-06-19 21:37:15 -07004 * Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file
9 * COPYING in the main directory of this source tree, or the
10 * OpenIB.org BSD license below:
11 *
12 * Redistribution and use in source and binary forms, with or
13 * without modification, are permitted provided that the following
14 * conditions are met:
15 *
16 * - Redistributions of source code must retain the above
17 * copyright notice, this list of conditions and the following
18 * disclaimer.
19 *
20 * - Redistributions in binary form must reproduce the above
21 * copyright notice, this list of conditions and the following
22 * disclaimer in the documentation and/or other materials
23 * provided with the distribution.
24 *
25 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 * SOFTWARE.
33 */
34
35#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
36
37#include <linux/bitmap.h>
38#include <linux/crc32.h>
39#include <linux/ctype.h>
40#include <linux/debugfs.h>
41#include <linux/err.h>
42#include <linux/etherdevice.h>
43#include <linux/firmware.h>
Jiri Pirko01789342011-08-16 06:29:00 +000044#include <linux/if.h>
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +000045#include <linux/if_vlan.h>
46#include <linux/init.h>
47#include <linux/log2.h>
48#include <linux/mdio.h>
49#include <linux/module.h>
50#include <linux/moduleparam.h>
51#include <linux/mutex.h>
52#include <linux/netdevice.h>
53#include <linux/pci.h>
54#include <linux/aer.h>
55#include <linux/rtnetlink.h>
56#include <linux/sched.h>
57#include <linux/seq_file.h>
58#include <linux/sockios.h>
59#include <linux/vmalloc.h>
60#include <linux/workqueue.h>
61#include <net/neighbour.h>
62#include <net/netevent.h>
Vipul Pandya01bcca62013-07-04 16:10:46 +053063#include <net/addrconf.h>
David S. Miller1ef80192014-11-10 13:27:49 -050064#include <net/bonding.h>
Anish Bhattb5a02f52015-01-14 15:17:34 -080065#include <net/addrconf.h>
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +000066#include <asm/uaccess.h>
Hariprasad Shenaic5a8c0f2016-06-14 14:39:30 +053067#include <linux/crash_dump.h>
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +000068
69#include "cxgb4.h"
70#include "t4_regs.h"
Hariprasad Shenaif612b812015-01-05 16:30:43 +053071#include "t4_values.h"
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +000072#include "t4_msg.h"
73#include "t4fw_api.h"
Hariprasad Shenaicd6c2f12015-01-27 20:12:52 +053074#include "t4fw_version.h"
Anish Bhatt688848b2014-06-19 21:37:13 -070075#include "cxgb4_dcb.h"
Hariprasad Shenaifd88b312014-11-07 09:35:23 +053076#include "cxgb4_debugfs.h"
Anish Bhattb5a02f52015-01-14 15:17:34 -080077#include "clip_tbl.h"
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +000078#include "l2t.h"
79
Hariprasad Shenai812034f2015-04-06 20:23:23 +053080char cxgb4_driver_name[] = KBUILD_MODNAME;
81
Vipul Pandya01bcca62013-07-04 16:10:46 +053082#ifdef DRV_VERSION
83#undef DRV_VERSION
84#endif
Santosh Rastapur3a7f8552013-03-14 05:08:55 +000085#define DRV_VERSION "2.0.0-ko"
Hariprasad Shenai812034f2015-04-06 20:23:23 +053086const char cxgb4_driver_version[] = DRV_VERSION;
Hariprasad Shenai52a5f842015-10-21 14:39:54 +053087#define DRV_DESC "Chelsio T4/T5/T6 Network Driver"
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +000088
Vipul Pandyaf2b7e782012-12-10 09:30:52 +000089/* Host shadow copy of ingress filter entry. This is in host native format
90 * and doesn't match the ordering or bit order, etc. of the hardware of the
91 * firmware command. The use of bit-field structure elements is purely to
92 * remind ourselves of the field size limitations and save memory in the case
93 * where the filter table is large.
94 */
95struct filter_entry {
96 /* Administrative fields for filter.
97 */
98 u32 valid:1; /* filter allocated and valid */
99 u32 locked:1; /* filter is administratively locked */
100
101 u32 pending:1; /* filter action is pending firmware reply */
102 u32 smtidx:8; /* Source MAC Table index for smac */
103 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
104
105 /* The filter itself. Most of this is a straight copy of information
106 * provided by the extended ioctl(). Some fields are translated to
107 * internal forms -- for instance the Ingress Queue ID passed in from
108 * the ioctl() is translated into the Absolute Ingress Queue ID.
109 */
110 struct ch_filter_specification fs;
111};
112
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000113#define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \
114 NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP |\
115 NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR)
116
Hariprasad Shenai3fedeab2014-11-25 08:33:58 +0530117/* Macros needed to support the PCI Device ID Table ...
118 */
119#define CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN \
Hariprasad Shenai768ffc62015-03-19 22:27:36 +0530120 static const struct pci_device_id cxgb4_pci_tbl[] = {
Hariprasad Shenai3fedeab2014-11-25 08:33:58 +0530121#define CH_PCI_DEVICE_ID_FUNCTION 0x4
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000122
Hariprasad Shenai3fedeab2014-11-25 08:33:58 +0530123/* Include PCI Device IDs for both PF4 and PF0-3 so our PCI probe() routine is
124 * called for both.
125 */
126#define CH_PCI_DEVICE_ID_FUNCTION2 0x0
127
128#define CH_PCI_ID_TABLE_ENTRY(devid) \
129 {PCI_VDEVICE(CHELSIO, (devid)), 4}
130
131#define CH_PCI_DEVICE_ID_TABLE_DEFINE_END \
132 { 0, } \
133 }
134
135#include "t4_pci_id_tbl.h"
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000136
Hariprasad Shenai16e47622013-12-03 17:05:58 +0530137#define FW4_FNAME "cxgb4/t4fw.bin"
Santosh Rastapur0a57a532013-03-14 05:08:49 +0000138#define FW5_FNAME "cxgb4/t5fw.bin"
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +0530139#define FW6_FNAME "cxgb4/t6fw.bin"
Hariprasad Shenai16e47622013-12-03 17:05:58 +0530140#define FW4_CFNAME "cxgb4/t4-config.txt"
Santosh Rastapur0a57a532013-03-14 05:08:49 +0000141#define FW5_CFNAME "cxgb4/t5-config.txt"
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +0530142#define FW6_CFNAME "cxgb4/t6-config.txt"
Hariprasad Shenai01b69612015-05-22 21:58:21 +0530143#define PHY_AQ1202_FIRMWARE "cxgb4/aq1202_fw.cld"
144#define PHY_BCM84834_FIRMWARE "cxgb4/bcm8483.bin"
145#define PHY_AQ1202_DEVICEID 0x4409
146#define PHY_BCM84834_DEVICEID 0x4486
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000147
148MODULE_DESCRIPTION(DRV_DESC);
149MODULE_AUTHOR("Chelsio Communications");
150MODULE_LICENSE("Dual BSD/GPL");
151MODULE_VERSION(DRV_VERSION);
152MODULE_DEVICE_TABLE(pci, cxgb4_pci_tbl);
Hariprasad Shenai16e47622013-12-03 17:05:58 +0530153MODULE_FIRMWARE(FW4_FNAME);
Santosh Rastapur0a57a532013-03-14 05:08:49 +0000154MODULE_FIRMWARE(FW5_FNAME);
Hariprasad Shenai52a5f842015-10-21 14:39:54 +0530155MODULE_FIRMWARE(FW6_FNAME);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000156
Vipul Pandya636f9d32012-09-26 02:39:39 +0000157/*
158 * Normally we're willing to become the firmware's Master PF but will be happy
159 * if another PF has already become the Master and initialized the adapter.
160 * Setting "force_init" will cause this driver to forcibly establish itself as
161 * the Master PF and initialize the adapter.
162 */
163static uint force_init;
164
165module_param(force_init, uint, 0644);
Hariprasad Shenaid7d3e252015-12-24 16:24:53 +0530166MODULE_PARM_DESC(force_init, "Forcibly become Master PF and initialize adapter,"
167 "deprecated parameter");
Vipul Pandya13ee15d2012-09-26 02:39:40 +0000168
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000169static int dflt_msg_enable = DFLT_MSG_ENABLE;
170
171module_param(dflt_msg_enable, int, 0644);
Hariprasad Shenai8a21ec42016-04-05 09:52:21 +0530172MODULE_PARM_DESC(dflt_msg_enable, "Chelsio T4 default message enable bitmap, "
173 "deprecated parameter");
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000174
175/*
176 * The driver uses the best interrupt scheme available on a platform in the
177 * order MSI-X, MSI, legacy INTx interrupts. This parameter determines which
178 * of these schemes the driver may consider as follows:
179 *
180 * msi = 2: choose from among all three options
181 * msi = 1: only consider MSI and INTx interrupts
182 * msi = 0: force INTx interrupts
183 */
184static int msi = 2;
185
186module_param(msi, int, 0644);
187MODULE_PARM_DESC(msi, "whether to use INTx (0), MSI (1) or MSI-X (2)");
188
189/*
Vipul Pandya636f9d32012-09-26 02:39:39 +0000190 * Normally we tell the chip to deliver Ingress Packets into our DMA buffers
191 * offset by 2 bytes in order to have the IP headers line up on 4-byte
192 * boundaries. This is a requirement for many architectures which will throw
193 * a machine check fault if an attempt is made to access one of the 4-byte IP
194 * header fields on a non-4-byte boundary. And it's a major performance issue
195 * even on some architectures which allow it like some implementations of the
196 * x86 ISA. However, some architectures don't mind this and for some very
197 * edge-case performance sensitive applications (like forwarding large volumes
198 * of small packets), setting this DMA offset to 0 will decrease the number of
199 * PCI-E Bus transfers enough to measurably affect performance.
200 */
201static int rx_dma_offset = 2;
202
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000203#ifdef CONFIG_PCI_IOV
Santosh Rastapur7d6727c2013-03-14 05:08:56 +0000204/* Configure the number of PCI-E Virtual Function which are to be instantiated
205 * on SR-IOV Capable Physical Functions.
Santosh Rastapur0a57a532013-03-14 05:08:49 +0000206 */
Santosh Rastapur7d6727c2013-03-14 05:08:56 +0000207static unsigned int num_vf[NUM_OF_PF_WITH_SRIOV];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000208
209module_param_array(num_vf, uint, NULL, 0644);
Hariprasad Shenaib6244202016-06-14 14:39:31 +0530210MODULE_PARM_DESC(num_vf, "number of VFs for each of PFs 0-3, deprecated parameter - please use the pci sysfs interface.");
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000211#endif
212
Anish Bhatt688848b2014-06-19 21:37:13 -0700213/* TX Queue select used to determine what algorithm to use for selecting TX
214 * queue. Select between the kernel provided function (select_queue=0) or user
215 * cxgb_select_queue function (select_queue=1)
216 *
217 * Default: select_queue=0
218 */
219static int select_queue;
220module_param(select_queue, int, 0644);
221MODULE_PARM_DESC(select_queue,
222 "Select between kernel provided method of selecting or driver method of selecting TX queue. Default is kernel method.");
223
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000224static struct dentry *cxgb4_debugfs_root;
225
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +0530226LIST_HEAD(adapter_list);
227DEFINE_MUTEX(uld_mutex);
Vipul Pandya01bcca62013-07-04 16:10:46 +0530228/* Adapter list to be accessed from atomic context */
229static LIST_HEAD(adap_rcu_list);
230static DEFINE_SPINLOCK(adap_rcu_lock);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000231static struct cxgb4_uld_info ulds[CXGB4_ULD_MAX];
Varun Prakashf2692d12016-02-14 23:02:40 +0530232static const char *const uld_str[] = { "RDMA", "iSCSI", "iSCSIT" };
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000233
234static void link_report(struct net_device *dev)
235{
236 if (!netif_carrier_ok(dev))
237 netdev_info(dev, "link down\n");
238 else {
239 static const char *fc[] = { "no", "Rx", "Tx", "Tx/Rx" };
240
Hariprasad Shenai85412252015-10-01 13:48:48 +0530241 const char *s;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000242 const struct port_info *p = netdev_priv(dev);
243
244 switch (p->link_cfg.speed) {
Ben Hutchingse8b39012014-02-23 00:03:24 +0000245 case 10000:
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000246 s = "10Gbps";
247 break;
Ben Hutchingse8b39012014-02-23 00:03:24 +0000248 case 1000:
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000249 s = "1000Mbps";
250 break;
Ben Hutchingse8b39012014-02-23 00:03:24 +0000251 case 100:
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000252 s = "100Mbps";
253 break;
Ben Hutchingse8b39012014-02-23 00:03:24 +0000254 case 40000:
Kumar Sanghvi72aca4b2014-02-18 17:56:08 +0530255 s = "40Gbps";
256 break;
Hariprasad Shenai85412252015-10-01 13:48:48 +0530257 default:
258 pr_info("%s: unsupported speed: %d\n",
259 dev->name, p->link_cfg.speed);
260 return;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000261 }
262
263 netdev_info(dev, "link up, %s, full-duplex, %s PAUSE\n", s,
264 fc[p->link_cfg.fc]);
265 }
266}
267
Anish Bhatt688848b2014-06-19 21:37:13 -0700268#ifdef CONFIG_CHELSIO_T4_DCB
269/* Set up/tear down Data Center Bridging Priority mapping for a net device. */
270static void dcb_tx_queue_prio_enable(struct net_device *dev, int enable)
271{
272 struct port_info *pi = netdev_priv(dev);
273 struct adapter *adap = pi->adapter;
274 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset];
275 int i;
276
277 /* We use a simple mapping of Port TX Queue Index to DCB
278 * Priority when we're enabling DCB.
279 */
280 for (i = 0; i < pi->nqsets; i++, txq++) {
281 u32 name, value;
282 int err;
283
Hariprasad Shenai51678652014-11-21 12:52:02 +0530284 name = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DMAQ) |
285 FW_PARAMS_PARAM_X_V(
286 FW_PARAMS_PARAM_DMAQ_EQ_DCBPRIO_ETH) |
287 FW_PARAMS_PARAM_YZ_V(txq->q.cntxt_id));
Anish Bhatt688848b2014-06-19 21:37:13 -0700288 value = enable ? i : 0xffffffff;
289
290 /* Since we can be called while atomic (from "interrupt
291 * level") we need to issue the Set Parameters Commannd
292 * without sleeping (timeout < 0).
293 */
Hariprasad Shenaib2612722015-05-27 22:30:24 +0530294 err = t4_set_params_timeout(adap, adap->mbox, adap->pf, 0, 1,
Hariprasad Shenai01b69612015-05-22 21:58:21 +0530295 &name, &value,
296 -FW_CMD_MAX_TIMEOUT);
Anish Bhatt688848b2014-06-19 21:37:13 -0700297
298 if (err)
299 dev_err(adap->pdev_dev,
300 "Can't %s DCB Priority on port %d, TX Queue %d: err=%d\n",
301 enable ? "set" : "unset", pi->port_id, i, -err);
Anish Bhatt10b00462014-08-07 16:14:03 -0700302 else
303 txq->dcb_prio = value;
Anish Bhatt688848b2014-06-19 21:37:13 -0700304 }
305}
306#endif /* CONFIG_CHELSIO_T4_DCB */
307
Hariprasad Shenai218d48e2016-05-05 11:05:39 +0530308int cxgb4_dcb_enabled(const struct net_device *dev)
309{
310#ifdef CONFIG_CHELSIO_T4_DCB
311 struct port_info *pi = netdev_priv(dev);
312
313 if (!pi->dcb.enabled)
314 return 0;
315
316 return ((pi->dcb.state == CXGB4_DCB_STATE_FW_ALLSYNCED) ||
317 (pi->dcb.state == CXGB4_DCB_STATE_HOST));
318#else
319 return 0;
320#endif
321}
322EXPORT_SYMBOL(cxgb4_dcb_enabled);
323
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000324void t4_os_link_changed(struct adapter *adapter, int port_id, int link_stat)
325{
326 struct net_device *dev = adapter->port[port_id];
327
328 /* Skip changes from disabled ports. */
329 if (netif_running(dev) && link_stat != netif_carrier_ok(dev)) {
330 if (link_stat)
331 netif_carrier_on(dev);
Anish Bhatt688848b2014-06-19 21:37:13 -0700332 else {
333#ifdef CONFIG_CHELSIO_T4_DCB
Hariprasad Shenai218d48e2016-05-05 11:05:39 +0530334 if (cxgb4_dcb_enabled(dev)) {
335 cxgb4_dcb_state_init(dev);
336 dcb_tx_queue_prio_enable(dev, false);
337 }
Anish Bhatt688848b2014-06-19 21:37:13 -0700338#endif /* CONFIG_CHELSIO_T4_DCB */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000339 netif_carrier_off(dev);
Anish Bhatt688848b2014-06-19 21:37:13 -0700340 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000341
342 link_report(dev);
343 }
344}
345
346void t4_os_portmod_changed(const struct adapter *adap, int port_id)
347{
348 static const char *mod_str[] = {
Dimitris Michailidisa0881ca2010-06-18 10:05:34 +0000349 NULL, "LR", "SR", "ER", "passive DA", "active DA", "LRM"
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000350 };
351
352 const struct net_device *dev = adap->port[port_id];
353 const struct port_info *pi = netdev_priv(dev);
354
355 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE)
356 netdev_info(dev, "port module unplugged\n");
Dimitris Michailidisa0881ca2010-06-18 10:05:34 +0000357 else if (pi->mod_type < ARRAY_SIZE(mod_str))
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000358 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]);
Hariprasad Shenaibe81a2d2016-04-26 20:10:25 +0530359 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
360 netdev_info(dev, "%s: unsupported port module inserted\n",
361 dev->name);
362 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
363 netdev_info(dev, "%s: unknown port module inserted\n",
364 dev->name);
365 else if (pi->mod_type == FW_PORT_MOD_TYPE_ERROR)
366 netdev_info(dev, "%s: transceiver module error\n", dev->name);
367 else
368 netdev_info(dev, "%s: unknown module type %d inserted\n",
369 dev->name, pi->mod_type);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000370}
371
Vipul Pandya3069ee9b2012-05-18 15:29:26 +0530372int dbfifo_int_thresh = 10; /* 10 == 640 entry threshold */
373module_param(dbfifo_int_thresh, int, 0644);
374MODULE_PARM_DESC(dbfifo_int_thresh, "doorbell fifo interrupt threshold");
375
Vipul Pandya404d9e32012-10-08 02:59:43 +0000376/*
377 * usecs to sleep while draining the dbfifo
378 */
379static int dbfifo_drain_delay = 1000;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +0530380module_param(dbfifo_drain_delay, int, 0644);
381MODULE_PARM_DESC(dbfifo_drain_delay,
382 "usecs to sleep while draining the dbfifo");
383
Hariprasad Shenaifc08a012016-02-16 10:07:09 +0530384static inline int cxgb4_set_addr_hash(struct port_info *pi)
385{
386 struct adapter *adap = pi->adapter;
387 u64 vec = 0;
388 bool ucast = false;
389 struct hash_mac_addr *entry;
390
391 /* Calculate the hash vector for the updated list and program it */
392 list_for_each_entry(entry, &adap->mac_hlist, list) {
393 ucast |= is_unicast_ether_addr(entry->addr);
394 vec |= (1ULL << hash_mac_addr(entry->addr));
395 }
396 return t4_set_addr_hash(adap, adap->mbox, pi->viid, ucast,
397 vec, false);
398}
399
400static int cxgb4_mac_sync(struct net_device *netdev, const u8 *mac_addr)
401{
402 struct port_info *pi = netdev_priv(netdev);
403 struct adapter *adap = pi->adapter;
404 int ret;
405 u64 mhash = 0;
406 u64 uhash = 0;
407 bool free = false;
408 bool ucast = is_unicast_ether_addr(mac_addr);
409 const u8 *maclist[1] = {mac_addr};
410 struct hash_mac_addr *new_entry;
411
412 ret = t4_alloc_mac_filt(adap, adap->mbox, pi->viid, free, 1, maclist,
413 NULL, ucast ? &uhash : &mhash, false);
414 if (ret < 0)
415 goto out;
416 /* if hash != 0, then add the addr to hash addr list
417 * so on the end we will calculate the hash for the
418 * list and program it
419 */
420 if (uhash || mhash) {
421 new_entry = kzalloc(sizeof(*new_entry), GFP_ATOMIC);
422 if (!new_entry)
423 return -ENOMEM;
424 ether_addr_copy(new_entry->addr, mac_addr);
425 list_add_tail(&new_entry->list, &adap->mac_hlist);
426 ret = cxgb4_set_addr_hash(pi);
427 }
428out:
429 return ret < 0 ? ret : 0;
430}
431
432static int cxgb4_mac_unsync(struct net_device *netdev, const u8 *mac_addr)
433{
434 struct port_info *pi = netdev_priv(netdev);
435 struct adapter *adap = pi->adapter;
436 int ret;
437 const u8 *maclist[1] = {mac_addr};
438 struct hash_mac_addr *entry, *tmp;
439
440 /* If the MAC address to be removed is in the hash addr
441 * list, delete it from the list and update hash vector
442 */
443 list_for_each_entry_safe(entry, tmp, &adap->mac_hlist, list) {
444 if (ether_addr_equal(entry->addr, mac_addr)) {
445 list_del(&entry->list);
446 kfree(entry);
447 return cxgb4_set_addr_hash(pi);
448 }
449 }
450
451 ret = t4_free_mac_filt(adap, adap->mbox, pi->viid, 1, maclist, false);
452 return ret < 0 ? -EINVAL : 0;
453}
454
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000455/*
456 * Set Rx properties of a port, such as promiscruity, address filters, and MTU.
457 * If @mtu is -1 it is left unchanged.
458 */
459static int set_rxmode(struct net_device *dev, int mtu, bool sleep_ok)
460{
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000461 struct port_info *pi = netdev_priv(dev);
Hariprasad Shenaifc08a012016-02-16 10:07:09 +0530462 struct adapter *adapter = pi->adapter;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000463
Hariprasad Shenaid01f7ab2016-06-14 14:39:32 +0530464 __dev_uc_sync(dev, cxgb4_mac_sync, cxgb4_mac_unsync);
465 __dev_mc_sync(dev, cxgb4_mac_sync, cxgb4_mac_unsync);
Hariprasad Shenaifc08a012016-02-16 10:07:09 +0530466
467 return t4_set_rxmode(adapter, adapter->mbox, pi->viid, mtu,
468 (dev->flags & IFF_PROMISC) ? 1 : 0,
469 (dev->flags & IFF_ALLMULTI) ? 1 : 0, 1, -1,
470 sleep_ok);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000471}
472
473/**
474 * link_start - enable a port
475 * @dev: the port to enable
476 *
477 * Performs the MAC and PHY actions needed to enable a port.
478 */
479static int link_start(struct net_device *dev)
480{
481 int ret;
482 struct port_info *pi = netdev_priv(dev);
Hariprasad Shenaib2612722015-05-27 22:30:24 +0530483 unsigned int mb = pi->adapter->pf;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000484
485 /*
486 * We do not set address filters and promiscuity here, the stack does
487 * that step explicitly.
488 */
Dimitris Michailidis060e0c72010-08-02 13:19:21 +0000489 ret = t4_set_rxmode(pi->adapter, mb, pi->viid, dev->mtu, -1, -1, -1,
Patrick McHardyf6469682013-04-19 02:04:27 +0000490 !!(dev->features & NETIF_F_HW_VLAN_CTAG_RX), true);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000491 if (ret == 0) {
Dimitris Michailidis060e0c72010-08-02 13:19:21 +0000492 ret = t4_change_mac(pi->adapter, mb, pi->viid,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000493 pi->xact_addr_filt, dev->dev_addr, true,
Dimitris Michailidisb6bd29e2010-05-18 10:07:11 +0000494 true);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000495 if (ret >= 0) {
496 pi->xact_addr_filt = ret;
497 ret = 0;
498 }
499 }
500 if (ret == 0)
Hariprasad Shenai4036da92015-06-05 14:24:49 +0530501 ret = t4_link_l1cfg(pi->adapter, mb, pi->tx_chan,
Dimitris Michailidis060e0c72010-08-02 13:19:21 +0000502 &pi->link_cfg);
Anish Bhatt30f00842014-08-05 16:05:23 -0700503 if (ret == 0) {
504 local_bh_disable();
Anish Bhatt688848b2014-06-19 21:37:13 -0700505 ret = t4_enable_vi_params(pi->adapter, mb, pi->viid, true,
506 true, CXGB4_DCB_ENABLED);
Anish Bhatt30f00842014-08-05 16:05:23 -0700507 local_bh_enable();
508 }
Anish Bhatt688848b2014-06-19 21:37:13 -0700509
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000510 return ret;
511}
512
Anish Bhatt688848b2014-06-19 21:37:13 -0700513#ifdef CONFIG_CHELSIO_T4_DCB
514/* Handle a Data Center Bridging update message from the firmware. */
515static void dcb_rpl(struct adapter *adap, const struct fw_port_cmd *pcmd)
516{
Hariprasad Shenai2b5fb1f2014-11-21 12:52:04 +0530517 int port = FW_PORT_CMD_PORTID_G(ntohl(pcmd->op_to_portid));
Hariprasad Shenai134491f2016-04-26 20:10:27 +0530518 struct net_device *dev = adap->port[adap->chan_map[port]];
Anish Bhatt688848b2014-06-19 21:37:13 -0700519 int old_dcb_enabled = cxgb4_dcb_enabled(dev);
520 int new_dcb_enabled;
521
522 cxgb4_dcb_handle_fw_update(adap, pcmd);
523 new_dcb_enabled = cxgb4_dcb_enabled(dev);
524
525 /* If the DCB has become enabled or disabled on the port then we're
526 * going to need to set up/tear down DCB Priority parameters for the
527 * TX Queues associated with the port.
528 */
529 if (new_dcb_enabled != old_dcb_enabled)
530 dcb_tx_queue_prio_enable(dev, new_dcb_enabled);
531}
532#endif /* CONFIG_CHELSIO_T4_DCB */
533
Vipul Pandyaf2b7e782012-12-10 09:30:52 +0000534/* Clear a filter and release any of its resources that we own. This also
535 * clears the filter's "pending" status.
536 */
537static void clear_filter(struct adapter *adap, struct filter_entry *f)
538{
539 /* If the new or old filter have loopback rewriteing rules then we'll
540 * need to free any existing Layer Two Table (L2T) entries of the old
541 * filter rule. The firmware will handle freeing up any Source MAC
542 * Table (SMT) entries used for rewriting Source MAC Addresses in
543 * loopback rules.
544 */
545 if (f->l2t)
546 cxgb4_l2t_release(f->l2t);
547
548 /* The zeroing of the filter rule below clears the filter valid,
549 * pending, locked flags, l2t pointer, etc. so it's all we need for
550 * this operation.
551 */
552 memset(f, 0, sizeof(*f));
553}
554
555/* Handle a filter write/deletion reply.
556 */
557static void filter_rpl(struct adapter *adap, const struct cpl_set_tcb_rpl *rpl)
558{
559 unsigned int idx = GET_TID(rpl);
560 unsigned int nidx = idx - adap->tids.ftid_base;
561 unsigned int ret;
562 struct filter_entry *f;
563
564 if (idx >= adap->tids.ftid_base && nidx <
565 (adap->tids.nftids + adap->tids.nsftids)) {
566 idx = nidx;
Hariprasad Shenaibdc590b2015-01-08 21:38:16 -0800567 ret = TCB_COOKIE_G(rpl->cookie);
Vipul Pandyaf2b7e782012-12-10 09:30:52 +0000568 f = &adap->tids.ftid_tab[idx];
569
570 if (ret == FW_FILTER_WR_FLT_DELETED) {
571 /* Clear the filter when we get confirmation from the
572 * hardware that the filter has been deleted.
573 */
574 clear_filter(adap, f);
575 } else if (ret == FW_FILTER_WR_SMT_TBL_FULL) {
576 dev_err(adap->pdev_dev, "filter %u setup failed due to full SMT\n",
577 idx);
578 clear_filter(adap, f);
579 } else if (ret == FW_FILTER_WR_FLT_ADDED) {
580 f->smtidx = (be64_to_cpu(rpl->oldval) >> 24) & 0xff;
581 f->pending = 0; /* asynchronous setup completed */
582 f->valid = 1;
583 } else {
584 /* Something went wrong. Issue a warning about the
585 * problem and clear everything out.
586 */
587 dev_err(adap->pdev_dev, "filter %u setup failed with error %u\n",
588 idx, ret);
589 clear_filter(adap, f);
590 }
591 }
592}
593
594/* Response queue handler for the FW event queue.
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000595 */
596static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp,
597 const struct pkt_gl *gl)
598{
599 u8 opcode = ((const struct rss_header *)rsp)->opcode;
600
601 rsp++; /* skip RSS header */
Vipul Pandyab407a4a2013-04-29 04:04:40 +0000602
603 /* FW can send EGR_UPDATEs encapsulated in a CPL_FW4_MSG.
604 */
605 if (unlikely(opcode == CPL_FW4_MSG &&
606 ((const struct cpl_fw4_msg *)rsp)->type == FW_TYPE_RSSCPL)) {
607 rsp++;
608 opcode = ((const struct rss_header *)rsp)->opcode;
609 rsp++;
610 if (opcode != CPL_SGE_EGR_UPDATE) {
611 dev_err(q->adap->pdev_dev, "unexpected FW4/CPL %#x on FW event queue\n"
612 , opcode);
613 goto out;
614 }
615 }
616
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000617 if (likely(opcode == CPL_SGE_EGR_UPDATE)) {
618 const struct cpl_sge_egr_update *p = (void *)rsp;
Hariprasad Shenaibdc590b2015-01-08 21:38:16 -0800619 unsigned int qid = EGR_QID_G(ntohl(p->opcode_qid));
Dimitris Michailidise46dab42010-08-23 17:20:58 +0000620 struct sge_txq *txq;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000621
Dimitris Michailidise46dab42010-08-23 17:20:58 +0000622 txq = q->adap->sge.egr_map[qid - q->adap->sge.egr_start];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000623 txq->restarts++;
Dimitris Michailidise46dab42010-08-23 17:20:58 +0000624 if ((u8 *)txq < (u8 *)q->adap->sge.ofldtxq) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000625 struct sge_eth_txq *eq;
626
627 eq = container_of(txq, struct sge_eth_txq, q);
628 netif_tx_wake_queue(eq->txq);
629 } else {
630 struct sge_ofld_txq *oq;
631
632 oq = container_of(txq, struct sge_ofld_txq, q);
633 tasklet_schedule(&oq->qresume_tsk);
634 }
635 } else if (opcode == CPL_FW6_MSG || opcode == CPL_FW4_MSG) {
636 const struct cpl_fw6_msg *p = (void *)rsp;
637
Anish Bhatt688848b2014-06-19 21:37:13 -0700638#ifdef CONFIG_CHELSIO_T4_DCB
639 const struct fw_port_cmd *pcmd = (const void *)p->data;
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +0530640 unsigned int cmd = FW_CMD_OP_G(ntohl(pcmd->op_to_portid));
Anish Bhatt688848b2014-06-19 21:37:13 -0700641 unsigned int action =
Hariprasad Shenai2b5fb1f2014-11-21 12:52:04 +0530642 FW_PORT_CMD_ACTION_G(ntohl(pcmd->action_to_len16));
Anish Bhatt688848b2014-06-19 21:37:13 -0700643
644 if (cmd == FW_PORT_CMD &&
645 action == FW_PORT_ACTION_GET_PORT_INFO) {
Hariprasad Shenai2b5fb1f2014-11-21 12:52:04 +0530646 int port = FW_PORT_CMD_PORTID_G(
Anish Bhatt688848b2014-06-19 21:37:13 -0700647 be32_to_cpu(pcmd->op_to_portid));
Hariprasad Shenai134491f2016-04-26 20:10:27 +0530648 struct net_device *dev =
649 q->adap->port[q->adap->chan_map[port]];
Anish Bhatt688848b2014-06-19 21:37:13 -0700650 int state_input = ((pcmd->u.info.dcbxdis_pkd &
Hariprasad Shenai2b5fb1f2014-11-21 12:52:04 +0530651 FW_PORT_CMD_DCBXDIS_F)
Anish Bhatt688848b2014-06-19 21:37:13 -0700652 ? CXGB4_DCB_INPUT_FW_DISABLED
653 : CXGB4_DCB_INPUT_FW_ENABLED);
654
655 cxgb4_dcb_state_fsm(dev, state_input);
656 }
657
658 if (cmd == FW_PORT_CMD &&
659 action == FW_PORT_ACTION_L2_DCB_CFG)
660 dcb_rpl(q->adap, pcmd);
661 else
662#endif
663 if (p->type == 0)
664 t4_handle_fw_rpl(q->adap, p->data);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000665 } else if (opcode == CPL_L2T_WRITE_RPL) {
666 const struct cpl_l2t_write_rpl *p = (void *)rsp;
667
668 do_l2t_write_rpl(q->adap, p);
Vipul Pandyaf2b7e782012-12-10 09:30:52 +0000669 } else if (opcode == CPL_SET_TCB_RPL) {
670 const struct cpl_set_tcb_rpl *p = (void *)rsp;
671
672 filter_rpl(q->adap, p);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000673 } else
674 dev_err(q->adap->pdev_dev,
675 "unexpected CPL %#x on FW event queue\n", opcode);
Vipul Pandyab407a4a2013-04-29 04:04:40 +0000676out:
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000677 return 0;
678}
679
Varun Prakash2337ba42016-02-14 23:02:41 +0530680/* Flush the aggregated lro sessions */
681static void uldrx_flush_handler(struct sge_rspq *q)
682{
683 if (ulds[q->uld].lro_flush)
684 ulds[q->uld].lro_flush(&q->lro_mgr);
685}
686
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000687/**
688 * uldrx_handler - response queue handler for ULD queues
689 * @q: the response queue that received the packet
690 * @rsp: the response queue descriptor holding the offload message
691 * @gl: the gather list of packet fragments
692 *
693 * Deliver an ingress offload packet to a ULD. All processing is done by
694 * the ULD, we just maintain statistics.
695 */
696static int uldrx_handler(struct sge_rspq *q, const __be64 *rsp,
697 const struct pkt_gl *gl)
698{
699 struct sge_ofld_rxq *rxq = container_of(q, struct sge_ofld_rxq, rspq);
Varun Prakash2337ba42016-02-14 23:02:41 +0530700 int ret;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000701
Vipul Pandyab407a4a2013-04-29 04:04:40 +0000702 /* FW can send CPLs encapsulated in a CPL_FW4_MSG.
703 */
704 if (((const struct rss_header *)rsp)->opcode == CPL_FW4_MSG &&
705 ((const struct cpl_fw4_msg *)(rsp + 1))->type == FW_TYPE_RSSCPL)
706 rsp += 2;
707
Varun Prakash2337ba42016-02-14 23:02:41 +0530708 if (q->flush_handler)
709 ret = ulds[q->uld].lro_rx_handler(q->adap->uld_handle[q->uld],
710 rsp, gl, &q->lro_mgr,
711 &q->napi);
712 else
713 ret = ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld],
714 rsp, gl);
715
716 if (ret) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000717 rxq->stats.nomem++;
718 return -1;
719 }
Varun Prakash2337ba42016-02-14 23:02:41 +0530720
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000721 if (gl == NULL)
722 rxq->stats.imm++;
723 else if (gl == CXGB4_MSG_AN)
724 rxq->stats.an++;
725 else
726 rxq->stats.pkts++;
727 return 0;
728}
729
730static void disable_msi(struct adapter *adapter)
731{
732 if (adapter->flags & USING_MSIX) {
733 pci_disable_msix(adapter->pdev);
734 adapter->flags &= ~USING_MSIX;
735 } else if (adapter->flags & USING_MSI) {
736 pci_disable_msi(adapter->pdev);
737 adapter->flags &= ~USING_MSI;
738 }
739}
740
741/*
742 * Interrupt handler for non-data events used with MSI-X.
743 */
744static irqreturn_t t4_nondata_intr(int irq, void *cookie)
745{
746 struct adapter *adap = cookie;
Hariprasad Shenai0d804332015-01-05 16:30:47 +0530747 u32 v = t4_read_reg(adap, MYPF_REG(PL_PF_INT_CAUSE_A));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000748
Hariprasad Shenai0d804332015-01-05 16:30:47 +0530749 if (v & PFSW_F) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000750 adap->swintr = 1;
Hariprasad Shenai0d804332015-01-05 16:30:47 +0530751 t4_write_reg(adap, MYPF_REG(PL_PF_INT_CAUSE_A), v);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000752 }
Hariprasad Shenaic3c7b122015-04-15 02:02:34 +0530753 if (adap->flags & MASTER_PF)
754 t4_slow_intr_handler(adap);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000755 return IRQ_HANDLED;
756}
757
758/*
759 * Name the MSI-X interrupts.
760 */
761static void name_msix_vecs(struct adapter *adap)
762{
Dimitris Michailidisba278162010-12-14 21:36:50 +0000763 int i, j, msi_idx = 2, n = sizeof(adap->msix_info[0].desc);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000764
765 /* non-data interrupts */
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +0000766 snprintf(adap->msix_info[0].desc, n, "%s", adap->port[0]->name);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000767
768 /* FW events */
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +0000769 snprintf(adap->msix_info[1].desc, n, "%s-FWeventq",
770 adap->port[0]->name);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000771
772 /* Ethernet queues */
773 for_each_port(adap, j) {
774 struct net_device *d = adap->port[j];
775 const struct port_info *pi = netdev_priv(d);
776
Dimitris Michailidisba278162010-12-14 21:36:50 +0000777 for (i = 0; i < pi->nqsets; i++, msi_idx++)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000778 snprintf(adap->msix_info[msi_idx].desc, n, "%s-Rx%d",
779 d->name, i);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000780 }
781
782 /* offload queues */
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530783 for_each_iscsirxq(&adap->sge, i)
784 snprintf(adap->msix_info[msi_idx++].desc, n, "%s-iscsi%d",
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +0000785 adap->port[0]->name, i);
Dimitris Michailidisba278162010-12-14 21:36:50 +0000786
Varun Prakashf2692d12016-02-14 23:02:40 +0530787 for_each_iscsitrxq(&adap->sge, i)
788 snprintf(adap->msix_info[msi_idx++].desc, n, "%s-iSCSIT%d",
789 adap->port[0]->name, i);
790
Dimitris Michailidisba278162010-12-14 21:36:50 +0000791 for_each_rdmarxq(&adap->sge, i)
792 snprintf(adap->msix_info[msi_idx++].desc, n, "%s-rdma%d",
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +0000793 adap->port[0]->name, i);
Hariprasad Shenaicf38be62014-06-06 21:40:42 +0530794
795 for_each_rdmaciq(&adap->sge, i)
796 snprintf(adap->msix_info[msi_idx++].desc, n, "%s-rdma-ciq%d",
797 adap->port[0]->name, i);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000798}
799
800static int request_msix_queue_irqs(struct adapter *adap)
801{
802 struct sge *s = &adap->sge;
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530803 int err, ethqidx, iscsiqidx = 0, rdmaqidx = 0, rdmaciqqidx = 0;
Varun Prakashf2692d12016-02-14 23:02:40 +0530804 int iscsitqidx = 0;
Hariprasad Shenaicf38be62014-06-06 21:40:42 +0530805 int msi_index = 2;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000806
807 err = request_irq(adap->msix_info[1].vec, t4_sge_intr_msix, 0,
808 adap->msix_info[1].desc, &s->fw_evtq);
809 if (err)
810 return err;
811
812 for_each_ethrxq(s, ethqidx) {
Vipul Pandya404d9e32012-10-08 02:59:43 +0000813 err = request_irq(adap->msix_info[msi_index].vec,
814 t4_sge_intr_msix, 0,
815 adap->msix_info[msi_index].desc,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000816 &s->ethrxq[ethqidx].rspq);
817 if (err)
818 goto unwind;
Vipul Pandya404d9e32012-10-08 02:59:43 +0000819 msi_index++;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000820 }
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530821 for_each_iscsirxq(s, iscsiqidx) {
Vipul Pandya404d9e32012-10-08 02:59:43 +0000822 err = request_irq(adap->msix_info[msi_index].vec,
823 t4_sge_intr_msix, 0,
824 adap->msix_info[msi_index].desc,
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530825 &s->iscsirxq[iscsiqidx].rspq);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000826 if (err)
827 goto unwind;
Vipul Pandya404d9e32012-10-08 02:59:43 +0000828 msi_index++;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000829 }
Varun Prakashf2692d12016-02-14 23:02:40 +0530830 for_each_iscsitrxq(s, iscsitqidx) {
831 err = request_irq(adap->msix_info[msi_index].vec,
832 t4_sge_intr_msix, 0,
833 adap->msix_info[msi_index].desc,
834 &s->iscsitrxq[iscsitqidx].rspq);
835 if (err)
836 goto unwind;
837 msi_index++;
838 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000839 for_each_rdmarxq(s, rdmaqidx) {
Vipul Pandya404d9e32012-10-08 02:59:43 +0000840 err = request_irq(adap->msix_info[msi_index].vec,
841 t4_sge_intr_msix, 0,
842 adap->msix_info[msi_index].desc,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000843 &s->rdmarxq[rdmaqidx].rspq);
844 if (err)
845 goto unwind;
Vipul Pandya404d9e32012-10-08 02:59:43 +0000846 msi_index++;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000847 }
Hariprasad Shenaicf38be62014-06-06 21:40:42 +0530848 for_each_rdmaciq(s, rdmaciqqidx) {
849 err = request_irq(adap->msix_info[msi_index].vec,
850 t4_sge_intr_msix, 0,
851 adap->msix_info[msi_index].desc,
852 &s->rdmaciq[rdmaciqqidx].rspq);
853 if (err)
854 goto unwind;
855 msi_index++;
856 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000857 return 0;
858
859unwind:
Hariprasad Shenaicf38be62014-06-06 21:40:42 +0530860 while (--rdmaciqqidx >= 0)
861 free_irq(adap->msix_info[--msi_index].vec,
862 &s->rdmaciq[rdmaciqqidx].rspq);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000863 while (--rdmaqidx >= 0)
Vipul Pandya404d9e32012-10-08 02:59:43 +0000864 free_irq(adap->msix_info[--msi_index].vec,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000865 &s->rdmarxq[rdmaqidx].rspq);
Varun Prakashf2692d12016-02-14 23:02:40 +0530866 while (--iscsitqidx >= 0)
867 free_irq(adap->msix_info[--msi_index].vec,
868 &s->iscsitrxq[iscsitqidx].rspq);
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530869 while (--iscsiqidx >= 0)
Vipul Pandya404d9e32012-10-08 02:59:43 +0000870 free_irq(adap->msix_info[--msi_index].vec,
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530871 &s->iscsirxq[iscsiqidx].rspq);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000872 while (--ethqidx >= 0)
Vipul Pandya404d9e32012-10-08 02:59:43 +0000873 free_irq(adap->msix_info[--msi_index].vec,
874 &s->ethrxq[ethqidx].rspq);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000875 free_irq(adap->msix_info[1].vec, &s->fw_evtq);
876 return err;
877}
878
879static void free_msix_queue_irqs(struct adapter *adap)
880{
Vipul Pandya404d9e32012-10-08 02:59:43 +0000881 int i, msi_index = 2;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000882 struct sge *s = &adap->sge;
883
884 free_irq(adap->msix_info[1].vec, &s->fw_evtq);
885 for_each_ethrxq(s, i)
Vipul Pandya404d9e32012-10-08 02:59:43 +0000886 free_irq(adap->msix_info[msi_index++].vec, &s->ethrxq[i].rspq);
Hariprasad Shenaif90ce562015-12-23 11:29:54 +0530887 for_each_iscsirxq(s, i)
888 free_irq(adap->msix_info[msi_index++].vec,
889 &s->iscsirxq[i].rspq);
Varun Prakashf2692d12016-02-14 23:02:40 +0530890 for_each_iscsitrxq(s, i)
891 free_irq(adap->msix_info[msi_index++].vec,
892 &s->iscsitrxq[i].rspq);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000893 for_each_rdmarxq(s, i)
Vipul Pandya404d9e32012-10-08 02:59:43 +0000894 free_irq(adap->msix_info[msi_index++].vec, &s->rdmarxq[i].rspq);
Hariprasad Shenaicf38be62014-06-06 21:40:42 +0530895 for_each_rdmaciq(s, i)
896 free_irq(adap->msix_info[msi_index++].vec, &s->rdmaciq[i].rspq);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000897}
898
899/**
Hariprasad Shenai812034f2015-04-06 20:23:23 +0530900 * cxgb4_write_rss - write the RSS table for a given port
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000901 * @pi: the port
902 * @queues: array of queue indices for RSS
903 *
904 * Sets up the portion of the HW RSS table for the port's VI to distribute
905 * packets to the Rx queues in @queues.
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530906 * Should never be called before setting up sge eth rx queues
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000907 */
Hariprasad Shenai812034f2015-04-06 20:23:23 +0530908int cxgb4_write_rss(const struct port_info *pi, const u16 *queues)
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000909{
910 u16 *rss;
911 int i, err;
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530912 struct adapter *adapter = pi->adapter;
913 const struct sge_eth_rxq *rxq;
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000914
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530915 rxq = &adapter->sge.ethrxq[pi->first_qset];
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000916 rss = kmalloc(pi->rss_size * sizeof(u16), GFP_KERNEL);
917 if (!rss)
918 return -ENOMEM;
919
920 /* map the queue indices to queue ids */
921 for (i = 0; i < pi->rss_size; i++, queues++)
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530922 rss[i] = rxq[*queues].rspq.abs_id;
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000923
Hariprasad Shenaib2612722015-05-27 22:30:24 +0530924 err = t4_config_rss_range(adapter, adapter->pf, pi->viid, 0,
Dimitris Michailidis060e0c72010-08-02 13:19:21 +0000925 pi->rss_size, rss, pi->rss_size);
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530926 /* If Tunnel All Lookup isn't specified in the global RSS
927 * Configuration, then we need to specify a default Ingress
928 * Queue for any ingress packets which aren't hashed. We'll
929 * use our first ingress queue ...
930 */
931 if (!err)
932 err = t4_config_vi_rss(adapter, adapter->mbox, pi->viid,
933 FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN_F |
934 FW_RSS_VI_CONFIG_CMD_IP6TWOTUPEN_F |
935 FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN_F |
936 FW_RSS_VI_CONFIG_CMD_IP4TWOTUPEN_F |
937 FW_RSS_VI_CONFIG_CMD_UDPEN_F,
938 rss[0]);
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000939 kfree(rss);
940 return err;
941}
942
943/**
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000944 * setup_rss - configure RSS
945 * @adap: the adapter
946 *
Dimitris Michailidis671b0062010-07-11 12:01:17 +0000947 * Sets up RSS for each port.
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000948 */
949static int setup_rss(struct adapter *adap)
950{
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530951 int i, j, err;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000952
953 for_each_port(adap, i) {
954 const struct port_info *pi = adap2pinfo(adap, i);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000955
Hariprasad Shenaic035e182015-05-06 19:48:37 +0530956 /* Fill default values with equal distribution */
957 for (j = 0; j < pi->rss_size; j++)
958 pi->rss[j] = j % pi->nqsets;
959
Hariprasad Shenai812034f2015-04-06 20:23:23 +0530960 err = cxgb4_write_rss(pi, pi->rss);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000961 if (err)
962 return err;
963 }
964 return 0;
965}
966
967/*
Dimitris Michailidise46dab42010-08-23 17:20:58 +0000968 * Return the channel of the ingress queue with the given qid.
969 */
970static unsigned int rxq_to_chan(const struct sge *p, unsigned int qid)
971{
972 qid -= p->ingr_start;
973 return netdev2pinfo(p->ingr_map[qid]->netdev)->tx_chan;
974}
975
976/*
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000977 * Wait until all NAPI handlers are descheduled.
978 */
979static void quiesce_rx(struct adapter *adap)
980{
981 int i;
982
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +0530983 for (i = 0; i < adap->sge.ingr_sz; i++) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000984 struct sge_rspq *q = adap->sge.ingr_map[i];
985
Hariprasad Shenai3a336cb2015-02-04 15:32:52 +0530986 if (q && q->handler) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000987 napi_disable(&q->napi);
Hariprasad Shenai3a336cb2015-02-04 15:32:52 +0530988 local_bh_disable();
989 while (!cxgb_poll_lock_napi(q))
990 mdelay(1);
991 local_bh_enable();
992 }
993
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +0000994 }
995}
996
Hariprasad Shenaib37987e2015-03-26 10:04:26 +0530997/* Disable interrupt and napi handler */
998static void disable_interrupts(struct adapter *adap)
999{
1000 if (adap->flags & FULL_INIT_DONE) {
1001 t4_intr_disable(adap);
1002 if (adap->flags & USING_MSIX) {
1003 free_msix_queue_irqs(adap);
1004 free_irq(adap->msix_info[0].vec, adap);
1005 } else {
1006 free_irq(adap->pdev->irq, adap);
1007 }
1008 quiesce_rx(adap);
1009 }
1010}
1011
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001012/*
1013 * Enable NAPI scheduling and interrupt generation for all Rx queues.
1014 */
1015static void enable_rx(struct adapter *adap)
1016{
1017 int i;
1018
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05301019 for (i = 0; i < adap->sge.ingr_sz; i++) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001020 struct sge_rspq *q = adap->sge.ingr_map[i];
1021
1022 if (!q)
1023 continue;
Hariprasad Shenai3a336cb2015-02-04 15:32:52 +05301024 if (q->handler) {
1025 cxgb_busy_poll_init_lock(q);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001026 napi_enable(&q->napi);
Hariprasad Shenai3a336cb2015-02-04 15:32:52 +05301027 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001028 /* 0-increment GTS to start the timer and enable interrupts */
Hariprasad Shenaif612b812015-01-05 16:30:43 +05301029 t4_write_reg(adap, MYPF_REG(SGE_PF_GTS_A),
1030 SEINTARM_V(q->intr_params) |
1031 INGRESSQID_V(q->cntxt_id));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001032 }
1033}
1034
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301035static int alloc_ofld_rxqs(struct adapter *adap, struct sge_ofld_rxq *q,
1036 unsigned int nq, unsigned int per_chan, int msi_idx,
Varun Prakash2337ba42016-02-14 23:02:41 +05301037 u16 *ids, bool lro)
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301038{
1039 int i, err;
1040
1041 for (i = 0; i < nq; i++, q++) {
1042 if (msi_idx > 0)
1043 msi_idx++;
1044 err = t4_sge_alloc_rxq(adap, &q->rspq, false,
1045 adap->port[i / per_chan],
1046 msi_idx, q->fl.size ? &q->fl : NULL,
Varun Prakash2337ba42016-02-14 23:02:41 +05301047 uldrx_handler,
1048 lro ? uldrx_flush_handler : NULL,
1049 0);
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301050 if (err)
1051 return err;
1052 memset(&q->stats, 0, sizeof(q->stats));
1053 if (ids)
1054 ids[i] = q->rspq.abs_id;
1055 }
1056 return 0;
1057}
1058
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001059/**
1060 * setup_sge_queues - configure SGE Tx/Rx/response queues
1061 * @adap: the adapter
1062 *
1063 * Determines how many sets of SGE queues to use and initializes them.
1064 * We support multiple queue sets per port if we have MSI-X, otherwise
1065 * just one queue set per port.
1066 */
1067static int setup_sge_queues(struct adapter *adap)
1068{
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301069 int err, i, j;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001070 struct sge *s = &adap->sge;
1071
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05301072 bitmap_zero(s->starving_fl, s->egr_sz);
1073 bitmap_zero(s->txq_maperr, s->egr_sz);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001074
1075 if (adap->flags & USING_MSIX)
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301076 adap->msi_idx = 1; /* vector 0 is for non-queue interrupts */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001077 else {
1078 err = t4_sge_alloc_rxq(adap, &s->intrq, false, adap->port[0], 0,
Varun Prakash2337ba42016-02-14 23:02:41 +05301079 NULL, NULL, NULL, -1);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001080 if (err)
1081 return err;
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301082 adap->msi_idx = -((int)s->intrq.abs_id + 1);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001083 }
1084
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05301085 /* NOTE: If you add/delete any Ingress/Egress Queue allocations in here,
1086 * don't forget to update the following which need to be
1087 * synchronized to and changes here.
1088 *
1089 * 1. The calculations of MAX_INGQ in cxgb4.h.
1090 *
1091 * 2. Update enable_msix/name_msix_vecs/request_msix_queue_irqs
1092 * to accommodate any new/deleted Ingress Queues
1093 * which need MSI-X Vectors.
1094 *
1095 * 3. Update sge_qinfo_show() to include information on the
1096 * new/deleted queues.
1097 */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001098 err = t4_sge_alloc_rxq(adap, &s->fw_evtq, true, adap->port[0],
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301099 adap->msi_idx, NULL, fwevtq_handler, NULL, -1);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001100 if (err) {
1101freeout: t4_free_sge_resources(adap);
1102 return err;
1103 }
1104
1105 for_each_port(adap, i) {
1106 struct net_device *dev = adap->port[i];
1107 struct port_info *pi = netdev_priv(dev);
1108 struct sge_eth_rxq *q = &s->ethrxq[pi->first_qset];
1109 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset];
1110
1111 for (j = 0; j < pi->nqsets; j++, q++) {
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301112 if (adap->msi_idx > 0)
1113 adap->msi_idx++;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001114 err = t4_sge_alloc_rxq(adap, &q->rspq, false, dev,
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301115 adap->msi_idx, &q->fl,
Hariprasad Shenai145ef8a2015-05-05 14:59:52 +05301116 t4_ethrx_handler,
Varun Prakash2337ba42016-02-14 23:02:41 +05301117 NULL,
Hariprasad Shenai145ef8a2015-05-05 14:59:52 +05301118 t4_get_mps_bg_map(adap,
1119 pi->tx_chan));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001120 if (err)
1121 goto freeout;
1122 q->rspq.idx = j;
1123 memset(&q->stats, 0, sizeof(q->stats));
1124 }
1125 for (j = 0; j < pi->nqsets; j++, t++) {
1126 err = t4_sge_alloc_eth_txq(adap, t, dev,
1127 netdev_get_tx_queue(dev, j),
1128 s->fw_evtq.cntxt_id);
1129 if (err)
1130 goto freeout;
1131 }
1132 }
1133
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05301134 j = s->iscsiqsets / adap->params.nports; /* iscsi queues per channel */
1135 for_each_iscsirxq(s, i) {
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301136 err = t4_sge_alloc_ofld_txq(adap, &s->ofldtxq[i],
1137 adap->port[i / j],
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001138 s->fw_evtq.cntxt_id);
1139 if (err)
1140 goto freeout;
1141 }
1142
Varun Prakash2337ba42016-02-14 23:02:41 +05301143#define ALLOC_OFLD_RXQS(firstq, nq, per_chan, ids, lro) do { \
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301144 err = alloc_ofld_rxqs(adap, firstq, nq, per_chan, adap->msi_idx, ids, lro); \
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301145 if (err) \
1146 goto freeout; \
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05301147 if (adap->msi_idx > 0) \
1148 adap->msi_idx += nq; \
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301149} while (0)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001150
Varun Prakash2337ba42016-02-14 23:02:41 +05301151 ALLOC_OFLD_RXQS(s->iscsirxq, s->iscsiqsets, j, s->iscsi_rxq, false);
1152 ALLOC_OFLD_RXQS(s->iscsitrxq, s->niscsitq, j, s->iscsit_rxq, true);
1153 ALLOC_OFLD_RXQS(s->rdmarxq, s->rdmaqs, 1, s->rdma_rxq, false);
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05301154 j = s->rdmaciqs / adap->params.nports; /* rdmaq queues per channel */
Varun Prakash2337ba42016-02-14 23:02:41 +05301155 ALLOC_OFLD_RXQS(s->rdmaciq, s->rdmaciqs, j, s->rdma_ciq, false);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001156
Hariprasad Shenai1c6a5b02015-03-04 18:16:27 +05301157#undef ALLOC_OFLD_RXQS
Hariprasad Shenaicf38be62014-06-06 21:40:42 +05301158
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001159 for_each_port(adap, i) {
1160 /*
1161 * Note that ->rdmarxq[i].rspq.cntxt_id below is 0 if we don't
1162 * have RDMA queues, and that's the right value.
1163 */
1164 err = t4_sge_alloc_ctrl_txq(adap, &s->ctrlq[i], adap->port[i],
1165 s->fw_evtq.cntxt_id,
1166 s->rdmarxq[i].rspq.cntxt_id);
1167 if (err)
1168 goto freeout;
1169 }
1170
Hariprasad Shenai9bb59b92014-09-01 19:54:57 +05301171 t4_write_reg(adap, is_t4(adap->params.chip) ?
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05301172 MPS_TRC_RSS_CONTROL_A :
1173 MPS_T5_TRC_RSS_CONTROL_A,
1174 RSSCONTROL_V(netdev2pinfo(adap->port[0])->tx_chan) |
1175 QUEUENUMBER_V(s->ethrxq[0].rspq.abs_id));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001176 return 0;
1177}
1178
1179/*
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001180 * Allocate a chunk of memory using kmalloc or, if that fails, vmalloc.
1181 * The allocated memory is cleared.
1182 */
1183void *t4_alloc_mem(size_t size)
1184{
Joe Perches8be04b92013-06-19 12:15:53 -07001185 void *p = kzalloc(size, GFP_KERNEL | __GFP_NOWARN);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001186
1187 if (!p)
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001188 p = vzalloc(size);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001189 return p;
1190}
1191
1192/*
1193 * Free memory allocated through alloc_mem().
1194 */
Hariprasad Shenaifd88b312014-11-07 09:35:23 +05301195void t4_free_mem(void *addr)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001196{
Pekka Enbergd2fcb542015-06-30 14:59:12 -07001197 kvfree(addr);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001198}
1199
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001200/* Send a Work Request to write the filter at a specified index. We construct
1201 * a Firmware Filter Work Request to have the work done and put the indicated
1202 * filter into "pending" mode which will prevent any further actions against
1203 * it till we get a reply from the firmware on the completion status of the
1204 * request.
1205 */
1206static int set_filter_wr(struct adapter *adapter, int fidx)
1207{
1208 struct filter_entry *f = &adapter->tids.ftid_tab[fidx];
1209 struct sk_buff *skb;
1210 struct fw_filter_wr *fwr;
1211 unsigned int ftid;
1212
Michal Hockof72f1162015-04-14 13:24:33 -07001213 skb = alloc_skb(sizeof(*fwr), GFP_KERNEL);
1214 if (!skb)
1215 return -ENOMEM;
1216
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001217 /* If the new filter requires loopback Destination MAC and/or VLAN
1218 * rewriting then we need to allocate a Layer 2 Table (L2T) entry for
1219 * the filter.
1220 */
1221 if (f->fs.newdmac || f->fs.newvlan) {
1222 /* allocate L2T entry for new filter */
Hariprasad Shenaif7502652015-12-17 13:45:08 +05301223 f->l2t = t4_l2t_alloc_switching(adapter, f->fs.vlan,
1224 f->fs.eport, f->fs.dmac);
Michal Hockof72f1162015-04-14 13:24:33 -07001225 if (f->l2t == NULL) {
1226 kfree_skb(skb);
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001227 return -ENOMEM;
1228 }
1229 }
1230
1231 ftid = adapter->tids.ftid_base + fidx;
1232
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001233 fwr = (struct fw_filter_wr *)__skb_put(skb, sizeof(*fwr));
1234 memset(fwr, 0, sizeof(*fwr));
1235
1236 /* It would be nice to put most of the following in t4_hw.c but most
1237 * of the work is translating the cxgbtool ch_filter_specification
1238 * into the Work Request and the definition of that structure is
1239 * currently in cxgbtool.h which isn't appropriate to pull into the
1240 * common code. We may eventually try to come up with a more neutral
1241 * filter specification structure but for now it's easiest to simply
1242 * put this fairly direct code in line ...
1243 */
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05301244 fwr->op_pkd = htonl(FW_WR_OP_V(FW_FILTER_WR));
1245 fwr->len16_pkd = htonl(FW_WR_LEN16_V(sizeof(*fwr)/16));
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001246 fwr->tid_to_iq =
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301247 htonl(FW_FILTER_WR_TID_V(ftid) |
1248 FW_FILTER_WR_RQTYPE_V(f->fs.type) |
1249 FW_FILTER_WR_NOREPLY_V(0) |
1250 FW_FILTER_WR_IQ_V(f->fs.iq));
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001251 fwr->del_filter_to_l2tix =
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301252 htonl(FW_FILTER_WR_RPTTID_V(f->fs.rpttid) |
1253 FW_FILTER_WR_DROP_V(f->fs.action == FILTER_DROP) |
1254 FW_FILTER_WR_DIRSTEER_V(f->fs.dirsteer) |
1255 FW_FILTER_WR_MASKHASH_V(f->fs.maskhash) |
1256 FW_FILTER_WR_DIRSTEERHASH_V(f->fs.dirsteerhash) |
1257 FW_FILTER_WR_LPBK_V(f->fs.action == FILTER_SWITCH) |
1258 FW_FILTER_WR_DMAC_V(f->fs.newdmac) |
1259 FW_FILTER_WR_SMAC_V(f->fs.newsmac) |
1260 FW_FILTER_WR_INSVLAN_V(f->fs.newvlan == VLAN_INSERT ||
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001261 f->fs.newvlan == VLAN_REWRITE) |
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301262 FW_FILTER_WR_RMVLAN_V(f->fs.newvlan == VLAN_REMOVE ||
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001263 f->fs.newvlan == VLAN_REWRITE) |
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301264 FW_FILTER_WR_HITCNTS_V(f->fs.hitcnts) |
1265 FW_FILTER_WR_TXCHAN_V(f->fs.eport) |
1266 FW_FILTER_WR_PRIO_V(f->fs.prio) |
1267 FW_FILTER_WR_L2TIX_V(f->l2t ? f->l2t->idx : 0));
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001268 fwr->ethtype = htons(f->fs.val.ethtype);
1269 fwr->ethtypem = htons(f->fs.mask.ethtype);
1270 fwr->frag_to_ovlan_vldm =
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301271 (FW_FILTER_WR_FRAG_V(f->fs.val.frag) |
1272 FW_FILTER_WR_FRAGM_V(f->fs.mask.frag) |
1273 FW_FILTER_WR_IVLAN_VLD_V(f->fs.val.ivlan_vld) |
1274 FW_FILTER_WR_OVLAN_VLD_V(f->fs.val.ovlan_vld) |
1275 FW_FILTER_WR_IVLAN_VLDM_V(f->fs.mask.ivlan_vld) |
1276 FW_FILTER_WR_OVLAN_VLDM_V(f->fs.mask.ovlan_vld));
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001277 fwr->smac_sel = 0;
1278 fwr->rx_chan_rx_rpl_iq =
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301279 htons(FW_FILTER_WR_RX_CHAN_V(0) |
1280 FW_FILTER_WR_RX_RPL_IQ_V(adapter->sge.fw_evtq.abs_id));
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001281 fwr->maci_to_matchtypem =
Hariprasad Shenai77a80e22014-11-21 12:52:01 +05301282 htonl(FW_FILTER_WR_MACI_V(f->fs.val.macidx) |
1283 FW_FILTER_WR_MACIM_V(f->fs.mask.macidx) |
1284 FW_FILTER_WR_FCOE_V(f->fs.val.fcoe) |
1285 FW_FILTER_WR_FCOEM_V(f->fs.mask.fcoe) |
1286 FW_FILTER_WR_PORT_V(f->fs.val.iport) |
1287 FW_FILTER_WR_PORTM_V(f->fs.mask.iport) |
1288 FW_FILTER_WR_MATCHTYPE_V(f->fs.val.matchtype) |
1289 FW_FILTER_WR_MATCHTYPEM_V(f->fs.mask.matchtype));
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001290 fwr->ptcl = f->fs.val.proto;
1291 fwr->ptclm = f->fs.mask.proto;
1292 fwr->ttyp = f->fs.val.tos;
1293 fwr->ttypm = f->fs.mask.tos;
1294 fwr->ivlan = htons(f->fs.val.ivlan);
1295 fwr->ivlanm = htons(f->fs.mask.ivlan);
1296 fwr->ovlan = htons(f->fs.val.ovlan);
1297 fwr->ovlanm = htons(f->fs.mask.ovlan);
1298 memcpy(fwr->lip, f->fs.val.lip, sizeof(fwr->lip));
1299 memcpy(fwr->lipm, f->fs.mask.lip, sizeof(fwr->lipm));
1300 memcpy(fwr->fip, f->fs.val.fip, sizeof(fwr->fip));
1301 memcpy(fwr->fipm, f->fs.mask.fip, sizeof(fwr->fipm));
1302 fwr->lp = htons(f->fs.val.lport);
1303 fwr->lpm = htons(f->fs.mask.lport);
1304 fwr->fp = htons(f->fs.val.fport);
1305 fwr->fpm = htons(f->fs.mask.fport);
1306 if (f->fs.newsmac)
1307 memcpy(fwr->sma, f->fs.smac, sizeof(fwr->sma));
1308
1309 /* Mark the filter as "pending" and ship off the Filter Work Request.
1310 * When we get the Work Request Reply we'll clear the pending status.
1311 */
1312 f->pending = 1;
1313 set_wr_txq(skb, CPL_PRIORITY_CONTROL, f->fs.val.iport & 0x3);
1314 t4_ofld_send(adapter, skb);
1315 return 0;
1316}
1317
1318/* Delete the filter at a specified index.
1319 */
1320static int del_filter_wr(struct adapter *adapter, int fidx)
1321{
1322 struct filter_entry *f = &adapter->tids.ftid_tab[fidx];
1323 struct sk_buff *skb;
1324 struct fw_filter_wr *fwr;
1325 unsigned int len, ftid;
1326
1327 len = sizeof(*fwr);
1328 ftid = adapter->tids.ftid_base + fidx;
1329
Michal Hockof72f1162015-04-14 13:24:33 -07001330 skb = alloc_skb(len, GFP_KERNEL);
1331 if (!skb)
1332 return -ENOMEM;
1333
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001334 fwr = (struct fw_filter_wr *)__skb_put(skb, len);
1335 t4_mk_filtdelwr(ftid, fwr, adapter->sge.fw_evtq.abs_id);
1336
1337 /* Mark the filter as "pending" and ship off the Filter Work Request.
1338 * When we get the Work Request Reply we'll clear the pending status.
1339 */
1340 f->pending = 1;
1341 t4_mgmt_tx(adapter, skb);
1342 return 0;
1343}
1344
Anish Bhatt688848b2014-06-19 21:37:13 -07001345static u16 cxgb_select_queue(struct net_device *dev, struct sk_buff *skb,
1346 void *accel_priv, select_queue_fallback_t fallback)
1347{
1348 int txq;
1349
1350#ifdef CONFIG_CHELSIO_T4_DCB
1351 /* If a Data Center Bridging has been successfully negotiated on this
1352 * link then we'll use the skb's priority to map it to a TX Queue.
1353 * The skb's priority is determined via the VLAN Tag Priority Code
1354 * Point field.
1355 */
1356 if (cxgb4_dcb_enabled(dev)) {
1357 u16 vlan_tci;
1358 int err;
1359
1360 err = vlan_get_tag(skb, &vlan_tci);
1361 if (unlikely(err)) {
1362 if (net_ratelimit())
1363 netdev_warn(dev,
1364 "TX Packet without VLAN Tag on DCB Link\n");
1365 txq = 0;
1366 } else {
1367 txq = (vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT;
Varun Prakash84a200b2015-03-24 19:14:46 +05301368#ifdef CONFIG_CHELSIO_T4_FCOE
1369 if (skb->protocol == htons(ETH_P_FCOE))
1370 txq = skb->priority & 0x7;
1371#endif /* CONFIG_CHELSIO_T4_FCOE */
Anish Bhatt688848b2014-06-19 21:37:13 -07001372 }
1373 return txq;
1374 }
1375#endif /* CONFIG_CHELSIO_T4_DCB */
1376
1377 if (select_queue) {
1378 txq = (skb_rx_queue_recorded(skb)
1379 ? skb_get_rx_queue(skb)
1380 : smp_processor_id());
1381
1382 while (unlikely(txq >= dev->real_num_tx_queues))
1383 txq -= dev->real_num_tx_queues;
1384
1385 return txq;
1386 }
1387
1388 return fallback(dev, skb) % dev->real_num_tx_queues;
1389}
1390
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001391static int closest_timer(const struct sge *s, int time)
1392{
1393 int i, delta, match = 0, min_delta = INT_MAX;
1394
1395 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) {
1396 delta = time - s->timer_val[i];
1397 if (delta < 0)
1398 delta = -delta;
1399 if (delta < min_delta) {
1400 min_delta = delta;
1401 match = i;
1402 }
1403 }
1404 return match;
1405}
1406
1407static int closest_thres(const struct sge *s, int thres)
1408{
1409 int i, delta, match = 0, min_delta = INT_MAX;
1410
1411 for (i = 0; i < ARRAY_SIZE(s->counter_val); i++) {
1412 delta = thres - s->counter_val[i];
1413 if (delta < 0)
1414 delta = -delta;
1415 if (delta < min_delta) {
1416 min_delta = delta;
1417 match = i;
1418 }
1419 }
1420 return match;
1421}
1422
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001423/**
Hariprasad Shenai812034f2015-04-06 20:23:23 +05301424 * cxgb4_set_rspq_intr_params - set a queue's interrupt holdoff parameters
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001425 * @q: the Rx queue
1426 * @us: the hold-off time in us, or 0 to disable timer
1427 * @cnt: the hold-off packet count, or 0 to disable counter
1428 *
1429 * Sets an Rx queue's interrupt hold-off time and packet count. At least
1430 * one of the two needs to be enabled for the queue to generate interrupts.
1431 */
Hariprasad Shenai812034f2015-04-06 20:23:23 +05301432int cxgb4_set_rspq_intr_params(struct sge_rspq *q,
1433 unsigned int us, unsigned int cnt)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001434{
Hariprasad Shenaic887ad02014-06-06 21:40:45 +05301435 struct adapter *adap = q->adap;
1436
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001437 if ((us | cnt) == 0)
1438 cnt = 1;
1439
1440 if (cnt) {
1441 int err;
1442 u32 v, new_idx;
1443
1444 new_idx = closest_thres(&adap->sge, cnt);
1445 if (q->desc && q->pktcnt_idx != new_idx) {
1446 /* the queue has already been created, update it */
Hariprasad Shenai51678652014-11-21 12:52:02 +05301447 v = FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DMAQ) |
1448 FW_PARAMS_PARAM_X_V(
1449 FW_PARAMS_PARAM_DMAQ_IQ_INTCNTTHRESH) |
1450 FW_PARAMS_PARAM_YZ_V(q->cntxt_id);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05301451 err = t4_set_params(adap, adap->mbox, adap->pf, 0, 1,
1452 &v, &new_idx);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001453 if (err)
1454 return err;
1455 }
1456 q->pktcnt_idx = new_idx;
1457 }
1458
1459 us = us == 0 ? 6 : closest_timer(&adap->sge, us);
Hariprasad Shenai1ecc7b72015-05-12 04:43:43 +05301460 q->intr_params = QINTR_TIMER_IDX_V(us) | QINTR_CNT_EN_V(cnt > 0);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001461 return 0;
1462}
1463
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001464static int cxgb_set_features(struct net_device *dev, netdev_features_t features)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001465{
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00001466 const struct port_info *pi = netdev_priv(dev);
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001467 netdev_features_t changed = dev->features ^ features;
Dimitris Michailidis19ecae22010-10-21 11:29:56 +00001468 int err;
Dimitris Michailidis19ecae22010-10-21 11:29:56 +00001469
Patrick McHardyf6469682013-04-19 02:04:27 +00001470 if (!(changed & NETIF_F_HW_VLAN_CTAG_RX))
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00001471 return 0;
Dimitris Michailidis19ecae22010-10-21 11:29:56 +00001472
Hariprasad Shenaib2612722015-05-27 22:30:24 +05301473 err = t4_set_rxmode(pi->adapter, pi->adapter->pf, pi->viid, -1,
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00001474 -1, -1, -1,
Patrick McHardyf6469682013-04-19 02:04:27 +00001475 !!(features & NETIF_F_HW_VLAN_CTAG_RX), true);
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00001476 if (unlikely(err))
Patrick McHardyf6469682013-04-19 02:04:27 +00001477 dev->features = features ^ NETIF_F_HW_VLAN_CTAG_RX;
Dimitris Michailidis19ecae22010-10-21 11:29:56 +00001478 return err;
Dimitris Michailidis87b6cf52010-04-27 16:22:42 -07001479}
1480
Bill Pemberton91744942012-12-03 09:23:02 -05001481static int setup_debugfs(struct adapter *adap)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001482{
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001483 if (IS_ERR_OR_NULL(adap->debugfs_root))
1484 return -1;
1485
Hariprasad Shenaifd88b312014-11-07 09:35:23 +05301486#ifdef CONFIG_DEBUG_FS
1487 t4_setup_debugfs(adap);
1488#endif
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001489 return 0;
1490}
1491
1492/*
1493 * upper-layer driver support
1494 */
1495
1496/*
1497 * Allocate an active-open TID and set it to the supplied value.
1498 */
1499int cxgb4_alloc_atid(struct tid_info *t, void *data)
1500{
1501 int atid = -1;
1502
1503 spin_lock_bh(&t->atid_lock);
1504 if (t->afree) {
1505 union aopen_entry *p = t->afree;
1506
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001507 atid = (p - t->atid_tab) + t->atid_base;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001508 t->afree = p->next;
1509 p->data = data;
1510 t->atids_in_use++;
1511 }
1512 spin_unlock_bh(&t->atid_lock);
1513 return atid;
1514}
1515EXPORT_SYMBOL(cxgb4_alloc_atid);
1516
1517/*
1518 * Release an active-open TID.
1519 */
1520void cxgb4_free_atid(struct tid_info *t, unsigned int atid)
1521{
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001522 union aopen_entry *p = &t->atid_tab[atid - t->atid_base];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001523
1524 spin_lock_bh(&t->atid_lock);
1525 p->next = t->afree;
1526 t->afree = p;
1527 t->atids_in_use--;
1528 spin_unlock_bh(&t->atid_lock);
1529}
1530EXPORT_SYMBOL(cxgb4_free_atid);
1531
1532/*
1533 * Allocate a server TID and set it to the supplied value.
1534 */
1535int cxgb4_alloc_stid(struct tid_info *t, int family, void *data)
1536{
1537 int stid;
1538
1539 spin_lock_bh(&t->stid_lock);
1540 if (family == PF_INET) {
1541 stid = find_first_zero_bit(t->stid_bmap, t->nstids);
1542 if (stid < t->nstids)
1543 __set_bit(stid, t->stid_bmap);
1544 else
1545 stid = -1;
1546 } else {
Hariprasad Shenaia99c6832015-12-24 16:15:17 +05301547 stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001548 if (stid < 0)
1549 stid = -1;
1550 }
1551 if (stid >= 0) {
1552 t->stid_tab[stid].data = data;
1553 stid += t->stid_base;
Kumar Sanghvi15f63b72013-12-18 16:38:22 +05301554 /* IPv6 requires max of 520 bits or 16 cells in TCAM
1555 * This is equivalent to 4 TIDs. With CLIP enabled it
1556 * needs 2 TIDs.
1557 */
1558 if (family == PF_INET)
1559 t->stids_in_use++;
1560 else
Hariprasad Shenaia99c6832015-12-24 16:15:17 +05301561 t->stids_in_use += 2;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001562 }
1563 spin_unlock_bh(&t->stid_lock);
1564 return stid;
1565}
1566EXPORT_SYMBOL(cxgb4_alloc_stid);
1567
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001568/* Allocate a server filter TID and set it to the supplied value.
1569 */
1570int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data)
1571{
1572 int stid;
1573
1574 spin_lock_bh(&t->stid_lock);
1575 if (family == PF_INET) {
1576 stid = find_next_zero_bit(t->stid_bmap,
1577 t->nstids + t->nsftids, t->nstids);
1578 if (stid < (t->nstids + t->nsftids))
1579 __set_bit(stid, t->stid_bmap);
1580 else
1581 stid = -1;
1582 } else {
1583 stid = -1;
1584 }
1585 if (stid >= 0) {
1586 t->stid_tab[stid].data = data;
Kumar Sanghvi470c60c2013-12-18 16:38:21 +05301587 stid -= t->nstids;
1588 stid += t->sftid_base;
Hariprasad Shenai2248b292015-08-12 16:55:06 +05301589 t->sftids_in_use++;
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001590 }
1591 spin_unlock_bh(&t->stid_lock);
1592 return stid;
1593}
1594EXPORT_SYMBOL(cxgb4_alloc_sftid);
1595
1596/* Release a server TID.
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001597 */
1598void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family)
1599{
Kumar Sanghvi470c60c2013-12-18 16:38:21 +05301600 /* Is it a server filter TID? */
1601 if (t->nsftids && (stid >= t->sftid_base)) {
1602 stid -= t->sftid_base;
1603 stid += t->nstids;
1604 } else {
1605 stid -= t->stid_base;
1606 }
1607
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001608 spin_lock_bh(&t->stid_lock);
1609 if (family == PF_INET)
1610 __clear_bit(stid, t->stid_bmap);
1611 else
Hariprasad Shenaia99c6832015-12-24 16:15:17 +05301612 bitmap_release_region(t->stid_bmap, stid, 1);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001613 t->stid_tab[stid].data = NULL;
Hariprasad Shenai2248b292015-08-12 16:55:06 +05301614 if (stid < t->nstids) {
1615 if (family == PF_INET)
1616 t->stids_in_use--;
1617 else
Hariprasad Shenaia99c6832015-12-24 16:15:17 +05301618 t->stids_in_use -= 2;
Hariprasad Shenai2248b292015-08-12 16:55:06 +05301619 } else {
1620 t->sftids_in_use--;
1621 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001622 spin_unlock_bh(&t->stid_lock);
1623}
1624EXPORT_SYMBOL(cxgb4_free_stid);
1625
1626/*
1627 * Populate a TID_RELEASE WR. Caller must properly size the skb.
1628 */
1629static void mk_tid_release(struct sk_buff *skb, unsigned int chan,
1630 unsigned int tid)
1631{
1632 struct cpl_tid_release *req;
1633
1634 set_wr_txq(skb, CPL_PRIORITY_SETUP, chan);
1635 req = (struct cpl_tid_release *)__skb_put(skb, sizeof(*req));
1636 INIT_TP_WR(req, tid);
1637 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, tid));
1638}
1639
1640/*
1641 * Queue a TID release request and if necessary schedule a work queue to
1642 * process it.
1643 */
stephen hemminger31b9c192010-10-18 05:39:18 +00001644static void cxgb4_queue_tid_release(struct tid_info *t, unsigned int chan,
1645 unsigned int tid)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001646{
1647 void **p = &t->tid_tab[tid];
1648 struct adapter *adap = container_of(t, struct adapter, tids);
1649
1650 spin_lock_bh(&adap->tid_release_lock);
1651 *p = adap->tid_release_head;
1652 /* Low 2 bits encode the Tx channel number */
1653 adap->tid_release_head = (void **)((uintptr_t)p | chan);
1654 if (!adap->tid_release_task_busy) {
1655 adap->tid_release_task_busy = true;
Anish Bhatt29aaee62014-08-20 13:44:06 -07001656 queue_work(adap->workq, &adap->tid_release_task);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001657 }
1658 spin_unlock_bh(&adap->tid_release_lock);
1659}
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001660
1661/*
1662 * Process the list of pending TID release requests.
1663 */
1664static void process_tid_release_list(struct work_struct *work)
1665{
1666 struct sk_buff *skb;
1667 struct adapter *adap;
1668
1669 adap = container_of(work, struct adapter, tid_release_task);
1670
1671 spin_lock_bh(&adap->tid_release_lock);
1672 while (adap->tid_release_head) {
1673 void **p = adap->tid_release_head;
1674 unsigned int chan = (uintptr_t)p & 3;
1675 p = (void *)p - chan;
1676
1677 adap->tid_release_head = *p;
1678 *p = NULL;
1679 spin_unlock_bh(&adap->tid_release_lock);
1680
1681 while (!(skb = alloc_skb(sizeof(struct cpl_tid_release),
1682 GFP_KERNEL)))
1683 schedule_timeout_uninterruptible(1);
1684
1685 mk_tid_release(skb, chan, p - adap->tids.tid_tab);
1686 t4_ofld_send(adap, skb);
1687 spin_lock_bh(&adap->tid_release_lock);
1688 }
1689 adap->tid_release_task_busy = false;
1690 spin_unlock_bh(&adap->tid_release_lock);
1691}
1692
1693/*
1694 * Release a TID and inform HW. If we are unable to allocate the release
1695 * message we defer to a work queue.
1696 */
1697void cxgb4_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid)
1698{
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001699 struct sk_buff *skb;
1700 struct adapter *adap = container_of(t, struct adapter, tids);
1701
Hariprasad Shenai9a1bb9f2015-08-12 16:55:05 +05301702 WARN_ON(tid >= t->ntids);
1703
1704 if (t->tid_tab[tid]) {
1705 t->tid_tab[tid] = NULL;
1706 if (t->hash_base && (tid >= t->hash_base))
1707 atomic_dec(&t->hash_tids_in_use);
1708 else
1709 atomic_dec(&t->tids_in_use);
1710 }
1711
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001712 skb = alloc_skb(sizeof(struct cpl_tid_release), GFP_ATOMIC);
1713 if (likely(skb)) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001714 mk_tid_release(skb, chan, tid);
1715 t4_ofld_send(adap, skb);
1716 } else
1717 cxgb4_queue_tid_release(t, chan, tid);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001718}
1719EXPORT_SYMBOL(cxgb4_remove_tid);
1720
1721/*
1722 * Allocate and initialize the TID tables. Returns 0 on success.
1723 */
1724static int tid_init(struct tid_info *t)
1725{
1726 size_t size;
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001727 unsigned int stid_bmap_size;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001728 unsigned int natids = t->natids;
Kumar Sanghvib6f8eae2013-12-18 16:38:19 +05301729 struct adapter *adap = container_of(t, struct adapter, tids);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001730
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001731 stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids);
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001732 size = t->ntids * sizeof(*t->tid_tab) +
1733 natids * sizeof(*t->atid_tab) +
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001734 t->nstids * sizeof(*t->stid_tab) +
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001735 t->nsftids * sizeof(*t->stid_tab) +
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001736 stid_bmap_size * sizeof(long) +
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001737 t->nftids * sizeof(*t->ftid_tab) +
1738 t->nsftids * sizeof(*t->ftid_tab);
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001739
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001740 t->tid_tab = t4_alloc_mem(size);
1741 if (!t->tid_tab)
1742 return -ENOMEM;
1743
1744 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids];
1745 t->stid_tab = (struct serv_entry *)&t->atid_tab[natids];
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001746 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids];
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00001747 t->ftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001748 spin_lock_init(&t->stid_lock);
1749 spin_lock_init(&t->atid_lock);
1750
1751 t->stids_in_use = 0;
Hariprasad Shenai2248b292015-08-12 16:55:06 +05301752 t->sftids_in_use = 0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001753 t->afree = NULL;
1754 t->atids_in_use = 0;
1755 atomic_set(&t->tids_in_use, 0);
Hariprasad Shenai9a1bb9f2015-08-12 16:55:05 +05301756 atomic_set(&t->hash_tids_in_use, 0);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001757
1758 /* Setup the free list for atid_tab and clear the stid bitmap. */
1759 if (natids) {
1760 while (--natids)
1761 t->atid_tab[natids - 1].next = &t->atid_tab[natids];
1762 t->afree = t->atid_tab;
1763 }
Vipul Pandyadca4fae2012-12-10 09:30:53 +00001764 bitmap_zero(t->stid_bmap, t->nstids + t->nsftids);
Kumar Sanghvib6f8eae2013-12-18 16:38:19 +05301765 /* Reserve stid 0 for T4/T5 adapters */
1766 if (!t->stid_base &&
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05301767 (CHELSIO_CHIP_VERSION(adap->params.chip) <= CHELSIO_T5))
Kumar Sanghvib6f8eae2013-12-18 16:38:19 +05301768 __set_bit(0, t->stid_bmap);
1769
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001770 return 0;
1771}
1772
1773/**
1774 * cxgb4_create_server - create an IP server
1775 * @dev: the device
1776 * @stid: the server TID
1777 * @sip: local IP address to bind server to
1778 * @sport: the server's TCP port
1779 * @queue: queue to direct messages from this server to
1780 *
1781 * Create an IP server for the given port and address.
1782 * Returns <0 on error and one of the %NET_XMIT_* values on success.
1783 */
1784int cxgb4_create_server(const struct net_device *dev, unsigned int stid,
Vipul Pandya793dad92012-12-10 09:30:56 +00001785 __be32 sip, __be16 sport, __be16 vlan,
1786 unsigned int queue)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001787{
1788 unsigned int chan;
1789 struct sk_buff *skb;
1790 struct adapter *adap;
1791 struct cpl_pass_open_req *req;
Vipul Pandya80f40c12013-07-04 16:10:45 +05301792 int ret;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001793
1794 skb = alloc_skb(sizeof(*req), GFP_KERNEL);
1795 if (!skb)
1796 return -ENOMEM;
1797
1798 adap = netdev2adap(dev);
1799 req = (struct cpl_pass_open_req *)__skb_put(skb, sizeof(*req));
1800 INIT_TP_WR(req, 0);
1801 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, stid));
1802 req->local_port = sport;
1803 req->peer_port = htons(0);
1804 req->local_ip = sip;
1805 req->peer_ip = htonl(0);
Dimitris Michailidise46dab42010-08-23 17:20:58 +00001806 chan = rxq_to_chan(&adap->sge, queue);
Anish Bhattd7990b02014-11-12 17:15:57 -08001807 req->opt0 = cpu_to_be64(TX_CHAN_V(chan));
Hariprasad Shenai6c53e932015-01-08 21:38:15 -08001808 req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) |
1809 SYN_RSS_ENABLE_F | SYN_RSS_QUEUE_V(queue));
Vipul Pandya80f40c12013-07-04 16:10:45 +05301810 ret = t4_mgmt_tx(adap, skb);
1811 return net_xmit_eval(ret);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001812}
1813EXPORT_SYMBOL(cxgb4_create_server);
1814
Vipul Pandya80f40c12013-07-04 16:10:45 +05301815/* cxgb4_create_server6 - create an IPv6 server
1816 * @dev: the device
1817 * @stid: the server TID
1818 * @sip: local IPv6 address to bind server to
1819 * @sport: the server's TCP port
1820 * @queue: queue to direct messages from this server to
1821 *
1822 * Create an IPv6 server for the given port and address.
1823 * Returns <0 on error and one of the %NET_XMIT_* values on success.
1824 */
1825int cxgb4_create_server6(const struct net_device *dev, unsigned int stid,
1826 const struct in6_addr *sip, __be16 sport,
1827 unsigned int queue)
1828{
1829 unsigned int chan;
1830 struct sk_buff *skb;
1831 struct adapter *adap;
1832 struct cpl_pass_open_req6 *req;
1833 int ret;
1834
1835 skb = alloc_skb(sizeof(*req), GFP_KERNEL);
1836 if (!skb)
1837 return -ENOMEM;
1838
1839 adap = netdev2adap(dev);
1840 req = (struct cpl_pass_open_req6 *)__skb_put(skb, sizeof(*req));
1841 INIT_TP_WR(req, 0);
1842 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ6, stid));
1843 req->local_port = sport;
1844 req->peer_port = htons(0);
1845 req->local_ip_hi = *(__be64 *)(sip->s6_addr);
1846 req->local_ip_lo = *(__be64 *)(sip->s6_addr + 8);
1847 req->peer_ip_hi = cpu_to_be64(0);
1848 req->peer_ip_lo = cpu_to_be64(0);
1849 chan = rxq_to_chan(&adap->sge, queue);
Anish Bhattd7990b02014-11-12 17:15:57 -08001850 req->opt0 = cpu_to_be64(TX_CHAN_V(chan));
Hariprasad Shenai6c53e932015-01-08 21:38:15 -08001851 req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) |
1852 SYN_RSS_ENABLE_F | SYN_RSS_QUEUE_V(queue));
Vipul Pandya80f40c12013-07-04 16:10:45 +05301853 ret = t4_mgmt_tx(adap, skb);
1854 return net_xmit_eval(ret);
1855}
1856EXPORT_SYMBOL(cxgb4_create_server6);
1857
1858int cxgb4_remove_server(const struct net_device *dev, unsigned int stid,
1859 unsigned int queue, bool ipv6)
1860{
1861 struct sk_buff *skb;
1862 struct adapter *adap;
1863 struct cpl_close_listsvr_req *req;
1864 int ret;
1865
1866 adap = netdev2adap(dev);
1867
1868 skb = alloc_skb(sizeof(*req), GFP_KERNEL);
1869 if (!skb)
1870 return -ENOMEM;
1871
1872 req = (struct cpl_close_listsvr_req *)__skb_put(skb, sizeof(*req));
1873 INIT_TP_WR(req, 0);
1874 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ, stid));
Hariprasad Shenaibdc590b2015-01-08 21:38:16 -08001875 req->reply_ctrl = htons(NO_REPLY_V(0) | (ipv6 ? LISTSVR_IPV6_V(1) :
1876 LISTSVR_IPV6_V(0)) | QUEUENO_V(queue));
Vipul Pandya80f40c12013-07-04 16:10:45 +05301877 ret = t4_mgmt_tx(adap, skb);
1878 return net_xmit_eval(ret);
1879}
1880EXPORT_SYMBOL(cxgb4_remove_server);
1881
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001882/**
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001883 * cxgb4_best_mtu - find the entry in the MTU table closest to an MTU
1884 * @mtus: the HW MTU table
1885 * @mtu: the target MTU
1886 * @idx: index of selected entry in the MTU table
1887 *
1888 * Returns the index and the value in the HW MTU table that is closest to
1889 * but does not exceed @mtu, unless @mtu is smaller than any value in the
1890 * table, in which case that smallest available value is selected.
1891 */
1892unsigned int cxgb4_best_mtu(const unsigned short *mtus, unsigned short mtu,
1893 unsigned int *idx)
1894{
1895 unsigned int i = 0;
1896
1897 while (i < NMTUS - 1 && mtus[i + 1] <= mtu)
1898 ++i;
1899 if (idx)
1900 *idx = i;
1901 return mtus[i];
1902}
1903EXPORT_SYMBOL(cxgb4_best_mtu);
1904
1905/**
Hariprasad Shenai92e7ae72014-06-06 21:40:43 +05301906 * cxgb4_best_aligned_mtu - find best MTU, [hopefully] data size aligned
1907 * @mtus: the HW MTU table
1908 * @header_size: Header Size
1909 * @data_size_max: maximum Data Segment Size
1910 * @data_size_align: desired Data Segment Size Alignment (2^N)
1911 * @mtu_idxp: HW MTU Table Index return value pointer (possibly NULL)
1912 *
1913 * Similar to cxgb4_best_mtu() but instead of searching the Hardware
1914 * MTU Table based solely on a Maximum MTU parameter, we break that
1915 * parameter up into a Header Size and Maximum Data Segment Size, and
1916 * provide a desired Data Segment Size Alignment. If we find an MTU in
1917 * the Hardware MTU Table which will result in a Data Segment Size with
1918 * the requested alignment _and_ that MTU isn't "too far" from the
1919 * closest MTU, then we'll return that rather than the closest MTU.
1920 */
1921unsigned int cxgb4_best_aligned_mtu(const unsigned short *mtus,
1922 unsigned short header_size,
1923 unsigned short data_size_max,
1924 unsigned short data_size_align,
1925 unsigned int *mtu_idxp)
1926{
1927 unsigned short max_mtu = header_size + data_size_max;
1928 unsigned short data_size_align_mask = data_size_align - 1;
1929 int mtu_idx, aligned_mtu_idx;
1930
1931 /* Scan the MTU Table till we find an MTU which is larger than our
1932 * Maximum MTU or we reach the end of the table. Along the way,
1933 * record the last MTU found, if any, which will result in a Data
1934 * Segment Length matching the requested alignment.
1935 */
1936 for (mtu_idx = 0, aligned_mtu_idx = -1; mtu_idx < NMTUS; mtu_idx++) {
1937 unsigned short data_size = mtus[mtu_idx] - header_size;
1938
1939 /* If this MTU minus the Header Size would result in a
1940 * Data Segment Size of the desired alignment, remember it.
1941 */
1942 if ((data_size & data_size_align_mask) == 0)
1943 aligned_mtu_idx = mtu_idx;
1944
1945 /* If we're not at the end of the Hardware MTU Table and the
1946 * next element is larger than our Maximum MTU, drop out of
1947 * the loop.
1948 */
1949 if (mtu_idx+1 < NMTUS && mtus[mtu_idx+1] > max_mtu)
1950 break;
1951 }
1952
1953 /* If we fell out of the loop because we ran to the end of the table,
1954 * then we just have to use the last [largest] entry.
1955 */
1956 if (mtu_idx == NMTUS)
1957 mtu_idx--;
1958
1959 /* If we found an MTU which resulted in the requested Data Segment
1960 * Length alignment and that's "not far" from the largest MTU which is
1961 * less than or equal to the maximum MTU, then use that.
1962 */
1963 if (aligned_mtu_idx >= 0 &&
1964 mtu_idx - aligned_mtu_idx <= 1)
1965 mtu_idx = aligned_mtu_idx;
1966
1967 /* If the caller has passed in an MTU Index pointer, pass the
1968 * MTU Index back. Return the MTU value.
1969 */
1970 if (mtu_idxp)
1971 *mtu_idxp = mtu_idx;
1972 return mtus[mtu_idx];
1973}
1974EXPORT_SYMBOL(cxgb4_best_aligned_mtu);
1975
1976/**
Hariprasad S27999802015-09-23 17:19:26 +05301977 * cxgb4_tp_smt_idx - Get the Source Mac Table index for this VI
1978 * @chip: chip type
1979 * @viid: VI id of the given port
1980 *
1981 * Return the SMT index for this VI.
1982 */
1983unsigned int cxgb4_tp_smt_idx(enum chip_type chip, unsigned int viid)
1984{
1985 /* In T4/T5, SMT contains 256 SMAC entries organized in
1986 * 128 rows of 2 entries each.
1987 * In T6, SMT contains 256 SMAC entries in 256 rows.
1988 * TODO: The below code needs to be updated when we add support
1989 * for 256 VFs.
1990 */
1991 if (CHELSIO_CHIP_VERSION(chip) <= CHELSIO_T5)
1992 return ((viid & 0x7f) << 1);
1993 else
1994 return (viid & 0x7f);
1995}
1996EXPORT_SYMBOL(cxgb4_tp_smt_idx);
1997
1998/**
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00001999 * cxgb4_port_chan - get the HW channel of a port
2000 * @dev: the net device for the port
2001 *
2002 * Return the HW Tx channel of the given port.
2003 */
2004unsigned int cxgb4_port_chan(const struct net_device *dev)
2005{
2006 return netdev2pinfo(dev)->tx_chan;
2007}
2008EXPORT_SYMBOL(cxgb4_port_chan);
2009
Vipul Pandya881806b2012-05-18 15:29:24 +05302010unsigned int cxgb4_dbfifo_count(const struct net_device *dev, int lpfifo)
2011{
2012 struct adapter *adap = netdev2adap(dev);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002013 u32 v1, v2, lp_count, hp_count;
Vipul Pandya881806b2012-05-18 15:29:24 +05302014
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302015 v1 = t4_read_reg(adap, SGE_DBFIFO_STATUS_A);
2016 v2 = t4_read_reg(adap, SGE_DBFIFO_STATUS2_A);
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05302017 if (is_t4(adap->params.chip)) {
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302018 lp_count = LP_COUNT_G(v1);
2019 hp_count = HP_COUNT_G(v1);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002020 } else {
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302021 lp_count = LP_COUNT_T5_G(v1);
2022 hp_count = HP_COUNT_T5_G(v2);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002023 }
2024 return lpfifo ? lp_count : hp_count;
Vipul Pandya881806b2012-05-18 15:29:24 +05302025}
2026EXPORT_SYMBOL(cxgb4_dbfifo_count);
2027
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002028/**
2029 * cxgb4_port_viid - get the VI id of a port
2030 * @dev: the net device for the port
2031 *
2032 * Return the VI id of the given port.
2033 */
2034unsigned int cxgb4_port_viid(const struct net_device *dev)
2035{
2036 return netdev2pinfo(dev)->viid;
2037}
2038EXPORT_SYMBOL(cxgb4_port_viid);
2039
2040/**
2041 * cxgb4_port_idx - get the index of a port
2042 * @dev: the net device for the port
2043 *
2044 * Return the index of the given port.
2045 */
2046unsigned int cxgb4_port_idx(const struct net_device *dev)
2047{
2048 return netdev2pinfo(dev)->port_id;
2049}
2050EXPORT_SYMBOL(cxgb4_port_idx);
2051
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002052void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
2053 struct tp_tcp_stats *v6)
2054{
2055 struct adapter *adap = pci_get_drvdata(pdev);
2056
2057 spin_lock(&adap->stats_lock);
2058 t4_tp_get_tcp_stats(adap, v4, v6);
2059 spin_unlock(&adap->stats_lock);
2060}
2061EXPORT_SYMBOL(cxgb4_get_tcp_stats);
2062
2063void cxgb4_iscsi_init(struct net_device *dev, unsigned int tag_mask,
2064 const unsigned int *pgsz_order)
2065{
2066 struct adapter *adap = netdev2adap(dev);
2067
Hariprasad Shenai0d804332015-01-05 16:30:47 +05302068 t4_write_reg(adap, ULP_RX_ISCSI_TAGMASK_A, tag_mask);
2069 t4_write_reg(adap, ULP_RX_ISCSI_PSZ_A, HPZ0_V(pgsz_order[0]) |
2070 HPZ1_V(pgsz_order[1]) | HPZ2_V(pgsz_order[2]) |
2071 HPZ3_V(pgsz_order[3]));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002072}
2073EXPORT_SYMBOL(cxgb4_iscsi_init);
2074
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302075int cxgb4_flush_eq_cache(struct net_device *dev)
2076{
2077 struct adapter *adap = netdev2adap(dev);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302078
Hariprasad Shenai5d700ec2015-06-05 14:24:48 +05302079 return t4_sge_ctxt_flush(adap, adap->mbox);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302080}
2081EXPORT_SYMBOL(cxgb4_flush_eq_cache);
2082
2083static int read_eq_indices(struct adapter *adap, u16 qid, u16 *pidx, u16 *cidx)
2084{
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302085 u32 addr = t4_read_reg(adap, SGE_DBQ_CTXT_BADDR_A) + 24 * qid + 8;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302086 __be64 indices;
2087 int ret;
2088
Hariprasad Shenaifc5ab022014-06-27 19:23:49 +05302089 spin_lock(&adap->win0_lock);
2090 ret = t4_memory_rw(adap, 0, MEM_EDC0, addr,
2091 sizeof(indices), (__be32 *)&indices,
2092 T4_MEMORY_READ);
2093 spin_unlock(&adap->win0_lock);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302094 if (!ret) {
Vipul Pandya404d9e32012-10-08 02:59:43 +00002095 *cidx = (be64_to_cpu(indices) >> 25) & 0xffff;
2096 *pidx = (be64_to_cpu(indices) >> 9) & 0xffff;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302097 }
2098 return ret;
2099}
2100
2101int cxgb4_sync_txq_pidx(struct net_device *dev, u16 qid, u16 pidx,
2102 u16 size)
2103{
2104 struct adapter *adap = netdev2adap(dev);
2105 u16 hw_pidx, hw_cidx;
2106 int ret;
2107
2108 ret = read_eq_indices(adap, qid, &hw_pidx, &hw_cidx);
2109 if (ret)
2110 goto out;
2111
2112 if (pidx != hw_pidx) {
2113 u16 delta;
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302114 u32 val;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302115
2116 if (pidx >= hw_pidx)
2117 delta = pidx - hw_pidx;
2118 else
2119 delta = size - hw_pidx + pidx;
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302120
2121 if (is_t4(adap->params.chip))
2122 val = PIDX_V(delta);
2123 else
2124 val = PIDX_T5_V(delta);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302125 wmb();
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302126 t4_write_reg(adap, MYPF_REG(SGE_PF_KDOORBELL_A),
2127 QID_V(qid) | val);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302128 }
2129out:
2130 return ret;
2131}
2132EXPORT_SYMBOL(cxgb4_sync_txq_pidx);
2133
Hariprasad Shenai031cf472014-07-14 21:34:53 +05302134int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte)
2135{
2136 struct adapter *adap;
2137 u32 offset, memtype, memaddr;
Hariprasad Shenai6559a7e2014-11-07 09:35:24 +05302138 u32 edc0_size, edc1_size, mc0_size, mc1_size, size;
Hariprasad Shenai031cf472014-07-14 21:34:53 +05302139 u32 edc0_end, edc1_end, mc0_end, mc1_end;
2140 int ret;
2141
2142 adap = netdev2adap(dev);
2143
2144 offset = ((stag >> 8) * 32) + adap->vres.stag.start;
2145
2146 /* Figure out where the offset lands in the Memory Type/Address scheme.
2147 * This code assumes that the memory is laid out starting at offset 0
2148 * with no breaks as: EDC0, EDC1, MC0, MC1. All cards have both EDC0
2149 * and EDC1. Some cards will have neither MC0 nor MC1, most cards have
2150 * MC0, and some have both MC0 and MC1.
2151 */
Hariprasad Shenai6559a7e2014-11-07 09:35:24 +05302152 size = t4_read_reg(adap, MA_EDRAM0_BAR_A);
2153 edc0_size = EDRAM0_SIZE_G(size) << 20;
2154 size = t4_read_reg(adap, MA_EDRAM1_BAR_A);
2155 edc1_size = EDRAM1_SIZE_G(size) << 20;
2156 size = t4_read_reg(adap, MA_EXT_MEMORY0_BAR_A);
2157 mc0_size = EXT_MEM0_SIZE_G(size) << 20;
Hariprasad Shenai031cf472014-07-14 21:34:53 +05302158
2159 edc0_end = edc0_size;
2160 edc1_end = edc0_end + edc1_size;
2161 mc0_end = edc1_end + mc0_size;
2162
2163 if (offset < edc0_end) {
2164 memtype = MEM_EDC0;
2165 memaddr = offset;
2166 } else if (offset < edc1_end) {
2167 memtype = MEM_EDC1;
2168 memaddr = offset - edc0_end;
2169 } else {
2170 if (offset < mc0_end) {
2171 memtype = MEM_MC0;
2172 memaddr = offset - edc1_end;
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05302173 } else if (is_t5(adap->params.chip)) {
Hariprasad Shenai6559a7e2014-11-07 09:35:24 +05302174 size = t4_read_reg(adap, MA_EXT_MEMORY1_BAR_A);
2175 mc1_size = EXT_MEM1_SIZE_G(size) << 20;
Hariprasad Shenai031cf472014-07-14 21:34:53 +05302176 mc1_end = mc0_end + mc1_size;
2177 if (offset < mc1_end) {
2178 memtype = MEM_MC1;
2179 memaddr = offset - mc0_end;
2180 } else {
2181 /* offset beyond the end of any memory */
2182 goto err;
2183 }
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05302184 } else {
2185 /* T4/T6 only has a single memory channel */
2186 goto err;
Hariprasad Shenai031cf472014-07-14 21:34:53 +05302187 }
2188 }
2189
2190 spin_lock(&adap->win0_lock);
2191 ret = t4_memory_rw(adap, 0, memtype, memaddr, 32, tpte, T4_MEMORY_READ);
2192 spin_unlock(&adap->win0_lock);
2193 return ret;
2194
2195err:
2196 dev_err(adap->pdev_dev, "stag %#x, offset %#x out of range\n",
2197 stag, offset);
2198 return -EINVAL;
2199}
2200EXPORT_SYMBOL(cxgb4_read_tpte);
2201
Hariprasad Shenai7730b4c2014-07-14 21:34:54 +05302202u64 cxgb4_read_sge_timestamp(struct net_device *dev)
2203{
2204 u32 hi, lo;
2205 struct adapter *adap;
2206
2207 adap = netdev2adap(dev);
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302208 lo = t4_read_reg(adap, SGE_TIMESTAMP_LO_A);
2209 hi = TSVAL_G(t4_read_reg(adap, SGE_TIMESTAMP_HI_A));
Hariprasad Shenai7730b4c2014-07-14 21:34:54 +05302210
2211 return ((u64)hi << 32) | (u64)lo;
2212}
2213EXPORT_SYMBOL(cxgb4_read_sge_timestamp);
2214
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302215int cxgb4_bar2_sge_qregs(struct net_device *dev,
2216 unsigned int qid,
2217 enum cxgb4_bar2_qtype qtype,
Hariprasad S66cf1882015-06-09 18:23:11 +05302218 int user,
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302219 u64 *pbar2_qoffset,
2220 unsigned int *pbar2_qid)
2221{
Hariprasad Shenaib2612722015-05-27 22:30:24 +05302222 return t4_bar2_sge_qregs(netdev2adap(dev),
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302223 qid,
2224 (qtype == CXGB4_BAR2_QTYPE_EGRESS
2225 ? T4_BAR2_QTYPE_EGRESS
2226 : T4_BAR2_QTYPE_INGRESS),
Hariprasad S66cf1882015-06-09 18:23:11 +05302227 user,
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302228 pbar2_qoffset,
2229 pbar2_qid);
2230}
2231EXPORT_SYMBOL(cxgb4_bar2_sge_qregs);
2232
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002233static struct pci_driver cxgb4_driver;
2234
2235static void check_neigh_update(struct neighbour *neigh)
2236{
2237 const struct device *parent;
2238 const struct net_device *netdev = neigh->dev;
2239
2240 if (netdev->priv_flags & IFF_802_1Q_VLAN)
2241 netdev = vlan_dev_real_dev(netdev);
2242 parent = netdev->dev.parent;
2243 if (parent && parent->driver == &cxgb4_driver.driver)
2244 t4_l2t_update(dev_get_drvdata(parent), neigh);
2245}
2246
2247static int netevent_cb(struct notifier_block *nb, unsigned long event,
2248 void *data)
2249{
2250 switch (event) {
2251 case NETEVENT_NEIGH_UPDATE:
2252 check_neigh_update(data);
2253 break;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002254 case NETEVENT_REDIRECT:
2255 default:
2256 break;
2257 }
2258 return 0;
2259}
2260
2261static bool netevent_registered;
2262static struct notifier_block cxgb4_netevent_nb = {
2263 .notifier_call = netevent_cb
2264};
2265
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302266static void drain_db_fifo(struct adapter *adap, int usecs)
2267{
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002268 u32 v1, v2, lp_count, hp_count;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302269
2270 do {
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302271 v1 = t4_read_reg(adap, SGE_DBFIFO_STATUS_A);
2272 v2 = t4_read_reg(adap, SGE_DBFIFO_STATUS2_A);
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05302273 if (is_t4(adap->params.chip)) {
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302274 lp_count = LP_COUNT_G(v1);
2275 hp_count = HP_COUNT_G(v1);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002276 } else {
Hariprasad Shenaif061de422015-01-05 16:30:44 +05302277 lp_count = LP_COUNT_T5_G(v1);
2278 hp_count = HP_COUNT_T5_G(v2);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002279 }
2280
2281 if (lp_count == 0 && hp_count == 0)
2282 break;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302283 set_current_state(TASK_UNINTERRUPTIBLE);
2284 schedule_timeout(usecs_to_jiffies(usecs));
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302285 } while (1);
2286}
2287
2288static void disable_txq_db(struct sge_txq *q)
2289{
Steve Wise05eb2382014-03-14 21:52:08 +05302290 unsigned long flags;
2291
2292 spin_lock_irqsave(&q->db_lock, flags);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302293 q->db_disabled = 1;
Steve Wise05eb2382014-03-14 21:52:08 +05302294 spin_unlock_irqrestore(&q->db_lock, flags);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302295}
2296
Steve Wise05eb2382014-03-14 21:52:08 +05302297static void enable_txq_db(struct adapter *adap, struct sge_txq *q)
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302298{
2299 spin_lock_irq(&q->db_lock);
Steve Wise05eb2382014-03-14 21:52:08 +05302300 if (q->db_pidx_inc) {
2301 /* Make sure that all writes to the TX descriptors
2302 * are committed before we tell HW about them.
2303 */
2304 wmb();
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302305 t4_write_reg(adap, MYPF_REG(SGE_PF_KDOORBELL_A),
2306 QID_V(q->cntxt_id) | PIDX_V(q->db_pidx_inc));
Steve Wise05eb2382014-03-14 21:52:08 +05302307 q->db_pidx_inc = 0;
2308 }
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302309 q->db_disabled = 0;
2310 spin_unlock_irq(&q->db_lock);
2311}
2312
2313static void disable_dbs(struct adapter *adap)
2314{
2315 int i;
2316
2317 for_each_ethrxq(&adap->sge, i)
2318 disable_txq_db(&adap->sge.ethtxq[i].q);
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05302319 for_each_iscsirxq(&adap->sge, i)
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302320 disable_txq_db(&adap->sge.ofldtxq[i].q);
2321 for_each_port(adap, i)
2322 disable_txq_db(&adap->sge.ctrlq[i].q);
2323}
2324
2325static void enable_dbs(struct adapter *adap)
2326{
2327 int i;
2328
2329 for_each_ethrxq(&adap->sge, i)
Steve Wise05eb2382014-03-14 21:52:08 +05302330 enable_txq_db(adap, &adap->sge.ethtxq[i].q);
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05302331 for_each_iscsirxq(&adap->sge, i)
Steve Wise05eb2382014-03-14 21:52:08 +05302332 enable_txq_db(adap, &adap->sge.ofldtxq[i].q);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302333 for_each_port(adap, i)
Steve Wise05eb2382014-03-14 21:52:08 +05302334 enable_txq_db(adap, &adap->sge.ctrlq[i].q);
2335}
2336
2337static void notify_rdma_uld(struct adapter *adap, enum cxgb4_control cmd)
2338{
2339 if (adap->uld_handle[CXGB4_ULD_RDMA])
2340 ulds[CXGB4_ULD_RDMA].control(adap->uld_handle[CXGB4_ULD_RDMA],
2341 cmd);
2342}
2343
2344static void process_db_full(struct work_struct *work)
2345{
2346 struct adapter *adap;
2347
2348 adap = container_of(work, struct adapter, db_full_task);
2349
2350 drain_db_fifo(adap, dbfifo_drain_delay);
2351 enable_dbs(adap);
2352 notify_rdma_uld(adap, CXGB4_CONTROL_DB_EMPTY);
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05302353 if (CHELSIO_CHIP_VERSION(adap->params.chip) <= CHELSIO_T5)
2354 t4_set_reg_field(adap, SGE_INT_ENABLE3_A,
2355 DBFIFO_HP_INT_F | DBFIFO_LP_INT_F,
2356 DBFIFO_HP_INT_F | DBFIFO_LP_INT_F);
2357 else
2358 t4_set_reg_field(adap, SGE_INT_ENABLE3_A,
2359 DBFIFO_LP_INT_F, DBFIFO_LP_INT_F);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302360}
2361
2362static void sync_txq_pidx(struct adapter *adap, struct sge_txq *q)
2363{
2364 u16 hw_pidx, hw_cidx;
2365 int ret;
2366
Steve Wise05eb2382014-03-14 21:52:08 +05302367 spin_lock_irq(&q->db_lock);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302368 ret = read_eq_indices(adap, (u16)q->cntxt_id, &hw_pidx, &hw_cidx);
2369 if (ret)
2370 goto out;
2371 if (q->db_pidx != hw_pidx) {
2372 u16 delta;
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302373 u32 val;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302374
2375 if (q->db_pidx >= hw_pidx)
2376 delta = q->db_pidx - hw_pidx;
2377 else
2378 delta = q->size - hw_pidx + q->db_pidx;
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302379
2380 if (is_t4(adap->params.chip))
2381 val = PIDX_V(delta);
2382 else
2383 val = PIDX_T5_V(delta);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302384 wmb();
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302385 t4_write_reg(adap, MYPF_REG(SGE_PF_KDOORBELL_A),
2386 QID_V(q->cntxt_id) | val);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302387 }
2388out:
2389 q->db_disabled = 0;
Steve Wise05eb2382014-03-14 21:52:08 +05302390 q->db_pidx_inc = 0;
2391 spin_unlock_irq(&q->db_lock);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302392 if (ret)
2393 CH_WARN(adap, "DB drop recovery failed.\n");
2394}
2395static void recover_all_queues(struct adapter *adap)
2396{
2397 int i;
2398
2399 for_each_ethrxq(&adap->sge, i)
2400 sync_txq_pidx(adap, &adap->sge.ethtxq[i].q);
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05302401 for_each_iscsirxq(&adap->sge, i)
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302402 sync_txq_pidx(adap, &adap->sge.ofldtxq[i].q);
2403 for_each_port(adap, i)
2404 sync_txq_pidx(adap, &adap->sge.ctrlq[i].q);
2405}
2406
Vipul Pandya881806b2012-05-18 15:29:24 +05302407static void process_db_drop(struct work_struct *work)
2408{
2409 struct adapter *adap;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302410
Vipul Pandya881806b2012-05-18 15:29:24 +05302411 adap = container_of(work, struct adapter, db_drop_task);
2412
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05302413 if (is_t4(adap->params.chip)) {
Steve Wise05eb2382014-03-14 21:52:08 +05302414 drain_db_fifo(adap, dbfifo_drain_delay);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002415 notify_rdma_uld(adap, CXGB4_CONTROL_DB_DROP);
Steve Wise05eb2382014-03-14 21:52:08 +05302416 drain_db_fifo(adap, dbfifo_drain_delay);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002417 recover_all_queues(adap);
Steve Wise05eb2382014-03-14 21:52:08 +05302418 drain_db_fifo(adap, dbfifo_drain_delay);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002419 enable_dbs(adap);
Steve Wise05eb2382014-03-14 21:52:08 +05302420 notify_rdma_uld(adap, CXGB4_CONTROL_DB_EMPTY);
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05302421 } else if (is_t5(adap->params.chip)) {
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002422 u32 dropped_db = t4_read_reg(adap, 0x010ac);
2423 u16 qid = (dropped_db >> 15) & 0x1ffff;
2424 u16 pidx_inc = dropped_db & 0x1fff;
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302425 u64 bar2_qoffset;
2426 unsigned int bar2_qid;
2427 int ret;
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002428
Hariprasad Shenaib2612722015-05-27 22:30:24 +05302429 ret = t4_bar2_sge_qregs(adap, qid, T4_BAR2_QTYPE_EGRESS,
Linus Torvaldse0456712015-06-24 16:49:49 -07002430 0, &bar2_qoffset, &bar2_qid);
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302431 if (ret)
2432 dev_err(adap->pdev_dev, "doorbell drop recovery: "
2433 "qid=%d, pidx_inc=%d\n", qid, pidx_inc);
2434 else
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302435 writel(PIDX_T5_V(pidx_inc) | QID_V(bar2_qid),
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302436 adap->bar2 + bar2_qoffset + SGE_UDB_KDOORBELL);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002437
2438 /* Re-enable BAR2 WC */
2439 t4_set_reg_field(adap, 0x10b0, 1<<15, 1<<15);
2440 }
2441
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05302442 if (CHELSIO_CHIP_VERSION(adap->params.chip) <= CHELSIO_T5)
2443 t4_set_reg_field(adap, SGE_DOORBELL_CONTROL_A, DROPPED_DB_F, 0);
Vipul Pandya881806b2012-05-18 15:29:24 +05302444}
2445
2446void t4_db_full(struct adapter *adap)
2447{
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05302448 if (is_t4(adap->params.chip)) {
Steve Wise05eb2382014-03-14 21:52:08 +05302449 disable_dbs(adap);
2450 notify_rdma_uld(adap, CXGB4_CONTROL_DB_FULL);
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302451 t4_set_reg_field(adap, SGE_INT_ENABLE3_A,
2452 DBFIFO_HP_INT_F | DBFIFO_LP_INT_F, 0);
Anish Bhatt29aaee62014-08-20 13:44:06 -07002453 queue_work(adap->workq, &adap->db_full_task);
Santosh Rastapur2cc301d2013-03-14 05:08:52 +00002454 }
Vipul Pandya881806b2012-05-18 15:29:24 +05302455}
2456
2457void t4_db_dropped(struct adapter *adap)
2458{
Steve Wise05eb2382014-03-14 21:52:08 +05302459 if (is_t4(adap->params.chip)) {
2460 disable_dbs(adap);
2461 notify_rdma_uld(adap, CXGB4_CONTROL_DB_FULL);
2462 }
Anish Bhatt29aaee62014-08-20 13:44:06 -07002463 queue_work(adap->workq, &adap->db_drop_task);
Vipul Pandya881806b2012-05-18 15:29:24 +05302464}
2465
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002466static void uld_attach(struct adapter *adap, unsigned int uld)
2467{
2468 void *handle;
2469 struct cxgb4_lld_info lli;
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002470 unsigned short i;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002471
2472 lli.pdev = adap->pdev;
Hariprasad Shenaib2612722015-05-27 22:30:24 +05302473 lli.pf = adap->pf;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002474 lli.l2t = adap->l2t;
2475 lli.tids = &adap->tids;
2476 lli.ports = adap->port;
2477 lli.vr = &adap->vres;
2478 lli.mtus = adap->params.mtus;
2479 if (uld == CXGB4_ULD_RDMA) {
2480 lli.rxq_ids = adap->sge.rdma_rxq;
Hariprasad Shenaicf38be62014-06-06 21:40:42 +05302481 lli.ciq_ids = adap->sge.rdma_ciq;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002482 lli.nrxq = adap->sge.rdmaqs;
Hariprasad Shenaicf38be62014-06-06 21:40:42 +05302483 lli.nciq = adap->sge.rdmaciqs;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002484 } else if (uld == CXGB4_ULD_ISCSI) {
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05302485 lli.rxq_ids = adap->sge.iscsi_rxq;
2486 lli.nrxq = adap->sge.iscsiqsets;
Varun Prakashf2692d12016-02-14 23:02:40 +05302487 } else if (uld == CXGB4_ULD_ISCSIT) {
2488 lli.rxq_ids = adap->sge.iscsit_rxq;
2489 lli.nrxq = adap->sge.niscsitq;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002490 }
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05302491 lli.ntxq = adap->sge.iscsiqsets;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002492 lli.nchan = adap->params.nports;
2493 lli.nports = adap->params.nports;
2494 lli.wr_cred = adap->params.ofldq_wr_cred;
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05302495 lli.adapter_type = adap->params.chip;
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05302496 lli.iscsi_iolen = MAXRXDATA_G(t4_read_reg(adap, TP_PARA_REG2_A));
Varun Prakash7714cb9e2016-02-14 23:07:39 +05302497 lli.iscsi_tagmask = t4_read_reg(adap, ULP_RX_ISCSI_TAGMASK_A);
2498 lli.iscsi_pgsz_order = t4_read_reg(adap, ULP_RX_ISCSI_PSZ_A);
2499 lli.iscsi_llimit = t4_read_reg(adap, ULP_RX_ISCSI_LLIMIT_A);
2500 lli.iscsi_ppm = &adap->iscsi_ppm;
Hariprasad Shenai7730b4c2014-07-14 21:34:54 +05302501 lli.cclk_ps = 1000000000 / adap->params.vpd.cclk;
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05302502 lli.udb_density = 1 << adap->params.sge.eq_qpp;
2503 lli.ucq_density = 1 << adap->params.sge.iq_qpp;
Kumar Sanghvidcf7b6f2013-12-18 16:38:23 +05302504 lli.filt_mode = adap->params.tp.vlan_pri_map;
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002505 /* MODQ_REQ_MAP sets queues 0-3 to chan 0-3 */
2506 for (i = 0; i < NCHAN; i++)
2507 lli.tx_modq[i] = i;
Hariprasad Shenaif612b812015-01-05 16:30:43 +05302508 lli.gts_reg = adap->regs + MYPF_REG(SGE_PF_GTS_A);
2509 lli.db_reg = adap->regs + MYPF_REG(SGE_PF_KDOORBELL_A);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002510 lli.fw_vers = adap->params.fw_vers;
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05302511 lli.dbfifo_int_thresh = dbfifo_int_thresh;
Hariprasad Shenai04e10e22014-07-14 21:34:51 +05302512 lli.sge_ingpadboundary = adap->sge.fl_align;
2513 lli.sge_egrstatuspagesize = adap->sge.stat_len;
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002514 lli.sge_pktshift = adap->sge.pktshift;
2515 lli.enable_fw_ofld_conn = adap->flags & FW_OFLD_CONN;
Hariprasad Shenai4c2c5762014-07-14 21:34:52 +05302516 lli.max_ordird_qp = adap->params.max_ordird_qp;
2517 lli.max_ird_adapter = adap->params.max_ird_adapter;
Kumar Sanghvi1ac0f092014-02-18 17:56:12 +05302518 lli.ulptx_memwrite_dsgl = adap->params.ulptx_memwrite_dsgl;
Hariprasad Shenai982b81e2015-05-05 14:59:54 +05302519 lli.nodeid = dev_to_node(adap->pdev_dev);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002520
2521 handle = ulds[uld].add(&lli);
2522 if (IS_ERR(handle)) {
2523 dev_warn(adap->pdev_dev,
2524 "could not attach to the %s driver, error %ld\n",
2525 uld_str[uld], PTR_ERR(handle));
2526 return;
2527 }
2528
2529 adap->uld_handle[uld] = handle;
2530
2531 if (!netevent_registered) {
2532 register_netevent_notifier(&cxgb4_netevent_nb);
2533 netevent_registered = true;
2534 }
Dimitris Michailidise29f5db2010-05-18 10:07:13 +00002535
2536 if (adap->flags & FULL_INIT_DONE)
2537 ulds[uld].state_change(handle, CXGB4_STATE_UP);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002538}
2539
2540static void attach_ulds(struct adapter *adap)
2541{
2542 unsigned int i;
2543
Vipul Pandya01bcca62013-07-04 16:10:46 +05302544 spin_lock(&adap_rcu_lock);
2545 list_add_tail_rcu(&adap->rcu_node, &adap_rcu_list);
2546 spin_unlock(&adap_rcu_lock);
2547
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002548 mutex_lock(&uld_mutex);
2549 list_add_tail(&adap->list_node, &adapter_list);
2550 for (i = 0; i < CXGB4_ULD_MAX; i++)
2551 if (ulds[i].add)
2552 uld_attach(adap, i);
2553 mutex_unlock(&uld_mutex);
2554}
2555
2556static void detach_ulds(struct adapter *adap)
2557{
2558 unsigned int i;
2559
2560 mutex_lock(&uld_mutex);
2561 list_del(&adap->list_node);
2562 for (i = 0; i < CXGB4_ULD_MAX; i++)
2563 if (adap->uld_handle[i]) {
2564 ulds[i].state_change(adap->uld_handle[i],
2565 CXGB4_STATE_DETACH);
2566 adap->uld_handle[i] = NULL;
2567 }
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05302568 for (i = 0; i < CXGB4_PCI_ULD_MAX; i++)
2569 if (adap->uld && adap->uld[i].handle) {
2570 adap->uld[i].state_change(adap->uld[i].handle,
2571 CXGB4_STATE_DETACH);
2572 adap->uld[i].handle = NULL;
2573 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002574 if (netevent_registered && list_empty(&adapter_list)) {
2575 unregister_netevent_notifier(&cxgb4_netevent_nb);
2576 netevent_registered = false;
2577 }
2578 mutex_unlock(&uld_mutex);
Vipul Pandya01bcca62013-07-04 16:10:46 +05302579
2580 spin_lock(&adap_rcu_lock);
2581 list_del_rcu(&adap->rcu_node);
2582 spin_unlock(&adap_rcu_lock);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002583}
2584
2585static void notify_ulds(struct adapter *adap, enum cxgb4_state new_state)
2586{
2587 unsigned int i;
2588
2589 mutex_lock(&uld_mutex);
2590 for (i = 0; i < CXGB4_ULD_MAX; i++)
2591 if (adap->uld_handle[i])
2592 ulds[i].state_change(adap->uld_handle[i], new_state);
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05302593 for (i = 0; i < CXGB4_PCI_ULD_MAX; i++)
2594 if (adap->uld && adap->uld[i].handle)
2595 adap->uld[i].state_change(adap->uld[i].handle,
2596 new_state);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002597 mutex_unlock(&uld_mutex);
2598}
2599
2600/**
2601 * cxgb4_register_uld - register an upper-layer driver
2602 * @type: the ULD type
2603 * @p: the ULD methods
2604 *
2605 * Registers an upper-layer driver with this driver and notifies the ULD
2606 * about any presently available devices that support its type. Returns
2607 * %-EBUSY if a ULD of the same type is already registered.
2608 */
2609int cxgb4_register_uld(enum cxgb4_uld type, const struct cxgb4_uld_info *p)
2610{
2611 int ret = 0;
2612 struct adapter *adap;
2613
2614 if (type >= CXGB4_ULD_MAX)
2615 return -EINVAL;
2616 mutex_lock(&uld_mutex);
2617 if (ulds[type].add) {
2618 ret = -EBUSY;
2619 goto out;
2620 }
2621 ulds[type] = *p;
2622 list_for_each_entry(adap, &adapter_list, list_node)
2623 uld_attach(adap, type);
2624out: mutex_unlock(&uld_mutex);
2625 return ret;
2626}
2627EXPORT_SYMBOL(cxgb4_register_uld);
2628
2629/**
2630 * cxgb4_unregister_uld - unregister an upper-layer driver
2631 * @type: the ULD type
2632 *
2633 * Unregisters an existing upper-layer driver.
2634 */
2635int cxgb4_unregister_uld(enum cxgb4_uld type)
2636{
2637 struct adapter *adap;
2638
2639 if (type >= CXGB4_ULD_MAX)
2640 return -EINVAL;
2641 mutex_lock(&uld_mutex);
2642 list_for_each_entry(adap, &adapter_list, list_node)
2643 adap->uld_handle[type] = NULL;
2644 ulds[type].add = NULL;
2645 mutex_unlock(&uld_mutex);
2646 return 0;
2647}
2648EXPORT_SYMBOL(cxgb4_unregister_uld);
2649
Anish Bhatt1bb60372014-10-14 20:07:22 -07002650#if IS_ENABLED(CONFIG_IPV6)
Anish Bhattb5a02f52015-01-14 15:17:34 -08002651static int cxgb4_inet6addr_handler(struct notifier_block *this,
2652 unsigned long event, void *data)
Vipul Pandya01bcca62013-07-04 16:10:46 +05302653{
Anish Bhattb5a02f52015-01-14 15:17:34 -08002654 struct inet6_ifaddr *ifa = data;
2655 struct net_device *event_dev = ifa->idev->dev;
2656 const struct device *parent = NULL;
2657#if IS_ENABLED(CONFIG_BONDING)
Vipul Pandya01bcca62013-07-04 16:10:46 +05302658 struct adapter *adap;
Anish Bhattb5a02f52015-01-14 15:17:34 -08002659#endif
2660 if (event_dev->priv_flags & IFF_802_1Q_VLAN)
2661 event_dev = vlan_dev_real_dev(event_dev);
2662#if IS_ENABLED(CONFIG_BONDING)
2663 if (event_dev->flags & IFF_MASTER) {
2664 list_for_each_entry(adap, &adapter_list, list_node) {
2665 switch (event) {
2666 case NETDEV_UP:
2667 cxgb4_clip_get(adap->port[0],
2668 (const u32 *)ifa, 1);
2669 break;
2670 case NETDEV_DOWN:
2671 cxgb4_clip_release(adap->port[0],
2672 (const u32 *)ifa, 1);
2673 break;
2674 default:
2675 break;
2676 }
2677 }
2678 return NOTIFY_OK;
2679 }
2680#endif
Vipul Pandya01bcca62013-07-04 16:10:46 +05302681
Anish Bhattb5a02f52015-01-14 15:17:34 -08002682 if (event_dev)
2683 parent = event_dev->dev.parent;
Vipul Pandya01bcca62013-07-04 16:10:46 +05302684
Anish Bhattb5a02f52015-01-14 15:17:34 -08002685 if (parent && parent->driver == &cxgb4_driver.driver) {
Vipul Pandya01bcca62013-07-04 16:10:46 +05302686 switch (event) {
2687 case NETDEV_UP:
Anish Bhattb5a02f52015-01-14 15:17:34 -08002688 cxgb4_clip_get(event_dev, (const u32 *)ifa, 1);
Vipul Pandya01bcca62013-07-04 16:10:46 +05302689 break;
2690 case NETDEV_DOWN:
Anish Bhattb5a02f52015-01-14 15:17:34 -08002691 cxgb4_clip_release(event_dev, (const u32 *)ifa, 1);
Vipul Pandya01bcca62013-07-04 16:10:46 +05302692 break;
2693 default:
2694 break;
2695 }
2696 }
Anish Bhattb5a02f52015-01-14 15:17:34 -08002697 return NOTIFY_OK;
Vipul Pandya01bcca62013-07-04 16:10:46 +05302698}
2699
Anish Bhattb5a02f52015-01-14 15:17:34 -08002700static bool inet6addr_registered;
Vipul Pandya01bcca62013-07-04 16:10:46 +05302701static struct notifier_block cxgb4_inet6addr_notifier = {
2702 .notifier_call = cxgb4_inet6addr_handler
2703};
2704
Vipul Pandya01bcca62013-07-04 16:10:46 +05302705static void update_clip(const struct adapter *adap)
2706{
2707 int i;
2708 struct net_device *dev;
2709 int ret;
2710
2711 rcu_read_lock();
2712
2713 for (i = 0; i < MAX_NPORTS; i++) {
2714 dev = adap->port[i];
2715 ret = 0;
2716
2717 if (dev)
Anish Bhattb5a02f52015-01-14 15:17:34 -08002718 ret = cxgb4_update_root_dev_clip(dev);
Vipul Pandya01bcca62013-07-04 16:10:46 +05302719
2720 if (ret < 0)
2721 break;
2722 }
2723 rcu_read_unlock();
2724}
Anish Bhatt1bb60372014-10-14 20:07:22 -07002725#endif /* IS_ENABLED(CONFIG_IPV6) */
Vipul Pandya01bcca62013-07-04 16:10:46 +05302726
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002727/**
2728 * cxgb_up - enable the adapter
2729 * @adap: adapter being enabled
2730 *
2731 * Called when the first port is enabled, this function performs the
2732 * actions necessary to make an adapter operational, such as completing
2733 * the initialization of HW modules, and enabling interrupts.
2734 *
2735 * Must be called with the rtnl lock held.
2736 */
2737static int cxgb_up(struct adapter *adap)
2738{
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002739 int err;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002740
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002741 err = setup_sge_queues(adap);
2742 if (err)
2743 goto out;
2744 err = setup_rss(adap);
2745 if (err)
2746 goto freeq;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002747
2748 if (adap->flags & USING_MSIX) {
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002749 name_msix_vecs(adap);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002750 err = request_irq(adap->msix_info[0].vec, t4_nondata_intr, 0,
2751 adap->msix_info[0].desc, adap);
2752 if (err)
2753 goto irq_err;
2754
2755 err = request_msix_queue_irqs(adap);
2756 if (err) {
2757 free_irq(adap->msix_info[0].vec, adap);
2758 goto irq_err;
2759 }
2760 } else {
2761 err = request_irq(adap->pdev->irq, t4_intr_handler(adap),
2762 (adap->flags & USING_MSI) ? 0 : IRQF_SHARED,
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +00002763 adap->port[0]->name, adap);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002764 if (err)
2765 goto irq_err;
2766 }
2767 enable_rx(adap);
2768 t4_sge_start(adap);
2769 t4_intr_enable(adap);
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002770 adap->flags |= FULL_INIT_DONE;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002771 notify_ulds(adap, CXGB4_STATE_UP);
Anish Bhatt1bb60372014-10-14 20:07:22 -07002772#if IS_ENABLED(CONFIG_IPV6)
Vipul Pandya01bcca62013-07-04 16:10:46 +05302773 update_clip(adap);
Anish Bhatt1bb60372014-10-14 20:07:22 -07002774#endif
Hariprasad Shenaifc08a012016-02-16 10:07:09 +05302775 /* Initialize hash mac addr list*/
2776 INIT_LIST_HEAD(&adap->mac_hlist);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002777 out:
2778 return err;
2779 irq_err:
2780 dev_err(adap->pdev_dev, "request_irq failed, err %d\n", err);
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002781 freeq:
2782 t4_free_sge_resources(adap);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002783 goto out;
2784}
2785
2786static void cxgb_down(struct adapter *adapter)
2787{
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002788 cancel_work_sync(&adapter->tid_release_task);
Vipul Pandya881806b2012-05-18 15:29:24 +05302789 cancel_work_sync(&adapter->db_full_task);
2790 cancel_work_sync(&adapter->db_drop_task);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002791 adapter->tid_release_task_busy = false;
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00002792 adapter->tid_release_head = NULL;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002793
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002794 t4_sge_stop(adapter);
2795 t4_free_sge_resources(adapter);
2796 adapter->flags &= ~FULL_INIT_DONE;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002797}
2798
2799/*
2800 * net_device operations
2801 */
2802static int cxgb_open(struct net_device *dev)
2803{
2804 int err;
2805 struct port_info *pi = netdev_priv(dev);
2806 struct adapter *adapter = pi->adapter;
2807
Dimitris Michailidis6a3c8692011-01-19 15:29:05 +00002808 netif_carrier_off(dev);
2809
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00002810 if (!(adapter->flags & FULL_INIT_DONE)) {
2811 err = cxgb_up(adapter);
2812 if (err < 0)
2813 return err;
2814 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002815
Dimitris Michailidisf68707b2010-06-18 10:05:32 +00002816 err = link_start(dev);
2817 if (!err)
2818 netif_tx_start_all_queues(dev);
2819 return err;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002820}
2821
2822static int cxgb_close(struct net_device *dev)
2823{
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002824 struct port_info *pi = netdev_priv(dev);
2825 struct adapter *adapter = pi->adapter;
2826
2827 netif_tx_stop_all_queues(dev);
2828 netif_carrier_off(dev);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05302829 return t4_enable_vi(adapter, adapter->pf, pi->viid, false, false);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002830}
2831
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00002832/* Return an error number if the indicated filter isn't writable ...
2833 */
2834static int writable_filter(struct filter_entry *f)
2835{
2836 if (f->locked)
2837 return -EPERM;
2838 if (f->pending)
2839 return -EBUSY;
2840
2841 return 0;
2842}
2843
2844/* Delete the filter at the specified index (if valid). The checks for all
2845 * the common problems with doing this like the filter being locked, currently
2846 * pending in another operation, etc.
2847 */
2848static int delete_filter(struct adapter *adapter, unsigned int fidx)
2849{
2850 struct filter_entry *f;
2851 int ret;
2852
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002853 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids)
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00002854 return -EINVAL;
2855
2856 f = &adapter->tids.ftid_tab[fidx];
2857 ret = writable_filter(f);
2858 if (ret)
2859 return ret;
2860 if (f->valid)
2861 return del_filter_wr(adapter, fidx);
2862
2863 return 0;
2864}
2865
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002866int cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid,
Vipul Pandya793dad92012-12-10 09:30:56 +00002867 __be32 sip, __be16 sport, __be16 vlan,
2868 unsigned int queue, unsigned char port, unsigned char mask)
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002869{
2870 int ret;
2871 struct filter_entry *f;
2872 struct adapter *adap;
2873 int i;
2874 u8 *val;
2875
2876 adap = netdev2adap(dev);
2877
Vipul Pandya1cab7752012-12-10 09:30:55 +00002878 /* Adjust stid to correct filter index */
Kumar Sanghvi470c60c2013-12-18 16:38:21 +05302879 stid -= adap->tids.sftid_base;
Vipul Pandya1cab7752012-12-10 09:30:55 +00002880 stid += adap->tids.nftids;
2881
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002882 /* Check to make sure the filter requested is writable ...
2883 */
2884 f = &adap->tids.ftid_tab[stid];
2885 ret = writable_filter(f);
2886 if (ret)
2887 return ret;
2888
2889 /* Clear out any old resources being used by the filter before
2890 * we start constructing the new filter.
2891 */
2892 if (f->valid)
2893 clear_filter(adap, f);
2894
2895 /* Clear out filter specifications */
2896 memset(&f->fs, 0, sizeof(struct ch_filter_specification));
2897 f->fs.val.lport = cpu_to_be16(sport);
2898 f->fs.mask.lport = ~0;
2899 val = (u8 *)&sip;
Vipul Pandya793dad92012-12-10 09:30:56 +00002900 if ((val[0] | val[1] | val[2] | val[3]) != 0) {
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002901 for (i = 0; i < 4; i++) {
2902 f->fs.val.lip[i] = val[i];
2903 f->fs.mask.lip[i] = ~0;
2904 }
Hariprasad Shenai0d804332015-01-05 16:30:47 +05302905 if (adap->params.tp.vlan_pri_map & PORT_F) {
Vipul Pandya793dad92012-12-10 09:30:56 +00002906 f->fs.val.iport = port;
2907 f->fs.mask.iport = mask;
2908 }
2909 }
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002910
Hariprasad Shenai0d804332015-01-05 16:30:47 +05302911 if (adap->params.tp.vlan_pri_map & PROTOCOL_F) {
Kumar Sanghvi7c89e552013-12-18 16:38:20 +05302912 f->fs.val.proto = IPPROTO_TCP;
2913 f->fs.mask.proto = ~0;
2914 }
2915
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002916 f->fs.dirsteer = 1;
2917 f->fs.iq = queue;
2918 /* Mark filter as locked */
2919 f->locked = 1;
2920 f->fs.rpttid = 1;
2921
2922 ret = set_filter_wr(adap, stid);
2923 if (ret) {
2924 clear_filter(adap, f);
2925 return ret;
2926 }
2927
2928 return 0;
2929}
2930EXPORT_SYMBOL(cxgb4_create_server_filter);
2931
2932int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid,
2933 unsigned int queue, bool ipv6)
2934{
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002935 struct filter_entry *f;
2936 struct adapter *adap;
2937
2938 adap = netdev2adap(dev);
Vipul Pandya1cab7752012-12-10 09:30:55 +00002939
2940 /* Adjust stid to correct filter index */
Kumar Sanghvi470c60c2013-12-18 16:38:21 +05302941 stid -= adap->tids.sftid_base;
Vipul Pandya1cab7752012-12-10 09:30:55 +00002942 stid += adap->tids.nftids;
2943
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002944 f = &adap->tids.ftid_tab[stid];
2945 /* Unlock the filter */
2946 f->locked = 0;
2947
Wei Yongjun8c148462016-08-20 15:32:41 +00002948 return delete_filter(adap, stid);
Vipul Pandyadca4fae2012-12-10 09:30:53 +00002949}
2950EXPORT_SYMBOL(cxgb4_remove_server_filter);
2951
Dimitris Michailidisf5152c92010-07-07 16:11:25 +00002952static struct rtnl_link_stats64 *cxgb_get_stats(struct net_device *dev,
2953 struct rtnl_link_stats64 *ns)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002954{
2955 struct port_stats stats;
2956 struct port_info *p = netdev_priv(dev);
2957 struct adapter *adapter = p->adapter;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002958
Gavin Shan9fe6cb52014-01-23 12:27:35 +08002959 /* Block retrieving statistics during EEH error
2960 * recovery. Otherwise, the recovery might fail
2961 * and the PCI device will be removed permanently
2962 */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002963 spin_lock(&adapter->stats_lock);
Gavin Shan9fe6cb52014-01-23 12:27:35 +08002964 if (!netif_device_present(dev)) {
2965 spin_unlock(&adapter->stats_lock);
2966 return ns;
2967 }
Hariprasad Shenaia4cfd922015-06-03 21:04:39 +05302968 t4_get_port_stats_offset(adapter, p->tx_chan, &stats,
2969 &p->stats_base);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00002970 spin_unlock(&adapter->stats_lock);
2971
2972 ns->tx_bytes = stats.tx_octets;
2973 ns->tx_packets = stats.tx_frames;
2974 ns->rx_bytes = stats.rx_octets;
2975 ns->rx_packets = stats.rx_frames;
2976 ns->multicast = stats.rx_mcast_frames;
2977
2978 /* detailed rx_errors */
2979 ns->rx_length_errors = stats.rx_jabber + stats.rx_too_long +
2980 stats.rx_runt;
2981 ns->rx_over_errors = 0;
2982 ns->rx_crc_errors = stats.rx_fcs_err;
2983 ns->rx_frame_errors = stats.rx_symbol_err;
2984 ns->rx_fifo_errors = stats.rx_ovflow0 + stats.rx_ovflow1 +
2985 stats.rx_ovflow2 + stats.rx_ovflow3 +
2986 stats.rx_trunc0 + stats.rx_trunc1 +
2987 stats.rx_trunc2 + stats.rx_trunc3;
2988 ns->rx_missed_errors = 0;
2989
2990 /* detailed tx_errors */
2991 ns->tx_aborted_errors = 0;
2992 ns->tx_carrier_errors = 0;
2993 ns->tx_fifo_errors = 0;
2994 ns->tx_heartbeat_errors = 0;
2995 ns->tx_window_errors = 0;
2996
2997 ns->tx_errors = stats.tx_error_frames;
2998 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err +
2999 ns->rx_length_errors + stats.rx_len_err + ns->rx_fifo_errors;
3000 return ns;
3001}
3002
3003static int cxgb_ioctl(struct net_device *dev, struct ifreq *req, int cmd)
3004{
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003005 unsigned int mbox;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003006 int ret = 0, prtad, devad;
3007 struct port_info *pi = netdev_priv(dev);
3008 struct mii_ioctl_data *data = (struct mii_ioctl_data *)&req->ifr_data;
3009
3010 switch (cmd) {
3011 case SIOCGMIIPHY:
3012 if (pi->mdio_addr < 0)
3013 return -EOPNOTSUPP;
3014 data->phy_id = pi->mdio_addr;
3015 break;
3016 case SIOCGMIIREG:
3017 case SIOCSMIIREG:
3018 if (mdio_phy_id_is_c45(data->phy_id)) {
3019 prtad = mdio_phy_id_prtad(data->phy_id);
3020 devad = mdio_phy_id_devad(data->phy_id);
3021 } else if (data->phy_id < 32) {
3022 prtad = data->phy_id;
3023 devad = 0;
3024 data->reg_num &= 0x1f;
3025 } else
3026 return -EINVAL;
3027
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303028 mbox = pi->adapter->pf;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003029 if (cmd == SIOCGMIIREG)
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003030 ret = t4_mdio_rd(pi->adapter, mbox, prtad, devad,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003031 data->reg_num, &data->val_out);
3032 else
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003033 ret = t4_mdio_wr(pi->adapter, mbox, prtad, devad,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003034 data->reg_num, data->val_in);
3035 break;
Hariprasad Shenai5e2a5eb2015-09-28 10:26:53 +05303036 case SIOCGHWTSTAMP:
3037 return copy_to_user(req->ifr_data, &pi->tstamp_config,
3038 sizeof(pi->tstamp_config)) ?
3039 -EFAULT : 0;
3040 case SIOCSHWTSTAMP:
3041 if (copy_from_user(&pi->tstamp_config, req->ifr_data,
3042 sizeof(pi->tstamp_config)))
3043 return -EFAULT;
3044
3045 switch (pi->tstamp_config.rx_filter) {
3046 case HWTSTAMP_FILTER_NONE:
3047 pi->rxtstamp = false;
3048 break;
3049 case HWTSTAMP_FILTER_ALL:
3050 pi->rxtstamp = true;
3051 break;
3052 default:
3053 pi->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE;
3054 return -ERANGE;
3055 }
3056
3057 return copy_to_user(req->ifr_data, &pi->tstamp_config,
3058 sizeof(pi->tstamp_config)) ?
3059 -EFAULT : 0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003060 default:
3061 return -EOPNOTSUPP;
3062 }
3063 return ret;
3064}
3065
3066static void cxgb_set_rxmode(struct net_device *dev)
3067{
3068 /* unfortunately we can't return errors to the stack */
3069 set_rxmode(dev, -1, false);
3070}
3071
3072static int cxgb_change_mtu(struct net_device *dev, int new_mtu)
3073{
3074 int ret;
3075 struct port_info *pi = netdev_priv(dev);
3076
3077 if (new_mtu < 81 || new_mtu > MAX_MTU) /* accommodate SACK */
3078 return -EINVAL;
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303079 ret = t4_set_rxmode(pi->adapter, pi->adapter->pf, pi->viid, new_mtu, -1,
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003080 -1, -1, -1, true);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003081 if (!ret)
3082 dev->mtu = new_mtu;
3083 return ret;
3084}
3085
Hariprasad Shenai858aa652016-08-11 21:06:24 +05303086#ifdef CONFIG_PCI_IOV
3087static int cxgb_set_vf_mac(struct net_device *dev, int vf, u8 *mac)
3088{
3089 struct port_info *pi = netdev_priv(dev);
3090 struct adapter *adap = pi->adapter;
3091
3092 /* verify MAC addr is valid */
3093 if (!is_valid_ether_addr(mac)) {
3094 dev_err(pi->adapter->pdev_dev,
3095 "Invalid Ethernet address %pM for VF %d\n",
3096 mac, vf);
3097 return -EINVAL;
3098 }
3099
3100 dev_info(pi->adapter->pdev_dev,
3101 "Setting MAC %pM on VF %d\n", mac, vf);
3102 return t4_set_vf_mac_acl(adap, vf + 1, 1, mac);
3103}
3104#endif
3105
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003106static int cxgb_set_mac_addr(struct net_device *dev, void *p)
3107{
3108 int ret;
3109 struct sockaddr *addr = p;
3110 struct port_info *pi = netdev_priv(dev);
3111
3112 if (!is_valid_ether_addr(addr->sa_data))
Danny Kukawka504f9b52012-02-21 02:07:49 +00003113 return -EADDRNOTAVAIL;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003114
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303115 ret = t4_change_mac(pi->adapter, pi->adapter->pf, pi->viid,
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003116 pi->xact_addr_filt, addr->sa_data, true, true);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003117 if (ret < 0)
3118 return ret;
3119
3120 memcpy(dev->dev_addr, addr->sa_data, dev->addr_len);
3121 pi->xact_addr_filt = ret;
3122 return 0;
3123}
3124
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003125#ifdef CONFIG_NET_POLL_CONTROLLER
3126static void cxgb_netpoll(struct net_device *dev)
3127{
3128 struct port_info *pi = netdev_priv(dev);
3129 struct adapter *adap = pi->adapter;
3130
3131 if (adap->flags & USING_MSIX) {
3132 int i;
3133 struct sge_eth_rxq *rx = &adap->sge.ethrxq[pi->first_qset];
3134
3135 for (i = pi->nqsets; i; i--, rx++)
3136 t4_sge_intr_msix(0, &rx->rspq);
3137 } else
3138 t4_intr_handler(adap)(0, adap);
3139}
3140#endif
3141
3142static const struct net_device_ops cxgb4_netdev_ops = {
3143 .ndo_open = cxgb_open,
3144 .ndo_stop = cxgb_close,
3145 .ndo_start_xmit = t4_eth_xmit,
Anish Bhatt688848b2014-06-19 21:37:13 -07003146 .ndo_select_queue = cxgb_select_queue,
Dimitris Michailidis9be793b2010-06-18 10:05:31 +00003147 .ndo_get_stats64 = cxgb_get_stats,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003148 .ndo_set_rx_mode = cxgb_set_rxmode,
3149 .ndo_set_mac_address = cxgb_set_mac_addr,
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00003150 .ndo_set_features = cxgb_set_features,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003151 .ndo_validate_addr = eth_validate_addr,
3152 .ndo_do_ioctl = cxgb_ioctl,
3153 .ndo_change_mtu = cxgb_change_mtu,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003154#ifdef CONFIG_NET_POLL_CONTROLLER
3155 .ndo_poll_controller = cxgb_netpoll,
3156#endif
Varun Prakash84a200b2015-03-24 19:14:46 +05303157#ifdef CONFIG_CHELSIO_T4_FCOE
3158 .ndo_fcoe_enable = cxgb_fcoe_enable,
3159 .ndo_fcoe_disable = cxgb_fcoe_disable,
3160#endif /* CONFIG_CHELSIO_T4_FCOE */
Hariprasad Shenai3a336cb2015-02-04 15:32:52 +05303161#ifdef CONFIG_NET_RX_BUSY_POLL
3162 .ndo_busy_poll = cxgb_busy_poll,
3163#endif
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003164};
3165
Hariprasad Shenai78294512016-08-11 21:06:23 +05303166static const struct net_device_ops cxgb4_mgmt_netdev_ops = {
Hariprasad Shenai858aa652016-08-11 21:06:24 +05303167#ifdef CONFIG_PCI_IOV
3168 .ndo_set_vf_mac = cxgb_set_vf_mac,
3169#endif
Hariprasad Shenai78294512016-08-11 21:06:23 +05303170};
3171
3172static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info)
3173{
3174 struct adapter *adapter = netdev2adap(dev);
3175
3176 strlcpy(info->driver, cxgb4_driver_name, sizeof(info->driver));
3177 strlcpy(info->version, cxgb4_driver_version,
3178 sizeof(info->version));
3179 strlcpy(info->bus_info, pci_name(adapter->pdev),
3180 sizeof(info->bus_info));
3181}
3182
3183static const struct ethtool_ops cxgb4_mgmt_ethtool_ops = {
3184 .get_drvinfo = get_drvinfo,
3185};
3186
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003187void t4_fatal_err(struct adapter *adap)
3188{
Hariprasad Shenaif612b812015-01-05 16:30:43 +05303189 t4_set_reg_field(adap, SGE_CONTROL_A, GLOBALENABLE_F, 0);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003190 t4_intr_disable(adap);
3191 dev_alert(adap->pdev_dev, "encountered fatal error, adapter stopped\n");
3192}
3193
3194static void setup_memwin(struct adapter *adap)
3195{
Hariprasad Shenaib562fc32015-05-20 17:53:45 +05303196 u32 nic_win_base = t4_get_util_window(adap);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003197
Hariprasad Shenaib562fc32015-05-20 17:53:45 +05303198 t4_setup_memwin(adap, nic_win_base, MEMWIN_NIC);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003199}
3200
3201static void setup_memwin_rdma(struct adapter *adap)
3202{
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00003203 if (adap->vres.ocq.size) {
Hariprasad Shenai0abfd152014-06-27 19:23:48 +05303204 u32 start;
3205 unsigned int sz_kb;
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00003206
Hariprasad Shenai0abfd152014-06-27 19:23:48 +05303207 start = t4_read_pcie_cfg4(adap, PCI_BASE_ADDRESS_2);
3208 start &= PCI_BASE_ADDRESS_MEM_MASK;
3209 start += OCQ_WIN_OFFSET(adap->pdev, &adap->vres);
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00003210 sz_kb = roundup_pow_of_two(adap->vres.ocq.size) >> 10;
3211 t4_write_reg(adap,
Hariprasad Shenaif061de422015-01-05 16:30:44 +05303212 PCIE_MEM_ACCESS_REG(PCIE_MEM_ACCESS_BASE_WIN_A, 3),
3213 start | BIR_V(1) | WINDOW_V(ilog2(sz_kb)));
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00003214 t4_write_reg(adap,
Hariprasad Shenaif061de422015-01-05 16:30:44 +05303215 PCIE_MEM_ACCESS_REG(PCIE_MEM_ACCESS_OFFSET_A, 3),
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00003216 adap->vres.ocq.start);
3217 t4_read_reg(adap,
Hariprasad Shenaif061de422015-01-05 16:30:44 +05303218 PCIE_MEM_ACCESS_REG(PCIE_MEM_ACCESS_OFFSET_A, 3));
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00003219 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003220}
3221
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003222static int adap_init1(struct adapter *adap, struct fw_caps_config_cmd *c)
3223{
3224 u32 v;
3225 int ret;
3226
3227 /* get device capabilities */
3228 memset(c, 0, sizeof(*c));
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05303229 c->op_to_write = htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
3230 FW_CMD_REQUEST_F | FW_CMD_READ_F);
Naresh Kumar Innace91a922012-11-15 22:41:17 +05303231 c->cfvalid_to_len16 = htonl(FW_LEN16(*c));
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303232 ret = t4_wr_mbox(adap, adap->mbox, c, sizeof(*c), c);
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003233 if (ret < 0)
3234 return ret;
3235
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05303236 c->op_to_write = htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
3237 FW_CMD_REQUEST_F | FW_CMD_WRITE_F);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303238 ret = t4_wr_mbox(adap, adap->mbox, c, sizeof(*c), NULL);
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003239 if (ret < 0)
3240 return ret;
3241
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303242 ret = t4_config_glbl_rss(adap, adap->pf,
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003243 FW_RSS_GLB_CONFIG_CMD_MODE_BASICVIRTUAL,
Hariprasad Shenaib2e1a3f2014-11-21 12:52:05 +05303244 FW_RSS_GLB_CONFIG_CMD_TNLMAPEN_F |
3245 FW_RSS_GLB_CONFIG_CMD_TNLALLLKP_F);
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003246 if (ret < 0)
3247 return ret;
3248
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303249 ret = t4_cfg_pfvf(adap, adap->mbox, adap->pf, 0, adap->sge.egr_sz, 64,
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05303250 MAX_INGQ, 0, 0, 4, 0xf, 0xf, 16, FW_CMD_CAP_PF,
3251 FW_CMD_CAP_PF);
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003252 if (ret < 0)
3253 return ret;
3254
3255 t4_sge_init(adap);
3256
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003257 /* tweak some settings */
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05303258 t4_write_reg(adap, TP_SHIFT_CNT_A, 0x64f8849);
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303259 t4_write_reg(adap, ULP_RX_TDDP_PSZ_A, HPZ0_V(PAGE_SHIFT - 12));
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05303260 t4_write_reg(adap, TP_PIO_ADDR_A, TP_INGRESS_CONFIG_A);
3261 v = t4_read_reg(adap, TP_PIO_DATA_A);
3262 t4_write_reg(adap, TP_PIO_DATA_A, v & ~CSUM_HAS_PSEUDO_HDR_F);
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003263
Vipul Pandyadca4fae2012-12-10 09:30:53 +00003264 /* first 4 Tx modulation queues point to consecutive Tx channels */
3265 adap->params.tp.tx_modq_map = 0xE4;
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303266 t4_write_reg(adap, TP_TX_MOD_QUEUE_REQ_MAP_A,
3267 TX_MOD_QUEUE_REQ_MAP_V(adap->params.tp.tx_modq_map));
Vipul Pandyadca4fae2012-12-10 09:30:53 +00003268
3269 /* associate each Tx modulation queue with consecutive Tx channels */
3270 v = 0x84218421;
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05303271 t4_write_indirect(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A,
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303272 &v, 1, TP_TX_SCHED_HDR_A);
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05303273 t4_write_indirect(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A,
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303274 &v, 1, TP_TX_SCHED_FIFO_A);
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05303275 t4_write_indirect(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A,
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303276 &v, 1, TP_TX_SCHED_PCMD_A);
Vipul Pandyadca4fae2012-12-10 09:30:53 +00003277
3278#define T4_TX_MODQ_10G_WEIGHT_DEFAULT 16 /* in KB units */
3279 if (is_offload(adap)) {
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303280 t4_write_reg(adap, TP_TX_MOD_QUEUE_WEIGHT0_A,
3281 TX_MODQ_WEIGHT0_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT) |
3282 TX_MODQ_WEIGHT1_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT) |
3283 TX_MODQ_WEIGHT2_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT) |
3284 TX_MODQ_WEIGHT3_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT));
3285 t4_write_reg(adap, TP_TX_MOD_CHANNEL_WEIGHT_A,
3286 TX_MODQ_WEIGHT0_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT) |
3287 TX_MODQ_WEIGHT1_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT) |
3288 TX_MODQ_WEIGHT2_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT) |
3289 TX_MODQ_WEIGHT3_V(T4_TX_MODQ_10G_WEIGHT_DEFAULT));
Vipul Pandyadca4fae2012-12-10 09:30:53 +00003290 }
3291
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00003292 /* get basic stuff going */
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303293 return t4_early_init(adap, adap->pf);
Dimitris Michailidis02b5fb82010-06-18 10:05:28 +00003294}
3295
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003296/*
3297 * Max # of ATIDs. The absolute HW max is 16K but we keep it lower.
3298 */
3299#define MAX_ATIDS 8192U
3300
3301/*
3302 * Phase 0 of initialization: contact FW, obtain config, perform basic init.
Vipul Pandya636f9d32012-09-26 02:39:39 +00003303 *
3304 * If the firmware we're dealing with has Configuration File support, then
3305 * we use that to perform all configuration
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003306 */
Vipul Pandya636f9d32012-09-26 02:39:39 +00003307
3308/*
3309 * Tweak configuration based on module parameters, etc. Most of these have
3310 * defaults assigned to them by Firmware Configuration Files (if we're using
3311 * them) but need to be explicitly set if we're using hard-coded
3312 * initialization. But even in the case of using Firmware Configuration
3313 * Files, we'd like to expose the ability to change these via module
3314 * parameters so these are essentially common tweaks/settings for
3315 * Configuration Files and hard-coded initialization ...
3316 */
3317static int adap_init0_tweaks(struct adapter *adapter)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003318{
Vipul Pandya636f9d32012-09-26 02:39:39 +00003319 /*
3320 * Fix up various Host-Dependent Parameters like Page Size, Cache
3321 * Line Size, etc. The firmware default is for a 4KB Page Size and
3322 * 64B Cache Line Size ...
3323 */
3324 t4_fixup_host_params(adapter, PAGE_SIZE, L1_CACHE_BYTES);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003325
Vipul Pandya636f9d32012-09-26 02:39:39 +00003326 /*
3327 * Process module parameters which affect early initialization.
3328 */
3329 if (rx_dma_offset != 2 && rx_dma_offset != 0) {
3330 dev_err(&adapter->pdev->dev,
3331 "Ignoring illegal rx_dma_offset=%d, using 2\n",
3332 rx_dma_offset);
3333 rx_dma_offset = 2;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003334 }
Hariprasad Shenaif612b812015-01-05 16:30:43 +05303335 t4_set_reg_field(adapter, SGE_CONTROL_A,
3336 PKTSHIFT_V(PKTSHIFT_M),
3337 PKTSHIFT_V(rx_dma_offset));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003338
Vipul Pandya636f9d32012-09-26 02:39:39 +00003339 /*
3340 * Don't include the "IP Pseudo Header" in CPL_RX_PKT checksums: Linux
3341 * adds the pseudo header itself.
3342 */
Hariprasad Shenai837e4a42015-01-05 16:30:46 +05303343 t4_tp_wr_bits_indirect(adapter, TP_INGRESS_CONFIG_A,
3344 CSUM_HAS_PSEUDO_HDR_F, 0);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003345
3346 return 0;
3347}
3348
Hariprasad Shenai01b69612015-05-22 21:58:21 +05303349/* 10Gb/s-BT PHY Support. chip-external 10Gb/s-BT PHYs are complex chips
3350 * unto themselves and they contain their own firmware to perform their
3351 * tasks ...
3352 */
3353static int phy_aq1202_version(const u8 *phy_fw_data,
3354 size_t phy_fw_size)
3355{
3356 int offset;
3357
3358 /* At offset 0x8 you're looking for the primary image's
3359 * starting offset which is 3 Bytes wide
3360 *
3361 * At offset 0xa of the primary image, you look for the offset
3362 * of the DRAM segment which is 3 Bytes wide.
3363 *
3364 * The FW version is at offset 0x27e of the DRAM and is 2 Bytes
3365 * wide
3366 */
3367 #define be16(__p) (((__p)[0] << 8) | (__p)[1])
3368 #define le16(__p) ((__p)[0] | ((__p)[1] << 8))
3369 #define le24(__p) (le16(__p) | ((__p)[2] << 16))
3370
3371 offset = le24(phy_fw_data + 0x8) << 12;
3372 offset = le24(phy_fw_data + offset + 0xa);
3373 return be16(phy_fw_data + offset + 0x27e);
3374
3375 #undef be16
3376 #undef le16
3377 #undef le24
3378}
3379
3380static struct info_10gbt_phy_fw {
3381 unsigned int phy_fw_id; /* PCI Device ID */
3382 char *phy_fw_file; /* /lib/firmware/ PHY Firmware file */
3383 int (*phy_fw_version)(const u8 *phy_fw_data, size_t phy_fw_size);
3384 int phy_flash; /* Has FLASH for PHY Firmware */
3385} phy_info_array[] = {
3386 {
3387 PHY_AQ1202_DEVICEID,
3388 PHY_AQ1202_FIRMWARE,
3389 phy_aq1202_version,
3390 1,
3391 },
3392 {
3393 PHY_BCM84834_DEVICEID,
3394 PHY_BCM84834_FIRMWARE,
3395 NULL,
3396 0,
3397 },
3398 { 0, NULL, NULL },
3399};
3400
3401static struct info_10gbt_phy_fw *find_phy_info(int devid)
3402{
3403 int i;
3404
3405 for (i = 0; i < ARRAY_SIZE(phy_info_array); i++) {
3406 if (phy_info_array[i].phy_fw_id == devid)
3407 return &phy_info_array[i];
3408 }
3409 return NULL;
3410}
3411
3412/* Handle updating of chip-external 10Gb/s-BT PHY firmware. This needs to
3413 * happen after the FW_RESET_CMD but before the FW_INITIALIZE_CMD. On error
3414 * we return a negative error number. If we transfer new firmware we return 1
3415 * (from t4_load_phy_fw()). If we don't do anything we return 0.
3416 */
3417static int adap_init0_phy(struct adapter *adap)
3418{
3419 const struct firmware *phyf;
3420 int ret;
3421 struct info_10gbt_phy_fw *phy_info;
3422
3423 /* Use the device ID to determine which PHY file to flash.
3424 */
3425 phy_info = find_phy_info(adap->pdev->device);
3426 if (!phy_info) {
3427 dev_warn(adap->pdev_dev,
3428 "No PHY Firmware file found for this PHY\n");
3429 return -EOPNOTSUPP;
3430 }
3431
3432 /* If we have a T4 PHY firmware file under /lib/firmware/cxgb4/, then
3433 * use that. The adapter firmware provides us with a memory buffer
3434 * where we can load a PHY firmware file from the host if we want to
3435 * override the PHY firmware File in flash.
3436 */
3437 ret = request_firmware_direct(&phyf, phy_info->phy_fw_file,
3438 adap->pdev_dev);
3439 if (ret < 0) {
3440 /* For adapters without FLASH attached to PHY for their
3441 * firmware, it's obviously a fatal error if we can't get the
3442 * firmware to the adapter. For adapters with PHY firmware
3443 * FLASH storage, it's worth a warning if we can't find the
3444 * PHY Firmware but we'll neuter the error ...
3445 */
3446 dev_err(adap->pdev_dev, "unable to find PHY Firmware image "
3447 "/lib/firmware/%s, error %d\n",
3448 phy_info->phy_fw_file, -ret);
3449 if (phy_info->phy_flash) {
3450 int cur_phy_fw_ver = 0;
3451
3452 t4_phy_fw_ver(adap, &cur_phy_fw_ver);
3453 dev_warn(adap->pdev_dev, "continuing with, on-adapter "
3454 "FLASH copy, version %#x\n", cur_phy_fw_ver);
3455 ret = 0;
3456 }
3457
3458 return ret;
3459 }
3460
3461 /* Load PHY Firmware onto adapter.
3462 */
3463 ret = t4_load_phy_fw(adap, MEMWIN_NIC, &adap->win0_lock,
3464 phy_info->phy_fw_version,
3465 (u8 *)phyf->data, phyf->size);
3466 if (ret < 0)
3467 dev_err(adap->pdev_dev, "PHY Firmware transfer error %d\n",
3468 -ret);
3469 else if (ret > 0) {
3470 int new_phy_fw_ver = 0;
3471
3472 if (phy_info->phy_fw_version)
3473 new_phy_fw_ver = phy_info->phy_fw_version(phyf->data,
3474 phyf->size);
3475 dev_info(adap->pdev_dev, "Successfully transferred PHY "
3476 "Firmware /lib/firmware/%s, version %#x\n",
3477 phy_info->phy_fw_file, new_phy_fw_ver);
3478 }
3479
3480 release_firmware(phyf);
3481
3482 return ret;
3483}
3484
Vipul Pandya636f9d32012-09-26 02:39:39 +00003485/*
3486 * Attempt to initialize the adapter via a Firmware Configuration File.
3487 */
3488static int adap_init0_config(struct adapter *adapter, int reset)
3489{
3490 struct fw_caps_config_cmd caps_cmd;
3491 const struct firmware *cf;
3492 unsigned long mtype = 0, maddr = 0;
3493 u32 finiver, finicsum, cfcsum;
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303494 int ret;
3495 int config_issued = 0;
Santosh Rastapur0a57a532013-03-14 05:08:49 +00003496 char *fw_config_file, fw_config_file_path[256];
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303497 char *config_name = NULL;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003498
3499 /*
3500 * Reset device if necessary.
3501 */
3502 if (reset) {
3503 ret = t4_fw_reset(adapter, adapter->mbox,
Hariprasad Shenai0d804332015-01-05 16:30:47 +05303504 PIORSTMODE_F | PIORST_F);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003505 if (ret < 0)
3506 goto bye;
3507 }
3508
Hariprasad Shenai01b69612015-05-22 21:58:21 +05303509 /* If this is a 10Gb/s-BT adapter make sure the chip-external
3510 * 10Gb/s-BT PHYs have up-to-date firmware. Note that this step needs
3511 * to be performed after any global adapter RESET above since some
3512 * PHYs only have local RAM copies of the PHY firmware.
3513 */
3514 if (is_10gbt_device(adapter->pdev->device)) {
3515 ret = adap_init0_phy(adapter);
3516 if (ret < 0)
3517 goto bye;
3518 }
Vipul Pandya636f9d32012-09-26 02:39:39 +00003519 /*
3520 * If we have a T4 configuration file under /lib/firmware/cxgb4/,
3521 * then use that. Otherwise, use the configuration file stored
3522 * in the adapter flash ...
3523 */
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05303524 switch (CHELSIO_CHIP_VERSION(adapter->params.chip)) {
Santosh Rastapur0a57a532013-03-14 05:08:49 +00003525 case CHELSIO_T4:
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303526 fw_config_file = FW4_CFNAME;
Santosh Rastapur0a57a532013-03-14 05:08:49 +00003527 break;
3528 case CHELSIO_T5:
3529 fw_config_file = FW5_CFNAME;
3530 break;
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05303531 case CHELSIO_T6:
3532 fw_config_file = FW6_CFNAME;
3533 break;
Santosh Rastapur0a57a532013-03-14 05:08:49 +00003534 default:
3535 dev_err(adapter->pdev_dev, "Device %d is not supported\n",
3536 adapter->pdev->device);
3537 ret = -EINVAL;
3538 goto bye;
3539 }
3540
3541 ret = request_firmware(&cf, fw_config_file, adapter->pdev_dev);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003542 if (ret < 0) {
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303543 config_name = "On FLASH";
Vipul Pandya636f9d32012-09-26 02:39:39 +00003544 mtype = FW_MEMTYPE_CF_FLASH;
3545 maddr = t4_flash_cfg_addr(adapter);
3546 } else {
3547 u32 params[7], val[7];
3548
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303549 sprintf(fw_config_file_path,
3550 "/lib/firmware/%s", fw_config_file);
3551 config_name = fw_config_file_path;
3552
Vipul Pandya636f9d32012-09-26 02:39:39 +00003553 if (cf->size >= FLASH_CFG_MAX_SIZE)
3554 ret = -ENOMEM;
3555 else {
Hariprasad Shenai51678652014-11-21 12:52:02 +05303556 params[0] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) |
3557 FW_PARAMS_PARAM_X_V(FW_PARAMS_PARAM_DEV_CF));
Vipul Pandya636f9d32012-09-26 02:39:39 +00003558 ret = t4_query_params(adapter, adapter->mbox,
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303559 adapter->pf, 0, 1, params, val);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003560 if (ret == 0) {
3561 /*
Hariprasad Shenaifc5ab022014-06-27 19:23:49 +05303562 * For t4_memory_rw() below addresses and
Vipul Pandya636f9d32012-09-26 02:39:39 +00003563 * sizes have to be in terms of multiples of 4
3564 * bytes. So, if the Configuration File isn't
3565 * a multiple of 4 bytes in length we'll have
3566 * to write that out separately since we can't
3567 * guarantee that the bytes following the
3568 * residual byte in the buffer returned by
3569 * request_firmware() are zeroed out ...
3570 */
3571 size_t resid = cf->size & 0x3;
3572 size_t size = cf->size & ~0x3;
3573 __be32 *data = (__be32 *)cf->data;
3574
Hariprasad Shenai51678652014-11-21 12:52:02 +05303575 mtype = FW_PARAMS_PARAM_Y_G(val[0]);
3576 maddr = FW_PARAMS_PARAM_Z_G(val[0]) << 16;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003577
Hariprasad Shenaifc5ab022014-06-27 19:23:49 +05303578 spin_lock(&adapter->win0_lock);
3579 ret = t4_memory_rw(adapter, 0, mtype, maddr,
3580 size, data, T4_MEMORY_WRITE);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003581 if (ret == 0 && resid != 0) {
3582 union {
3583 __be32 word;
3584 char buf[4];
3585 } last;
3586 int i;
3587
3588 last.word = data[size >> 2];
3589 for (i = resid; i < 4; i++)
3590 last.buf[i] = 0;
Hariprasad Shenaifc5ab022014-06-27 19:23:49 +05303591 ret = t4_memory_rw(adapter, 0, mtype,
3592 maddr + size,
3593 4, &last.word,
3594 T4_MEMORY_WRITE);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003595 }
Hariprasad Shenaifc5ab022014-06-27 19:23:49 +05303596 spin_unlock(&adapter->win0_lock);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003597 }
3598 }
3599
3600 release_firmware(cf);
3601 if (ret)
3602 goto bye;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003603 }
3604
Vipul Pandya636f9d32012-09-26 02:39:39 +00003605 /*
3606 * Issue a Capability Configuration command to the firmware to get it
3607 * to parse the Configuration File. We don't use t4_fw_config_file()
3608 * because we want the ability to modify various features after we've
3609 * processed the configuration file ...
3610 */
3611 memset(&caps_cmd, 0, sizeof(caps_cmd));
3612 caps_cmd.op_to_write =
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05303613 htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
3614 FW_CMD_REQUEST_F |
3615 FW_CMD_READ_F);
Naresh Kumar Innace91a922012-11-15 22:41:17 +05303616 caps_cmd.cfvalid_to_len16 =
Hariprasad Shenai51678652014-11-21 12:52:02 +05303617 htonl(FW_CAPS_CONFIG_CMD_CFVALID_F |
3618 FW_CAPS_CONFIG_CMD_MEMTYPE_CF_V(mtype) |
3619 FW_CAPS_CONFIG_CMD_MEMADDR64K_CF_V(maddr >> 16) |
Vipul Pandya636f9d32012-09-26 02:39:39 +00003620 FW_LEN16(caps_cmd));
3621 ret = t4_wr_mbox(adapter, adapter->mbox, &caps_cmd, sizeof(caps_cmd),
3622 &caps_cmd);
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303623
3624 /* If the CAPS_CONFIG failed with an ENOENT (for a Firmware
3625 * Configuration File in FLASH), our last gasp effort is to use the
3626 * Firmware Configuration File which is embedded in the firmware. A
3627 * very few early versions of the firmware didn't have one embedded
3628 * but we can ignore those.
3629 */
3630 if (ret == -ENOENT) {
3631 memset(&caps_cmd, 0, sizeof(caps_cmd));
3632 caps_cmd.op_to_write =
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05303633 htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
3634 FW_CMD_REQUEST_F |
3635 FW_CMD_READ_F);
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303636 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd));
3637 ret = t4_wr_mbox(adapter, adapter->mbox, &caps_cmd,
3638 sizeof(caps_cmd), &caps_cmd);
3639 config_name = "Firmware Default";
3640 }
3641
3642 config_issued = 1;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003643 if (ret < 0)
3644 goto bye;
3645
Vipul Pandya636f9d32012-09-26 02:39:39 +00003646 finiver = ntohl(caps_cmd.finiver);
3647 finicsum = ntohl(caps_cmd.finicsum);
3648 cfcsum = ntohl(caps_cmd.cfcsum);
3649 if (finicsum != cfcsum)
3650 dev_warn(adapter->pdev_dev, "Configuration File checksum "\
3651 "mismatch: [fini] csum=%#x, computed csum=%#x\n",
3652 finicsum, cfcsum);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003653
Vipul Pandya636f9d32012-09-26 02:39:39 +00003654 /*
Vipul Pandya636f9d32012-09-26 02:39:39 +00003655 * And now tell the firmware to use the configuration we just loaded.
3656 */
3657 caps_cmd.op_to_write =
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05303658 htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
3659 FW_CMD_REQUEST_F |
3660 FW_CMD_WRITE_F);
Naresh Kumar Innace91a922012-11-15 22:41:17 +05303661 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd));
Vipul Pandya636f9d32012-09-26 02:39:39 +00003662 ret = t4_wr_mbox(adapter, adapter->mbox, &caps_cmd, sizeof(caps_cmd),
3663 NULL);
Dimitris Michailidisa0881ca2010-06-18 10:05:34 +00003664 if (ret < 0)
3665 goto bye;
3666
Vipul Pandya636f9d32012-09-26 02:39:39 +00003667 /*
3668 * Tweak configuration based on system architecture, module
3669 * parameters, etc.
3670 */
3671 ret = adap_init0_tweaks(adapter);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003672 if (ret < 0)
3673 goto bye;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003674
Vipul Pandya636f9d32012-09-26 02:39:39 +00003675 /*
3676 * And finally tell the firmware to initialize itself using the
3677 * parameters from the Configuration File.
3678 */
3679 ret = t4_fw_initialize(adapter, adapter->mbox);
3680 if (ret < 0)
3681 goto bye;
3682
Hariprasad Shenai06640312015-01-13 15:19:25 +05303683 /* Emit Firmware Configuration File information and return
3684 * successfully.
Vipul Pandya636f9d32012-09-26 02:39:39 +00003685 */
Vipul Pandya636f9d32012-09-26 02:39:39 +00003686 dev_info(adapter->pdev_dev, "Successfully configured using Firmware "\
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303687 "Configuration File \"%s\", version %#x, computed checksum %#x\n",
3688 config_name, finiver, cfcsum);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003689 return 0;
3690
3691 /*
3692 * Something bad happened. Return the error ... (If the "error"
3693 * is that there's no Configuration File on the adapter we don't
3694 * want to issue a warning since this is fairly common.)
3695 */
3696bye:
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303697 if (config_issued && ret != -ENOENT)
3698 dev_warn(adapter->pdev_dev, "\"%s\" configuration file error %d\n",
3699 config_name, -ret);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003700 return ret;
3701}
3702
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303703static struct fw_info fw_info_array[] = {
3704 {
3705 .chip = CHELSIO_T4,
3706 .fs_name = FW4_CFNAME,
3707 .fw_mod_name = FW4_FNAME,
3708 .fw_hdr = {
3709 .chip = FW_HDR_CHIP_T4,
3710 .fw_ver = __cpu_to_be32(FW_VERSION(T4)),
3711 .intfver_nic = FW_INTFVER(T4, NIC),
3712 .intfver_vnic = FW_INTFVER(T4, VNIC),
3713 .intfver_ri = FW_INTFVER(T4, RI),
3714 .intfver_iscsi = FW_INTFVER(T4, ISCSI),
3715 .intfver_fcoe = FW_INTFVER(T4, FCOE),
3716 },
3717 }, {
3718 .chip = CHELSIO_T5,
3719 .fs_name = FW5_CFNAME,
3720 .fw_mod_name = FW5_FNAME,
3721 .fw_hdr = {
3722 .chip = FW_HDR_CHIP_T5,
3723 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
3724 .intfver_nic = FW_INTFVER(T5, NIC),
3725 .intfver_vnic = FW_INTFVER(T5, VNIC),
3726 .intfver_ri = FW_INTFVER(T5, RI),
3727 .intfver_iscsi = FW_INTFVER(T5, ISCSI),
3728 .intfver_fcoe = FW_INTFVER(T5, FCOE),
3729 },
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05303730 }, {
3731 .chip = CHELSIO_T6,
3732 .fs_name = FW6_CFNAME,
3733 .fw_mod_name = FW6_FNAME,
3734 .fw_hdr = {
3735 .chip = FW_HDR_CHIP_T6,
3736 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
3737 .intfver_nic = FW_INTFVER(T6, NIC),
3738 .intfver_vnic = FW_INTFVER(T6, VNIC),
3739 .intfver_ofld = FW_INTFVER(T6, OFLD),
3740 .intfver_ri = FW_INTFVER(T6, RI),
3741 .intfver_iscsipdu = FW_INTFVER(T6, ISCSIPDU),
3742 .intfver_iscsi = FW_INTFVER(T6, ISCSI),
3743 .intfver_fcoepdu = FW_INTFVER(T6, FCOEPDU),
3744 .intfver_fcoe = FW_INTFVER(T6, FCOE),
3745 },
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303746 }
Hariprasad Shenai3ccc6cf2015-06-02 13:59:39 +05303747
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303748};
3749
3750static struct fw_info *find_fw_info(int chip)
3751{
3752 int i;
3753
3754 for (i = 0; i < ARRAY_SIZE(fw_info_array); i++) {
3755 if (fw_info_array[i].chip == chip)
3756 return &fw_info_array[i];
3757 }
3758 return NULL;
3759}
3760
Vipul Pandya13ee15d2012-09-26 02:39:40 +00003761/*
Vipul Pandya636f9d32012-09-26 02:39:39 +00003762 * Phase 0 of initialization: contact FW, obtain config, perform basic init.
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003763 */
3764static int adap_init0(struct adapter *adap)
3765{
3766 int ret;
3767 u32 v, port_vec;
3768 enum dev_state state;
3769 u32 params[7], val[7];
Vipul Pandya9a4da2c2012-10-19 02:09:53 +00003770 struct fw_caps_config_cmd caps_cmd;
Kumar Sanghvidcf7b6f2013-12-18 16:38:23 +05303771 int reset = 1;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003772
Hariprasad Shenaiae469b62015-04-01 21:41:16 +05303773 /* Grab Firmware Device Log parameters as early as possible so we have
3774 * access to it for debugging, etc.
3775 */
3776 ret = t4_init_devlog_params(adap);
3777 if (ret < 0)
3778 return ret;
3779
Hariprasad Shenai666224d2014-12-11 11:11:43 +05303780 /* Contact FW, advertising Master capability */
Hariprasad Shenaic5a8c0f2016-06-14 14:39:30 +05303781 ret = t4_fw_hello(adap, adap->mbox, adap->mbox,
3782 is_kdump_kernel() ? MASTER_MUST : MASTER_MAY, &state);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003783 if (ret < 0) {
3784 dev_err(adap->pdev_dev, "could not connect to FW, error %d\n",
3785 ret);
3786 return ret;
3787 }
Vipul Pandya636f9d32012-09-26 02:39:39 +00003788 if (ret == adap->mbox)
3789 adap->flags |= MASTER_PF;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003790
Vipul Pandya636f9d32012-09-26 02:39:39 +00003791 /*
3792 * If we're the Master PF Driver and the device is uninitialized,
3793 * then let's consider upgrading the firmware ... (We always want
3794 * to check the firmware version number in order to A. get it for
3795 * later reporting and B. to warn if the currently loaded firmware
3796 * is excessively mismatched relative to the driver.)
3797 */
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303798 t4_get_fw_version(adap, &adap->params.fw_vers);
Hariprasad Shenai0de72732016-04-26 20:10:22 +05303799 t4_get_bs_version(adap, &adap->params.bs_vers);
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303800 t4_get_tp_version(adap, &adap->params.tp_vers);
Hariprasad Shenai0de72732016-04-26 20:10:22 +05303801 t4_get_exprom_version(adap, &adap->params.er_vers);
3802
Hariprasad Shenaia69265e2015-08-28 11:17:12 +05303803 ret = t4_check_fw_version(adap);
3804 /* If firmware is too old (not supported by driver) force an update. */
Hariprasad Shenai21d11bd2015-10-08 10:08:23 +05303805 if (ret)
Hariprasad Shenaia69265e2015-08-28 11:17:12 +05303806 state = DEV_STATE_UNINIT;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003807 if ((adap->flags & MASTER_PF) && state != DEV_STATE_INIT) {
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303808 struct fw_info *fw_info;
3809 struct fw_hdr *card_fw;
3810 const struct firmware *fw;
3811 const u8 *fw_data = NULL;
3812 unsigned int fw_size = 0;
3813
3814 /* This is the firmware whose headers the driver was compiled
3815 * against
3816 */
3817 fw_info = find_fw_info(CHELSIO_CHIP_VERSION(adap->params.chip));
3818 if (fw_info == NULL) {
3819 dev_err(adap->pdev_dev,
3820 "unable to get firmware info for chip %d.\n",
3821 CHELSIO_CHIP_VERSION(adap->params.chip));
3822 return -EINVAL;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003823 }
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303824
3825 /* allocate memory to read the header of the firmware on the
3826 * card
3827 */
3828 card_fw = t4_alloc_mem(sizeof(*card_fw));
3829
3830 /* Get FW from from /lib/firmware/ */
3831 ret = request_firmware(&fw, fw_info->fw_mod_name,
3832 adap->pdev_dev);
3833 if (ret < 0) {
3834 dev_err(adap->pdev_dev,
3835 "unable to load firmware image %s, error %d\n",
3836 fw_info->fw_mod_name, ret);
3837 } else {
3838 fw_data = fw->data;
3839 fw_size = fw->size;
3840 }
3841
3842 /* upgrade FW logic */
3843 ret = t4_prep_fw(adap, fw_info, fw_data, fw_size, card_fw,
3844 state, &reset);
3845
3846 /* Cleaning up */
Markus Elfring0b5b6be2015-02-04 11:28:43 +01003847 release_firmware(fw);
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303848 t4_free_mem(card_fw);
3849
Vipul Pandya636f9d32012-09-26 02:39:39 +00003850 if (ret < 0)
Hariprasad Shenai16e47622013-12-03 17:05:58 +05303851 goto bye;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003852 }
3853
3854 /*
3855 * Grab VPD parameters. This should be done after we establish a
3856 * connection to the firmware since some of the VPD parameters
3857 * (notably the Core Clock frequency) are retrieved via requests to
3858 * the firmware. On the other hand, we need these fairly early on
3859 * so we do this right after getting ahold of the firmware.
3860 */
Hariprasad Shenai098ef6c2015-06-05 14:24:50 +05303861 ret = t4_get_vpd_params(adap, &adap->params.vpd);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003862 if (ret < 0)
3863 goto bye;
3864
Vipul Pandya636f9d32012-09-26 02:39:39 +00003865 /*
Vipul Pandya13ee15d2012-09-26 02:39:40 +00003866 * Find out what ports are available to us. Note that we need to do
3867 * this before calling adap_init0_no_config() since it needs nports
3868 * and portvec ...
Vipul Pandya636f9d32012-09-26 02:39:39 +00003869 */
3870 v =
Hariprasad Shenai51678652014-11-21 12:52:02 +05303871 FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) |
3872 FW_PARAMS_PARAM_X_V(FW_PARAMS_PARAM_DEV_PORTVEC);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303873 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, &v, &port_vec);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003874 if (ret < 0)
3875 goto bye;
3876
3877 adap->params.nports = hweight32(port_vec);
3878 adap->params.portvec = port_vec;
3879
Hariprasad Shenai06640312015-01-13 15:19:25 +05303880 /* If the firmware is initialized already, emit a simply note to that
3881 * effect. Otherwise, it's time to try initializing the adapter.
Vipul Pandya636f9d32012-09-26 02:39:39 +00003882 */
3883 if (state == DEV_STATE_INIT) {
3884 dev_info(adap->pdev_dev, "Coming up as %s: "\
3885 "Adapter already initialized\n",
3886 adap->flags & MASTER_PF ? "MASTER" : "SLAVE");
Vipul Pandya636f9d32012-09-26 02:39:39 +00003887 } else {
3888 dev_info(adap->pdev_dev, "Coming up as MASTER: "\
3889 "Initializing adapter\n");
Hariprasad Shenai06640312015-01-13 15:19:25 +05303890
3891 /* Find out whether we're dealing with a version of the
3892 * firmware which has configuration file support.
Vipul Pandya636f9d32012-09-26 02:39:39 +00003893 */
Hariprasad Shenai06640312015-01-13 15:19:25 +05303894 params[0] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) |
3895 FW_PARAMS_PARAM_X_V(FW_PARAMS_PARAM_DEV_CF));
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303896 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1,
Hariprasad Shenai06640312015-01-13 15:19:25 +05303897 params, val);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003898
Hariprasad Shenai06640312015-01-13 15:19:25 +05303899 /* If the firmware doesn't support Configuration Files,
3900 * return an error.
3901 */
3902 if (ret < 0) {
3903 dev_err(adap->pdev_dev, "firmware doesn't support "
3904 "Firmware Configuration Files\n");
3905 goto bye;
3906 }
Vipul Pandya13ee15d2012-09-26 02:39:40 +00003907
Hariprasad Shenai06640312015-01-13 15:19:25 +05303908 /* The firmware provides us with a memory buffer where we can
3909 * load a Configuration File from the host if we want to
3910 * override the Configuration File in flash.
3911 */
3912 ret = adap_init0_config(adap, reset);
3913 if (ret == -ENOENT) {
3914 dev_err(adap->pdev_dev, "no Configuration File "
3915 "present on adapter.\n");
3916 goto bye;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003917 }
3918 if (ret < 0) {
Hariprasad Shenai06640312015-01-13 15:19:25 +05303919 dev_err(adap->pdev_dev, "could not initialize "
3920 "adapter, error %d\n", -ret);
Vipul Pandya636f9d32012-09-26 02:39:39 +00003921 goto bye;
3922 }
3923 }
3924
Hariprasad Shenai06640312015-01-13 15:19:25 +05303925 /* Give the SGE code a chance to pull in anything that it needs ...
3926 * Note that this must be called after we retrieve our VPD parameters
3927 * in order to know how to convert core ticks to seconds, etc.
Vipul Pandya636f9d32012-09-26 02:39:39 +00003928 */
Hariprasad Shenai06640312015-01-13 15:19:25 +05303929 ret = t4_sge_init(adap);
3930 if (ret < 0)
3931 goto bye;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003932
Vipul Pandya9a4da2c2012-10-19 02:09:53 +00003933 if (is_bypass_device(adap->pdev->device))
3934 adap->params.bypass = 1;
3935
Vipul Pandya636f9d32012-09-26 02:39:39 +00003936 /*
3937 * Grab some of our basic fundamental operating parameters.
3938 */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003939#define FW_PARAM_DEV(param) \
Hariprasad Shenai51678652014-11-21 12:52:02 +05303940 (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) | \
3941 FW_PARAMS_PARAM_X_V(FW_PARAMS_PARAM_DEV_##param))
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003942
3943#define FW_PARAM_PFVF(param) \
Hariprasad Shenai51678652014-11-21 12:52:02 +05303944 FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_PFVF) | \
3945 FW_PARAMS_PARAM_X_V(FW_PARAMS_PARAM_PFVF_##param)| \
3946 FW_PARAMS_PARAM_Y_V(0) | \
3947 FW_PARAMS_PARAM_Z_V(0)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003948
Vipul Pandya636f9d32012-09-26 02:39:39 +00003949 params[0] = FW_PARAM_PFVF(EQ_START);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003950 params[1] = FW_PARAM_PFVF(L2T_START);
3951 params[2] = FW_PARAM_PFVF(L2T_END);
3952 params[3] = FW_PARAM_PFVF(FILTER_START);
3953 params[4] = FW_PARAM_PFVF(FILTER_END);
3954 params[5] = FW_PARAM_PFVF(IQFLINT_START);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303955 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 6, params, val);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003956 if (ret < 0)
3957 goto bye;
Vipul Pandya636f9d32012-09-26 02:39:39 +00003958 adap->sge.egr_start = val[0];
3959 adap->l2t_start = val[1];
3960 adap->l2t_end = val[2];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003961 adap->tids.ftid_base = val[3];
3962 adap->tids.nftids = val[4] - val[3] + 1;
3963 adap->sge.ingr_start = val[5];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00003964
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05303965 /* qids (ingress/egress) returned from firmware can be anywhere
3966 * in the range from EQ(IQFLINT)_START to EQ(IQFLINT)_END.
3967 * Hence driver needs to allocate memory for this range to
3968 * store the queue info. Get the highest IQFLINT/EQ index returned
3969 * in FW_EQ_*_CMD.alloc command.
3970 */
3971 params[0] = FW_PARAM_PFVF(EQ_END);
3972 params[1] = FW_PARAM_PFVF(IQFLINT_END);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05303973 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 2, params, val);
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05303974 if (ret < 0)
3975 goto bye;
3976 adap->sge.egr_sz = val[0] - adap->sge.egr_start + 1;
3977 adap->sge.ingr_sz = val[1] - adap->sge.ingr_start + 1;
3978
3979 adap->sge.egr_map = kcalloc(adap->sge.egr_sz,
3980 sizeof(*adap->sge.egr_map), GFP_KERNEL);
3981 if (!adap->sge.egr_map) {
3982 ret = -ENOMEM;
3983 goto bye;
3984 }
3985
3986 adap->sge.ingr_map = kcalloc(adap->sge.ingr_sz,
3987 sizeof(*adap->sge.ingr_map), GFP_KERNEL);
3988 if (!adap->sge.ingr_map) {
3989 ret = -ENOMEM;
3990 goto bye;
3991 }
3992
3993 /* Allocate the memory for the vaious egress queue bitmaps
Hariprasad Shenai5b377d12015-05-27 22:30:23 +05303994 * ie starving_fl, txq_maperr and blocked_fl.
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05303995 */
3996 adap->sge.starving_fl = kcalloc(BITS_TO_LONGS(adap->sge.egr_sz),
3997 sizeof(long), GFP_KERNEL);
3998 if (!adap->sge.starving_fl) {
3999 ret = -ENOMEM;
4000 goto bye;
4001 }
4002
4003 adap->sge.txq_maperr = kcalloc(BITS_TO_LONGS(adap->sge.egr_sz),
4004 sizeof(long), GFP_KERNEL);
4005 if (!adap->sge.txq_maperr) {
4006 ret = -ENOMEM;
4007 goto bye;
4008 }
4009
Hariprasad Shenai5b377d12015-05-27 22:30:23 +05304010#ifdef CONFIG_DEBUG_FS
4011 adap->sge.blocked_fl = kcalloc(BITS_TO_LONGS(adap->sge.egr_sz),
4012 sizeof(long), GFP_KERNEL);
4013 if (!adap->sge.blocked_fl) {
4014 ret = -ENOMEM;
4015 goto bye;
4016 }
4017#endif
4018
Anish Bhattb5a02f52015-01-14 15:17:34 -08004019 params[0] = FW_PARAM_PFVF(CLIP_START);
4020 params[1] = FW_PARAM_PFVF(CLIP_END);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304021 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 2, params, val);
Anish Bhattb5a02f52015-01-14 15:17:34 -08004022 if (ret < 0)
4023 goto bye;
4024 adap->clipt_start = val[0];
4025 adap->clipt_end = val[1];
4026
Vipul Pandya636f9d32012-09-26 02:39:39 +00004027 /* query params related to active filter region */
4028 params[0] = FW_PARAM_PFVF(ACTIVE_FILTER_START);
4029 params[1] = FW_PARAM_PFVF(ACTIVE_FILTER_END);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304030 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 2, params, val);
Vipul Pandya636f9d32012-09-26 02:39:39 +00004031 /* If Active filter size is set we enable establishing
4032 * offload connection through firmware work request
4033 */
4034 if ((val[0] != val[1]) && (ret >= 0)) {
4035 adap->flags |= FW_OFLD_CONN;
4036 adap->tids.aftid_base = val[0];
4037 adap->tids.aftid_end = val[1];
4038 }
4039
Vipul Pandyab407a4a2013-04-29 04:04:40 +00004040 /* If we're running on newer firmware, let it know that we're
4041 * prepared to deal with encapsulated CPL messages. Older
4042 * firmware won't understand this and we'll just get
4043 * unencapsulated messages ...
4044 */
4045 params[0] = FW_PARAM_PFVF(CPLFW4MSG_ENCAP);
4046 val[0] = 1;
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304047 (void)t4_set_params(adap, adap->mbox, adap->pf, 0, 1, params, val);
Vipul Pandyab407a4a2013-04-29 04:04:40 +00004048
Vipul Pandya636f9d32012-09-26 02:39:39 +00004049 /*
Kumar Sanghvi1ac0f092014-02-18 17:56:12 +05304050 * Find out whether we're allowed to use the T5+ ULPTX MEMWRITE DSGL
4051 * capability. Earlier versions of the firmware didn't have the
4052 * ULPTX_MEMWRITE_DSGL so we'll interpret a query failure as no
4053 * permission to use ULPTX MEMWRITE DSGL.
4054 */
4055 if (is_t4(adap->params.chip)) {
4056 adap->params.ulptx_memwrite_dsgl = false;
4057 } else {
4058 params[0] = FW_PARAM_DEV(ULPTX_MEMWRITE_DSGL);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304059 ret = t4_query_params(adap, adap->mbox, adap->pf, 0,
Kumar Sanghvi1ac0f092014-02-18 17:56:12 +05304060 1, params, val);
4061 adap->params.ulptx_memwrite_dsgl = (ret == 0 && val[0] != 0);
4062 }
4063
4064 /*
Vipul Pandya636f9d32012-09-26 02:39:39 +00004065 * Get device capabilities so we can determine what resources we need
4066 * to manage.
4067 */
4068 memset(&caps_cmd, 0, sizeof(caps_cmd));
Hariprasad Shenaie2ac9622014-11-07 09:35:25 +05304069 caps_cmd.op_to_write = htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
4070 FW_CMD_REQUEST_F | FW_CMD_READ_F);
Naresh Kumar Innace91a922012-11-15 22:41:17 +05304071 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd));
Vipul Pandya636f9d32012-09-26 02:39:39 +00004072 ret = t4_wr_mbox(adap, adap->mbox, &caps_cmd, sizeof(caps_cmd),
4073 &caps_cmd);
4074 if (ret < 0)
4075 goto bye;
4076
Vipul Pandya13ee15d2012-09-26 02:39:40 +00004077 if (caps_cmd.ofldcaps) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004078 /* query offload-related parameters */
4079 params[0] = FW_PARAM_DEV(NTID);
4080 params[1] = FW_PARAM_PFVF(SERVER_START);
4081 params[2] = FW_PARAM_PFVF(SERVER_END);
4082 params[3] = FW_PARAM_PFVF(TDDP_START);
4083 params[4] = FW_PARAM_PFVF(TDDP_END);
4084 params[5] = FW_PARAM_DEV(FLOWC_BUFFIFO_SZ);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304085 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 6,
Vipul Pandya636f9d32012-09-26 02:39:39 +00004086 params, val);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004087 if (ret < 0)
4088 goto bye;
4089 adap->tids.ntids = val[0];
4090 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS);
4091 adap->tids.stid_base = val[1];
4092 adap->tids.nstids = val[2] - val[1] + 1;
Vipul Pandya636f9d32012-09-26 02:39:39 +00004093 /*
Joe Perchesdbedd442015-03-06 20:49:12 -08004094 * Setup server filter region. Divide the available filter
Vipul Pandya636f9d32012-09-26 02:39:39 +00004095 * region into two parts. Regular filters get 1/3rd and server
4096 * filters get 2/3rd part. This is only enabled if workarond
4097 * path is enabled.
4098 * 1. For regular filters.
4099 * 2. Server filter: This are special filters which are used
4100 * to redirect SYN packets to offload queue.
4101 */
4102 if (adap->flags & FW_OFLD_CONN && !is_bypass(adap)) {
4103 adap->tids.sftid_base = adap->tids.ftid_base +
4104 DIV_ROUND_UP(adap->tids.nftids, 3);
4105 adap->tids.nsftids = adap->tids.nftids -
4106 DIV_ROUND_UP(adap->tids.nftids, 3);
4107 adap->tids.nftids = adap->tids.sftid_base -
4108 adap->tids.ftid_base;
4109 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004110 adap->vres.ddp.start = val[3];
4111 adap->vres.ddp.size = val[4] - val[3] + 1;
4112 adap->params.ofldq_wr_cred = val[5];
Vipul Pandya636f9d32012-09-26 02:39:39 +00004113
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004114 adap->params.offload = 1;
4115 }
Vipul Pandya636f9d32012-09-26 02:39:39 +00004116 if (caps_cmd.rdmacaps) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004117 params[0] = FW_PARAM_PFVF(STAG_START);
4118 params[1] = FW_PARAM_PFVF(STAG_END);
4119 params[2] = FW_PARAM_PFVF(RQ_START);
4120 params[3] = FW_PARAM_PFVF(RQ_END);
4121 params[4] = FW_PARAM_PFVF(PBL_START);
4122 params[5] = FW_PARAM_PFVF(PBL_END);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304123 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 6,
Vipul Pandya636f9d32012-09-26 02:39:39 +00004124 params, val);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004125 if (ret < 0)
4126 goto bye;
4127 adap->vres.stag.start = val[0];
4128 adap->vres.stag.size = val[1] - val[0] + 1;
4129 adap->vres.rq.start = val[2];
4130 adap->vres.rq.size = val[3] - val[2] + 1;
4131 adap->vres.pbl.start = val[4];
4132 adap->vres.pbl.size = val[5] - val[4] + 1;
Dimitris Michailidisa0881ca2010-06-18 10:05:34 +00004133
4134 params[0] = FW_PARAM_PFVF(SQRQ_START);
4135 params[1] = FW_PARAM_PFVF(SQRQ_END);
4136 params[2] = FW_PARAM_PFVF(CQ_START);
4137 params[3] = FW_PARAM_PFVF(CQ_END);
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00004138 params[4] = FW_PARAM_PFVF(OCQ_START);
4139 params[5] = FW_PARAM_PFVF(OCQ_END);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304140 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 6, params,
Hariprasad Shenai5c937dd2014-09-01 19:55:00 +05304141 val);
Dimitris Michailidisa0881ca2010-06-18 10:05:34 +00004142 if (ret < 0)
4143 goto bye;
4144 adap->vres.qp.start = val[0];
4145 adap->vres.qp.size = val[1] - val[0] + 1;
4146 adap->vres.cq.start = val[2];
4147 adap->vres.cq.size = val[3] - val[2] + 1;
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00004148 adap->vres.ocq.start = val[4];
4149 adap->vres.ocq.size = val[5] - val[4] + 1;
Hariprasad Shenai4c2c5762014-07-14 21:34:52 +05304150
4151 params[0] = FW_PARAM_DEV(MAXORDIRD_QP);
4152 params[1] = FW_PARAM_DEV(MAXIRD_ADAPTER);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304153 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 2, params,
Hariprasad Shenai5c937dd2014-09-01 19:55:00 +05304154 val);
Hariprasad Shenai4c2c5762014-07-14 21:34:52 +05304155 if (ret < 0) {
4156 adap->params.max_ordird_qp = 8;
4157 adap->params.max_ird_adapter = 32 * adap->tids.ntids;
4158 ret = 0;
4159 } else {
4160 adap->params.max_ordird_qp = val[0];
4161 adap->params.max_ird_adapter = val[1];
4162 }
4163 dev_info(adap->pdev_dev,
4164 "max_ordird_qp %d max_ird_adapter %d\n",
4165 adap->params.max_ordird_qp,
4166 adap->params.max_ird_adapter);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004167 }
Vipul Pandya636f9d32012-09-26 02:39:39 +00004168 if (caps_cmd.iscsicaps) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004169 params[0] = FW_PARAM_PFVF(ISCSI_START);
4170 params[1] = FW_PARAM_PFVF(ISCSI_END);
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304171 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 2,
Vipul Pandya636f9d32012-09-26 02:39:39 +00004172 params, val);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004173 if (ret < 0)
4174 goto bye;
4175 adap->vres.iscsi.start = val[0];
4176 adap->vres.iscsi.size = val[1] - val[0] + 1;
4177 }
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304178 if (caps_cmd.cryptocaps) {
4179 /* Should query params here...TODO */
4180 adap->params.crypto |= ULP_CRYPTO_LOOKASIDE;
4181 adap->num_uld += 1;
4182 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004183#undef FW_PARAM_PFVF
4184#undef FW_PARAM_DEV
4185
Hariprasad Shenai92e7ae72014-06-06 21:40:43 +05304186 /* The MTU/MSS Table is initialized by now, so load their values. If
4187 * we're initializing the adapter, then we'll make any modifications
4188 * we want to the MTU/MSS Table and also initialize the congestion
4189 * parameters.
Vipul Pandya636f9d32012-09-26 02:39:39 +00004190 */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004191 t4_read_mtu_tbl(adap, adap->params.mtus, NULL);
Hariprasad Shenai92e7ae72014-06-06 21:40:43 +05304192 if (state != DEV_STATE_INIT) {
4193 int i;
Casey Leedom7ee9ff92010-06-25 12:11:46 +00004194
Hariprasad Shenai92e7ae72014-06-06 21:40:43 +05304195 /* The default MTU Table contains values 1492 and 1500.
4196 * However, for TCP, it's better to have two values which are
4197 * a multiple of 8 +/- 4 bytes apart near this popular MTU.
4198 * This allows us to have a TCP Data Payload which is a
4199 * multiple of 8 regardless of what combination of TCP Options
4200 * are in use (always a multiple of 4 bytes) which is
4201 * important for performance reasons. For instance, if no
4202 * options are in use, then we have a 20-byte IP header and a
4203 * 20-byte TCP header. In this case, a 1500-byte MSS would
4204 * result in a TCP Data Payload of 1500 - 40 == 1460 bytes
4205 * which is not a multiple of 8. So using an MSS of 1488 in
4206 * this case results in a TCP Data Payload of 1448 bytes which
4207 * is a multiple of 8. On the other hand, if 12-byte TCP Time
4208 * Stamps have been negotiated, then an MTU of 1500 bytes
4209 * results in a TCP Data Payload of 1448 bytes which, as
4210 * above, is a multiple of 8 bytes ...
4211 */
4212 for (i = 0; i < NMTUS; i++)
4213 if (adap->params.mtus[i] == 1492) {
4214 adap->params.mtus[i] = 1488;
4215 break;
4216 }
4217
4218 t4_load_mtus(adap, adap->params.mtus, adap->params.a_wnd,
4219 adap->params.b_wnd);
4220 }
Hariprasad Shenaidf64e4d2014-12-03 19:32:53 +05304221 t4_init_sge_params(adap);
Vipul Pandya636f9d32012-09-26 02:39:39 +00004222 adap->flags |= FW_OK;
Hariprasad Shenaic1e9af02015-06-05 14:24:52 +05304223 t4_init_tp_params(adap);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004224 return 0;
4225
4226 /*
Vipul Pandya636f9d32012-09-26 02:39:39 +00004227 * Something bad happened. If a command timed out or failed with EIO
4228 * FW does not operate within its spec or something catastrophic
4229 * happened to HW/FW, stop issuing commands.
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004230 */
Vipul Pandya636f9d32012-09-26 02:39:39 +00004231bye:
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05304232 kfree(adap->sge.egr_map);
4233 kfree(adap->sge.ingr_map);
4234 kfree(adap->sge.starving_fl);
4235 kfree(adap->sge.txq_maperr);
Hariprasad Shenai5b377d12015-05-27 22:30:23 +05304236#ifdef CONFIG_DEBUG_FS
4237 kfree(adap->sge.blocked_fl);
4238#endif
Vipul Pandya636f9d32012-09-26 02:39:39 +00004239 if (ret != -ETIMEDOUT && ret != -EIO)
4240 t4_fw_bye(adap, adap->mbox);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004241 return ret;
4242}
4243
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004244/* EEH callbacks */
4245
4246static pci_ers_result_t eeh_err_detected(struct pci_dev *pdev,
4247 pci_channel_state_t state)
4248{
4249 int i;
4250 struct adapter *adap = pci_get_drvdata(pdev);
4251
4252 if (!adap)
4253 goto out;
4254
4255 rtnl_lock();
4256 adap->flags &= ~FW_OK;
4257 notify_ulds(adap, CXGB4_STATE_START_RECOVERY);
Gavin Shan9fe6cb52014-01-23 12:27:35 +08004258 spin_lock(&adap->stats_lock);
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004259 for_each_port(adap, i) {
4260 struct net_device *dev = adap->port[i];
4261
4262 netif_device_detach(dev);
4263 netif_carrier_off(dev);
4264 }
Gavin Shan9fe6cb52014-01-23 12:27:35 +08004265 spin_unlock(&adap->stats_lock);
Hariprasad Shenaib37987e2015-03-26 10:04:26 +05304266 disable_interrupts(adap);
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004267 if (adap->flags & FULL_INIT_DONE)
4268 cxgb_down(adap);
4269 rtnl_unlock();
Gavin Shan144be3d2014-01-23 12:27:34 +08004270 if ((adap->flags & DEV_ENABLED)) {
4271 pci_disable_device(pdev);
4272 adap->flags &= ~DEV_ENABLED;
4273 }
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004274out: return state == pci_channel_io_perm_failure ?
4275 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET;
4276}
4277
4278static pci_ers_result_t eeh_slot_reset(struct pci_dev *pdev)
4279{
4280 int i, ret;
4281 struct fw_caps_config_cmd c;
4282 struct adapter *adap = pci_get_drvdata(pdev);
4283
4284 if (!adap) {
4285 pci_restore_state(pdev);
4286 pci_save_state(pdev);
4287 return PCI_ERS_RESULT_RECOVERED;
4288 }
4289
Gavin Shan144be3d2014-01-23 12:27:34 +08004290 if (!(adap->flags & DEV_ENABLED)) {
4291 if (pci_enable_device(pdev)) {
4292 dev_err(&pdev->dev, "Cannot reenable PCI "
4293 "device after reset\n");
4294 return PCI_ERS_RESULT_DISCONNECT;
4295 }
4296 adap->flags |= DEV_ENABLED;
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004297 }
4298
4299 pci_set_master(pdev);
4300 pci_restore_state(pdev);
4301 pci_save_state(pdev);
4302 pci_cleanup_aer_uncorrect_error_status(pdev);
4303
Hariprasad Shenai8203b502014-10-09 05:48:47 +05304304 if (t4_wait_dev_ready(adap->regs) < 0)
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004305 return PCI_ERS_RESULT_DISCONNECT;
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304306 if (t4_fw_hello(adap, adap->mbox, adap->pf, MASTER_MUST, NULL) < 0)
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004307 return PCI_ERS_RESULT_DISCONNECT;
4308 adap->flags |= FW_OK;
4309 if (adap_init1(adap, &c))
4310 return PCI_ERS_RESULT_DISCONNECT;
4311
4312 for_each_port(adap, i) {
4313 struct port_info *p = adap2pinfo(adap, i);
4314
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304315 ret = t4_alloc_vi(adap, adap->mbox, p->tx_chan, adap->pf, 0, 1,
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00004316 NULL, NULL);
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004317 if (ret < 0)
4318 return PCI_ERS_RESULT_DISCONNECT;
4319 p->viid = ret;
4320 p->xact_addr_filt = -1;
4321 }
4322
4323 t4_load_mtus(adap, adap->params.mtus, adap->params.a_wnd,
4324 adap->params.b_wnd);
Dimitris Michailidis1ae970e2010-08-02 13:19:19 +00004325 setup_memwin(adap);
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004326 if (cxgb_up(adap))
4327 return PCI_ERS_RESULT_DISCONNECT;
4328 return PCI_ERS_RESULT_RECOVERED;
4329}
4330
4331static void eeh_resume(struct pci_dev *pdev)
4332{
4333 int i;
4334 struct adapter *adap = pci_get_drvdata(pdev);
4335
4336 if (!adap)
4337 return;
4338
4339 rtnl_lock();
4340 for_each_port(adap, i) {
4341 struct net_device *dev = adap->port[i];
4342
4343 if (netif_running(dev)) {
4344 link_start(dev);
4345 cxgb_set_rxmode(dev);
4346 }
4347 netif_device_attach(dev);
4348 }
4349 rtnl_unlock();
4350}
4351
Stephen Hemminger3646f0e2012-09-07 09:33:15 -07004352static const struct pci_error_handlers cxgb4_eeh = {
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00004353 .error_detected = eeh_err_detected,
4354 .slot_reset = eeh_slot_reset,
4355 .resume = eeh_resume,
4356};
4357
Kumar Sanghvi57d8b762014-02-18 17:56:10 +05304358static inline bool is_x_10g_port(const struct link_config *lc)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004359{
Kumar Sanghvi57d8b762014-02-18 17:56:10 +05304360 return (lc->supported & FW_PORT_CAP_SPEED_10G) != 0 ||
4361 (lc->supported & FW_PORT_CAP_SPEED_40G) != 0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004362}
4363
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004364/*
4365 * Perform default configuration of DMA queues depending on the number and type
4366 * of ports we found and the number of available CPUs. Most settings can be
4367 * modified by the admin prior to actual use.
4368 */
Bill Pemberton91744942012-12-03 09:23:02 -05004369static void cfg_queues(struct adapter *adap)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004370{
4371 struct sge *s = &adap->sge;
Anish Bhatt688848b2014-06-19 21:37:13 -07004372 int i, n10g = 0, qidx = 0;
4373#ifndef CONFIG_CHELSIO_T4_DCB
4374 int q10g = 0;
4375#endif
Hariprasad Shenaicf38be62014-06-06 21:40:42 +05304376 int ciq_size;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004377
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304378 /* Reduce memory usage in kdump environment, disable all offload.
4379 */
4380 if (is_kdump_kernel()) {
4381 adap->params.offload = 0;
4382 adap->params.crypto = 0;
4383 } else if (adap->num_uld && uld_mem_alloc(adap)) {
4384 adap->params.crypto = 0;
4385 }
4386
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004387 for_each_port(adap, i)
Kumar Sanghvi57d8b762014-02-18 17:56:10 +05304388 n10g += is_x_10g_port(&adap2pinfo(adap, i)->link_cfg);
Anish Bhatt688848b2014-06-19 21:37:13 -07004389#ifdef CONFIG_CHELSIO_T4_DCB
4390 /* For Data Center Bridging support we need to be able to support up
4391 * to 8 Traffic Priorities; each of which will be assigned to its
4392 * own TX Queue in order to prevent Head-Of-Line Blocking.
4393 */
4394 if (adap->params.nports * 8 > MAX_ETH_QSETS) {
4395 dev_err(adap->pdev_dev, "MAX_ETH_QSETS=%d < %d!\n",
4396 MAX_ETH_QSETS, adap->params.nports * 8);
4397 BUG_ON(1);
4398 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004399
Anish Bhatt688848b2014-06-19 21:37:13 -07004400 for_each_port(adap, i) {
4401 struct port_info *pi = adap2pinfo(adap, i);
4402
4403 pi->first_qset = qidx;
4404 pi->nqsets = 8;
4405 qidx += pi->nqsets;
4406 }
4407#else /* !CONFIG_CHELSIO_T4_DCB */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004408 /*
4409 * We default to 1 queue per non-10G port and up to # of cores queues
4410 * per 10G port.
4411 */
4412 if (n10g)
4413 q10g = (MAX_ETH_QSETS - (adap->params.nports - n10g)) / n10g;
Yuval Mintz5952dde2012-07-01 03:18:55 +00004414 if (q10g > netif_get_num_default_rss_queues())
4415 q10g = netif_get_num_default_rss_queues();
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004416
4417 for_each_port(adap, i) {
4418 struct port_info *pi = adap2pinfo(adap, i);
4419
4420 pi->first_qset = qidx;
Kumar Sanghvi57d8b762014-02-18 17:56:10 +05304421 pi->nqsets = is_x_10g_port(&pi->link_cfg) ? q10g : 1;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004422 qidx += pi->nqsets;
4423 }
Anish Bhatt688848b2014-06-19 21:37:13 -07004424#endif /* !CONFIG_CHELSIO_T4_DCB */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004425
4426 s->ethqsets = qidx;
4427 s->max_ethqsets = qidx; /* MSI-X may lower it later */
4428
4429 if (is_offload(adap)) {
4430 /*
4431 * For offload we use 1 queue/channel if all ports are up to 1G,
4432 * otherwise we divide all available queues amongst the channels
4433 * capped by the number of available cores.
4434 */
4435 if (n10g) {
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05304436 i = min_t(int, ARRAY_SIZE(s->iscsirxq),
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004437 num_online_cpus());
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05304438 s->iscsiqsets = roundup(i, adap->params.nports);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004439 } else
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05304440 s->iscsiqsets = adap->params.nports;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004441 /* For RDMA one Rx queue per channel suffices */
4442 s->rdmaqs = adap->params.nports;
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304443 /* Try and allow at least 1 CIQ per cpu rounding down
4444 * to the number of ports, with a minimum of 1 per port.
4445 * A 2 port card in a 6 cpu system: 6 CIQs, 3 / port.
4446 * A 4 port card in a 6 cpu system: 4 CIQs, 1 / port.
4447 * A 4 port card in a 2 cpu system: 4 CIQs, 1 / port.
4448 */
4449 s->rdmaciqs = min_t(int, MAX_RDMA_CIQS, num_online_cpus());
4450 s->rdmaciqs = (s->rdmaciqs / adap->params.nports) *
4451 adap->params.nports;
4452 s->rdmaciqs = max_t(int, s->rdmaciqs, adap->params.nports);
Varun Prakashf2692d12016-02-14 23:02:40 +05304453
4454 if (!is_t4(adap->params.chip))
4455 s->niscsitq = s->iscsiqsets;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004456 }
4457
4458 for (i = 0; i < ARRAY_SIZE(s->ethrxq); i++) {
4459 struct sge_eth_rxq *r = &s->ethrxq[i];
4460
Hariprasad Shenaic887ad02014-06-06 21:40:45 +05304461 init_rspq(adap, &r->rspq, 5, 10, 1024, 64);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004462 r->fl.size = 72;
4463 }
4464
4465 for (i = 0; i < ARRAY_SIZE(s->ethtxq); i++)
4466 s->ethtxq[i].q.size = 1024;
4467
4468 for (i = 0; i < ARRAY_SIZE(s->ctrlq); i++)
4469 s->ctrlq[i].q.size = 512;
4470
4471 for (i = 0; i < ARRAY_SIZE(s->ofldtxq); i++)
4472 s->ofldtxq[i].q.size = 1024;
4473
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05304474 for (i = 0; i < ARRAY_SIZE(s->iscsirxq); i++) {
4475 struct sge_ofld_rxq *r = &s->iscsirxq[i];
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004476
Hariprasad Shenaic887ad02014-06-06 21:40:45 +05304477 init_rspq(adap, &r->rspq, 5, 1, 1024, 64);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004478 r->rspq.uld = CXGB4_ULD_ISCSI;
4479 r->fl.size = 72;
4480 }
4481
Varun Prakashf2692d12016-02-14 23:02:40 +05304482 if (!is_t4(adap->params.chip)) {
4483 for (i = 0; i < ARRAY_SIZE(s->iscsitrxq); i++) {
4484 struct sge_ofld_rxq *r = &s->iscsitrxq[i];
4485
4486 init_rspq(adap, &r->rspq, 5, 1, 1024, 64);
4487 r->rspq.uld = CXGB4_ULD_ISCSIT;
4488 r->fl.size = 72;
4489 }
4490 }
4491
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004492 for (i = 0; i < ARRAY_SIZE(s->rdmarxq); i++) {
4493 struct sge_ofld_rxq *r = &s->rdmarxq[i];
4494
Hariprasad Shenaic887ad02014-06-06 21:40:45 +05304495 init_rspq(adap, &r->rspq, 5, 1, 511, 64);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004496 r->rspq.uld = CXGB4_ULD_RDMA;
4497 r->fl.size = 72;
4498 }
4499
Hariprasad Shenaicf38be62014-06-06 21:40:42 +05304500 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids;
4501 if (ciq_size > SGE_MAX_IQ_SIZE) {
4502 CH_WARN(adap, "CIQ size too small for available IQs\n");
4503 ciq_size = SGE_MAX_IQ_SIZE;
4504 }
4505
4506 for (i = 0; i < ARRAY_SIZE(s->rdmaciq); i++) {
4507 struct sge_ofld_rxq *r = &s->rdmaciq[i];
4508
Hariprasad Shenaic887ad02014-06-06 21:40:45 +05304509 init_rspq(adap, &r->rspq, 5, 1, ciq_size, 64);
Hariprasad Shenaicf38be62014-06-06 21:40:42 +05304510 r->rspq.uld = CXGB4_ULD_RDMA;
4511 }
4512
Hariprasad Shenaic887ad02014-06-06 21:40:45 +05304513 init_rspq(adap, &s->fw_evtq, 0, 1, 1024, 64);
4514 init_rspq(adap, &s->intrq, 0, 1, 2 * MAX_INGQ, 64);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004515}
4516
4517/*
4518 * Reduce the number of Ethernet queues across all ports to at most n.
4519 * n provides at least one queue per port.
4520 */
Bill Pemberton91744942012-12-03 09:23:02 -05004521static void reduce_ethqs(struct adapter *adap, int n)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004522{
4523 int i;
4524 struct port_info *pi;
4525
4526 while (n < adap->sge.ethqsets)
4527 for_each_port(adap, i) {
4528 pi = adap2pinfo(adap, i);
4529 if (pi->nqsets > 1) {
4530 pi->nqsets--;
4531 adap->sge.ethqsets--;
4532 if (adap->sge.ethqsets <= n)
4533 break;
4534 }
4535 }
4536
4537 n = 0;
4538 for_each_port(adap, i) {
4539 pi = adap2pinfo(adap, i);
4540 pi->first_qset = n;
4541 n += pi->nqsets;
4542 }
4543}
4544
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304545static int get_msix_info(struct adapter *adap)
4546{
4547 struct uld_msix_info *msix_info;
4548 int max_ingq = (MAX_OFLD_QSETS * adap->num_uld);
4549
4550 msix_info = kcalloc(max_ingq, sizeof(*msix_info), GFP_KERNEL);
4551 if (!msix_info)
4552 return -ENOMEM;
4553
4554 adap->msix_bmap_ulds.msix_bmap = kcalloc(BITS_TO_LONGS(max_ingq),
4555 sizeof(long), GFP_KERNEL);
4556 if (!adap->msix_bmap_ulds.msix_bmap) {
4557 kfree(msix_info);
4558 return -ENOMEM;
4559 }
4560 spin_lock_init(&adap->msix_bmap_ulds.lock);
4561 adap->msix_info_ulds = msix_info;
4562 return 0;
4563}
4564
4565static void free_msix_info(struct adapter *adap)
4566{
4567 if (!adap->num_uld)
4568 return;
4569
4570 kfree(adap->msix_info_ulds);
4571 kfree(adap->msix_bmap_ulds.msix_bmap);
4572}
4573
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004574/* 2 MSI-X vectors needed for the FW queue and non-data interrupts */
4575#define EXTRA_VECS 2
4576
Bill Pemberton91744942012-12-03 09:23:02 -05004577static int enable_msix(struct adapter *adap)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004578{
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304579 int ofld_need = 0, uld_need = 0;
4580 int i, j, want, need, allocated;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004581 struct sge *s = &adap->sge;
4582 unsigned int nchan = adap->params.nports;
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304583 struct msix_entry *entries;
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304584 int max_ingq = MAX_INGQ;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004585
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304586 max_ingq += (MAX_OFLD_QSETS * adap->num_uld);
4587 entries = kmalloc(sizeof(*entries) * (max_ingq + 1),
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304588 GFP_KERNEL);
4589 if (!entries)
4590 return -ENOMEM;
4591
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304592 /* map for msix */
4593 if (is_pci_uld(adap) && get_msix_info(adap))
4594 adap->params.crypto = 0;
4595
4596 for (i = 0; i < max_ingq + 1; ++i)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004597 entries[i].entry = i;
4598
4599 want = s->max_ethqsets + EXTRA_VECS;
4600 if (is_offload(adap)) {
Varun Prakashf2692d12016-02-14 23:02:40 +05304601 want += s->rdmaqs + s->rdmaciqs + s->iscsiqsets +
4602 s->niscsitq;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004603 /* need nchan for each possible ULD */
Varun Prakashf2692d12016-02-14 23:02:40 +05304604 if (is_t4(adap->params.chip))
4605 ofld_need = 3 * nchan;
4606 else
4607 ofld_need = 4 * nchan;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004608 }
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304609 if (is_pci_uld(adap)) {
4610 want += netif_get_num_default_rss_queues() * nchan;
4611 uld_need = nchan;
4612 }
Anish Bhatt688848b2014-06-19 21:37:13 -07004613#ifdef CONFIG_CHELSIO_T4_DCB
4614 /* For Data Center Bridging we need 8 Ethernet TX Priority Queues for
4615 * each port.
4616 */
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304617 need = 8 * adap->params.nports + EXTRA_VECS + ofld_need + uld_need;
Anish Bhatt688848b2014-06-19 21:37:13 -07004618#else
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304619 need = adap->params.nports + EXTRA_VECS + ofld_need + uld_need;
Anish Bhatt688848b2014-06-19 21:37:13 -07004620#endif
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304621 allocated = pci_enable_msix_range(adap->pdev, entries, need, want);
4622 if (allocated < 0) {
4623 dev_info(adap->pdev_dev, "not enough MSI-X vectors left,"
4624 " not using MSI-X\n");
4625 kfree(entries);
4626 return allocated;
4627 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004628
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304629 /* Distribute available vectors to the various queue groups.
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004630 * Every group gets its minimum requirement and NIC gets top
4631 * priority for leftovers.
4632 */
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304633 i = allocated - EXTRA_VECS - ofld_need - uld_need;
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004634 if (i < s->max_ethqsets) {
4635 s->max_ethqsets = i;
4636 if (i < s->ethqsets)
4637 reduce_ethqs(adap, i);
4638 }
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304639 if (is_pci_uld(adap)) {
4640 if (allocated < want)
4641 s->nqs_per_uld = nchan;
4642 else
4643 s->nqs_per_uld = netif_get_num_default_rss_queues() *
4644 nchan;
4645 }
4646
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004647 if (is_offload(adap)) {
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304648 if (allocated < want) {
4649 s->rdmaqs = nchan;
4650 s->rdmaciqs = nchan;
Varun Prakashf2692d12016-02-14 23:02:40 +05304651
4652 if (!is_t4(adap->params.chip))
4653 s->niscsitq = nchan;
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304654 }
4655
4656 /* leftovers go to OFLD */
4657 i = allocated - EXTRA_VECS - s->max_ethqsets -
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304658 s->rdmaqs - s->rdmaciqs - s->niscsitq;
4659 if (is_pci_uld(adap))
4660 i -= s->nqs_per_uld * adap->num_uld;
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05304661 s->iscsiqsets = (i / nchan) * nchan; /* round down */
Varun Prakashf2692d12016-02-14 23:02:40 +05304662
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004663 }
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304664
4665 for (i = 0; i < (allocated - (s->nqs_per_uld * adap->num_uld)); ++i)
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004666 adap->msix_info[i].vec = entries[i].vector;
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304667 if (is_pci_uld(adap)) {
4668 for (j = 0 ; i < allocated; ++i, j++)
4669 adap->msix_info_ulds[j].vec = entries[i].vector;
4670 adap->msix_bmap_ulds.mapsize = j;
4671 }
Hariprasad Shenai43eb4e82015-10-21 14:39:53 +05304672 dev_info(adap->pdev_dev, "%d MSI-X vectors allocated, "
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304673 "nic %d iscsi %d rdma cpl %d rdma ciq %d uld %d\n",
Hariprasad Shenaif90ce562015-12-23 11:29:54 +05304674 allocated, s->max_ethqsets, s->iscsiqsets, s->rdmaqs,
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05304675 s->rdmaciqs, s->nqs_per_uld);
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004676
Hariprasad Shenaif36e58e2015-03-04 18:16:28 +05304677 kfree(entries);
Alexander Gordeevc32ad222014-02-18 11:07:59 +01004678 return 0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004679}
4680
4681#undef EXTRA_VECS
4682
Bill Pemberton91744942012-12-03 09:23:02 -05004683static int init_rss(struct adapter *adap)
Dimitris Michailidis671b0062010-07-11 12:01:17 +00004684{
Hariprasad Shenaic035e182015-05-06 19:48:37 +05304685 unsigned int i;
4686 int err;
4687
4688 err = t4_init_rss_mode(adap, adap->mbox);
4689 if (err)
4690 return err;
Dimitris Michailidis671b0062010-07-11 12:01:17 +00004691
4692 for_each_port(adap, i) {
4693 struct port_info *pi = adap2pinfo(adap, i);
4694
4695 pi->rss = kcalloc(pi->rss_size, sizeof(u16), GFP_KERNEL);
4696 if (!pi->rss)
4697 return -ENOMEM;
Dimitris Michailidis671b0062010-07-11 12:01:17 +00004698 }
4699 return 0;
4700}
4701
Hariprasad Shenai547fd272015-12-23 11:29:53 +05304702static int cxgb4_get_pcie_dev_link_caps(struct adapter *adap,
4703 enum pci_bus_speed *speed,
4704 enum pcie_link_width *width)
4705{
4706 u32 lnkcap1, lnkcap2;
4707 int err1, err2;
4708
4709#define PCIE_MLW_CAP_SHIFT 4 /* start of MLW mask in link capabilities */
4710
4711 *speed = PCI_SPEED_UNKNOWN;
4712 *width = PCIE_LNK_WIDTH_UNKNOWN;
4713
4714 err1 = pcie_capability_read_dword(adap->pdev, PCI_EXP_LNKCAP,
4715 &lnkcap1);
4716 err2 = pcie_capability_read_dword(adap->pdev, PCI_EXP_LNKCAP2,
4717 &lnkcap2);
4718 if (!err2 && lnkcap2) { /* PCIe r3.0-compliant */
4719 if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_8_0GB)
4720 *speed = PCIE_SPEED_8_0GT;
4721 else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_5_0GB)
4722 *speed = PCIE_SPEED_5_0GT;
4723 else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_2_5GB)
4724 *speed = PCIE_SPEED_2_5GT;
4725 }
4726 if (!err1) {
4727 *width = (lnkcap1 & PCI_EXP_LNKCAP_MLW) >> PCIE_MLW_CAP_SHIFT;
4728 if (!lnkcap2) { /* pre-r3.0 */
4729 if (lnkcap1 & PCI_EXP_LNKCAP_SLS_5_0GB)
4730 *speed = PCIE_SPEED_5_0GT;
4731 else if (lnkcap1 & PCI_EXP_LNKCAP_SLS_2_5GB)
4732 *speed = PCIE_SPEED_2_5GT;
4733 }
4734 }
4735
4736 if (*speed == PCI_SPEED_UNKNOWN || *width == PCIE_LNK_WIDTH_UNKNOWN)
4737 return err1 ? err1 : err2 ? err2 : -EINVAL;
4738 return 0;
4739}
4740
4741static void cxgb4_check_pcie_caps(struct adapter *adap)
4742{
4743 enum pcie_link_width width, width_cap;
4744 enum pci_bus_speed speed, speed_cap;
4745
4746#define PCIE_SPEED_STR(speed) \
4747 (speed == PCIE_SPEED_8_0GT ? "8.0GT/s" : \
4748 speed == PCIE_SPEED_5_0GT ? "5.0GT/s" : \
4749 speed == PCIE_SPEED_2_5GT ? "2.5GT/s" : \
4750 "Unknown")
4751
4752 if (cxgb4_get_pcie_dev_link_caps(adap, &speed_cap, &width_cap)) {
4753 dev_warn(adap->pdev_dev,
4754 "Unable to determine PCIe device BW capabilities\n");
4755 return;
4756 }
4757
4758 if (pcie_get_minimum_link(adap->pdev, &speed, &width) ||
4759 speed == PCI_SPEED_UNKNOWN || width == PCIE_LNK_WIDTH_UNKNOWN) {
4760 dev_warn(adap->pdev_dev,
4761 "Unable to determine PCI Express bandwidth.\n");
4762 return;
4763 }
4764
4765 dev_info(adap->pdev_dev, "PCIe link speed is %s, device supports %s\n",
4766 PCIE_SPEED_STR(speed), PCIE_SPEED_STR(speed_cap));
4767 dev_info(adap->pdev_dev, "PCIe link width is x%d, device supports x%d\n",
4768 width, width_cap);
4769 if (speed < speed_cap || width < width_cap)
4770 dev_info(adap->pdev_dev,
4771 "A slot with more lanes and/or higher speed is "
4772 "suggested for optimal performance.\n");
4773}
4774
Hariprasad Shenai0de72732016-04-26 20:10:22 +05304775/* Dump basic information about the adapter */
4776static void print_adapter_info(struct adapter *adapter)
4777{
4778 /* Device information */
4779 dev_info(adapter->pdev_dev, "Chelsio %s rev %d\n",
4780 adapter->params.vpd.id,
4781 CHELSIO_CHIP_RELEASE(adapter->params.chip));
4782 dev_info(adapter->pdev_dev, "S/N: %s, P/N: %s\n",
4783 adapter->params.vpd.sn, adapter->params.vpd.pn);
4784
4785 /* Firmware Version */
4786 if (!adapter->params.fw_vers)
4787 dev_warn(adapter->pdev_dev, "No firmware loaded\n");
4788 else
4789 dev_info(adapter->pdev_dev, "Firmware version: %u.%u.%u.%u\n",
4790 FW_HDR_FW_VER_MAJOR_G(adapter->params.fw_vers),
4791 FW_HDR_FW_VER_MINOR_G(adapter->params.fw_vers),
4792 FW_HDR_FW_VER_MICRO_G(adapter->params.fw_vers),
4793 FW_HDR_FW_VER_BUILD_G(adapter->params.fw_vers));
4794
4795 /* Bootstrap Firmware Version. (Some adapters don't have Bootstrap
4796 * Firmware, so dev_info() is more appropriate here.)
4797 */
4798 if (!adapter->params.bs_vers)
4799 dev_info(adapter->pdev_dev, "No bootstrap loaded\n");
4800 else
4801 dev_info(adapter->pdev_dev, "Bootstrap version: %u.%u.%u.%u\n",
4802 FW_HDR_FW_VER_MAJOR_G(adapter->params.bs_vers),
4803 FW_HDR_FW_VER_MINOR_G(adapter->params.bs_vers),
4804 FW_HDR_FW_VER_MICRO_G(adapter->params.bs_vers),
4805 FW_HDR_FW_VER_BUILD_G(adapter->params.bs_vers));
4806
4807 /* TP Microcode Version */
4808 if (!adapter->params.tp_vers)
4809 dev_warn(adapter->pdev_dev, "No TP Microcode loaded\n");
4810 else
4811 dev_info(adapter->pdev_dev,
4812 "TP Microcode version: %u.%u.%u.%u\n",
4813 FW_HDR_FW_VER_MAJOR_G(adapter->params.tp_vers),
4814 FW_HDR_FW_VER_MINOR_G(adapter->params.tp_vers),
4815 FW_HDR_FW_VER_MICRO_G(adapter->params.tp_vers),
4816 FW_HDR_FW_VER_BUILD_G(adapter->params.tp_vers));
4817
4818 /* Expansion ROM version */
4819 if (!adapter->params.er_vers)
4820 dev_info(adapter->pdev_dev, "No Expansion ROM loaded\n");
4821 else
4822 dev_info(adapter->pdev_dev,
4823 "Expansion ROM version: %u.%u.%u.%u\n",
4824 FW_HDR_FW_VER_MAJOR_G(adapter->params.er_vers),
4825 FW_HDR_FW_VER_MINOR_G(adapter->params.er_vers),
4826 FW_HDR_FW_VER_MICRO_G(adapter->params.er_vers),
4827 FW_HDR_FW_VER_BUILD_G(adapter->params.er_vers));
4828
4829 /* Software/Hardware configuration */
4830 dev_info(adapter->pdev_dev, "Configuration: %sNIC %s, %s capable\n",
4831 is_offload(adapter) ? "R" : "",
4832 ((adapter->flags & USING_MSIX) ? "MSI-X" :
4833 (adapter->flags & USING_MSI) ? "MSI" : ""),
4834 is_offload(adapter) ? "Offload" : "non-Offload");
4835}
4836
Bill Pemberton91744942012-12-03 09:23:02 -05004837static void print_port_info(const struct net_device *dev)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004838{
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004839 char buf[80];
Dimitris Michailidis118969e2010-12-14 21:36:48 +00004840 char *bufp = buf;
Dimitris Michailidisf1a051b2010-05-10 15:58:08 +00004841 const char *spd = "";
Dimitris Michailidis118969e2010-12-14 21:36:48 +00004842 const struct port_info *pi = netdev_priv(dev);
4843 const struct adapter *adap = pi->adapter;
Dimitris Michailidisf1a051b2010-05-10 15:58:08 +00004844
4845 if (adap->params.pci.speed == PCI_EXP_LNKSTA_CLS_2_5GB)
4846 spd = " 2.5 GT/s";
4847 else if (adap->params.pci.speed == PCI_EXP_LNKSTA_CLS_5_0GB)
4848 spd = " 5 GT/s";
Roland Dreierd2e752d2014-04-28 17:36:20 -07004849 else if (adap->params.pci.speed == PCI_EXP_LNKSTA_CLS_8_0GB)
4850 spd = " 8 GT/s";
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004851
Dimitris Michailidis118969e2010-12-14 21:36:48 +00004852 if (pi->link_cfg.supported & FW_PORT_CAP_SPEED_100M)
4853 bufp += sprintf(bufp, "100/");
4854 if (pi->link_cfg.supported & FW_PORT_CAP_SPEED_1G)
4855 bufp += sprintf(bufp, "1000/");
4856 if (pi->link_cfg.supported & FW_PORT_CAP_SPEED_10G)
4857 bufp += sprintf(bufp, "10G/");
Kumar Sanghvi72aca4b2014-02-18 17:56:08 +05304858 if (pi->link_cfg.supported & FW_PORT_CAP_SPEED_40G)
4859 bufp += sprintf(bufp, "40G/");
Dimitris Michailidis118969e2010-12-14 21:36:48 +00004860 if (bufp != buf)
4861 --bufp;
Kumar Sanghvi72aca4b2014-02-18 17:56:08 +05304862 sprintf(bufp, "BASE-%s", t4_get_port_type_description(pi->port_type));
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004863
Hariprasad Shenai0de72732016-04-26 20:10:22 +05304864 netdev_info(dev, "%s: Chelsio %s (%s) %s\n",
4865 dev->name, adap->params.vpd.id, adap->name, buf);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004866}
4867
Bill Pemberton91744942012-12-03 09:23:02 -05004868static void enable_pcie_relaxed_ordering(struct pci_dev *dev)
Dimitris Michailidisef306b52010-12-14 21:36:44 +00004869{
Jiang Liue5c8ae52012-08-20 13:53:19 -06004870 pcie_capability_set_word(dev, PCI_EXP_DEVCTL, PCI_EXP_DEVCTL_RELAX_EN);
Dimitris Michailidisef306b52010-12-14 21:36:44 +00004871}
4872
Dimitris Michailidis06546392010-07-11 12:01:16 +00004873/*
4874 * Free the following resources:
4875 * - memory used for tables
4876 * - MSI/MSI-X
4877 * - net devices
4878 * - resources FW is holding for us
4879 */
4880static void free_some_resources(struct adapter *adapter)
4881{
4882 unsigned int i;
4883
4884 t4_free_mem(adapter->l2t);
4885 t4_free_mem(adapter->tids.tid_tab);
Hariprasad Shenai4b8e27a2015-03-26 10:04:25 +05304886 kfree(adapter->sge.egr_map);
4887 kfree(adapter->sge.ingr_map);
4888 kfree(adapter->sge.starving_fl);
4889 kfree(adapter->sge.txq_maperr);
Hariprasad Shenai5b377d12015-05-27 22:30:23 +05304890#ifdef CONFIG_DEBUG_FS
4891 kfree(adapter->sge.blocked_fl);
4892#endif
Dimitris Michailidis06546392010-07-11 12:01:16 +00004893 disable_msi(adapter);
4894
4895 for_each_port(adapter, i)
Dimitris Michailidis671b0062010-07-11 12:01:17 +00004896 if (adapter->port[i]) {
Hariprasad Shenai4f3a0fc2015-06-05 14:24:47 +05304897 struct port_info *pi = adap2pinfo(adapter, i);
4898
4899 if (pi->viid != 0)
4900 t4_free_vi(adapter, adapter->mbox, adapter->pf,
4901 0, pi->viid);
Dimitris Michailidis671b0062010-07-11 12:01:17 +00004902 kfree(adap2pinfo(adapter, i)->rss);
Dimitris Michailidis06546392010-07-11 12:01:16 +00004903 free_netdev(adapter->port[i]);
Dimitris Michailidis671b0062010-07-11 12:01:17 +00004904 }
Dimitris Michailidis06546392010-07-11 12:01:16 +00004905 if (adapter->flags & FW_OK)
Hariprasad Shenaib2612722015-05-27 22:30:24 +05304906 t4_fw_bye(adapter, adapter->pf);
Dimitris Michailidis06546392010-07-11 12:01:16 +00004907}
4908
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00004909#define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN)
Dimitris Michailidis35d35682010-08-02 13:19:20 +00004910#define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004911 NETIF_F_IPV6_CSUM | NETIF_F_HIGHDMA)
Santosh Rastapur22adfe02013-03-14 05:08:51 +00004912#define SEGMENT_SIZE 128
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004913
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304914static int get_chip_type(struct pci_dev *pdev, u32 pl_rev)
4915{
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304916 u16 device_id;
4917
4918 /* Retrieve adapter's device ID */
4919 pci_read_config_word(pdev, PCI_DEVICE_ID, &device_id);
françois romieu46cdc9b2015-09-04 23:05:42 +02004920
4921 switch (device_id >> 12) {
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304922 case CHELSIO_T4:
françois romieu46cdc9b2015-09-04 23:05:42 +02004923 return CHELSIO_CHIP_CODE(CHELSIO_T4, pl_rev);
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304924 case CHELSIO_T5:
françois romieu46cdc9b2015-09-04 23:05:42 +02004925 return CHELSIO_CHIP_CODE(CHELSIO_T5, pl_rev);
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304926 case CHELSIO_T6:
françois romieu46cdc9b2015-09-04 23:05:42 +02004927 return CHELSIO_CHIP_CODE(CHELSIO_T6, pl_rev);
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304928 default:
4929 dev_err(&pdev->dev, "Device %d is not supported\n",
4930 device_id);
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304931 }
françois romieu46cdc9b2015-09-04 23:05:42 +02004932 return -EINVAL;
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05304933}
4934
Hariprasad Shenaib6244202016-06-14 14:39:31 +05304935#ifdef CONFIG_PCI_IOV
4936static int cxgb4_iov_configure(struct pci_dev *pdev, int num_vfs)
4937{
Hariprasad Shenai78294512016-08-11 21:06:23 +05304938 struct adapter *adap = pci_get_drvdata(pdev);
Hariprasad Shenaib6244202016-06-14 14:39:31 +05304939 int err = 0;
4940 int current_vfs = pci_num_vf(pdev);
4941 u32 pcie_fw;
Hariprasad Shenaib6244202016-06-14 14:39:31 +05304942
Hariprasad Shenai78294512016-08-11 21:06:23 +05304943 pcie_fw = readl(adap->regs + PCIE_FW_A);
Hariprasad Shenaib6244202016-06-14 14:39:31 +05304944 /* Check if cxgb4 is the MASTER and fw is initialized */
4945 if (!(pcie_fw & PCIE_FW_INIT_F) ||
4946 !(pcie_fw & PCIE_FW_MASTER_VLD_F) ||
4947 PCIE_FW_MASTER_G(pcie_fw) != 4) {
4948 dev_warn(&pdev->dev,
4949 "cxgb4 driver needs to be MASTER to support SRIOV\n");
4950 return -EOPNOTSUPP;
4951 }
4952
4953 /* If any of the VF's is already assigned to Guest OS, then
4954 * SRIOV for the same cannot be modified
4955 */
4956 if (current_vfs && pci_vfs_assigned(pdev)) {
4957 dev_err(&pdev->dev,
4958 "Cannot modify SR-IOV while VFs are assigned\n");
4959 num_vfs = current_vfs;
4960 return num_vfs;
4961 }
4962
4963 /* Disable SRIOV when zero is passed.
4964 * One needs to disable SRIOV before modifying it, else
4965 * stack throws the below warning:
4966 * " 'n' VFs already enabled. Disable before enabling 'm' VFs."
4967 */
4968 if (!num_vfs) {
4969 pci_disable_sriov(pdev);
Hariprasad Shenai78294512016-08-11 21:06:23 +05304970 if (adap->port[0]->reg_state == NETREG_REGISTERED)
4971 unregister_netdev(adap->port[0]);
Hariprasad Shenaib6244202016-06-14 14:39:31 +05304972 return num_vfs;
4973 }
4974
4975 if (num_vfs != current_vfs) {
4976 err = pci_enable_sriov(pdev, num_vfs);
4977 if (err)
4978 return err;
Hariprasad Shenai78294512016-08-11 21:06:23 +05304979
4980 if (adap->port[0]->reg_state == NETREG_UNINITIALIZED) {
4981 err = register_netdev(adap->port[0]);
4982 if (err < 0)
4983 pr_info("Unable to register VF mgmt netdev\n");
4984 }
Hariprasad Shenaib6244202016-06-14 14:39:31 +05304985 }
4986 return num_vfs;
4987}
4988#endif
4989
Greg Kroah-Hartman1dd06ae2012-12-06 14:30:56 +00004990static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004991{
Santosh Rastapur22adfe02013-03-14 05:08:51 +00004992 int func, i, err, s_qpp, qpp, num_seg;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004993 struct port_info *pi;
Michał Mirosławc8f44af2011-11-15 15:29:55 +00004994 bool highdma = false;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00004995 struct adapter *adapter = NULL;
Hariprasad Shenai78294512016-08-11 21:06:23 +05304996 struct net_device *netdev;
4997#ifdef CONFIG_PCI_IOV
4998 char name[IFNAMSIZ];
4999#endif
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305000 void __iomem *regs;
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05305001 u32 whoami, pl_rev;
5002 enum chip_type chip;
Hariprasad Shenai78294512016-08-11 21:06:23 +05305003 static int adap_idx = 1;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005004
5005 printk_once(KERN_INFO "%s - version %s\n", DRV_DESC, DRV_VERSION);
5006
5007 err = pci_request_regions(pdev, KBUILD_MODNAME);
5008 if (err) {
5009 /* Just info, some other driver may have claimed the device. */
5010 dev_info(&pdev->dev, "cannot obtain PCI resources\n");
5011 return err;
5012 }
5013
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005014 err = pci_enable_device(pdev);
5015 if (err) {
5016 dev_err(&pdev->dev, "cannot enable PCI device\n");
5017 goto out_release_regions;
5018 }
5019
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305020 regs = pci_ioremap_bar(pdev, 0);
5021 if (!regs) {
5022 dev_err(&pdev->dev, "cannot map device registers\n");
5023 err = -ENOMEM;
5024 goto out_disable_device;
5025 }
5026
Hariprasad Shenai8203b502014-10-09 05:48:47 +05305027 err = t4_wait_dev_ready(regs);
5028 if (err < 0)
5029 goto out_unmap_bar0;
5030
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305031 /* We control everything through one PF */
Hariprasad Shenaid86bd292015-08-04 14:36:19 +05305032 whoami = readl(regs + PL_WHOAMI_A);
5033 pl_rev = REV_G(readl(regs + PL_REV_A));
5034 chip = get_chip_type(pdev, pl_rev);
5035 func = CHELSIO_CHIP_VERSION(chip) <= CHELSIO_T5 ?
5036 SOURCEPF_G(whoami) : T6_SOURCEPF_G(whoami);
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305037 if (func != ent->driver_data) {
Hariprasad Shenai78294512016-08-11 21:06:23 +05305038#ifndef CONFIG_PCI_IOV
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305039 iounmap(regs);
Hariprasad Shenai78294512016-08-11 21:06:23 +05305040#endif
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305041 pci_disable_device(pdev);
5042 pci_save_state(pdev); /* to restore SR-IOV later */
5043 goto sriov;
5044 }
5045
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005046 if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) {
Michał Mirosławc8f44af2011-11-15 15:29:55 +00005047 highdma = true;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005048 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
5049 if (err) {
5050 dev_err(&pdev->dev, "unable to obtain 64-bit DMA for "
5051 "coherent allocations\n");
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305052 goto out_unmap_bar0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005053 }
5054 } else {
5055 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
5056 if (err) {
5057 dev_err(&pdev->dev, "no usable DMA configuration\n");
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305058 goto out_unmap_bar0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005059 }
5060 }
5061
5062 pci_enable_pcie_error_reporting(pdev);
Dimitris Michailidisef306b52010-12-14 21:36:44 +00005063 enable_pcie_relaxed_ordering(pdev);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005064 pci_set_master(pdev);
5065 pci_save_state(pdev);
5066
5067 adapter = kzalloc(sizeof(*adapter), GFP_KERNEL);
5068 if (!adapter) {
5069 err = -ENOMEM;
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305070 goto out_unmap_bar0;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005071 }
Hariprasad Shenai78294512016-08-11 21:06:23 +05305072 adap_idx++;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005073
Anish Bhatt29aaee62014-08-20 13:44:06 -07005074 adapter->workq = create_singlethread_workqueue("cxgb4");
5075 if (!adapter->workq) {
5076 err = -ENOMEM;
5077 goto out_free_adapter;
5078 }
5079
Hariprasad Shenai7f080c32016-04-28 13:23:18 +05305080 adapter->mbox_log = kzalloc(sizeof(*adapter->mbox_log) +
5081 (sizeof(struct mbox_cmd) *
5082 T4_OS_LOG_MBOX_CMDS),
5083 GFP_KERNEL);
5084 if (!adapter->mbox_log) {
5085 err = -ENOMEM;
5086 goto out_free_adapter;
5087 }
5088 adapter->mbox_log->size = T4_OS_LOG_MBOX_CMDS;
5089
Gavin Shan144be3d2014-01-23 12:27:34 +08005090 /* PCI device has been enabled */
5091 adapter->flags |= DEV_ENABLED;
5092
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305093 adapter->regs = regs;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005094 adapter->pdev = pdev;
5095 adapter->pdev_dev = &pdev->dev;
Hariprasad Shenai0de72732016-04-26 20:10:22 +05305096 adapter->name = pci_name(pdev);
Vipul Pandya3069ee9b2012-05-18 15:29:26 +05305097 adapter->mbox = func;
Hariprasad Shenaib2612722015-05-27 22:30:24 +05305098 adapter->pf = func;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005099 adapter->msg_enable = dflt_msg_enable;
5100 memset(adapter->chan_map, 0xff, sizeof(adapter->chan_map));
5101
5102 spin_lock_init(&adapter->stats_lock);
5103 spin_lock_init(&adapter->tid_release_lock);
Anish Bhatte327c222014-10-29 17:54:03 -07005104 spin_lock_init(&adapter->win0_lock);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005105
5106 INIT_WORK(&adapter->tid_release_task, process_tid_release_list);
Vipul Pandya881806b2012-05-18 15:29:24 +05305107 INIT_WORK(&adapter->db_full_task, process_db_full);
5108 INIT_WORK(&adapter->db_drop_task, process_db_drop);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005109
5110 err = t4_prep_adapter(adapter);
5111 if (err)
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305112 goto out_free_adapter;
5113
Santosh Rastapur22adfe02013-03-14 05:08:51 +00005114
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05305115 if (!is_t4(adapter->params.chip)) {
Hariprasad Shenaif612b812015-01-05 16:30:43 +05305116 s_qpp = (QUEUESPERPAGEPF0_S +
5117 (QUEUESPERPAGEPF1_S - QUEUESPERPAGEPF0_S) *
Hariprasad Shenaib2612722015-05-27 22:30:24 +05305118 adapter->pf);
Hariprasad Shenaif612b812015-01-05 16:30:43 +05305119 qpp = 1 << QUEUESPERPAGEPF0_G(t4_read_reg(adapter,
5120 SGE_EGRESS_QUEUES_PER_PAGE_PF_A) >> s_qpp);
Santosh Rastapur22adfe02013-03-14 05:08:51 +00005121 num_seg = PAGE_SIZE / SEGMENT_SIZE;
5122
5123 /* Each segment size is 128B. Write coalescing is enabled only
5124 * when SGE_EGRESS_QUEUES_PER_PAGE_PF reg value for the
5125 * queue is less no of segments that can be accommodated in
5126 * a page size.
5127 */
5128 if (qpp > num_seg) {
5129 dev_err(&pdev->dev,
5130 "Incorrect number of egress queues per page\n");
5131 err = -EINVAL;
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305132 goto out_free_adapter;
Santosh Rastapur22adfe02013-03-14 05:08:51 +00005133 }
5134 adapter->bar2 = ioremap_wc(pci_resource_start(pdev, 2),
5135 pci_resource_len(pdev, 2));
5136 if (!adapter->bar2) {
5137 dev_err(&pdev->dev, "cannot map device bar2 region\n");
5138 err = -ENOMEM;
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305139 goto out_free_adapter;
Santosh Rastapur22adfe02013-03-14 05:08:51 +00005140 }
5141 }
5142
Vipul Pandya636f9d32012-09-26 02:39:39 +00005143 setup_memwin(adapter);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005144 err = adap_init0(adapter);
Hariprasad Shenai5b377d12015-05-27 22:30:23 +05305145#ifdef CONFIG_DEBUG_FS
5146 bitmap_zero(adapter->sge.blocked_fl, adapter->sge.egr_sz);
5147#endif
Vipul Pandya636f9d32012-09-26 02:39:39 +00005148 setup_memwin_rdma(adapter);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005149 if (err)
5150 goto out_unmap_bar;
5151
Hariprasad Shenai2a485cf2015-09-08 16:25:40 +05305152 /* configure SGE_STAT_CFG_A to read WC stats */
5153 if (!is_t4(adapter->params.chip))
Hariprasad Shenai676d6a72015-12-23 22:47:14 +05305154 t4_write_reg(adapter, SGE_STAT_CFG_A, STATSOURCE_T5_V(7) |
5155 (is_t5(adapter->params.chip) ? STATMODE_V(0) :
5156 T6_STATMODE_V(0)));
Hariprasad Shenai2a485cf2015-09-08 16:25:40 +05305157
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005158 for_each_port(adapter, i) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005159 netdev = alloc_etherdev_mq(sizeof(struct port_info),
5160 MAX_ETH_QSETS);
5161 if (!netdev) {
5162 err = -ENOMEM;
5163 goto out_free_dev;
5164 }
5165
5166 SET_NETDEV_DEV(netdev, &pdev->dev);
5167
5168 adapter->port[i] = netdev;
5169 pi = netdev_priv(netdev);
5170 pi->adapter = adapter;
5171 pi->xact_addr_filt = -1;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005172 pi->port_id = i;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005173 netdev->irq = pdev->irq;
5174
Michał Mirosław2ed28ba2011-04-16 13:05:08 +00005175 netdev->hw_features = NETIF_F_SG | TSO_FLAGS |
5176 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
5177 NETIF_F_RXCSUM | NETIF_F_RXHASH |
Patrick McHardyf6469682013-04-19 02:04:27 +00005178 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX;
Michał Mirosławc8f44af2011-11-15 15:29:55 +00005179 if (highdma)
5180 netdev->hw_features |= NETIF_F_HIGHDMA;
5181 netdev->features |= netdev->hw_features;
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005182 netdev->vlan_features = netdev->features & VLAN_FEAT;
5183
Jiri Pirko01789342011-08-16 06:29:00 +00005184 netdev->priv_flags |= IFF_UNICAST_FLT;
5185
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005186 netdev->netdev_ops = &cxgb4_netdev_ops;
Anish Bhatt688848b2014-06-19 21:37:13 -07005187#ifdef CONFIG_CHELSIO_T4_DCB
5188 netdev->dcbnl_ops = &cxgb4_dcb_ops;
5189 cxgb4_dcb_state_init(netdev);
5190#endif
Hariprasad Shenai812034f2015-04-06 20:23:23 +05305191 cxgb4_set_ethtool_ops(netdev);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005192 }
5193
5194 pci_set_drvdata(pdev, adapter);
5195
5196 if (adapter->flags & FW_OK) {
Dimitris Michailidis060e0c72010-08-02 13:19:21 +00005197 err = t4_port_init(adapter, func, func, 0);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005198 if (err)
5199 goto out_free_dev;
Hariprasad Shenai098ef6c2015-06-05 14:24:50 +05305200 } else if (adapter->params.nports == 1) {
5201 /* If we don't have a connection to the firmware -- possibly
5202 * because of an error -- grab the raw VPD parameters so we
5203 * can set the proper MAC Address on the debug network
5204 * interface that we've created.
5205 */
5206 u8 hw_addr[ETH_ALEN];
5207 u8 *na = adapter->params.vpd.na;
5208
5209 err = t4_get_raw_vpd_params(adapter, &adapter->params.vpd);
5210 if (!err) {
5211 for (i = 0; i < ETH_ALEN; i++)
5212 hw_addr[i] = (hex2val(na[2 * i + 0]) * 16 +
5213 hex2val(na[2 * i + 1]));
5214 t4_set_hw_addr(adapter, 0, hw_addr);
5215 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005216 }
5217
Hariprasad Shenai098ef6c2015-06-05 14:24:50 +05305218 /* Configure queues and allocate tables now, they can be needed as
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005219 * soon as the first register_netdev completes.
5220 */
5221 cfg_queues(adapter);
5222
Hariprasad Shenai5be9ed82015-07-07 21:49:18 +05305223 adapter->l2t = t4_init_l2t(adapter->l2t_start, adapter->l2t_end);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005224 if (!adapter->l2t) {
5225 /* We tolerate a lack of L2T, giving up some functionality */
5226 dev_warn(&pdev->dev, "could not allocate L2T, continuing\n");
5227 adapter->params.offload = 0;
5228 }
5229
Anish Bhattb5a02f52015-01-14 15:17:34 -08005230#if IS_ENABLED(CONFIG_IPV6)
Hariprasad Shenaieb72f742015-12-09 17:16:35 +05305231 if ((CHELSIO_CHIP_VERSION(adapter->params.chip) <= CHELSIO_T5) &&
5232 (!(t4_read_reg(adapter, LE_DB_CONFIG_A) & ASLIPCOMPEN_F))) {
5233 /* CLIP functionality is not present in hardware,
5234 * hence disable all offload features
Anish Bhattb5a02f52015-01-14 15:17:34 -08005235 */
5236 dev_warn(&pdev->dev,
Hariprasad Shenaieb72f742015-12-09 17:16:35 +05305237 "CLIP not enabled in hardware, continuing\n");
Anish Bhattb5a02f52015-01-14 15:17:34 -08005238 adapter->params.offload = 0;
Hariprasad Shenaieb72f742015-12-09 17:16:35 +05305239 } else {
5240 adapter->clipt = t4_init_clip_tbl(adapter->clipt_start,
5241 adapter->clipt_end);
5242 if (!adapter->clipt) {
5243 /* We tolerate a lack of clip_table, giving up
5244 * some functionality
5245 */
5246 dev_warn(&pdev->dev,
5247 "could not allocate Clip table, continuing\n");
5248 adapter->params.offload = 0;
5249 }
Anish Bhattb5a02f52015-01-14 15:17:34 -08005250 }
5251#endif
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005252 if (is_offload(adapter) && tid_init(&adapter->tids) < 0) {
5253 dev_warn(&pdev->dev, "could not allocate TID table, "
5254 "continuing\n");
5255 adapter->params.offload = 0;
5256 }
5257
Hariprasad Shenai9a1bb9f2015-08-12 16:55:05 +05305258 if (is_offload(adapter)) {
5259 if (t4_read_reg(adapter, LE_DB_CONFIG_A) & HASHEN_F) {
5260 u32 hash_base, hash_reg;
5261
5262 if (chip <= CHELSIO_T5) {
5263 hash_reg = LE_DB_TID_HASHBASE_A;
5264 hash_base = t4_read_reg(adapter, hash_reg);
5265 adapter->tids.hash_base = hash_base / 4;
5266 } else {
5267 hash_reg = T6_LE_DB_HASH_TID_BASE_A;
5268 hash_base = t4_read_reg(adapter, hash_reg);
5269 adapter->tids.hash_base = hash_base;
5270 }
5271 }
5272 }
5273
Dimitris Michailidisf7cabcd2010-07-11 12:01:15 +00005274 /* See what interrupts we'll be using */
5275 if (msi > 1 && enable_msix(adapter) == 0)
5276 adapter->flags |= USING_MSIX;
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05305277 else if (msi > 0 && pci_enable_msi(pdev) == 0) {
Dimitris Michailidisf7cabcd2010-07-11 12:01:15 +00005278 adapter->flags |= USING_MSI;
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05305279 if (msi > 1)
5280 free_msix_info(adapter);
5281 }
Dimitris Michailidisf7cabcd2010-07-11 12:01:15 +00005282
Hariprasad Shenai547fd272015-12-23 11:29:53 +05305283 /* check for PCI Express bandwidth capabiltites */
5284 cxgb4_check_pcie_caps(adapter);
5285
Dimitris Michailidis671b0062010-07-11 12:01:17 +00005286 err = init_rss(adapter);
5287 if (err)
5288 goto out_free_dev;
5289
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005290 /*
5291 * The card is now ready to go. If any errors occur during device
5292 * registration we do not fail the whole card but rather proceed only
5293 * with the ports we manage to register successfully. However we must
5294 * register at least one net device.
5295 */
5296 for_each_port(adapter, i) {
Dimitris Michailidisa57cabe2010-12-14 21:36:46 +00005297 pi = adap2pinfo(adapter, i);
5298 netif_set_real_num_tx_queues(adapter->port[i], pi->nqsets);
5299 netif_set_real_num_rx_queues(adapter->port[i], pi->nqsets);
5300
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005301 err = register_netdev(adapter->port[i]);
5302 if (err)
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +00005303 break;
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +00005304 adapter->chan_map[pi->tx_chan] = i;
5305 print_port_info(adapter->port[i]);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005306 }
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +00005307 if (i == 0) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005308 dev_err(&pdev->dev, "could not register any net devices\n");
5309 goto out_free_dev;
5310 }
Dimitris Michailidisb1a3c2b2010-12-14 21:36:51 +00005311 if (err) {
5312 dev_warn(&pdev->dev, "only %d net devices registered\n", i);
5313 err = 0;
Joe Perches6403eab2011-06-03 11:51:20 +00005314 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005315
5316 if (cxgb4_debugfs_root) {
5317 adapter->debugfs_root = debugfs_create_dir(pci_name(pdev),
5318 cxgb4_debugfs_root);
5319 setup_debugfs(adapter);
5320 }
5321
David S. Miller88c51002011-10-07 13:38:43 -04005322 /* PCIe EEH recovery on powerpc platforms needs fundamental reset */
5323 pdev->needs_freset = 1;
5324
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005325 if (is_offload(adapter))
5326 attach_ulds(adapter);
5327
Hariprasad Shenai0de72732016-04-26 20:10:22 +05305328 print_adapter_info(adapter);
Hariprasad Shenai78294512016-08-11 21:06:23 +05305329 return 0;
Hariprasad Shenai0de72732016-04-26 20:10:22 +05305330
Hariprasad Shenai8e1e6052014-08-06 17:10:59 +05305331sriov:
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005332#ifdef CONFIG_PCI_IOV
Hariprasad Shenaib6244202016-06-14 14:39:31 +05305333 if (func < ARRAY_SIZE(num_vf) && num_vf[func] > 0) {
5334 dev_warn(&pdev->dev,
5335 "Enabling SR-IOV VFs using the num_vf module "
5336 "parameter is deprecated - please use the pci sysfs "
5337 "interface instead.\n");
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005338 if (pci_enable_sriov(pdev, num_vf[func]) == 0)
5339 dev_info(&pdev->dev,
5340 "instantiated %u virtual functions\n",
5341 num_vf[func]);
Hariprasad Shenaib6244202016-06-14 14:39:31 +05305342 }
Hariprasad Shenai78294512016-08-11 21:06:23 +05305343
5344 adapter = kzalloc(sizeof(*adapter), GFP_KERNEL);
5345 if (!adapter) {
5346 err = -ENOMEM;
5347 goto free_pci_region;
5348 }
5349
5350 snprintf(name, IFNAMSIZ, "mgmtpf%d%d", adap_idx, func);
5351 netdev = alloc_netdev(0, name, NET_NAME_UNKNOWN, ether_setup);
5352 if (!netdev) {
5353 err = -ENOMEM;
5354 goto free_adapter;
5355 }
5356
5357 adapter->pdev = pdev;
5358 adapter->pdev_dev = &pdev->dev;
5359 adapter->name = pci_name(pdev);
5360 adapter->mbox = func;
5361 adapter->pf = func;
5362 adapter->regs = regs;
5363 adapter->mbox_log = kzalloc(sizeof(*adapter->mbox_log) +
5364 (sizeof(struct mbox_cmd) *
5365 T4_OS_LOG_MBOX_CMDS),
5366 GFP_KERNEL);
5367 if (!adapter->mbox_log) {
5368 err = -ENOMEM;
5369 goto free_netdevice;
5370 }
5371 pi = netdev_priv(netdev);
5372 pi->adapter = adapter;
5373 SET_NETDEV_DEV(netdev, &pdev->dev);
5374 pci_set_drvdata(pdev, adapter);
5375
5376 adapter->port[0] = netdev;
5377 netdev->netdev_ops = &cxgb4_mgmt_netdev_ops;
5378 netdev->ethtool_ops = &cxgb4_mgmt_ethtool_ops;
5379
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005380 return 0;
5381
Hariprasad Shenai78294512016-08-11 21:06:23 +05305382 free_netdevice:
5383 free_netdev(adapter->port[0]);
5384 free_adapter:
5385 kfree(adapter);
5386 free_pci_region:
5387 iounmap(regs);
5388 pci_disable_sriov(pdev);
5389 pci_release_regions(pdev);
5390 return err;
5391#else
5392 return 0;
5393#endif
5394
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005395 out_free_dev:
Dimitris Michailidis06546392010-07-11 12:01:16 +00005396 free_some_resources(adapter);
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05305397 if (adapter->flags & USING_MSIX)
5398 free_msix_info(adapter);
5399 if (adapter->num_uld)
5400 uld_mem_free(adapter);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005401 out_unmap_bar:
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05305402 if (!is_t4(adapter->params.chip))
Santosh Rastapur22adfe02013-03-14 05:08:51 +00005403 iounmap(adapter->bar2);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005404 out_free_adapter:
Anish Bhatt29aaee62014-08-20 13:44:06 -07005405 if (adapter->workq)
5406 destroy_workqueue(adapter->workq);
5407
Hariprasad Shenai7f080c32016-04-28 13:23:18 +05305408 kfree(adapter->mbox_log);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005409 kfree(adapter);
Hariprasad Shenaid6ce2622014-09-16 02:58:46 +05305410 out_unmap_bar0:
5411 iounmap(regs);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005412 out_disable_device:
5413 pci_disable_pcie_error_reporting(pdev);
5414 pci_disable_device(pdev);
5415 out_release_regions:
5416 pci_release_regions(pdev);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005417 return err;
5418}
5419
Bill Pemberton91744942012-12-03 09:23:02 -05005420static void remove_one(struct pci_dev *pdev)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005421{
5422 struct adapter *adapter = pci_get_drvdata(pdev);
5423
Hariprasad Shenai78294512016-08-11 21:06:23 +05305424 if (!adapter) {
5425 pci_release_regions(pdev);
5426 return;
5427 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005428
Hariprasad Shenai78294512016-08-11 21:06:23 +05305429 if (adapter->pf == 4) {
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005430 int i;
5431
Anish Bhatt29aaee62014-08-20 13:44:06 -07005432 /* Tear down per-adapter Work Queue first since it can contain
5433 * references to our adapter data structure.
5434 */
5435 destroy_workqueue(adapter->workq);
5436
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005437 if (is_offload(adapter))
5438 detach_ulds(adapter);
5439
Hariprasad Shenaib37987e2015-03-26 10:04:26 +05305440 disable_interrupts(adapter);
5441
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005442 for_each_port(adapter, i)
Dimitris Michailidis8f3a7672010-12-14 21:36:52 +00005443 if (adapter->port[i]->reg_state == NETREG_REGISTERED)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005444 unregister_netdev(adapter->port[i]);
5445
Fabian Frederick9f16dc22014-06-27 22:51:52 +02005446 debugfs_remove_recursive(adapter->debugfs_root);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005447
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00005448 /* If we allocated filters, free up state associated with any
5449 * valid filters ...
5450 */
5451 if (adapter->tids.ftid_tab) {
5452 struct filter_entry *f = &adapter->tids.ftid_tab[0];
Vipul Pandyadca4fae2012-12-10 09:30:53 +00005453 for (i = 0; i < (adapter->tids.nftids +
5454 adapter->tids.nsftids); i++, f++)
Vipul Pandyaf2b7e782012-12-10 09:30:52 +00005455 if (f->valid)
5456 clear_filter(adapter, f);
5457 }
5458
Dimitris Michailidisaaefae92010-05-18 10:07:12 +00005459 if (adapter->flags & FULL_INIT_DONE)
5460 cxgb_down(adapter);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005461
Hariprasad Shenai94cdb8b2016-08-17 12:33:03 +05305462 if (adapter->flags & USING_MSIX)
5463 free_msix_info(adapter);
5464 if (adapter->num_uld)
5465 uld_mem_free(adapter);
Dimitris Michailidis06546392010-07-11 12:01:16 +00005466 free_some_resources(adapter);
Anish Bhattb5a02f52015-01-14 15:17:34 -08005467#if IS_ENABLED(CONFIG_IPV6)
5468 t4_cleanup_clip_tbl(adapter);
5469#endif
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005470 iounmap(adapter->regs);
Hariprasad Shenaid14807d2013-12-03 17:05:56 +05305471 if (!is_t4(adapter->params.chip))
Santosh Rastapur22adfe02013-03-14 05:08:51 +00005472 iounmap(adapter->bar2);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005473 pci_disable_pcie_error_reporting(pdev);
Gavin Shan144be3d2014-01-23 12:27:34 +08005474 if ((adapter->flags & DEV_ENABLED)) {
5475 pci_disable_device(pdev);
5476 adapter->flags &= ~DEV_ENABLED;
5477 }
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005478 pci_release_regions(pdev);
Hariprasad Shenai7f080c32016-04-28 13:23:18 +05305479 kfree(adapter->mbox_log);
Li RongQingee9a33b2014-06-20 17:32:36 +08005480 synchronize_rcu();
Gavin Shan8b662fe2014-01-24 17:12:03 +08005481 kfree(adapter);
Hariprasad Shenai78294512016-08-11 21:06:23 +05305482 }
5483#ifdef CONFIG_PCI_IOV
5484 else {
5485 if (adapter->port[0]->reg_state == NETREG_REGISTERED)
5486 unregister_netdev(adapter->port[0]);
5487 free_netdev(adapter->port[0]);
5488 iounmap(adapter->regs);
5489 kfree(adapter);
5490 pci_disable_sriov(pdev);
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005491 pci_release_regions(pdev);
Hariprasad Shenai78294512016-08-11 21:06:23 +05305492 }
5493#endif
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005494}
5495
5496static struct pci_driver cxgb4_driver = {
5497 .name = KBUILD_MODNAME,
5498 .id_table = cxgb4_pci_tbl,
5499 .probe = init_one,
Bill Pemberton91744942012-12-03 09:23:02 -05005500 .remove = remove_one,
Thadeu Lima de Souza Cascardo687d7052014-02-24 17:04:52 -03005501 .shutdown = remove_one,
Hariprasad Shenaib6244202016-06-14 14:39:31 +05305502#ifdef CONFIG_PCI_IOV
5503 .sriov_configure = cxgb4_iov_configure,
5504#endif
Dimitris Michailidis204dc3c2010-06-18 10:05:29 +00005505 .err_handler = &cxgb4_eeh,
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005506};
5507
5508static int __init cxgb4_init_module(void)
5509{
5510 int ret;
5511
5512 /* Debugfs support is optional, just warn if this fails */
5513 cxgb4_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL);
5514 if (!cxgb4_debugfs_root)
Joe Perches428ac432013-01-06 13:34:49 +00005515 pr_warn("could not create debugfs entry, continuing\n");
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005516
5517 ret = pci_register_driver(&cxgb4_driver);
Anish Bhatt29aaee62014-08-20 13:44:06 -07005518 if (ret < 0)
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005519 debugfs_remove(cxgb4_debugfs_root);
Vipul Pandya01bcca62013-07-04 16:10:46 +05305520
Anish Bhatt1bb60372014-10-14 20:07:22 -07005521#if IS_ENABLED(CONFIG_IPV6)
Anish Bhattb5a02f52015-01-14 15:17:34 -08005522 if (!inet6addr_registered) {
5523 register_inet6addr_notifier(&cxgb4_inet6addr_notifier);
5524 inet6addr_registered = true;
5525 }
Anish Bhatt1bb60372014-10-14 20:07:22 -07005526#endif
Vipul Pandya01bcca62013-07-04 16:10:46 +05305527
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005528 return ret;
5529}
5530
5531static void __exit cxgb4_cleanup_module(void)
5532{
Anish Bhatt1bb60372014-10-14 20:07:22 -07005533#if IS_ENABLED(CONFIG_IPV6)
Hariprasad Shenai1793c792015-01-21 20:57:52 +05305534 if (inet6addr_registered) {
Anish Bhattb5a02f52015-01-14 15:17:34 -08005535 unregister_inet6addr_notifier(&cxgb4_inet6addr_notifier);
5536 inet6addr_registered = false;
5537 }
Anish Bhatt1bb60372014-10-14 20:07:22 -07005538#endif
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005539 pci_unregister_driver(&cxgb4_driver);
5540 debugfs_remove(cxgb4_debugfs_root); /* NULL ok */
Dimitris Michailidisb8ff05a2010-04-01 15:28:26 +00005541}
5542
5543module_init(cxgb4_init_module);
5544module_exit(cxgb4_cleanup_module);