Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs670 …descriptors.Add(creator(bus, CurrentDescriptor.DescriptorAddress + CurrentDescriptor.SizeInBytes)); in GoToNextDescriptor()
698 DescriptorAddress = address; in DmaBufferDescriptor()
708 words[i] = Bus.ReadDoubleWord(DescriptorAddress + tempOffset); in Read()
718 Bus.WriteDoubleWord(DescriptorAddress + tempOffset, word); in Update()
726 public uint DescriptorAddress { get; } property in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaBufferDescriptor