Home
last modified time | relevance | path

Searched refs:BMSR_LSTATUS (Results 1 – 12 of 12) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dmii.h56 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
Dmdio.h97 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/external/syslinux/gpxe/src/net/
Dmii.c45 if ( mii->mdio_read ( mii->dev, mii->phy_id, MII_BMSR ) & BMSR_LSTATUS ) in mii_link_ok()
/external/syslinux/gpxe/src/drivers/net/
Dtlan.c409 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()
Dbnx2.c680 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()
Dtg3.c715 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()
Dforcedeth.c737 if((mii_status & BMSR_LSTATUS) && (mii_status & BMSR_ANEGCOMPLETE)) break; in update_linkspeed()
742 if (!(mii_status & BMSR_LSTATUS)) { in update_linkspeed()
Dmtd80x.c907 if (mdio_read(nic, mtdx.phys[0], MII_BMSR) & BMSR_LSTATUS) { in getlinkstatus()
Dsis190.c709 if ((status & BMSR_LSTATUS) && in sis190_default_phy()
Datl1e.c137 if ((phy_data & BMSR_LSTATUS) == 0) { in atl1e_check_link()
Detherfabric.c192 return ( ( status & BMSR_LSTATUS ) && ( phy_status & PSSR_LSTATUS ) ); in gmii_link_ok()
/external/syslinux/gpxe/src/include/
Dmii.h58 #define BMSR_LSTATUS 0x0004 /* Link status */ macro