Lines Matching refs:duplex

321 	ecmd->duplex = skge->duplex;  in skge_get_settings()
334 skge->duplex = -1; in skge_set_settings()
342 if (ecmd->duplex == DUPLEX_FULL) in skge_set_settings()
344 else if (ecmd->duplex == DUPLEX_HALF) in skge_set_settings()
350 if (ecmd->duplex == DUPLEX_FULL) in skge_set_settings()
352 else if (ecmd->duplex == DUPLEX_HALF) in skge_set_settings()
359 if (ecmd->duplex == DUPLEX_FULL) in skge_set_settings()
361 else if (ecmd->duplex == DUPLEX_HALF) in skge_set_settings()
374 skge->duplex = ecmd->duplex; in skge_set_settings()
1059 skge->duplex == DUPLEX_FULL ? "full" : "half", in skge_link_up()
1240 skge->duplex = DUPLEX_FULL; in bcom_check_link()
1243 skge->duplex = DUPLEX_HALF; in bcom_check_link()
1354 if (skge->duplex == DUPLEX_FULL) in bcom_phy_init()
1400 if (skge->duplex == DUPLEX_FULL) in xm_phy_init()
1447 skge->duplex = DUPLEX_FULL; in xm_check_link()
1450 skge->duplex = DUPLEX_HALF; in xm_check_link()
1598 if (skge->duplex == DUPLEX_HALF) { in genesis_mac_init()
1841 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL) in genesis_link_up()
1999 if (skge->duplex == DUPLEX_FULL) in yukon_init()
2112 if (skge->duplex == DUPLEX_FULL) in yukon_mac_init()
2303 if (skge->duplex == DUPLEX_FULL || skge->autoneg == AUTONEG_ENABLE) in yukon_link_up()
2366 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) in yukon_phy_intr()
2386 (skge->speed < SPEED_1000 && skge->duplex == DUPLEX_HALF)) in yukon_phy_intr()
2398 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in yukon_phy_intr()
3875 skge->duplex = -1; in skge_devinit()