Home
last modified time | relevance | path

Searched refs:que_Requeue (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
Dqueue.h64 TI_STATUS que_Requeue (TI_HANDLE hQue, TI_HANDLE hItem);
Dqueue.c334 TI_STATUS que_Requeue (TI_HANDLE hQue, TI_HANDLE hItem) in que_Requeue() function
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxDataQueue.c739 eQueStatus = que_Requeue (pTxDataQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk); in txDataQ_RunScheduler()
DtxMgmtQueue.c813 que_Requeue (pTxMgmtQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk); in runScheduler()