Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c301 if ( ++timeout > TIME_OUT_NCSI * eng->run.NCSI_RxTimeOutScale ) { in NCSI_Rx_SLT()
476 if ( ++timeout > TIME_OUT_NCSI ) { in NCSI_Tx()
530 if ( ++timeout > TIME_OUT_NCSI ) { in NCSI_ARP()
H A Dcomminf.h287 #define TIME_OUT_NCSI 100000 //40000 macro
H A Dmac.c1043 …g->arg.test_mode, eng->arg.delay_scan_range, eng->arg.ctrl.w, eng->arg.GARPNumCnt, TIME_OUT_NCSI ); in FPri_End()