Searched refs:AttemptLimitError (Results 1 – 1 of 1) sorted by relevance
307 td.AttemptLimitError = false; in transmitFrame()375 public bool AttemptLimitError; field in Antmicro.Renode.Peripherals.Network.GaislerEth.transmitDescriptor390 AttemptLimitError = (word0 & (1u << 15)) != 0; in Fetch()402 …word0 = (AttemptLimitError ? 1u << 15 : 0) | (UnderrunError ? 1u << 14 : 0) | (InterruptEnable ? 1… in WriteBack()