Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService.cs136 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
239IncrementByteCounter(rxIpcByteCounter[index], rxIpcByteCounterInterrupt[index], byteCount); in IncreaseIpcCounter()