Searched refs:miimon (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_bonding.h95 __s32 miimon; member in struct:ifbond
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_sysfs.c532 if (bond->params.miimon) {
535 bond->params.miimon = 0;
679 return sprintf(buf, "%d\n", bond->params.downdelay * bond->params.miimon);
689 if (!(bond->params.miimon)) {
707 if ((new_value % bond->params.miimon) != 0) {
708 pr_warning("%s: Warning: down delay (%d) is not a multiple of miimon (%d), delay rounded to %d ms\n",
710 bond->params.miimon,
711 (new_value / bond->params.miimon) *
712 bond->params.miimon);
714 bond->params.downdelay = new_value / bond->params.miimon;
[all...]
H A Dbond_main.c96 static int miimon = BOND_LINK_MON_INTERV; variable
121 module_param(miimon, int, 0);
122 MODULE_PARM_DESC(miimon, "Link check interval in milliseconds");
129 MODULE_PARM_DESC(use_carrier, "Use netif_carrier_ok (vs MII ioctls) in miimon; "
1123 (bond->params.updelay - new_active->delay) * bond->params.miimon);
1652 if (bond->params.miimon && !bond->params.use_carrier) {
1657 * miimon is set but a bonded network driver
1669 pr_warning("%s: Warning: can't get link status from interface %s; the network driver associated with this interface does not support MII or ETHTOOL link status reporting, thus miimon has no effect on this interface.\n",
1675 if (!bond->params.miimon ||
2205 info->miimon
[all...]
H A Dbonding.h123 int miimon; member in struct:bond_params

Completed in 147 milliseconds