Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c1013 p_eng->arg.loop_inf = 0; in init_mac_engine()
1126 p_eng->arg.loop_inf = 1; in parse_arg_dedicated()
1128 printf("loop max=%d, loop_inf=%d\n", p_eng->arg.loop_max, p_eng->arg.loop_inf); in parse_arg_dedicated()
H A Dmac.c2244 while ( ( eng->run.loop_cnt < eng->run.loop_max ) || eng->arg.loop_inf ) { in TestingLoop()
2245 looplast = !eng->arg.loop_inf && ( eng->run.loop_cnt == eng->run.loop_max - 1 ); in TestingLoop()
2257 eng->run.loop_max, eng->arg.loop_inf, in TestingLoop()
2326 if ( eng->arg.loop_inf ) in TestingLoop()
2336 eng->run.loop_max, eng->arg.loop_inf); in TestingLoop()
H A Dcomminf.h463 uint32_t loop_inf; /* argv[4] for dedicated */ member