Home
last modified time | relevance | path

Searched refs:PHY_ID1 (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h913 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
H A Digc_phy.c141 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in igc_get_phy_id()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1004 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
H A De1000_82571.c487 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
H A De1000_82575.c726 ret_val = e1000_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82575()
H A De1000_phy.c231 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id()
H A De1000_ich8lan.c209 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg); in e1000_phy_is_accessible_pchlan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1649 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
H A De1000.c3088 if((ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high)))
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c430 case PHY_ID1: in e82545_read_mdi()