Searched refs:IncrementByteCounter (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService.cs | 136 IncrementByteCounter(txByteCounter, txByteCounterInterrupt, byteCount); in SendFrame() 137 IncrementByteCounter(txGoodByteCounter, txGoodByteCounterInterrupt, byteCount); in SendFrame() 165 IncrementByteCounter(rxByteCounter, rxByteCounterInterrupt, byteCount); in UpdateRxCounters() 179 IncrementByteCounter(rxGoodByteCounter, rxGoodByteCounterInterrupt, byteCount); in UpdateRxCounters() 229 …private void IncrementByteCounter(IValueRegisterField counter, IFlagRegisterField status, uint inc… in IncrementByteCounter() method in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService 239 … IncrementByteCounter(rxIpcByteCounter[index], rxIpcByteCounterInterrupt[index], byteCount); in IncreaseIpcCounter()
|