Lines Matching full:ulp

345 	/* It is not possible to be certain of the current state of ULP  in e1000_init_phy_workarounds_pchlan()
351 e_warn("Failed to disable ULP\n"); in e1000_init_phy_workarounds_pchlan()
1214 * When link is down, configure ULP mode to significantly reduce the power
1216 * ME firmware to start the ULP configuration. If not on an ME enabled
1217 * system, configure the ULP mode by software.
1235 /* Request ME configure ULP mode in the PHY */ in e1000_enable_ulp_lpt_lp()
1272 /* Si workaround for ULP entry flow on i127/rev6 h/w. Enable in e1000_enable_ulp_lpt_lp()
1273 * LPLU and disable Gig speed when entering ULP in e1000_enable_ulp_lpt_lp()
1291 /* Set Inband ULP Exit, Reset to SMBus mode and in e1000_enable_ulp_lpt_lp()
1319 /* Commit ULP changes in PHY by starting auto ULP configuration */ in e1000_enable_ulp_lpt_lp()
1335 e_dbg("Error in ULP enable flow: %d\n", ret_val); in e1000_enable_ulp_lpt_lp()
1345 * @force: boolean indicating whether or not to force disabling ULP
1347 * Un-configure ULP mode when link is up, the system is transitioned from
1349 * system, poll for an indication from ME that ULP has been un-configured.
1350 * If not on an ME enabled system, un-configure the ULP mode by software.
1353 * to disable ULP mode (force=false); otherwise, for example when unloading
1355 * to forcibly disable ULP.
1377 /* Request ME un-configure ULP mode in the PHY */ in e1000_disable_ulp_lpt_lp()
1410 /* Clear H2ME.ULP after ME ULP configuration */ in e1000_disable_ulp_lpt_lp()
1459 /* When ULP mode was previously entered, K1 was disabled by the in e1000_disable_ulp_lpt_lp()
1460 * hardware. Re-Enable K1 in the PHY when exiting ULP. in e1000_disable_ulp_lpt_lp()
1468 /* Clear ULP enabled configuration */ in e1000_disable_ulp_lpt_lp()
1482 /* Commit ULP changes by starting auto ULP configuration */ in e1000_disable_ulp_lpt_lp()
1499 e_dbg("Error in ULP disable flow: %d\n", ret_val); in e1000_disable_ulp_lpt_lp()