Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DSCSI.cs27 public byte ServiceAction; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.CommandDescriptorBlock
62 this.ServiceAction = (byte)(data[1] & 0xE0u); in Fill()
73 this.ServiceAction = (byte)(data[1] & 0xE0u); in Fill()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs251 public bool ServiceAction; field