Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_x540.c245 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_X540()
249 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c1097 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_82599()
1101 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_82599()
H A Dixgbe_x550.c2513 if (!(ctrl & IXGBE_CTRL_RST_MASK)) in ixgbe_reset_hw_X550em()
2517 if (ctrl & IXGBE_CTRL_RST_MASK) { in ixgbe_reset_hw_X550em()
H A Dixgbe_type.h1451 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST) macro