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

  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.h 188 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
TxnQueue.c 340 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId)
344 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Restart()\n");
357 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Restart(): pCurrTxn pending\n");
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.h 193 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
TxnQueue.c 351 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId)
355 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Restart()\n");
368 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Restart(): pCurrTxn pending\n");
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 358 * Calls txnQ_Restart to clear the WLAN queues and call the TxnDone CB on each tansaction.
383 eStatus = txnQ_Restart (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 327 * Calls txnQ_Restart to clear the WLAN queues and call the TxnDone CB on each tansaction.
351 return txnQ_Restart (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN);
    [all...]

Completed in 194 milliseconds