Home | History | Annotate | Download | only in TwIf

Lines Matching full:completed

147     TI_HANDLE       hTxnDoneQueue;   /* Queue for completed transactions not reported yet to the upper layer */
154 TI_UINT32 uPendingTxnCount;/* Count pending transactions (sent to TxnQ and not completed yet) */
278 * \param fRecoveryCb - Callback function for recovery completed after TxnDone
392 /* Return result (COMPLETE if completed or PENDING if will be completed in TxnDone context) */
561 /* Free the partition transaction buffer after completed (see transaction above) */
664 * \return COMPLETE if the transaction was completed in this context, PENDING if not, ERROR if failed
713 * \return COMPLETE if the transaction was completed in this context, PENDING if not, ERROR if failed
779 /* Return the Txn status (COMPLETE if completed in this context, PENDING if not, ERROR if failed) */
844 * This callback is called by the TxnQ upon transaction completion, unless is was completed in
850 * \param pTxn - The completed transaction object
876 /* If the completed Txn is ELP, nothing to do (not counted) so exit */
886 /* In critical section, enqueue the completed transaction in the TxnDoneQ. */
913 * \brief Completed transactions handler
915 * The completed transactions handler, called upon TxnDone event, either from the context engine
917 * Dequeue all completed transactions in critical section, and call their callbacks if available.
944 /* Loop while there are completed transactions to handle */
947 /* In critical section, dequeue completed transaction from the TxnDoneQ. */
963 TRACE4(pTwIf->hReport, REPORT_SEVERITY_INFORMATION, "twIf_HandleTxnDone: Completed-Txn: Params=0x%x, HwAddr=0x%x, Len0=%d, fTxnDoneCb=0x%x\n", pTxn->uTxnParams, pTxn->uHwAddr, pTxn->aLen[0], pTxn->fTxnDoneCb);
1014 /* Loop while there are completed transactions to handle */
1017 /* In critical section, dequeue completed transaction from the TxnDoneQ. */