Home
last modified time | relevance | path

Searched refs:e1000_read_phy_reg (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c875 (void) e1000_read_phy_reg(hw, HV_SCC_UPPER, &phy_high); in e1000g_read_phy_stat()
876 (void) e1000_read_phy_reg(hw, HV_SCC_LOWER, &phy_low); in e1000g_read_phy_stat()
881 (void) e1000_read_phy_reg(hw, HV_MCC_UPPER, &phy_high); in e1000g_read_phy_stat()
882 (void) e1000_read_phy_reg(hw, HV_MCC_LOWER, &phy_low); in e1000g_read_phy_stat()
888 (void) e1000_read_phy_reg(hw, HV_ECOL_LOWER, &phy_low); in e1000g_read_phy_stat()
899 (void) e1000_read_phy_reg(hw, HV_LATECOL_UPPER, in e1000g_read_phy_stat()
901 (void) e1000_read_phy_reg(hw, HV_LATECOL_LOWER, in e1000g_read_phy_stat()
907 (void) e1000_read_phy_reg(hw, HV_DC_UPPER, &phy_high); in e1000g_read_phy_stat()
908 (void) e1000_read_phy_reg(hw, HV_DC_LOWER, &phy_low); in e1000g_read_phy_stat()
913 (void) e1000_read_phy_reg(hw, HV_TNCRS_UPPER, in e1000g_read_phy_stat()
[all …]
H A De1000g_main.c4477 (void) e1000_read_phy_reg(hw, in e1000g_link_check()
5112 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) { in e1000g_smartspeed()
5145 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) { in e1000g_smartspeed()
5689 (void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl); in e1000g_set_internal_loopback()
5735 (void) e1000_read_phy_reg(hw, PHY_REG(2, 21), &phy_reg); in e1000g_set_internal_loopback()
6393 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000g_get_phy_state()
6395 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_EXP, in e1000g_get_phy_state()
6397 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, in e1000g_get_phy_state()
6399 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, in e1000g_get_phy_state()
6401 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000g_get_phy_state()
[all …]
H A De1000g_osdep.c91 (void) e1000_read_phy_reg(hw, offset, &reg); in phy_spd_state()
H A De1000g_rx.c334 (void) e1000_read_phy_reg(hw, PHY_REG(770, 26), &phy_data); in e1000g_rx_setup()
340 (void) e1000_read_phy_reg(hw, 22, &phy_data); in e1000g_rx_setup()
H A De1000g_debug.c245 stat = e1000_read_phy_reg(hw, offset[i], &value); in phy_dump()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1647 if((ret_val = e1000_read_phy_reg(hw,
1657 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
1666 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
1812 if((ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data)))
1903 if((ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV,
2243 if((ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV,
2246 if((ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY,
2490 if((ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY,
2813 e1000_read_phy_reg(struct e1000_hw *hw, function
3057 if((ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data)))
[all …]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1310 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, in igb_m_propinfo()
1323 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status); in igb_m_propinfo()
1335 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status); in igb_m_propinfo()
1347 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status); in igb_m_propinfo()
1358 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status); in igb_m_propinfo()
1368 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status); in igb_m_propinfo()
H A Digb_main.c4002 (void) e1000_read_phy_reg(hw, 0x10, &phy_pconf); in igb_set_internal_phy_loopback()
5108 (void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl); in igb_get_phy_state()
5109 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status); in igb_get_phy_state()
5110 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv); in igb_get_phy_state()
5111 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_EXP, &phy_an_exp); in igb_get_phy_state()
5112 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status); in igb_get_phy_state()
5113 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()
5114 (void) e1000_read_phy_reg(hw, in igb_get_phy_state()
5116 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able); in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h87 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data);
H A De1000_api.c1055 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg() function