Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dmode-1-recovery-updelay.sh37 test_bond_recovery mode 1 miimon 100 updelay 0
38 test_bond_recovery mode 1 miimon 100 updelay 200
39 test_bond_recovery mode 1 miimon 100 updelay 500
40 test_bond_recovery mode 1 miimon 100 updelay 1000
41 test_bond_recovery mode 1 miimon 100 updelay 2000
42 test_bond_recovery mode 1 miimon 100 updelay 5000
43 test_bond_recovery mode 1 miimon 100 updelay 10000
H A Dmode-2-recovery-updelay.sh37 test_bond_recovery mode 2 miimon 100 updelay 0
38 test_bond_recovery mode 2 miimon 100 updelay 200
39 test_bond_recovery mode 2 miimon 100 updelay 500
40 test_bond_recovery mode 2 miimon 100 updelay 1000
41 test_bond_recovery mode 2 miimon 100 updelay 2000
42 test_bond_recovery mode 2 miimon 100 updelay 5000
43 test_bond_recovery mode 2 miimon 100 updelay 10000
H A DMakefile9 mode-1-recovery-updelay.sh \
10 mode-2-recovery-updelay.sh \
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c105 static int updelay; variable
138 module_param(updelay, int, 0);
139 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");
1151 int mintime = bond->params.updelay; in bond_find_best_slave()
1224 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave()
2120 if (bond->params.updelay) { in bond_enslave()
2124 new_slave->delay = bond->params.updelay; in bond_enslave()
2704 slave->delay = bond->params.updelay; in bond_miimon_inspect()
2709 bond->params.updelay * in bond_miimon_inspect()
2717 (bond->params.updelay - slave->delay) * in bond_miimon_inspect()
[all …]
H A Dbond_netlink.c232 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local
234 bond_opt_initval(&newval, updelay); in bond_changelink()
653 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
H A Dbond_sysfs.c336 return sysfs_emit(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay()
339 static DEVICE_ATTR(updelay, 0644,
H A Dbond_procfs.c105 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
H A Dbond_options.c325 .name = "updelay",
962 if (bond->params.updelay) in bond_option_miimon_set()
963 netdev_dbg(bond->dev, "Note: Updating updelay (to %d) since it is a multiple of the miimon value\n", in bond_option_miimon_set()
964 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set()
1030 &bond->params.updelay); in bond_option_updelay_set()
/openbmc/linux/include/net/
H A Dbonding.h129 int updelay; member
/openbmc/linux/Documentation/networking/
H A Dbonding.rst498 appropriate updelay setting may be required.
726 clients. The updelay parameter (detailed below) must
870 updelay
874 only valid for the miimon link monitor. The updelay value
2616 value to the updelay bonding module option to delay the use of the
2621 the switch is initializing. Again, an appropriate updelay value may
2626 updelay parameter has been specified (the updelay is ignored in this
2627 case). If there are slave interfaces waiting for the updelay timeout
2630 value of updelay has been overestimated, and since this occurs only in
2632 ignoring the updelay.
/openbmc/linux/
H A Dopengrok1.0.log[all...]