Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSMC91X.cs228 case Bank2Register.MMUCommand: in WriteBank2()
264 switch((MMUCommand)value) in ExecuteMMUCommand()
266 case MMUCommand.Noop: in ExecuteMMUCommand()
268 case MMUCommand.AllocateForTX: in ExecuteMMUCommand()
274 case MMUCommand.ResetMMU: in ExecuteMMUCommand()
284 case MMUCommand.RemoveFromRxFifo: in ExecuteMMUCommand()
287 case MMUCommand.RemoveFromRxFifoAndRelease: in ExecuteMMUCommand()
294 case MMUCommand.ReleasePacket: in ExecuteMMUCommand()
297 case MMUCommand.EnqueuePacketIntoTxFifo: in ExecuteMMUCommand()
301 case MMUCommand.ResetTxFifos: in ExecuteMMUCommand()
[all …]