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

/drivers/staging/bcm/
H A DLeakyBucket.c285 int iIndex = 0; local
315 for (iIndex = HiPriority; iIndex >= 0; iIndex--) {
319 if (Adapter->PackInfo[iIndex].bValid &&
320 Adapter->PackInfo[iIndex].uiPendedLast &&
321 Adapter->PackInfo[iIndex].uiCurrentBytesOnHost) {
326 &Adapter->PackInfo[iIndex]);
334 for (iIndex = HiPriority; iIndex >
[all...]
H A DInterfaceRx.c92 int iIndex = 0; local
94 for (iIndex = (NO_OF_QUEUES-1); iIndex >= 0; iIndex--)
95 if (Adapter->PackInfo[iIndex].usVCID_Value == usVcid)
96 return iIndex;
H A DQos.c20 static VOID PruneQueue(struct bcm_mini_adapter *Adapter, INT iIndex);
419 UINT iIndex = 0; local
421 for (iIndex = 0; iIndex < HiPriority; iIndex++) {
422 if (!Adapter->PackInfo[iIndex].bValid)
425 PruneQueue(Adapter, iIndex);
437 static VOID PruneQueue(struct bcm_mini_adapter *Adapter, INT iIndex) argument
441 struct bcm_packet_info *curr_pack_info = &Adapter->PackInfo[iIndex];
448 iIndex);
[all...]
H A DMisc.c1508 int iIndex = 0; local
1521 for (iIndex = 0; iIndex < HiPriority; iIndex++) {
1522 if (Adapter->PackInfo[iIndex].bValid && Adapter->PackInfo[iIndex].ucDirection) {
1523 if (Adapter->PackInfo[iIndex].usVCID_Value < MAX_TARGET_DSX_BUFFERS)
1524 atomic_set(&Adapter->PackInfo[iIndex].uiPerSFTxResourceCount, uibuff[Adapter->PackInfo[iIndex].usVCID_Value]);
1526 BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0, "Invalid VCID : %x\n", Adapter->PackInfo[iIndex]
[all...]
H A Dnvm.c567 unsigned int iIndex = 0, iRetries = 0; local
572 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.c170 void CAM_read_entry(struct net_device *dev, u32 iIndex) argument
179 target_command = entry_i+CAM_CONTENT_COUNT*iIndex;

Completed in 891 milliseconds