Home
last modified time | relevance | path

Searched refs:IXGBE_CTRL_RST_MASK (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c232 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_X540()
236 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c1093 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_82599()
1097 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_82599()
H A Dixgbe_x550.c1612 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_X550em()
1616 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_X550em()
H A Dixgbe_type.h1342 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST) macro