Lines Matching refs:t_Dtsec

56 static t_Error CheckInitParameters(t_Dtsec *p_Dtsec)  in CheckInitParameters()
127 static void UpdateStatistics(t_Dtsec *p_Dtsec) in UpdateStatistics()
201 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecGetMaxFrameLength()
213 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecIsr()
325 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecMdioIsr()
347 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in Dtsec1588Isr()
365 static void FreeInitResources(t_Dtsec *p_Dtsec) in FreeInitResources()
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()
455 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigLoopback()
469 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigMaxFrameLength()
483 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigPadAndCrc()
497 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigHalfDuplex()
511 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigTbiPhyAddr()
525 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigLengthCheck()
539 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigException()
581 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecEnable()
599 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecDisable()
620 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecSetTxPauseFrames()
650 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecRxIgnoreMacPause()
665 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecEnable1588TimeStamp()
680 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecDisable1588TimeStamp()
695 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecGetStatistics()
782 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecModifyMacAddress()
799 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecResetCounters()
817 t_Dtsec *p_Dtsec = (t_Dtsec *) h_Dtsec; in DtsecAddExactMatchMacAddress()
860 t_Dtsec *p_Dtsec = (t_Dtsec *) h_Dtsec; in DtsecDelExactMatchMacAddress()
892 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecAddHashMacAddress()
951 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecDelHashMacAddress()
1024 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecSetPromiscuous()
1039 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecSetStatistics()
1074 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecSetWakeOnLan()
1088 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecAdjustLink()
1113 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecRestartAutoneg()
1133 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecGetId()
1147 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecGetVersion()
1161 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecSetException()
1214 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecInit()
1333 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecFree()
1416 t_Dtsec *p_Dtsec; in DTSEC_Config()
1425 p_Dtsec = (t_Dtsec *)XX_Malloc(sizeof(t_Dtsec)); in DTSEC_Config()
1431 memset(p_Dtsec, 0, sizeof(t_Dtsec)); in DTSEC_Config()