(eth_link_status == ETH_LINK_UNDEFINED)) return; phy_link_status = phy_link_detect(xemacp, phyaddrforemac); net0_link_state = phy_link_status; if ((eth_link_status == ETH_LINK_UP) && (!phy_link_status)) eth_link_status = ETH_LINK_DOWN; switch (eth_link_status) { case ETH_...
void eth_link_detect(struct netif *netif) { u32_t link_speed, phy_link_status; struct xemac_s *xemac = (struct xemac_s *)(netif->state); #if defined(XLWIP_CONFIG_INCLUDE_GEM) xemacpsif_s *xemacs = (xemacpsif_s *)(xemac->state); XEmacPs *xemacp = &xemacs->emacps; #elif...
a) 定时执行DHCP协议相关的代码,实现动态地址分配,即调用dhcp_fine_tmr()和dhcp_coarse_tmr()函数; b) 定时检查网络连接状态,及时响应连接请求,即调用eth_link_detect()函数; c) 对TcpFastTmrFlag和TcpSlowTmrFlag赋值为1,在main函数中,当这些变量为1时执行新动作,然后在main函数将TcpFastTmrFlag和TcpSlowTmrF...
(eth_link_status == ETH_LINK_UNDEFINED)) return; phy_link_status = phy_link_detect(xemacp, phyaddrforemac); net0_link_state = phy_link_status; if ((eth_link_status == ETH_LINK_UP) && (!phy_link_status)) eth_link_status = ETH_LINK_DOWN; switch (eth_link_status) { case ETH_...
get_Realtek_phy_speed:autonegotiation complete link speed for phy address 1: 1000 init_emacps:ET...
* New Feature: Added signal detect output for gen 3 devices * New Feature: Added clocking resources panel * New Feature: Added variable fabric width option for multi tile sync in gen 1 and gen 2 devices * Other: Added warning for upgrade between different RFSoC families ...
At power on a uboot starts to load the EchoServer application from a TFTP-Server over Eth0 port of the uboot and load the application into the memory. From this point, only one Ethernet port can activate to the same time. On the site [1] is described that, the Zynq-7000 AP SoC ...
GEM: e000c000, phyaddr 1, interface rmii mdio_register: non unique device name 'eth0' , eth-...
eth0 Link encap:Ethernet HWaddr 00:0A:35:00:22:01 inet addr:191.168.1.20 Bcast:191.168.1.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0...
[ 9.998744] macb ff0c0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 10.006415] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready udhcpc: sending discover udhcpc: sending select for 192.168.1.39 udhcpc: lease of 192.168.1.39 obtained, lease time 86400 ...