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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/Common/
H A DHostMIBSInterface.h201 UINT uiMaxBucketSize; member in struct:_S_MIBS_SERVICEFLOW_TABLE
H A DAdapter.h274 UINT uiMaxBucketSize;//maximum size of the bucket for the queue member in struct:_packet_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/Common/
H A DHostMIBSInterface.h201 UINT uiMaxBucketSize; member in struct:_S_MIBS_SERVICEFLOW_TABLE
H A DAdapter.h274 UINT uiMaxBucketSize;//maximum size of the bucket for the queue member in struct:_packet_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/Beceem_driver/src/Common/
H A DLeakyBucket.c63 if((Adapter->PackInfo[i].uiCurrentTokenCount) >= Adapter->PackInfo[i].uiMaxBucketSize)
65 Adapter->PackInfo[i].uiCurrentTokenCount = Adapter->PackInfo[i].uiMaxBucketSize;
H A DCmHost.c971 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize =
974 if(Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize < WIMAX_MAX_MTU*8)
985 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize =
988 if(Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize > WIMAX_MAX_MTU*8)
989 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize = WIMAX_MAX_MTU*8;
994 BCM_DEBUG_PRINT( Adapter,DBG_TYPE_OTHERS, CONN_MSG, DBG_LVL_ALL,"uiMaxAllowedRate: 0x%x, u32MaxSustainedTrafficRate: 0x%x ,uiMaxBucketSize: 0x%x",
997 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize);
H A DQos.c405 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, PRUNE_QUEUE, DBG_LVL_ALL, "uiCurrentBytesOnHost:%x uiMaxBucketSize :%x",
407 Adapter->PackInfo[iIndex].uiMaxBucketSize);
H A DMisc.c35 Adapter->PackInfo[uiLoopIndex].uiMaxBucketSize=20*1024*1024;
975 BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL,"uiMaxBucketSize:%X\n",Adapter->PackInfo[uiLoopIndex].uiMaxBucketSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/Beceem_driver/src/Common/
H A DLeakyBucket.c63 if((Adapter->PackInfo[i].uiCurrentTokenCount) >= Adapter->PackInfo[i].uiMaxBucketSize)
65 Adapter->PackInfo[i].uiCurrentTokenCount = Adapter->PackInfo[i].uiMaxBucketSize;
H A DCmHost.c971 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize =
974 if(Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize < WIMAX_MAX_MTU*8)
985 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize =
988 if(Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize > WIMAX_MAX_MTU*8)
989 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize = WIMAX_MAX_MTU*8;
994 BCM_DEBUG_PRINT( Adapter,DBG_TYPE_OTHERS, CONN_MSG, DBG_LVL_ALL,"uiMaxAllowedRate: 0x%x, u32MaxSustainedTrafficRate: 0x%x ,uiMaxBucketSize: 0x%x",
997 Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize);
H A DQos.c405 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, PRUNE_QUEUE, DBG_LVL_ALL, "uiCurrentBytesOnHost:%x uiMaxBucketSize :%x",
407 Adapter->PackInfo[iIndex].uiMaxBucketSize);
H A DMisc.c35 Adapter->PackInfo[uiLoopIndex].uiMaxBucketSize=20*1024*1024;
975 BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL,"uiMaxBucketSize:%X\n",Adapter->PackInfo[uiLoopIndex].uiMaxBucketSize);

Completed in 221 milliseconds