Home
last modified time | relevance | path

Searched refs:wol (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c238 struct event_overlapped rol, wol; in test_iocp_evbuffer() local
248 event_overlapped_init_(&wol, write_complete); in test_iocp_evbuffer()
278 tt_assert(!evbuffer_launch_write_(wbuf, 512, &wol)); in test_iocp_evbuffer()
/freebsd/contrib/libevent/test/
H A Dregress_iocp.c238 struct event_overlapped rol, wol; in test_iocp_evbuffer() local
248 event_overlapped_init_(&wol, write_complete); in test_iocp_evbuffer()
278 tt_assert(!evbuffer_launch_write_(wbuf, 512, &wol)); in test_iocp_evbuffer()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c4698 struct al_eth_wol_params *wol) in al_eth_wol_enable() argument
4702 if (wol->int_mask & AL_ETH_WOL_INT_MAGIC_PSWD) { in al_eth_wol_enable()
4703 al_assert(wol->pswd != NULL); in al_eth_wol_enable()
4705 al_eth_byte_arr_to_reg(&reg, &wol->pswd[0], 4); in al_eth_wol_enable()
4706 al_reg_write32(&adapter->ec_regs_base->wol.magic_pswd_l, reg); in al_eth_wol_enable()
4708 al_eth_byte_arr_to_reg(&reg, &wol->pswd[4], 2); in al_eth_wol_enable()
4709 al_reg_write32(&adapter->ec_regs_base->wol.magic_pswd_h, reg); in al_eth_wol_enable()
4712 if (wol->int_mask & AL_ETH_WOL_INT_IPV4) { in al_eth_wol_enable()
4713 al_assert(wol->ipv4 != NULL); in al_eth_wol_enable()
4715 al_eth_byte_arr_to_reg(&reg, &wol->ipv4[0], 4); in al_eth_wol_enable()
[all …]
H A Dal_hal_eth.h2177 struct al_eth_wol_params *wol);
H A Dal_hal_eth_ec_regs.h1023 struct al_ec_wol wol; /* [0x1b80] */ member
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dakebono.dts168 RGMII0: emac-rgmii-wol@50004 {
169 compatible = "ibm,rgmii-wol-476gtr", "ibm,rgmii-wol";
203 rgmii-wol-device = <&RGMII0>;
/freebsd/sys/dev/igc/
H A Dif_igc.h341 u32 wol; member
H A Dif_igc.c687 if (sc->wol != 0) in igc_if_attach_pre()
2439 sc->wol = IGC_WUFC_LNKC; in igc_get_wakeup()
2464 sc->wol &= ~IGC_WUFC_MAG; in igc_enable_wakeup()
2467 sc->wol &= ~IGC_WUFC_EX; in igc_enable_wakeup()
2470 sc->wol &= ~IGC_WUFC_MC; in igc_enable_wakeup()
2477 if (!(sc->wol & (IGC_WUFC_EX | IGC_WUFC_MAG | IGC_WUFC_MC))) in igc_enable_wakeup()
2487 IGC_WRITE_REG(&sc->hw, IGC_WUFC, sc->wol); in igc_enable_wakeup()
/freebsd/sys/dev/al_eth/
H A Dal_eth.h355 uint32_t wol; member
/freebsd/sys/dev/e1000/
H A Dif_em.c1347 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()
4469 sc->wol = 0; in em_get_wakeup()
4479 sc->wol = 0; in em_get_wakeup()
4486 sc->wol = 0; in em_get_wakeup()
4517 sc->wol &= ~E1000_WUFC_MAG; in em_enable_wakeup()
4520 sc->wol &= ~E1000_WUFC_EX; in em_enable_wakeup()
4523 sc->wol &= ~E1000_WUFC_MC; in em_enable_wakeup()
[all …]
H A Dif_em.h506 u32 wol; member
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dbrcm,bcmgenet.txt23 name should be "enet" and second should be "enet-wol".
/freebsd/share/misc/
H A Diso639509 wo wol wol Wolof
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h902 enum ecore_ov_wol wol);
H A Decore_mcp.c3218 enum ecore_ov_wol wol) in ecore_mcp_ov_update_wol() argument
3230 switch (wol) { in ecore_mcp_ov_update_wol()
3241 DP_ERR(p_hwfn, "Invalid wol state %d\n", wol); in ecore_mcp_ov_update_wol()
3251 p_hwfn->p_dev->wol_config = (u8)wol; in ecore_mcp_ov_update_wol()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h621 bool wol; member
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8395-radxa-nio-12l.dts182 mediatek,mac-wol;
H A Dmt8395-genio-1200-evk.dts180 mediatek,mac-wol;
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2300 if (softc->wol) in bnxt_attach_pre()
3530 if (!softc->wol) { in bnxt_wol_config()
3533 softc->wol = 1; in bnxt_wol_config()
3536 if (softc->wol) { in bnxt_wol_config()
3539 softc->wol = 0; in bnxt_wol_config()
H A Dbnxt.h1110 bool wol; member
H A Dbnxt_hwrm.c2955 softc->wol = 1; in bnxt_hwrm_get_wol_fltrs()
/freebsd/sys/dev/bxe/
H A Dbxe.c10606 if (sc->wol) { in bxe_set_power_state()
14558 sc->wol = 0; in bxe_get_params()