Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_phy.c445 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
446 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
Dixgbe_x550.c569 hw->phy.id |= phy_id_lo & IXGBE_PHY_REVISION_MASK; in ixgbe_get_phy_id_fw()
570 hw->phy.revision = phy_id_lo & ~IXGBE_PHY_REVISION_MASK; in ixgbe_get_phy_id_fw()
571 if (!hw->phy.id || hw->phy.id == IXGBE_PHY_REVISION_MASK) in ixgbe_get_phy_id_fw()
Dixv_type.h1627 #define IXGBE_PHY_REVISION_MASK 0xFFFFFFF0 macro
Dixgbe_type.h1617 #define IXGBE_PHY_REVISION_MASK 0xFFFFFFF0 macro