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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e1000/
H A De1000_param.c112 * The AutoNeg value is a bit mask describing which speed and duplex
123 E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting");
459 if((AutoNeg[bd] != OPTION_UNSET)) {
460 printk(KERN_INFO "AutoNeg not valid for fiber adapters, "
511 if(AutoNeg[bd] != OPTION_UNSET && (speed != 0 || dplx != 0)) {
513 "AutoNeg specified along with Speed or Duplex, "
518 #define AA "AutoNeg advertising "
553 .name = "AutoNeg",
559 int an = AutoNeg[bd];
648 /* Speed, AutoNeg an
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskgesirq.c931 SK_BOOL AutoNeg; /* Is Autonegotiation used ? */ local
951 AutoNeg = SK_FALSE;
954 AutoNeg = SK_TRUE;
1059 ("AutoNeg done rescheduled Port %d\n", Port));
1065 if (AutoNeg) {
1074 ("AutoNeg FAIL Port %d (LpAb %x, ResAb %x)\n",
1094 ("AutoNeg done Port %d\n", Port));
1100 * AutoNeg not done, but HW link is up. Check for timeouts
1115 ("AutoNeg timeout Port %d\n",
1197 SK_BOOL AutoNeg; /* I local
1506 SK_BOOL AutoNeg; /* Is Autonegotiation used ? */ local
[all...]
H A Dskge.c2987 int AutoNeg; /* auto negotiation off (0) or on (1) */ local
2993 * The two parameters AutoNeg. and DuplexCap. map to one configuration
2996 * AutoNeg | | | |
3016 AutoNeg = AN_SENS; /* default: do auto Sense */
3025 AutoNeg = AN_ON;
3028 AutoNeg = AN_OFF;
3031 AutoNeg = AN_SENS;
3059 if (AutoSet && AutoNeg==AN_SENS && DupSet) {
3063 if (AutoSet && AutoNeg==AN_OFF && DupSet && DuplexCap==DC_BOTH){
3065 " of values AutoNeg
[all...]

Completed in 51 milliseconds