Home | History | Annotate | Download | only in Test

Lines Matching full:htwd

52 static void mibDbgGetArpIpTable(TI_HANDLE hTWD)
66 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
85 static void mibDbgGetGroupAddressTable(TI_HANDLE hTWD)
103 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
129 static void mibDbgGetCounterTable(TI_HANDLE hTWD)
140 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
155 static void mibDbgModifyCtsToSelf(TI_HANDLE hTWD, void* pParam)
171 status = TWD_WriteMib(hTWD, &mib);
185 static void mibDbgGetCtsToSelf(TI_HANDLE hTWD)
194 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
207 static void mibDbgSetMaxRxLifetime(TI_HANDLE hTWD, void* pParam)
222 status = TWD_WriteMib(hTWD, &mib);
247 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam)
249 if (hTWD == NULL)
260 mibDbgGetArpIpTable(hTWD);
263 mibDbgGetGroupAddressTable(hTWD);
266 mibDbgGetCounterTable(hTWD);
269 mibDbgModifyCtsToSelf(hTWD, pParam);
272 mibDbgGetCtsToSelf(hTWD);
275 mibDbgSetMaxRxLifetime(hTWD, pParam);