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

  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 698 TTxnStruct *pCompletedTxn;
704 pCompletedTxn = (TTxnStruct *) que_Dequeue (pTxnQ->hTxnDoneQueue);
706 if (pCompletedTxn == NULL)
712 TRACE1(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Scheduler(): Calling TxnDone for Txn 0x%x\n", pCompletedTxn);
714 uFuncId = TXN_PARAM_GET_FUNC_ID(pCompletedTxn);
718 fTxnQueueDoneCb (hCbHandle, pCompletedTxn);
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 669 TTxnStruct *pCompletedTxn;
675 pCompletedTxn = (TTxnStruct *) que_Dequeue (pTxnQ->hTxnDoneQueue);
677 if (pCompletedTxn == NULL)
683 TRACE1(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Scheduler(): Calling TxnDone for Txn 0x%x\n", pCompletedTxn);
685 uFuncId = TXN_PARAM_GET_FUNC_ID(pCompletedTxn);
689 fTxnQueueDoneCb (hCbHandle, pCompletedTxn);

Completed in 182 milliseconds