Home
last modified time | relevance | path

Searched refs:PHY_1000T_STATUS (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c37 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_defines.h677 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
De1000_phy.c1953 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/
De1000_hw.c3303 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()
De1000_main.c3736 (!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()
De1000_hw.h2516 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
De1000_ethtool.c424 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()