Searched refs:PHY_1000T_STATUS (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/ |
A D | pch_gbe_phy.c | 26 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc_defines.h | 616 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
A D | igc_main.c | 5534 if (!igc_read_phy_reg(hw, PHY_1000T_STATUS, in igc_watchdog_task()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | e1000_defines.h | 701 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
A D | e1000_phy.c | 1955 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in igb_get_phy_info_m88() 2021 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_igp() 2543 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in igb_get_phy_info_82580()
|
A D | igb_main.c | 5569 if (!igb_read_phy_reg(hw, PHY_1000T_STATUS, in igb_watchdog_task()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/ |
A D | e1000_hw.c | 3271 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info() 3362 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info() 5122 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_1000Mb_check_cable_length() 5128 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length()
|
A D | e1000_main.c | 3719 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 4689 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()
|
A D | e1000_ethtool.c | 403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
|
A D | e1000_hw.h | 2491 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
Completed in 77 milliseconds