Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Descriptors.cs289 public struct ContextDescriptor : IDescriptorStruct struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.RxDescriptor
291 public override string ToString() in ToString()
296 public string PrettyString => $@"ContextRxDescriptor {{
301 public bool ContextType => contextType;
302 public DescriptorOwner Owner => owner;
306 public ulong receivePacketTimestamp;
309 public bool contextType;
311 public DescriptorOwner owner;
509 public struct ContextDescriptor : IDescriptorStruct struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.TxDescriptor
511 public override string ToString() in ToString()
[all …]