parent
11ec5fff67
commit
7c21252c99
|
|
@ -11,10 +11,10 @@
|
|||
#include <linux/if_ether.h>
|
||||
#include <linux/i2c.h>
|
||||
|
||||
#include "e1000_mac-6.1-ethercat.h"
|
||||
#include "e1000_82575-6.1-ethercat.h"
|
||||
#include "e1000_i210-6.1-ethercat.h"
|
||||
#include "igb-6.1-ethercat.h"
|
||||
#include "e1000_mac-6.4-ethercat.h"
|
||||
#include "e1000_82575-6.4-ethercat.h"
|
||||
#include "e1000_i210-6.4-ethercat.h"
|
||||
#include "igb-6.4-ethercat.h"
|
||||
|
||||
static s32 igb_get_invariants_82575(struct e1000_hw *);
|
||||
static s32 igb_acquire_phy_82575(struct e1000_hw *);
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
#include <linux/io.h>
|
||||
#include <linux/netdevice.h>
|
||||
|
||||
#include "e1000_regs-6.1-ethercat.h"
|
||||
#include "e1000_defines-6.1-ethercat.h"
|
||||
#include "e1000_regs-6.4-ethercat.h"
|
||||
#include "e1000_defines-6.4-ethercat.h"
|
||||
|
||||
struct e1000_hw;
|
||||
|
||||
|
|
@ -287,10 +287,10 @@ struct e1000_host_mng_command_info {
|
|||
u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH];
|
||||
};
|
||||
|
||||
#include "e1000_mac-6.1-ethercat.h"
|
||||
#include "e1000_phy-6.1-ethercat.h"
|
||||
#include "e1000_nvm-6.1-ethercat.h"
|
||||
#include "e1000_mbx-6.1-ethercat.h"
|
||||
#include "e1000_mac-6.4-ethercat.h"
|
||||
#include "e1000_phy-6.4-ethercat.h"
|
||||
#include "e1000_nvm-6.4-ethercat.h"
|
||||
#include "e1000_mbx-6.4-ethercat.h"
|
||||
|
||||
struct e1000_mac_operations {
|
||||
s32 (*check_for_link)(struct e1000_hw *);
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
#include <linux/types.h>
|
||||
#include <linux/if_ether.h>
|
||||
|
||||
#include "e1000_hw-6.1-ethercat.h"
|
||||
#include "e1000_i210-6.1-ethercat.h"
|
||||
#include "e1000_hw-6.4-ethercat.h"
|
||||
#include "e1000_i210-6.4-ethercat.h"
|
||||
|
||||
static s32 igb_update_flash_i210(struct e1000_hw *hw);
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
#include <linux/netdevice.h>
|
||||
#include <linux/etherdevice.h>
|
||||
|
||||
#include "e1000_mac-6.1-ethercat.h"
|
||||
#include "e1000_mac-6.4-ethercat.h"
|
||||
|
||||
#include "igb-6.1-ethercat.h"
|
||||
#include "igb-6.4-ethercat.h"
|
||||
|
||||
static s32 igb_set_default_fc(struct e1000_hw *hw);
|
||||
static void igb_set_fc_watermarks(struct e1000_hw *hw);
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
#ifndef _E1000_MAC_H_
|
||||
#define _E1000_MAC_H_
|
||||
|
||||
#include "e1000_hw-6.1-ethercat.h"
|
||||
#include "e1000_hw-6.4-ethercat.h"
|
||||
|
||||
#include "e1000_phy-6.1-ethercat.h"
|
||||
#include "e1000_nvm-6.1-ethercat.h"
|
||||
#include "e1000_defines-6.1-ethercat.h"
|
||||
#include "e1000_i210-6.1-ethercat.h"
|
||||
#include "e1000_phy-6.4-ethercat.h"
|
||||
#include "e1000_nvm-6.4-ethercat.h"
|
||||
#include "e1000_defines-6.4-ethercat.h"
|
||||
#include "e1000_i210-6.4-ethercat.h"
|
||||
|
||||
/* Functions that should not be called directly from drivers but can be used
|
||||
* by other files in this 'shared code'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/* Copyright(c) 2007 - 2018 Intel Corporation. */
|
||||
|
||||
#include "e1000_mbx-6.1-ethercat.h"
|
||||
#include "e1000_mbx-6.4-ethercat.h"
|
||||
|
||||
/**
|
||||
* igb_read_mbx - Reads a message from the mailbox
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#ifndef _E1000_MBX_H_
|
||||
#define _E1000_MBX_H_
|
||||
|
||||
#include "e1000_hw-6.1-ethercat.h"
|
||||
#include "e1000_hw-6.4-ethercat.h"
|
||||
|
||||
#define E1000_P2VMAILBOX_STS 0x00000001 /* Initiate message send to VF */
|
||||
#define E1000_P2VMAILBOX_ACK 0x00000002 /* Ack message recv'd from VF */
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
#include <linux/if_ether.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "e1000_mac-6.1-ethercat.h"
|
||||
#include "e1000_nvm-6.1-ethercat.h"
|
||||
#include "e1000_mac-6.4-ethercat.h"
|
||||
#include "e1000_nvm-6.4-ethercat.h"
|
||||
|
||||
/**
|
||||
* igb_raise_eec_clk - Raise EEPROM clock
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
#include <linux/if_ether.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "e1000_mac-6.1-ethercat.h"
|
||||
#include "e1000_phy-6.1-ethercat.h"
|
||||
#include "e1000_mac-6.4-ethercat.h"
|
||||
#include "e1000_phy-6.4-ethercat.h"
|
||||
|
||||
static s32 igb_phy_setup_autoneg(struct e1000_hw *hw);
|
||||
static void igb_phy_force_speed_duplex_setup(struct e1000_hw *hw,
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
#ifndef _IGB_H_
|
||||
#define _IGB_H_
|
||||
|
||||
#include "e1000_mac-6.1-ethercat.h"
|
||||
#include "e1000_82575-6.1-ethercat.h"
|
||||
#include "e1000_mac-6.4-ethercat.h"
|
||||
#include "e1000_82575-6.4-ethercat.h"
|
||||
|
||||
#include <linux/timecounter.h>
|
||||
#include <linux/net_tstamp.h>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
#include <linux/highmem.h>
|
||||
#include <linux/mdio.h>
|
||||
|
||||
#include "igb-6.1-ethercat.h"
|
||||
#include "igb-6.4-ethercat.h"
|
||||
|
||||
struct igb_stats {
|
||||
char stat_string[ETH_GSTRING_LEN];
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/* Copyright(c) 2007 - 2018 Intel Corporation. */
|
||||
|
||||
#include "igb-6.1-ethercat.h"
|
||||
#include "e1000_82575-6.1-ethercat.h"
|
||||
#include "e1000_hw-6.1-ethercat.h"
|
||||
#include "igb-6.4-ethercat.h"
|
||||
#include "e1000_82575-6.4-ethercat.h"
|
||||
#include "e1000_hw-6.4-ethercat.h"
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/types.h>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include <linux/dca.h>
|
||||
#endif
|
||||
#include <linux/i2c.h>
|
||||
#include "igb-6.1-ethercat.h"
|
||||
#include "igb-6.4-ethercat.h"
|
||||
|
||||
enum queue_mode {
|
||||
QUEUE_MODE_STRICT_PRIORITY,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <linux/pci.h>
|
||||
#include <linux/ptp_classify.h>
|
||||
|
||||
#include "igb-6.1-ethercat.h"
|
||||
#include "igb-6.4-ethercat.h"
|
||||
|
||||
#define INCVALUE_MASK 0x7fffffff
|
||||
#define ISGN 0x80000000
|
||||
|
|
|
|||
Loading…
Reference in New Issue