OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumBlocks
(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
75
UINT32
NumBlocks
; /* The total number of Tx blocks */
txHwQueue.c
179
pTxHwQueue->
NumBlocks
= pDmaParams->NumTxBlocks - 1; /* One block must be always free for FW use. */
221
pQueueInfo->numBlocksHighThreshold = percentOfBlockHighThreshold * pTxHwQueue->
NumBlocks
/ 100;
224
pQueueInfo->numBlocksLowThreshold = percentOfBlockLowThreshold * pTxHwQueue->
NumBlocks
/ 100;
272
pTxHwQueue->NumFree = pTxHwQueue->
NumBlocks
;
542
WLAN_OS_REPORT(("Total Blocks: %d\n", pTxHwQueue->
NumBlocks
));
Completed in 9 milliseconds