t3_set_phy_speed_duplex
int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex);
int err = t3_set_phy_speed_duplex(phy, speed, duplex);
err = t3_set_phy_speed_duplex(phy, speed, duplex);
t3_set_phy_speed_duplex,
.set_speed_duplex = t3_set_phy_speed_duplex,