Searched refs:g_phy (Results 1 – 1 of 1) sorted by relevance
216 static vtss_phy_conf_t g_phy; in MSS_MAC_VSC8575_phy_init() local231 (void)memset (&g_phy, 0, sizeof(vtss_phy_conf_t)); in MSS_MAC_VSC8575_phy_init()262 vtss_phy_conf_get(g_vtss_inst_p, 0 /* port_no */, &g_phy); in MSS_MAC_VSC8575_phy_init()269 g_phy.mode = VTSS_PHY_MODE_ANEG; in MSS_MAC_VSC8575_phy_init()272 g_phy.aneg.speed_10m_hdx = 1; in MSS_MAC_VSC8575_phy_init()273 g_phy.aneg.speed_10m_fdx = 1; in MSS_MAC_VSC8575_phy_init()274 g_phy.aneg.speed_100m_hdx = 1; in MSS_MAC_VSC8575_phy_init()275 g_phy.aneg.speed_100m_fdx = 1; in MSS_MAC_VSC8575_phy_init()276 g_phy.aneg.speed_1g_hdx = 0; in MSS_MAC_VSC8575_phy_init()277 g_phy.aneg.speed_1g_fdx = 1; in MSS_MAC_VSC8575_phy_init()[all …]