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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
DeConcatenator.c 181 mem_MSDU_T *PrevMsduPtr = NULL;
269 CurrentMsduPtr->prevMSDUinList = PrevMsduPtr;
270 PrevMsduPtr->nextMSDUinList = CurrentMsduPtr;
382 PrevMsduPtr = CurrentMsduPtr;
fourX.c 587 mem_MSDU_T* PrevMsduPtr=NULL;
634 PrevMsduPtr->nextMSDUinList = currentMsduPtr;
637 PrevMsduPtr = currentMsduPtr;

Completed in 254 milliseconds