Home
last modified time | relevance | path

Searched refs:e_BmExceptions (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
HDbm_ext.h78 typedef enum e_BmExceptions { enum
83 } e_BmExceptions; typedef
104 e_BmExceptions exception);
257 t_Error BM_SetException(t_Handle h_Bm, e_BmExceptions exception, bool enable);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
HDbm.c52 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable);
646 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_ConfigException()
727 t_Error BM_SetException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_SetException()
/freebsd-11-stable/sys/dev/dpaa/
HDbman.c53 bman_exception(t_Handle h_App, e_BmExceptions exception) in bman_exception()