Searched refs:LowerDescriptorAddress (Results 1 – 1 of 1) sorted by relevance
188 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.DmaBufferDescriptor862 …th.Bit64 ? (((ulong)UpperDescriptorAddress << 32) | LowerDescriptorAddress) : LowerDescriptorAddre… in GetDescriptorAddress()