Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
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 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 DMakefile15 mode-1-recovery-updelay.sh \
16 mode-2-recovery-updelay.sh \
/linux/drivers/net/bonding/
H A Dbond_main.c106 static int updelay; variable
139 module_param(updelay, int, 0);
140 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");
1154 int mintime = bond->params.updelay; in bond_find_best_slave()
1285 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave()
2126 if (bond->params.updelay) { in bond_enslave()
2130 new_slave->delay = bond->params.updelay; in bond_enslave()
2718 slave->delay = bond->params.updelay; in bond_miimon_inspect()
2723 bond->params.updelay * in bond_miimon_inspect()
2732 (bond->params.updelay - slave->delay) * in bond_miimon_inspect()
[all …]
H A Dbond_sysfs.c335 return sysfs_emit(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay()
338 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.c1014 if (bond->params.updelay) in bond_option_miimon_set()
1016 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set()
1082 &bond->params.updelay); in bond_option_updelay_set()
/linux/include/net/
H A Dbonding.h130 int updelay; member