Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c4698 struct al_eth_wol_params *wol) in al_eth_wol_enable() argument
4703 al_assert(wol->pswd != NULL); 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()
4719 if (wol->int_mask & AL_ETH_WOL_INT_IPV6) { in al_eth_wol_enable()
4720 al_assert(wol->ipv6 != NULL); in al_eth_wol_enable()
4735 if (wol->int_mask & in al_eth_wol_enable()
4738 reg = ((uint32_t)wol->ethr_type2 << 16); in al_eth_wol_enable()
4739 reg |= wol->ethr_type1; in al_eth_wol_enable()
4745 al_assert((wol->forward_mask | wol->int_mask) == wol->int_mask); 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
/f-stack/freebsd/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>;
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h102 int wol; member
H A Datl_ethdev.c392 adapter->hw_cfg.wol = false; in eth_atl_dev_init()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dbrcm,bcmgenet.txt22 name should be "enet" and second should be "enet-wol".
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c435 if (self->aq_nic_cfg->wol & AQ_NIC_WOL_ENABLED) { in aq_fw2x_set_power()
H A Dhw_atl_utils.c894 if (self->aq_nic_cfg->wol & AQ_NIC_WOL_ENABLED) { in aq_fw1x_set_power()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h849 u8 wol; member
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1152 int wol; member
H A Dbnx2x.c5868 if (sc->wol) { in bnx2x_set_power_state()
9815 sc->wol = 0;