Home
last modified time | relevance | path

Searched defs:NormalReadDescriptor (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Descriptors.cs115 public struct NormalReadDescriptor : IDescriptorStruct struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.RxDescriptor
117 public override string ToString() in ToString()
122 public string PrettyString => $@"NormalReadRxDescriptor {{
130 public bool ContextType => false;
131 public DescriptorOwner Owner => owner;
135 public uint buffer1Address;
138 public uint buffer2Address;
141 public bool buffer1AddressValid;
143 public bool buffer2AddressValid;
146 public bool interruptOnCompletion;
[all …]