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

/drivers/staging/bcm/
H A DLeakyBucket.c279 int iIndex = 0; local
306 for(iIndex=HiPriority;iIndex>=0;iIndex--)
311 if(Adapter->PackInfo[iIndex].bValid &&
312 Adapter->PackInfo[iIndex].uiPendedLast &&
313 Adapter->PackInfo[iIndex].uiCurrentBytesOnHost)
316 CheckAndSendPacketFromIndex(Adapter, &Adapter->PackInfo[iIndex]);
325 for(iIndex=HiPriority;iIndex>
[all...]
H A DQos.c13 static VOID PruneQueue(PMINI_ADAPTER Adapter, INT iIndex);
307 UINT iIndex = 0; local
309 for(iIndex = 0; iIndex < HiPriority; iIndex++)
311 if(!Adapter->PackInfo[iIndex].bValid)
314 PruneQueue(Adapter, iIndex);
326 static VOID PruneQueue(PMINI_ADAPTER Adapter, INT iIndex) argument
331 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, PRUNE_QUEUE, DBG_LVL_ALL, "=====> Index %d",iIndex);
333 if(iIndex
[all...]
H A DInterfaceRx.c5 int iIndex=0; local
7 for(iIndex=(NO_OF_QUEUES-1);iIndex>=0;iIndex--)
8 if(Adapter->PackInfo[iIndex].usVCID_Value == usVcid)
9 return iIndex;
H A DMisc.c1585 INT iIndex = 0; local
1598 for (iIndex = 0; iIndex < HiPriority; iIndex++) {
1599 if (Adapter->PackInfo[iIndex].bValid && Adapter->PackInfo[iIndex].ucDirection) {
1600 if (Adapter->PackInfo[iIndex].usVCID_Value < MAX_TARGET_DSX_BUFFERS)
1601 atomic_set(&Adapter->PackInfo[iIndex].uiPerSFTxResourceCount, uibuff[Adapter->PackInfo[iIndex].usVCID_Value]);
1603 BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0, "Invalid VCID : %x\n", Adapter->PackInfo[iIndex]
[all...]
H A Dnvm.c614 UINT iIndex = 0, iRetries = 0; local
619 for(iIndex=0;iIndex<numOfSectors;iIndex++)
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.h44 void CAM_read_entry(struct net_device *dev, u32 iIndex);
H A Drtl_cam.c168 void CAM_read_entry(struct net_device *dev, u32 iIndex) argument
176 target_command = entry_i+CAM_CONTENT_COUNT*iIndex;
/drivers/staging/rtl8192u/
H A Dr8192U_core.c4020 u32 iIndex
4032 target_command= entry_i+CAM_CONTENT_COUNT*iIndex;

Completed in 79 milliseconds