Lines Matching refs:TTxnStruct
115 TTxnStruct tHdr; /* The generic transaction structure */
123 TTxnStruct tHdr; /* The generic transaction structure */
131 TTxnStruct tHdr; /* The generic transaction structure */
190 static ETxnStatus twIf_SendTransaction (TTwIfObj *pTwIf, TTxnStruct *pTxn);
192 static void twIf_TxnDoneCb (TI_HANDLE hTwIf, TTxnStruct *pTxn);
293 TTxnStruct *pTxnHdr; /* The ELP transactions header (as used in the TxnQ API) */ in twIf_Init()
321 uNodeHeaderOffset = TI_FIELD_OFFSET(TTxnStruct, tTxnQNode); in twIf_Init()
474 …TTxnStruct *pTxnHdr; /* The partition transaction header (as used in the TxnQ API) … in twIf_SetPartition()
667 ETxnStatus twIf_Transact (TI_HANDLE hTwIf, TTxnStruct *pTxn) in twIf_Transact()
690 ETxnStatus twIf_TransactReadFWStatus (TI_HANDLE hTwIf, TTxnStruct *pTxn) in twIf_TransactReadFWStatus()
716 static ETxnStatus twIf_SendTransaction (TTwIfObj *pTwIf, TTxnStruct *pTxn) in twIf_SendTransaction()
854 static void twIf_TxnDoneCb (TI_HANDLE hTwIf, TTxnStruct *pTxn) in twIf_TxnDoneCb()
928 TTxnStruct *pTxn; in twIf_HandleTxnDone()
949 pTxn = (TTxnStruct *) que_Dequeue (pTwIf->hTxnDoneQueue); in twIf_HandleTxnDone()
1012 TTxnStruct *pTxn; in twIf_ClearTxnDoneQueue()
1019 pTxn = (TTxnStruct *) que_Dequeue (pTwIf->hTxnDoneQueue); in twIf_ClearTxnDoneQueue()