Home | History | Annotate | Download | only in Export_Inc

Lines Matching refs:hTxXfer

77  * \param  hTxXfer - Module handle
81 TI_STATUS txXfer_Destroy (TI_HANDLE hTxXfer);
91 * \param hTxXfer - Module handle
96 TI_STATUS txXfer_Init (TI_HANDLE hTxXfer, TI_HANDLE hReport, TI_HANDLE hTwIf);
106 * \param hTxXfer - Module handle
110 TI_STATUS txXfer_Restart (TI_HANDLE hTxXfer);
120 * \param hTxXfer - Module handle
125 void txXfer_SetDefaults (TI_HANDLE hTxXfer, TTwdInitParams *pInitParams);
135 * \param hTxXfer - Module handle
140 void txXfer_SetBusParams (TI_HANDLE hTxXfer, TI_UINT32 uDmaBufLen);
151 * \param hTxXfer - Module handle
158 void txXfer_RegisterCb (TI_HANDLE hTxXfer, TI_UINT32 CallBackID, void *CBFunc, TI_HANDLE CBObj);
170 * \param hTxXfer - Module handle
175 ETxnStatus txXfer_SendPacket (TI_HANDLE hTxXfer, TTxCtrlBlk *pPktCtrlBlk);
186 * \param hTxXfer - module handle
190 void txXfer_EndOfBurst (TI_HANDLE hTxXfer);
195 void txXfer_ClearStats (TI_HANDLE hTxXfer);
196 void txXfer_PrintStats (TI_HANDLE hTxXfer);