Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h1626 #define IXGBE_EICR_ECC 0x10000000 /* ECC Error */ macro
1644 #define IXGBE_EICS_ECC IXGBE_EICR_ECC /* ECC Error */
1663 #define IXGBE_EIMS_ECC IXGBE_EICR_ECC /* ECC Error */
1681 #define IXGBE_EIMC_ECC IXGBE_EICR_ECC /* ECC Error */
Dixgbe_main.c3106 if (eicr & IXGBE_EICR_ECC) { in ixgbe_msix_other()
3110 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_msix_other()
3344 if (eicr & IXGBE_EICR_ECC) { in ixgbe_intr()
3348 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_intr()