Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h914 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A Digc_phy.c147 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igc_get_phy_id()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1005 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A De1000_82571.c493 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
H A De1000_phy.c237 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id()
H A De1000_ich8lan.c214 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg); in e1000_phy_is_accessible_pchlan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1650 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A De1000.c3093 if((ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low)))
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c432 case PHY_ID2: in e82545_read_mdi()