Searched refs:PHY_1000T_STATUS (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_defines.h | 677 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
D | e1000_phy.c | 1953 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in igb_get_phy_info_m88() 2019 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_igp() 2363 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_82580()
|
/linux-4.1.27/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() 5170 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_1000Mb_check_cable_length() 5176 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length()
|
D | e1000_main.c | 3736 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 4690 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4692 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()
|