Home
last modified time | relevance | path

Searched refs:phy_id_low (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c434 u16 phy_id_low = 0; in ixgbe_get_phy_id() local
446 &phy_id_low); in ixgbe_get_phy_id()
447 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
448 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
451 phy_id_high, phy_id_low); in ixgbe_get_phy_id()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c3082 uint16_t phy_id_high, phy_id_low; local
3093 if((ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low)))
3096 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK);
3098 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK;