Searched refs:miimon (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/bonding/ |
| H A D | mode-2-recovery-updelay.sh | 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 | 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 | bond-break-lacpdu-tx.sh | 44 ip link add fbond type bond mode 4 miimon 200 xmit_hash_policy 1 \
|
| H A D | bond-arp-interval-causes-panic.sh | 32 miimon 100 all_slaves_active 1
|
| H A D | bond_topo_2d1c.sh | 61 ip -n ${s_ns} link add bond0 type bond mode active-backup miimon 100
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_options.c | 882 if (!bond->params.miimon) { in bond_option_mode_set() 886 bond->params.miimon); in bond_option_mode_set() 980 bond->params.miimon = newval->value; in bond_option_miimon_set() 1024 if (!bond->params.miimon) { in _bond_option_delay_set() 1033 value, bond->params.miimon, in _bond_option_delay_set() 1034 (value / bond->params.miimon) * in _bond_option_delay_set() 1035 bond->params.miimon); in _bond_option_delay_set() 1037 *target = value / bond->params.miimon; in _bond_option_delay_set() 1040 *target * bond->params.miimon); in _bond_option_delay_set() 1089 if (bond->params.miimon) { in bond_option_arp_interval_set() [all …]
|
| H A D | bond_netlink.c | 191 int miimon = 0; in bond_changelink() local 225 miimon = nla_get_u32(data[IFLA_BOND_MIIMON]); in bond_changelink() 227 bond_opt_initval(&newval, miimon); in bond_changelink() 272 if (arp_interval && miimon) { in bond_changelink() 345 if (arp_validate && miimon) { in bond_changelink() 664 if (nla_put_u32(skb, IFLA_BOND_MIIMON, bond->params.miimon)) in bond_fill_info() 668 bond->params.updelay * bond->params.miimon)) in bond_fill_info() 672 bond->params.downdelay * bond->params.miimon)) in bond_fill_info() 676 bond->params.peer_notif_delay * bond->params.miimon)) in bond_fill_info()
|
| H A D | bond_procfs.c | 103 seq_printf(seq, "MII Polling Interval (ms): %d\n", bond->params.miimon); in bond_info_show_master() 105 bond->params.updelay * bond->params.miimon); in bond_info_show_master() 107 bond->params.downdelay * bond->params.miimon); in bond_info_show_master() 109 bond->params.peer_notif_delay * bond->params.miimon); in bond_info_show_master()
|
| H A D | bond_main.c | 105 static int miimon; variable 1855 info->miimon = bond->params.miimon; in bond_fill_ifbond() 6169 if (miimon < 0) { in bond_check_params() 6171 miimon, INT_MAX); in bond_check_params() 6172 miimon = 0; in bond_check_params() 6201 if (!miimon) { in bond_check_params() 6238 if (!miimon) { in bond_check_params() 6256 updelay, miimon, (updelay / miimon) * miimon); in bond_check_params() 6264 (downdelay / miimon) * miimon); in bond_check_params() 6334 if (miimon) { in bond_check_params() [all …]
|
| H A D | bond_sysfs.c | 324 return sysfs_emit(buf, "%d\n", bond->params.downdelay * bond->params.miimon); in bonding_show_downdelay() 335 return sysfs_emit(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay() 348 bond->params.peer_notif_delay * bond->params.miimon); in bonding_show_peer_notif_delay() 428 return sysfs_emit(buf, "%d\n", bond->params.miimon); in bonding_show_miimon() 430 static DEVICE_ATTR(miimon, 0644,
|
| /linux-6.15/include/uapi/linux/ |
| H A D | if_bonding.h | 112 __s32 miimon; member
|
| /linux-6.15/Documentation/networking/ |
| H A D | bonding.rst | 573 miimon 792 (miimon). 1342 options bond0 mode=balance-alb miimon=100 1396 modprobe bonding mode=balance-alb miimon=100 1464 options bond0 -o bond0 mode=balance-rr miimon=100 1467 options bond1 -o bond1 mode=balance-alb miimon=50 1480 mode=balance-alb miimon=50 1630 echo 100 > /sys/class/net/bond0/bonding/miimon 1672 bond-miimon 100 1684 bond-miimon 100 [all …]
|
| /linux-6.15/include/net/ |
| H A D | bonding.h | 121 int miimon; member
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | rt_link.yaml | 1330 name: miimon
|