Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.h73 #define DEFAULT_exceptions (FM_MACSEC_SECY_EX_FRAME_DISCARDED) macro
H A Dfm_macsec_master.h95 #define DEFAULT_exceptions (FM_MACSEC_EX_TX_SC(0) |\ macro
H A Dfm_macsec_secy.c227 p_FmMacsecSecY->exceptions = DEFAULT_exceptions; in FM_MACSEC_SECY_Config()
H A Dfm_macsec_master.c1003 p_FmMacsec->exceptions = DEFAULT_exceptions; in FM_MACSEC_MASTER_Config()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.h51 #define DEFAULT_exceptions \ macro
H A Ddtsec.h50 #define DEFAULT_exceptions \ macro
H A Dtgec.c968 p_Tgec->exceptions = DEFAULT_exceptions; in TGEC_Config()
H A Ddtsec.c1454 p_Dtsec->exceptions = DEFAULT_exceptions; in DTSEC_Config()
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.h83 #define DEFAULT_exceptions (BM_EX_INVALID_COMMAND |\ macro
H A Dbm.c486 p_Bm->exceptions = DEFAULT_exceptions; in BM_Config()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.h118 #define DEFAULT_exceptions ((uint32_t)(QM_EX_CORENET_INITIATOR_DATA … macro
H A Dqm.c695 p_Qm->exceptions = DEFAULT_exceptions; in QM_Config()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h265 #define DEFAULT_exceptions (FM_EX_DMA_BUS_ERROR |\ macro
H A Dfm_ncsw.c3406 p_Fm->p_FmStateStruct->exceptions = DEFAULT_exceptions; in FM_Config()