Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82541.c729 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 De1000_defines.h1012 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
H A De1000_phy.c2671 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 Digc_defines.h921 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1657 #define PHY_1000T_STATUS 0x0A /* 1000Base-T Status Reg */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c599 (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 De1000g_main.c5079 (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/
H A Dpci_e82545.c427 case PHY_1000T_STATUS: in e82545_read_mdi()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5115 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()