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

  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 72 TRxQueuePacketEntry aPaketsQueue [RX_QUEUE_ARRAY_SIZE];
241 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
244 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].tStatus,
245 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
247 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
449 while (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
452 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].tStatus,
453 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
455 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
492 if (pTidDataBase->aPaketsQueue[uSaveInex].pPacket == NULL
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 74 TRxQueuePacketEntry aPaketsQueue [RX_QUEUE_ARRAY_SIZE];
267 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
270 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].tStatus,
271 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
273 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
505 while (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
512 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].tStatus,
513 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
515 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
570 if (pTidDataBase->aPaketsQueue[uSaveIndex].pPacket == NULL
    [all...]

Completed in 723 milliseconds