Searched refs:userExceptions (Results 1 – 2 of 2) sorted by relevance
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()161 if (!p_FmMacsec->userExceptions) in MacsecInit()341 p_FmMacsec->userExceptions |= bitMask; in MacsecConfigException()343 p_FmMacsec->userExceptions &= ~bitMask; in MacsecConfigException()405 p_FmMacsec->userExceptions |= bitMask; in MacsecSetException()407 p_FmMacsec->userExceptions &= ~bitMask; in MacsecSetException()412 if (!p_FmMacsec->userExceptions) in MacsecSetException()1002 p_FmMacsec->userExceptions = DEFAULT_userExceptions; in FM_MACSEC_MASTER_Config()
465 uint32_t userExceptions; member