HomeSort by relevance Sort by last modified time
    Searched refs:hRxQueue (Results 1 - 16 of 16) sorted by null

  /hardware/ti/wlan/wl1271/TWD/Data_Service/Export_Inc/
RxQueue_api.h 50 TI_STATUS RxQueue_Destroy (TI_HANDLE hRxQueue);
51 TI_STATUS RxQueue_Init (TI_HANDLE hRxQueue, TI_HANDLE hReport, TI_HANDLE hTimerModule);
52 void RxQueue_CloseBaSession(TI_HANDLE hRxQueue, TI_UINT8 uFrameTid);
53 void RxQueue_ReceivePacket (TI_HANDLE hRxQueue, const void *aFrame);
54 void RxQueue_Register_CB (TI_HANDLE hRxQueue, TI_UINT32 CallBackID, void *CBFunc, TI_HANDLE CBObj);
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/Export_Inc/
RxQueue_api.h 50 TI_STATUS RxQueue_Destroy (TI_HANDLE hRxQueue);
51 TI_STATUS RxQueue_Init (TI_HANDLE hRxQueue, TI_HANDLE hReport);
52 void RxQueue_CloseBaSession(TI_HANDLE hRxQueue, TI_UINT8 uFrameTid);
53 void RxQueue_ReceivePacket (TI_HANDLE hRxQueue, const void *aFrame);
54 void RxQueue_Register_CB (TI_HANDLE hRxQueue, TI_UINT32 CallBackID, void *CBFunc, TI_HANDLE CBObj);
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
rxXfer_api.h 60 TI_HANDLE hRxQueue);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
rxXfer_api.h 60 TI_HANDLE hRxQueue);
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 101 static TI_STATUS RxQueue_PassPacket (TI_HANDLE hRxQueue, TI_STATUS tStatus, const void *pBuffer);
140 * \param hRxQueue - The module object
144 TI_STATUS RxQueue_Destroy (TI_HANDLE hRxQueue)
146 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;
162 * \param hRxQueue - The module object
167 TI_STATUS RxQueue_Init (TI_HANDLE hRxQueue, TI_HANDLE hReport)
169 TRxQueue *pRxQueue = (TRxQueue *)hRxQueue;
182 * \param hRxQueue - The module object
189 void RxQueue_Register_CB (TI_HANDLE hRxQueue, TI_UINT32 uCallBackID, void *CBFunc, TI_HANDLE CBObj)
191 TRxQueue* pRxQueue = (TRxQueue *)hRxQueue;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 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 objec
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h 101 TI_HANDLE hRxQueue;
RxXfer.c 112 TI_HANDLE hRxQueue;
215 TI_HANDLE hRxQueue)
221 pRxXfer->hRxQueue = hRxQueue;
363 RxQueue_ReceivePacket (pRxXfer->hRxQueue, (const void *)pTxn->aBuf[uBufNum]);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
RxXfer.h 101 TI_HANDLE hRxQueue;
RxXfer.c 112 TI_HANDLE hRxQueue;
216 TI_HANDLE hRxQueue)
222 pRxXfer->hRxQueue = hRxQueue;
334 RxQueue_ReceivePacket (pRxXfer->hRxQueue, (const void *)pTxn->aBuf[uBufNum]);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 100 TI_HANDLE hRxQueue;
TWDriver.c 194 pTWD->hRxQueue = RxQueue_Create (hOs);
195 if (pTWD->hRxQueue == NULL)
328 if (pTWD->hRxQueue != NULL)
330 RxQueue_Destroy (pTWD->hRxQueue);
331 pTWD->hRxQueue = NULL;
449 rxXfer_Init (pTWD->hRxXfer, pTWD->hFwEvent, pTWD->hReport, pTWD->hTwIf, pTWD->hRxQueue);
451 RxQueue_Init (pTWD->hRxQueue, pTWD->hReport, pTWD->hTimer);
    [all...]
TWDriverCtrl.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverInternal.h 100 TI_HANDLE hRxQueue;
TWDriver.c 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);
    [all...]
TWDriverCtrl.c     [all...]

Completed in 31 milliseconds