Searched refs:AutoNeg (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skgesirq.c | 1000 SK_BOOL AutoNeg; /* Is Auto-negotiation used ? */ in SkGePortCheckUp() local 1008 AutoNeg = SK_FALSE; in SkGePortCheckUp() 1011 AutoNeg = SK_TRUE; in SkGePortCheckUp() 1020 Rtv = SkGePortCheckUpXmac(pAC, IoC, Port, AutoNeg); in SkGePortCheckUp() 1023 Rtv = SkGePortCheckUpBcom(pAC, IoC, Port, AutoNeg); in SkGePortCheckUp() 1027 Rtv = SkGePortCheckUpLone(pAC, IoC, Port, AutoNeg); in SkGePortCheckUp() 1030 Rtv = SkGePortCheckUpNat(pAC, IoC, Port, AutoNeg); in SkGePortCheckUp() 1040 Rtv = SkGePortCheckUpGmac(pAC, IoC, Port, AutoNeg); in SkGePortCheckUp() 1062 SK_BOOL AutoNeg) /* Is Auto-negotiation used ? */ in SkGePortCheckUpXmac() argument 1210 if (AutoNeg) { in SkGePortCheckUpXmac() [all …]
|
D | skge.c | 3527 int AutoNeg = 1; /* autoneg off (0) or on (1) */ local 3706 AutoNeg = AN_ON; /* tschilling: Default: Autonegotiation on! */ 3714 AutoNeg = AN_ON; 3716 AutoNeg = AN_OFF; 3718 AutoNeg = AN_SENS; 3756 if ( AutoSet && AutoNeg==AN_SENS && DupSet) { 3761 if (AutoSet && AutoNeg==AN_OFF && DupSet && DuplexCap==DC_BOTH){ 3768 if (AutoSet && AutoNeg==AN_OFF && !DupSet) { 3776 AutoNeg = AN_ON; 3783 pAC->GIni.GP[0].PLinkModeConf = Capabilities[AutoNeg][DuplexCap]; [all …]
|
D | skxmac2.c | 2377 SK_BOOL AutoNeg; in SkGmInitPhyMarv() local 2388 AutoNeg = SK_FALSE; in SkGmInitPhyMarv() 2391 AutoNeg = SK_TRUE; in SkGmInitPhyMarv() 2396 Port, AutoNeg ? "ON" : "OFF")); in SkGmInitPhyMarv() 2407 else if (AutoNeg && pPrt->PLinkSpeed == SK_LSPEED_AUTO) { in SkGmInitPhyMarv() 2425 if (!AutoNeg) { in SkGmInitPhyMarv() 2450 if (!AutoNeg) { in SkGmInitPhyMarv() 2660 if (!AutoNeg && pPrt->PLinkSpeed == SK_LSPEED_100MBPS) { in SkGmInitPhyMarv()
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_param.c | 125 E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting"); 641 if ((AutoNeg[bd] != OPTION_UNSET) && (AutoNeg[bd] != 0x20)) { 643 if ((num_AutoNeg > bd) && (AutoNeg[bd] != 0x20)) { 728 if (AutoNeg[bd] != OPTION_UNSET && (speed != 0 || dplx != 0)) { 781 an = AutoNeg[bd];
|
/linux-2.4.37.9/Documentation/networking/ |
D | e1000.txt | 98 NOTES: For more information about the AutoNeg, Duplex, and Speed 111 AutoNeg 122 information on the AutoNeg parameter. 367 These keywords are Speed, Duplex, and AutoNeg. 382 negotiation is disabled, and the AutoNeg parameter is ignored. Partner 385 The AutoNeg parameter is used when more control is required over the 399 Some examples of using AutoNeg: 401 modprobe e1000 AutoNeg=0x01 (Restricts autonegotiation to 10 Half) 402 modprobe e1000 AutoNeg=1 (Same as above) 403 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full) [all …]
|
D | sk98lin.txt | 302 ConType | DupCap AutoNeg FlowCtrl Role Speed
|