Searched refs:phy_id_low (Results 1 – 2 of 2) sorted by relevance
172 u16 phy_id_low = 0; in txgbe_get_phy_id() local184 &phy_id_low); in txgbe_get_phy_id()185 hw->phy.id |= (u32)(phy_id_low & TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()186 hw->phy.revision = (u32)(phy_id_low & ~TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()189 phy_id_high, phy_id_low); in txgbe_get_phy_id()
398 u16 phy_id_low = 0; in ixgbe_get_phy_id() local410 &phy_id_low); in ixgbe_get_phy_id()411 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()412 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()415 phy_id_high, phy_id_low); in ixgbe_get_phy_id()