HomeSort by relevance Sort by last modified time
    Searched refs:lowResourceThresh (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 64 UINT8 lowResourceThresh; /* Above this blocks number we need to request tx-complete from FW. */
txHwQueue.c 228 pQueueInfo->lowResourceThresh = pQueueInfo->numBlocksLowThreshold - MAX_BLKS_PER_PKT;
230 pQueueInfo->lowResourceThresh = 0;
244 pQueueInfo->lowResourceThresh, pTxHwQueue->TotalBlocksReserved));
409 if ( (pQueueInfo->numBlocksUsed > pQueueInfo->lowResourceThresh) ||
421 pQueueInfo->numBlocksUsed, (pQueueInfo->numBlocksUsed > pQueueInfo->lowResourceThresh)));
554 pTxHwQueue->TxHwQueueInfo[TxQid].lowResourceThresh,

Completed in 25 milliseconds