Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1128 if (autoc2 & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_hw_82599()
1129 autoc2 &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_hw_82599()
2490 if (autoc2_reg & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_pipeline_82599()
2491 autoc2_reg &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_pipeline_82599()
H A Dixgbe_type.h2201 #define IXGBE_AUTOC2_LINK_DISABLE_MASK 0x70000000 macro