Home
last modified time | relevance | path

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

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