Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DLeakyBucket.c75 (uintptr_t)psSF > (uintptr_t) &Adapter->PackInfo[HiPriority])) { in GetSFTokenCount()
264 if ((psSF != &Adapter->PackInfo[HiPriority]) && in CheckAndSendPacketFromIndex()
315 for (iIndex = HiPriority; iIndex >= 0; iIndex--) { in transmit_packets()
334 for (iIndex = HiPriority; iIndex >= 0; iIndex--) { in transmit_packets()
DMisc.c373 spin_lock_bh(&Adapter->PackInfo[HiPriority].SFQueueLock); in CopyBufferToControlPacket()
374 Adapter->PackInfo[HiPriority].uiCurrentBytesOnHost += pLeader->PLength; in CopyBufferToControlPacket()
375 Adapter->PackInfo[HiPriority].uiCurrentPacketsOnHost++; in CopyBufferToControlPacket()
377 spin_unlock_bh(&Adapter->PackInfo[HiPriority].SFQueueLock); in CopyBufferToControlPacket()
378 Adapter->PackInfo[HiPriority].bValid = TRUE; in CopyBufferToControlPacket()
381 Adapter->PackInfo[HiPriority].uiCurrentBytesOnHost, in CopyBufferToControlPacket()
382 Adapter->PackInfo[HiPriority].bValid); in CopyBufferToControlPacket()
1489 for (qindex = 0; qindex < HiPriority; qindex++) { in update_per_cid_rx()
1521 for (iIndex = 0; iIndex < HiPriority; iIndex++) { in update_per_sf_desc_cnts()
1572 for (i = 0; i < HiPriority; i++) in beceem_protocol_reset()
[all …]
DQos.c421 for (iIndex = 0; iIndex < HiPriority; iIndex++) { in PruneQueueAllSF()
450 if (iIndex == HiPriority) in PruneQueue()
453 if (!Adapter || (iIndex < 0) || (iIndex > HiPriority)) in PruneQueue()
544 for (iQIndex = LowPriority; iQIndex < HiPriority; iQIndex++) { in flush_all_queues()
DMacros.h24 #define HiPriority (NO_OF_QUEUES-1) macro
DCmHost.c2113 || uiSearchRuleIndex == HiPriority) { in OverrideServiceFlowParams()