Symbol: PHY_CONTROL
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
687
ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
696
ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2694
ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000api/e1000_phy.c
1654
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
usr/src/uts/common/io/e1000api/e1000_phy.c
1659
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/e1000api/e1000_phy.c
1750
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1756
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1835
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1841
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1955
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1961
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, data);
usr/src/uts/common/io/e1000api/e1000_phy.c
2828
ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
usr/src/uts/common/io/e1000api/e1000_phy.c
2833
ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/e1000api/e1000_phy.c
3497
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
3499
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
3515
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
3517
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
3840
hw->phy.ops.read_reg(hw, PHY_CONTROL, &data);
usr/src/uts/common/io/e1000api/e1000_phy.c
3910
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
3916
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
usr/src/uts/common/io/e1000g/e1000g_main.c
5110
!e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) {
usr/src/uts/common/io/e1000g/e1000g_main.c
5114
PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5143
!e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) {
usr/src/uts/common/io/e1000g/e1000g_main.c
5146
(void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5687
(void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5701
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5704
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5759
(void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl | MII_CR_LOOPBACK);
usr/src/uts/common/io/e1000g/e1000g_main.c
5966
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5971
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
6003
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
6008
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
6389
(void) e1000_read_phy_reg(hw, PHY_CONTROL, &Adapter->phy_ctrl);
usr/src/uts/common/io/igb/igb_main.c
3997
(void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/igb/igb_main.c
5103
(void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl);
usr/src/uts/common/io/igc/core/igc_phy.c
499
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
usr/src/uts/common/io/igc/core/igc_phy.c
504
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/igc/core/igc_phy.c
910
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
usr/src/uts/common/io/igc/core/igc_phy.c
912
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
usr/src/uts/common/io/igc/core/igc_phy.c
929
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
usr/src/uts/common/io/igc/core/igc_phy.c
931
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
usr/src/uts/common/io/igc/igc.c
589
(void) igc_read_phy_reg(&igc->igc_hw, PHY_CONTROL, &igc->igc_phy_ctrl);