Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/cris/
Deth_v10.c174 static int current_speed_selection; /* Speed selected by user */ variable
385 current_speed_selection = 0; /* Auto */ in etrax_ethernet_init()
731 switch (current_speed_selection) { in e100_negotiate()
777 if (current_speed_selection == 10) in e100_negotiate()
796 if (speed != current_speed_selection) { in e100_set_speed()
797 current_speed_selection = speed; in e100_set_speed()
1459 if (current_duplex == autoneg && current_speed_selection == 0) in e100_nway_reset()