Searched refs:PHY_1000T_STATUS (Results 1 – 11 of 11) sorted by relevance
/drivers/net/igb/ |
D | e1000_defines.h | 584 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
D | e1000_phy.c | 1500 ret_val = hw->phy.ops.read_phy_reg(hw, PHY_1000T_STATUS, in igb_get_phy_info_m88() 1568 ret_val = hw->phy.ops.read_phy_reg(hw, PHY_1000T_STATUS, in igb_get_phy_info_igp()
|
D | igb_main.c | 3276 (!igb_read_phy_reg(hw, PHY_1000T_STATUS, in igb_update_stats()
|
/drivers/net/e1000e/ |
D | defines.h | 554 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
D | phy.c | 1575 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &phy_data); in e1000e_get_phy_info_m88() 1639 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data); in e1000e_get_phy_info_igp()
|
D | ethtool.c | 452 e1e_rphy(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|
D | netdev.c | 3382 ret_val |= e1e_rphy(hw, PHY_1000T_STATUS, &phy->stat1000); in e1000_phy_read_status()
|
/drivers/net/e1000/ |
D | e1000_main.c | 3638 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 4241 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4243 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
|
D | e1000_hw.c | 4161 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info() 4306 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info() 6942 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change() 6949 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change()
|
D | e1000_ethtool.c | 440 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|
D | e1000_hw.h | 2567 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|