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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
txHwQueue.h 60 UINT8 numBlocksHighThreshold; /* The maximum HW blocks that can be allocated for this Queue. */
txHwQueue.c 221 pQueueInfo->numBlocksHighThreshold = percentOfBlockHighThreshold * pTxHwQueue->NumBlocks / 100;
243 pQueueInfo->numBlocksHighThreshold, pQueueInfo->numBlocksLowThreshold,
339 maxAllowed = pQueueInfo->numBlocksHighThreshold - pQueueInfo->numBlocksUsed;
553 pTxHwQueue->TxHwQueueInfo[TxQid].numBlocksHighThreshold,

Completed in 54 milliseconds