Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h1600 #define IXGBE_EICR_ECC 0x10000000 /* ECC Error */ macro
1618 #define IXGBE_EICS_ECC IXGBE_EICR_ECC /* ECC Error */
1637 #define IXGBE_EIMS_ECC IXGBE_EICR_ECC /* ECC Error */
1655 #define IXGBE_EIMC_ECC IXGBE_EICR_ECC /* ECC Error */
Dixgbe_main.c2711 if (eicr & IXGBE_EICR_ECC) { in ixgbe_msix_other()
2715 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_msix_other()
2936 if (eicr & IXGBE_EICR_ECC) { in ixgbe_intr()
2940 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_intr()