Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1060 if ((autoc2 & IXGBE_AUTOC2_UPPER_MASK) != in ixgbe_reset_hw_82599()
1061 (hw->mac.orig_autoc2 & IXGBE_AUTOC2_UPPER_MASK)) { in ixgbe_reset_hw_82599()
1062 autoc2 &= ~IXGBE_AUTOC2_UPPER_MASK; in ixgbe_reset_hw_82599()
1064 IXGBE_AUTOC2_UPPER_MASK); in ixgbe_reset_hw_82599()
Dixgbe_type.h1871 #define IXGBE_AUTOC2_UPPER_MASK 0xFFFF0000 macro