Searched refs:PHY_1000T_STATUS (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
| D | pch_gbe_phy.c | 37 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
|
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ |
| D | e1000_defines.h | 682 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
| D | e1000_phy.c | 1952 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in igb_get_phy_info_m88() 2018 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_igp() 2446 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_82580()
|
| /linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
| D | e1000_hw.c | 3303 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info() 3394 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info() 5162 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_1000Mb_check_cable_length() 5168 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length()
|
| D | e1000_main.c | 3731 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 4685 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4687 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
|
| D | e1000_hw.h | 2516 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
| D | e1000_ethtool.c | 424 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|