Lines Matching full:ulp
299 /* It is not possible to be certain of the current state of ULP in e1000_init_phy_workarounds_pchlan()
305 e_warn("Failed to disable ULP\n"); in e1000_init_phy_workarounds_pchlan()
1093 * When link is down, configure ULP mode to significantly reduce the power
1095 * ME firmware to start the ULP configuration. If not on an ME enabled
1096 * system, configure the ULP mode by software.
1114 /* Request ME configure ULP mode in the PHY */ in e1000_enable_ulp_lpt_lp()
1157 /* Si workaround for ULP entry flow on i127/rev6 h/w. Enable in e1000_enable_ulp_lpt_lp()
1158 * LPLU and disable Gig speed when entering ULP in e1000_enable_ulp_lpt_lp()
1176 /* Set Inband ULP Exit, Reset to SMBus mode and in e1000_enable_ulp_lpt_lp()
1204 /* Commit ULP changes in PHY by starting auto ULP configuration */ in e1000_enable_ulp_lpt_lp()
1220 e_dbg("Error in ULP enable flow: %d\n", ret_val); in e1000_enable_ulp_lpt_lp()
1230 * @force: boolean indicating whether or not to force disabling ULP
1232 * Un-configure ULP mode when link is up, the system is transitioned from
1234 * system, poll for an indication from ME that ULP has been un-configured.
1235 * If not on an ME enabled system, un-configure the ULP mode by software.
1238 * to disable ULP mode (force=false); otherwise, for example when unloading
1240 * to forcibly disable ULP.
1262 /* Request ME un-configure ULP mode in the PHY */ in e1000_disable_ulp_lpt_lp()
1295 /* Clear H2ME.ULP after ME ULP configuration */ in e1000_disable_ulp_lpt_lp()
1337 /* When ULP mode was previously entered, K1 was disabled by the in e1000_disable_ulp_lpt_lp()
1338 * hardware. Re-Enable K1 in the PHY when exiting ULP. in e1000_disable_ulp_lpt_lp()
1346 /* Clear ULP enabled configuration */ in e1000_disable_ulp_lpt_lp()
1360 /* Commit ULP changes by starting auto ULP configuration */ in e1000_disable_ulp_lpt_lp()
1377 e_dbg("Error in ULP disable flow: %d\n", ret_val); in e1000_disable_ulp_lpt_lp()