Searched defs:pCurrTxn (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c72 TTxnStruct * pCurrTxn; /* The transaction currently being processed */ member in struct:_TBusDrvObj
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);
H A DSdioBusDrv.c86 TTxnStruct * pCurrTxn; /* The transaction currently being processed */ member in struct:_TBusDrvObj
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);
H A DTxnQueue.c115 TTxnStruct * pCurrTxn; /* The transaction currently processed in the bus driver (NULL if none) */ member in struct:_TTxnQObj
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 complete
[all...]

Completed in 72 milliseconds