Lines Matching full:link
7 an Ethernet MAC (Media Access Control) data-link layer that interfaces to an Ethernet PHY (Physical…
93 static ARM_ETH_LINK_STATE ethernet_link; // current link status
96 ARM_ETH_LINK_STATE link;
98 link = phy->GetLinkState ();
99 if (link == ethernet_link) {
100 return; // link state unchanged
102 // link state changed
103 ethernet_link = link;
104 if (link == ARM_ETH_LINK_UP) { // start transfer
171 The Ethernet Link status shows if the communication is currently established (up) or interrupted (d…
181 The Ethernet Link information provides parameters about the current established communication.