Lines Matching refs:t_Tgec

57 static t_Error CheckInitParameters(t_Tgec    *p_Tgec)  in CheckInitParameters()
97 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecErrException()
143 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecException()
161 static void FreeInitResources(t_Tgec *p_Tgec) in FreeInitResources()
189 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecEnable()
203 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecDisable()
217 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecSetPromiscuous()
236 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigLoopback()
250 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigWan()
264 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigMaxFrameLength()
278 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigLengthCheck()
294 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigException()
319 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigSkipFman11Workaround()
339 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecTxMacPause()
356 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecSetTxPauseFrames()
372 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecRxIgnoreMacPause()
386 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecGetStatistics()
443 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecEnable1588TimeStamp()
457 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecDisable1588TimeStamp()
471 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecModifyMacAddress()
486 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecResetCounters()
500 t_Tgec *p_Tgec = (t_Tgec *) h_Tgec; in TgecAddExactMatchMacAddress()
545 t_Tgec *p_Tgec = (t_Tgec *) h_Tgec; in TgecDelExactMatchMacAddress()
577 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecAddHashMacAddress()
612 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecDelHashMacAddress()
649 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecGetId()
663 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecGetVersion()
677 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecSetExcpetion()
706 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecGetMaxFrameLength()
717 static t_Error TgecTxEccWorkaround(t_Tgec *p_Tgec) in TgecTxEccWorkaround()
752 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecInit()
846 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecFree()
931 t_Tgec *p_Tgec; in TGEC_Config()
939 p_Tgec = (t_Tgec *)XX_Malloc(sizeof(t_Tgec)); in TGEC_Config()
945 memset(p_Tgec, 0, sizeof(t_Tgec)); in TGEC_Config()