Searched refs:rxIpcByteCounterInterruptEnable (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_Registers.cs | 716 ….WithFlag(16, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV4Good], name: "MMC_IPC_RX_INT… in CreateRegisterMap() 717 ….WithFlag(17, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV4HeaderError], name: "MMC_IPC… in CreateRegisterMap() 718 ….WithFlag(18, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV4NoPayload], name: "MMC_IPC_R… in CreateRegisterMap() 719 ….WithFlag(19, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV4Fragmented], name: "MMC_IPC_… in CreateRegisterMap() 720 ….WithFlag(20, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV4UDPChecksumDisabled], name: … in CreateRegisterMap() 721 ….WithFlag(21, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV6Good], name: "MMC_IPC_RX_INT… in CreateRegisterMap() 722 ….WithFlag(22, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV6HeaderError], name: "MMC_IPC… in CreateRegisterMap() 723 ….WithFlag(23, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.IpV6NoPayload], name: "MMC_IPC_R… in CreateRegisterMap() 724 ….WithFlag(24, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.UdpGood], name: "MMC_IPC_RX_INTE… in CreateRegisterMap() 725 ….WithFlag(25, out rxIpcByteCounterInterruptEnable[(int)IpcCounter.UdpError], name: "MMC_IPC_RX_INT… in CreateRegisterMap() [all …]
|
| D | SynopsysDWCEthernetQualityOfService.cs | 47 rxIpcByteCounterInterruptEnable = new IFlagRegisterField[NumberOfIpcCounters]; in SynopsysDWCEthernetQualityOfService() 246 …ptEnable[i].Value) || (rxIpcByteCounterInterrupt[i].Value && rxIpcByteCounterInterruptEnable[i].Va… in CheckAnySetIpcCounterInterrupts()
|