Symbol: PHY_STATUS
usr/src/cmd/bhyve/common/pci_e82545.c
419
case PHY_STATUS:
usr/src/grub/grub-0.97/netboot/e1000.c
1844
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
1846
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
2231
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg)))
usr/src/grub/grub-0.97/netboot/e1000.c
2233
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg)))
usr/src/grub/grub-0.97/netboot/e1000.c
2440
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
2442
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
2653
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
2655
if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data)))
usr/src/uts/common/io/e1000api/e1000_82543.c
802
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
usr/src/uts/common/io/e1000api/e1000_82543.c
806
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
usr/src/uts/common/io/e1000api/e1000_mac.c
1389
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
usr/src/uts/common/io/e1000api/e1000_mac.c
1392
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
2323
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/e1000api/e1000_phy.c
2326
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/e1000api/e1000_phy.c
2365
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/e1000api/e1000_phy.c
2376
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/e1000g/e1000g_main.c
6390
(void) e1000_read_phy_reg(hw, PHY_STATUS, &Adapter->phy_status);
usr/src/uts/common/io/igb/igb_gld.c
1323
(void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igb/igb_gld.c
1335
(void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igb/igb_gld.c
1347
(void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igb/igb_gld.c
1358
(void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igb/igb_gld.c
1368
(void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igb/igb_main.c
5104
(void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igc/core/igc_mac.c
728
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
usr/src/uts/common/io/igc/core/igc_mac.c
731
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
usr/src/uts/common/io/igc/core/igc_phy.c
774
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igc/core/igc_phy.c
777
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igc/core/igc_phy.c
816
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igc/core/igc_phy.c
827
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
usr/src/uts/common/io/igc/igc.c
590
(void) igc_read_phy_reg(&igc->igc_hw, PHY_STATUS, &igc->igc_phy_status);