Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c433 u16 phy_id_high = 0; in ixgbe_get_phy_id() local
440 &phy_id_high); in ixgbe_get_phy_id()
443 hw->phy.id = (u32)(phy_id_high << 16); 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
3088 if((ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high)))
3091 hw->phy_id = (uint32_t) (phy_id_high << 16);