Home
last modified time | relevance | path

Searched refs:currentDescriptorIndex (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs659 currentDescriptorIndex = 0; in GoToNextDescriptor()
666 currentDescriptorIndex = 0; in GoToNextDescriptor()
671 currentDescriptorIndex++; in GoToNextDescriptor()
679 currentDescriptorIndex = 0; in GoToBaseAddress()
683 public T CurrentDescriptor => descriptors[currentDescriptorIndex];
685 private int currentDescriptorIndex; field in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.T
DCadenceGEM.cs724 currentDescriptorIndex = 0; in GoToNextDescriptor()
732 currentDescriptorIndex = 0; in GoToNextDescriptor()
736 if(currentDescriptorIndex == descriptors.Count - 1) in GoToNextDescriptor()
741 currentDescriptorIndex++; in GoToNextDescriptor()
750 currentDescriptorIndex = 0; in GoToBaseAddress()
754 public T CurrentDescriptor => descriptors[currentDescriptorIndex];
756 private int currentDescriptorIndex; field in Antmicro.Renode.Peripherals.Network.CadenceGEM.T