Searched refs:eccType (Results 1 – 1 of 1) sorted by relevance
109 uint8_t eccType; in MacsecErrorIsr() local114 eccType = (uint8_t)((tmpReg & MECC_CET) >> MECC_CET_SHIFT); in MacsecErrorIsr()116 if (!eccType && (p_FmMacsec->userExceptions & FM_MACSEC_USER_EX_SINGLE_BIT_ECC)) in MacsecErrorIsr()118 else if (eccType && (p_FmMacsec->userExceptions & FM_MACSEC_USER_EX_MULTI_BIT_ECC)) in MacsecErrorIsr()