Go to the source code of this file.
#define AN_RETRY_COUNT 5 /* Autoneg Retry Count value */ |
#define E1000_BASE1000T_STATUS 10 |
#define E1000_GCR_L1_ACT_WITHOUT_L0S_RX 0x08000000 |
#define E1000_IDLE_ERROR_COUNT_MASK 0xFF |
#define E1000_NVM_INIT_CTRL2_MNGM 0x6000 /* Manageability Operation Mode mask */ |
#define E1000_RECEIVE_ERROR_COUNTER 21 |
#define E1000_RECEIVE_ERROR_MAX 0xFFFF |
#define ID_LED_DEFAULT_82573 |
Value:
Definition at line 49 of file 82571.c.
#define ID_LED_RESERVED_F746 0xF746 |
e1000_check_phy_82574 - check 82574 phy hung state : pointer to the HW structure
Returns whether phy is hung or not
Definition at line 1424 of file 82571.c.
e1000e_get_laa_state_82571 - Get locally administered address state : pointer to the HW structure
Retrieve and return the current locally administered address state.
Definition at line 1759 of file 82571.c.
e1000e_set_laa_state_82571 - Set locally administered address state : pointer to the HW structure : enable/disable locally administered address
Enable/Disable the current locally administered address state.
Definition at line 1774 of file 82571.c.
Initial value:= {
.pba = 38,
.get_variants = e1000_get_variants_82571,
.mac_ops = &e82571_mac_ops,
.phy_ops = &e82_phy_ops_igp,
.nvm_ops = &e82571_nvm_ops,
}
Definition at line 2023 of file 82571.c.
Initial value:= {
.pba = 38,
.get_variants = e1000_get_variants_82571,
.mac_ops = &e82571_mac_ops,
.phy_ops = &e82_phy_ops_igp,
.nvm_ops = &e82571_nvm_ops,
}
Definition at line 2044 of file 82571.c.
Initial value:= {
.pba = 20,
.get_variants = e1000_get_variants_82571,
.mac_ops = &e82571_mac_ops,
.phy_ops = &e82_phy_ops_m88,
.nvm_ops = &e82571_nvm_ops,
}
Definition at line 2062 of file 82571.c.
Initial value:= {
.pba = 32,
.get_variants = e1000_get_variants_82571,
.mac_ops = &e82571_mac_ops,
.phy_ops = &e82_phy_ops_bm,
.nvm_ops = &e82571_nvm_ops,
}
Definition at line 2080 of file 82571.c.
Initial value:= {
.pba = 32,
.get_variants = e1000_get_variants_82571,
.mac_ops = &e82571_mac_ops,
.phy_ops = &e82_phy_ops_bm,
.nvm_ops = &e82571_nvm_ops,
}
Definition at line 2103 of file 82571.c.