Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_port.c54 EFSYS_ASSERT(enp->en_reset_flags & EFX_RESET_PHY); in efx_port_init()
55 enp->en_reset_flags &= ~EFX_RESET_PHY; in efx_port_init()
H A Dsiena_phy.c156 enp->en_reset_flags |= EFX_RESET_PHY; in siena_phy_power()
H A Def10_phy.c249 enp->en_reset_flags |= EFX_RESET_PHY; in ef10_phy_power()
H A Defx_impl.h69 #define EFX_RESET_PHY 0x00000001 macro