Searched refs:updelay (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | mode-2-recovery-updelay.sh | 5 # When the bond is configured with down/updelay and the link state of 37 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 D | mode-1-recovery-updelay.sh | 5 # When the bond is configured with down/updelay and the link state of 37 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 D | Makefile | 9 mode-1-recovery-updelay.sh \ 10 mode-2-recovery-updelay.sh \
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 97 static int updelay; variable 130 module_param(updelay, int, 0); 131 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds"); 1037 int mintime = bond->params.updelay; in bond_find_best_slave() 1088 * updelay hasn't timed out yet. 1113 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave() 1949 if (bond->params.updelay) { in bond_enslave() 1953 new_slave->delay = bond->params.updelay; in bond_enslave() 2473 slave->delay = bond->params.updelay; in bond_miimon_inspect() 2478 bond->params.updelay * in bond_miimon_inspect() [all...] |
H A D | bond_netlink.c | 204 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local 206 bond_opt_initval(&newval, updelay); in bond_changelink() 541 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
|
H A D | bond_procfs.c | 104 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
|
H A D | bond_options.c | 280 .name = "updelay", 863 if (bond->params.updelay) in bond_option_miimon_set() 864 netdev_dbg(bond->dev, "Note: Updating updelay (to %d) since it is a multiple of the miimon value\n", in bond_option_miimon_set() 865 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set() 931 &bond->params.updelay); in bond_option_updelay_set()
|
H A D | bond_sysfs.c | 324 return sprintf(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay() 327 static DEVICE_ATTR(updelay, 0644,
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 105 static int updelay; variable 138 module_param(updelay, int, 0); 139 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds"); 1105 int mintime = bond->params.updelay; in bond_find_best_slave() 1156 * updelay hasn't timed out yet. 1181 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave() 2076 if (bond->params.updelay) { in bond_enslave() 2080 new_slave->delay = bond->params.updelay; in bond_enslave() 2650 slave->delay = bond->params.updelay; in bond_miimon_inspect() 2655 bond->params.updelay * in bond_miimon_inspect() [all...] |
H A D | bond_netlink.c | 232 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 D | bond_procfs.c | 105 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
|
H A D | bond_options.c | 324 .name = "updelay", 961 if (bond->params.updelay) in bond_option_miimon_set() 962 netdev_dbg(bond->dev, "Note: Updating updelay (to %d) since it is a multiple of the miimon value\n", in bond_option_miimon_set() 963 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set() 1029 &bond->params.updelay); in bond_option_updelay_set()
|
H A D | bond_sysfs.c | 336 return sysfs_emit(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay() 339 static DEVICE_ATTR(updelay, 0644,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 127 int updelay; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 129 int updelay; member
|
Completed in 21 milliseconds