Searched refs:newlinkstate (Results 1 – 1 of 1) sorted by relevance
638 int speed, fullduplex, newlinkstate; in phy_intr() local720 newlinkstate = (cfg & CFG_LNKSTS) ? LINK_UP : LINK_DOWN; in phy_intr()722 if (newlinkstate & LINK_UP in phy_intr()723 && dev->linkstate != newlinkstate) { in phy_intr()730 } else if (newlinkstate & LINK_DOWN in phy_intr()731 && dev->linkstate != newlinkstate) { in phy_intr()736 dev->linkstate = newlinkstate; in phy_intr()