Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs307 td.AttemptLimitError = false; in transmitFrame()
375 public bool AttemptLimitError; field in Antmicro.Renode.Peripherals.Network.GaislerEth.transmitDescriptor
390 AttemptLimitError = (word0 & (1u << 15)) != 0; in Fetch()
402 …word0 = (AttemptLimitError ? 1u << 15 : 0) | (UnderrunError ? 1u << 14 : 0) | (InterruptEnable ? 1… in WriteBack()