Home | History | Annotate | Download | only in Data_Service

Lines Matching refs:hRxQueue

113 static TI_STATUS RxQueue_PassPacket (TI_HANDLE hRxQueue, TI_STATUS tStatus, const void *pBuffer);
114 static void RxQueue_PacketTimeOut (TI_HANDLE hRxQueue, TI_BOOL bTwdInitOccured);
153 * \param hRxQueue - The module object
157 TI_STATUS RxQueue_Destroy (TI_HANDLE hRxQueue)
161 if (hRxQueue) {
162 pRxQueue = (TRxQueue *)hRxQueue;
186 * \param hRxQueue - The module object
191 TI_STATUS RxQueue_Init (TI_HANDLE hRxQueue, TI_HANDLE hReport, TI_HANDLE hTimerModule)
193 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;
208 * \param hRxQueue - The module object
215 void RxQueue_Register_CB (TI_HANDLE hRxQueue, TI_UINT32 uCallBackID, void *CBFunc, TI_HANDLE CBObj)
217 TRxQueue* pRxQueue = (TRxQueue *)hRxQueue;
239 * \param hRxQueue - RxQueue handle.
244 void RxQueue_CloseBaSession(TI_HANDLE hRxQueue, TI_UINT8 uFrameTid)
246 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;
298 * \param hRxQueue - RxQueue handle.
305 static TI_STATUS RxQueue_PassPacket (TI_HANDLE hRxQueue, TI_STATUS tStatus, const void *pBuffer)
308 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;
369 * \param hRxQueue - RxQueue handle.
375 void RxQueue_ReceivePacket (TI_HANDLE hRxQueue, const void * pBuffer)
377 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;
945 RxQueue_CloseBaSession(hRxQueue, uFrameTid);
984 Parameters : hRxQueue - A handle to the RxQueue structure.
989 static void RxQueue_PacketTimeOut (TI_HANDLE hRxQueue, TI_BOOL bTwdInitOccured)
991 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;