Searched refs:BMSR_LSTATUS (Results 1 – 12 of 12) sorted by relevance
56 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
97 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
45 if ( mii->mdio_read ( mii->dev, mii->phy_id, MII_BMSR ) & BMSR_LSTATUS ) in mii_link_ok()
409 status = BMSR_LSTATUS; in TLan_FinishReset()415 if ((status & BMSR_LSTATUS) && /* We only support link info on Nat.Sem. PHY's */ in TLan_FinishReset()454 } else if (status & BMSR_LSTATUS) { in TLan_FinishReset()469 if (status & BMSR_LSTATUS) { in TLan_FinishReset()1668 if (!(phy_status & BMSR_LSTATUS)) { in TLan_PhyMonitor()1681 if ((phy_status & BMSR_LSTATUS) && !priv->link) { in TLan_PhyMonitor()
680 bmsr |= BMSR_LSTATUS; in bnx2_set_link()682 bmsr &= ~BMSR_LSTATUS; in bnx2_set_link()685 if (bmsr & BMSR_LSTATUS) { in bnx2_set_link()963 if (bmsr & BMSR_LSTATUS) { in bnx2_setup_copper_phy()971 } while ((bmsr & BMSR_LSTATUS) && (i < 620)); in bnx2_setup_copper_phy()980 if (bmsr & BMSR_LSTATUS) { in bnx2_setup_copper_phy()
715 if (!(bmsr & BMSR_LSTATUS)) in tg3_setup_copper_phy()726 if (!(bmsr & BMSR_LSTATUS)) { in tg3_setup_copper_phy()735 if (bmsr & BMSR_LSTATUS) { in tg3_setup_copper_phy()742 !(bmsr & BMSR_LSTATUS) && in tg3_setup_copper_phy()777 if (bmsr & BMSR_LSTATUS) { in tg3_setup_copper_phy()838 if (tmp & BMSR_LSTATUS) in tg3_setup_copper_phy()
737 if((mii_status & BMSR_LSTATUS) && (mii_status & BMSR_ANEGCOMPLETE)) break; in update_linkspeed()742 if (!(mii_status & BMSR_LSTATUS)) { in update_linkspeed()
907 if (mdio_read(nic, mtdx.phys[0], MII_BMSR) & BMSR_LSTATUS) { in getlinkstatus()
709 if ((status & BMSR_LSTATUS) && in sis190_default_phy()
137 if ((phy_data & BMSR_LSTATUS) == 0) { in atl1e_check_link()
192 return ( ( status & BMSR_LSTATUS ) && ( phy_status & PSSR_LSTATUS ) ); in gmii_link_ok()
58 #define BMSR_LSTATUS 0x0004 /* Link status */ macro