/Linux-v5.4/drivers/net/phy/ |
D | lxt.c | 63 err = phy_read(phydev, MII_BMSR); in lxt970_ack_interrupt() 120 status = phy_read(phydev, MII_BMSR); in lxt973a2_update_link() 131 status = phy_read(phydev, MII_BMSR); in lxt973a2_update_link()
|
D | amd.c | 31 err = phy_read(phydev, MII_BMSR); in am79c_ack_interrupt()
|
D | qsemi.c | 83 err = phy_read(phydev, MII_BMSR); in qs6612_ack_interrupt()
|
D | uPD60620.c | 40 phy_state = phy_read(phydev, MII_BMSR); in upd60620_read_status()
|
D | swphy.c | 151 case MII_BMSR: in swphy_read_reg()
|
D | bcm7xxx.c | 158 phy_read(phydev, MII_BMSR); in bcm7xxx_28nm_config_init() 379 phy_read(phydev, MII_BMSR); in bcm7xxx_28nm_ephy_config_init()
|
D | bcm-cygnus.c | 143 phy_read(phydev, MII_BMSR); in bcm_omega_config_init()
|
D | phy_device.c | 1586 bmsr = phy_read(phydev, MII_BMSR); in genphy_config_advert() 1728 int retval = phy_read(phydev, MII_BMSR); in genphy_aneg_done() 1761 status = phy_read(phydev, MII_BMSR); in genphy_update_link() 1769 status = phy_read(phydev, MII_BMSR); in genphy_update_link() 1939 val = phy_read(phydev, MII_BMSR); in genphy_read_abilities()
|
D | mdio-bcm-unimac.c | 181 mdiobus_read(bus, addr, MII_BMSR); in unimac_mdio_reset()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
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-v5.4/drivers/net/ |
D | mii.c | 82 bmsr = mii->mdio_read(dev, mii->phy_id, MII_BMSR); in mii_ethtool_gset() 169 bmsr = mii->mdio_read(dev, mii->phy_id, MII_BMSR); in mii_ethtool_get_link_ksettings() 428 reg = mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR); in mii_check_gmii_support() 447 mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR); in mii_link_ok() 448 if (mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR) & BMSR_LSTATUS) in mii_link_ok()
|
/Linux-v5.4/drivers/net/dsa/ |
D | dsa_loop.c | 191 mdiobus_read(bus, ps->port_base + port, MII_BMSR); in dsa_loop_port_vlan_prepare() 210 mdiobus_read(bus, ps->port_base + port, MII_BMSR); in dsa_loop_port_vlan_add() 239 mdiobus_read(bus, ps->port_base + port, MII_BMSR); in dsa_loop_port_vlan_del()
|
/Linux-v5.4/drivers/net/ethernet/atheros/atlx/ |
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()
|
D | atl2.c | 559 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 560 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 1159 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1160 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1519 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1520 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1892 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_get_regs()
|
/Linux-v5.4/drivers/net/ethernet/dec/tulip/ |
D | media.c | 407 bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR); in tulip_check_duplex() 415 int new_bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR); in tulip_check_duplex() 462 int mii_status = tulip_mdio_read (dev, phy, MII_BMSR); in tulip_find_mii() 480 unsigned int tmpadv = tulip_mdio_read (dev, phy, MII_BMSR); in tulip_find_mii()
|
/Linux-v5.4/drivers/net/ethernet/ibm/emac/ |
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-v5.4/include/uapi/linux/ |
D | mii.h | 17 #define MII_BMSR 0x01 /* Basic mode status register */ macro
|
D | mdio.h | 32 #define MDIO_STAT1 MII_BMSR
|
/Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 695 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() 696 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() 720 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() 721 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link()
|
D | atl1c_ethtool.c | 162 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_get_regs()
|
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | serdes.c | 188 err = mv88e6352_serdes_read(chip, MII_BMSR, &status); in mv88e6352_serdes_irq_link() 196 err = mv88e6352_serdes_read(chip, MII_BMSR, &status); in mv88e6352_serdes_irq_link()
|
/Linux-v5.4/drivers/net/dsa/b53/ |
D | b53_serdes.c | 110 bmsr = b53_serdes_read(dev, lane, B53_SERDES_MII_REG(MII_BMSR), in b53_serdes_link_state()
|
/Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 159 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link() 160 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link() 223 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event() 224 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event() 2086 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend() 2087 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend() 2110 atl1e_read_phy_reg(hw, MII_BMSR, in atl1e_suspend()
|
/Linux-v5.4/drivers/net/ethernet/sun/ |
D | sunbmac.c | 535 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, MII_BMSR); in bigmac_timer() 589 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, MII_BMSR); in bigmac_begin_auto_negotiation() 1050 bp->sw_bmsr = bigmac_tcvr_read(bp, bp->tregs, MII_BMSR); in bigmac_get_link()
|
/Linux-v5.4/drivers/net/ethernet/sis/ |
D | sis190.c | 934 val = mdio_read_latched(ioaddr, phy_id, MII_BMSR); in sis190_phy_task() 1271 status = mdio_read_latched(ioaddr, phy->phy_id, MII_BMSR); in sis190_default_phy() 1310 status = mdio_read_latched(ioaddr, mii_if->phy_id, MII_BMSR); in sis190_default_phy() 1394 status = mdio_read_latched(ioaddr, phy_id, MII_BMSR); in sis190_mii_probe()
|