Searched refs:phy_status (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1753 u16 phy_status; local
1758 TLan_MiiReadReg(nic, phy, MII_GEN_STS, &phy_status);
1761 if (!(phy_status & MII_GS_LINK)) {
1774 if ((phy_status & MII_GS_LINK) && !priv->link) {
H A Dtg3.c471 uint32_t phy_status; local
474 err = tg3_readphy(tp, MII_BMSR, &phy_status);
475 err |= tg3_readphy(tp, MII_BMSR, &phy_status);

Completed in 31 milliseconds