Lines Matching full:wol
469 /* Management and WOL Support */
698 /* Global used in WOL setup with multiport cards */
1345 /* Enable only WOL MAGIC by default */ in em_if_attach_pre()
1347 if (sc->wol != 0) in em_if_attach_pre()
4447 sc->wol = (E1000_WUFC_MAG | E1000_WUFC_MC); in em_get_wakeup()
4456 sc->wol = 0; in em_get_wakeup()
4464 sc->wol = 0; in em_get_wakeup()
4467 /* if quad port adapter, disable WoL on all but port A */ in em_get_wakeup()
4469 sc->wol = 0; in em_get_wakeup()
4479 sc->wol = 0; in em_get_wakeup()
4484 /* if quad port adapter, disable WoL on all but port A */ in em_get_wakeup()
4486 sc->wol = 0; in em_get_wakeup()
4512 * Determine type of Wakeup: note that wol in em_enable_wakeup()
4516 sc->wol &= ~E1000_WUFC_MAG; in em_enable_wakeup()
4519 sc->wol &= ~E1000_WUFC_EX; in em_enable_wakeup()
4522 sc->wol &= ~E1000_WUFC_MC; in em_enable_wakeup()
4529 if (!(sc->wol & (E1000_WUFC_EX | E1000_WUFC_MAG | E1000_WUFC_MC))) in em_enable_wakeup()
4558 E1000_WRITE_REG(&sc->hw, E1000_WUFC, sc->wol); in em_enable_wakeup()
4572 * WOL in the newer chipset interfaces (pchlan)
4616 E1000_WRITE_REG(hw, E1000_WUFC, sc->wol); in em_enable_phy_wakeup()
4619 e1000_write_phy_reg(hw, BM_WUFC, sc->wol); in em_enable_phy_wakeup()