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.h1921 #define IXGBE_EICR_ECC 0x10000000 /* ECC Error */ macro
1955 #define IXGBE_EICS_ECC IXGBE_EICR_ECC /* ECC Error */
1977 #define IXGBE_EIMS_ECC IXGBE_EICR_ECC /* ECC Error */
1998 #define IXGBE_EIMC_ECC IXGBE_EICR_ECC /* ECC Error */
H A Dif_ix.c2564 if (eicr & IXGBE_EICR_ECC) { in ixgbe_msix_link()
2569 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_msix_link()