Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_82541.c729 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 De1000_defines.h1011 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
H A De1000_phy.c2670 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 De1000_hw.h1657 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5037 (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 Digb_main.c5070 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()