| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:52:26 +00:00
										 |  |  |  * Copyright 2008-2010 Cisco Systems, Inc.  All rights reserved. | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  |  * Copyright 2007 Nuova Systems, Inc.  All rights reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you may redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation; version 2 of the License. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 
					
						
							|  |  |  |  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 
					
						
							|  |  |  |  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | 
					
						
							|  |  |  |  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS | 
					
						
							|  |  |  |  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | 
					
						
							|  |  |  |  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | 
					
						
							|  |  |  |  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 
					
						
							|  |  |  |  * SOFTWARE. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/module.h>
 | 
					
						
							|  |  |  | #include <linux/kernel.h>
 | 
					
						
							|  |  |  | #include <linux/string.h>
 | 
					
						
							|  |  |  | #include <linux/errno.h>
 | 
					
						
							|  |  |  | #include <linux/types.h>
 | 
					
						
							|  |  |  | #include <linux/init.h>
 | 
					
						
							| 
									
										
										
										
											2011-06-06 10:43:46 +00:00
										 |  |  | #include <linux/interrupt.h>
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | #include <linux/workqueue.h>
 | 
					
						
							|  |  |  | #include <linux/pci.h>
 | 
					
						
							|  |  |  | #include <linux/netdevice.h>
 | 
					
						
							|  |  |  | #include <linux/etherdevice.h>
 | 
					
						
							| 
									
										
										
										
											2011-08-16 06:29:00 +00:00
										 |  |  | #include <linux/if.h>
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | #include <linux/if_ether.h>
 | 
					
						
							|  |  |  | #include <linux/if_vlan.h>
 | 
					
						
							|  |  |  | #include <linux/in.h>
 | 
					
						
							|  |  |  | #include <linux/ip.h>
 | 
					
						
							|  |  |  | #include <linux/ipv6.h>
 | 
					
						
							|  |  |  | #include <linux/tcp.h>
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:52:26 +00:00
										 |  |  | #include <linux/rtnetlink.h>
 | 
					
						
							| 
									
										
										
										
											2011-05-22 16:47:17 -04:00
										 |  |  | #include <linux/prefetch.h>
 | 
					
						
							| 
									
										
										
										
											2008-10-13 18:41:01 -07:00
										 |  |  | #include <net/ip6_checksum.h>
 | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | #include <linux/ktime.h>
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:01 +05:30
										 |  |  | #ifdef CONFIG_RFS_ACCEL
 | 
					
						
							|  |  |  | #include <linux/cpu_rmap.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | #ifdef CONFIG_NET_RX_BUSY_POLL
 | 
					
						
							|  |  |  | #include <net/busy_poll.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2015-01-03 19:35:44 +05:30
										 |  |  | #include <linux/crash_dump.h>
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include "cq_enet_desc.h"
 | 
					
						
							|  |  |  | #include "vnic_dev.h"
 | 
					
						
							|  |  |  | #include "vnic_intr.h"
 | 
					
						
							|  |  |  | #include "vnic_stats.h"
 | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | #include "vnic_vic.h"
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | #include "enic_res.h"
 | 
					
						
							|  |  |  | #include "enic.h"
 | 
					
						
							| 
									
										
										
										
											2011-02-04 16:17:05 +00:00
										 |  |  | #include "enic_dev.h"
 | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | #include "enic_pp.h"
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:02 +05:30
										 |  |  | #include "enic_clsf.h"
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define ENIC_NOTIFY_TIMER_PERIOD	(2 * HZ)
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | #define WQ_ENET_MAX_DESC_LEN		(1 << WQ_ENET_LEN_BITS)
 | 
					
						
							|  |  |  | #define MAX_TSO				(1 << 16)
 | 
					
						
							|  |  |  | #define ENIC_DESC_MAX_SPLITS		(MAX_TSO / WQ_ENET_MAX_DESC_LEN + 1)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define PCI_DEVICE_ID_CISCO_VIC_ENET         0x0043  /* ethernet vnic */
 | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | #define PCI_DEVICE_ID_CISCO_VIC_ENET_DYN     0x0044  /* enet dynamic vnic */
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:23:55 +00:00
										 |  |  | #define PCI_DEVICE_ID_CISCO_VIC_ENET_VF      0x0071  /* enet SRIOV VF */
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | #define RX_COPYBREAK_DEFAULT		256
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | /* Supported devices */ | 
					
						
							| 
									
										
										
										
											2014-08-08 15:56:03 +02:00
										 |  |  | static const struct pci_device_id enic_id_table[] = { | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	{ PCI_VDEVICE(CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET) }, | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	{ PCI_VDEVICE(CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET_DYN) }, | 
					
						
							| 
									
										
										
										
											2012-01-18 04:23:55 +00:00
										 |  |  | 	{ PCI_VDEVICE(CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET_VF) }, | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	{ 0, }	/* end of table */ | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MODULE_DESCRIPTION(DRV_DESCRIPTION); | 
					
						
							|  |  |  | MODULE_AUTHOR("Scott Feldman <scofeldm@cisco.com>"); | 
					
						
							|  |  |  | MODULE_LICENSE("GPL"); | 
					
						
							|  |  |  | MODULE_VERSION(DRV_VERSION); | 
					
						
							|  |  |  | MODULE_DEVICE_TABLE(pci, enic_id_table); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | #define ENIC_LARGE_PKT_THRESHOLD		1000
 | 
					
						
							|  |  |  | #define ENIC_MAX_COALESCE_TIMERS		10
 | 
					
						
							|  |  |  | /*  Interrupt moderation table, which will be used to decide the
 | 
					
						
							|  |  |  |  *  coalescing timer values | 
					
						
							|  |  |  |  *  {rx_rate in Mbps, mapping percentage of the range} | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-02-05 15:34:13 +00:00
										 |  |  | static struct enic_intr_mod_table mod_table[ENIC_MAX_COALESCE_TIMERS + 1] = { | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 	{4000,  0}, | 
					
						
							|  |  |  | 	{4400, 10}, | 
					
						
							|  |  |  | 	{5060, 20}, | 
					
						
							|  |  |  | 	{5230, 30}, | 
					
						
							|  |  |  | 	{5540, 40}, | 
					
						
							|  |  |  | 	{5820, 50}, | 
					
						
							|  |  |  | 	{6120, 60}, | 
					
						
							|  |  |  | 	{6435, 70}, | 
					
						
							|  |  |  | 	{6745, 80}, | 
					
						
							|  |  |  | 	{7000, 90}, | 
					
						
							|  |  |  | 	{0xFFFFFFFF, 100} | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* This table helps the driver to pick different ranges for rx coalescing
 | 
					
						
							|  |  |  |  * timer depending on the link speed. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-02-05 15:34:13 +00:00
										 |  |  | static struct enic_intr_mod_range mod_range[ENIC_MAX_LINK_SPEEDS] = { | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 	{0,  0}, /* 0  - 4  Gbps */ | 
					
						
							|  |  |  | 	{0,  3}, /* 4  - 10 Gbps */ | 
					
						
							|  |  |  | 	{3,  6}, /* 10 - 40 Gbps */ | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | int enic_is_dynamic(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	return enic->pdev->device == PCI_DEVICE_ID_CISCO_VIC_ENET_DYN; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | int enic_sriov_enabled(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	return (enic->priv_flags & ENIC_SRIOV_ENABLED) ? 1 : 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:23:55 +00:00
										 |  |  | static int enic_is_sriov_vf(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	return enic->pdev->device == PCI_DEVICE_ID_CISCO_VIC_ENET_VF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:38 +00:00
										 |  |  | int enic_is_valid_vf(struct enic *enic, int vf) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | #ifdef CONFIG_PCI_IOV
 | 
					
						
							|  |  |  | 	return vf >= 0 && vf < enic->num_vfs; | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = vnic_dev_priv(wq->vdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (buf->sop) | 
					
						
							|  |  |  | 		pci_unmap_single(enic->pdev, buf->dma_addr, | 
					
						
							|  |  |  | 			buf->len, PCI_DMA_TODEVICE); | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		pci_unmap_page(enic->pdev, buf->dma_addr, | 
					
						
							|  |  |  | 			buf->len, PCI_DMA_TODEVICE); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (buf->os_buf) | 
					
						
							|  |  |  | 		dev_kfree_skb_any(buf->os_buf); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_wq_free_buf(struct vnic_wq *wq, | 
					
						
							|  |  |  | 	struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	enic_free_wq_buf(wq, buf); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_wq_service(struct vnic_dev *vdev, struct cq_desc *cq_desc, | 
					
						
							|  |  |  | 	u8 type, u16 q_number, u16 completed_index, void *opaque) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = vnic_dev_priv(vdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_lock(&enic->wq_lock[q_number]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	vnic_wq_service(&enic->wq[q_number], cq_desc, | 
					
						
							|  |  |  | 		completed_index, enic_wq_free_buf, | 
					
						
							|  |  |  | 		opaque); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 	if (netif_tx_queue_stopped(netdev_get_tx_queue(enic->netdev, q_number)) && | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	    vnic_wq_desc_avail(&enic->wq[q_number]) >= | 
					
						
							|  |  |  | 	    (MAX_SKB_FRAGS + ENIC_DESC_MAX_SPLITS)) | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 		netif_wake_subqueue(enic->netdev, q_number); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	spin_unlock(&enic->wq_lock[q_number]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_log_q_error(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 	u32 error_status; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < enic->wq_count; i++) { | 
					
						
							|  |  |  | 		error_status = vnic_wq_error_status(&enic->wq[i]); | 
					
						
							|  |  |  | 		if (error_status) | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			netdev_err(enic->netdev, "WQ[%d] error_status %d\n", | 
					
						
							|  |  |  | 				i, error_status); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 		error_status = vnic_rq_error_status(&enic->rq[i]); | 
					
						
							|  |  |  | 		if (error_status) | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			netdev_err(enic->netdev, "RQ[%d] error_status %d\n", | 
					
						
							|  |  |  | 				i, error_status); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | static void enic_msglvl_check(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	u32 msg_enable = vnic_dev_msg_lvl(enic->vdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	if (msg_enable != enic->msg_enable) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_info(enic->netdev, "msg lvl changed from 0x%x to 0x%x\n", | 
					
						
							|  |  |  | 			enic->msg_enable, msg_enable); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 		enic->msg_enable = msg_enable; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_mtu_check(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	u32 mtu = vnic_dev_mtu(enic->vdev); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:40 +00:00
										 |  |  | 	if (mtu && mtu != enic->port_mtu) { | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:54 +00:00
										 |  |  | 		enic->port_mtu = mtu; | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:02 +00:00
										 |  |  | 		if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) { | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | 			mtu = max_t(int, ENIC_MIN_MTU, | 
					
						
							|  |  |  | 				min_t(int, ENIC_MAX_MTU, mtu)); | 
					
						
							|  |  |  | 			if (mtu != netdev->mtu) | 
					
						
							|  |  |  | 				schedule_work(&enic->change_mtu_work); | 
					
						
							|  |  |  | 		} else { | 
					
						
							|  |  |  | 			if (mtu < netdev->mtu) | 
					
						
							|  |  |  | 				netdev_warn(netdev, | 
					
						
							|  |  |  | 					"interface MTU (%d) set higher " | 
					
						
							|  |  |  | 					"than switch port MTU (%d)\n", | 
					
						
							|  |  |  | 					netdev->mtu, mtu); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | static void enic_link_check(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	int link_status = vnic_dev_link_status(enic->vdev); | 
					
						
							|  |  |  | 	int carrier_ok = netif_carrier_ok(enic->netdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	if (link_status && !carrier_ok) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_info(enic->netdev, "Link UP\n"); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 		netif_carrier_on(enic->netdev); | 
					
						
							|  |  |  | 	} else if (!link_status && carrier_ok) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_info(enic->netdev, "Link DOWN\n"); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 		netif_carrier_off(enic->netdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_notify_check(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	enic_msglvl_check(enic); | 
					
						
							|  |  |  | 	enic_mtu_check(enic); | 
					
						
							|  |  |  | 	enic_link_check(enic); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define ENIC_TEST_INTR(pba, i) (pba & (1 << i))
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static irqreturn_t enic_isr_legacy(int irq, void *data) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct net_device *netdev = data; | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int io_intr = enic_legacy_io_intr(); | 
					
						
							|  |  |  | 	unsigned int err_intr = enic_legacy_err_intr(); | 
					
						
							|  |  |  | 	unsigned int notify_intr = enic_legacy_notify_intr(); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	u32 pba; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	vnic_intr_mask(&enic->intr[io_intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	pba = vnic_intr_legacy_pba(enic->legacy_pba); | 
					
						
							|  |  |  | 	if (!pba) { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		vnic_intr_unmask(&enic->intr[io_intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		return IRQ_NONE;	/* not our interrupt */ | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	if (ENIC_TEST_INTR(pba, notify_intr)) { | 
					
						
							|  |  |  | 		vnic_intr_return_all_credits(&enic->intr[notify_intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		enic_notify_check(enic); | 
					
						
							| 
									
										
										
										
											2009-02-09 23:23:50 -08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	if (ENIC_TEST_INTR(pba, err_intr)) { | 
					
						
							|  |  |  | 		vnic_intr_return_all_credits(&enic->intr[err_intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		enic_log_q_error(enic); | 
					
						
							|  |  |  | 		/* schedule recovery from WQ/RQ error */ | 
					
						
							|  |  |  | 		schedule_work(&enic->reset); | 
					
						
							|  |  |  | 		return IRQ_HANDLED; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 01:22:51 +05:30
										 |  |  | 	if (ENIC_TEST_INTR(pba, io_intr)) | 
					
						
							|  |  |  | 		napi_schedule_irqoff(&enic->napi[0]); | 
					
						
							|  |  |  | 	else | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		vnic_intr_unmask(&enic->intr[io_intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return IRQ_HANDLED; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static irqreturn_t enic_isr_msi(int irq, void *data) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = data; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* With MSI, there is no sharing of interrupts, so this is
 | 
					
						
							|  |  |  | 	 * our interrupt and there is no need to ack it.  The device | 
					
						
							|  |  |  | 	 * is not providing per-vector masking, so the OS will not | 
					
						
							|  |  |  | 	 * write to PCI config space to mask/unmask the interrupt. | 
					
						
							|  |  |  | 	 * We're using mask_on_assertion for MSI, so the device | 
					
						
							|  |  |  | 	 * automatically masks the interrupt when the interrupt is | 
					
						
							|  |  |  | 	 * generated.  Later, when exiting polling, the interrupt | 
					
						
							|  |  |  | 	 * will be unmasked (see enic_poll). | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Also, the device uses the same PCIe Traffic Class (TC) | 
					
						
							|  |  |  | 	 * for Memory Write data and MSI, so there are no ordering | 
					
						
							|  |  |  | 	 * issues; the MSI will always arrive at the Root Complex | 
					
						
							|  |  |  | 	 * _after_ corresponding Memory Writes (i.e. descriptor | 
					
						
							|  |  |  | 	 * writes). | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 01:22:51 +05:30
										 |  |  | 	napi_schedule_irqoff(&enic->napi[0]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return IRQ_HANDLED; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | static irqreturn_t enic_isr_msix(int irq, void *data) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	struct napi_struct *napi = data; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 01:22:51 +05:30
										 |  |  | 	napi_schedule_irqoff(napi); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return IRQ_HANDLED; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static irqreturn_t enic_isr_msix_err(int irq, void *data) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = data; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int intr = enic_msix_err_intr(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	vnic_intr_return_all_credits(&enic->intr[intr]); | 
					
						
							| 
									
										
										
										
											2009-02-09 23:23:50 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	enic_log_q_error(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* schedule recovery from WQ/RQ error */ | 
					
						
							|  |  |  | 	schedule_work(&enic->reset); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return IRQ_HANDLED; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static irqreturn_t enic_isr_msix_notify(int irq, void *data) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = data; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int intr = enic_msix_notify_intr(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	vnic_intr_return_all_credits(&enic->intr[intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	enic_notify_check(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return IRQ_HANDLED; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | static int enic_queue_wq_skb_cont(struct enic *enic, struct vnic_wq *wq, | 
					
						
							|  |  |  | 				  struct sk_buff *skb, unsigned int len_left, | 
					
						
							|  |  |  | 				  int loopback) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2011-10-18 21:00:24 +00:00
										 |  |  | 	const skb_frag_t *frag; | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	dma_addr_t dma_addr; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Queue additional data fragments */ | 
					
						
							|  |  |  | 	for (frag = skb_shinfo(skb)->frags; len_left; frag++) { | 
					
						
							| 
									
										
										
										
											2011-10-18 21:00:24 +00:00
										 |  |  | 		len_left -= skb_frag_size(frag); | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		dma_addr = skb_frag_dma_map(&enic->pdev->dev, frag, 0, | 
					
						
							|  |  |  | 					    skb_frag_size(frag), | 
					
						
							|  |  |  | 					    DMA_TO_DEVICE); | 
					
						
							|  |  |  | 		if (unlikely(enic_dma_map_check(enic, dma_addr))) | 
					
						
							|  |  |  | 			return -ENOMEM; | 
					
						
							|  |  |  | 		enic_queue_wq_desc_cont(wq, skb, dma_addr, skb_frag_size(frag), | 
					
						
							|  |  |  | 					(len_left == 0),	/* EOP? */ | 
					
						
							|  |  |  | 					loopback); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | static int enic_queue_wq_skb_vlan(struct enic *enic, struct vnic_wq *wq, | 
					
						
							|  |  |  | 				  struct sk_buff *skb, int vlan_tag_insert, | 
					
						
							|  |  |  | 				  unsigned int vlan_tag, int loopback) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	unsigned int head_len = skb_headlen(skb); | 
					
						
							|  |  |  | 	unsigned int len_left = skb->len - head_len; | 
					
						
							|  |  |  | 	int eop = (len_left == 0); | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	dma_addr_t dma_addr; | 
					
						
							|  |  |  | 	int err = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dma_addr = pci_map_single(enic->pdev, skb->data, head_len, | 
					
						
							|  |  |  | 				  PCI_DMA_TODEVICE); | 
					
						
							|  |  |  | 	if (unlikely(enic_dma_map_check(enic, dma_addr))) | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	/* Queue the main skb fragment. The fragments are no larger
 | 
					
						
							|  |  |  | 	 * than max MTU(9000)+ETH_HDR_LEN(14) bytes, which is less | 
					
						
							|  |  |  | 	 * than WQ_ENET_MAX_DESC_LEN length. So only one descriptor | 
					
						
							|  |  |  | 	 * per fragment is queued. | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	enic_queue_wq_desc(wq, skb, dma_addr, head_len,	vlan_tag_insert, | 
					
						
							|  |  |  | 			   vlan_tag, eop, loopback); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (!eop) | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | static int enic_queue_wq_skb_csum_l4(struct enic *enic, struct vnic_wq *wq, | 
					
						
							|  |  |  | 				     struct sk_buff *skb, int vlan_tag_insert, | 
					
						
							|  |  |  | 				     unsigned int vlan_tag, int loopback) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	unsigned int head_len = skb_headlen(skb); | 
					
						
							|  |  |  | 	unsigned int len_left = skb->len - head_len; | 
					
						
							| 
									
										
										
										
											2010-12-14 15:24:08 +00:00
										 |  |  | 	unsigned int hdr_len = skb_checksum_start_offset(skb); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	unsigned int csum_offset = hdr_len + skb->csum_offset; | 
					
						
							|  |  |  | 	int eop = (len_left == 0); | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	dma_addr_t dma_addr; | 
					
						
							|  |  |  | 	int err = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dma_addr = pci_map_single(enic->pdev, skb->data, head_len, | 
					
						
							|  |  |  | 				  PCI_DMA_TODEVICE); | 
					
						
							|  |  |  | 	if (unlikely(enic_dma_map_check(enic, dma_addr))) | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	/* Queue the main skb fragment. The fragments are no larger
 | 
					
						
							|  |  |  | 	 * than max MTU(9000)+ETH_HDR_LEN(14) bytes, which is less | 
					
						
							|  |  |  | 	 * than WQ_ENET_MAX_DESC_LEN length. So only one descriptor | 
					
						
							|  |  |  | 	 * per fragment is queued. | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	enic_queue_wq_desc_csum_l4(wq, skb, dma_addr, head_len,	csum_offset, | 
					
						
							|  |  |  | 				   hdr_len, vlan_tag_insert, vlan_tag, eop, | 
					
						
							|  |  |  | 				   loopback); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (!eop) | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | static int enic_queue_wq_skb_tso(struct enic *enic, struct vnic_wq *wq, | 
					
						
							|  |  |  | 				 struct sk_buff *skb, unsigned int mss, | 
					
						
							|  |  |  | 				 int vlan_tag_insert, unsigned int vlan_tag, | 
					
						
							|  |  |  | 				 int loopback) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	unsigned int frag_len_left = skb_headlen(skb); | 
					
						
							|  |  |  | 	unsigned int len_left = skb->len - frag_len_left; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	unsigned int hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb); | 
					
						
							|  |  |  | 	int eop = (len_left == 0); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	unsigned int len; | 
					
						
							|  |  |  | 	dma_addr_t dma_addr; | 
					
						
							|  |  |  | 	unsigned int offset = 0; | 
					
						
							|  |  |  | 	skb_frag_t *frag; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Preload TCP csum field with IP pseudo hdr calculated
 | 
					
						
							|  |  |  | 	 * with IP length set to zero.  HW will later add in length | 
					
						
							|  |  |  | 	 * to each TCP segment resulting from the TSO. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-01 00:45:17 -08:00
										 |  |  | 	if (skb->protocol == cpu_to_be16(ETH_P_IP)) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		ip_hdr(skb)->check = 0; | 
					
						
							|  |  |  | 		tcp_hdr(skb)->check = ~csum_tcpudp_magic(ip_hdr(skb)->saddr, | 
					
						
							|  |  |  | 			ip_hdr(skb)->daddr, 0, IPPROTO_TCP, 0); | 
					
						
							| 
									
										
										
										
											2009-02-01 00:45:17 -08:00
										 |  |  | 	} else if (skb->protocol == cpu_to_be16(ETH_P_IPV6)) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		tcp_hdr(skb)->check = ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr, | 
					
						
							|  |  |  | 			&ipv6_hdr(skb)->daddr, 0, IPPROTO_TCP, 0); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	/* Queue WQ_ENET_MAX_DESC_LEN length descriptors
 | 
					
						
							|  |  |  | 	 * for the main skb fragment | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	while (frag_len_left) { | 
					
						
							|  |  |  | 		len = min(frag_len_left, (unsigned int)WQ_ENET_MAX_DESC_LEN); | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		dma_addr = pci_map_single(enic->pdev, skb->data + offset, len, | 
					
						
							|  |  |  | 					  PCI_DMA_TODEVICE); | 
					
						
							|  |  |  | 		if (unlikely(enic_dma_map_check(enic, dma_addr))) | 
					
						
							|  |  |  | 			return -ENOMEM; | 
					
						
							|  |  |  | 		enic_queue_wq_desc_tso(wq, skb, dma_addr, len, mss, hdr_len, | 
					
						
							|  |  |  | 				       vlan_tag_insert, vlan_tag, | 
					
						
							|  |  |  | 				       eop && (len == frag_len_left), loopback); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 		frag_len_left -= len; | 
					
						
							|  |  |  | 		offset += len; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	if (eop) | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		return 0; | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Queue WQ_ENET_MAX_DESC_LEN length descriptors
 | 
					
						
							|  |  |  | 	 * for additional data fragments | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	for (frag = skb_shinfo(skb)->frags; len_left; frag++) { | 
					
						
							| 
									
										
										
										
											2011-10-18 21:00:24 +00:00
										 |  |  | 		len_left -= skb_frag_size(frag); | 
					
						
							|  |  |  | 		frag_len_left = skb_frag_size(frag); | 
					
						
							| 
									
										
										
										
											2011-08-29 23:18:27 +00:00
										 |  |  | 		offset = 0; | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		while (frag_len_left) { | 
					
						
							|  |  |  | 			len = min(frag_len_left, | 
					
						
							|  |  |  | 				(unsigned int)WQ_ENET_MAX_DESC_LEN); | 
					
						
							| 
									
										
										
										
											2011-08-29 23:18:27 +00:00
										 |  |  | 			dma_addr = skb_frag_dma_map(&enic->pdev->dev, frag, | 
					
						
							|  |  |  | 						    offset, len, | 
					
						
							| 
									
										
										
										
											2011-10-06 11:10:48 +01:00
										 |  |  | 						    DMA_TO_DEVICE); | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 			if (unlikely(enic_dma_map_check(enic, dma_addr))) | 
					
						
							|  |  |  | 				return -ENOMEM; | 
					
						
							|  |  |  | 			enic_queue_wq_desc_cont(wq, skb, dma_addr, len, | 
					
						
							|  |  |  | 						(len_left == 0) && | 
					
						
							|  |  |  | 						 (len == frag_len_left),/*EOP*/ | 
					
						
							|  |  |  | 						loopback); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 			frag_len_left -= len; | 
					
						
							|  |  |  | 			offset += len; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static inline void enic_queue_wq_skb(struct enic *enic, | 
					
						
							|  |  |  | 	struct vnic_wq *wq, struct sk_buff *skb) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned int mss = skb_shinfo(skb)->gso_size; | 
					
						
							|  |  |  | 	unsigned int vlan_tag = 0; | 
					
						
							|  |  |  | 	int vlan_tag_insert = 0; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:51:59 +00:00
										 |  |  | 	int loopback = 0; | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-13 17:13:44 +01:00
										 |  |  | 	if (skb_vlan_tag_present(skb)) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		/* VLAN tag from trunking driver */ | 
					
						
							|  |  |  | 		vlan_tag_insert = 1; | 
					
						
							| 
									
										
										
										
											2015-01-13 17:13:44 +01:00
										 |  |  | 		vlan_tag = skb_vlan_tag_get(skb); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:51:59 +00:00
										 |  |  | 	} else if (enic->loop_enable) { | 
					
						
							|  |  |  | 		vlan_tag = enic->loop_tag; | 
					
						
							|  |  |  | 		loopback = 1; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (mss) | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		err = enic_queue_wq_skb_tso(enic, wq, skb, mss, | 
					
						
							|  |  |  | 					    vlan_tag_insert, vlan_tag, | 
					
						
							|  |  |  | 					    loopback); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	else if	(skb->ip_summed == CHECKSUM_PARTIAL) | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		err = enic_queue_wq_skb_csum_l4(enic, wq, skb, vlan_tag_insert, | 
					
						
							|  |  |  | 						vlan_tag, loopback); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	else | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 		err = enic_queue_wq_skb_vlan(enic, wq, skb, vlan_tag_insert, | 
					
						
							|  |  |  | 					     vlan_tag, loopback); | 
					
						
							|  |  |  | 	if (unlikely(err)) { | 
					
						
							|  |  |  | 		struct vnic_wq_buf *buf; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		buf = wq->to_use->prev; | 
					
						
							|  |  |  | 		/* while not EOP of previous pkt && queue not empty.
 | 
					
						
							|  |  |  | 		 * For all non EOP bufs, os_buf is NULL. | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | 		while (!buf->os_buf && (buf->next != wq->to_clean)) { | 
					
						
							|  |  |  | 			enic_free_wq_buf(wq, buf); | 
					
						
							|  |  |  | 			wq->ring.desc_avail++; | 
					
						
							|  |  |  | 			buf = buf->prev; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		wq->to_use = buf->next; | 
					
						
							|  |  |  | 		dev_kfree_skb(skb); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-09 23:23:50 -08:00
										 |  |  | /* netif_tx_lock held, process context with BHs disabled, or BH */ | 
					
						
							| 
									
										
										
										
											2009-08-31 19:50:58 +00:00
										 |  |  | static netdev_tx_t enic_hard_start_xmit(struct sk_buff *skb, | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:59 +00:00
										 |  |  | 	struct net_device *netdev) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 	struct vnic_wq *wq; | 
					
						
							|  |  |  | 	unsigned int txq_map; | 
					
						
							| 
									
										
										
										
											2014-11-19 12:59:32 +05:30
										 |  |  | 	struct netdev_queue *txq; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (skb->len <= 0) { | 
					
						
							| 
									
										
										
										
											2014-03-15 16:49:05 -07:00
										 |  |  | 		dev_kfree_skb_any(skb); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		return NETDEV_TX_OK; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 	txq_map = skb_get_queue_mapping(skb) % enic->wq_count; | 
					
						
							|  |  |  | 	wq = &enic->wq[txq_map]; | 
					
						
							| 
									
										
										
										
											2014-11-19 12:59:32 +05:30
										 |  |  | 	txq = netdev_get_tx_queue(netdev, txq_map); | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	/* Non-TSO sends must fit within ENIC_NON_TSO_MAX_DESC descs,
 | 
					
						
							|  |  |  | 	 * which is very likely.  In the off chance it's going to take | 
					
						
							|  |  |  | 	 * more than * ENIC_NON_TSO_MAX_DESC, linearize the skb. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (skb_shinfo(skb)->gso_size == 0 && | 
					
						
							|  |  |  | 	    skb_shinfo(skb)->nr_frags + 1 > ENIC_NON_TSO_MAX_DESC && | 
					
						
							|  |  |  | 	    skb_linearize(skb)) { | 
					
						
							| 
									
										
										
										
											2014-03-15 16:49:05 -07:00
										 |  |  | 		dev_kfree_skb_any(skb); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		return NETDEV_TX_OK; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 01:22:52 +05:30
										 |  |  | 	spin_lock(&enic->wq_lock[txq_map]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	if (vnic_wq_desc_avail(wq) < | 
					
						
							|  |  |  | 	    skb_shinfo(skb)->nr_frags + ENIC_DESC_MAX_SPLITS) { | 
					
						
							| 
									
										
										
										
											2014-11-19 12:59:32 +05:30
										 |  |  | 		netif_tx_stop_queue(txq); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		/* This is a hard error, log it */ | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_err(netdev, "BUG! Tx ring full when queue awake!\n"); | 
					
						
							| 
									
										
										
										
											2014-11-23 01:22:52 +05:30
										 |  |  | 		spin_unlock(&enic->wq_lock[txq_map]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		return NETDEV_TX_BUSY; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_queue_wq_skb(enic, wq, skb); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:03 +00:00
										 |  |  | 	if (vnic_wq_desc_avail(wq) < MAX_SKB_FRAGS + ENIC_DESC_MAX_SPLITS) | 
					
						
							| 
									
										
										
										
											2014-11-19 12:59:32 +05:30
										 |  |  | 		netif_tx_stop_queue(txq); | 
					
						
							|  |  |  | 	if (!skb->xmit_more || netif_xmit_stopped(txq)) | 
					
						
							|  |  |  | 		vnic_wq_doorbell(wq); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 01:22:52 +05:30
										 |  |  | 	spin_unlock(&enic->wq_lock[txq_map]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return NETDEV_TX_OK; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* dev_base_lock rwlock held, nominally process context */ | 
					
						
							| 
									
										
										
										
											2011-06-08 14:54:02 +00:00
										 |  |  | static struct rtnl_link_stats64 *enic_get_stats(struct net_device *netdev, | 
					
						
							|  |  |  | 						struct rtnl_link_stats64 *net_stats) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	struct vnic_stats *stats; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	enic_dev_stats_dump(enic, &stats); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:32 -07:00
										 |  |  | 	net_stats->tx_packets = stats->tx.tx_frames_ok; | 
					
						
							|  |  |  | 	net_stats->tx_bytes = stats->tx.tx_bytes_ok; | 
					
						
							|  |  |  | 	net_stats->tx_errors = stats->tx.tx_errors; | 
					
						
							|  |  |  | 	net_stats->tx_dropped = stats->tx.tx_drops; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:32 -07:00
										 |  |  | 	net_stats->rx_packets = stats->rx.rx_frames_ok; | 
					
						
							|  |  |  | 	net_stats->rx_bytes = stats->rx.rx_bytes_ok; | 
					
						
							|  |  |  | 	net_stats->rx_errors = stats->rx.rx_errors; | 
					
						
							|  |  |  | 	net_stats->multicast = stats->rx.rx_multicast_frames_ok; | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:19 +00:00
										 |  |  | 	net_stats->rx_over_errors = enic->rq_truncated_pkts; | 
					
						
							| 
									
										
										
										
											2009-02-09 23:24:08 -08:00
										 |  |  | 	net_stats->rx_crc_errors = enic->rq_bad_fcs; | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:19 +00:00
										 |  |  | 	net_stats->rx_dropped = stats->rx.rx_no_bufs + stats->rx.rx_drop; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:32 -07:00
										 |  |  | 	return net_stats; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-28 18:44:52 -07:00
										 |  |  | static int enic_mc_sync(struct net_device *netdev, const u8 *mc_addr) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enic->mc_count == ENIC_MULTICAST_PERFECT_FILTERS) { | 
					
						
							|  |  |  | 		unsigned int mc_count = netdev_mc_count(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		netdev_warn(netdev, "Registering only %d out of %d multicast addresses\n", | 
					
						
							|  |  |  | 			    ENIC_MULTICAST_PERFECT_FILTERS, mc_count); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return -ENOSPC; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_dev_add_addr(enic, mc_addr); | 
					
						
							|  |  |  | 	enic->mc_count++; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_mc_unsync(struct net_device *netdev, const u8 *mc_addr) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_dev_del_addr(enic, mc_addr); | 
					
						
							|  |  |  | 	enic->mc_count--; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_uc_sync(struct net_device *netdev, const u8 *uc_addr) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enic->uc_count == ENIC_UNICAST_PERFECT_FILTERS) { | 
					
						
							|  |  |  | 		unsigned int uc_count = netdev_uc_count(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		netdev_warn(netdev, "Registering only %d out of %d unicast addresses\n", | 
					
						
							|  |  |  | 			    ENIC_UNICAST_PERFECT_FILTERS, uc_count); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return -ENOSPC; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_dev_add_addr(enic, uc_addr); | 
					
						
							|  |  |  | 	enic->uc_count++; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_uc_unsync(struct net_device *netdev, const u8 *uc_addr) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_dev_del_addr(enic, uc_addr); | 
					
						
							|  |  |  | 	enic->uc_count--; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | void enic_reset_addr_lists(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2014-05-28 18:44:52 -07:00
										 |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	__dev_uc_unsync(netdev, NULL); | 
					
						
							|  |  |  | 	__dev_mc_unsync(netdev, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	enic->mc_count = 0; | 
					
						
							| 
									
										
										
										
											2011-02-17 08:53:12 +00:00
										 |  |  | 	enic->uc_count = 0; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:00 +00:00
										 |  |  | 	enic->flags = 0; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_set_mac_addr(struct net_device *netdev, char *addr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:02 +00:00
										 |  |  | 	if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) { | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 		if (!is_valid_ether_addr(addr) && !is_zero_ether_addr(addr)) | 
					
						
							|  |  |  | 			return -EADDRNOTAVAIL; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		if (!is_valid_ether_addr(addr)) | 
					
						
							|  |  |  | 			return -EADDRNOTAVAIL; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	memcpy(netdev->dev_addr, addr, netdev->addr_len); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | static int enic_set_mac_address_dynamic(struct net_device *netdev, void *p) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	struct sockaddr *saddr = p; | 
					
						
							|  |  |  | 	char *addr = saddr->sa_data; | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (netif_running(enic->netdev)) { | 
					
						
							|  |  |  | 		err = enic_dev_del_station_addr(enic); | 
					
						
							|  |  |  | 		if (err) | 
					
						
							|  |  |  | 			return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_set_mac_addr(netdev, addr); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (netif_running(enic->netdev)) { | 
					
						
							|  |  |  | 		err = enic_dev_add_station_addr(enic); | 
					
						
							|  |  |  | 		if (err) | 
					
						
							|  |  |  | 			return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_set_mac_address(struct net_device *netdev, void *p) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-08-10 18:54:55 +00:00
										 |  |  | 	struct sockaddr *saddr = p; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:17:04 +00:00
										 |  |  | 	char *addr = saddr->sa_data; | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_dev_del_station_addr(enic); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_set_mac_addr(netdev, addr); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							| 
									
										
										
										
											2010-08-10 18:54:55 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:17:04 +00:00
										 |  |  | 	return enic_dev_add_station_addr(enic); | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-08 13:19:58 +00:00
										 |  |  | /* netif_tx_lock held, BHs disabled */ | 
					
						
							|  |  |  | static void enic_set_rx_mode(struct net_device *netdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	int directed = 1; | 
					
						
							|  |  |  | 	int multicast = (netdev->flags & IFF_MULTICAST) ? 1 : 0; | 
					
						
							|  |  |  | 	int broadcast = (netdev->flags & IFF_BROADCAST) ? 1 : 0; | 
					
						
							|  |  |  | 	int promisc = (netdev->flags & IFF_PROMISC) || | 
					
						
							|  |  |  | 		netdev_uc_count(netdev) > ENIC_UNICAST_PERFECT_FILTERS; | 
					
						
							|  |  |  | 	int allmulti = (netdev->flags & IFF_ALLMULTI) || | 
					
						
							|  |  |  | 		netdev_mc_count(netdev) > ENIC_MULTICAST_PERFECT_FILTERS; | 
					
						
							|  |  |  | 	unsigned int flags = netdev->flags | | 
					
						
							|  |  |  | 		(allmulti ? IFF_ALLMULTI : 0) | | 
					
						
							|  |  |  | 		(promisc ? IFF_PROMISC : 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enic->flags != flags) { | 
					
						
							|  |  |  | 		enic->flags = flags; | 
					
						
							|  |  |  | 		enic_dev_packet_filter(enic, directed, | 
					
						
							|  |  |  | 			multicast, broadcast, promisc, allmulti); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!promisc) { | 
					
						
							| 
									
										
										
										
											2014-05-28 18:44:52 -07:00
										 |  |  | 		__dev_uc_sync(netdev, enic_uc_sync, enic_uc_unsync); | 
					
						
							| 
									
										
										
										
											2010-12-08 13:19:58 +00:00
										 |  |  | 		if (!allmulti) | 
					
						
							| 
									
										
										
										
											2014-05-28 18:44:52 -07:00
										 |  |  | 			__dev_mc_sync(netdev, enic_mc_sync, enic_mc_unsync); | 
					
						
							| 
									
										
										
										
											2010-12-08 13:19:58 +00:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | /* netif_tx_lock held, BHs disabled */ | 
					
						
							|  |  |  | static void enic_tx_timeout(struct net_device *netdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	schedule_work(&enic->reset); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-08 13:53:58 +00:00
										 |  |  | static int enic_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	struct enic_port_profile *pp; | 
					
						
							|  |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2010-12-08 13:53:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	ENIC_PP_BY_INDEX(enic, vf, pp, &err); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							| 
									
										
										
										
											2010-12-08 13:53:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-07 03:50:44 +00:00
										 |  |  | 	if (is_valid_ether_addr(mac) || is_zero_ether_addr(mac)) { | 
					
						
							| 
									
										
										
										
											2012-02-20 00:11:58 +00:00
										 |  |  | 		if (vf == PORT_SELF_VF) { | 
					
						
							|  |  |  | 			memcpy(pp->vf_mac, mac, ETH_ALEN); | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} else { | 
					
						
							|  |  |  | 			/*
 | 
					
						
							|  |  |  | 			 * For sriov vf's set the mac in hw | 
					
						
							|  |  |  | 			 */ | 
					
						
							|  |  |  | 			ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, | 
					
						
							|  |  |  | 				vnic_dev_set_mac_addr, mac); | 
					
						
							|  |  |  | 			return enic_dev_status_to_errno(err); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2010-12-08 13:53:58 +00:00
										 |  |  | 	} else | 
					
						
							|  |  |  | 		return -EINVAL; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | static int enic_set_vf_port(struct net_device *netdev, int vf, | 
					
						
							|  |  |  | 	struct nlattr *port[]) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 	struct enic_port_profile prev_pp; | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	struct enic_port_profile *pp; | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 	int err = 0, restore_pp = 1; | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	ENIC_PP_BY_INDEX(enic, vf, pp, &err); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 	if (!port[IFLA_PORT_REQUEST]) | 
					
						
							|  |  |  | 		return -EOPNOTSUPP; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	memcpy(&prev_pp, pp, sizeof(*enic->pp)); | 
					
						
							|  |  |  | 	memset(pp, 0, sizeof(*enic->pp)); | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	pp->set |= ENIC_SET_REQUEST; | 
					
						
							|  |  |  | 	pp->request = nla_get_u8(port[IFLA_PORT_REQUEST]); | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (port[IFLA_PORT_PROFILE]) { | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 		pp->set |= ENIC_SET_NAME; | 
					
						
							|  |  |  | 		memcpy(pp->name, nla_data(port[IFLA_PORT_PROFILE]), | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 			PORT_PROFILE_MAX); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (port[IFLA_PORT_INSTANCE_UUID]) { | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 		pp->set |= ENIC_SET_INSTANCE; | 
					
						
							|  |  |  | 		memcpy(pp->instance_uuid, | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 			nla_data(port[IFLA_PORT_INSTANCE_UUID]), PORT_UUID_MAX); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (port[IFLA_PORT_HOST_UUID]) { | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 		pp->set |= ENIC_SET_HOST; | 
					
						
							|  |  |  | 		memcpy(pp->host_uuid, | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 			nla_data(port[IFLA_PORT_HOST_UUID]), PORT_UUID_MAX); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-20 00:11:58 +00:00
										 |  |  | 	if (vf == PORT_SELF_VF) { | 
					
						
							|  |  |  | 		/* Special case handling: mac came from IFLA_VF_MAC */ | 
					
						
							|  |  |  | 		if (!is_zero_ether_addr(prev_pp.vf_mac)) | 
					
						
							|  |  |  | 			memcpy(pp->mac_addr, prev_pp.vf_mac, ETH_ALEN); | 
					
						
							| 
									
										
										
										
											2010-05-22 17:29:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-20 00:11:58 +00:00
										 |  |  | 		if (is_zero_ether_addr(netdev->dev_addr)) | 
					
						
							|  |  |  | 			eth_hw_addr_random(netdev); | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		/* SR-IOV VF: get mac from adapter */ | 
					
						
							|  |  |  | 		ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, | 
					
						
							|  |  |  | 			vnic_dev_get_mac_addr, pp->mac_addr); | 
					
						
							|  |  |  | 		if (err) { | 
					
						
							|  |  |  | 			netdev_err(netdev, "Error getting mac for vf %d\n", vf); | 
					
						
							|  |  |  | 			memcpy(pp, &prev_pp, sizeof(*pp)); | 
					
						
							|  |  |  | 			return enic_dev_status_to_errno(err); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	err = enic_process_set_pp_request(enic, vf, &prev_pp, &restore_pp); | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 	if (err) { | 
					
						
							|  |  |  | 		if (restore_pp) { | 
					
						
							|  |  |  | 			/* Things are still the way they were: Implicit
 | 
					
						
							|  |  |  | 			 * DISASSOCIATE failed | 
					
						
							|  |  |  | 			 */ | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 			memcpy(pp, &prev_pp, sizeof(*pp)); | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 		} else { | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 			memset(pp, 0, sizeof(*pp)); | 
					
						
							|  |  |  | 			if (vf == PORT_SELF_VF) | 
					
						
							|  |  |  | 				memset(netdev->dev_addr, 0, ETH_ALEN); | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		/* Set flag to indicate that the port assoc/disassoc
 | 
					
						
							|  |  |  | 		 * request has been sent out to fw | 
					
						
							|  |  |  | 		 */ | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 		pp->set |= ENIC_PORT_REQUEST_APPLIED; | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		/* If DISASSOCIATE, clean up all assigned/saved macaddresses */ | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 		if (pp->request == PORT_REQUEST_DISASSOCIATE) { | 
					
						
							|  |  |  | 			memset(pp->mac_addr, 0, ETH_ALEN); | 
					
						
							|  |  |  | 			if (vf == PORT_SELF_VF) | 
					
						
							|  |  |  | 				memset(netdev->dev_addr, 0, ETH_ALEN); | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2010-12-08 13:54:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-20 00:11:58 +00:00
										 |  |  | 	if (vf == PORT_SELF_VF) | 
					
						
							|  |  |  | 		memset(pp->vf_mac, 0, ETH_ALEN); | 
					
						
							| 
									
										
										
										
											2010-12-08 13:54:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_get_vf_port(struct net_device *netdev, int vf, | 
					
						
							|  |  |  | 	struct sk_buff *skb) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	u16 response = PORT_PROFILE_RESPONSE_SUCCESS; | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	struct enic_port_profile *pp; | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	ENIC_PP_BY_INDEX(enic, vf, pp, &err); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!(pp->set & ENIC_PORT_REQUEST_APPLIED)) | 
					
						
							| 
									
										
										
										
											2010-06-01 08:59:33 +00:00
										 |  |  | 		return -ENODATA; | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	err = enic_process_get_pp_request(enic, vf, pp->request, &response); | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	if (err) | 
					
						
							| 
									
										
										
										
											2011-03-29 20:36:07 +00:00
										 |  |  | 		return err; | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-01 20:22:22 -04:00
										 |  |  | 	if (nla_put_u16(skb, IFLA_PORT_REQUEST, pp->request) || | 
					
						
							|  |  |  | 	    nla_put_u16(skb, IFLA_PORT_RESPONSE, response) || | 
					
						
							|  |  |  | 	    ((pp->set & ENIC_SET_NAME) && | 
					
						
							|  |  |  | 	     nla_put(skb, IFLA_PORT_PROFILE, PORT_PROFILE_MAX, pp->name)) || | 
					
						
							|  |  |  | 	    ((pp->set & ENIC_SET_INSTANCE) && | 
					
						
							|  |  |  | 	     nla_put(skb, IFLA_PORT_INSTANCE_UUID, PORT_UUID_MAX, | 
					
						
							|  |  |  | 		     pp->instance_uuid)) || | 
					
						
							|  |  |  | 	    ((pp->set & ENIC_SET_HOST) && | 
					
						
							|  |  |  | 	     nla_put(skb, IFLA_PORT_HOST_UUID, PORT_UUID_MAX, pp->host_uuid))) | 
					
						
							|  |  |  | 		goto nla_put_failure; | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | nla_put_failure: | 
					
						
							|  |  |  | 	return -EMSGSIZE; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | static void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = vnic_dev_priv(rq->vdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!buf->os_buf) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pci_unmap_single(enic->pdev, buf->dma_addr, | 
					
						
							|  |  |  | 		buf->len, PCI_DMA_FROMDEVICE); | 
					
						
							|  |  |  | 	dev_kfree_skb_any(buf->os_buf); | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | 	buf->os_buf = NULL; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_rq_alloc_buf(struct vnic_rq *rq) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = vnic_dev_priv(rq->vdev); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:08 +00:00
										 |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	struct sk_buff *skb; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:51:59 +00:00
										 |  |  | 	unsigned int len = netdev->mtu + VLAN_ETH_HLEN; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	unsigned int os_buf_index = 0; | 
					
						
							|  |  |  | 	dma_addr_t dma_addr; | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | 	struct vnic_rq_buf *buf = rq->to_use; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (buf->os_buf) { | 
					
						
							| 
									
										
										
										
											2014-11-06 15:21:39 +05:30
										 |  |  | 		enic_queue_rq_desc(rq, buf->os_buf, os_buf_index, buf->dma_addr, | 
					
						
							|  |  |  | 				   buf->len); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | 		return 0; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-10-13 05:34:20 +00:00
										 |  |  | 	skb = netdev_alloc_skb_ip_align(netdev, len); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (!skb) | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-24 15:59:37 +05:30
										 |  |  | 	dma_addr = pci_map_single(enic->pdev, skb->data, len, | 
					
						
							|  |  |  | 				  PCI_DMA_FROMDEVICE); | 
					
						
							|  |  |  | 	if (unlikely(enic_dma_map_check(enic, dma_addr))) { | 
					
						
							|  |  |  | 		dev_kfree_skb(skb); | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	enic_queue_rq_desc(rq, skb, os_buf_index, | 
					
						
							|  |  |  | 		dma_addr, len); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | static void enic_intr_update_pkt_size(struct vnic_rx_bytes_counter *pkt_size, | 
					
						
							|  |  |  | 				      u32 pkt_len) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	if (ENIC_LARGE_PKT_THRESHOLD <= pkt_len) | 
					
						
							|  |  |  | 		pkt_size->large_pkt_bytes_cnt += pkt_len; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		pkt_size->small_pkt_bytes_cnt += pkt_len; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | static bool enic_rxcopybreak(struct net_device *netdev, struct sk_buff **skb, | 
					
						
							|  |  |  | 			     struct vnic_rq_buf *buf, u16 len) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	struct sk_buff *new_skb; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (len > enic->rx_copybreak) | 
					
						
							|  |  |  | 		return false; | 
					
						
							|  |  |  | 	new_skb = netdev_alloc_skb_ip_align(netdev, len); | 
					
						
							|  |  |  | 	if (!new_skb) | 
					
						
							|  |  |  | 		return false; | 
					
						
							|  |  |  | 	pci_dma_sync_single_for_cpu(enic->pdev, buf->dma_addr, len, | 
					
						
							|  |  |  | 				    DMA_FROM_DEVICE); | 
					
						
							|  |  |  | 	memcpy(new_skb->data, (*skb)->data, len); | 
					
						
							|  |  |  | 	*skb = new_skb; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | static void enic_rq_indicate_buf(struct vnic_rq *rq, | 
					
						
							|  |  |  | 	struct cq_desc *cq_desc, struct vnic_rq_buf *buf, | 
					
						
							|  |  |  | 	int skipped, void *opaque) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = vnic_dev_priv(rq->vdev); | 
					
						
							| 
									
										
										
										
											2008-11-21 21:26:55 -08:00
										 |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	struct sk_buff *skb; | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 	struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	u8 type, color, eop, sop, ingress_port, vlan_stripped; | 
					
						
							|  |  |  | 	u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; | 
					
						
							|  |  |  | 	u8 tcp_udp_csum_ok, udp, tcp, ipv4_csum_ok; | 
					
						
							|  |  |  | 	u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; | 
					
						
							|  |  |  | 	u8 packet_error; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:49:51 +00:00
										 |  |  | 	u16 q_number, completed_index, bytes_written, vlan_tci, checksum; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	u32 rss_hash; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (skipped) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	skb = buf->os_buf; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	cq_enet_rq_desc_dec((struct cq_enet_rq_desc *)cq_desc, | 
					
						
							|  |  |  | 		&type, &color, &q_number, &completed_index, | 
					
						
							|  |  |  | 		&ingress_port, &fcoe, &eop, &sop, &rss_type, | 
					
						
							|  |  |  | 		&csum_not_calc, &rss_hash, &bytes_written, | 
					
						
							| 
									
										
										
										
											2010-06-24 10:49:51 +00:00
										 |  |  | 		&packet_error, &vlan_stripped, &vlan_tci, &checksum, | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		&fcoe_sof, &fcoe_fc_crc_ok, &fcoe_enc_error, | 
					
						
							|  |  |  | 		&fcoe_eof, &tcp_udp_csum_ok, &udp, &tcp, | 
					
						
							|  |  |  | 		&ipv4_csum_ok, &ipv6, &ipv4, &ipv4_fragment, | 
					
						
							|  |  |  | 		&fcs_ok); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (packet_error) { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:19 +00:00
										 |  |  | 		if (!fcs_ok) { | 
					
						
							|  |  |  | 			if (bytes_written > 0) | 
					
						
							|  |  |  | 				enic->rq_bad_fcs++; | 
					
						
							|  |  |  | 			else if (bytes_written == 0) | 
					
						
							|  |  |  | 				enic->rq_truncated_pkts++; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-06 15:21:38 +05:30
										 |  |  | 		pci_unmap_single(enic->pdev, buf->dma_addr, buf->len, | 
					
						
							|  |  |  | 				 PCI_DMA_FROMDEVICE); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		dev_kfree_skb_any(skb); | 
					
						
							| 
									
										
										
										
											2014-11-06 15:21:38 +05:30
										 |  |  | 		buf->os_buf = NULL; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (eop && bytes_written > 0) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Good receive
 | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | 		if (!enic_rxcopybreak(netdev, &skb, buf, bytes_written)) { | 
					
						
							|  |  |  | 			buf->os_buf = NULL; | 
					
						
							|  |  |  | 			pci_unmap_single(enic->pdev, buf->dma_addr, buf->len, | 
					
						
							|  |  |  | 					 PCI_DMA_FROMDEVICE); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		prefetch(skb->data - NET_IP_ALIGN); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		skb_put(skb, bytes_written); | 
					
						
							| 
									
										
										
										
											2008-11-21 21:26:55 -08:00
										 |  |  | 		skb->protocol = eth_type_trans(skb, netdev); | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:15 +05:30
										 |  |  | 		skb_record_rx_queue(skb, q_number); | 
					
						
							|  |  |  | 		if (netdev->features & NETIF_F_RXHASH) { | 
					
						
							| 
									
										
										
										
											2013-12-17 23:23:42 -08:00
										 |  |  | 			skb_set_hash(skb, rss_hash, | 
					
						
							|  |  |  | 				     (rss_type & | 
					
						
							|  |  |  | 				      (NIC_CFG_RSS_HASH_TYPE_TCP_IPV6_EX | | 
					
						
							|  |  |  | 				       NIC_CFG_RSS_HASH_TYPE_TCP_IPV6 | | 
					
						
							|  |  |  | 				       NIC_CFG_RSS_HASH_TYPE_TCP_IPV4)) ? | 
					
						
							|  |  |  | 				     PKT_HASH_TYPE_L4 : PKT_HASH_TYPE_L3); | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:15 +05:30
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-18 15:58:42 +05:30
										 |  |  | 		/* Hardware does not provide whole packet checksum. It only
 | 
					
						
							|  |  |  | 		 * provides pseudo checksum. Since hw validates the packet | 
					
						
							|  |  |  | 		 * checksum but not provide us the checksum value. use | 
					
						
							|  |  |  | 		 * CHECSUM_UNNECESSARY. | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | 		if ((netdev->features & NETIF_F_RXCSUM) && tcp_udp_csum_ok && | 
					
						
							|  |  |  | 		    ipv4_csum_ok) | 
					
						
							|  |  |  | 			skb->ip_summed = CHECKSUM_UNNECESSARY; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-07-20 04:54:18 +00:00
										 |  |  | 		if (vlan_stripped) | 
					
						
							| 
									
										
										
										
											2013-04-19 02:04:30 +00:00
										 |  |  | 			__vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 		skb_mark_napi_id(skb, &enic->napi[rq->index]); | 
					
						
							|  |  |  | 		if (enic_poll_busy_polling(rq) || | 
					
						
							|  |  |  | 		    !(netdev->features & NETIF_F_GRO)) | 
					
						
							| 
									
										
										
										
											2011-07-20 04:54:18 +00:00
										 |  |  | 			netif_receive_skb(skb); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 		else | 
					
						
							|  |  |  | 			napi_gro_receive(&enic->napi[q_number], skb); | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 		if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) | 
					
						
							|  |  |  | 			enic_intr_update_pkt_size(&cq->pkt_size_counter, | 
					
						
							|  |  |  | 						  bytes_written); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} else { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Buffer overflow
 | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-06 15:21:38 +05:30
										 |  |  | 		pci_unmap_single(enic->pdev, buf->dma_addr, buf->len, | 
					
						
							|  |  |  | 				 PCI_DMA_FROMDEVICE); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		dev_kfree_skb_any(skb); | 
					
						
							| 
									
										
										
										
											2014-11-06 15:21:38 +05:30
										 |  |  | 		buf->os_buf = NULL; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_rq_service(struct vnic_dev *vdev, struct cq_desc *cq_desc, | 
					
						
							|  |  |  | 	u8 type, u16 q_number, u16 completed_index, void *opaque) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = vnic_dev_priv(vdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	vnic_rq_service(&enic->rq[q_number], cq_desc, | 
					
						
							|  |  |  | 		completed_index, VNIC_RQ_RETURN_DESC, | 
					
						
							|  |  |  | 		enic_rq_indicate_buf, opaque); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_poll(struct napi_struct *napi, int budget) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	struct net_device *netdev = napi->dev; | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	unsigned int cq_rq = enic_cq_rq(enic, 0); | 
					
						
							|  |  |  | 	unsigned int cq_wq = enic_cq_wq(enic, 0); | 
					
						
							|  |  |  | 	unsigned int intr = enic_legacy_io_intr(); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	unsigned int rq_work_to_do = budget; | 
					
						
							|  |  |  | 	unsigned int wq_work_to_do = -1; /* no limit */ | 
					
						
							| 
									
										
										
										
											2014-03-14 18:02:08 -07:00
										 |  |  | 	unsigned int  work_done, rq_work_done = 0, wq_work_done; | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	wq_work_done = vnic_cq_service(&enic->cq[cq_wq], wq_work_to_do, | 
					
						
							|  |  |  | 				       enic_wq_service, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!enic_poll_lock_napi(&enic->rq[cq_rq])) { | 
					
						
							|  |  |  | 		if (wq_work_done > 0) | 
					
						
							|  |  |  | 			vnic_intr_return_credits(&enic->intr[intr], | 
					
						
							|  |  |  | 						 wq_work_done, | 
					
						
							|  |  |  | 						 0 /* dont unmask intr */, | 
					
						
							|  |  |  | 						 0 /* dont reset intr timer */); | 
					
						
							|  |  |  | 		return rq_work_done; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-03-14 18:02:08 -07:00
										 |  |  | 	if (budget > 0) | 
					
						
							|  |  |  | 		rq_work_done = vnic_cq_service(&enic->cq[cq_rq], | 
					
						
							|  |  |  | 			rq_work_to_do, enic_rq_service, NULL); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Accumulate intr event credits for this polling
 | 
					
						
							|  |  |  | 	 * cycle.  An intr event is the completion of a | 
					
						
							|  |  |  | 	 * a WQ or RQ packet. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	work_done = rq_work_done + wq_work_done; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (work_done > 0) | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		vnic_intr_return_credits(&enic->intr[intr], | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			work_done, | 
					
						
							|  |  |  | 			0 /* don't unmask intr */, | 
					
						
							|  |  |  | 			0 /* don't reset intr timer */); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-04 16:17:21 +00:00
										 |  |  | 	err = vnic_rq_fill(&enic->rq[0], enic_rq_alloc_buf); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	/* Buffer allocation failed. Stay in polling
 | 
					
						
							|  |  |  | 	 * mode so we can try to fill the ring again. | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	if (err) | 
					
						
							|  |  |  | 		rq_work_done = rq_work_to_do; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	if (rq_work_done < rq_work_to_do) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 		/* Some work done, but not enough to stay in polling,
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:49:25 +00:00
										 |  |  | 		 * exit polling | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-19 16:43:59 -08:00
										 |  |  | 		napi_complete(napi); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		vnic_intr_unmask(&enic->intr[intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	enic_poll_unlock_napi(&enic->rq[cq_rq]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return rq_work_done; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | static void enic_set_int_moderation(struct enic *enic, struct vnic_rq *rq) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned int intr = enic_msix_rq_intr(enic, rq->index); | 
					
						
							|  |  |  | 	struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; | 
					
						
							|  |  |  | 	u32 timer = cq->tobe_rx_coal_timeval; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (cq->tobe_rx_coal_timeval != cq->cur_rx_coal_timeval) { | 
					
						
							|  |  |  | 		vnic_intr_coalescing_timer_set(&enic->intr[intr], timer); | 
					
						
							|  |  |  | 		cq->cur_rx_coal_timeval = cq->tobe_rx_coal_timeval; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_calc_int_moderation(struct enic *enic, struct vnic_rq *rq) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic_rx_coal *rx_coal = &enic->rx_coalesce_setting; | 
					
						
							|  |  |  | 	struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; | 
					
						
							|  |  |  | 	struct vnic_rx_bytes_counter *pkt_size_counter = &cq->pkt_size_counter; | 
					
						
							|  |  |  | 	int index; | 
					
						
							|  |  |  | 	u32 timer; | 
					
						
							|  |  |  | 	u32 range_start; | 
					
						
							|  |  |  | 	u32 traffic; | 
					
						
							|  |  |  | 	u64 delta; | 
					
						
							|  |  |  | 	ktime_t now = ktime_get(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	delta = ktime_us_delta(now, cq->prev_ts); | 
					
						
							|  |  |  | 	if (delta < ENIC_AIC_TS_BREAK) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	cq->prev_ts = now; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	traffic = pkt_size_counter->large_pkt_bytes_cnt + | 
					
						
							|  |  |  | 		  pkt_size_counter->small_pkt_bytes_cnt; | 
					
						
							|  |  |  | 	/* The table takes Mbps
 | 
					
						
							|  |  |  | 	 * traffic *= 8    => bits | 
					
						
							|  |  |  | 	 * traffic *= (10^6 / delta)    => bps | 
					
						
							|  |  |  | 	 * traffic /= 10^6     => Mbps | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Combining, traffic *= (8 / delta) | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	traffic <<= 3; | 
					
						
							| 
									
										
										
										
											2014-05-26 15:52:43 +05:30
										 |  |  | 	traffic = delta > UINT_MAX ? 0 : traffic / (u32)delta; | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 	for (index = 0; index < ENIC_MAX_COALESCE_TIMERS; index++) | 
					
						
							|  |  |  | 		if (traffic < mod_table[index].rx_rate) | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 	range_start = (pkt_size_counter->small_pkt_bytes_cnt > | 
					
						
							|  |  |  | 		       pkt_size_counter->large_pkt_bytes_cnt << 1) ? | 
					
						
							|  |  |  | 		      rx_coal->small_pkt_range_start : | 
					
						
							|  |  |  | 		      rx_coal->large_pkt_range_start; | 
					
						
							|  |  |  | 	timer = range_start + ((rx_coal->range_end - range_start) * | 
					
						
							|  |  |  | 			       mod_table[index].range_percent / 100); | 
					
						
							|  |  |  | 	/* Damping */ | 
					
						
							|  |  |  | 	cq->tobe_rx_coal_timeval = (timer + cq->tobe_rx_coal_timeval) >> 1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pkt_size_counter->large_pkt_bytes_cnt = 0; | 
					
						
							|  |  |  | 	pkt_size_counter->small_pkt_bytes_cnt = 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:01 +05:30
										 |  |  | #ifdef CONFIG_RFS_ACCEL
 | 
					
						
							|  |  |  | static void enic_free_rx_cpu_rmap(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	free_irq_cpu_rmap(enic->netdev->rx_cpu_rmap); | 
					
						
							|  |  |  | 	enic->netdev->rx_cpu_rmap = NULL; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_set_rx_cpu_rmap(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	int i, res; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (vnic_dev_get_intr_mode(enic->vdev) == VNIC_DEV_INTR_MODE_MSIX) { | 
					
						
							|  |  |  | 		enic->netdev->rx_cpu_rmap = alloc_irq_cpu_rmap(enic->rq_count); | 
					
						
							|  |  |  | 		if (unlikely(!enic->netdev->rx_cpu_rmap)) | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 		for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 			res = irq_cpu_rmap_add(enic->netdev->rx_cpu_rmap, | 
					
						
							|  |  |  | 					       enic->msix_entry[i].vector); | 
					
						
							|  |  |  | 			if (unlikely(res)) { | 
					
						
							|  |  |  | 				enic_free_rx_cpu_rmap(enic); | 
					
						
							|  |  |  | 				return; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_free_rx_cpu_rmap(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_set_rx_cpu_rmap(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* CONFIG_RFS_ACCEL */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | #ifdef CONFIG_NET_RX_BUSY_POLL
 | 
					
						
							| 
									
										
										
										
											2015-02-05 15:34:13 +00:00
										 |  |  | static int enic_busy_poll(struct napi_struct *napi) | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | { | 
					
						
							|  |  |  | 	struct net_device *netdev = napi->dev; | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	unsigned int rq = (napi - &enic->napi[0]); | 
					
						
							|  |  |  | 	unsigned int cq = enic_cq_rq(enic, rq); | 
					
						
							|  |  |  | 	unsigned int intr = enic_msix_rq_intr(enic, rq); | 
					
						
							|  |  |  | 	unsigned int work_to_do = -1; /* clean all pkts possible */ | 
					
						
							|  |  |  | 	unsigned int work_done; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!enic_poll_lock_poll(&enic->rq[rq])) | 
					
						
							|  |  |  | 		return LL_FLUSH_BUSY; | 
					
						
							|  |  |  | 	work_done = vnic_cq_service(&enic->cq[cq], work_to_do, | 
					
						
							|  |  |  | 				    enic_rq_service, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (work_done > 0) | 
					
						
							|  |  |  | 		vnic_intr_return_credits(&enic->intr[intr], | 
					
						
							|  |  |  | 					 work_done, 0, 0); | 
					
						
							|  |  |  | 	vnic_rq_fill(&enic->rq[rq], enic_rq_alloc_buf); | 
					
						
							|  |  |  | 	if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) | 
					
						
							|  |  |  | 		enic_calc_int_moderation(enic, &enic->rq[rq]); | 
					
						
							|  |  |  | 	enic_poll_unlock_poll(&enic->rq[rq]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return work_done; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif /* CONFIG_NET_RX_BUSY_POLL */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | static int enic_poll_msix_wq(struct napi_struct *napi, int budget) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct net_device *netdev = napi->dev; | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	unsigned int wq_index = (napi - &enic->napi[0]) - enic->rq_count; | 
					
						
							|  |  |  | 	struct vnic_wq *wq = &enic->wq[wq_index]; | 
					
						
							|  |  |  | 	unsigned int cq; | 
					
						
							|  |  |  | 	unsigned int intr; | 
					
						
							|  |  |  | 	unsigned int wq_work_to_do = -1; /* clean all desc possible */ | 
					
						
							|  |  |  | 	unsigned int wq_work_done; | 
					
						
							|  |  |  | 	unsigned int wq_irq; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wq_irq = wq->index; | 
					
						
							|  |  |  | 	cq = enic_cq_wq(enic, wq_irq); | 
					
						
							|  |  |  | 	intr = enic_msix_wq_intr(enic, wq_irq); | 
					
						
							|  |  |  | 	wq_work_done = vnic_cq_service(&enic->cq[cq], wq_work_to_do, | 
					
						
							|  |  |  | 				       enic_wq_service, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	vnic_intr_return_credits(&enic->intr[intr], wq_work_done, | 
					
						
							|  |  |  | 				 0 /* don't unmask intr */, | 
					
						
							|  |  |  | 				 1 /* reset intr timer */); | 
					
						
							|  |  |  | 	if (!wq_work_done) { | 
					
						
							|  |  |  | 		napi_complete(napi); | 
					
						
							|  |  |  | 		vnic_intr_unmask(&enic->intr[intr]); | 
					
						
							| 
									
										
										
										
											2014-11-13 04:12:06 +05:30
										 |  |  | 		return 0; | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-13 04:12:06 +05:30
										 |  |  | 	return budget; | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_poll_msix_rq(struct napi_struct *napi, int budget) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	struct net_device *netdev = napi->dev; | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	unsigned int rq = (napi - &enic->napi[0]); | 
					
						
							|  |  |  | 	unsigned int cq = enic_cq_rq(enic, rq); | 
					
						
							|  |  |  | 	unsigned int intr = enic_msix_rq_intr(enic, rq); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	unsigned int work_to_do = budget; | 
					
						
							| 
									
										
										
										
											2014-03-14 18:02:08 -07:00
										 |  |  | 	unsigned int work_done = 0; | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	if (!enic_poll_lock_napi(&enic->rq[rq])) | 
					
						
							| 
									
										
										
										
											2015-01-20 18:46:15 +05:30
										 |  |  | 		return budget; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	/* Service RQ
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-03-14 18:02:08 -07:00
										 |  |  | 	if (budget > 0) | 
					
						
							|  |  |  | 		work_done = vnic_cq_service(&enic->cq[cq], | 
					
						
							|  |  |  | 			work_to_do, enic_rq_service, NULL); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	/* Return intr event credits for this polling
 | 
					
						
							|  |  |  | 	 * cycle.  An intr event is the completion of a | 
					
						
							|  |  |  | 	 * RQ packet. | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 	if (work_done > 0) | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		vnic_intr_return_credits(&enic->intr[intr], | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			work_done, | 
					
						
							|  |  |  | 			0 /* don't unmask intr */, | 
					
						
							|  |  |  | 			0 /* don't reset intr timer */); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-04 16:17:21 +00:00
										 |  |  | 	err = vnic_rq_fill(&enic->rq[rq], enic_rq_alloc_buf); | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Buffer allocation failed. Stay in polling mode
 | 
					
						
							|  |  |  | 	 * so we can try to fill the ring again. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		work_done = work_to_do; | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 	if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) | 
					
						
							|  |  |  | 		/* Call the function which refreshes
 | 
					
						
							|  |  |  | 		 * the intr coalescing timer value based on | 
					
						
							|  |  |  | 		 * the traffic.  This is supported only in | 
					
						
							|  |  |  | 		 * the case of MSI-x mode | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | 		enic_calc_int_moderation(enic, &enic->rq[rq]); | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (work_done < work_to_do) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Some work done, but not enough to stay in polling,
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:49:25 +00:00
										 |  |  | 		 * exit polling | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-19 16:43:59 -08:00
										 |  |  | 		napi_complete(napi); | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 		if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) | 
					
						
							|  |  |  | 			enic_set_int_moderation(enic, &enic->rq[rq]); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		vnic_intr_unmask(&enic->intr[intr]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	enic_poll_unlock_napi(&enic->rq[rq]); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return work_done; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_notify_timer(unsigned long data) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = (struct enic *)data; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_notify_check(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:32 -07:00
										 |  |  | 	mod_timer(&enic->notify_timer, | 
					
						
							|  |  |  | 		round_jiffies(jiffies + ENIC_NOTIFY_TIMER_PERIOD)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_free_intr(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:01 +05:30
										 |  |  | 	enic_free_rx_cpu_rmap(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_INTX: | 
					
						
							|  |  |  | 		free_irq(enic->pdev->irq, netdev); | 
					
						
							|  |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:42 -07:00
										 |  |  | 	case VNIC_DEV_INTR_MODE_MSI: | 
					
						
							|  |  |  | 		free_irq(enic->pdev->irq, enic); | 
					
						
							|  |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							|  |  |  | 		for (i = 0; i < ARRAY_SIZE(enic->msix); i++) | 
					
						
							|  |  |  | 			if (enic->msix[i].requested) | 
					
						
							|  |  |  | 				free_irq(enic->msix_entry[i].vector, | 
					
						
							|  |  |  | 					enic->msix[i].devid); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_request_intr(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int i, intr; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	int err = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:01 +05:30
										 |  |  | 	enic_set_rx_cpu_rmap(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_INTX: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		err = request_irq(enic->pdev->irq, enic_isr_legacy, | 
					
						
							|  |  |  | 			IRQF_SHARED, netdev->name, netdev); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSI: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		err = request_irq(enic->pdev->irq, enic_isr_msi, | 
					
						
							|  |  |  | 			0, netdev->name, enic); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 			intr = enic_msix_rq_intr(enic, i); | 
					
						
							| 
									
										
										
										
											2013-01-17 21:46:18 +00:00
										 |  |  | 			snprintf(enic->msix[intr].devname, | 
					
						
							|  |  |  | 				sizeof(enic->msix[intr].devname), | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 				"%.11s-rx-%d", netdev->name, i); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 			enic->msix[intr].isr = enic_isr_msix; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 			enic->msix[intr].devid = &enic->napi[i]; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		for (i = 0; i < enic->wq_count; i++) { | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 			int wq = enic_cq_wq(enic, i); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 			intr = enic_msix_wq_intr(enic, i); | 
					
						
							| 
									
										
										
										
											2013-01-17 21:46:18 +00:00
										 |  |  | 			snprintf(enic->msix[intr].devname, | 
					
						
							|  |  |  | 				sizeof(enic->msix[intr].devname), | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 				"%.11s-tx-%d", netdev->name, i); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 			enic->msix[intr].isr = enic_isr_msix; | 
					
						
							|  |  |  | 			enic->msix[intr].devid = &enic->napi[wq]; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		intr = enic_msix_err_intr(enic); | 
					
						
							| 
									
										
										
										
											2013-01-17 21:46:18 +00:00
										 |  |  | 		snprintf(enic->msix[intr].devname, | 
					
						
							|  |  |  | 			sizeof(enic->msix[intr].devname), | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			"%.11s-err", netdev->name); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		enic->msix[intr].isr = enic_isr_msix_err; | 
					
						
							|  |  |  | 		enic->msix[intr].devid = enic; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		intr = enic_msix_notify_intr(enic); | 
					
						
							| 
									
										
										
										
											2013-01-17 21:46:18 +00:00
										 |  |  | 		snprintf(enic->msix[intr].devname, | 
					
						
							|  |  |  | 			sizeof(enic->msix[intr].devname), | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			"%.11s-notify", netdev->name); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		enic->msix[intr].isr = enic_isr_msix_notify; | 
					
						
							|  |  |  | 		enic->msix[intr].devid = enic; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		for (i = 0; i < ARRAY_SIZE(enic->msix); i++) | 
					
						
							|  |  |  | 			enic->msix[i].requested = 0; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		for (i = 0; i < enic->intr_count; i++) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			err = request_irq(enic->msix_entry[i].vector, | 
					
						
							|  |  |  | 				enic->msix[i].isr, 0, | 
					
						
							|  |  |  | 				enic->msix[i].devname, | 
					
						
							|  |  |  | 				enic->msix[i].devid); | 
					
						
							|  |  |  | 			if (err) { | 
					
						
							|  |  |  | 				enic_free_intr(enic); | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			enic->msix[i].requested = 1; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:30 +00:00
										 |  |  | static void enic_synchronize_irqs(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_INTX: | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSI: | 
					
						
							|  |  |  | 		synchronize_irq(enic->pdev->irq); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							|  |  |  | 		for (i = 0; i < enic->intr_count; i++) | 
					
						
							|  |  |  | 			synchronize_irq(enic->msix_entry[i].vector); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | static void enic_set_rx_coal_setting(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned int speed; | 
					
						
							|  |  |  | 	int index = -1; | 
					
						
							|  |  |  | 	struct enic_rx_coal *rx_coal = &enic->rx_coalesce_setting; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* If intr mode is not MSIX, do not do adaptive coalescing */ | 
					
						
							|  |  |  | 	if (VNIC_DEV_INTR_MODE_MSIX != vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 		netdev_info(enic->netdev, "INTR mode is not MSIX, Not initializing adaptive coalescing"); | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* 1. Read the link speed from fw
 | 
					
						
							|  |  |  | 	 * 2. Pick the default range for the speed | 
					
						
							|  |  |  | 	 * 3. Update it in enic->rx_coalesce_setting | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	speed = vnic_dev_port_speed(enic->vdev); | 
					
						
							|  |  |  | 	if (ENIC_LINK_SPEED_10G < speed) | 
					
						
							|  |  |  | 		index = ENIC_LINK_40G_INDEX; | 
					
						
							|  |  |  | 	else if (ENIC_LINK_SPEED_4G < speed) | 
					
						
							|  |  |  | 		index = ENIC_LINK_10G_INDEX; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		index = ENIC_LINK_4G_INDEX; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rx_coal->small_pkt_range_start = mod_range[index].small_pkt_range_start; | 
					
						
							|  |  |  | 	rx_coal->large_pkt_range_start = mod_range[index].large_pkt_range_start; | 
					
						
							|  |  |  | 	rx_coal->range_end = ENIC_RX_COALESCE_RANGE_END; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Start with the value provided by UCSM */ | 
					
						
							|  |  |  | 	for (index = 0; index < enic->rq_count; index++) | 
					
						
							|  |  |  | 		enic->cq[index].cur_rx_coal_timeval = | 
					
						
							|  |  |  | 				enic->config.intr_timer_usec; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rx_coal->use_adaptive_rx_coalesce = 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | static int enic_dev_notify_set(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_lock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_INTX: | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		err = vnic_dev_notify_set(enic->vdev, | 
					
						
							|  |  |  | 			enic_legacy_notify_intr()); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		break; | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		err = vnic_dev_notify_set(enic->vdev, | 
					
						
							|  |  |  | 			enic_msix_notify_intr(enic)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		err = vnic_dev_notify_set(enic->vdev, -1 /* no intr */); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_unlock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_notify_timer_start(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSI: | 
					
						
							|  |  |  | 		mod_timer(&enic->notify_timer, jiffies); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		/* Using intr for notification for INTx/MSI-X */ | 
					
						
							|  |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2011-06-03 11:51:20 +00:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* rtnl lock is held, process context */ | 
					
						
							|  |  |  | static int enic_open(struct net_device *netdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | 	err = enic_request_intr(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_err(netdev, "Unable to request irq.\n"); | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | 		return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	err = enic_dev_notify_set(enic); | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_err(netdev, | 
					
						
							|  |  |  | 			"Failed to alloc notify buffer, aborting.\n"); | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | 		goto err_out_free_intr; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	for (i = 0; i < enic->rq_count; i++) { | 
					
						
							| 
									
										
										
										
											2011-02-04 16:17:21 +00:00
										 |  |  | 		vnic_rq_fill(&enic->rq[i], enic_rq_alloc_buf); | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 		/* Need at least one buffer on ring to get going */ | 
					
						
							|  |  |  | 		if (vnic_rq_desc_used(&enic->rq[i]) == 0) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			netdev_err(netdev, "Unable to alloc receive buffers\n"); | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:38 +00:00
										 |  |  | 			err = -ENOMEM; | 
					
						
							| 
									
										
										
										
											2015-01-02 20:53:27 +05:30
										 |  |  | 			goto err_out_free_rq; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 		vnic_wq_enable(&enic->wq[i]); | 
					
						
							|  |  |  | 	for (i = 0; i < enic->rq_count; i++) | 
					
						
							|  |  |  | 		vnic_rq_enable(&enic->rq[i]); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:02 +00:00
										 |  |  | 	if (!enic_is_dynamic(enic) && !enic_is_sriov_vf(enic)) | 
					
						
							| 
									
										
										
										
											2010-12-08 13:54:03 +00:00
										 |  |  | 		enic_dev_add_station_addr(enic); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-08 13:19:58 +00:00
										 |  |  | 	enic_set_rx_mode(netdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 	netif_tx_wake_all_queues(netdev); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 		enic_busy_poll_init_lock(&enic->rq[i]); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		napi_enable(&enic->napi[i]); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 	if (vnic_dev_get_intr_mode(enic->vdev) == VNIC_DEV_INTR_MODE_MSIX) | 
					
						
							|  |  |  | 		for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 			napi_enable(&enic->napi[enic_cq_wq(enic, i)]); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	enic_dev_enable(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < enic->intr_count; i++) | 
					
						
							|  |  |  | 		vnic_intr_unmask(&enic->intr[i]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_notify_timer_start(enic); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:02 +05:30
										 |  |  | 	enic_rfs_flw_tbl_init(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-02 20:53:27 +05:30
										 |  |  | err_out_free_rq: | 
					
						
							|  |  |  | 	for (i = 0; i < enic->rq_count; i++) | 
					
						
							|  |  |  | 		vnic_rq_clean(&enic->rq[i], enic_free_rq_buf); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	enic_dev_notify_unset(enic); | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | err_out_free_intr: | 
					
						
							|  |  |  | 	enic_free_intr(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* rtnl lock is held, process context */ | 
					
						
							|  |  |  | static int enic_stop(struct net_device *netdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:52:26 +00:00
										 |  |  | 	for (i = 0; i < enic->intr_count; i++) { | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:30 +00:00
										 |  |  | 		vnic_intr_mask(&enic->intr[i]); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:52:26 +00:00
										 |  |  | 		(void)vnic_intr_masked(&enic->intr[i]); /* flush write */ | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:30 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	enic_synchronize_irqs(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	del_timer_sync(&enic->notify_timer); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:02 +05:30
										 |  |  | 	enic_rfs_flw_tbl_free(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	enic_dev_disable(enic); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	for (i = 0; i < enic->rq_count; i++) { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		napi_disable(&enic->napi[i]); | 
					
						
							| 
									
										
										
										
											2014-10-19 14:20:28 +05:30
										 |  |  | 		local_bh_disable(); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 		while (!enic_poll_lock_napi(&enic->rq[i])) | 
					
						
							|  |  |  | 			mdelay(1); | 
					
						
							| 
									
										
										
										
											2014-10-19 14:20:28 +05:30
										 |  |  | 		local_bh_enable(); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:30 +00:00
										 |  |  | 	netif_carrier_off(netdev); | 
					
						
							|  |  |  | 	netif_tx_disable(netdev); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 	if (vnic_dev_get_intr_mode(enic->vdev) == VNIC_DEV_INTR_MODE_MSIX) | 
					
						
							|  |  |  | 		for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 			napi_disable(&enic->napi[enic_cq_wq(enic, i)]); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:02 +00:00
										 |  |  | 	if (!enic_is_dynamic(enic) && !enic_is_sriov_vf(enic)) | 
					
						
							| 
									
										
										
										
											2010-12-08 13:54:03 +00:00
										 |  |  | 		enic_dev_del_station_addr(enic); | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	for (i = 0; i < enic->wq_count; i++) { | 
					
						
							|  |  |  | 		err = vnic_wq_disable(&enic->wq[i]); | 
					
						
							|  |  |  | 		if (err) | 
					
						
							|  |  |  | 			return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 		err = vnic_rq_disable(&enic->rq[i]); | 
					
						
							|  |  |  | 		if (err) | 
					
						
							|  |  |  | 			return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	enic_dev_notify_unset(enic); | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:53 -07:00
										 |  |  | 	enic_free_intr(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 		vnic_wq_clean(&enic->wq[i], enic_free_wq_buf); | 
					
						
							|  |  |  | 	for (i = 0; i < enic->rq_count; i++) | 
					
						
							|  |  |  | 		vnic_rq_clean(&enic->rq[i], enic_free_rq_buf); | 
					
						
							|  |  |  | 	for (i = 0; i < enic->cq_count; i++) | 
					
						
							|  |  |  | 		vnic_cq_clean(&enic->cq[i]); | 
					
						
							|  |  |  | 	for (i = 0; i < enic->intr_count; i++) | 
					
						
							|  |  |  | 		vnic_intr_clean(&enic->intr[i]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_change_mtu(struct net_device *netdev, int new_mtu) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	int running = netif_running(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-24 11:23:32 -07:00
										 |  |  | 	if (new_mtu < ENIC_MIN_MTU || new_mtu > ENIC_MAX_MTU) | 
					
						
							|  |  |  | 		return -EINVAL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:02 +00:00
										 |  |  | 	if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | 		return -EOPNOTSUPP; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (running) | 
					
						
							|  |  |  | 		enic_stop(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netdev->mtu = new_mtu; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (netdev->mtu > enic->port_mtu) | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_warn(netdev, | 
					
						
							|  |  |  | 			"interface MTU (%d) set higher than port MTU (%d)\n", | 
					
						
							|  |  |  | 			netdev->mtu, enic->port_mtu); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (running) | 
					
						
							|  |  |  | 		enic_open(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | static void enic_change_mtu_work(struct work_struct *work) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = container_of(work, struct enic, change_mtu_work); | 
					
						
							|  |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							|  |  |  | 	int new_mtu = vnic_dev_mtu(enic->vdev); | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	new_mtu = max_t(int, ENIC_MIN_MTU, min_t(int, ENIC_MAX_MTU, new_mtu)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rtnl_lock(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Stop RQ */ | 
					
						
							|  |  |  | 	del_timer_sync(&enic->notify_timer); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < enic->rq_count; i++) | 
					
						
							|  |  |  | 		napi_disable(&enic->napi[i]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	vnic_intr_mask(&enic->intr[0]); | 
					
						
							|  |  |  | 	enic_synchronize_irqs(enic); | 
					
						
							|  |  |  | 	err = vnic_rq_disable(&enic->rq[0]); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2013-07-08 11:22:51 +04:00
										 |  |  | 		rtnl_unlock(); | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | 		netdev_err(netdev, "Unable to disable RQ.\n"); | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	vnic_rq_clean(&enic->rq[0], enic_free_rq_buf); | 
					
						
							|  |  |  | 	vnic_cq_clean(&enic->cq[0]); | 
					
						
							|  |  |  | 	vnic_intr_clean(&enic->intr[0]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Fill RQ with new_mtu-sized buffers */ | 
					
						
							|  |  |  | 	netdev->mtu = new_mtu; | 
					
						
							|  |  |  | 	vnic_rq_fill(&enic->rq[0], enic_rq_alloc_buf); | 
					
						
							|  |  |  | 	/* Need at least one buffer on ring to get going */ | 
					
						
							|  |  |  | 	if (vnic_rq_desc_used(&enic->rq[0]) == 0) { | 
					
						
							| 
									
										
										
										
											2013-07-08 11:22:51 +04:00
										 |  |  | 		rtnl_unlock(); | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | 		netdev_err(netdev, "Unable to alloc receive buffers.\n"); | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Start RQ */ | 
					
						
							|  |  |  | 	vnic_rq_enable(&enic->rq[0]); | 
					
						
							|  |  |  | 	napi_enable(&enic->napi[0]); | 
					
						
							|  |  |  | 	vnic_intr_unmask(&enic->intr[0]); | 
					
						
							|  |  |  | 	enic_notify_timer_start(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rtnl_unlock(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netdev_info(netdev, "interface MTU set as %d\n", netdev->mtu); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | #ifdef CONFIG_NET_POLL_CONTROLLER
 | 
					
						
							|  |  |  | static void enic_poll_controller(struct net_device *netdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	struct vnic_dev *vdev = enic->vdev; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int i, intr; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	switch (vnic_dev_get_intr_mode(vdev)) { | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 			intr = enic_msix_rq_intr(enic, i); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 			enic_isr_msix(enic->msix_entry[intr].vector, | 
					
						
							|  |  |  | 				      &enic->napi[i]); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2011-06-09 10:37:07 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		for (i = 0; i < enic->wq_count; i++) { | 
					
						
							|  |  |  | 			intr = enic_msix_wq_intr(enic, i); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 			enic_isr_msix(enic->msix_entry[intr].vector, | 
					
						
							|  |  |  | 				      &enic->napi[enic_cq_wq(enic, i)]); | 
					
						
							| 
									
										
										
										
											2011-06-09 10:37:07 +00:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		break; | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSI: | 
					
						
							|  |  |  | 		enic_isr_msi(enic->pdev->irq, enic); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_INTX: | 
					
						
							|  |  |  | 		enic_isr_legacy(enic->pdev->irq, netdev); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_dev_wait(struct vnic_dev *vdev, | 
					
						
							|  |  |  | 	int (*start)(struct vnic_dev *, int), | 
					
						
							|  |  |  | 	int (*finished)(struct vnic_dev *, int *), | 
					
						
							|  |  |  | 	int arg) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned long time; | 
					
						
							|  |  |  | 	int done; | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	BUG_ON(in_interrupt()); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = start(vdev, arg); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							|  |  |  | 		return err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Wait for func to complete...2 seconds max
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	time = jiffies + (HZ * 2); | 
					
						
							|  |  |  | 	do { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		err = finished(vdev, &done); | 
					
						
							|  |  |  | 		if (err) | 
					
						
							|  |  |  | 			return err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (done) | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		schedule_timeout_uninterruptible(HZ / 10); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	} while (time_after(time, jiffies)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return -ETIMEDOUT; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_dev_open(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_dev_wait(enic->vdev, vnic_dev_open, | 
					
						
							|  |  |  | 		vnic_dev_open_done, 0); | 
					
						
							|  |  |  | 	if (err) | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(enic_get_dev(enic), "vNIC device open failed, err %d\n", | 
					
						
							|  |  |  | 			err); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:00 +00:00
										 |  |  | static int enic_dev_hang_reset(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:00 +00:00
										 |  |  | 	err = enic_dev_wait(enic->vdev, vnic_dev_hang_reset, | 
					
						
							|  |  |  | 		vnic_dev_hang_reset_done, 0); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (err) | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		netdev_err(enic->netdev, "vNIC hang reset failed, err %d\n", | 
					
						
							|  |  |  | 			err); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-10 13:40:23 +05:30
										 |  |  | int __enic_set_rsskey(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2014-11-23 12:27:41 -08:00
										 |  |  | 	union vnic_rss_key *rss_key_buf_va; | 
					
						
							| 
									
										
										
										
											2010-11-15 08:09:55 +00:00
										 |  |  | 	dma_addr_t rss_key_buf_pa; | 
					
						
							| 
									
										
										
										
											2014-11-23 12:27:41 -08:00
										 |  |  | 	int i, kidx, bidx, err; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 12:27:41 -08:00
										 |  |  | 	rss_key_buf_va = pci_zalloc_consistent(enic->pdev, | 
					
						
							|  |  |  | 					       sizeof(union vnic_rss_key), | 
					
						
							|  |  |  | 					       &rss_key_buf_pa); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	if (!rss_key_buf_va) | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-23 12:27:41 -08:00
										 |  |  | 	for (i = 0; i < ENIC_RSS_LEN; i++) { | 
					
						
							|  |  |  | 		kidx = i / ENIC_RSS_BYTES_PER_KEY; | 
					
						
							|  |  |  | 		bidx = i % ENIC_RSS_BYTES_PER_KEY; | 
					
						
							| 
									
										
										
										
											2014-12-10 13:40:23 +05:30
										 |  |  | 		rss_key_buf_va->key[kidx].b[bidx] = enic->rss_key[i]; | 
					
						
							| 
									
										
										
										
											2014-11-23 12:27:41 -08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_lock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	err = enic_set_rss_key(enic, | 
					
						
							|  |  |  | 		rss_key_buf_pa, | 
					
						
							|  |  |  | 		sizeof(union vnic_rss_key)); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_unlock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	pci_free_consistent(enic->pdev, sizeof(union vnic_rss_key), | 
					
						
							|  |  |  | 		rss_key_buf_va, rss_key_buf_pa); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-10 13:40:23 +05:30
										 |  |  | static int enic_set_rsskey(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	netdev_rss_key_fill(enic->rss_key, ENIC_RSS_LEN); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return __enic_set_rsskey(enic); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | static int enic_set_rsscpu(struct enic *enic, u8 rss_hash_bits) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-11-15 08:09:55 +00:00
										 |  |  | 	dma_addr_t rss_cpu_buf_pa; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	union vnic_rss_cpu *rss_cpu_buf_va = NULL; | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rss_cpu_buf_va = pci_alloc_consistent(enic->pdev, | 
					
						
							|  |  |  | 		sizeof(union vnic_rss_cpu), &rss_cpu_buf_pa); | 
					
						
							|  |  |  | 	if (!rss_cpu_buf_va) | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < (1 << rss_hash_bits); i++) | 
					
						
							|  |  |  | 		(*rss_cpu_buf_va).cpu[i/4].b[i%4] = i % enic->rq_count; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_lock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	err = enic_set_rss_cpu(enic, | 
					
						
							|  |  |  | 		rss_cpu_buf_pa, | 
					
						
							|  |  |  | 		sizeof(union vnic_rss_cpu)); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_unlock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	pci_free_consistent(enic->pdev, sizeof(union vnic_rss_cpu), | 
					
						
							|  |  |  | 		rss_cpu_buf_va, rss_cpu_buf_pa); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_set_niccfg(struct enic *enic, u8 rss_default_cpu, | 
					
						
							|  |  |  | 	u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu, u8 rss_enable) | 
					
						
							| 
									
										
										
										
											2009-02-09 23:24:24 -08:00
										 |  |  | { | 
					
						
							|  |  |  | 	const u8 tso_ipid_split_en = 0; | 
					
						
							|  |  |  | 	const u8 ig_vlan_strip_en = 1; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2009-02-09 23:24:24 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	/* Enable VLAN tag stripping.
 | 
					
						
							|  |  |  | 	*/ | 
					
						
							| 
									
										
										
										
											2009-02-09 23:24:24 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_lock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	err = enic_set_nic_cfg(enic, | 
					
						
							| 
									
										
										
										
											2009-02-09 23:24:24 -08:00
										 |  |  | 		rss_default_cpu, rss_hash_type, | 
					
						
							|  |  |  | 		rss_hash_bits, rss_base_cpu, | 
					
						
							|  |  |  | 		rss_enable, tso_ipid_split_en, | 
					
						
							|  |  |  | 		ig_vlan_strip_en); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:03 +05:30
										 |  |  | 	spin_unlock_bh(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | static int enic_set_rss_nic_cfg(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct device *dev = enic_get_dev(enic); | 
					
						
							|  |  |  | 	const u8 rss_default_cpu = 0; | 
					
						
							|  |  |  | 	const u8 rss_hash_type = NIC_CFG_RSS_HASH_TYPE_IPV4 | | 
					
						
							|  |  |  | 		NIC_CFG_RSS_HASH_TYPE_TCP_IPV4 | | 
					
						
							|  |  |  | 		NIC_CFG_RSS_HASH_TYPE_IPV6 | | 
					
						
							|  |  |  | 		NIC_CFG_RSS_HASH_TYPE_TCP_IPV6; | 
					
						
							|  |  |  | 	const u8 rss_hash_bits = 7; | 
					
						
							|  |  |  | 	const u8 rss_base_cpu = 0; | 
					
						
							|  |  |  | 	u8 rss_enable = ENIC_SETTING(enic, RSS) && (enic->rq_count > 1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (rss_enable) { | 
					
						
							|  |  |  | 		if (!enic_set_rsskey(enic)) { | 
					
						
							|  |  |  | 			if (enic_set_rsscpu(enic, rss_hash_bits)) { | 
					
						
							|  |  |  | 				rss_enable = 0; | 
					
						
							|  |  |  | 				dev_warn(dev, "RSS disabled, " | 
					
						
							|  |  |  | 					"Failed to set RSS cpu indirection table."); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} else { | 
					
						
							|  |  |  | 			rss_enable = 0; | 
					
						
							|  |  |  | 			dev_warn(dev, "RSS disabled, Failed to set RSS key.\n"); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return enic_set_niccfg(enic, rss_default_cpu, rss_hash_type, | 
					
						
							|  |  |  | 		rss_hash_bits, rss_base_cpu, rss_enable); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:49:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | static void enic_reset(struct work_struct *work) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct enic *enic = container_of(work, struct enic, reset); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!netif_running(enic->netdev)) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rtnl_lock(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-16 15:47:40 -07:00
										 |  |  | 	spin_lock(&enic->enic_api_lock); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	enic_dev_hang_notify(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	enic_stop(enic->netdev); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:00 +00:00
										 |  |  | 	enic_dev_hang_reset(enic); | 
					
						
							| 
									
										
										
										
											2011-02-17 08:53:12 +00:00
										 |  |  | 	enic_reset_addr_lists(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	enic_init_vnic_resources(enic); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	enic_set_rss_nic_cfg(enic); | 
					
						
							| 
									
										
										
										
											2010-06-24 10:49:51 +00:00
										 |  |  | 	enic_dev_set_ig_vlan_rewrite_mode(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	enic_open(enic->netdev); | 
					
						
							| 
									
										
										
										
											2013-08-16 15:47:40 -07:00
										 |  |  | 	spin_unlock(&enic->enic_api_lock); | 
					
						
							| 
									
										
										
										
											2013-08-16 15:47:41 -07:00
										 |  |  | 	call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	rtnl_unlock(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int enic_set_intr_mode(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int n = min_t(unsigned int, enic->rq_count, ENIC_RQ_MAX); | 
					
						
							| 
									
										
										
										
											2011-02-17 13:57:19 +00:00
										 |  |  | 	unsigned int m = min_t(unsigned int, enic->wq_count, ENIC_WQ_MAX); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Set interrupt mode (INTx, MSI, MSI-X) depending
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	 * on system capabilities. | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	 * | 
					
						
							|  |  |  | 	 * Try MSI-X first | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * We need n RQs, m WQs, n+m CQs, and n+m+2 INTRs | 
					
						
							|  |  |  | 	 * (the second to last INTR is used for WQ/RQ errors) | 
					
						
							|  |  |  | 	 * (the last INTR is used for notifications) | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	BUG_ON(ARRAY_SIZE(enic->msix_entry) < n + m + 2); | 
					
						
							|  |  |  | 	for (i = 0; i < n + m + 2; i++) | 
					
						
							|  |  |  | 		enic->msix_entry[i].entry = i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	/* Use multiple RQs if RSS is enabled
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (ENIC_SETTING(enic, RSS) && | 
					
						
							|  |  |  | 	    enic->config.intr_mode < 1 && | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	    enic->rq_count >= n && | 
					
						
							|  |  |  | 	    enic->wq_count >= m && | 
					
						
							|  |  |  | 	    enic->cq_count >= n + m && | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	    enic->intr_count >= n + m + 2) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-18 11:08:02 +01:00
										 |  |  | 		if (pci_enable_msix_range(enic->pdev, enic->msix_entry, | 
					
						
							|  |  |  | 					  n + m + 2, n + m + 2) > 0) { | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 			enic->rq_count = n; | 
					
						
							|  |  |  | 			enic->wq_count = m; | 
					
						
							|  |  |  | 			enic->cq_count = n + m; | 
					
						
							|  |  |  | 			enic->intr_count = n + m + 2; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 			vnic_dev_set_intr_mode(enic->vdev, | 
					
						
							|  |  |  | 				VNIC_DEV_INTR_MODE_MSIX); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enic->config.intr_mode < 1 && | 
					
						
							|  |  |  | 	    enic->rq_count >= 1 && | 
					
						
							|  |  |  | 	    enic->wq_count >= m && | 
					
						
							|  |  |  | 	    enic->cq_count >= 1 + m && | 
					
						
							|  |  |  | 	    enic->intr_count >= 1 + m + 2) { | 
					
						
							| 
									
										
										
										
											2014-02-18 11:08:02 +01:00
										 |  |  | 		if (pci_enable_msix_range(enic->pdev, enic->msix_entry, | 
					
						
							|  |  |  | 					  1 + m + 2, 1 + m + 2) > 0) { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			enic->rq_count = 1; | 
					
						
							|  |  |  | 			enic->wq_count = m; | 
					
						
							|  |  |  | 			enic->cq_count = 1 + m; | 
					
						
							|  |  |  | 			enic->intr_count = 1 + m + 2; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			vnic_dev_set_intr_mode(enic->vdev, | 
					
						
							|  |  |  | 				VNIC_DEV_INTR_MODE_MSIX); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Next try MSI
 | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * We need 1 RQ, 1 WQ, 2 CQs, and 1 INTR | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enic->config.intr_mode < 2 && | 
					
						
							|  |  |  | 	    enic->rq_count >= 1 && | 
					
						
							|  |  |  | 	    enic->wq_count >= 1 && | 
					
						
							|  |  |  | 	    enic->cq_count >= 2 && | 
					
						
							|  |  |  | 	    enic->intr_count >= 1 && | 
					
						
							|  |  |  | 	    !pci_enable_msi(enic->pdev)) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		enic->rq_count = 1; | 
					
						
							|  |  |  | 		enic->wq_count = 1; | 
					
						
							|  |  |  | 		enic->cq_count = 2; | 
					
						
							|  |  |  | 		enic->intr_count = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		vnic_dev_set_intr_mode(enic->vdev, VNIC_DEV_INTR_MODE_MSI); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Next try INTx
 | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * We need 1 RQ, 1 WQ, 2 CQs, and 3 INTRs | 
					
						
							|  |  |  | 	 * (the first INTR is used for WQ/RQ) | 
					
						
							|  |  |  | 	 * (the second INTR is used for WQ/RQ errors) | 
					
						
							|  |  |  | 	 * (the last INTR is used for notifications) | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enic->config.intr_mode < 3 && | 
					
						
							|  |  |  | 	    enic->rq_count >= 1 && | 
					
						
							|  |  |  | 	    enic->wq_count >= 1 && | 
					
						
							|  |  |  | 	    enic->cq_count >= 2 && | 
					
						
							|  |  |  | 	    enic->intr_count >= 3) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		enic->rq_count = 1; | 
					
						
							|  |  |  | 		enic->wq_count = 1; | 
					
						
							|  |  |  | 		enic->cq_count = 2; | 
					
						
							|  |  |  | 		enic->intr_count = 3; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		vnic_dev_set_intr_mode(enic->vdev, VNIC_DEV_INTR_MODE_INTX); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	vnic_dev_set_intr_mode(enic->vdev, VNIC_DEV_INTR_MODE_UNKNOWN); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return -EINVAL; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void enic_clear_intr_mode(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							|  |  |  | 		pci_disable_msix(enic->pdev); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSI: | 
					
						
							|  |  |  | 		pci_disable_msi(enic->pdev); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	vnic_dev_set_intr_mode(enic->vdev, VNIC_DEV_INTR_MODE_UNKNOWN); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | static const struct net_device_ops enic_netdev_dynamic_ops = { | 
					
						
							|  |  |  | 	.ndo_open		= enic_open, | 
					
						
							|  |  |  | 	.ndo_stop		= enic_stop, | 
					
						
							|  |  |  | 	.ndo_start_xmit		= enic_hard_start_xmit, | 
					
						
							| 
									
										
										
										
											2011-06-08 14:54:02 +00:00
										 |  |  | 	.ndo_get_stats64	= enic_get_stats, | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	.ndo_validate_addr	= eth_validate_addr, | 
					
						
							| 
									
										
										
										
											2010-12-08 13:19:58 +00:00
										 |  |  | 	.ndo_set_rx_mode	= enic_set_rx_mode, | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	.ndo_set_mac_address	= enic_set_mac_address_dynamic, | 
					
						
							|  |  |  | 	.ndo_change_mtu		= enic_change_mtu, | 
					
						
							|  |  |  | 	.ndo_vlan_rx_add_vid	= enic_vlan_rx_add_vid, | 
					
						
							|  |  |  | 	.ndo_vlan_rx_kill_vid	= enic_vlan_rx_kill_vid, | 
					
						
							|  |  |  | 	.ndo_tx_timeout		= enic_tx_timeout, | 
					
						
							|  |  |  | 	.ndo_set_vf_port	= enic_set_vf_port, | 
					
						
							|  |  |  | 	.ndo_get_vf_port	= enic_get_vf_port, | 
					
						
							| 
									
										
										
										
											2010-12-08 13:53:58 +00:00
										 |  |  | 	.ndo_set_vf_mac		= enic_set_vf_mac, | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | #ifdef CONFIG_NET_POLL_CONTROLLER
 | 
					
						
							|  |  |  | 	.ndo_poll_controller	= enic_poll_controller, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:02 +05:30
										 |  |  | #ifdef CONFIG_RFS_ACCEL
 | 
					
						
							|  |  |  | 	.ndo_rx_flow_steer	= enic_rx_flow_steer, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | #ifdef CONFIG_NET_RX_BUSY_POLL
 | 
					
						
							|  |  |  | 	.ndo_busy_poll		= enic_busy_poll, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-19 22:23:26 -08:00
										 |  |  | static const struct net_device_ops enic_netdev_ops = { | 
					
						
							|  |  |  | 	.ndo_open		= enic_open, | 
					
						
							|  |  |  | 	.ndo_stop		= enic_stop, | 
					
						
							| 
									
										
										
										
											2008-11-20 20:14:53 -08:00
										 |  |  | 	.ndo_start_xmit		= enic_hard_start_xmit, | 
					
						
							| 
									
										
										
										
											2011-06-08 14:54:02 +00:00
										 |  |  | 	.ndo_get_stats64	= enic_get_stats, | 
					
						
							| 
									
										
										
										
											2008-11-19 22:23:26 -08:00
										 |  |  | 	.ndo_validate_addr	= eth_validate_addr, | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 	.ndo_set_mac_address	= enic_set_mac_address, | 
					
						
							| 
									
										
										
										
											2010-12-08 13:19:58 +00:00
										 |  |  | 	.ndo_set_rx_mode	= enic_set_rx_mode, | 
					
						
							| 
									
										
										
										
											2008-11-19 22:23:26 -08:00
										 |  |  | 	.ndo_change_mtu		= enic_change_mtu, | 
					
						
							|  |  |  | 	.ndo_vlan_rx_add_vid	= enic_vlan_rx_add_vid, | 
					
						
							|  |  |  | 	.ndo_vlan_rx_kill_vid	= enic_vlan_rx_kill_vid, | 
					
						
							|  |  |  | 	.ndo_tx_timeout		= enic_tx_timeout, | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	.ndo_set_vf_port	= enic_set_vf_port, | 
					
						
							|  |  |  | 	.ndo_get_vf_port	= enic_get_vf_port, | 
					
						
							|  |  |  | 	.ndo_set_vf_mac		= enic_set_vf_mac, | 
					
						
							| 
									
										
										
										
											2008-11-19 22:23:26 -08:00
										 |  |  | #ifdef CONFIG_NET_POLL_CONTROLLER
 | 
					
						
							|  |  |  | 	.ndo_poll_controller	= enic_poll_controller, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:02 +05:30
										 |  |  | #ifdef CONFIG_RFS_ACCEL
 | 
					
						
							|  |  |  | 	.ndo_rx_flow_steer	= enic_rx_flow_steer, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | #ifdef CONFIG_NET_RX_BUSY_POLL
 | 
					
						
							|  |  |  | 	.ndo_busy_poll		= enic_busy_poll, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2008-11-19 22:23:26 -08:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-30 13:35:45 +00:00
										 |  |  | static void enic_dev_deinit(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	for (i = 0; i < enic->rq_count; i++) { | 
					
						
							|  |  |  | 		napi_hash_del(&enic->napi[i]); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		netif_napi_del(&enic->napi[i]); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 	if (vnic_dev_get_intr_mode(enic->vdev) == VNIC_DEV_INTR_MODE_MSIX) | 
					
						
							|  |  |  | 		for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 			netif_napi_del(&enic->napi[enic_cq_wq(enic, i)]); | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	enic_free_vnic_resources(enic); | 
					
						
							|  |  |  | 	enic_clear_intr_mode(enic); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-03 19:35:44 +05:30
										 |  |  | static void enic_kdump_kernel_config(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	if (is_kdump_kernel()) { | 
					
						
							|  |  |  | 		dev_info(enic_get_dev(enic), "Running from within kdump kernel. Using minimal resources\n"); | 
					
						
							|  |  |  | 		enic->rq_count = 1; | 
					
						
							|  |  |  | 		enic->wq_count = 1; | 
					
						
							|  |  |  | 		enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; | 
					
						
							|  |  |  | 		enic->config.wq_desc_count = ENIC_MIN_WQ_DESCS; | 
					
						
							|  |  |  | 		enic->config.mtu = min_t(u16, 1500, enic->config.mtu); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-30 13:35:45 +00:00
										 |  |  | static int enic_dev_init(struct enic *enic) | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 	struct device *dev = enic_get_dev(enic); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	struct net_device *netdev = enic->netdev; | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	unsigned int i; | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-06-17 07:56:48 +00:00
										 |  |  | 	/* Get interrupt coalesce timer info */ | 
					
						
							|  |  |  | 	err = enic_dev_intr_coal_timer_info(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							|  |  |  | 		dev_warn(dev, "Using default conversion factor for " | 
					
						
							|  |  |  | 			"interrupt coalesce timer\n"); | 
					
						
							|  |  |  | 		vnic_dev_intr_coal_timer_info_default(enic->vdev); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	/* Get vNIC configuration
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_get_vnic_config(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Get vNIC configuration failed, aborting\n"); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Get available resource counts
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_get_res_counts(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-03 19:35:44 +05:30
										 |  |  | 	/* modify resource count if we are in kdump_kernel
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	enic_kdump_kernel_config(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	/* Set interrupt mode based on resource counts and system
 | 
					
						
							|  |  |  | 	 * capabilities | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_set_intr_mode(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Failed to set intr mode based on resource " | 
					
						
							|  |  |  | 			"counts and system capabilities, aborting\n"); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		return err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Allocate and configure vNIC resources
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_alloc_vnic_resources(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Failed to alloc vNIC resources, aborting\n"); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		goto err_out_free_vnic_resources; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic_init_vnic_resources(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 	err = enic_set_rss_nic_cfg(enic); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Failed to config nic, aborting\n"); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		goto err_out_free_vnic_resources; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	switch (vnic_dev_get_intr_mode(enic->vdev)) { | 
					
						
							|  |  |  | 	default: | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 		netif_napi_add(netdev, &enic->napi[0], enic_poll, 64); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 		napi_hash_add(&enic->napi[0]); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		break; | 
					
						
							|  |  |  | 	case VNIC_DEV_INTR_MODE_MSIX: | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 		for (i = 0; i < enic->rq_count; i++) { | 
					
						
							| 
									
										
										
										
											2010-10-20 10:16:59 +00:00
										 |  |  | 			netif_napi_add(netdev, &enic->napi[i], | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 				enic_poll_msix_rq, NAPI_POLL_WEIGHT); | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:04 +05:30
										 |  |  | 			napi_hash_add(&enic->napi[i]); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:05 +05:30
										 |  |  | 		for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 			netif_napi_add(netdev, &enic->napi[enic_cq_wq(enic, i)], | 
					
						
							|  |  |  | 				       enic_poll_msix_wq, NAPI_POLL_WEIGHT); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | err_out_free_vnic_resources: | 
					
						
							|  |  |  | 	enic_clear_intr_mode(enic); | 
					
						
							|  |  |  | 	enic_free_vnic_resources(enic); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:01:53 +00:00
										 |  |  | static void enic_iounmap(struct enic *enic) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < ARRAY_SIZE(enic->bar); i++) | 
					
						
							|  |  |  | 		if (enic->bar[i].vaddr) | 
					
						
							|  |  |  | 			iounmap(enic->bar[i].vaddr); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-06 14:30:56 +00:00
										 |  |  | static int enic_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 	struct device *dev = &pdev->dev; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	struct net_device *netdev; | 
					
						
							|  |  |  | 	struct enic *enic; | 
					
						
							|  |  |  | 	int using_dac = 0; | 
					
						
							|  |  |  | 	unsigned int i; | 
					
						
							|  |  |  | 	int err; | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | #ifdef CONFIG_PCI_IOV
 | 
					
						
							|  |  |  | 	int pos = 0; | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2012-01-19 22:25:36 +00:00
										 |  |  | 	int num_pps = 1; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Allocate net device structure and initialize.  Private
 | 
					
						
							|  |  |  | 	 * instance data is initialized to zero. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 	netdev = alloc_etherdev_mqs(sizeof(struct enic), | 
					
						
							|  |  |  | 				    ENIC_RQ_MAX, ENIC_WQ_MAX); | 
					
						
							| 
									
										
										
										
											2012-01-29 13:47:52 +00:00
										 |  |  | 	if (!netdev) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pci_set_drvdata(pdev, netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	SET_NETDEV_DEV(netdev, &pdev->dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 	enic->netdev = netdev; | 
					
						
							|  |  |  | 	enic->pdev = pdev; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup PCI resources
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:52:26 +00:00
										 |  |  | 	err = pci_enable_device_mem(pdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Cannot enable PCI device, aborting\n"); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		goto err_out_free_netdev; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = pci_request_regions(pdev, DRV_NAME); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Cannot request PCI regions, aborting\n"); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		goto err_out_disable_device; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pci_set_master(pdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Query PCI controller on system for DMA addressing
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:16 +05:30
										 |  |  | 	 * limitation for the device.  Try 64-bit first, and | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	 * fail to 32-bit. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:16 +05:30
										 |  |  | 	err = pci_set_dma_mask(pdev, DMA_BIT_MASK(64)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2009-04-06 19:01:15 -07:00
										 |  |  | 		err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			dev_err(dev, "No usable DMA configuration, aborting\n"); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			goto err_out_release_regions; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2009-04-06 19:01:15 -07:00
										 |  |  | 		err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			dev_err(dev, "Unable to obtain %u-bit DMA " | 
					
						
							|  |  |  | 				"for consistent allocations, aborting\n", 32); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			goto err_out_release_regions; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} else { | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:16 +05:30
										 |  |  | 		err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			dev_err(dev, "Unable to obtain %u-bit DMA " | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:16 +05:30
										 |  |  | 				"for consistent allocations, aborting\n", 64); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			goto err_out_release_regions; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		using_dac = 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:01:53 +00:00
										 |  |  | 	/* Map vNIC resources from BAR0-5
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:01:53 +00:00
										 |  |  | 	for (i = 0; i < ARRAY_SIZE(enic->bar); i++) { | 
					
						
							|  |  |  | 		if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) | 
					
						
							|  |  |  | 			continue; | 
					
						
							|  |  |  | 		enic->bar[i].len = pci_resource_len(pdev, i); | 
					
						
							|  |  |  | 		enic->bar[i].vaddr = pci_iomap(pdev, i, enic->bar[i].len); | 
					
						
							|  |  |  | 		if (!enic->bar[i].vaddr) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			dev_err(dev, "Cannot memory-map BAR %d, aborting\n", i); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:01:53 +00:00
										 |  |  | 			err = -ENODEV; | 
					
						
							|  |  |  | 			goto err_out_iounmap; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		enic->bar[i].bus_addr = pci_resource_start(pdev, i); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Register vNIC device
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:01:53 +00:00
										 |  |  | 	enic->vdev = vnic_dev_register(NULL, enic, pdev, enic->bar, | 
					
						
							|  |  |  | 		ARRAY_SIZE(enic->bar)); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (!enic->vdev) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "vNIC registration failed, aborting\n"); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		err = -ENODEV; | 
					
						
							|  |  |  | 		goto err_out_iounmap; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | #ifdef CONFIG_PCI_IOV
 | 
					
						
							|  |  |  | 	/* Get number of subvnics */ | 
					
						
							|  |  |  | 	pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_SRIOV); | 
					
						
							|  |  |  | 	if (pos) { | 
					
						
							|  |  |  | 		pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, | 
					
						
							| 
									
										
										
										
											2012-02-29 21:19:54 +00:00
										 |  |  | 			&enic->num_vfs); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | 		if (enic->num_vfs) { | 
					
						
							|  |  |  | 			err = pci_enable_sriov(pdev, enic->num_vfs); | 
					
						
							|  |  |  | 			if (err) { | 
					
						
							|  |  |  | 				dev_err(dev, "SRIOV enable failed, aborting." | 
					
						
							|  |  |  | 					" pci_enable_sriov() returned %d\n", | 
					
						
							|  |  |  | 					err); | 
					
						
							|  |  |  | 				goto err_out_vnic_unregister; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			enic->priv_flags |= ENIC_SRIOV_ENABLED; | 
					
						
							| 
									
										
										
										
											2012-01-19 22:25:36 +00:00
										 |  |  | 			num_pps = enic->num_vfs; | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	/* Allocate structure for port profiles */ | 
					
						
							| 
									
										
										
										
											2011-11-29 11:08:00 +00:00
										 |  |  | 	enic->pp = kcalloc(num_pps, sizeof(*enic->pp), GFP_KERNEL); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	if (!enic->pp) { | 
					
						
							|  |  |  | 		err = -ENOMEM; | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:07 +00:00
										 |  |  | 		goto err_out_disable_sriov_pp; | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	/* Issue device open to get device in known state
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_dev_open(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "vNIC dev open failed, aborting\n"); | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:07 +00:00
										 |  |  | 		goto err_out_disable_sriov; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-04 16:17:16 +00:00
										 |  |  | 	/* Setup devcmd lock
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_lock_init(&enic->devcmd_lock); | 
					
						
							| 
									
										
										
										
											2013-08-16 15:47:40 -07:00
										 |  |  | 	spin_lock_init(&enic->enic_api_lock); | 
					
						
							| 
									
										
										
										
											2011-02-04 16:17:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/*
 | 
					
						
							|  |  |  | 	 * Set ingress vlan rewrite mode before vnic initialization | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_dev_set_ig_vlan_rewrite_mode(enic); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							|  |  |  | 		dev_err(dev, | 
					
						
							|  |  |  | 			"Failed to set ingress vlan rewrite mode, aborting.\n"); | 
					
						
							|  |  |  | 		goto err_out_dev_close; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	/* Issue device init to initialize the vnic-to-switch link.
 | 
					
						
							|  |  |  | 	 * We'll start with carrier off and wait for link UP | 
					
						
							|  |  |  | 	 * notification later to turn on carrier.  We don't need | 
					
						
							|  |  |  | 	 * to wait here for the vnic-to-switch link initialization | 
					
						
							|  |  |  | 	 * to complete; link UP notification is the indication that | 
					
						
							|  |  |  | 	 * the process is complete. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netif_carrier_off(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 	/* Do not call dev_init for a dynamic vnic.
 | 
					
						
							|  |  |  | 	 * For a dynamic vnic, init_prov_info will be | 
					
						
							|  |  |  | 	 * called later by an upper layer. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-20 00:12:04 +00:00
										 |  |  | 	if (!enic_is_dynamic(enic)) { | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 		err = vnic_dev_init(enic->vdev, 0); | 
					
						
							|  |  |  | 		if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 			dev_err(dev, "vNIC dev init failed, aborting\n"); | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 			goto err_out_dev_close; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 	err = enic_dev_init(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Device initialization failed, aborting\n"); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		goto err_out_dev_close; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 	netif_set_real_num_tx_queues(netdev, enic->wq_count); | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:15 +05:30
										 |  |  | 	netif_set_real_num_rx_queues(netdev, enic->rq_count); | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:14 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:12 +00:00
										 |  |  | 	/* Setup notification timer, HW reset task, and wq locks
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	init_timer(&enic->notify_timer); | 
					
						
							|  |  |  | 	enic->notify_timer.function = enic_notify_timer; | 
					
						
							|  |  |  | 	enic->notify_timer.data = (unsigned long)enic; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 	enic_set_rx_coal_setting(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	INIT_WORK(&enic->reset, enic_reset); | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | 	INIT_WORK(&enic->change_mtu_work, enic_change_mtu_work); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < enic->wq_count; i++) | 
					
						
							|  |  |  | 		spin_lock_init(&enic->wq_lock[i]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Register net device
 | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enic->port_mtu = enic->config.mtu; | 
					
						
							|  |  |  | 	(void)enic_change_mtu(netdev, enic->port_mtu); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	err = enic_set_mac_addr(netdev, enic->mac_addr); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Invalid MAC address, aborting\n"); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		goto err_out_dev_deinit; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:54 +00:00
										 |  |  | 	enic->tx_coalesce_usecs = enic->config.intr_timer_usec; | 
					
						
							| 
									
										
										
										
											2014-05-20 03:14:05 +05:30
										 |  |  | 	/* rx coalesce time already got initialized. This gets used
 | 
					
						
							|  |  |  | 	 * if adaptive coal is turned off | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2009-12-23 13:27:54 +00:00
										 |  |  | 	enic->rx_coalesce_usecs = enic->tx_coalesce_usecs; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:02 +00:00
										 |  |  | 	if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) | 
					
						
							| 
									
										
										
										
											2010-05-17 22:50:19 -07:00
										 |  |  | 		netdev->netdev_ops = &enic_netdev_dynamic_ops; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		netdev->netdev_ops = &enic_netdev_ops; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	netdev->watchdog_timeo = 2 * HZ; | 
					
						
							| 
									
										
										
										
											2013-07-22 09:59:18 -07:00
										 |  |  | 	enic_set_ethtool_ops(netdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-19 02:04:27 +00:00
										 |  |  | 	netdev->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:51:59 +00:00
										 |  |  | 	if (ENIC_SETTING(enic, LOOP)) { | 
					
						
							| 
									
										
										
										
											2013-04-19 02:04:27 +00:00
										 |  |  | 		netdev->features &= ~NETIF_F_HW_VLAN_CTAG_TX; | 
					
						
							| 
									
										
										
										
											2010-06-24 10:51:59 +00:00
										 |  |  | 		enic->loop_enable = 1; | 
					
						
							|  |  |  | 		enic->loop_tag = enic->config.loop_tag; | 
					
						
							|  |  |  | 		dev_info(dev, "loopback tag=0x%04x\n", enic->loop_tag); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (ENIC_SETTING(enic, TXCSUM)) | 
					
						
							| 
									
										
										
										
											2011-04-07 02:43:48 +00:00
										 |  |  | 		netdev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (ENIC_SETTING(enic, TSO)) | 
					
						
							| 
									
										
										
										
											2011-04-07 02:43:48 +00:00
										 |  |  | 		netdev->hw_features |= NETIF_F_TSO | | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 			NETIF_F_TSO6 | NETIF_F_TSO_ECN; | 
					
						
							| 
									
										
										
										
											2013-09-04 11:17:15 +05:30
										 |  |  | 	if (ENIC_SETTING(enic, RSS)) | 
					
						
							|  |  |  | 		netdev->hw_features |= NETIF_F_RXHASH; | 
					
						
							| 
									
										
										
										
											2011-04-07 02:43:48 +00:00
										 |  |  | 	if (ENIC_SETTING(enic, RXCSUM)) | 
					
						
							|  |  |  | 		netdev->hw_features |= NETIF_F_RXCSUM; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netdev->features |= netdev->hw_features; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-23 16:08:02 +05:30
										 |  |  | #ifdef CONFIG_RFS_ACCEL
 | 
					
						
							|  |  |  | 	netdev->hw_features |= NETIF_F_NTUPLE; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	if (using_dac) | 
					
						
							|  |  |  | 		netdev->features |= NETIF_F_HIGHDMA; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-16 06:29:00 +00:00
										 |  |  | 	netdev->priv_flags |= IFF_UNICAST_FLT; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	err = register_netdev(netdev); | 
					
						
							|  |  |  | 	if (err) { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 		dev_err(dev, "Cannot register net device, aborting\n"); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		goto err_out_dev_deinit; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-09-03 03:17:19 +05:30
										 |  |  | 	enic->rx_copybreak = RX_COPYBREAK_DEFAULT; | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | err_out_dev_deinit: | 
					
						
							|  |  |  | 	enic_dev_deinit(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | err_out_dev_close: | 
					
						
							|  |  |  | 	vnic_dev_close(enic->vdev); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | err_out_disable_sriov: | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:07 +00:00
										 |  |  | 	kfree(enic->pp); | 
					
						
							|  |  |  | err_out_disable_sriov_pp: | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | #ifdef CONFIG_PCI_IOV
 | 
					
						
							|  |  |  | 	if (enic_sriov_enabled(enic)) { | 
					
						
							|  |  |  | 		pci_disable_sriov(pdev); | 
					
						
							|  |  |  | 		enic->priv_flags &= ~ENIC_SRIOV_ENABLED; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | err_out_vnic_unregister: | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2012-01-18 04:24:12 +00:00
										 |  |  | 	vnic_dev_unregister(enic->vdev); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | err_out_iounmap: | 
					
						
							|  |  |  | 	enic_iounmap(enic); | 
					
						
							|  |  |  | err_out_release_regions: | 
					
						
							|  |  |  | 	pci_release_regions(pdev); | 
					
						
							|  |  |  | err_out_disable_device: | 
					
						
							|  |  |  | 	pci_disable_device(pdev); | 
					
						
							|  |  |  | err_out_free_netdev: | 
					
						
							|  |  |  | 	free_netdev(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-03 09:23:05 -05:00
										 |  |  | static void enic_remove(struct pci_dev *pdev) | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct net_device *netdev = pci_get_drvdata(pdev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (netdev) { | 
					
						
							|  |  |  | 		struct enic *enic = netdev_priv(netdev); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-12 16:45:14 +01:00
										 |  |  | 		cancel_work_sync(&enic->reset); | 
					
						
							| 
									
										
										
										
											2011-06-03 14:35:17 +00:00
										 |  |  | 		cancel_work_sync(&enic->change_mtu_work); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		unregister_netdev(netdev); | 
					
						
							| 
									
										
										
										
											2009-09-03 17:02:45 +00:00
										 |  |  | 		enic_dev_deinit(enic); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		vnic_dev_close(enic->vdev); | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:33 +00:00
										 |  |  | #ifdef CONFIG_PCI_IOV
 | 
					
						
							|  |  |  | 		if (enic_sriov_enabled(enic)) { | 
					
						
							|  |  |  | 			pci_disable_sriov(pdev); | 
					
						
							|  |  |  | 			enic->priv_flags &= ~ENIC_SRIOV_ENABLED; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2011-09-22 03:44:43 +00:00
										 |  |  | 		kfree(enic->pp); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 		vnic_dev_unregister(enic->vdev); | 
					
						
							|  |  |  | 		enic_iounmap(enic); | 
					
						
							|  |  |  | 		pci_release_regions(pdev); | 
					
						
							|  |  |  | 		pci_disable_device(pdev); | 
					
						
							|  |  |  | 		free_netdev(netdev); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct pci_driver enic_driver = { | 
					
						
							|  |  |  | 	.name = DRV_NAME, | 
					
						
							|  |  |  | 	.id_table = enic_id_table, | 
					
						
							|  |  |  | 	.probe = enic_probe, | 
					
						
							| 
									
										
										
										
											2012-12-03 09:23:05 -05:00
										 |  |  | 	.remove = enic_remove, | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int __init enic_init_module(void) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2010-06-24 10:50:56 +00:00
										 |  |  | 	pr_info("%s, ver %s\n", DRV_DESCRIPTION, DRV_VERSION); | 
					
						
							| 
									
										
										
										
											2008-09-15 09:17:11 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return pci_register_driver(&enic_driver); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void __exit enic_cleanup_module(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	pci_unregister_driver(&enic_driver); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | module_init(enic_init_module); | 
					
						
							|  |  |  | module_exit(enic_cleanup_module); |