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

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

Completed in 34 milliseconds