#ifndef _E1000E_MANAGE_H_
#define _E1000E_MANAGE_H_
bool e1000e_check_mng_mode_generic(struct e1000_hw *hw);
bool e1000e_enable_tx_pkt_filtering(struct e1000_hw *hw);
s32 e1000e_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length);
bool e1000e_enable_mng_pass_thru(struct e1000_hw *hw);
enum e1000_mng_mode { … };
#define E1000_FACTPS_MNGCG …
#define E1000_FWSM_MODE_MASK …
#define E1000_FWSM_MODE_SHIFT …
#define E1000_MNG_IAMT_MODE …
#define E1000_MNG_DHCP_COOKIE_LENGTH …
#define E1000_MNG_DHCP_COOKIE_OFFSET …
#define E1000_MNG_DHCP_COMMAND_TIMEOUT …
#define E1000_MNG_DHCP_TX_PAYLOAD_CMD …
#define E1000_MNG_DHCP_COOKIE_STATUS_PARSING …
#define E1000_MNG_DHCP_COOKIE_STATUS_VLAN …
#define E1000_VFTA_ENTRY_SHIFT …
#define E1000_VFTA_ENTRY_MASK …
#define E1000_VFTA_ENTRY_BIT_SHIFT_MASK …
#define E1000_HICR_EN …
#define E1000_HICR_C …
#define E1000_HICR_SV …
#define E1000_HICR_FW_RESET_ENABLE …
#define E1000_HICR_FW_RESET …
#define E1000_IAMT_SIGNATURE …
#endif