Lines Matching refs:current_duplex
182 static enum duplex current_duplex; variable
394 current_duplex = autoneg; in etrax_ethernet_init()
733 if (current_duplex == full) in e100_negotiate()
735 else if (current_duplex == half) in e100_negotiate()
742 if (current_duplex == full) in e100_negotiate()
744 else if (current_duplex == half) in e100_negotiate()
751 if (current_duplex == full) in e100_negotiate()
753 else if (current_duplex == half) in e100_negotiate()
782 if (current_duplex != full) in e100_negotiate()
885 if (new_duplex != current_duplex) { in e100_set_duplex()
886 current_duplex = new_duplex; in e100_set_duplex()
1459 if (current_duplex == autoneg && current_speed_selection == 0) in e100_nway_reset()