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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalEndpntEnt.c 62 pCollectEnt->lastBdPtr = NULL;
152 if ((pMpdu == NULL) || (pMpdu->firstBDPtr == NULL) || (pMpdu->lastBDPtr == NULL))
177 if (collectEnt->lastBdPtr == NULL)
180 (" whalEndpnt_FragCollect: collectEnt->lastBdPtr is NULL !!!!!!!!!!\n"));
185 collectEnt->lastBdPtr->nextBDPtr = pMpdu->firstBDPtr; /* Update the BD list */
186 collectEnt->lastBdPtr = pMpdu->lastBDPtr;
187 collectEnt->msduPtr->lastBDPtr = pMpdu->lastBDPtr;
241 collectEnt->lastBdPtr = pMpdu->lastBDPtr
    [all...]
whalEndpntEnt_api.h 59 mem_BD_T* lastBdPtr; /* Pointer to the last fragment in the collection*/

Completed in 18 milliseconds