Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst40 For more information about the AutoNeg, Duplex, and Speed
49 AutoNeg section in Command Line Parameters
63 information on the AutoNeg parameter.
339 These keywords are Speed, Duplex, and AutoNeg.
357 The AutoNeg parameter is used when more control is required over the
373 Some examples of using AutoNeg::
375 modprobe e1000 AutoNeg=0x01 (Restricts autonegotiation to 10 Half)
376 modprobe e1000 AutoNeg=1 (Same as above)
377 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
379 modprobe e1000 AutoNeg=0x04 (Restricts autonegotiation to 100 Half)
[all …]
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c76 static int AutoNeg = OPTION_UNSET; variable
77 module_param(AutoNeg, int, 0);
78 MODULE_PARM_DESC(AutoNeg, "Advertised auto-negotiation setting");
315 int tmp = AutoNeg; in pch_gbe_check_copper_options()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_param.c83 E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting");
523 if ((num_AutoNeg > bd) && (AutoNeg[bd] != 0x20)) { in e1000_check_fiber_options()
636 an = AutoNeg[bd]; in e1000_check_copper_options()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml18 - name: AutoNeg