Searched refs:IXGBE_CTRL_RST (Results 1 – 7 of 7) sorted by relevance
49 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
84 IXGBE_WRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbevf_reset_hw_vf()
765 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST; in ixgbe_reset_hw_82598()773 if (!(ctrl & IXGBE_CTRL_RST)) in ixgbe_reset_hw_82598()776 if (ctrl & IXGBE_CTRL_RST) { in ixgbe_reset_hw_82598()
104 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X540()
1101 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro1102 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST)
1300 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X550em()
1133 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_82599()