Searched refs:PHY_1000T_STATUS (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
D | igc_defines.h | 466 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
D | igc_main.c | 4290 if (!igc_read_phy_reg(hw, PHY_1000T_STATUS, in igc_watchdog_task()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_phy.c | 26 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | e1000_defines.h | 701 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
D | e1000_phy.c | 1954 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in igb_get_phy_info_m88() 2020 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_igp() 2542 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_82580()
|
D | igb_main.c | 5507 if (!igb_read_phy_reg(hw, PHY_1000T_STATUS, in igb_watchdog_task()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 3270 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info() 3361 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info() 5121 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_1000Mb_check_cable_length() 5127 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length()
|
D | e1000_main.c | 3719 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 4691 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4694 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
|
D | e1000_ethtool.c | 403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|
D | e1000_hw.h | 2491 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|