Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c355 uint32_t timeout_counter = 0; in get_TI_phy_speed() local
486 timeout_counter++; in get_TI_phy_speed()
488 if( timeout_counter == 30 ) in get_TI_phy_speed()
524 uint32_t timeout_counter = 0; in get_Marvell_phy_speed() local
586 timeout_counter++; in get_Marvell_phy_speed()
588 if( timeout_counter == 30 ) in get_Marvell_phy_speed()
629 uint32_t timeout_counter = 0; in get_Realtek_phy_speed() local
675 timeout_counter++; in get_Realtek_phy_speed()
677 if( timeout_counter == 30 ) in get_Realtek_phy_speed()
754 uint32_t timeout_counter = 0; in get_AR8035_phy_speed() local
[all …]