Searched refs:PHY_1000T_STATUS (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_phy.c | 26 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_defines.h | 641 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
H A D | igc_main.c | 5767 if (!igc_read_phy_reg(hw, PHY_1000T_STATUS, in igc_watchdog_task()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_defines.h | 701 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
H A 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() 2541 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_82580()
|
H A D | igb_main.c | 5630 if (!igb_read_phy_reg(hw, PHY_1000T_STATUS, in igb_watchdog_task()
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 3271 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info() 3358 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info() 5116 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_1000Mb_check_cable_length() 5122 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length()
|
H A D | e1000_hw.h | 2488 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
H A D | e1000_ethtool.c | 403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|