Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_type.h1978 #define IXGBE_EICR_ECC 0x10000000 /* ECC Error */ macro
2012 #define IXGBE_EICS_ECC IXGBE_EICR_ECC /* ECC Error */
2034 #define IXGBE_EIMS_ECC IXGBE_EICR_ECC /* ECC Error */
2055 #define IXGBE_EIMC_ECC IXGBE_EICR_ECC /* ECC Error */
H A Dif_ix.c2608 if (eicr & IXGBE_EICR_ECC) { in ixgbe_msix_link()
2613 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_msix_link()