Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1155 if ((autoc2 & IXGBE_AUTOC2_UPPER_MASK) != in ixgbe_reset_hw_82599()
1156 (hw->mac.orig_autoc2 & IXGBE_AUTOC2_UPPER_MASK)) { in ixgbe_reset_hw_82599()
1157 autoc2 &= ~IXGBE_AUTOC2_UPPER_MASK; in ixgbe_reset_hw_82599()
1159 IXGBE_AUTOC2_UPPER_MASK); in ixgbe_reset_hw_82599()
H A Dixgbe_type.h2067 #define IXGBE_AUTOC2_UPPER_MASK 0xFFFF0000 macro