Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c428 u16 phy_id_low = 0; in ixgbe_get_phy_id() local
440 &phy_id_low); in ixgbe_get_phy_id()
441 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
442 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
445 phy_id_high, phy_id_low); in ixgbe_get_phy_id()