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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c170 static int current_speed_selection; /* Speed selected by user */ variable
345 current_speed_selection = 0; /* Auto */
632 switch (current_speed_selection) {
678 if (speed != current_speed_selection) {
679 current_speed_selection = speed;
1276 if (current_duplex == autoneg && current_speed_selection == 0)
1282 if (current_speed_selection == 10)
1285 else if (current_speed_selection == 100)
1325 if (current_duplex == autoneg && current_speed_selection == 0)

Completed in 18 milliseconds