Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c602 unsigned link_speed; variable
620 link_speed = get_IEEE_phy_speed( xemacpsp ); in Phy_Setup()
622 if( link_speed == 1000 ) in Phy_Setup()
627 else if( link_speed == 100 ) in Phy_Setup()
639 link_speed = 1000; in Phy_Setup()
640 configure_IEEE_phy_speed( xemacpsp, link_speed ); in Phy_Setup()
645 link_speed = 100; in Phy_Setup()
646 configure_IEEE_phy_speed( xemacpsp, link_speed ); in Phy_Setup()
651 link_speed = 10; in Phy_Setup()
652 configure_IEEE_phy_speed( xemacpsp, link_speed ); in Phy_Setup()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c1382 u32 link_speed = 0; in Phy_Setup_US() local
1398 link_speed = get_IEEE_phy_speed_US( xemacpsp, phy_addr ); in Phy_Setup_US()
1400 if( link_speed == 1000 ) in Phy_Setup_US()
1405 else if( link_speed == 100 ) in Phy_Setup_US()
1410 else if( link_speed != XST_FAILURE ) in Phy_Setup_US()
1422 link_speed = 1000; in Phy_Setup_US()
1423 configure_IEEE_phy_speed_US( xemacpsp, link_speed ); in Phy_Setup_US()
1428 link_speed = 100; in Phy_Setup_US()
1429 configure_IEEE_phy_speed_US( xemacpsp, link_speed, phy_addr ); in Phy_Setup_US()
1434 link_speed = 10; in Phy_Setup_US()
[all …]