Lines Matching refs:e1e_rphy
1127 e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_print_hw_hang()
1128 e1e_rphy(hw, MII_STAT1000, &phy_1000t_status); in e1000_print_hw_hang()
1129 e1e_rphy(hw, MII_ESTATUS, &phy_ext_status); in e1000_print_hw_hang()
3086 e1e_rphy(hw, PHY_REG(770, 26), &phy_data); in e1000_setup_rctl()
3091 e1e_rphy(hw, 22, &phy_data); in e1000_setup_rctl()
4188 e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &phy_data); in e1000e_reset()
5060 ret_val = e1e_rphy(hw, MII_BMCR, &phy->bmcr); in e1000_phy_read_status()
5061 ret_val |= e1e_rphy(hw, MII_BMSR, &phy->bmsr); in e1000_phy_read_status()
5062 ret_val |= e1e_rphy(hw, MII_ADVERTISE, &phy->advertise); in e1000_phy_read_status()
5063 ret_val |= e1e_rphy(hw, MII_LPA, &phy->lpa); in e1000_phy_read_status()
5064 ret_val |= e1e_rphy(hw, MII_EXPANSION, &phy->expansion); in e1000_phy_read_status()
5065 ret_val |= e1e_rphy(hw, MII_CTRL1000, &phy->ctrl1000); in e1000_phy_read_status()
5066 ret_val |= e1e_rphy(hw, MII_STAT1000, &phy->stat1000); in e1000_phy_read_status()
5067 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status()
5268 e1e_rphy(hw, MII_EXPANSION, &autoneg_exp); in e1000_watchdog_task()
6359 e1e_rphy(hw, HV_PM_CTRL, &phy_data); in e1000e_s0ix_entry_flow()
6367 e1e_rphy(hw, I217_CGFREG, &phy_data); in e1000e_s0ix_entry_flow()
6375 e1e_rphy(hw, CV_SMB_CTRL, &phy_data); in e1000e_s0ix_entry_flow()
6388 e1e_rphy(hw, I82579_DFT_CTRL, &phy_data); in e1000e_s0ix_entry_flow()
6577 e1e_rphy(hw, HV_PM_CTRL, &phy_data); in e1000e_s0ix_exit_flow()
6585 e1e_rphy(hw, I217_CGFREG, &phy_data); in e1000e_s0ix_exit_flow()
6593 e1e_rphy(hw, CV_SMB_CTRL, &phy_data); in e1000e_s0ix_exit_flow()
6940 e1e_rphy(&adapter->hw, BM_WUS, &phy_data); in __e1000_resume()