Lines Matching refs:speed
391 if (pdata->phy.speed == SPEED_10000) in xgbe_use_xgmii_mode()
404 if (pdata->phy.speed == SPEED_2500) in xgbe_use_gmii_2500_mode()
417 if (pdata->phy.speed == SPEED_1000) in xgbe_use_gmii_mode()
837 static const char *xgbe_phy_speed_string(int speed) in xgbe_phy_speed_string() argument
839 switch (speed) { in xgbe_phy_speed_string()
858 xgbe_phy_speed_string(pdata->phy.speed), in xgbe_phy_print_status()
886 if (pdata->phy_speed != pdata->phy.speed) { in xgbe_phy_adjust_link()
888 pdata->phy_speed = pdata->phy.speed; in xgbe_phy_adjust_link()
913 switch (pdata->phy.speed) { in xgbe_phy_config_fixed()
1017 pdata->phy.speed = SPEED_10000; in xgbe_phy_status_force()
1021 pdata->phy.speed = SPEED_1000; in xgbe_phy_status_force()
1025 pdata->phy.speed = SPEED_2500; in xgbe_phy_status_force()
1086 pdata->phy.speed = SPEED_10000; in xgbe_phy_status_aneg()
1091 pdata->phy.speed = SPEED_1000; in xgbe_phy_status_aneg()
1095 pdata->phy.speed = SPEED_2500; in xgbe_phy_status_aneg()
1101 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_status_aneg()
1321 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_init()