Home
last modified time | relevance | path

Searched refs:iIndex (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/bcm/
DLeakyBucket.c281 int iIndex = 0; in transmit_packets() local
308 for(iIndex=HiPriority;iIndex>=0;iIndex--) in transmit_packets()
313 if(Adapter->PackInfo[iIndex].bValid && in transmit_packets()
314 Adapter->PackInfo[iIndex].uiPendedLast && in transmit_packets()
315 Adapter->PackInfo[iIndex].uiCurrentBytesOnHost) in transmit_packets()
318 CheckAndSendPacketFromIndex(Adapter, &Adapter->PackInfo[iIndex]); in transmit_packets()
327 for(iIndex=HiPriority;iIndex>=0;iIndex--) in transmit_packets()
332 if(Adapter->PackInfo[iIndex].bValid && in transmit_packets()
333 Adapter->PackInfo[iIndex].uiCurrentBytesOnHost && in transmit_packets()
334 !Adapter->PackInfo[iIndex].uiPendedLast ) in transmit_packets()
[all …]
DQos.c13 static VOID PruneQueue(struct bcm_mini_adapter *Adapter, INT iIndex);
307 UINT iIndex = 0; in PruneQueueAllSF() local
309 for(iIndex = 0; iIndex < HiPriority; iIndex++) in PruneQueueAllSF()
311 if(!Adapter->PackInfo[iIndex].bValid) in PruneQueueAllSF()
314 PruneQueue(Adapter, iIndex); in PruneQueueAllSF()
326 static VOID PruneQueue(struct bcm_mini_adapter *Adapter, INT iIndex) in PruneQueue() argument
331 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, PRUNE_QUEUE, DBG_LVL_ALL, "=====> Index %d",iIndex); in PruneQueue()
333 if(iIndex == HiPriority) in PruneQueue()
336 if(!Adapter || (iIndex < 0) || (iIndex > HiPriority)) in PruneQueue()
342 spin_lock_bh(&Adapter->PackInfo[iIndex].SFQueueLock); in PruneQueue()
[all …]
DInterfaceRx.c5 int iIndex=0; in SearchVcid() local
7 for(iIndex=(NO_OF_QUEUES-1);iIndex>=0;iIndex--) in SearchVcid()
8 if(Adapter->PackInfo[iIndex].usVCID_Value == usVcid) in SearchVcid()
9 return iIndex; in SearchVcid()
DMisc.c1503 int iIndex = 0; in update_per_sf_desc_cnts() local
1516 for (iIndex = 0; iIndex < HiPriority; iIndex++) { in update_per_sf_desc_cnts()
1517 if (Adapter->PackInfo[iIndex].bValid && Adapter->PackInfo[iIndex].ucDirection) { in update_per_sf_desc_cnts()
1518 if (Adapter->PackInfo[iIndex].usVCID_Value < MAX_TARGET_DSX_BUFFERS) in update_per_sf_desc_cnts()
1519 …atomic_set(&Adapter->PackInfo[iIndex].uiPerSFTxResourceCount, uibuff[Adapter->PackInfo[iIndex].usV… in update_per_sf_desc_cnts()
1521 …BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0, "Invalid VCID : %x\n", Adapter->PackInfo[iIndex].u… in update_per_sf_desc_cnts()
Dnvm.c549 unsigned int iIndex = 0, iRetries = 0; in FlashSectorErase() local
554 for (iIndex = 0; iIndex < numOfSectors; iIndex++) { in FlashSectorErase()
/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.h44 void CAM_read_entry(struct net_device *dev, u32 iIndex);
Drtl_cam.c168 void CAM_read_entry(struct net_device *dev, u32 iIndex) in CAM_read_entry() argument
176 target_command = entry_i+CAM_CONTENT_COUNT*iIndex; in CAM_read_entry()
/drivers/staging/rtl8192u/
Dr8192U_core.c3958 u32 iIndex in CAM_read_entry() argument
3970 target_command= entry_i+CAM_CONTENT_COUNT*iIndex; in CAM_read_entry()