Lines Matching refs:duplex
470 if (sky2->duplex == DUPLEX_FULL) { in sky2_phy_init()
2215 sky2->duplex == DUPLEX_FULL ? "full" : "half", in sky2_link_up()
2268 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_autoneg_done()
2299 if (sky2->duplex == DUPLEX_HALF && sky2->speed < SPEED_1000 && in sky2_autoneg_done()
2339 sky2->duplex = in sky2_phy_intr()
3623 ecmd->duplex = sky2->duplex; in sky2_get_settings()
3647 sky2->duplex = -1; in sky2_set_settings()
3655 if (ecmd->duplex == DUPLEX_FULL) in sky2_set_settings()
3657 else if (ecmd->duplex == DUPLEX_HALF) in sky2_set_settings()
3663 if (ecmd->duplex == DUPLEX_FULL) in sky2_set_settings()
3665 else if (ecmd->duplex == DUPLEX_HALF) in sky2_set_settings()
3672 if (ecmd->duplex == DUPLEX_FULL) in sky2_set_settings()
3674 else if (ecmd->duplex == DUPLEX_HALF) in sky2_set_settings()
3687 sky2->duplex = ecmd->duplex; in sky2_set_settings()
4779 sky2->duplex = -1; in sky2_init_netdev()