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

/system/wlan/ti/wilink_6_1/TWD/Data_Service/
H A DtxHwQueue.c110 static void txHwQueue_UpdateFreeBlocks (TTxHwQueue *pTxHwQueue, TI_UINT32 uQueueId, TI_UINT32 uFreeBlocks);
440 static void txHwQueue_UpdateFreeBlocks (TTxHwQueue *pTxHwQueue, TI_UINT32 uQueueId, TI_UINT32 uFreeBlocks) argument
449 uFreeBlocks = ENDIAN_HANDLE_LONG(uFreeBlocks);
450 if (uFreeBlocks == pQueueInfo->uFwFreedBlksCntr)
455 pQueueInfo->uFwFreedBlksCntr = uFreeBlocks;
457 /* The uFreeBlocks is the accumulated number of blocks freed by the FW for the uQueueId.
463 newUsedBlks = pQueueInfo->uAllocatedBlksCntr - uFreeBlocks;
470 TRACE5(pTxHwQueue->hReport, REPORT_SEVERITY_ERROR, ": Try to free more blks than used: Queue %d, ToFree %d, Used %d, HostAlloc=0x%x, FwFree=0x%x\n", uQueueId, numBlksToFree, pQueueInfo->uNumBlksUsed, pQueueInfo->uAllocatedBlksCntr, uFreeBlocks);
519 TRACE5(pTxHwQueue->hReport, REPORT_SEVERITY_INFORMATION, ": Queue %d, ToFree %d, Used %d, HostAlloc=0x%x, FwFree=0x%x\n", uQueueId, numBlksToFree, pQueueInfo->uNumBlksUsed, pQueueInfo->uAllocatedBlksCntr, uFreeBlocks);
[all...]

Completed in 21 milliseconds