Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Registers.cs733 ….WithFlag(0, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV4Good], FieldMode.ReadToClear, nam… in CreateRegisterMap()
734 ….WithFlag(1, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV4HeaderError], FieldMode.ReadToCle… in CreateRegisterMap()
735 ….WithFlag(2, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV4NoPayload], FieldMode.ReadToClear… in CreateRegisterMap()
736 ….WithFlag(3, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV4Fragmented], FieldMode.ReadToClea… in CreateRegisterMap()
737 ….WithFlag(4, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV4UDPChecksumDisabled], FieldMode.R… in CreateRegisterMap()
738 ….WithFlag(5, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV6Good], FieldMode.ReadToClear, nam… in CreateRegisterMap()
739 ….WithFlag(6, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV6HeaderError], FieldMode.ReadToCle… in CreateRegisterMap()
740 ….WithFlag(7, out rxIpcPacketCounterInterrupt[(int)IpcCounter.IpV6NoPayload], FieldMode.ReadToClear… in CreateRegisterMap()
741 ….WithFlag(8, out rxIpcPacketCounterInterrupt[(int)IpcCounter.UdpGood], FieldMode.ReadToClear, name… in CreateRegisterMap()
742 ….WithFlag(9, out rxIpcPacketCounterInterrupt[(int)IpcCounter.UdpError], FieldMode.ReadToClear, nam… in CreateRegisterMap()
[all …]
DSynopsysDWCEthernetQualityOfService.cs48 rxIpcPacketCounterInterrupt = new IFlagRegisterField[NumberOfIpcCounters]; in SynopsysDWCEthernetQualityOfService()
238 IncrementPacketCounter(rxIpcPacketCounter[index], rxIpcPacketCounterInterrupt[index]); in IncreaseIpcCounter()
246 …if((rxIpcPacketCounterInterrupt[i].Value && rxIpcPacketCounterInterruptEnable[i].Value) || (rxIpcB… in CheckAnySetIpcCounterInterrupts()