Lines Matching defs:link
248 u8 link;
449 if ((status & MII_GS_LINK) && /* We only support link info on Nat.Sem. PHY's */
480 /* We have link beat..for now anyway */
481 priv->link = 1;
482 /*Enabling link beat monitoring */
1054 * over the serial link. It then sends and ack bit, or no
1562 printf("%s: Trying to activate link.\n", priv->nic_name);
1636 * to establish link.
1672 ("TLAN: Trying to establish link in the background...\n");
1744 * about link changes (up/down), and possible switch to alternate
1760 /* Check if link has been lost */
1762 if (priv->link) {
1763 priv->link = 0;
1764 printf("TLAN: %s has lost link\n", priv->nic_name);
1774 if ((phy_status & MII_GS_LINK) && !priv->link) {
1775 priv->link = 1;
1776 printf("TLAN: %s has reestablished link\n",