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

  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 72 TTxnStruct * pCurrTxn; /* The transaction currently being processed */
283 pBusDrv->pCurrTxn = pTxn;
353 TXN_PARAM_SET_STATUS(pBusDrv->pCurrTxn, TXN_PARAM_STATUS_ERROR);
357 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION,"asyncEnded_CB: Successful async cb done pBusDrv->pCurrTxn %x\n", pBusDrv->pCurrTxn);
362 pBusDrv->fTxnDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
387 TXN_PARAM_SET_STATUS(pBusDrv->pCurrTxn, TXN_PARAM_STATUS_ERROR);
396 pBusDrv->fTxnConnectDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
TxnQueue.c 115 TTxnStruct * pCurrTxn; /* The transaction currently processed in the bus driver (NULL if none) */
164 pTxnQ->pCurrTxn = NULL;
360 if (pTxnQ->pCurrTxn)
362 if (TXN_PARAM_GET_FUNC_ID(pTxnQ->pCurrTxn) == uFuncId)
368 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Restart(): pCurrTxn pending\n");
494 if (pTxn != pTxnQ->pCurrTxn)
496 TRACE2(pTxnQ->hReport, REPORT_SEVERITY_ERROR, "txnQ_TxnDoneCb(): CB returned pTxn 0x%x while pCurrTxn is 0x%x !!\n", pTxn, pTxnQ->pCurrTxn);
528 pTxnQ->pCurrTxn = NULL;
547 * \return COMPLETE if pCurrTxn completed in this context, PENDING if not, ERROR if faile
    [all...]
SdioBusDrv.c 83 TTxnStruct * pCurrTxn; /* The transaction currently being processed */
313 pBusDrv->pCurrTxn = pTxn;
486 TTxnStruct *pTxn = pBusDrv->pCurrTxn;
614 TXN_PARAM_SET_STATUS(pBusDrv->pCurrTxn, TXN_PARAM_STATUS_ERROR);
615 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn);
  /system/wlan/ti/wilink_6_1/Txn/
WspiBusDrv.c 72 TTxnStruct * pCurrTxn; /* The transaction currently being processed */
283 pBusDrv->pCurrTxn = pTxn;
353 TXN_PARAM_SET_STATUS(pBusDrv->pCurrTxn, TXN_PARAM_STATUS_ERROR);
357 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION,"asyncEnded_CB: Successful async cb done pBusDrv->pCurrTxn %x\n", pBusDrv->pCurrTxn);
362 pBusDrv->fTxnDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
387 TXN_PARAM_SET_STATUS(pBusDrv->pCurrTxn, TXN_PARAM_STATUS_ERROR);
396 pBusDrv->fTxnConnectDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
TxnQueue.c 115 TTxnStruct * pCurrTxn; /* The transaction currently processed in the bus driver (NULL if none) */
161 pTxnQ->pCurrTxn = NULL;
349 if (pTxnQ->pCurrTxn)
351 if (TXN_PARAM_GET_FUNC_ID(pTxnQ->pCurrTxn) == uFuncId)
357 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Restart(): pCurrTxn pending\n");
477 if (pTxn != pTxnQ->pCurrTxn)
479 TRACE2(pTxnQ->hReport, REPORT_SEVERITY_ERROR, "txnQ_TxnDoneCb(): CB returned pTxn 0x%x while pCurrTxn is 0x%x !!\n", pTxn, pTxnQ->pCurrTxn);
505 pTxnQ->pCurrTxn = NULL;
524 * \return COMPLETE if pCurrTxn completed in this context, PENDING if not, ERROR if faile
    [all...]
SdioBusDrv.c 86 TTxnStruct * pCurrTxn; /* The transaction currently being processed */
300 pBusDrv->pCurrTxn = pTxn;
452 TTxnStruct *pTxn = pBusDrv->pCurrTxn;
580 TXN_PARAM_SET_STATUS(pBusDrv->pCurrTxn, TXN_PARAM_STATUS_ERROR);
581 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn);

Completed in 35 milliseconds