Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Dif_dtsec.h132 e_FmPortExceptions exception);
134 e_FmPortExceptions exception);
H A Dif_dtsec.c246 dtsec_fm_port_ex_to_str(e_FmPortExceptions exception) in dtsec_fm_port_ex_to_str()
259 e_FmPortExceptions exception) in dtsec_fm_port_rx_exception_callback()
270 e_FmPortExceptions exception) in dtsec_fm_port_tx_exception_callback()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h114 typedef enum e_FmPortExceptions { enum
116 } e_FmPortExceptions; typedef
182 typedef void (t_FmPortExceptionCallback) (t_Handle h_App, e_FmPortExceptions exception);
2069 t_Error FM_PORT_SetIMExceptions(t_Handle h_FmPort, e_FmPortExceptions exception, bool enable);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c572 t_Error FM_PORT_SetIMExceptions(t_Handle h_FmPort, e_FmPortExceptions exception, bool enable) in FM_PORT_SetIMExceptions()