HomeSort by: relevance | last modified time | path
    Searched defs:gheccr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 821 u32 gheccr; local in function:ixgbe_reset_hw_82598
912 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR);
913 gheccr &= ~((1 << 21) | (1 << 18) | (1 << 9) | (1 << 6));
914 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr);
ixgbe_82598.c 821 u32 gheccr; local in function:ixgbe_reset_hw_82598
912 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR);
913 gheccr &= ~((1 << 21) | (1 << 18) | (1 << 9) | (1 << 6));
914 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr);

Completed in 22 milliseconds