Commit e52c0f96 authored by Carolyn Wyborny's avatar Carolyn Wyborny Committed by Jeff Kirsher

igb: Cleanups to change comment style on license headers

This patch fixes WARNING:NETWORKING_BLOCK_COMMENT_STYLE from checkpatch file check.
Signed-off-by: default avatarCarolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent bed83e94
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
/* e1000_82575 /* e1000_82575
* e1000_82576 * e1000_82576
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_82575_H_ #ifndef _E1000_82575_H_
#define _E1000_82575_H_ #define _E1000_82575_H_
...@@ -92,8 +89,7 @@ union e1000_adv_rx_desc { ...@@ -92,8 +89,7 @@ union e1000_adv_rx_desc {
struct { struct {
struct { struct {
__le16 pkt_info; /* RSS type, Packet type */ __le16 pkt_info; /* RSS type, Packet type */
__le16 hdr_info; /* Split Header, __le16 hdr_info; /* Split Head, buf len */
* header buffer length */
} lo_dword; } lo_dword;
union { union {
__le32 rss; /* RSS Hash */ __le32 rss; /* RSS Hash */
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_DEFINES_H_ #ifndef _E1000_DEFINES_H_
#define _E1000_DEFINES_H_ #define _E1000_DEFINES_H_
...@@ -307,33 +304,25 @@ ...@@ -307,33 +304,25 @@
#define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */
/* DMA Coalescing register fields */ /* DMA Coalescing register fields */
#define E1000_DMACR_DMACWT_MASK 0x00003FFF /* DMA Coalescing #define E1000_DMACR_DMACWT_MASK 0x00003FFF /* DMA Coal Watchdog Timer */
* Watchdog Timer */ #define E1000_DMACR_DMACTHR_MASK 0x00FF0000 /* DMA Coal Rx Threshold */
#define E1000_DMACR_DMACTHR_MASK 0x00FF0000 /* DMA Coalescing Receive
* Threshold */
#define E1000_DMACR_DMACTHR_SHIFT 16 #define E1000_DMACR_DMACTHR_SHIFT 16
#define E1000_DMACR_DMAC_LX_MASK 0x30000000 /* Lx when no PCIe #define E1000_DMACR_DMAC_LX_MASK 0x30000000 /* Lx when no PCIe trans */
* transactions */
#define E1000_DMACR_DMAC_LX_SHIFT 28 #define E1000_DMACR_DMAC_LX_SHIFT 28
#define E1000_DMACR_DMAC_EN 0x80000000 /* Enable DMA Coalescing */ #define E1000_DMACR_DMAC_EN 0x80000000 /* Enable DMA Coalescing */
/* DMA Coalescing BMC-to-OS Watchdog Enable */ /* DMA Coalescing BMC-to-OS Watchdog Enable */
#define E1000_DMACR_DC_BMC2OSW_EN 0x00008000 #define E1000_DMACR_DC_BMC2OSW_EN 0x00008000
#define E1000_DMCTXTH_DMCTTHR_MASK 0x00000FFF /* DMA Coalescing Transmit #define E1000_DMCTXTH_DMCTTHR_MASK 0x00000FFF /* DMA Coal Tx Threshold */
* Threshold */
#define E1000_DMCTLX_TTLX_MASK 0x00000FFF /* Time to LX request */ #define E1000_DMCTLX_TTLX_MASK 0x00000FFF /* Time to LX request */
#define E1000_DMCRTRH_UTRESH_MASK 0x0007FFFF /* Receive Traffic Rate #define E1000_DMCRTRH_UTRESH_MASK 0x0007FFFF /* Rx Traffic Rate Thresh */
* Threshold */ #define E1000_DMCRTRH_LRPRCW 0x80000000 /* Rx pkt rate curr window */
#define E1000_DMCRTRH_LRPRCW 0x80000000 /* Rcv packet rate in
* current window */
#define E1000_DMCCNT_CCOUNT_MASK 0x01FFFFFF /* DMA Coal Rcv Traffic #define E1000_DMCCNT_CCOUNT_MASK 0x01FFFFFF /* DMA Coal Rx Current Cnt */
* Current Cnt */
#define E1000_FCRTC_RTH_COAL_MASK 0x0003FFF0 /* Flow ctrl Rcv Threshold #define E1000_FCRTC_RTH_COAL_MASK 0x0003FFF0 /* FC Rx Thresh High val */
* High val */
#define E1000_FCRTC_RTH_COAL_SHIFT 4 #define E1000_FCRTC_RTH_COAL_SHIFT 4
#define E1000_PCIEMISC_LX_DECISION 0x00000080 /* Lx power decision */ #define E1000_PCIEMISC_LX_DECISION 0x00000080 /* Lx power decision */
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it *
under the terms and conditions of the GNU General Public License, * This program is distributed in the hope it will be useful, but WITHOUT
version 2, as published by the Free Software Foundation. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
This program is distributed in the hope it will be useful, but WITHOUT * more details.
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * You should have received a copy of the GNU General Public License along with
more details. * this program; if not, see <http://www.gnu.org/licenses/>.
*
You should have received a copy of the GNU General Public License along with * The full GNU General Public License is included in this distribution in
this program; if not, see <http://www.gnu.org/licenses/>. * the file called "COPYING".
*
The full GNU General Public License is included in this distribution in * Contact Information:
the file called "COPYING". * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
Contact Information: */
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_HW_H_ #ifndef _E1000_HW_H_
#define _E1000_HW_H_ #define _E1000_HW_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
******************************************************************************/
/* e1000_i210 /* e1000_i210
* e1000_i211 * e1000_i211
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_I210_H_ #ifndef _E1000_I210_H_
#define _E1000_I210_H_ #define _E1000_I210_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_MAC_H_ #ifndef _E1000_MAC_H_
#define _E1000_MAC_H_ #define _E1000_MAC_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#include "e1000_mbx.h" #include "e1000_mbx.h"
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_MBX_H_ #ifndef _E1000_MBX_H_
#define _E1000_MBX_H_ #define _E1000_MBX_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver * This program is free software; you can redistribute it and/or modify it
Copyright(c) 2007-2014 Intel Corporation. * under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
This program is free software; you can redistribute it and/or modify it *
under the terms and conditions of the GNU General Public License, * This program is distributed in the hope it will be useful, but WITHOUT
version 2, as published by the Free Software Foundation. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
This program is distributed in the hope it will be useful, but WITHOUT * more details.
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * You should have received a copy of the GNU General Public License along with
more details. * this program; if not, see <http://www.gnu.org/licenses/>.
*
You should have received a copy of the GNU General Public License along with * The full GNU General Public License is included in this distribution in
this program; if not, see <http://www.gnu.org/licenses/>. * the file called "COPYING".
*
The full GNU General Public License is included in this distribution in * Contact Information:
the file called "COPYING". * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
Contact Information: */
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_NVM_H_ #ifndef _E1000_NVM_H_
#define _E1000_NVM_H_ #define _E1000_NVM_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_PHY_H_ #ifndef _E1000_PHY_H_
#define _E1000_PHY_H_ #define _E1000_PHY_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#ifndef _E1000_REGS_H_ #ifndef _E1000_REGS_H_
#define _E1000_REGS_H_ #define _E1000_REGS_H_
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
/* Linux PRO/1000 Ethernet Driver main header file */ /* Linux PRO/1000 Ethernet Driver main header file */
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
/* ethtool support for igb */ /* ethtool support for igb */
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#include "igb.h" #include "igb.h"
#include "e1000_82575.h" #include "e1000_82575.h"
......
/******************************************************************************* /* Intel(R) Gigabit Ethernet Linux driver
* Copyright(c) 2007-2014 Intel Corporation.
Intel(R) Gigabit Ethernet Linux driver *
Copyright(c) 2007-2014 Intel Corporation. * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
This program is free software; you can redistribute it and/or modify it * version 2, as published by the Free Software Foundation.
under the terms and conditions of the GNU General Public License, *
version 2, as published by the Free Software Foundation. * This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
This program is distributed in the hope it will be useful, but WITHOUT * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * more details.
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for *
more details. * You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *
this program; if not, see <http://www.gnu.org/licenses/>. * The full GNU General Public License is included in this distribution in
* the file called "COPYING".
The full GNU General Public License is included in this distribution in *
the file called "COPYING". * Contact Information:
* e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Contact Information: * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> */
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*******************************************************************************/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
...@@ -1285,8 +1282,7 @@ static int igb_alloc_q_vector(struct igb_adapter *adapter, ...@@ -1285,8 +1282,7 @@ static int igb_alloc_q_vector(struct igb_adapter *adapter,
if (adapter->hw.mac.type >= e1000_82576) if (adapter->hw.mac.type >= e1000_82576)
set_bit(IGB_RING_FLAG_RX_SCTP_CSUM, &ring->flags); set_bit(IGB_RING_FLAG_RX_SCTP_CSUM, &ring->flags);
/* /* On i350, i354, i210, and i211, loopback VLAN packets
* On i350, i354, i210, and i211, loopback VLAN packets
* have the tag byte-swapped. * have the tag byte-swapped.
*/ */
if (adapter->hw.mac.type >= e1000_i350) if (adapter->hw.mac.type >= e1000_i350)
...@@ -2528,7 +2524,8 @@ static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) ...@@ -2528,7 +2524,8 @@ static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
} }
/* let the f/w know that the h/w is now under the control of the /* let the f/w know that the h/w is now under the control of the
* driver. */ * driver.
*/
igb_get_hw_control(adapter); igb_get_hw_control(adapter);
strcpy(netdev->name, "eth%d"); strcpy(netdev->name, "eth%d");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment