Searched refs:IXGBE_CTRL_RST (Results 1 – 7 of 7) sorted by relevance
32 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
81 IXGBE_WRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbevf_reset_hw_vf()
717 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST; in ixgbe_reset_hw_82598()725 if (!(ctrl & IXGBE_CTRL_RST)) in ixgbe_reset_hw_82598()729 if (ctrl & IXGBE_CTRL_RST) { in ixgbe_reset_hw_82598()
90 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X540()
1252 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro1253 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST)
960 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_82599()
3498 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X550em()