Deleted Added
full compact
e1000_manage.h (225736) e1000_manage.h (238262)
1/******************************************************************************
2
1/******************************************************************************
2
3 Copyright (c) 2001-2010, Intel Corporation
3 Copyright (c) 2001-2012, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8
9 1. Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11

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

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8
9 1. Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11

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

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
33/*$FreeBSD: stable/9/sys/dev/e1000/e1000_manage.h 218530 2011-02-11 01:00:26Z jfv $*/
33/*$FreeBSD: stable/9/sys/dev/e1000/e1000_manage.h 238262 2012-07-08 20:35:56Z jfv $*/
34
35#ifndef _E1000_MANAGE_H_
36#define _E1000_MANAGE_H_
37
38bool e1000_check_mng_mode_generic(struct e1000_hw *hw);
39bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw);
40s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw);
41s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
34
35#ifndef _E1000_MANAGE_H_
36#define _E1000_MANAGE_H_
37
38bool e1000_check_mng_mode_generic(struct e1000_hw *hw);
39bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw);
40s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw);
41s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
42 u16 length, u16 offset, u8 *sum);
42 u16 length, u16 offset, u8 *sum);
43s32 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw,
43s32 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw,
44 struct e1000_host_mng_command_header *hdr);
44 struct e1000_host_mng_command_header *hdr);
45s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw,
45s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw,
46 u8 *buffer, u16 length);
46 u8 *buffer, u16 length);
47bool e1000_enable_mng_pass_thru(struct e1000_hw *hw);
48u8 e1000_calculate_checksum(u8 *buffer, u32 length);
49s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length);
47bool e1000_enable_mng_pass_thru(struct e1000_hw *hw);
48u8 e1000_calculate_checksum(u8 *buffer, u32 length);
49s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length);
50s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length);
50
51enum e1000_mng_mode {
52 e1000_mng_mode_none = 0,
53 e1000_mng_mode_asf,
54 e1000_mng_mode_pt,
55 e1000_mng_mode_ipmi,
56 e1000_mng_mode_host_if_only
57};
58
51
52enum e1000_mng_mode {
53 e1000_mng_mode_none = 0,
54 e1000_mng_mode_asf,
55 e1000_mng_mode_pt,
56 e1000_mng_mode_ipmi,
57 e1000_mng_mode_host_if_only
58};
59
59#define E1000_FACTPS_MNGCG 0x20000000
60#define E1000_FACTPS_MNGCG 0x20000000
60
61
61#define E1000_FWSM_MODE_MASK 0xE
62#define E1000_FWSM_MODE_SHIFT 1
62#define E1000_FWSM_MODE_MASK 0xE
63#define E1000_FWSM_MODE_SHIFT 1
64#define E1000_FWSM_FW_VALID 0x00008000
65#define E1000_FWSM_HI_EN_ONLY_MODE 0x4
63
66
64#define E1000_MNG_IAMT_MODE 0x3
65#define E1000_MNG_DHCP_COOKIE_LENGTH 0x10
66#define E1000_MNG_DHCP_COOKIE_OFFSET 0x6F0
67#define E1000_MNG_DHCP_COMMAND_TIMEOUT 10
68#define E1000_MNG_DHCP_TX_PAYLOAD_CMD 64
69#define E1000_MNG_DHCP_COOKIE_STATUS_PARSING 0x1
70#define E1000_MNG_DHCP_COOKIE_STATUS_VLAN 0x2
67#define E1000_MNG_IAMT_MODE 0x3
68#define E1000_MNG_DHCP_COOKIE_LENGTH 0x10
69#define E1000_MNG_DHCP_COOKIE_OFFSET 0x6F0
70#define E1000_MNG_DHCP_COMMAND_TIMEOUT 10
71#define E1000_MNG_DHCP_TX_PAYLOAD_CMD 64
72#define E1000_MNG_DHCP_COOKIE_STATUS_PARSING 0x1
73#define E1000_MNG_DHCP_COOKIE_STATUS_VLAN 0x2
71
74
72#define E1000_VFTA_ENTRY_SHIFT 5
73#define E1000_VFTA_ENTRY_MASK 0x7F
74#define E1000_VFTA_ENTRY_BIT_SHIFT_MASK 0x1F
75#define E1000_VFTA_ENTRY_SHIFT 5
76#define E1000_VFTA_ENTRY_MASK 0x7F
77#define E1000_VFTA_ENTRY_BIT_SHIFT_MASK 0x1F
75
78
76#define E1000_HI_MAX_BLOCK_BYTE_LENGTH 1792 /* Num of bytes in range */
77#define E1000_HI_MAX_BLOCK_DWORD_LENGTH 448 /* Num of dwords in range */
78#define E1000_HI_COMMAND_TIMEOUT 500 /* Process HI command limit */
79
80#define E1000_HICR_EN 0x01 /* Enable bit - RO */
79#define E1000_HI_MAX_BLOCK_BYTE_LENGTH 1792 /* Num of bytes in range */
80#define E1000_HI_MAX_BLOCK_DWORD_LENGTH 448 /* Num of dwords in range */
81#define E1000_HI_COMMAND_TIMEOUT 500 /* Process HI cmd limit */
82#define E1000_HI_FW_BASE_ADDRESS 0x10000
83#define E1000_HI_FW_MAX_LENGTH (64 * 1024) /* Num of bytes */
84#define E1000_HI_FW_BLOCK_DWORD_LENGTH 256 /* Num of DWORDs per page */
85#define E1000_HICR_MEMORY_BASE_EN 0x200 /* MB Enable bit - RO */
86#define E1000_HICR_EN 0x01 /* Enable bit - RO */
81/* Driver sets this bit when done to put command in RAM */
87/* Driver sets this bit when done to put command in RAM */
82#define E1000_HICR_C 0x02
83#define E1000_HICR_SV 0x04 /* Status Validity */
84#define E1000_HICR_FW_RESET_ENABLE 0x40
85#define E1000_HICR_FW_RESET 0x80
88#define E1000_HICR_C 0x02
89#define E1000_HICR_SV 0x04 /* Status Validity */
90#define E1000_HICR_FW_RESET_ENABLE 0x40
91#define E1000_HICR_FW_RESET 0x80
86
87/* Intel(R) Active Management Technology signature */
92
93/* Intel(R) Active Management Technology signature */
88#define E1000_IAMT_SIGNATURE 0x544D4149
94#define E1000_IAMT_SIGNATURE 0x544D4149
89
90#endif
95
96#endif