Home
last modified time | relevance | path

Searched refs:uNumOfCmd (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/Export_Inc/
DCmdQueue_api.h290 void cmdQueue_PrintHistory (TI_HANDLE hCmdQueue, TI_UINT32 uNumOfCmd);
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdQueue.c932 void cmdQueue_PrintHistory (TI_HANDLE hCmdQueue, TI_UINT32 uNumOfCmd) in cmdQueue_PrintHistory() argument
940 WLAN_OS_REPORT(("--------------- cmdQueue_PrintHistory of %d -------------------\n",uNumOfCmd)); in cmdQueue_PrintHistory()
942 for (uCurrentCmdIndex = 0; uCurrentCmdIndex < uNumOfCmd; uCurrentCmdIndex++) in cmdQueue_PrintHistory()