Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c331 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
332 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
Dixgbe_type.h1229 #define IXGBE_PHY_REVISION_MASK 0xFFFFFFF0 macro