Searched refs:IXGBE_CTRL_RST (Results 1 – 4 of 4) sorted by relevance
36 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
81 IXGBE_WRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbevf_reset_hw_vf()
718 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST; in ixgbe_reset_hw_82598()726 if (!(ctrl & IXGBE_CTRL_RST)) in ixgbe_reset_hw_82598()730 if (ctrl & IXGBE_CTRL_RST) { in ixgbe_reset_hw_82598()
3748 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_e610()