Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c37 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Register */ macro
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_defines.h698 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
De1000_phy.c1954 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()
Digb_main.c5339 if (!igb_read_phy_reg(hw, PHY_1000T_STATUS, in igb_watchdog_task()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000_hw.c3279 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_igp_get_info()
3370 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_phy_m88_get_info()
5144 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_1000Mb_check_cable_length()
5150 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length()
De1000_main.c3724 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
4688 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
4691 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
De1000_ethtool.c403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
De1000_hw.h2491 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro