Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: qed: update copyright years

Set the actual copyright holder and years in all qed source files.

Signed-off-by: Alexander Lobakin <alobakin@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alexander Lobakin and committed by
David S. Miller
663eacd8 1f4d4ed6

+66
+1
drivers/net/ethernet/qlogic/qed/Makefile
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 + # Copyright (c) 2019-2020 Marvell International Ltd. 2 3 3 4 obj-$(CONFIG_QED) := qed.o 4 5
+1
drivers/net/ethernet/qlogic/qed/qed.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_H
+1
drivers/net/ethernet/qlogic/qed/qed_cxt.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_cxt.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_CXT_H
+1
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_dcbx.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_DCBX_H
+1
drivers/net/ethernet/qlogic/qed/qed_debug.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/module.h>
+1
drivers/net/ethernet/qlogic/qed/qed_debug.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_DEBUGFS_H
+1
drivers/net/ethernet/qlogic/qed/qed_dev.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_dev_api.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_DEV_API_H
+1
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_fcoe.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_FCOE_H
+1
drivers/net/ethernet/qlogic/qed/qed_hsi.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_HSI_H
+1
drivers/net/ethernet/qlogic/qed/qed_hw.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_hw.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_HW_H
+1
drivers/net/ethernet/qlogic/qed/qed_init_fw_funcs.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_init_ops.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_init_ops.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_INIT_OPS_H
+1
drivers/net/ethernet/qlogic/qed/qed_int.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_int.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_INT_H
+1
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_iscsi.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_ISCSI_H
+1
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/if_ether.h>
+1
drivers/net/ethernet/qlogic/qed/qed_iwarp.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_IWARP_H
+1
drivers/net/ethernet/qlogic/qed/qed_l2.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_l2.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_L2_H
+1
drivers/net/ethernet/qlogic/qed/qed_ll2.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_ll2.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_LL2_H
+1
drivers/net/ethernet/qlogic/qed/qed_main.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/stddef.h>
+1
drivers/net/ethernet/qlogic/qed/qed_mcp.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_mcp.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_MCP_H
+1
drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 + /* Copyright (c) 2019-2020 Marvell International Ltd. */ 2 3 3 4 #include <linux/types.h> 4 5 #include <asm/byteorder.h>
+1
drivers/net/ethernet/qlogic/qed/qed_ooo.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_ooo.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_OOO_H
+1
drivers/net/ethernet/qlogic/qed/qed_ptp.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_rdma.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_rdma.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_RDMA_H
+1
drivers/net/ethernet/qlogic/qed/qed_reg_addr.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef REG_ADDR_H
+1
drivers/net/ethernet/qlogic/qed/qed_roce.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_roce.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_ROCE_H
+1
drivers/net/ethernet/qlogic/qed/qed_selftest.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2016 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/crc32.h>
+1
drivers/net/ethernet/qlogic/qed/qed_selftest.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 + /* Copyright (c) 2019-2020 Marvell International Ltd. */ 2 3 3 4 #ifndef _QED_SELFTEST_API_H 4 5 #define _QED_SELFTEST_API_H
+1
drivers/net/ethernet/qlogic/qed/qed_sp.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_SP_H
+1
drivers/net/ethernet/qlogic/qed/qed_sp_commands.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_spq.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/types.h>
+1
drivers/net/ethernet/qlogic/qed/qed_sriov.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/etherdevice.h>
+1
drivers/net/ethernet/qlogic/qed/qed_sriov.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_SRIOV_H
+1
drivers/net/ethernet/qlogic/qed/qed_vf.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #include <linux/crc32.h>
+1
include/linux/qed/common_hsi.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2016 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _COMMON_HSI_H
+1
include/linux/qed/eth_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __ETH_COMMON__
+1
include/linux/qed/fcoe_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __FCOE_COMMON__
+1
include/linux/qed/iscsi_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __ISCSI_COMMON__
+1
include/linux/qed/iwarp_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __IWARP_COMMON__
+1
include/linux/qed/qed_chain.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_CHAIN_H
+1
include/linux/qed/qed_eth_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_ETH_IF_H
+1
include/linux/qed/qed_fcoe_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 + /* Copyright (c) 2019-2020 Marvell International Ltd. */ 2 3 3 4 #ifndef _QED_FCOE_IF_H 4 5 #define _QED_FCOE_IF_H
+1
include/linux/qed/qed_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_IF_H
+1
include/linux/qed/qed_iov_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_IOV_IF_H
+1
include/linux/qed/qed_iscsi_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_ISCSI_IF_H
+1
include/linux/qed/qed_ll2_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_LL2_IF_H
+1
include/linux/qed/qed_rdma_if.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef _QED_RDMA_IF_H
+1
include/linux/qed/qede_rdma.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qedr NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef QEDE_ROCE_H
+1
include/linux/qed/rdma_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __RDMA_COMMON__
+1
include/linux/qed/roce_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __ROCE_COMMON__
+1
include/linux/qed/storage_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __STORAGE_COMMON__
+1
include/linux/qed/tcp_common.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 2 2 /* QLogic qed NIC Driver 3 3 * Copyright (c) 2015-2017 QLogic Corporation 4 + * Copyright (c) 2019-2020 Marvell International Ltd. 4 5 */ 5 6 6 7 #ifndef __TCP_COMMON__