Searched refs:PHY_1000T_STATUS (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_hw.c | 4199 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info() 4346 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info() 7045 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change() 7052 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change()
|
D | e1000_main.c | 3586 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { 4552 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status); 4554 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
|
D | e1000_ethtool.c | 458 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|
D | e1000_hw.h | 2569 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|