Home
last modified time | relevance | path

Searched refs:uiMaxBucketSize (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DLeakyBucket.c50 Adapter->PackInfo[i].uiMaxBucketSize) in UpdateTokenCount()
53 Adapter->PackInfo[i].uiMaxBucketSize; in UpdateTokenCount()
DHostMIBSInterface.h183 UINT uiMaxBucketSize; member
DCmHost.c774 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize = in CopyToAdapter()
777 if (Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize < WIMAX_MAX_MTU*8) { in CopyToAdapter()
787 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize = in CopyToAdapter()
790 if (Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize > WIMAX_MAX_MTU*8) in CopyToAdapter()
791 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize = WIMAX_MAX_MTU*8; in CopyToAdapter()
798 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize); in CopyToAdapter()
DAdapter.h210 UINT uiMaxBucketSize;//maximum size of the bucket for the queue member
DQos.c350 Adapter->PackInfo[iIndex].uiMaxBucketSize); in PruneQueue()
DMisc.c16 Adapter->PackInfo[uiLoopIndex].uiMaxBucketSize = 20*1024*1024; in default_wimax_protocol_initialize()
765 …S, DUMP_INFO, DBG_LVL_ALL, "uiMaxBucketSize:%X\n", Adapter->PackInfo[uiLoopIndex].uiMaxBucketSize); in DumpPackInfo()