Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c247 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_X540()
251 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c1120 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_82599()
1124 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_82599()
H A Dixgbe_x550.c2455 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_X550em()
2459 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_X550em()
H A Dixgbe_type.h1544 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST) macro