Home
last modified time | relevance | path

Searched refs:uiCurrentTokenCount (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DLeakyBucket.c43 Adapter->PackInfo[i].uiCurrentTokenCount += (ULONG) in UpdateTokenCount()
49 if((Adapter->PackInfo[i].uiCurrentTokenCount) >= in UpdateTokenCount()
52 Adapter->PackInfo[i].uiCurrentTokenCount = in UpdateTokenCount()
91 if(0 != psSF->uiCurrentTokenCount) in GetSFTokenCount()
93 return psSF->uiCurrentTokenCount; in GetSFTokenCount()
98 psSF-Adapter->PackInfo, psSF->uiCurrentTokenCount); in GetSFTokenCount()
215 psSF->uiCurrentTokenCount, iPacketLen); in CheckAndSendPacketFromIndex()
DHostMIBSInterface.h194 UINT uiCurrentTokenCount; member
DTransmit.c166 Adapter->PackInfo[QueueIndex].uiCurrentTokenCount -= Leader.PLength << 3; in SetupNextSend()
DAdapter.h221 UINT uiCurrentTokenCount; member
DMisc.c778 …INFO, DBG_LVL_ALL, "uiCurrentTokenCount:%X\n", Adapter->PackInfo[uiLoopIndex].uiCurrentTokenCount); in DumpPackInfo()