Home
last modified time | relevance | path

Searched refs:PHY_CONTROL (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c499 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl); in igc_copper_link_autoneg()
504 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl); in igc_copper_link_autoneg()
910 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg); in igc_power_up_phy_copper()
912 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg); in igc_power_up_phy_copper()
929 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg); in igc_power_down_phy_copper()
931 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg); in igc_power_down_phy_copper()
H A Digc_defines.h911 #define PHY_CONTROL 0x00 /* Control Register */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c1654 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl); in e1000_copper_link_autoneg()
1659 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl); in e1000_copper_link_autoneg()
1750 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data); in e1000_phy_force_speed_duplex_igp()
1756 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data); in e1000_phy_force_speed_duplex_igp()
1955 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &data); in e1000_phy_force_speed_duplex_ife()
1961 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, data); in e1000_phy_force_speed_duplex_ife()
3497 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg); in e1000_power_up_phy_copper()
3499 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg); in e1000_power_up_phy_copper()
3515 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg); in e1000_power_down_phy_copper()
3517 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg); in e1000_power_down_phy_copper()
[all …]
H A De1000_80003es2lan.c687 ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
696 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
H A De1000_defines.h1002 #define PHY_CONTROL 0x00 /* Control Register */ macro
H A De1000_ich8lan.c2694 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, in e1000_hv_phy_workarounds_ich8lan()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5112 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) { in e1000g_smartspeed()
5116 PHY_CONTROL, phy_ctrl); in e1000g_smartspeed()
5145 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) { in e1000g_smartspeed()
5148 (void) e1000_write_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()
5703 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_internal_loopback()
5706 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_internal_loopback()
5968 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_external_loopback_100()
5973 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_external_loopback_100()
6005 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_external_loopback_10()
[all …]
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c589 (void) igc_read_phy_reg(&igc->igc_hw, PHY_CONTROL, &igc->igc_phy_ctrl); in igc_intr_lsc()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3999 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl); in igb_set_internal_phy_loopback()
5108 (void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl); in igb_get_phy_state()