/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_iocp.c | 238 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 D | regress_iocp.c | 238 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 D | al_hal_eth_main.c | 4698 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(®, &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(®, &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(®, &wol->ipv4[0], 4); in al_eth_wol_enable() [all …]
|
H A D | al_hal_eth.h | 2177 struct al_eth_wol_params *wol);
|
H A D | al_hal_eth_ec_regs.h | 1023 struct al_ec_wol wol; /* [0x1b80] */ member
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | akebono.dts | 168 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 D | if_igc.h | 341 u32 wol; member
|
H A D | if_igc.c | 687 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 D | al_eth.h | 355 uint32_t wol; member
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 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() 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 D | if_em.h | 506 u32 wol; member
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | brcm,bcmgenet.txt | 23 name should be "enet" and second should be "enet-wol".
|
/freebsd/share/misc/ |
H A D | iso639 | 509 wo wol wol Wolof
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp_api.h | 902 enum ecore_ov_wol wol);
|
H A D | ecore_mcp.c | 3218 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 D | en.h | 621 bool wol; member
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8395-radxa-nio-12l.dts | 182 mediatek,mac-wol;
|
H A D | mt8395-genio-1200-evk.dts | 180 mediatek,mac-wol;
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 2300 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 D | bnxt.h | 1110 bool wol; member
|
H A D | bnxt_hwrm.c | 2955 softc->wol = 1; in bnxt_hwrm_get_wol_fltrs()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 10606 if (sc->wol) { in bxe_set_power_state() 14558 sc->wol = 0; in bxe_get_params()
|