Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h36 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
H A Dvf.c81 IXGBE_WRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbevf_reset_hw_vf()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c718 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()
H A Dixgbe_e610.c3748 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_e610()