Home
last modified time | relevance | path

Searched refs:MC_CMD_LOOPBACK_NONE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Dsiena_phy.c233 EFX_STATIC_ASSERT(MC_CMD_LOOPBACK_NONE == EFX_LOOPBACK_OFF); in siena_phy_get_link()
319 MCDI_IN_SET_DWORD(req, SET_LINK_IN_LOOPBACK_MODE, MC_CMD_LOOPBACK_NONE); in siena_phy_reconfigure()
H A Def10_phy.c452 MCDI_IN_SET_DWORD(req, SET_LINK_IN_LOOPBACK_MODE, MC_CMD_LOOPBACK_NONE); in ef10_phy_reconfigure()
H A Defx_regs_mcdi.h3352 #define MC_CMD_LOOPBACK_NONE 0x0 macro