Go to the source code of this file.
|
enum | e1000_mng_mode {
e1000_mng_mode_none = 0,
e1000_mng_mode_asf,
e1000_mng_mode_pt,
e1000_mng_mode_ipmi,
e1000_mng_mode_host_interface_only,
e1000_mng_mode_none = 0,
e1000_mng_mode_asf,
e1000_mng_mode_pt,
e1000_mng_mode_ipmi,
e1000_mng_mode_host_if_only,
e1000_mng_mode_none = 0,
e1000_mng_mode_asf,
e1000_mng_mode_pt,
e1000_mng_mode_ipmi,
e1000_mng_mode_host_if_only
} |
|
#define E1000_FACTPS_MNGCG 0x20000000 |
#define E1000_IAMT_SIGNATURE 0x544D4149 |
- Enumerator:
e1000_mng_mode_none |
|
e1000_mng_mode_asf |
|
e1000_mng_mode_pt |
|
e1000_mng_mode_ipmi |
|
e1000_mng_mode_host_interface_only |
|
e1000_mng_mode_none |
|
e1000_mng_mode_asf |
|
e1000_mng_mode_pt |
|
e1000_mng_mode_ipmi |
|
e1000_mng_mode_host_if_only |
|
e1000_mng_mode_none |
|
e1000_mng_mode_asf |
|
e1000_mng_mode_pt |
|
e1000_mng_mode_ipmi |
|
e1000_mng_mode_host_if_only |
|
Definition at line 31 of file manage.c.
e1000e_check_mng_mode_generic - Generic check management mode : pointer to the HW structure
Reads the firmware semaphore register and returns true (>0) if manageability is enabled, else false (0).
Definition at line 115 of file manage.c.
e1000e_enable_mng_pass_thru - Check if management passthrough is needed : pointer to the HW structure
Verifies the hardware needs to leave interface enabled so that frames can be directed to and from the management interface.
Definition at line 332 of file manage.c.
e1000e_enable_tx_pkt_filtering - Enable packet filtering on Tx : pointer to the HW structure
Enables packet filtering on transmit packets if manageability is enabled and host interface is enabled.
Definition at line 130 of file manage.c.
e1000e_mng_write_dhcp_info - Writes DHCP info to host interface : pointer to the HW structure : pointer to the host interface : size of the buffer
Writes the DHCP information to the host interface.
Definition at line 290 of file manage.c.