Lines Matching refs:duplex
449 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex) in t3_set_phy_speed_duplex() argument
465 if (duplex >= 0) { in t3_set_phy_speed_duplex()
467 if (duplex == DUPLEX_FULL) in t3_set_phy_speed_duplex()
1208 int link_ok, speed, duplex, fc; in t3_link_changed() local
1214 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t3_link_changed()
1239 duplex == lc->duplex && fc == lc->fc) in t3_link_changed()
1251 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex; in t3_link_changed()
1255 t3_mac_set_speed_duplex_fc(mac, speed, duplex, fc); in t3_link_changed()
1260 speed, duplex, fc); in t3_link_changed()
1269 int link_ok, speed, duplex, fc, link_fault; in t3_link_fault() local
1288 duplex = lc->duplex; in t3_link_fault()
1291 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t3_link_fault()
1296 lc->duplex = DUPLEX_INVALID; in t3_link_fault()
1311 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex; in t3_link_fault()
1345 lc->duplex = lc->requested_duplex; in t3_link_start()
1347 t3_mac_set_speed_duplex_fc(mac, lc->speed, lc->duplex, in t3_link_start()
1350 phy->ops->set_speed_duplex(phy, lc->speed, lc->duplex); in t3_link_start()
3462 lc->requested_duplex = lc->duplex = DUPLEX_INVALID; in init_link_config()