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

  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 563 /* Incase the uWinStartDelta lower than aTidWinSize check if ther are packets stored in Array */
616 TI_UINT16 uWinStartDelta;
670 uWinStartDelta = (uStartingSequenceNumber + SEQ_NUM_WRAP - pTidDataBase->aTidExpectedSn) & SEQ_NUM_MASK;
674 ((i < uWinStartDelta) || (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)) &&
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 675 /* In case the uWinStartDelta lower than aTidWinSize check if ther are packets stored in Array */
754 TI_UINT16 uWinStartDelta;
    [all...]

Completed in 308 milliseconds