Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_82598.c815 u32 gheccr; in ixgbe_reset_hw_82598() local
907 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
908 gheccr &= ~((1 << 21) | (1 << 18) | (1 << 9) | (1 << 6)); in ixgbe_reset_hw_82598()
909 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()