Searched refs:e_FmMacExceptions (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_mac_ext.h | 69 typedef enum e_FmMacExceptions { enum 108 } e_FmMacExceptions; typedef 146 typedef void (t_FmMacExceptionCallback)(t_Handle h_App, e_FmMacExceptions exceptions); 424 t_Error FM_MAC_ConfigException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable); 619 t_Error FM_MAC_SetException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | fm_mac.h | 84 t_Error (*f_FM_MAC_ConfigException) (t_Handle h_FmMac, e_FmMacExceptions, bool enable); 90 t_Error (*f_FM_MAC_SetException) (t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
|
H A D | fm_mac.c | 241 t_Error FM_MAC_ConfigException (t_Handle h_FmMac, e_FmMacExceptions ex, bool enable) in FM_MAC_ConfigException() 422 t_Error FM_MAC_SetException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable) in FM_MAC_SetException()
|
H A D | tgec.c | 292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecConfigException() 675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecSetExcpetion()
|
H A D | memac.c | 412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacConfigException() 779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacSetException()
|
H A D | dtsec.c | 537 static t_Error DtsecConfigException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecConfigException() 1159 static t_Error DtsecSetException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecSetException()
|
/freebsd/sys/dev/dpaa/ |
H A D | if_dtsec.c | 139 dtsec_fm_mac_ex_to_str(e_FmMacExceptions exception) in dtsec_fm_mac_ex_to_str() 155 e_FmMacExceptions exception) in dtsec_fm_mac_mdio_event_callback() 165 dtsec_fm_mac_exception_callback(t_Handle app, e_FmMacExceptions exception) in dtsec_fm_mac_exception_callback()
|