Searched refs:MII_STAT1000 (Results 1 – 17 of 17) sorted by relevance
/linux/include/uapi/linux/ |
H A D | mii.h | 24 #define MII_STAT1000 0x0a /* 1000BASE-T status */ macro
|
/linux/drivers/net/phy/ |
H A D | swphy.c | 158 case MII_STAT1000: in swphy_read_reg()
|
H A D | mxl-gpy.c | 615 ret = phy_read(phydev, MII_STAT1000); in gpy_read_status()
|
H A D | motorcomm.c | 1210 lpagb = __phy_read(phydev, MII_STAT1000); in ytphy_utp_read_lpa()
|
H A D | micrel.c | 1606 regval = phy_read(phydev, MII_STAT1000); in ksz9031_read_status()
|
/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 231 glpa = phy_read(phy, MII_STAT1000); in genmii_read_link()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.c | 1971 ret_val = e1e_rphy(hw, MII_STAT1000, &phy_data); in e1000e_get_phy_info_m88() 2033 ret_val = e1e_rphy(hw, MII_STAT1000, &data); in e1000e_get_phy_info_igp() 3241 ret_val = e1e_rphy(hw, MII_STAT1000, &data); in e1000_get_phy_info_82577()
|
H A D | netdev.c | 1131 e1e_rphy(hw, MII_STAT1000, &phy_1000t_status); in e1000_print_hw_hang() 5061 ret_val |= e1e_rphy(hw, MII_STAT1000, &phy->stat1000); in e1000_phy_read_status() 6123 case MII_STAT1000: in e1000_mii_ioctl()
|
H A D | ethtool.c | 483 e1e_rphy(hw, MII_STAT1000, &phy_data); in e1000_get_regs()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477.c | 375 case MII_STAT1000: in ksz9477_r_phy()
|
/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 977 gigrec = mdio_read(ioaddr, phy_id, MII_STAT1000); in sis190_phy_task()
|
/linux/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 1508 mssr = mii_read (dev, phy_addr, MII_STAT1000); in mii_get_media()
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 2833 et131x_mii_read(adapter, MII_STAT1000, &tmp); in et131x_get_regs()
|
/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 1150 err = mii_read(np, np->phy_addr, MII_STAT1000); in link_status_mii() 1480 MII_STAT1000); in xcvr_diag_bcm870x()
|
/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 3439 status_1000 = mii_rw(dev, np->phyaddr, MII_STAT1000, MII_READ); in nv_update_linkspeed()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 1223 bnx2_read_phy(bp, MII_STAT1000, &remote_adv); in bnx2_copper_linkup()
|
H A D | tg3.c | 1681 if (!tg3_readphy(tp, MII_STAT1000, ®)) in tg3_phy_gather_ump_data() 4683 if (tg3_readphy(tp, MII_STAT1000, &val)) in tg3_phy_copper_fetch_rmtadv()
|