Searched refs:MC_CMD_LOOPBACK_NONE (Results 1 – 4 of 4) sorted by relevance
240 EFX_STATIC_ASSERT(MC_CMD_LOOPBACK_NONE == EFX_LOOPBACK_OFF); in ef10_phy_get_link()334 MCDI_IN_SET_DWORD(req, SET_LINK_IN_LOOPBACK_MODE, MC_CMD_LOOPBACK_NONE); in ef10_phy_reconfigure()
231 EFX_STATIC_ASSERT(MC_CMD_LOOPBACK_NONE == EFX_LOOPBACK_OFF); in siena_phy_get_link()317 MCDI_IN_SET_DWORD(req, SET_LINK_IN_LOOPBACK_MODE, MC_CMD_LOOPBACK_NONE); in siena_phy_reconfigure()
790 EFX_STATIC_ASSERT(MC_CMD_LOOPBACK_NONE == EFX_LOOPBACK_OFF); in efx_loopback_mask()
5184 #define MC_CMD_LOOPBACK_NONE 0x0 macro