Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c147 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status()
152 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status()
223 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status_fiber()
228 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status_fiber()
/linux/include/uapi/linux/
H A Dmii.h57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
/linux/drivers/net/phy/
H A Dswphy.c136 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE; in swphy_read_reg()
H A Dmxl-gpy.c502 ret = phy_read_poll_timeout(phydev, MII_BMSR, ret, ret & BMSR_LSTATUS, in gpy_config_aneg()
/linux/drivers/net/usb/
H A Dsr9700.c205 res = le16_to_cpu(word) | BMSR_LSTATUS; in sr_mdio_read()
207 res = le16_to_cpu(word) & ~BMSR_LSTATUS; in sr_mdio_read()
H A Dpegasus.c783 if (tmp & BMSR_LSTATUS) in set_carrier()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.c91 if (!(phy_data & BMSR_LSTATUS)) { in atlx_check_for_link()
H A Datl2.c558 if (!(phy_data & BMSR_LSTATUS)) { /* Link Down */ in atl2_check_for_link()
1155 if (!(phy_data&BMSR_LSTATUS)) { /* link down */ in atl2_check_link()
1516 if (ctrl & BMSR_LSTATUS) in atl2_suspend()
1519 if (0 != (ctrl & BMSR_LSTATUS) && 0 != wufc) { in atl2_suspend()
1568 if (0 == (ctrl&BMSR_LSTATUS) && 0 != (wufc&ATLX_WUFC_LNKC)) { in atl2_suspend()
H A Datl1.c1289 if (!(phy_data & BMSR_LSTATUS)) { in atl1_check_link()
2771 val = ctrl & BMSR_LSTATUS; in atl1_suspend()
/linux/drivers/net/ethernet/dec/tulip/
H A Dmedia.c409 if ((bmsr & BMSR_LSTATUS) == 0) { in tulip_check_duplex()
411 if ((new_bmsr & BMSR_LSTATUS) == 0) { in tulip_check_duplex()
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c155 if ((phy_data & BMSR_LSTATUS) == 0) { in atl1e_check_link()
220 link_up = phy_data & BMSR_LSTATUS; in atl1e_link_chg_event()
2121 if (mii_bmsr_data & BMSR_LSTATUS) { in atl1e_suspend()
2126 if (mii_bmsr_data & BMSR_LSTATUS) in atl1e_suspend()
2130 if ((mii_bmsr_data & BMSR_LSTATUS) == 0) in atl1e_suspend()
/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c213 if (status < 0 || (status & BMSR_LSTATUS) == 0) in genmii_poll_link()
/linux/drivers/net/ethernet/sis/
H A Dsis190.c942 } else if ((val & BMSR_LSTATUS) && tp->link_status != LNK_ON) { in sis190_phy_task()
1016 } else if (!(val & BMSR_LSTATUS) && tp->link_status != LNK_AUTONEG) in sis190_phy_task()
1284 if ((status & BMSR_LSTATUS) && in sis190_default_phy()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c658 return !!(phy_data & BMSR_LSTATUS); in atl1c_get_link_status()
/linux/drivers/net/bonding/
H A Dbond_main.c869 return netif_carrier_ok(slave_dev) ? BMSR_LSTATUS : 0; in bond_check_dev_link()
874 BMSR_LSTATUS : 0; in bond_check_dev_link()
897 return mii->val_out & BMSR_LSTATUS; in bond_check_dev_link()
906 return reporting ? -1 : BMSR_LSTATUS; in bond_check_dev_link()
2201 if (bond_check_dev_link(bond, slave_dev, 0) == BMSR_LSTATUS) { in bond_enslave()
4618 mii->val_out = BMSR_LSTATUS; in bond_eth_ioctl()
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c791 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
839 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
2224 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()
/linux/drivers/net/
H A Dsungem_phy.c380 if ((status & BMSR_LSTATUS) == 0) in genmii_poll_link()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c4482 if (!(tmp & BMSR_LSTATUS)) { in tg3_phy_copper_begin()
4792 !(bmsr & BMSR_LSTATUS)) in tg3_setup_copper_phy()
4804 if (!(bmsr & BMSR_LSTATUS)) { in tg3_setup_copper_phy()
4813 (bmsr & BMSR_LSTATUS)) { in tg3_setup_copper_phy()
4821 !(bmsr & BMSR_LSTATUS) && in tg3_setup_copper_phy()
4879 (bmsr & BMSR_LSTATUS)) in tg3_setup_copper_phy()
4884 if (bmsr & BMSR_LSTATUS) { in tg3_setup_copper_phy()
4975 if ((!tg3_readphy(tp, MII_BMSR, &bmsr) && (bmsr & BMSR_LSTATUS)) || in tg3_setup_copper_phy()
5862 bmsr |= BMSR_LSTATUS; in tg3_setup_fiber_mii_phy()
5864 bmsr &= ~BMSR_LSTATUS; in tg3_setup_fiber_mii_phy()
[all …]
H A Db44.c545 (bmsr & BMSR_LSTATUS)) { in b44_check_phy()
563 } else if (netif_carrier_ok(bp->dev) && !(bmsr & BMSR_LSTATUS)) { in b44_check_phy()
H A Dbnx2.c1588 bmsr |= BMSR_LSTATUS; in bnx2_set_link()
1590 bmsr &= ~BMSR_LSTATUS; in bnx2_set_link()
1593 if (bmsr & BMSR_LSTATUS) { in bnx2_set_link()
2134 if (bmsr & BMSR_LSTATUS) { in bnx2_setup_copper_phy()
2151 if (bmsr & BMSR_LSTATUS) { in bnx2_setup_copper_phy()
6000 if (bmsr & BMSR_LSTATUS) { in bnx2_test_link()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c879 if (!(bmsr & BMSR_LSTATUS)) { in alx_read_phy_link()
/linux/drivers/net/ethernet/silan/
H A Dsc92031.c493 if (bmsr & BMSR_LSTATUS) { in _sc92031_check_media()
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1081 state->link = !!(ret & BMSR_LSTATUS); in xpcs_get_state_2500basex()
/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c677 if (bmsr & BMSR_LSTATUS) in yellowfin_timer()
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c1660 if (!(bmsr & BMSR_LSTATUS)) { in check_link()
2663 return (mdio_read(dev, MII_BMSR)&BMSR_LSTATUS) ? 1:0; in get_link()

12