Lines Matching refs:t_Error
57 static t_Error CheckInitParameters(t_Tgec *p_Tgec) in CheckInitParameters()
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()
215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) in TgecSetPromiscuous()
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal) in TgecConfigLoopback()
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal) in TgecConfigWan()
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) in TgecConfigMaxFrameLength()
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) in TgecConfigLengthCheck()
292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecConfigException()
317 static t_Error TgecConfigSkipFman11Workaround(t_Handle h_Tgec) in TgecConfigSkipFman11Workaround()
337 static t_Error TgecTxMacPause(t_Handle h_Tgec, uint16_t pauseTime) in TgecTxMacPause()
351 static t_Error TgecSetTxPauseFrames(t_Handle h_Tgec, in TgecSetTxPauseFrames()
370 static t_Error TgecRxIgnoreMacPause(t_Handle h_Tgec, bool en) in TgecRxIgnoreMacPause()
384 static t_Error TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics) in TgecGetStatistics()
441 static t_Error TgecEnable1588TimeStamp(t_Handle h_Tgec) in TgecEnable1588TimeStamp()
455 static t_Error TgecDisable1588TimeStamp(t_Handle h_Tgec) in TgecDisable1588TimeStamp()
469 static t_Error TgecModifyMacAddress (t_Handle h_Tgec, t_EnetAddr *p_EnetAddr) in TgecModifyMacAddress()
484 static t_Error TgecResetCounters (t_Handle h_Tgec) in TgecResetCounters()
498 static t_Error TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecAddExactMatchMacAddress()
543 static t_Error TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecDelExactMatchMacAddress()
575 static t_Error TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecAddHashMacAddress()
610 static t_Error TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecDelHashMacAddress()
647 static t_Error TgecGetId(t_Handle h_Tgec, uint32_t *macId) in TgecGetId()
661 static t_Error TgecGetVersion(t_Handle h_Tgec, uint32_t *macVersion) in TgecGetVersion()
675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecSetExcpetion()
717 static t_Error TgecTxEccWorkaround(t_Tgec *p_Tgec) in TgecTxEccWorkaround()
719 t_Error err; in TgecTxEccWorkaround()
750 static t_Error TgecInit(t_Handle h_Tgec) in TgecInit()
755 t_Error err; in TgecInit()
844 static t_Error TgecFree(t_Handle h_Tgec) in TgecFree()