Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_param.c661 int speed, dplx, an; local
716 dplx = Duplex[bd];
717 e1000_validate_option(&dplx, &opt, adapter);
720 dplx = opt.def;
726 if ((num_AutoNeg > bd) && (speed != 0 || dplx != 0)) {
728 if (AutoNeg[bd] != OPTION_UNSET && (speed != 0 || dplx != 0)) {
791 switch (speed + dplx) {
795 if ((num_Speed > bd) && (speed != 0 || dplx != 0))