Go to the source code of this file.
| #define E1000_FACTPS_MNGCG 0x20000000 |
Definition at line 52 of file igb_manage.h.
| #define E1000_FWSM_MODE_MASK 0xE |
Definition at line 54 of file igb_manage.h.
| #define E1000_FWSM_MODE_SHIFT 1 |
Definition at line 55 of file igb_manage.h.
| #define E1000_MNG_IAMT_MODE 0x3 |
Definition at line 57 of file igb_manage.h.
| #define E1000_MNG_DHCP_COOKIE_LENGTH 0x10 |
Definition at line 58 of file igb_manage.h.
| #define E1000_MNG_DHCP_COOKIE_OFFSET 0x6F0 |
Definition at line 59 of file igb_manage.h.
| #define E1000_MNG_DHCP_COMMAND_TIMEOUT 10 |
Definition at line 60 of file igb_manage.h.
| #define E1000_MNG_DHCP_TX_PAYLOAD_CMD 64 |
Definition at line 61 of file igb_manage.h.
| #define E1000_MNG_DHCP_COOKIE_STATUS_PARSING 0x1 |
Definition at line 62 of file igb_manage.h.
| #define E1000_MNG_DHCP_COOKIE_STATUS_VLAN 0x2 |
Definition at line 63 of file igb_manage.h.
| #define E1000_VFTA_ENTRY_SHIFT 5 |
Definition at line 65 of file igb_manage.h.
| #define E1000_VFTA_ENTRY_MASK 0x7F |
Definition at line 66 of file igb_manage.h.
| #define E1000_VFTA_ENTRY_BIT_SHIFT_MASK 0x1F |
Definition at line 67 of file igb_manage.h.
| #define E1000_HI_MAX_BLOCK_BYTE_LENGTH 1792 |
Definition at line 69 of file igb_manage.h.
| #define E1000_HI_MAX_BLOCK_DWORD_LENGTH 448 |
Definition at line 70 of file igb_manage.h.
| #define E1000_HI_COMMAND_TIMEOUT 500 |
Definition at line 71 of file igb_manage.h.
| #define E1000_HICR_EN 0x01 |
Definition at line 73 of file igb_manage.h.
| #define E1000_HICR_C 0x02 |
Definition at line 75 of file igb_manage.h.
| #define E1000_HICR_SV 0x04 |
Definition at line 76 of file igb_manage.h.
| #define E1000_HICR_FW_RESET_ENABLE 0x40 |
Definition at line 77 of file igb_manage.h.
| #define E1000_HICR_FW_RESET 0x80 |
Definition at line 78 of file igb_manage.h.
| #define E1000_IAMT_SIGNATURE 0x544D4149 |
Definition at line 81 of file igb_manage.h.
| enum e1000_mng_mode |
Definition at line 44 of file igb_manage.h.
00044 { 00045 e1000_mng_mode_none = 0, 00046 e1000_mng_mode_asf, 00047 e1000_mng_mode_pt, 00048 e1000_mng_mode_ipmi, 00049 e1000_mng_mode_host_if_only 00050 };
| FILE_LICENCE | ( | GPL2_ONLY | ) |
| s32 e1000_mng_host_if_write_generic | ( | struct e1000_hw * | hw, | |
| u8 * | buffer, | |||
| u16 | length, | |||
| u16 | offset, | |||
| u8 * | sum | |||
| ) |
| s32 e1000_mng_write_cmd_header_generic | ( | struct e1000_hw * | hw, | |
| struct e1000_host_mng_command_header * | hdr | |||
| ) |
1.5.7.1