Searched refs:phy_id_low (Results 1 – 3 of 3) sorted by relevance
501 uint16_t phy_id_low = 0; in ixgbe_get_phy_id() local513 &phy_id_low); in ixgbe_get_phy_id()514 hw->phy.id |= (uint32_t)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()516 (uint32_t)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()519 phy_id_high, phy_id_low); in ixgbe_get_phy_id()
2247 uint16_t phy_id, phy_id_high, phy_id_low; in ngbe_check_internal_phy_id() local2253 ngbe_phy_read_reg(hw, NGBE_MDI_PHY_ID2_OFFSET, 0, &phy_id_low); in ngbe_check_internal_phy_id()2254 phy_id |= (phy_id_low & NGBE_MDI_PHY_ID_MASK) >> 10; in ngbe_check_internal_phy_id()
6015 uint16_t phy_id_high, phy_id_low; in em_match_gig_phy() local6025 ret_val = em_read_phy_reg(hw, PHY_ID2, &phy_id_low); in em_match_gig_phy()6029 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK); in em_match_gig_phy()6030 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in em_match_gig_phy()