ice.h (4c7d2e179576e821b461bb4a58d0a834916601fa) ice.h (9a225f81f540f65225e4b820e303d40d9e747e78)
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2018, Intel Corporation. */
3
4#ifndef _ICE_H_
5#define _ICE_H_
6
7#include <linux/types.h>
8#include <linux/errno.h>

--- 37 unchanged lines hidden (view full) ---

46#include <net/devlink.h>
47#include <net/ipv6.h>
48#include <net/xdp_sock.h>
49#include <net/xdp_sock_drv.h>
50#include <net/geneve.h>
51#include <net/gre.h>
52#include <net/udp_tunnel.h>
53#include <net/vxlan.h>
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2018, Intel Corporation. */
3
4#ifndef _ICE_H_
5#define _ICE_H_
6
7#include <linux/types.h>
8#include <linux/errno.h>

--- 37 unchanged lines hidden (view full) ---

46#include <net/devlink.h>
47#include <net/ipv6.h>
48#include <net/xdp_sock.h>
49#include <net/xdp_sock_drv.h>
50#include <net/geneve.h>
51#include <net/gre.h>
52#include <net/udp_tunnel.h>
53#include <net/vxlan.h>
54#include <net/gtp.h>
54#if IS_ENABLED(CONFIG_DCB)
55#include <scsi/iscsi_proto.h>
56#endif /* CONFIG_DCB */
57#include "ice_devids.h"
58#include "ice_type.h"
59#include "ice_txrx.h"
60#include "ice_dcb.h"
61#include "ice_switch.h"

--- 854 unchanged lines hidden ---
55#if IS_ENABLED(CONFIG_DCB)
56#include <scsi/iscsi_proto.h>
57#endif /* CONFIG_DCB */
58#include "ice_devids.h"
59#include "ice_type.h"
60#include "ice_txrx.h"
61#include "ice_dcb.h"
62#include "ice_switch.h"

--- 854 unchanged lines hidden ---