Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c656 p_eng->run.LOOP_CheckNum = p_eng->run.loop_max; in calc_loop_check_num()
761 if (0 == p_eng->arg.loop_max) { in setup_running()
764 p_eng->arg.loop_max = DEF_GLOOP_MAX * 20; in setup_running()
767 p_eng->arg.loop_max = DEF_GLOOP_MAX * 2; in setup_running()
770 p_eng->arg.loop_max = DEF_GLOOP_MAX; in setup_running()
773 p_eng->arg.loop_max = DEF_GLOOP_MAX * 20; in setup_running()
776 p_eng->arg.loop_max = DEF_GLOOP_MAX * 2; in setup_running()
816 p_eng->run.loop_max = p_eng->arg.loop_max; in setup_running()
1014 p_eng->arg.loop_max = 0; in init_mac_engine()
1124 p_eng->arg.loop_max = simple_strtol(argv[5], NULL, 10); in parse_arg_dedicated()
[all …]
H A Dmac.c996 …ng->arg.mac_idx, eng->arg.run_speed, (eng->arg.ctrl.w | 0x80), eng->arg.loop_max, eng->arg.test_mo… in FPri_End()
1000 …ng->arg.mac_idx, eng->arg.run_speed, (eng->arg.ctrl.w & 0x7f), eng->arg.loop_max, eng->arg.test_mo… in FPri_End()
2244 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()
2277 check_buf(eng, (eng->run.loop_max % loop_checknum)); in TestingLoop()
2301 …] BandWidth: %7.2f Mbps, %6.2f sec\n", (eng->run.loop_max % loop_checknum), ((double)(eng->run.loo… in TestingLoop()
2302 …] BandWidth: %7.2f Mbps, %6.2f sec\n", (eng->run.loop_max % loop_checknum), ((double)(eng->run.loo… in TestingLoop()
2306 if (check_buf(eng, (eng->run.loop_max % loop_checknum))) in TestingLoop()
2336 eng->run.loop_max, eng->arg.loop_inf); in TestingLoop()
H A Dcomminf.h462 uint32_t loop_max; /* argv[4] for dedicated */ member
497 uint32_t loop_max; member