Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool.sh225 local chosen_speed
246 chosen_speed=$(ethtool $h1 | grep 'Speed:')
247 chosen_speed=${chosen_speed%"Mb/s"*}
248 chosen_speed=${chosen_speed#*"Speed: "}
249 ((chosen_speed == max_speed))
250 check_err $? "h1 advertise $speed_to_advertise, h2 sync to speed $chosen_speed"