Searched refs:currentDescriptorIndex (Results 1 – 2 of 2) sorted by relevance
659 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
724 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