Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h226 #define FMAN_CATASTROPHIC_ERR_TRANS(fsl_catastrophic_err, _catastrophic_err) \ argument
229 fsl_catastrophic_err = E_FMAN_CATAST_ERR_STALL_PORT; break; \
231 fsl_catastrophic_err = E_FMAN_CATAST_ERR_STALL_TASK; break; \
233 fsl_catastrophic_err = E_FMAN_CATAST_ERR_STALL_PORT; break; \
H A Dfm_ncsw.c3997 enum fman_catastrophic_err fsl_catastrophic_err; in FM_ConfigCatastrophicErr() local
4003 FMAN_CATASTROPHIC_ERR_TRANS(fsl_catastrophic_err, catastrophicErr); in FM_ConfigCatastrophicErr()
4004 p_Fm->p_FmDriverParam->catastrophic_err = fsl_catastrophic_err; in FM_ConfigCatastrophicErr()