Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c533 static int miimon = BOND_LINK_MON_INTERV; variable
545 MODULE_PARM(miimon, "i");
546 MODULE_PARM_DESC(miimon, "Link check interval in milliseconds");
1455 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave()
1797 if (bond->params.miimon && !bond->params.use_carrier) { in bond_enslave()
1830 if (!bond->params.miimon || in bond_enslave()
2420 info->miimon = bond->params.miimon; in bond_info_query()
2475 delta_in_ticks = (bond->params.miimon * HZ) / 1000; in bond_mii_monitor()
2529 bond->params.downdelay * bond->params.miimon); in bond_mii_monitor()
2581 (bond->params.downdelay - slave->delay) * bond->params.miimon, in bond_mii_monitor()
[all …]
Dbonding.h140 int miimon; member
/linux-2.4.37.9/Documentation/networking/
Dbonding.txt197 It is critical that either the miimon or arp_interval and arp_ip_target
210 with miimon. A value of 0 disables ARP monitoring. The default value
225 link failure has been detected. This should be a multiple of miimon
246 miimon
385 link up status has been detected. This should be a multiple of miimon
390 Specifies whether or not miimon should use MII or ETHTOOL
428 options bond0 miimon=100
467 (b) discontinue the ARP monitor (using miimon as an alternative, for
516 parameters of mode=0 and miimon=1000 is shown below.
719 miimon value.
[all …]
/linux-2.4.37.9/include/linux/
Dif_bonding.h86 __s32 miimon; member