Searched refs:pNewMsdu (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DfourX.c309 TI_STATUS fourX_CopyReplace(fourX_t* pFourX, mem_MSDU_T **pMsdu, MsduList_t *pMsduList, mem_MSDU_T **pNewMsdu) argument
333 (*pNewMsdu) = (*pMsdu);
359 mem_MSDU_T *pNewMsdu=NULL; local
414 if(fourX_CopyReplace(pFourX, &pMsdu, pMsduList, &pNewMsdu) != OK)
428 pMsduFreeList = pNewMsdu;
435 pMsduFreeCurr->nextMSDUinList = pNewMsdu;
437 pNewMsdu->nextMSDUinList = NULL;

Completed in 44 milliseconds