Lines Matching refs:t_Error
172 static t_Error CheckInitParameters(t_Memac *p_Memac) in CheckInitParameters()
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()
303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal) in MemacSetPromiscuous()
317 static t_Error MemacAdjustLink(t_Handle h_Memac, e_EnetSpeed speed, bool fullDuplex) in MemacAdjustLink()
342 static t_Error MemacConfigLoopback(t_Handle h_Memac, bool newVal) in MemacConfigLoopback()
356 static t_Error MemacConfigWan(t_Handle h_Memac, bool newVal) in MemacConfigWan()
370 static t_Error MemacConfigMaxFrameLength(t_Handle h_Memac, uint16_t newVal) in MemacConfigMaxFrameLength()
384 static t_Error MemacConfigPad(t_Handle h_Memac, bool newVal) in MemacConfigPad()
398 static t_Error MemacConfigLengthCheck(t_Handle h_Memac, bool newVal) in MemacConfigLengthCheck()
412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacConfigException()
436 static t_Error MemacConfigResetOnInit(t_Handle h_Memac, bool enable) in MemacConfigResetOnInit()
455 static t_Error MemacSetTxPauseFrames(t_Handle h_Memac, in MemacSetTxPauseFrames()
491 static t_Error MemacSetTxAutoPauseFrames(t_Handle h_Memac, in MemacSetTxAutoPauseFrames()
499 static t_Error MemacSetRxIgnorePauseFrames(t_Handle h_Memac, bool en) in MemacSetRxIgnorePauseFrames()
513 static t_Error MemacSetWakeOnLan(t_Handle h_Memac, bool en) in MemacSetWakeOnLan()
527 static t_Error MemacEnable1588TimeStamp(t_Handle h_Memac) in MemacEnable1588TimeStamp()
542 static t_Error MemacGetStatistics(t_Handle h_Memac, t_FmMacStatistics *p_Statistics) in MemacGetStatistics()
596 static t_Error MemacModifyMacAddress (t_Handle h_Memac, t_EnetAddr *p_EnetAddr) in MemacModifyMacAddress()
610 static t_Error MemacResetCounters (t_Handle h_Memac) in MemacResetCounters()
624 static t_Error MemacAddExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacAddExactMatchMacAddress()
667 static t_Error MemacDelExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacDelExactMatchMacAddress()
699 static t_Error MemacGetId(t_Handle h_Memac, uint32_t *macId) in MemacGetId()
714 static t_Error MemacAddHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacAddHashMacAddress()
745 static t_Error MemacDelHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacDelHashMacAddress()
779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacSetException()
815 static t_Error MemacInitInternalPhy(t_Handle h_Memac) in MemacInitInternalPhy()
853 static t_Error MemacInit(t_Handle h_Memac) in MemacInit()
861 t_Error err; in MemacInit()
966 static t_Error MemacFree(t_Handle h_Memac) in MemacFree()