Home
last modified time | relevance | path

Searched refs:EFX_RESET_PHY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_port.c78 EFSYS_ASSERT(enp->en_reset_flags & EFX_RESET_PHY); in efx_port_init()
79 enp->en_reset_flags &= ~EFX_RESET_PHY; in efx_port_init()
H A Def10_phy.c189 enp->en_reset_flags |= EFX_RESET_PHY; in ef10_phy_power()
H A Dsiena_phy.c180 enp->en_reset_flags |= EFX_RESET_PHY; in siena_phy_power()
H A Defx_impl.h79 #define EFX_RESET_PHY 0x00000001 macro