Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.c116 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()
H A Dfm_macsec_master.h465 uint32_t userExceptions; member