Searched refs:phy_id_low (Results 1 – 3 of 3) sorted by relevance
147 u16 phy_id_low = 0; in ngbe_get_phy_id() local156 &phy_id_low); in ngbe_get_phy_id()157 hw->phy.id |= (u32)(phy_id_low & NGBE_PHY_REVISION_MASK); in ngbe_get_phy_id()158 hw->phy.revision = (u32)(phy_id_low & ~NGBE_PHY_REVISION_MASK); in ngbe_get_phy_id()161 phy_id_high, phy_id_low); in ngbe_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()
179 u16 phy_id_low = 0; in txgbe_get_phy_id() local189 &phy_id_low); in txgbe_get_phy_id()190 hw->phy.id |= (u32)(phy_id_low & TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()191 hw->phy.revision = (u32)(phy_id_low & ~TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()194 phy_id_high, phy_id_low); in txgbe_get_phy_id()