| /linux/drivers/net/pcs/ |
| A D | pcs-lynx.c | 50 lpa = mdiobus_c45_read(bus, addr, MDIO_MMD_VEND2, MII_LPA); in lynx_pcs_get_state_usxgmii() 65 lpa = mdiobus_read(bus, addr, MII_LPA); in lynx_pcs_get_state_2500basex()
|
| /linux/drivers/net/phy/ |
| A D | uPD60620.c | 64 phy_state = phy_read(phydev, MII_LPA); in upd60620_read_status()
|
| A D | swphy.c | 156 case MII_LPA: in swphy_read_reg()
|
| A D | meson-gxl.c | 174 lpa = phy_read(phydev, MII_LPA); in meson_gxl_read_status()
|
| A D | lxt.c | 239 lpa = phy_read(phydev, MII_LPA); in lxt973a2_read_status()
|
| A D | phylink.c | 1994 case MII_LPA: in phylink_phy_read() 2034 case MII_LPA: in phylink_phy_write() 2609 lpa = mdiodev_read(pcs, MII_LPA); in phylink_mii_c22_pcs_get_state()
|
| A D | phy_device.c | 2334 lpa = phy_read(phydev, MII_LPA); in genphy_read_lpa() 2450 lpa = phy_read(phydev, MII_LPA); in genphy_c37_read_status()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| A D | vsc8211.c | 178 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_LPA, in vsc8211_get_link_status() 239 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_LPA, &lpa); in vsc8211_get_link_status_fiber()
|
| /linux/include/uapi/linux/ |
| A D | mii.h | 21 #define MII_LPA 0x05 /* Link partner ability reg */ macro
|
| /linux/drivers/net/ |
| A D | mii.c | 96 ecmd->lp_advertising = mii_get_an(mii, MII_LPA); in mii_ethtool_gset() 181 lp_advertising = mii_get_an(mii, MII_LPA); in mii_ethtool_get_link_ksettings() 546 lpa = mii->mdio_read(mii->dev, mii->phy_id, MII_LPA); in mii_check_media()
|
| A D | sungem_phy.c | 396 lpa = sungem_phy_read(phy, MII_LPA); in genmii_read_link() 563 val = sungem_phy_read(phy, MII_LPA); in bcm54xx_read_link()
|
| A D | mdio.c | 571 case MII_LPA: in mdio_mii_ioctl()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | serdes.h | 53 #define MV88E6390_SGMII_LPA (0x2000 + MII_LPA)
|
| A D | serdes.c | 209 err = mv88e6352_serdes_read(chip, MII_LPA, &lpa); in mv88e6352_serdes_pcs_get_state()
|
| /linux/drivers/net/ethernet/smsc/ |
| A D | smc911x.h | 856 #define SMC_GET_PHY_MII_LPA(lp,phy,x) SMC_GET_MII( (lp), MII_LPA, phy, x ) 857 #define SMC_SET_PHY_MII_LPA(lp,phy,x) SMC_SET_MII( (lp), MII_LPA, phy, x )
|
| A D | epic100.c | 710 int mii_lpa = mdio_read(dev, ep->phys[0], MII_LPA); in epic_open() 834 int mii_lpa = ep->mii_phy_cnt ? mdio_read(dev, ep->phys[0], MII_LPA) : 0; in check_media()
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| A D | phy.c | 224 int lpa = phy_read(phy, MII_LPA) & phy_read(phy, MII_ADVERTISE); in genmii_read_link()
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| A D | media.c | 403 lpa = tulip_mdio_read(dev, tp->phys[0], MII_LPA); in tulip_check_duplex()
|
| /linux/drivers/net/ethernet/sun/ |
| A D | sunhme.c | 554 hp->sw_lpa = happy_meal_tcvr_read(hp, tregs, MII_LPA); in display_link_mode() 595 hp->sw_lpa = happy_meal_tcvr_read(hp, tregs, MII_LPA); in set_happy_link_modes() 1866 hp->sw_lpa = happy_meal_tcvr_read(hp, tregs, MII_LPA); in happy_meal_mif_interrupt() 2431 hp->sw_lpa = happy_meal_tcvr_read(hp, hp->tcvregs, MII_LPA); in hme_get_link_ksettings()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| A D | atl1c_hw.c | 726 atl1c_read_phy_reg(hw, MII_LPA, &mii_lpa_data); in atl1c_phy_to_ps_link()
|
| /linux/drivers/net/ethernet/natsemi/ |
| A D | natsemi.c | 1683 np->advertising & mdio_read(dev, MII_LPA)); in check_link() 2403 u16 lpa = mdio_read(dev, MII_LPA); in netdev_error() 2893 np->advertising & mdio_read(dev, MII_LPA)); in netdev_get_ecmd()
|
| /linux/drivers/net/ethernet/dlink/ |
| A D | sundance.c | 919 int mii_lpa = mdio_read(dev, np->phys[0], MII_LPA); in check_duplex() 1460 mii_lpa = mdio_read(dev, np->phys[0], MII_LPA); in netdev_error()
|
| /linux/drivers/net/ethernet/micrel/ |
| A D | ks8851_common.c | 931 case MII_LPA: in ks8851_phy_reg()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| A D | mac.c | 1058 ret_val = e1e_rphy(hw, MII_LPA, &mii_nway_lp_ability_reg); in e1000e_config_fc_after_link_up()
|
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz9477.c | 339 case MII_LPA: in ksz9477_phy_read16()
|