Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h495 uint32_t timeout_th; /* time out threshold (varies with run-speed) */ member
H A Dmac.c1859 (++timeout > eng->run.timeout_th)) { in check_des_header_Tx()
1887 if (eng->run.TM_TxDataEn && (++timeout > eng->run.timeout_th)) { in check_des_header_Rx()
H A Dmactest.c1235 p_eng->run.timeout_th = get_time_out_th(p_eng); in test_start()