Lines Matching refs:e1e_rphy
1136 e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_print_hw_hang()
1137 e1e_rphy(hw, MII_STAT1000, &phy_1000t_status); in e1000_print_hw_hang()
1138 e1e_rphy(hw, MII_ESTATUS, &phy_ext_status); in e1000_print_hw_hang()
3085 e1e_rphy(hw, PHY_REG(770, 26), &phy_data); in e1000_setup_rctl()
3090 e1e_rphy(hw, 22, &phy_data); in e1000_setup_rctl()
4127 e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &phy_data); in e1000e_reset()
4961 ret_val = e1e_rphy(hw, MII_BMCR, &phy->bmcr); in e1000_phy_read_status()
4962 ret_val |= e1e_rphy(hw, MII_BMSR, &phy->bmsr); in e1000_phy_read_status()
4963 ret_val |= e1e_rphy(hw, MII_ADVERTISE, &phy->advertise); in e1000_phy_read_status()
4964 ret_val |= e1e_rphy(hw, MII_LPA, &phy->lpa); in e1000_phy_read_status()
4965 ret_val |= e1e_rphy(hw, MII_EXPANSION, &phy->expansion); in e1000_phy_read_status()
4966 ret_val |= e1e_rphy(hw, MII_CTRL1000, &phy->ctrl1000); in e1000_phy_read_status()
4967 ret_val |= e1e_rphy(hw, MII_STAT1000, &phy->stat1000); in e1000_phy_read_status()
4968 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status()
5150 e1e_rphy(hw, MII_EXPANSION, &autoneg_exp); in e1000_watchdog_task()
6520 e1e_rphy(&adapter->hw, BM_WUS, &phy_data); in __e1000_resume()