Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c462 u16 phy_id_lo; in ixgbe_get_phy_id_fw() local
480 phy_id_lo = info[1] & FW_PHY_INFO_ID_LO_MASK; in ixgbe_get_phy_id_fw()
481 hw->phy.id |= phy_id_lo & IXGBE_PHY_REVISION_MASK; in ixgbe_get_phy_id_fw()
482 hw->phy.revision = phy_id_lo & ~IXGBE_PHY_REVISION_MASK; in ixgbe_get_phy_id_fw()