Home
last modified time | relevance | path

Searched refs:IXGBE_CTRL_RST (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c878 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST; in ixgbe_reset_hw_82598()
886 if (!(ctrl & IXGBE_CTRL_RST)) in ixgbe_reset_hw_82598()
889 if (ctrl & IXGBE_CTRL_RST) { in ixgbe_reset_hw_82598()
H A Dixgbe_vf.c193 IXGBE_VFWRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbe_reset_hw_vf()
H A Dixgbe_x540.c223 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X540()
H A Dixgbe_type.h1341 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
1342 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST)
H A Dixgbe_82599.c1082 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_82599()
H A Dixgbe_x550.c1601 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X550em()