Lines Matching refs:updelay
97 static int updelay;
130 module_param(updelay, int, 0);
131 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");
1037 int mintime = bond->params.updelay;
1088 * updelay hasn't timed out yet.
1113 (bond->params.updelay - new_active->delay) * bond->params.miimon);
1949 if (bond->params.updelay) {
1953 new_slave->delay = bond->params.updelay;
2473 slave->delay = bond->params.updelay;
2478 bond->params.updelay *
2486 (bond->params.updelay - slave->delay) *
5072 if (updelay < 0) {
5073 pr_warn("Warning: updelay module parameter (%d), not in range 0-%d, so it was reset to 0\n",
5074 updelay, INT_MAX);
5075 updelay = 0;
5131 pr_notice("In ALB mode you might experience client disconnections upon reconnection of a link if the bonding module updelay parameter (%d msec) is incompatible with the forwarding delay time of the switch\n",
5132 updelay);
5136 if (updelay || downdelay) {
5140 pr_warn("Warning: miimon module parameter not set and updelay (%d) or downdelay (%d) module parameter is set; updelay and downdelay have no effect unless miimon is set\n",
5141 updelay, downdelay);
5151 if ((updelay % miimon) != 0) {
5152 pr_warn("Warning: updelay (%d) is not a multiple of miimon (%d), updelay rounded to %d ms\n",
5153 updelay, miimon, (updelay / miimon) * miimon);
5156 updelay /= miimon;
5330 params->updelay = updelay;