Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_DMA.cs252 ….WithFlag(13, out contextDescriptorError, FieldMode.Read | FieldMode.WriteOneToClear, name: "DMACS… in DefineChannelRegisters()
335 … (contextDescriptorError.Value && contextDescriptorErrorEnable.Value); in UpdateInterrupts()
472 contextDescriptorError.Value |= invalidDescriptor; in StartRx()
962 private IFlagRegisterField contextDescriptorError; field in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.DMAChannel
DSynopsysDWCEthernetQualityOfService_Descriptors.cs551 public bool contextDescriptorError; field