Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c879 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST; in ixgbe_reset_hw_82598()
887 if (!(ctrl & IXGBE_CTRL_RST)) in ixgbe_reset_hw_82598()
890 if (ctrl & IXGBE_CTRL_RST) { in ixgbe_reset_hw_82598()
H A Dixgbe_vf.c191 IXGBE_VFWRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbe_reset_hw_vf()
H A Dixgbe_x540.c235 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X540()
H A Dixgbe_type.h1487 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
1488 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST)
H A Dixgbe_82599.c1094 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_82599()
H A Dixgbe_x550.c2504 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X550em()