Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DCadenceGEM.cs188 return rxDescriptorsQueue.CurrentDescriptor.LowerDescriptorAddress; in CadenceGEM()
224 return txDescriptorsQueue.CurrentDescriptor.LowerDescriptorAddress; in CadenceGEM()
739 …descriptors.Add(creator(bus, CurrentDescriptor.LowerDescriptorAddress + CurrentDescriptor.SizeInBy… in GoToNextDescriptor()
770 LowerDescriptorAddress = address; in DmaBufferDescriptor()
803 public uint LowerDescriptorAddress { get; set; } property in Antmicro.Renode.Peripherals.Network.CadenceGEM.DmaBufferDescriptor
862 …th.Bit64 ? (((ulong)UpperDescriptorAddress << 32) | LowerDescriptorAddress) : LowerDescriptorAddre… in GetDescriptorAddress()