Lines Matching refs:updelay
105 static int updelay;
138 module_param(updelay, int, 0);
139 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");
1105 int mintime = bond->params.updelay;
1156 * updelay hasn't timed out yet.
1181 (bond->params.updelay - new_active->delay) * bond->params.miimon);
2076 if (bond->params.updelay) {
2080 new_slave->delay = bond->params.updelay;
2650 slave->delay = bond->params.updelay;
2655 bond->params.updelay *
2663 (bond->params.updelay - slave->delay) *
6055 if (updelay < 0) {
6056 pr_warn("Warning: updelay module parameter (%d), not in range 0-%d, so it was reset to 0\n",
6057 updelay, INT_MAX);
6058 updelay = 0;
6114 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",
6115 updelay);
6119 if (updelay || downdelay) {
6123 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",
6124 updelay, downdelay);
6134 if ((updelay % miimon) != 0) {
6135 pr_warn("Warning: updelay (%d) is not a multiple of miimon (%d), updelay rounded to %d ms\n",
6136 updelay, miimon, (updelay / miimon) * miimon);
6139 updelay /= miimon;
6314 params->updelay = updelay;