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

  /hardware/ti/wlan/wl1271/TWD/Data_Service/Export_Inc/
RxQueue_api.h 49 TI_HANDLE RxQueue_Create (TI_HANDLE hOs);
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 117 * \fn RxQueue_Create()
126 TI_HANDLE RxQueue_Create (TI_HANDLE hOs)
135 WLAN_OS_REPORT (("RxQueue_Create(): Allocation failed!!\n"));
155 * \sa RxQueue_Create
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c 194 pTWD->hRxQueue = RxQueue_Create (hOs);
197 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD RxQueue_Create failed!!!\n");
198 WLAN_OS_REPORT(("TWD RxQueue_Create failed!!!\n"));
    [all...]

Completed in 61 milliseconds