Searched refs:PHY_1000T_STATUS (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82541.c | 729 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_config_dsp_after_link_change_82541() 735 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change_82541()
|
H A D | e1000_defines.h | 1012 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
H A D | e1000_phy.c | 2671 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_phy_info_m88() 2737 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in e1000_get_phy_info_igp() 3986 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data); in e1000_get_phy_info_82577()
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_defines.h | 921 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 1657 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc.c | 599 (void) igc_read_phy_reg(&igc->igc_hw, PHY_1000T_STATUS, in igc_intr_lsc()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 5079 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000g_smartspeed() 5083 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000g_smartspeed() 6401 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000g_get_phy_state()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 426 case PHY_1000T_STATUS: in e82545_read_mdi()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 5115 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()
|