Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c26 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h694 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
H A Digc_main.c5917 if (!igc_read_phy_reg(hw, PHY_1000T_STATUS, in igc_watchdog_task()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h701 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
H A 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()
2541 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_82580()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3722 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
4700 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
4703 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
H A De1000_hw.h2488 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro