HomeSort by relevance Sort by last modified time
    Searched refs:hTxnDoneQueue (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 147 TI_HANDLE hTxnDoneQueue; /* Queue for completed transactions not reported yet to the upper layer */
252 if (pTwIf->hTxnDoneQueue)
254 que_Destroy (pTwIf->hTxnDoneQueue);
322 pTwIf->hTxnDoneQueue = que_Create (pTwIf->hOs, pTwIf->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffset);
323 if (pTwIf->hTxnDoneQueue == NULL)
    [all...]
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 114 TI_HANDLE hTxnDoneQueue; /* Queue for completed transactions not reported to yet to the upper layer */
202 if (pTxnQ->hTxnDoneQueue)
204 que_Destroy (pTxnQ->hTxnDoneQueue);
222 pTxnQ->hTxnDoneQueue = que_Create (pTxnQ->hOs, pTxnQ->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffset);
223 if (pTxnQ->hTxnDoneQueue == NULL)
519 eStatus = que_Enqueue (pTxnQ->hTxnDoneQueue, (TI_HANDLE)pTxn);
678 eStatus = que_Enqueue (pTxnQ->hTxnDoneQueue, (TI_HANDLE)pSelectedTxn);
704 pCompletedTxn = (TTxnStruct *) que_Dequeue (pTxnQ->hTxnDoneQueue);
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 114 TI_HANDLE hTxnDoneQueue; /* Queue for completed transactions not reported to yet to the upper layer */
196 if (pTxnQ->hTxnDoneQueue)
198 que_Destroy (pTxnQ->hTxnDoneQueue);
216 pTxnQ->hTxnDoneQueue = que_Create (pTxnQ->hOs, pTxnQ->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffset);
217 if (pTxnQ->hTxnDoneQueue == NULL)
500 que_Enqueue (pTxnQ->hTxnDoneQueue, (TI_HANDLE)pTxn);
653 que_Enqueue (pTxnQ->hTxnDoneQueue, (TI_HANDLE)pSelectedTxn);
675 pCompletedTxn = (TTxnStruct *) que_Dequeue (pTxnQ->hTxnDoneQueue);
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 144 TI_HANDLE hTxnDoneQueue; /* Queue for completed transactions not reported yet to the upper layer */
244 que_Destroy (pTwIf->hTxnDoneQueue);
300 pTwIf->hTxnDoneQueue = que_Create (pTwIf->hOs, pTwIf->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffset);
301 if (pTwIf->hTxnDoneQueue == NULL)
844 que_Enqueue (pTwIf->hTxnDoneQueue, (TI_HANDLE)pTxn);
    [all...]

Completed in 283 milliseconds