Symbol: PHY_1000T_CTRL
usr/src/grub/grub-0.97/netboot/e1000.c
1657
if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1661
if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1666
if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1693
if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1908
if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &mii_1000t_ctrl_reg)))
usr/src/grub/grub-0.97/netboot/e1000.c
2021
if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, mii_1000t_ctrl_reg)))
usr/src/uts/common/io/e1000api/e1000_phy.c
1014
ret_val = hw->phy.ops.read_reg(hw, PHY_1000T_CTRL, &phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1039
return hw->phy.ops.write_reg(hw, PHY_1000T_CTRL, phy_data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1446
ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1451
ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1489
ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL,
usr/src/uts/common/io/e1000api/e1000_phy.c
1609
ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL,
usr/src/uts/common/io/e1000g/e1000g_main.c
4478
PHY_1000T_CTRL, &phydata);
usr/src/uts/common/io/e1000g/e1000g_main.c
4481
PHY_1000T_CTRL, phydata);
usr/src/uts/common/io/e1000g/e1000g_main.c
5089
(void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5101
PHY_1000T_CTRL, phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5135
(void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5137
(void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
6397
(void) e1000_read_phy_reg(hw, PHY_1000T_CTRL,
usr/src/uts/common/io/igb/igb_main.c
5108
(void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl);
usr/src/uts/common/io/igc/core/igc_phy.c
304
ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL,
usr/src/uts/common/io/igc/core/igc_phy.c
447
ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL,
usr/src/uts/common/io/igc/igc.c
597
(void) igc_read_phy_reg(&igc->igc_hw, PHY_1000T_CTRL,