/linux-6.3-rc2/drivers/net/phy/ |
A D | lxt.c | 66 err = phy_read(phydev, MII_BMSR); in lxt970_ack_interrupt() 107 irq_status = phy_read(phydev, MII_BMSR); in lxt970_handle_interrupt() 194 status = phy_read(phydev, MII_BMSR); in lxt973a2_update_link() 205 status = phy_read(phydev, MII_BMSR); in lxt973a2_update_link()
|
A D | ncn26000.c | 76 ret = phy_read(phydev, MII_BMSR); in ncn26000_read_status() 83 ret = phy_read(phydev, MII_BMSR); in ncn26000_read_status()
|
A D | bcm84881.c | 121 bmsr = phy_read_mmd(phydev, MDIO_MMD_AN, MDIO_AN_C22 + MII_BMSR); in bcm84881_aneg_done() 147 bmsr = phy_read_mmd(phydev, MDIO_MMD_AN, MDIO_AN_C22 + MII_BMSR); in bcm84881_read_status()
|
A D | amd.c | 35 err = phy_read(phydev, MII_BMSR); in am79c_ack_interrupt()
|
A D | uPD60620.c | 40 phy_state = phy_read(phydev, MII_BMSR); in upd60620_read_status()
|
A D | qsemi.c | 87 err = phy_read(phydev, MII_BMSR); in qs6612_ack_interrupt()
|
A D | swphy.c | 151 case MII_BMSR: in swphy_read_reg()
|
A D | bcm7xxx.c | 165 phy_read(phydev, MII_BMSR); in bcm7xxx_28nm_config_init() 402 phy_read(phydev, MII_BMSR); in bcm7xxx_28nm_ephy_config_init() 842 phy_read(phydev, MII_BMSR); in bcm7xxx_28nm_probe()
|
A D | motorcomm.c | 1183 ret = __phy_read(phydev, MII_BMSR); in yt8521_read_status_paged() 1188 ret = __phy_read(phydev, MII_BMSR); in yt8521_read_status_paged() 1201 ret = __phy_read(phydev, MII_BMSR); in yt8521_read_status_paged() 1803 bmsr = __phy_read(phydev, MII_BMSR); in ytphy_utp_config_advert() 2049 val = __phy_read(phydev, MII_BMSR); in ytphy_utp_read_abilities()
|
A D | bcm-cygnus.c | 143 phy_read(phydev, MII_BMSR); in bcm_omega_config_init()
|
A D | phy_device.c | 1997 bmsr = phy_read(phydev, MII_BMSR); in genphy_config_advert() 2317 int retval = phy_read(phydev, MII_BMSR); in genphy_aneg_done() 2351 status = phy_read(phydev, MII_BMSR); in genphy_update_link() 2359 status = phy_read(phydev, MII_BMSR); in genphy_update_link() 2630 val = phy_read(phydev, MII_BMSR); in genphy_read_abilities() 2707 ret = phy_read_poll_timeout(phydev, MII_BMSR, val, in genphy_loopback()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/ |
A D | vsc8211.c | 138 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_BMSR, &status); in vsc8211_get_link_status() 148 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_BMSR, in vsc8211_get_link_status() 214 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_BMSR, &status); in vsc8211_get_link_status_fiber() 224 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_BMSR, in vsc8211_get_link_status_fiber()
|
/linux-6.3-rc2/drivers/net/ |
A D | mii.c | 80 bmsr = mii->mdio_read(dev, mii->phy_id, MII_BMSR); in mii_ethtool_gset() 166 bmsr = mii->mdio_read(dev, mii->phy_id, MII_BMSR); in mii_ethtool_get_link_ksettings() 426 reg = mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR); in mii_check_gmii_support() 445 mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR); in mii_link_ok() 446 if (mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR) & BMSR_LSTATUS) in mii_link_ok()
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atlx/ |
A D | atlx.c | 86 atlx_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atlx_check_for_link() 87 atlx_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atlx_check_for_link()
|
A D | atl2.c | 553 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 554 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 1153 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1154 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1514 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1515 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1862 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_get_regs()
|
/linux-6.3-rc2/drivers/net/ethernet/dec/tulip/ |
A D | media.c | 402 bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR); in tulip_check_duplex() 410 int new_bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR); in tulip_check_duplex() 457 int mii_status = tulip_mdio_read (dev, phy, MII_BMSR); in tulip_find_mii() 475 unsigned int tmpadv = tulip_mdio_read (dev, phy, MII_BMSR); in tulip_find_mii()
|
/linux-6.3-rc2/drivers/net/pcs/ |
A D | pcs-lynx.c | 52 status = mdiobus_c45_read(bus, addr, MDIO_MMD_VEND2, MII_BMSR); in lynx_pcs_get_state_usxgmii() 73 bmsr = mdiodev_read(pcs, MII_BMSR); in lynx_pcs_get_state_2500basex()
|
A D | pcs-altera-tse.c | 112 bmsr = tse_pcs_read(tse_pcs, MII_BMSR); in alt_tse_pcs_get_state()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/emac/ |
A D | phy.c | 211 phy_read(phy, MII_BMSR); in genmii_poll_link() 212 status = phy_read(phy, MII_BMSR); in genmii_poll_link() 541 u16 bmsr = phy_read(phy, MII_BMSR); in emac_mii_phy_probe()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | mii.h | 17 #define MII_BMSR 0x01 /* Basic mode status register */ macro
|
A D | mdio.h | 32 #define MDIO_STAT1 MII_BMSR
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | dsa_loop.c | 218 mdiobus_read(bus, ps->port_base + port, MII_BMSR); in dsa_loop_port_vlan_add() 247 mdiobus_read(bus, ps->port_base + port, MII_BMSR); in dsa_loop_port_vlan_del()
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/ |
A D | atl1e_main.c | 153 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link() 154 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link() 217 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event() 218 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event() 2094 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend() 2095 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend() 2118 atl1e_read_phy_reg(hw, MII_BMSR, in atl1e_suspend()
|
/linux-6.3-rc2/drivers/net/dsa/b53/ |
A D | b53_serdes.c | 111 bmsr = b53_serdes_read(dev, lane, B53_SERDES_MII_REG(MII_BMSR), in b53_serdes_get_state()
|
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | serdes.h | 53 #define MV88E6390_SGMII_BMSR (0x2000 + MII_BMSR)
|