Home
last modified time | relevance | path

Searched refs:EFX_MOD_WOL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_wol.c45 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_WOL)); in efx_wol_init()
55 enp->en_mod_flags |= EFX_MOD_WOL; in efx_wol_init()
75 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_wol_filter_clear()
117 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_wol_filter_add()
237 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_wol_filter_remove()
278 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_lightsout_offload_add()
359 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_lightsout_offload_remove()
409 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_wol_fini()
411 enp->en_mod_flags &= ~EFX_MOD_WOL; in efx_wol_fini()
H A Defx_impl.h75 #define EFX_MOD_WOL 0x00000800 macro