Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.c109 uint8_t eccType; in MacsecErrorIsr() local
114 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()