/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | vsc8211.c | 147 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/drivers/net/phy/ |
H A D | uPD60620.c | 49 if (phy_state & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS)) { in upd60620_read_status()
|
H A D | swphy.c | 136 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE; in swphy_read_reg()
|
H A D | bcm84881.c | 166 !!(bmsr & BMSR_LSTATUS); in bcm84881_read_status()
|
H A D | lxt.c | 211 if ((status & BMSR_LSTATUS) == 0) in lxt973a2_update_link()
|
H A D | marvell-88x2222.c | 385 if (!(val & BMSR_LSTATUS)) in mv2222_read_status_1g()
|
H A D | phy_device.c | 2559 else if (status & BMSR_LSTATUS) in genphy_update_link() 2568 phydev->link = status & BMSR_LSTATUS ? 1 : 0; in genphy_update_link() 2920 val & BMSR_LSTATUS, in genphy_loopback()
|
H A D | mxl-gpy.c | 479 ret = phy_read_poll_timeout(phydev, MII_BMSR, ret, ret & BMSR_LSTATUS, in gpy_config_aneg()
|
/linux/include/uapi/linux/ |
H A D | mii.h | 57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
|
H A D | mdio.h | 126 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
|
/linux/drivers/net/usb/ |
H A D | sr9700.c | 205 res = le16_to_cpu(res) | BMSR_LSTATUS; in sr_mdio_read() 207 res = le16_to_cpu(res) & ~BMSR_LSTATUS; in sr_mdio_read()
|
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 91 if (!(phy_data & BMSR_LSTATUS)) { in atlx_check_for_link()
|
H A D | atl2.c | 558 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()
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | media.c | 409 if ((bmsr & BMSR_LSTATUS) == 0) { in tulip_check_duplex() 411 if ((new_bmsr & BMSR_LSTATUS) == 0) { in tulip_check_duplex()
|
/linux/drivers/net/pcs/ |
H A D | pcs-lynx.c | 72 state->link = !!(bmsr & BMSR_LSTATUS); in lynx_pcs_get_state_2500basex()
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 155 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/dsa/mv88e6xxx/ |
H A D | serdes.c | 50 if (!(bmsr & BMSR_LSTATUS)) in mv88e6xxx_pcs_decode_state()
|
/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 213 if (status < 0 || (status & BMSR_LSTATUS) == 0) in genmii_poll_link()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_port.c | 313 bmsr |= state->link ? BMSR_LSTATUS : 0; in lan966x_port_status_get()
|
/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 942 } 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/sun/ |
H A D | sunbmac.c | 537 if (bp->sw_bmsr & BMSR_LSTATUS) { in bigmac_timer() 1053 return (bp->sw_bmsr & BMSR_LSTATUS); in bigmac_get_link()
|
H A D | sunhme.c | 791 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 D | mii.c | 446 if (mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR) & BMSR_LSTATUS) in mii_link_ok()
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 658 return !!(phy_data & BMSR_LSTATUS); in atl1c_get_link_status()
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 869 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() 2188 if (bond_check_dev_link(bond, slave_dev, 0) == BMSR_LSTATUS) { in bond_enslave() 4595 mii->val_out = BMSR_LSTATUS; in bond_eth_ioctl()
|