Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/networking/
De1000.txt36 NOTES: For more information about the AutoNeg, Duplex, and Speed
45 AutoNeg
56 information on the AutoNeg parameter.
343 These keywords are Speed, Duplex, and AutoNeg.
358 negotiation is disabled, and the AutoNeg parameter is ignored. Partner
361 The AutoNeg parameter is used when more control is required over the
375 Some examples of using AutoNeg:
377 modprobe e1000 AutoNeg=0x01 (Restricts autonegotiation to 10 Half)
378 modprobe e1000 AutoNeg=1 (Same as above)
379 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
[all …]
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c87 static int AutoNeg = OPTION_UNSET; variable
88 module_param(AutoNeg, int, 0);
89 MODULE_PARM_DESC(AutoNeg, "Advertised auto-negotiation setting");
326 int tmp = AutoNeg; in pch_gbe_check_copper_options()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_param.c108 E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting");
550 if ((num_AutoNeg > bd) && (AutoNeg[bd] != 0x20)) { in e1000_check_fiber_options()
663 an = AutoNeg[bd]; in e1000_check_copper_options()