Lines Matching refs:e1e_rphy
1123 e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_print_hw_hang()
1124 e1e_rphy(hw, MII_STAT1000, &phy_1000t_status); in e1000_print_hw_hang()
1125 e1e_rphy(hw, MII_ESTATUS, &phy_ext_status); in e1000_print_hw_hang()
3077 e1e_rphy(hw, PHY_REG(770, 26), &phy_data); in e1000_setup_rctl()
3082 e1e_rphy(hw, 22, &phy_data); in e1000_setup_rctl()
4167 e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &phy_data); in e1000e_reset()
5039 ret_val = e1e_rphy(hw, MII_BMCR, &phy->bmcr); in e1000_phy_read_status()
5040 ret_val |= e1e_rphy(hw, MII_BMSR, &phy->bmsr); in e1000_phy_read_status()
5041 ret_val |= e1e_rphy(hw, MII_ADVERTISE, &phy->advertise); in e1000_phy_read_status()
5042 ret_val |= e1e_rphy(hw, MII_LPA, &phy->lpa); in e1000_phy_read_status()
5043 ret_val |= e1e_rphy(hw, MII_EXPANSION, &phy->expansion); in e1000_phy_read_status()
5044 ret_val |= e1e_rphy(hw, MII_CTRL1000, &phy->ctrl1000); in e1000_phy_read_status()
5045 ret_val |= e1e_rphy(hw, MII_STAT1000, &phy->stat1000); in e1000_phy_read_status()
5046 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status()
5230 e1e_rphy(hw, MII_EXPANSION, &autoneg_exp); in e1000_watchdog_task()
6589 e1e_rphy(&adapter->hw, BM_WUS, &phy_data); in __e1000_resume()