Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-net.c125 static int eth_run_loopback_test(struct udevice *current, int speed, int delay_test) in eth_run_loopback_test() argument
143 if (delay_test) in eth_run_loopback_test()
147 if (delay_test) in eth_run_loopback_test()
189 if (!delay_test) { in eth_run_loopback_test()
197 if (delay_test && success > 0) in eth_run_loopback_test()
219 static int eth_loopback_test(int speed, int delay_test) in eth_loopback_test() argument
235 ret = eth_run_loopback_test(current, speed, delay_test); in eth_loopback_test()