Searched refs:IXGBE_AUTOC2_LINK_DISABLE_MASK (Results 1 – 2 of 2) sorted by relevance
1028 if (autoc2 & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_hw_82599()1029 autoc2 &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_hw_82599()2036 if (autoc2_reg & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_pipeline_82599()2037 autoc2_reg &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_pipeline_82599()
1878 #define IXGBE_AUTOC2_LINK_DISABLE_MASK 0x70000000 macro