Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSMC91X.cs49 allocationResult = 0x0; in Reset()
111 value = (ushort)((allocationResult << 8) | packetNumber); in ReadBank2()
269 allocationResult = AllocationFailed; in ExecuteMMUCommand()
282 allocationResult = AllocationFailed; in ExecuteMMUCommand()
598 if(TryAllocatePacket(out allocationResult)) in AllocateForTx()
725 private byte allocationResult; field in Antmicro.Renode.Peripherals.Network.SMC91X