Lines Matching refs:h2
28 simple_if_init $h2 192.0.2.2/24
33 simple_if_fini $h2 192.0.2.2/24
39 h2=${NETIFS[p2]}
57 local -a speeds_arr=($(common_speeds_get $h1 $h2 0 0))
62 ethtool_set $h2 speed $speed autoneg off
65 setup_wait_dev_with_timeout $h2
72 ethtool -s $h2 autoneg on
82 local -a speeds_arr=($(different_speeds_get $h1 $h2 0 0))
87 ethtool_set $h2 speed $speed2 autoneg off
90 setup_wait_dev_with_timeout $h2
96 ethtool -s $h2 autoneg on
105 local -a speeds_arr=($(common_speeds_get $h1 $h2 0 1))
112 setup_wait_dev_with_timeout $h2
187 local speed_1_to_advertise=$(subset_of_common_speeds_get $h1 $h2 1)
195 local -a speeds_arr_without_mode=($(common_speeds_get $h1 $h2 0 1))
198 local -a speeds_arr_with_mode=($(common_speeds_get $h1 $h2 1 1))
204 ethtool_set $h2 advertise $speed_2_to_advertise
207 setup_wait_dev_with_timeout $h2
215 ethtool -s $h2 autoneg on
228 local speed_to_advertise=$(subset_of_common_speeds_get $h1 $h2 1)
237 local -a speeds_arr=($(common_speeds_get $h1 $h2 0 1))
247 setup_wait_dev_with_timeout $h2
256 ethtool -s $h2 autoneg on
266 local -a speeds=($(different_speeds_get $h1 $h2 1 1))
274 ethtool_set $h2 advertise $speed2
278 setup_wait_dev_with_timeout $h2
285 ethtool -s $h2 autoneg on