Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Registers.cs702 ….WithFlag(1, out rxIpcPacketCounterInterruptEnable[(int)IpcCounter.IpV4HeaderError], name: "MMC_IP… in CreateRegisterMap()
717 ….WithFlag(17, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV4HeaderError], name: "MMC_IPC… in CreateRegisterMap()
734 ….WithFlag(1, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV4HeaderError], FieldMode.ReadToCle… in CreateRegisterMap()
749 ….WithFlag(17, out rxIpcByteCounterInterrupt[(int)IpcCounter.IpV4HeaderError], FieldMode.ReadToClea… in CreateRegisterMap()
768 ….WithValueField(0, 32, out rxIpcPacketCounter[(int)IpcCounter.IpV4HeaderError], FieldMode.Read, na… in CreateRegisterMap()
810 ….WithValueField(0, 32, out rxIpcByteCounter[(int)IpcCounter.IpV4HeaderError], FieldMode.Read, name… in CreateRegisterMap()
1638 IpV4HeaderError, enumerator
DSynopsysDWCEthernetQualityOfService.cs198 IncreaseIpcCounter(IpcCounter.IpV4HeaderError, byteCount); in UpdateRxCounters()