Searched refs:e_CommMode (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_mac_ext.h | 453 t_Error FM_MAC_Enable(t_Handle h_FmMac, e_CommMode mode); 467 t_Error FM_MAC_Disable(t_Handle h_FmMac, e_CommMode mode);
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ncsw_ext.h | 221 typedef enum e_CommMode enum 227 } e_CommMode; typedef
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | fm_mac.h | 92 t_Error (*f_FM_MAC_Enable) (t_Handle h_FmMac, e_CommMode mode); 93 t_Error (*f_FM_MAC_Disable) (t_Handle h_FmMac, e_CommMode mode);
|
H A D | fm_mac.c | 276 t_Error FM_MAC_Enable (t_Handle h_FmMac, e_CommMode mode) in FM_MAC_Enable() 290 t_Error FM_MAC_Disable (t_Handle h_FmMac, e_CommMode mode) in FM_MAC_Disable()
|
H A D | dtsec.c | 386 static t_Error GracefulStop(t_Dtsec *p_Dtsec, e_CommMode mode) in GracefulStop() 427 static t_Error GracefulRestart(t_Dtsec *p_Dtsec, e_CommMode mode) in GracefulRestart() 579 static t_Error DtsecEnable(t_Handle h_Dtsec, e_CommMode mode) in DtsecEnable() 597 static t_Error DtsecDisable (t_Handle h_Dtsec, e_CommMode mode) in DtsecDisable()
|
H A D | tgec.c | 187 static t_Error TgecEnable(t_Handle h_Tgec, e_CommMode mode) in TgecEnable() 201 static t_Error TgecDisable (t_Handle h_Tgec, e_CommMode mode) in TgecDisable()
|
H A D | memac.c | 275 static t_Error MemacEnable(t_Handle h_Memac, e_CommMode mode) in MemacEnable() 289 static t_Error MemacDisable (t_Handle h_Memac, e_CommMode mode) in MemacDisable()
|