Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
HDx_emacpsif_physpeed.c331 uint32_t timeout_counter = 0; in get_TI_phy_speed() local
462 timeout_counter++; in get_TI_phy_speed()
464 if( timeout_counter == 30 ) in get_TI_phy_speed()
500 uint32_t timeout_counter = 0; in get_Marvell_phy_speed() local
562 timeout_counter++; in get_Marvell_phy_speed()
564 if( timeout_counter == 30 ) in get_Marvell_phy_speed()
605 uint32_t timeout_counter = 0; in get_Realtek_phy_speed() local
651 timeout_counter++; in get_Realtek_phy_speed()
653 if( timeout_counter == 30 ) in get_Realtek_phy_speed()
730 uint32_t timeout_counter = 0; in get_AR8035_phy_speed() local
[all …]