Searched refs:PHY_1000T_STATUS (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82541.c | 729 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_config_dsp_after_link_change_82541() 735 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change_82541()
|
H A D | e1000_defines.h | 1011 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
H A D | e1000_phy.c | 2670 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_phy_info_m88() 2736 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in e1000_get_phy_info_igp() 3985 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in e1000_get_phy_info_82577()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 1657 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 5037 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000g_smartspeed() 5041 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000g_smartspeed() 6359 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000g_get_phy_state()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 5070 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()
|