Home
last modified time | relevance | path

Searched refs:current_speed_selection (Results 1 – 1 of 1) sorted by relevance

/drivers/net/cris/
Deth_v10.c172 static int current_speed_selection; /* Speed selected by user */ variable
382 current_speed_selection = 0; /* Auto */ in etrax_ethernet_init()
729 switch (current_speed_selection) { in e100_negotiate()
775 if (current_speed_selection == 10) in e100_negotiate()
794 if (speed != current_speed_selection) { in e100_set_speed()
795 current_speed_selection = speed; in e100_set_speed()
1464 if (current_duplex == autoneg && current_speed_selection == 0) in e100_nway_reset()