Searched refs:loop_checknum (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mac.c | 2217 char TestingLoop (MAC_ENGINE *eng, uint32_t loop_checknum) in TestingLoop() argument 2249 checkprd = ((eng->run.loop_cnt % loop_checknum) == (loop_checknum - 1)); in TestingLoop() 2275 check_buf(eng, loop_checknum); in TestingLoop() 2277 check_buf(eng, (eng->run.loop_max % loop_checknum)); in TestingLoop() 2291 …intf("[run loop:%3d] BandWidth: %7.2f Mbps, %6.2f sec\n", loop_checknum, ((double)loop_checknum * … in TestingLoop() 2292 …LOG, "[run loop:%3d] BandWidth: %7.2f Mbps, %6.2f sec\n", loop_checknum, ((double)loop_checknum * … in TestingLoop() 2296 if (check_buf(eng, loop_checknum)) in TestingLoop() 2301 …%7.2f Mbps, %6.2f sec\n", (eng->run.loop_max % loop_checknum), ((double)(eng->run.loop_max % loop_… in TestingLoop() 2302 …%7.2f Mbps, %6.2f sec\n", (eng->run.loop_max % loop_checknum), ((double)(eng->run.loop_max % loop_… in TestingLoop() 2306 if (check_buf(eng, (eng->run.loop_max % loop_checknum))) in TestingLoop()
|
H A D | comminf.h | 863 GLOBAL char TestingLoop (MAC_ENGINE *eng, uint32_t loop_checknum);
|