Home | History | Annotate | Download | only in TWDriver

Lines Matching refs:hRxQueue

197     pTWD->hRxQueue = RxQueue_Create (hOs);
198 if (pTWD->hRxQueue == NULL)
331 if (pTWD->hRxQueue != NULL)
333 RxQueue_Destroy (pTWD->hRxQueue);
334 pTWD->hRxQueue = NULL;
451 rxXfer_Init (pTWD->hRxXfer, pTWD->hFwEvent, pTWD->hReport, pTWD->hTwIf, pTWD->hRxQueue);
453 RxQueue_Init (pTWD->hRxQueue, pTWD->hReport);
995 RxQueue_Register_CB(pTWD->hRxQueue, uCallbackId, fCb, pData);