Searched refs:NormalReadDescriptor (Results 1 – 2 of 2) sorted by relevance
96 type = typeof(NormalReadDescriptor); in Fetch()99 public NormalReadDescriptor GetNormalReadDescriptor() in GetNormalReadDescriptor()101 return Packet.Decode<NormalReadDescriptor>(data); in GetNormalReadDescriptor()115 public struct NormalReadDescriptor : IDescriptorStruct struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.RxDescriptor325 … type = isContextDescriptor.Value ? typeof(ContextDescriptor) : typeof(NormalReadDescriptor); in Fetch()328 public NormalReadDescriptor GetNormalReadDescriptor() in GetNormalReadDescriptor()330 return Packet.Decode<NormalReadDescriptor>(data); in GetNormalReadDescriptor()339 public struct NormalReadDescriptor : IDescriptorStruct struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.TxDescriptor
694 if(descriptor.Type.Is<TxDescriptor.NormalReadDescriptor>()) in StartTx()