Searched refs:loop_max (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 656 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 D | mac.c | 996 …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 D | comminf.h | 462 uint32_t loop_max; /* argv[4] for dedicated */ member 497 uint32_t loop_max; member
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 352 int i, j, loop_max; in ath9k_hw_chip_test() local 355 loop_max = 2; in ath9k_hw_chip_test() 358 loop_max = 1; in ath9k_hw_chip_test() 360 for (i = 0; i < loop_max; i++) { in ath9k_hw_chip_test()
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 8806 unsigned int loop_max; 9094 if (env->loop > env->loop_max) in detach_tasks() 9116 * detaching up to loop_max tasks. in detach_tasks() 11343 env.loop_max = min(sysctl_sched_nr_migrate, busiest->nr_running); in load_balance() 8804 unsigned int loop_max; global() member
|