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()
3073 e1e_rphy(hw, PHY_REG(770, 26), &phy_data); in e1000_setup_rctl()
3078 e1e_rphy(hw, 22, &phy_data); in e1000_setup_rctl()
4164 e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &phy_data); in e1000e_reset()
5015 ret_val = e1e_rphy(hw, MII_BMCR, &phy->bmcr); in e1000_phy_read_status()
5016 ret_val |= e1e_rphy(hw, MII_BMSR, &phy->bmsr); in e1000_phy_read_status()
5017 ret_val |= e1e_rphy(hw, MII_ADVERTISE, &phy->advertise); in e1000_phy_read_status()
5018 ret_val |= e1e_rphy(hw, MII_LPA, &phy->lpa); in e1000_phy_read_status()
5019 ret_val |= e1e_rphy(hw, MII_EXPANSION, &phy->expansion); in e1000_phy_read_status()
5020 ret_val |= e1e_rphy(hw, MII_CTRL1000, &phy->ctrl1000); in e1000_phy_read_status()
5021 ret_val |= e1e_rphy(hw, MII_STAT1000, &phy->stat1000); in e1000_phy_read_status()
5022 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status()
5204 e1e_rphy(hw, MII_EXPANSION, &autoneg_exp); in e1000_watchdog_task()
6567 e1e_rphy(&adapter->hw, BM_WUS, &phy_data); in __e1000_resume()